Skip to content

Commit 74f34cf

Browse files
feat(auto-import-resolver): update icons json (#5987)
* feat(auto-import-resolver): update icons json * chore: stash changelog [ci skip] --------- Co-authored-by: tdesign-bot <[email protected]>
1 parent c5b03ae commit 74f34cf

File tree

4 files changed

+56
-14
lines changed

4 files changed

+56
-14
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
pr_number: 5987
3+
contributor: liweijie0812
4+
---
5+
6+
- feat: 解析图标导入新增align-bottom、no-result、no-result-filled、 tree-list、wifi-no、 wifi-no-filled、logo-stackblitz-filled、logo-stackblitz、logo-wecom-filled 图标;移除 video-camera-3、video-camera-3-filled、list 图标 @liweijie0812 ([#5987](https://github.com/Tencent/tdesign-vue-next/pull/5987))

packages/auto-import-resolver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"build": "tsx scripts/prebuild.ts && tsdown"
2121
},
2222
"dependencies": {
23-
"unplugin-utils": "^0.2.4",
24-
"unplugin-vue-components": "^28.8.0"
23+
"unplugin-utils": "^0.3.0",
24+
"unplugin-vue-components": "^29.0.0"
2525
},
2626
"devDependencies": {
2727
"tdesign-icons-vue-next": "catalog:tdesign",

packages/auto-import-resolver/src/icons.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"AlarmOffFilledIcon",
2222
"AlarmOffIcon",
2323
"AlarmIcon",
24+
"AlignBottomIcon",
2425
"AlignTopIcon",
2526
"AlignVerticalIcon",
2627
"AlphaIcon",
@@ -1148,7 +1149,6 @@
11481149
"LiquorFilledIcon",
11491150
"LiquorIcon",
11501151
"ListNumberedIcon",
1151-
"ListIcon",
11521152
"LoadIcon",
11531153
"LoadingIcon",
11541154
"Location1FilledIcon",
@@ -1214,12 +1214,15 @@
12141214
"LogoMiniprogramIcon",
12151215
"LogoQqFilledIcon",
12161216
"LogoQqIcon",
1217+
"LogoStackblitzFilledIcon",
1218+
"LogoStackblitzIcon",
12171219
"LogoTwitterFilledIcon",
12181220
"LogoTwitterIcon",
12191221
"LogoWechatStrokeFilledIcon",
12201222
"LogoWechatStrokeIcon",
12211223
"LogoWechatpayFilledIcon",
12221224
"LogoWechatpayIcon",
1225+
"LogoWecomFilledIcon",
12231226
"LogoWecomIcon",
12241227
"LogoWindowsFilledIcon",
12251228
"LogoWindowsIcon",
@@ -1396,6 +1399,8 @@
13961399
"NextIcon",
13971400
"NoExpressionFilledIcon",
13981401
"NoExpressionIcon",
1402+
"NoResultFilledIcon",
1403+
"NoResultIcon",
13991404
"NoodleFilledIcon",
14001405
"NoodleIcon",
14011406
"NotificationAddFilledIcon",
@@ -1920,6 +1925,7 @@
19201925
"TransformIcon",
19211926
"Translate1Icon",
19221927
"TranslateIcon",
1928+
"TreeListIcon",
19231929
"TreeRoundDotFilledIcon",
19241930
"TreeRoundDotVerticalFilledIcon",
19251931
"TreeRoundDotVerticalIcon",
@@ -2053,8 +2059,6 @@
20532059
"VideoCamera1Icon",
20542060
"VideoCamera2FilledIcon",
20552061
"VideoCamera2Icon",
2056-
"VideoCamera3FilledIcon",
2057-
"VideoCamera3Icon",
20582062
"VideoCameraDollarFilledIcon",
20592063
"VideoCameraDollarIcon",
20602064
"VideoCameraFilledIcon",
@@ -2099,6 +2103,8 @@
20992103
"WidgetIcon",
21002104
"Wifi1FilledIcon",
21012105
"Wifi1Icon",
2106+
"WifiNoFilledIcon",
2107+
"WifiNoIcon",
21022108
"WifiOff1FilledIcon",
21032109
"WifiOff1Icon",
21042110
"WifiOffIcon",

pnpm-lock.yaml

Lines changed: 39 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)