@kong/icons 1.20.5-pr.516.17c1b8d.0 → 1.20.5-pr.516.b7453b7.0
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/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/{TelevisionIcon.vue.d.ts → TvIcon.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 Tue, 04 Feb 2025
|
3
|
+
* Generated on Tue, 04 Feb 2025 19:28:19 GMT
|
4
4
|
*
|
5
5
|
* GitHub: https://github.com/Kong/icons
|
6
6
|
* License: Apache-2.0
|
@@ -144,12 +144,12 @@ export { default as TabletIcon } from './TabletIcon.vue';
|
|
144
144
|
export { default as TasklistIcon } from './TasklistIcon.vue';
|
145
145
|
export { default as TeamIcon } from './TeamIcon.vue';
|
146
146
|
export { default as TeammateIcon } from './TeammateIcon.vue';
|
147
|
-
export { default as TelevisionIcon } from './TelevisionIcon.vue';
|
148
147
|
export { default as ThumbDownIcon } from './ThumbDownIcon.vue';
|
149
148
|
export { default as ThumbUpIcon } from './ThumbUpIcon.vue';
|
150
149
|
export { default as TrashIcon } from './TrashIcon.vue';
|
151
150
|
export { default as TrendDownIcon } from './TrendDownIcon.vue';
|
152
151
|
export { default as TrendUpIcon } from './TrendUpIcon.vue';
|
152
|
+
export { default as TvIcon } from './TvIcon.vue';
|
153
153
|
export { default as UnderlineIcon } from './UnderlineIcon.vue';
|
154
154
|
export { default as UnfoldMoreIcon } from './UnfoldMoreIcon.vue';
|
155
155
|
export { default as UploadIcon } from './UploadIcon.vue';
|
package/package.json
CHANGED
File without changes
|