File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
scripts/utilities/__snapshots__ Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.43.0] ( https://github.com/Kong/icons/compare/v1.42.0...v1.43.0 ) (2026-02-18)
2+
3+
4+ ### Features
5+
6+ * add pin-outline icon and mcp server icon ([ #833 ] ( https://github.com/Kong/icons/issues/833 ) ) ([ 8980640] ( https://github.com/Kong/icons/commit/8980640d3c8669ef7ede25cf70b03b2ac72d0bce ) )
7+
18# [ 1.42.0] ( https://github.com/Kong/icons/compare/v1.41.0...v1.42.0 ) (2026-01-14)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " @kong/icons" ,
3- "version" : " 1.42 .0" ,
3+ "version" : " 1.43 .0" ,
44 "description" : " Kong Icon Library" ,
55 "license" : " Apache-2.0" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -918,6 +918,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
918918 "MailSendIcon.vue",
919919 "MarkIcon.vue",
920920 "MarkdownIcon.vue",
921+ "McpServerIcon.vue",
921922 "MenuIcon.vue",
922923 "MeshIcon.vue",
923924 "MetaLlamaIcon.vue",
@@ -946,6 +947,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
946947 "PeopleIcon.vue",
947948 "PhoneIcon.vue",
948949 "PinIcon.vue",
950+ "PinOutlineIcon.vue",
949951 "PlansIcon.vue",
950952 "PlugIcon.vue",
951953 "PopularIcon.vue",
Original file line number Diff line number Diff line change @@ -409,6 +409,7 @@ export default [
409409 'MailSendIcon.vue' ,
410410 'MarkIcon.vue' ,
411411 'MarkdownIcon.vue' ,
412+ 'McpServerIcon.vue' ,
412413 'MenuIcon.vue' ,
413414 'MeshIcon.vue' ,
414415 'MetaLlamaIcon.vue' ,
@@ -437,6 +438,7 @@ export default [
437438 'PeopleIcon.vue' ,
438439 'PhoneIcon.vue' ,
439440 'PinIcon.vue' ,
441+ 'PinOutlineIcon.vue' ,
440442 'PlansIcon.vue' ,
441443 'PlugIcon.vue' ,
442444 'PopularIcon.vue' ,
You can’t perform that action at this time.
0 commit comments