Skip to content

Commit 618c219

Browse files
chore(release): 1.46.0 [skip ci]
# [1.46.0](v1.45.0...v1.46.0) (2026-03-17) ### Features * more icons for new nav designs ([#842](#842)) ([fbb4736](fbb4736))
1 parent fbb4736 commit 618c219

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.46.0](https://github.com/Kong/icons/compare/v1.45.0...v1.46.0) (2026-03-17)
2+
3+
4+
### Features
5+
6+
* more icons for new nav designs ([#842](https://github.com/Kong/icons/issues/842)) ([fbb4736](https://github.com/Kong/icons/commit/fbb4736cab4eb9bae245efe52d57e9424a3d1633))
7+
18
# [1.45.0](https://github.com/Kong/icons/compare/v1.44.0...v1.45.0) (2026-03-11)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kong/icons",
3-
"version": "1.45.0",
3+
"version": "1.46.0",
44
"description": "Kong Icon Library",
55
"license": "Apache-2.0",
66
"type": "module",

scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
570570
"ChartAreaIcon.vue",
571571
"ChartDataIcon.vue",
572572
"ChartLinesIcon.vue",
573+
"ChatInfoIcon.vue",
573574
"CheckCircleIcon.vue",
574575
"CheckIcon.vue",
575576
"CheckSmallIcon.vue",
@@ -594,11 +595,13 @@ exports[`generate > does not remove icons from the previous build 1`] = `
594595
"CogIcon.vue",
595596
"CogModeIcon.vue",
596597
"CohereIcon.vue",
598+
"CoinIcon.vue",
597599
"CollapseIcon.vue",
598600
"CollapsePanelIcon.vue",
599601
"ColorsIcon.vue",
600602
"ConjourIcon.vue",
601603
"ConnectionsIcon.vue",
604+
"ContactSupportIcon.vue",
602605
"CopyIcon.vue",
603606
"CurityIcon.vue",
604607
"DangerCircleIcon.vue",
@@ -887,6 +890,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
887890
"GrafanaIcon.vue",
888891
"GridIcon.vue",
889892
"GrokIcon.vue",
893+
"GroupsIcon.vue",
890894
"HashicorpIcon.vue",
891895
"HelpIcon.vue",
892896
"HelpOutlineIcon.vue",
@@ -932,6 +936,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
932936
"ListUnorderedIcon.vue",
933937
"LocationIcon.vue",
934938
"LockIcon.vue",
939+
"LogoutIcon.vue",
935940
"MailIcon.vue",
936941
"MailSendIcon.vue",
937942
"MarkIcon.vue",
@@ -1010,6 +1015,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
10101015
"SuperscriptIcon.vue",
10111016
"SupportIcon.vue",
10121017
"SwaggerhubIcon.vue",
1018+
"SwapIcon.vue",
10131019
"SwapSortIcon.vue",
10141020
"TableColumnsIcon.vue",
10151021
"TableIcon.vue",
@@ -1024,6 +1030,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
10241030
"ThumbUpIcon.vue",
10251031
"TieredIcon.vue",
10261032
"ToggleOnIcon.vue",
1033+
"TourIcon.vue",
10271034
"TraceableIcon.vue",
10281035
"TrafficIcon.vue",
10291036
"TransformationIcon.vue",
@@ -1039,6 +1046,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
10391046
"UnfoldMoreIcon.vue",
10401047
"UploadIcon.vue",
10411048
"UsageIcon.vue",
1049+
"VerifiedIcon.vue",
10421050
"VisibilityIcon.vue",
10431051
"VisibilityOffIcon.vue",
10441052
"VitalsIcon.vue",

src/component-list.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export default [
4747
'ChartAreaIcon.vue',
4848
'ChartDataIcon.vue',
4949
'ChartLinesIcon.vue',
50+
'ChatInfoIcon.vue',
5051
'CheckCircleIcon.vue',
5152
'CheckIcon.vue',
5253
'CheckSmallIcon.vue',
@@ -71,11 +72,13 @@ export default [
7172
'CogIcon.vue',
7273
'CogModeIcon.vue',
7374
'CohereIcon.vue',
75+
'CoinIcon.vue',
7476
'CollapseIcon.vue',
7577
'CollapsePanelIcon.vue',
7678
'ColorsIcon.vue',
7779
'ConjourIcon.vue',
7880
'ConnectionsIcon.vue',
81+
'ContactSupportIcon.vue',
7982
'CopyIcon.vue',
8083
'CurityIcon.vue',
8184
'DangerCircleIcon.vue',
@@ -364,6 +367,7 @@ export default [
364367
'GrafanaIcon.vue',
365368
'GridIcon.vue',
366369
'GrokIcon.vue',
370+
'GroupsIcon.vue',
367371
'HashicorpIcon.vue',
368372
'HelpIcon.vue',
369373
'HelpOutlineIcon.vue',
@@ -409,6 +413,7 @@ export default [
409413
'ListUnorderedIcon.vue',
410414
'LocationIcon.vue',
411415
'LockIcon.vue',
416+
'LogoutIcon.vue',
412417
'MailIcon.vue',
413418
'MailSendIcon.vue',
414419
'MarkIcon.vue',
@@ -487,6 +492,7 @@ export default [
487492
'SuperscriptIcon.vue',
488493
'SupportIcon.vue',
489494
'SwaggerhubIcon.vue',
495+
'SwapIcon.vue',
490496
'SwapSortIcon.vue',
491497
'TableColumnsIcon.vue',
492498
'TableIcon.vue',
@@ -501,6 +507,7 @@ export default [
501507
'ThumbUpIcon.vue',
502508
'TieredIcon.vue',
503509
'ToggleOnIcon.vue',
510+
'TourIcon.vue',
504511
'TraceableIcon.vue',
505512
'TrafficIcon.vue',
506513
'TransformationIcon.vue',
@@ -516,6 +523,7 @@ export default [
516523
'UnfoldMoreIcon.vue',
517524
'UploadIcon.vue',
518525
'UsageIcon.vue',
526+
'VerifiedIcon.vue',
519527
'VisibilityIcon.vue',
520528
'VisibilityOffIcon.vue',
521529
'VitalsIcon.vue',

0 commit comments

Comments
 (0)