File tree Expand file tree Collapse file tree 1 file changed +139
-136
lines changed
packages/uni-ui-types/src Expand file tree Collapse file tree 1 file changed +139
-136
lines changed Original file line number Diff line number Diff line change @@ -2,164 +2,167 @@ import type { DefineComponent } from "vue";
2
2
3
3
/** 图标类型 */
4
4
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"
29
6
| "arrow-left"
7
+ | "arrow-right"
30
8
| "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"
32
43
| "bottom"
33
- | "right"
34
- | "top"
35
- | "left"
44
+ | "download"
45
+ | "download-filled"
46
+ | "email"
47
+ | "email-filled"
36
48
| "eye"
37
49
| "eye-filled"
38
50
| "eye-slash"
39
51
| "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"
50
52
| "fire"
51
- | "medal"
53
+ | "fire-filled"
54
+ | "flag"
55
+ | "flag-filled"
56
+ | "folder-add"
57
+ | "folder-add-filled"
52
58
| "font"
59
+ | "forward"
60
+ | "gear"
61
+ | "gear-filled"
53
62
| "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"
89
71
| "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"
103
72
| "help-filled"
104
- | "paperplane-filled "
105
- | "plus "
106
- | "mic-filled "
73
+ | "home "
74
+ | "home-filled "
75
+ | "image "
107
76
| "image-filled"
108
- | "locked-filled"
77
+ | "images"
78
+ | "images-filled"
109
79
| "info"
80
+ | "info-filled"
81
+ | "left"
82
+ | "link"
83
+ | "list"
84
+ | "location"
85
+ | "location-filled"
110
86
| "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"
126
91
| "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"
136
103
| "more"
137
104
| "more-filled"
138
- | "undo"
139
- | "images"
105
+ | "navigate"
106
+ | "navigate-filled"
107
+ | "notification"
108
+ | "notification-filled"
140
109
| "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"
154
122
| "pulldown"
123
+ | "pyq"
124
+ | "qq"
125
+ | "redo"
126
+ | "redo-filled"
127
+ | "refresh"
128
+ | "refresh-filled"
129
+ | "refreshempty"
130
+ | "reload"
131
+ | "right"
155
132
| "scan"
156
- | "bars"
157
- | "cart-filled"
158
- | "checkbox"
159
- | "checkbox-filled"
133
+ | "search"
134
+ | "settings"
135
+ | "settings-filled"
160
136
| "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" ;
163
166
164
167
/** 自定义图标类型 */
165
168
export type _UniIconsCustomType = `icon-${string } `;
You can’t perform that action at this time.
0 commit comments