@kong/icons 1.8.12-pr.205.c95c8cf.0 → 1.8.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/kong-icons.es.js +562 -562
- package/dist/kong-icons.es.js.map +1 -1
- package/dist/kong-icons.umd.js +1 -1
- package/dist/kong-icons.umd.js.map +1 -1
- package/dist/types/components/flags/index.d.ts +1 -1
- package/dist/types/components/index.d.ts +1 -1
- package/dist/types/components/multi-color/index.d.ts +1 -1
- package/dist/types/components/solid/index.d.ts +2 -2
- package/package.json +1 -1
- /package/dist/types/components/solid/{OperatorIcon.vue.d.ts → DataObjectIcon.vue.d.ts} +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
2
|
* This file was generated via the build script. Do not edit this file directly.
|
3
|
-
* Generated on Fri, 12 Jan 2024
|
3
|
+
* Generated on Fri, 12 Jan 2024 22:13:39 GMT
|
4
4
|
*
|
5
5
|
* GitHub: https://github.com/Kong/icons
|
6
6
|
* License: Apache-2.0
|
@@ -50,6 +50,7 @@ export { default as CopyIcon } from './CopyIcon.vue';
|
|
50
50
|
export { default as DangerCircleIcon } from './DangerCircleIcon.vue';
|
51
51
|
export { default as DangerIcon } from './DangerIcon.vue';
|
52
52
|
export { default as DashboardIcon } from './DashboardIcon.vue';
|
53
|
+
export { default as DataObjectIcon } from './DataObjectIcon.vue';
|
53
54
|
export { default as DataReportIcon } from './DataReportIcon.vue';
|
54
55
|
export { default as DecreaseIcon } from './DecreaseIcon.vue';
|
55
56
|
export { default as DeployIcon } from './DeployIcon.vue';
|
@@ -96,7 +97,6 @@ export { default as MeshIcon } from './MeshIcon.vue';
|
|
96
97
|
export { default as MoreHorizontalIcon } from './MoreHorizontalIcon.vue';
|
97
98
|
export { default as MoreIcon } from './MoreIcon.vue';
|
98
99
|
export { default as NotificationIcon } from './NotificationIcon.vue';
|
99
|
-
export { default as OperatorIcon } from './OperatorIcon.vue';
|
100
100
|
export { default as OrganizationIcon } from './OrganizationIcon.vue';
|
101
101
|
export { default as OverviewIcon } from './OverviewIcon.vue';
|
102
102
|
export { default as PeopleIcon } from './PeopleIcon.vue';
|
package/package.json
CHANGED
File without changes
|