Skip to content

Commit 0c2372c

Browse files
chore(release): 1.40.0 [skip ci]
# [1.40.0](v1.39.1...v1.40.0) (2025-11-18) ### Features * new solid and platform icons plus small update ([#789](#789)) ([2f67f02](2f67f02))
1 parent 2f67f02 commit 0c2372c

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-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.40.0](https://github.com/Kong/icons/compare/v1.39.1...v1.40.0) (2025-11-18)
2+
3+
4+
### Features
5+
6+
* new solid and platform icons plus small update ([#789](https://github.com/Kong/icons/issues/789)) ([2f67f02](https://github.com/Kong/icons/commit/2f67f022f43546b932ba11981ad69dfe66d469f9))
7+
18
## [1.39.1](https://github.com/Kong/icons/compare/v1.39.0...v1.39.1) (2025-10-31)
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.39.1",
3+
"version": "1.40.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
518518
"AddCircleIcon.vue",
519519
"AddIcon.vue",
520520
"AddOnSingleIcon.vue",
521+
"AlibabaCloudIcon.vue",
521522
"AmazonBedrockIcon.vue",
522523
"AnalyticsIcon.vue",
523524
"AnthropicIcon.vue",
@@ -530,8 +531,11 @@ exports[`generate > does not remove icons from the previous build 1`] = `
530531
"Auth0Icon.vue",
531532
"AutoLayoutIcon.vue",
532533
"AwsIcon.vue",
534+
"AzureApiManagementIcon.vue",
535+
"AzureDevopsIcon.vue",
533536
"AzureIcon.vue",
534537
"BackIcon.vue",
538+
"BadgeIcon.vue",
535539
"BarChartHorizontalIcon.vue",
536540
"BarChartIcon.vue",
537541
"BillingIcon.vue",
@@ -578,6 +582,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
578582
"DangerCircleIcon.vue",
579583
"DangerIcon.vue",
580584
"DashboardIcon.vue",
585+
"DataInfoAlertIcon.vue",
581586
"DataObjectIcon.vue",
582587
"DataReportIcon.vue",
583588
"DataUsageIcon.vue",
@@ -847,8 +852,11 @@ exports[`generate > does not remove icons from the previous build 1`] = `
847852
"GeminiIcon.vue",
848853
"GithubIcon.vue",
849854
"GitlabIcon.vue",
855+
"GoogleAnalyticsIcon.vue",
856+
"GoogleApigeeIcon.vue",
850857
"GoogleCloudIcon.vue",
851858
"GoogleIcon.vue",
859+
"GoogleTagManagerIcon.vue",
852860
"GoogleVertexIcon.vue",
853861
"GraduationIcon.vue",
854862
"GrafanaIcon.vue",
@@ -911,9 +919,11 @@ exports[`generate > does not remove icons from the previous build 1`] = `
911919
"MoneyIcon.vue",
912920
"MoreHorizontalIcon.vue",
913921
"MoreIcon.vue",
922+
"NestedIcon.vue",
914923
"NetworkIcon.vue",
915924
"NotificationIcon.vue",
916925
"NumericValueIcon.vue",
926+
"NvidiaIcon.vue",
917927
"OktaIcon.vue",
918928
"OpenAiIcon.vue",
919929
"OrganizationIcon.vue",
@@ -943,6 +953,7 @@ exports[`generate > does not remove icons from the previous build 1`] = `
943953
"RemoveIcon.vue",
944954
"ResponseIcon.vue",
945955
"RocketIcon.vue",
956+
"RuleIcon.vue",
946957
"RuntimeCompositeGradientIcon.vue",
947958
"RuntimeCompositeIcon.vue",
948959
"RuntimeDedicatedCloudIcon.vue",

src/component-list.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default [
1515
'AddCircleIcon.vue',
1616
'AddIcon.vue',
1717
'AddOnSingleIcon.vue',
18+
'AlibabaCloudIcon.vue',
1819
'AmazonBedrockIcon.vue',
1920
'AnalyticsIcon.vue',
2021
'AnthropicIcon.vue',
@@ -27,8 +28,11 @@ export default [
2728
'Auth0Icon.vue',
2829
'AutoLayoutIcon.vue',
2930
'AwsIcon.vue',
31+
'AzureApiManagementIcon.vue',
32+
'AzureDevopsIcon.vue',
3033
'AzureIcon.vue',
3134
'BackIcon.vue',
35+
'BadgeIcon.vue',
3236
'BarChartHorizontalIcon.vue',
3337
'BarChartIcon.vue',
3438
'BillingIcon.vue',
@@ -75,6 +79,7 @@ export default [
7579
'DangerCircleIcon.vue',
7680
'DangerIcon.vue',
7781
'DashboardIcon.vue',
82+
'DataInfoAlertIcon.vue',
7883
'DataObjectIcon.vue',
7984
'DataReportIcon.vue',
8085
'DataUsageIcon.vue',
@@ -344,8 +349,11 @@ export default [
344349
'GeminiIcon.vue',
345350
'GithubIcon.vue',
346351
'GitlabIcon.vue',
352+
'GoogleAnalyticsIcon.vue',
353+
'GoogleApigeeIcon.vue',
347354
'GoogleCloudIcon.vue',
348355
'GoogleIcon.vue',
356+
'GoogleTagManagerIcon.vue',
349357
'GoogleVertexIcon.vue',
350358
'GraduationIcon.vue',
351359
'GrafanaIcon.vue',
@@ -408,9 +416,11 @@ export default [
408416
'MoneyIcon.vue',
409417
'MoreHorizontalIcon.vue',
410418
'MoreIcon.vue',
419+
'NestedIcon.vue',
411420
'NetworkIcon.vue',
412421
'NotificationIcon.vue',
413422
'NumericValueIcon.vue',
423+
'NvidiaIcon.vue',
414424
'OktaIcon.vue',
415425
'OpenAiIcon.vue',
416426
'OrganizationIcon.vue',
@@ -440,6 +450,7 @@ export default [
440450
'RemoveIcon.vue',
441451
'ResponseIcon.vue',
442452
'RocketIcon.vue',
453+
'RuleIcon.vue',
443454
'RuntimeCompositeGradientIcon.vue',
444455
'RuntimeCompositeIcon.vue',
445456
'RuntimeDedicatedCloudIcon.vue',

0 commit comments

Comments
 (0)