Skip to content

Commit c688b7f

Browse files
committed
fix(uut): 补充 UniIcons 类型
1 parent 9b799ab commit c688b7f

File tree

1 file changed

+139
-136
lines changed

1 file changed

+139
-136
lines changed

packages/uni-ui-types/src/uni-icons.ts

Lines changed: 139 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -2,164 +2,167 @@ import type { DefineComponent } from "vue";
22

33
/** 图标类型 */
44
type _UniIconsType =
5-
| "color"
6-
| "wallet"
7-
| "settings-filled"
8-
| "auth-filled"
9-
| "shop-filled"
10-
| "staff-filled"
11-
| "vip-filled"
12-
| "plus-filled"
13-
| "folder-add-filled"
14-
| "color-filled"
15-
| "tune-filled"
16-
| "calendar-filled"
17-
| "notification-filled"
18-
| "wallet-filled"
19-
| "medal-filled"
20-
| "gift-filled"
21-
| "fire-filled"
22-
| "refreshempty"
23-
| "location-filled"
24-
| "person-filled"
25-
| "personadd-filled"
26-
| "back"
27-
| "forward"
28-
| "arrow-right"
5+
| "arrow-down"
296
| "arrow-left"
7+
| "arrow-right"
308
| "arrow-up"
31-
| "arrow-down"
9+
| "auth"
10+
| "auth-filled"
11+
| "back"
12+
| "bars"
13+
| "calendar"
14+
| "calendar-filled"
15+
| "camera"
16+
| "camera-filled"
17+
| "cart"
18+
| "cart-filled"
19+
| "chat"
20+
| "chat-filled"
21+
| "chatboxes"
22+
| "chatboxes-filled"
23+
| "chatbubble"
24+
| "chatbubble-filled"
25+
| "checkbox"
26+
| "checkbox-filled"
27+
| "checkmarkempty"
28+
| "circle"
29+
| "circle-filled"
30+
| "clear"
31+
| "close"
32+
| "closeempty"
33+
| "cloud-download"
34+
| "cloud-download-filled"
35+
| "cloud-upload"
36+
| "cloud-upload-filled"
37+
| "color"
38+
| "color-filled"
39+
| "compose"
40+
| "contact"
41+
| "contact-filled"
42+
| "down"
3243
| "bottom"
33-
| "right"
34-
| "top"
35-
| "left"
44+
| "download"
45+
| "download-filled"
46+
| "email"
47+
| "email-filled"
3648
| "eye"
3749
| "eye-filled"
3850
| "eye-slash"
3951
| "eye-slash-filled"
40-
| "info-filled"
41-
| "reload"
42-
| "micoff-filled"
43-
| "map-pin-ellipse"
44-
| "map-pin"
45-
| "location"
46-
| "starhalf"
47-
| "star"
48-
| "star-filled"
49-
| "calendar"
5052
| "fire"
51-
| "medal"
53+
| "fire-filled"
54+
| "flag"
55+
| "flag-filled"
56+
| "folder-add"
57+
| "folder-add-filled"
5258
| "font"
59+
| "forward"
60+
| "gear"
61+
| "gear-filled"
5362
| "gift"
54-
| "link"
55-
| "notification"
56-
| "staff"
57-
| "vip"
58-
| "folder-add"
59-
| "tune"
60-
| "auth"
61-
| "person"
62-
| "email-filled"
63-
| "phone-filled"
64-
| "phone"
65-
| "email"
66-
| "personadd"
67-
| "chatboxes-filled"
68-
| "contact"
69-
| "chatbubble-filled"
70-
| "contact-filled"
71-
| "chatboxes"
72-
| "chatbubble"
73-
| "upload-filled"
74-
| "upload"
75-
| "weixin"
76-
| "compose"
77-
| "qq"
78-
| "download-filled"
79-
| "pyq"
80-
| "sound"
81-
| "trash-filled"
82-
| "sound-filled"
83-
| "trash"
84-
| "videocam-filled"
85-
| "spinner-cycle"
86-
| "weibo"
87-
| "videocam"
88-
| "download"
63+
| "gift-filled"
64+
| "hand-down"
65+
| "hand-down-filled"
66+
| "hand-up"
67+
| "hand-up-filled"
68+
| "headphones"
69+
| "heart"
70+
| "heart-filled"
8971
| "help"
90-
| "navigate-filled"
91-
| "plusempty"
92-
| "smallcircle"
93-
| "minus-filled"
94-
| "micoff"
95-
| "closeempty"
96-
| "clear"
97-
| "navigate"
98-
| "minus"
99-
| "image"
100-
| "mic"
101-
| "paperplane"
102-
| "close"
10372
| "help-filled"
104-
| "paperplane-filled"
105-
| "plus"
106-
| "mic-filled"
73+
| "home"
74+
| "home-filled"
75+
| "image"
10776
| "image-filled"
108-
| "locked-filled"
77+
| "images"
78+
| "images-filled"
10979
| "info"
80+
| "info-filled"
81+
| "left"
82+
| "link"
83+
| "list"
84+
| "location"
85+
| "location-filled"
11086
| "locked"
111-
| "camera-filled"
112-
| "chat-filled"
113-
| "camera"
114-
| "circle"
115-
| "checkmarkempty"
116-
| "chat"
117-
| "circle-filled"
118-
| "flag"
119-
| "flag-filled"
120-
| "gear-filled"
121-
| "home"
122-
| "home-filled"
123-
| "gear"
124-
| "smallcircle-filled"
125-
| "map-filled"
87+
| "locked-filled"
88+
| "loop"
89+
| "mail-open"
90+
| "mail-open-filled"
12691
| "map"
127-
| "refresh-filled"
128-
| "refresh"
129-
| "cloud-upload"
130-
| "cloud-download-filled"
131-
| "cloud-download"
132-
| "cloud-upload-filled"
133-
| "redo"
134-
| "images-filled"
135-
| "undo-filled"
92+
| "map-filled"
93+
| "map-pin"
94+
| "map-pin-ellipse"
95+
| "medal"
96+
| "medal-filled"
97+
| "mic"
98+
| "mic-filled"
99+
| "micoff"
100+
| "micoff-filled"
101+
| "minus"
102+
| "minus-filled"
136103
| "more"
137104
| "more-filled"
138-
| "undo"
139-
| "images"
105+
| "navigate"
106+
| "navigate-filled"
107+
| "notification"
108+
| "notification-filled"
140109
| "paperclip"
141-
| "settings"
142-
| "search"
143-
| "redo-filled"
144-
| "list"
145-
| "mail-open-filled"
146-
| "hand-down-filled"
147-
| "hand-down"
148-
| "hand-up-filled"
149-
| "hand-up"
150-
| "heart-filled"
151-
| "mail-open"
152-
| "heart"
153-
| "loop"
110+
| "paperplane"
111+
| "paperplane-filled"
112+
| "person"
113+
| "person-filled"
114+
| "personadd"
115+
| "personadd-filled"
116+
| "personadd-filled-copy"
117+
| "phone"
118+
| "phone-filled"
119+
| "plus"
120+
| "plus-filled"
121+
| "plusempty"
154122
| "pulldown"
123+
| "pyq"
124+
| "qq"
125+
| "redo"
126+
| "redo-filled"
127+
| "refresh"
128+
| "refresh-filled"
129+
| "refreshempty"
130+
| "reload"
131+
| "right"
155132
| "scan"
156-
| "bars"
157-
| "cart-filled"
158-
| "checkbox"
159-
| "checkbox-filled"
133+
| "search"
134+
| "settings"
135+
| "settings-filled"
160136
| "shop"
161-
| "headphones"
162-
| "cart";
137+
| "shop-filled"
138+
| "smallcircle"
139+
| "smallcircle-filled"
140+
| "sound"
141+
| "sound-filled"
142+
| "spinner-cycle"
143+
| "staff"
144+
| "staff-filled"
145+
| "star"
146+
| "star-filled"
147+
| "starhalf"
148+
| "trash"
149+
| "trash-filled"
150+
| "tune"
151+
| "tune-filled"
152+
| "undo"
153+
| "undo-filled"
154+
| "up"
155+
| "top"
156+
| "upload"
157+
| "upload-filled"
158+
| "videocam"
159+
| "videocam-filled"
160+
| "vip"
161+
| "vip-filled"
162+
| "wallet"
163+
| "wallet-filled"
164+
| "weibo"
165+
| "weixin";
163166

164167
/** 自定义图标类型 */
165168
export type _UniIconsCustomType = `icon-${string}`;

0 commit comments

Comments
 (0)