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.47.0] ( https://github.com/Kong/icons/compare/v1.46.0...v1.47.0 ) (2026-03-20)
2+
3+
4+ ### Features
5+
6+ * add unlock icon and ai-bot icon ([ #844 ] ( https://github.com/Kong/icons/issues/844 ) ) ([ 2e34a7c] ( https://github.com/Kong/icons/commit/2e34a7c9946d33c39596f596e1926620ce09247e ) )
7+
18# [ 1.46.0] ( https://github.com/Kong/icons/compare/v1.45.0...v1.46.0 ) (2026-03-17)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " @kong/icons" ,
3- "version" : " 1.46 .0" ,
3+ "version" : " 1.47 .0" ,
44 "description" : " Kong Icon Library" ,
55 "license" : " Apache-2.0" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -540,6 +540,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
540540 "AddCircleIcon.vue",
541541 "AddIcon.vue",
542542 "AddOnSingleIcon.vue",
543+ "AiAgentIcon.vue",
543544 "AlibabaCloudIcon.vue",
544545 "AmazonBedrockIcon.vue",
545546 "AnalyticsIcon.vue",
@@ -1046,6 +1047,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
10461047 "UndoIcon.vue",
10471048 "UnfoldLessIcon.vue",
10481049 "UnfoldMoreIcon.vue",
1050+ "UnlockIcon.vue",
10491051 "UploadIcon.vue",
10501052 "UsageIcon.vue",
10511053 "VerifiedIcon.vue",
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export default [
1515 'AddCircleIcon.vue' ,
1616 'AddIcon.vue' ,
1717 'AddOnSingleIcon.vue' ,
18+ 'AiAgentIcon.vue' ,
1819 'AlibabaCloudIcon.vue' ,
1920 'AmazonBedrockIcon.vue' ,
2021 'AnalyticsIcon.vue' ,
@@ -521,6 +522,7 @@ export default [
521522 'UndoIcon.vue' ,
522523 'UnfoldLessIcon.vue' ,
523524 'UnfoldMoreIcon.vue' ,
525+ 'UnlockIcon.vue' ,
524526 'UploadIcon.vue' ,
525527 'UsageIcon.vue' ,
526528 'VerifiedIcon.vue' ,
You can’t perform that action at this time.
0 commit comments