@codemonster-ru/vueiconify 0.7.0 → 1.0.1
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/LICENSE.md +1 -1
- package/README.md +275 -0
- package/dist/index.css +1 -1
- package/dist/index.ts.mjs +2482 -337
- package/dist/index.ts.umd.js +2 -2
- package/dist/lib/components/_shared.d.ts +11 -0
- package/dist/lib/components/icon.vue.d.ts +13 -23
- package/dist/lib/iconCatalog.json.d.ts +500 -0
- package/dist/lib/iconCore.json.d.ts +59 -0
- package/dist/lib/iconDualStyleCore.json.d.ts +4 -0
- package/dist/lib/iconMeta.d.ts +26 -0
- package/dist/lib/iconMeta.json.d.ts +136 -0
- package/dist/lib/iconShowcase.json.d.ts +520 -0
- package/dist/lib/index.d.ts +3 -29
- package/package.json +35 -6
- package/dist/lib/components/bars.vue.d.ts +0 -2
- package/dist/lib/components/check.vue.d.ts +0 -2
- package/dist/lib/components/chevronDown.vue.d.ts +0 -2
- package/dist/lib/components/chevronLeft.vue.d.ts +0 -2
- package/dist/lib/components/chevronRight.vue.d.ts +0 -2
- package/dist/lib/components/chevronUp.vue.d.ts +0 -2
- package/dist/lib/components/circleHalf.vue.d.ts +0 -2
- package/dist/lib/components/circleNotch.vue.d.ts +0 -2
- package/dist/lib/components/house.vue.d.ts +0 -2
- package/dist/lib/components/magnifyingGlass.vue.d.ts +0 -2
- package/dist/lib/components/moon.vue.d.ts +0 -2
- package/dist/lib/components/rotateRight.vue.d.ts +0 -2
- package/dist/lib/components/sun.vue.d.ts +0 -2
- package/dist/lib/components/user.vue.d.ts +0 -2
- package/dist/lib/icons.json.d.ts +0 -20
- package/readme.md +0 -7
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
declare const _default: [
|
|
2
|
+
{
|
|
3
|
+
"id": "navigation",
|
|
4
|
+
"eyebrow": "Navigation",
|
|
5
|
+
"title": "Movement",
|
|
6
|
+
"description": "Directional controls, lists, and navigation affordances.",
|
|
7
|
+
"icons": [
|
|
8
|
+
"arrowDown",
|
|
9
|
+
"arrowLeft",
|
|
10
|
+
"arrowRight",
|
|
11
|
+
"arrowUp",
|
|
12
|
+
"bars",
|
|
13
|
+
"caretDown",
|
|
14
|
+
"caretLeft",
|
|
15
|
+
"caretRight",
|
|
16
|
+
"caretUp",
|
|
17
|
+
"chevronDown",
|
|
18
|
+
"chevronLeft",
|
|
19
|
+
"chevronRight",
|
|
20
|
+
"chevronUp",
|
|
21
|
+
"collapse",
|
|
22
|
+
"columns",
|
|
23
|
+
"expand",
|
|
24
|
+
"grid"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": "actions",
|
|
29
|
+
"eyebrow": "Actions",
|
|
30
|
+
"title": "Editing And Commands",
|
|
31
|
+
"description": "Core verbs for create, update, remove, filtering, and quick actions.",
|
|
32
|
+
"icons": [
|
|
33
|
+
"check",
|
|
34
|
+
"clipboard",
|
|
35
|
+
"copy",
|
|
36
|
+
"download",
|
|
37
|
+
"ellipsis",
|
|
38
|
+
"externalLink",
|
|
39
|
+
"filter",
|
|
40
|
+
"funnelX",
|
|
41
|
+
"link",
|
|
42
|
+
"logIn",
|
|
43
|
+
"logOut",
|
|
44
|
+
"minus",
|
|
45
|
+
"pencil",
|
|
46
|
+
"plus",
|
|
47
|
+
"refresh",
|
|
48
|
+
"send",
|
|
49
|
+
"sliders",
|
|
50
|
+
"sort",
|
|
51
|
+
"trash",
|
|
52
|
+
"upload",
|
|
53
|
+
"xmark"
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "objects",
|
|
58
|
+
"eyebrow": "Objects",
|
|
59
|
+
"title": "Interface Objects",
|
|
60
|
+
"description": "Product-level primitives for app chrome, files, and utilities.",
|
|
61
|
+
"icons": [
|
|
62
|
+
"archive",
|
|
63
|
+
"bell",
|
|
64
|
+
"bookmark",
|
|
65
|
+
"briefcase",
|
|
66
|
+
"building",
|
|
67
|
+
"calendar",
|
|
68
|
+
"chartBar",
|
|
69
|
+
"cloud",
|
|
70
|
+
"code",
|
|
71
|
+
"cpu",
|
|
72
|
+
"creditCard",
|
|
73
|
+
"database",
|
|
74
|
+
"file",
|
|
75
|
+
"fileText",
|
|
76
|
+
"folder",
|
|
77
|
+
"folderOpen",
|
|
78
|
+
"gear",
|
|
79
|
+
"globe",
|
|
80
|
+
"hardDrive",
|
|
81
|
+
"heart",
|
|
82
|
+
"house",
|
|
83
|
+
"inbox",
|
|
84
|
+
"key",
|
|
85
|
+
"layers",
|
|
86
|
+
"lock",
|
|
87
|
+
"magnifyingGlass",
|
|
88
|
+
"mail",
|
|
89
|
+
"message",
|
|
90
|
+
"phone",
|
|
91
|
+
"plug",
|
|
92
|
+
"receipt",
|
|
93
|
+
"server",
|
|
94
|
+
"star",
|
|
95
|
+
"terminal",
|
|
96
|
+
"unlock",
|
|
97
|
+
"user",
|
|
98
|
+
"userCheck",
|
|
99
|
+
"userMinus",
|
|
100
|
+
"userPlus",
|
|
101
|
+
"users",
|
|
102
|
+
"share",
|
|
103
|
+
"wallet"
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "feedback",
|
|
108
|
+
"eyebrow": "Feedback",
|
|
109
|
+
"title": "Status And Messaging",
|
|
110
|
+
"description": "Status, guidance, visibility, and trust-oriented system icons.",
|
|
111
|
+
"icons": [
|
|
112
|
+
"activity",
|
|
113
|
+
"alertCircle",
|
|
114
|
+
"ban",
|
|
115
|
+
"checkCircle",
|
|
116
|
+
"circleHalf",
|
|
117
|
+
"circleNotch",
|
|
118
|
+
"clock",
|
|
119
|
+
"eye",
|
|
120
|
+
"eyeSlash",
|
|
121
|
+
"history",
|
|
122
|
+
"info",
|
|
123
|
+
"moon",
|
|
124
|
+
"question",
|
|
125
|
+
"rotateRight",
|
|
126
|
+
"shield",
|
|
127
|
+
"sparkles",
|
|
128
|
+
"sun",
|
|
129
|
+
"warning",
|
|
130
|
+
"xCircle"
|
|
131
|
+
]
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
;
|
|
135
|
+
|
|
136
|
+
export default _default;
|
|
@@ -0,0 +1,520 @@
|
|
|
1
|
+
declare const _default: [
|
|
2
|
+
{
|
|
3
|
+
"icon": "arrowLeft",
|
|
4
|
+
"status": "in_progress",
|
|
5
|
+
"note": "Rounded stroke-based left arrow aligned to the current reference direction."
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"icon": "arrowRight",
|
|
9
|
+
"status": "in_progress",
|
|
10
|
+
"note": "Mirrored rounded stroke arrow paired with the current left arrow."
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"icon": "arrowUp",
|
|
14
|
+
"status": "approved",
|
|
15
|
+
"note": "Vertical arrow aligned to the current stroke-based arrow family."
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"icon": "arrowDown",
|
|
19
|
+
"status": "approved",
|
|
20
|
+
"note": "Vertical down arrow matching the same rounded stroke construction."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"icon": "check",
|
|
24
|
+
"status": "in_progress",
|
|
25
|
+
"note": "Solid-only check mark being aligned to the current rounded reference."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"icon": "xmark",
|
|
29
|
+
"status": "in_progress",
|
|
30
|
+
"note": "Solid-only rounded x mark aligned to the same stroke-based reference family."
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"icon": "plus",
|
|
34
|
+
"status": "in_progress",
|
|
35
|
+
"note": "Rounded plus mark aligned to the current stroke-based control icon family."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"icon": "minus",
|
|
39
|
+
"status": "in_progress",
|
|
40
|
+
"note": "Rounded minus mark aligned to the same control icon reference family."
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"icon": "copy",
|
|
44
|
+
"status": "in_progress",
|
|
45
|
+
"note": "Solid copy icon being simplified toward a cleaner stacked document silhouette."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"icon": "clipboard",
|
|
49
|
+
"status": "in_progress",
|
|
50
|
+
"note": "Solid clipboard icon being simplified toward a cleaner board-and-clip silhouette."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"icon": "magnifyingGlass",
|
|
54
|
+
"status": "in_progress",
|
|
55
|
+
"note": "Rounded search icon aligned to the current reference-led stroke family."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"icon": "chevronDown",
|
|
59
|
+
"status": "in_progress",
|
|
60
|
+
"note": "Rounded chevron aligned to the same stroke-based reference family."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"icon": "chevronUp",
|
|
64
|
+
"status": "in_progress",
|
|
65
|
+
"note": "Mirrored rounded chevron paired with the current down chevron."
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"icon": "chevronLeft",
|
|
69
|
+
"status": "in_progress",
|
|
70
|
+
"note": "Rounded left chevron aligned to the same stroke-based chevron family."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"icon": "chevronRight",
|
|
74
|
+
"status": "in_progress",
|
|
75
|
+
"note": "Rounded right chevron mirrored from the same family."
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"icon": "bars",
|
|
79
|
+
"status": "in_progress",
|
|
80
|
+
"note": "Rounded menu bars aligned to the same stroke-based control family."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"icon": "calendar",
|
|
84
|
+
"status": "in_progress",
|
|
85
|
+
"note": "Solid calendar being simplified toward a cleaner header-and-body silhouette."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"icon": "user",
|
|
89
|
+
"status": "in_progress",
|
|
90
|
+
"note": "Solid user icon being simplified toward a cleaner head-and-shoulders silhouette."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"icon": "mail",
|
|
94
|
+
"status": "in_progress",
|
|
95
|
+
"note": "Solid mail icon being simplified toward a cleaner envelope silhouette."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"icon": "folder",
|
|
99
|
+
"status": "in_progress",
|
|
100
|
+
"note": "Solid folder being simplified toward a cleaner tabbed silhouette."
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"icon": "folderOpen",
|
|
104
|
+
"status": "in_progress",
|
|
105
|
+
"note": "Solid open-folder icon being simplified toward a cleaner layered folder silhouette."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"icon": "file",
|
|
109
|
+
"status": "in_progress",
|
|
110
|
+
"note": "Solid file icon being simplified toward a cleaner folded-corner silhouette."
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"icon": "fileText",
|
|
114
|
+
"status": "in_progress",
|
|
115
|
+
"note": "Solid file-text icon being simplified toward a cleaner document-with-content silhouette."
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"icon": "house",
|
|
119
|
+
"status": "in_progress",
|
|
120
|
+
"note": "Solid house icon being simplified toward a cleaner roof-and-door silhouette."
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"icon": "bookmark",
|
|
124
|
+
"status": "in_progress",
|
|
125
|
+
"note": "Solid bookmark icon being simplified toward a cleaner ribbon silhouette."
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"icon": "star",
|
|
129
|
+
"status": "in_progress",
|
|
130
|
+
"note": "Solid star icon being simplified toward a cleaner five-point silhouette."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"icon": "heart",
|
|
134
|
+
"status": "in_progress",
|
|
135
|
+
"note": "Solid heart icon being simplified toward a cleaner rounded silhouette."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"icon": "sun",
|
|
139
|
+
"status": "in_progress",
|
|
140
|
+
"note": "Solid sun icon being simplified toward a cleaner ring-and-rays silhouette."
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"icon": "moon",
|
|
144
|
+
"status": "in_progress",
|
|
145
|
+
"note": "Solid moon icon being simplified toward a cleaner crescent silhouette."
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"icon": "info",
|
|
149
|
+
"status": "in_progress",
|
|
150
|
+
"note": "Solid info icon being simplified toward a cleaner lowercase-i silhouette."
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"icon": "warning",
|
|
154
|
+
"status": "in_progress",
|
|
155
|
+
"note": "Solid warning icon being simplified toward a cleaner alert triangle silhouette."
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"icon": "question",
|
|
159
|
+
"status": "in_progress",
|
|
160
|
+
"note": "Solid question icon being simplified toward a cleaner standalone question mark silhouette."
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"icon": "checkCircle",
|
|
164
|
+
"status": "in_progress",
|
|
165
|
+
"note": "Solid check-circle icon being simplified toward a cleaner confirmed state silhouette."
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"icon": "shield",
|
|
169
|
+
"status": "in_progress",
|
|
170
|
+
"note": "Solid shield icon being simplified toward a cleaner monolithic protective silhouette."
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"icon": "eye",
|
|
174
|
+
"status": "in_progress",
|
|
175
|
+
"note": "Solid eye icon being simplified toward a cleaner iris-and-highlight silhouette."
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"icon": "eyeSlash",
|
|
179
|
+
"status": "in_progress",
|
|
180
|
+
"note": "Solid eye-slash icon being simplified toward a cleaner crossed-out eye silhouette."
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"icon": "bell",
|
|
184
|
+
"status": "in_progress",
|
|
185
|
+
"note": "Solid bell being simplified toward a cleaner alert silhouette."
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"icon": "gear",
|
|
189
|
+
"status": "approved",
|
|
190
|
+
"note": "Current gear direction is acceptable and stable enough to keep."
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"icon": "message",
|
|
194
|
+
"status": "in_progress",
|
|
195
|
+
"note": "Solid message icon being simplified toward a cleaner chat bubble silhouette."
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"icon": "lock",
|
|
199
|
+
"status": "in_progress",
|
|
200
|
+
"note": "Solid lock being simplified toward a cleaner shackle-and-body silhouette."
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"icon": "unlock",
|
|
204
|
+
"status": "in_progress",
|
|
205
|
+
"note": "Solid unlock being simplified to match the new lock body with an open shackle."
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"icon": "archive",
|
|
209
|
+
"status": "in_progress",
|
|
210
|
+
"note": "Solid archive icon being simplified toward a cleaner box-and-lid silhouette."
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"icon": "inbox",
|
|
214
|
+
"status": "in_progress",
|
|
215
|
+
"note": "Solid inbox icon being simplified toward a cleaner tray-and-dropzone silhouette."
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"icon": "briefcase",
|
|
219
|
+
"status": "in_progress",
|
|
220
|
+
"note": "Solid briefcase icon being simplified toward a cleaner handle-and-latch silhouette."
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"icon": "building",
|
|
224
|
+
"status": "in_progress",
|
|
225
|
+
"note": "Solid building icon being simplified toward a cleaner facade-and-door silhouette."
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"icon": "chartBar",
|
|
229
|
+
"status": "in_progress",
|
|
230
|
+
"note": "Solid chart-bar icon being simplified toward a cleaner axis-and-horizontal-bars silhouette."
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"icon": "database",
|
|
234
|
+
"status": "in_progress",
|
|
235
|
+
"note": "Solid database icon being simplified toward a cleaner stacked-cylinder silhouette."
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"icon": "layers",
|
|
239
|
+
"status": "in_progress",
|
|
240
|
+
"note": "Solid layers icon being simplified toward a cleaner three-tier stacked silhouette."
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"icon": "creditCard",
|
|
244
|
+
"status": "in_progress",
|
|
245
|
+
"note": "Solid credit-card icon being simplified toward a cleaner stripe-and-details silhouette."
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"icon": "hardDrive",
|
|
249
|
+
"status": "in_progress",
|
|
250
|
+
"note": "Solid hard-drive icon being simplified toward a cleaner enclosure-and-indicators silhouette."
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"icon": "globe",
|
|
254
|
+
"status": "in_progress",
|
|
255
|
+
"note": "Solid globe icon being simplified toward a cleaner meridian-and-latitude silhouette."
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"icon": "receipt",
|
|
259
|
+
"status": "in_progress",
|
|
260
|
+
"note": "Solid receipt icon being simplified toward a cleaner serrated slip silhouette."
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"icon": "server",
|
|
264
|
+
"status": "in_progress",
|
|
265
|
+
"note": "Solid server icon being simplified toward a cleaner dual-rack silhouette."
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"icon": "terminal",
|
|
269
|
+
"status": "in_progress",
|
|
270
|
+
"note": "Solid terminal icon being simplified toward a cleaner chevron-and-command-line silhouette."
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"icon": "wallet",
|
|
274
|
+
"status": "in_progress",
|
|
275
|
+
"note": "Solid wallet icon being simplified toward a cleaner flap-and-button silhouette."
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"icon": "plug",
|
|
279
|
+
"status": "in_progress",
|
|
280
|
+
"note": "Solid plug icon being simplified toward a cleaner twin-prong silhouette."
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"icon": "share",
|
|
284
|
+
"status": "in_progress",
|
|
285
|
+
"note": "Solid share icon being simplified toward a cleaner tri-node connection silhouette."
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"icon": "code",
|
|
289
|
+
"status": "in_progress",
|
|
290
|
+
"note": "Solid code icon being simplified toward a cleaner chevrons-and-slash silhouette."
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"icon": "users",
|
|
294
|
+
"status": "in_progress",
|
|
295
|
+
"note": "Solid users icon being simplified toward a cleaner three-person group silhouette."
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"icon": "userPlus",
|
|
299
|
+
"status": "in_progress",
|
|
300
|
+
"note": "Solid user-plus icon being simplified toward a cleaner user silhouette with a separate plus action."
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"icon": "userMinus",
|
|
304
|
+
"status": "in_progress",
|
|
305
|
+
"note": "Solid user-minus icon being simplified toward a cleaner user silhouette with a separate minus action."
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"icon": "userCheck",
|
|
309
|
+
"status": "in_progress",
|
|
310
|
+
"note": "Solid user-check icon being simplified toward a cleaner user silhouette with a separate check action."
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"icon": "clock",
|
|
314
|
+
"status": "in_progress",
|
|
315
|
+
"note": "Solid clock icon being simplified toward a cleaner circular face with hour and minute hands."
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"icon": "history",
|
|
319
|
+
"status": "in_progress",
|
|
320
|
+
"note": "Solid history icon being simplified toward a cleaner return-arrow clock silhouette."
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"icon": "download",
|
|
324
|
+
"status": "in_progress",
|
|
325
|
+
"note": "Solid download icon being simplified toward a cleaner arrow-and-tray silhouette."
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"icon": "upload",
|
|
329
|
+
"status": "in_progress",
|
|
330
|
+
"note": "Solid upload icon being simplified toward a cleaner arrow-and-tray silhouette."
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"icon": "externalLink",
|
|
334
|
+
"status": "in_progress",
|
|
335
|
+
"note": "Solid external-link icon being simplified toward a cleaner box-and-outbound-arrow silhouette."
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"icon": "link",
|
|
339
|
+
"status": "in_progress",
|
|
340
|
+
"note": "Solid link icon being simplified toward a cleaner interlocking-chain silhouette."
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"icon": "refresh",
|
|
344
|
+
"status": "in_progress",
|
|
345
|
+
"note": "Solid refresh icon being simplified toward a cleaner two-arrow circular-cycle silhouette."
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"icon": "trash",
|
|
349
|
+
"status": "in_progress",
|
|
350
|
+
"note": "Solid trash icon being simplified toward a cleaner lid-and-bin silhouette."
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"icon": "filter",
|
|
354
|
+
"status": "in_progress",
|
|
355
|
+
"note": "Solid filter icon being simplified toward a cleaner funnel silhouette."
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"icon": "funnelX",
|
|
359
|
+
"status": "in_progress",
|
|
360
|
+
"note": "Solid funnel-x icon being simplified toward a cleaner filter-with-clear action silhouette."
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"icon": "sort",
|
|
364
|
+
"status": "in_progress",
|
|
365
|
+
"note": "Solid sort icon being simplified toward a cleaner dual-direction chevron silhouette."
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"icon": "sliders",
|
|
369
|
+
"status": "in_progress",
|
|
370
|
+
"note": "Solid sliders icon being simplified toward a cleaner three-track control silhouette."
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"icon": "ellipsis",
|
|
374
|
+
"status": "in_progress",
|
|
375
|
+
"note": "Solid ellipsis icon being simplified toward a cleaner three-dot horizontal action silhouette."
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"icon": "send",
|
|
379
|
+
"status": "in_progress",
|
|
380
|
+
"note": "Solid send icon being simplified toward a cleaner paper-plane silhouette."
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"icon": "logIn",
|
|
384
|
+
"status": "in_progress",
|
|
385
|
+
"note": "Solid log-in icon being simplified toward a cleaner enter-arrow and doorway silhouette."
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"icon": "logOut",
|
|
389
|
+
"status": "in_progress",
|
|
390
|
+
"note": "Solid log-out icon being simplified toward a cleaner exit-arrow and doorway silhouette."
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"icon": "pencil",
|
|
394
|
+
"status": "in_progress",
|
|
395
|
+
"note": "Solid pencil icon being simplified toward a cleaner edit-tool silhouette."
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"icon": "key",
|
|
399
|
+
"status": "in_progress",
|
|
400
|
+
"note": "Solid key icon being simplified toward a cleaner keyhead-and-shaft silhouette."
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"icon": "cloud",
|
|
404
|
+
"status": "in_progress",
|
|
405
|
+
"note": "Solid cloud icon being simplified toward a cleaner monolithic cloud silhouette."
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"icon": "phone",
|
|
409
|
+
"status": "in_progress",
|
|
410
|
+
"note": "Solid phone icon being simplified toward a cleaner handset-call silhouette."
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"icon": "cpu",
|
|
414
|
+
"status": "in_progress",
|
|
415
|
+
"note": "Solid cpu icon being simplified toward a cleaner chip-and-core silhouette."
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"icon": "grid",
|
|
419
|
+
"status": "in_progress",
|
|
420
|
+
"note": "Solid grid icon being simplified toward a cleaner four-cell layout silhouette."
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"icon": "columns",
|
|
424
|
+
"status": "in_progress",
|
|
425
|
+
"note": "Solid columns icon being simplified toward a cleaner two-column layout silhouette."
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"icon": "collapse",
|
|
429
|
+
"status": "in_progress",
|
|
430
|
+
"note": "Solid collapse icon being simplified toward a cleaner inward-diagonal action silhouette."
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"icon": "expand",
|
|
434
|
+
"status": "in_progress",
|
|
435
|
+
"note": "Solid expand icon being simplified toward a cleaner outward-diagonal action silhouette."
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"icon": "activity",
|
|
439
|
+
"status": "in_progress",
|
|
440
|
+
"note": "Solid activity icon being simplified toward a cleaner heartbeat waveform silhouette."
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"icon": "alertCircle",
|
|
444
|
+
"status": "in_progress",
|
|
445
|
+
"note": "Solid alert-circle icon being simplified toward a cleaner warning-in-circle silhouette."
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"icon": "ban",
|
|
449
|
+
"status": "in_progress",
|
|
450
|
+
"note": "Solid ban icon being simplified toward a cleaner prohibition-circle silhouette."
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"icon": "caretDown",
|
|
454
|
+
"status": "in_progress",
|
|
455
|
+
"note": "Solid caret-down icon being simplified toward a cleaner directional triangle silhouette."
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"icon": "caretLeft",
|
|
459
|
+
"status": "in_progress",
|
|
460
|
+
"note": "Solid caret-left icon being simplified toward a cleaner directional triangle silhouette."
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"icon": "caretRight",
|
|
464
|
+
"status": "in_progress",
|
|
465
|
+
"note": "Solid caret-right icon being simplified toward a cleaner directional triangle silhouette."
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"icon": "caretUp",
|
|
469
|
+
"status": "in_progress",
|
|
470
|
+
"note": "Solid caret-up icon being simplified toward a cleaner directional triangle silhouette."
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"icon": "chevronUp",
|
|
474
|
+
"status": "in_progress",
|
|
475
|
+
"note": "Solid chevron-up icon being simplified toward a cleaner directional-angle silhouette."
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"icon": "chevronDown",
|
|
479
|
+
"status": "in_progress",
|
|
480
|
+
"note": "Solid chevron-down icon being simplified toward a cleaner directional-angle silhouette."
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"icon": "chevronLeft",
|
|
484
|
+
"status": "in_progress",
|
|
485
|
+
"note": "Solid chevron-left icon being simplified toward a cleaner directional-angle silhouette."
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"icon": "chevronRight",
|
|
489
|
+
"status": "in_progress",
|
|
490
|
+
"note": "Solid chevron-right icon being simplified toward a cleaner directional-angle silhouette."
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"icon": "circleHalf",
|
|
494
|
+
"status": "in_progress",
|
|
495
|
+
"note": "Solid circle-half icon being simplified toward a cleaner split-circle silhouette."
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"icon": "circleNotch",
|
|
499
|
+
"status": "in_progress",
|
|
500
|
+
"note": "Solid circle-notch icon being simplified toward a cleaner loading-ring silhouette."
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"icon": "rotateRight",
|
|
504
|
+
"status": "in_progress",
|
|
505
|
+
"note": "Solid rotate-right icon being simplified toward a cleaner clockwise-refresh silhouette."
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"icon": "sparkles",
|
|
509
|
+
"status": "in_progress",
|
|
510
|
+
"note": "Solid sparkles icon being simplified toward a cleaner multi-star shine silhouette."
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"icon": "xCircle",
|
|
514
|
+
"status": "in_progress",
|
|
515
|
+
"note": "Solid x-circle icon being simplified toward a cleaner error-in-circle silhouette."
|
|
516
|
+
}
|
|
517
|
+
]
|
|
518
|
+
;
|
|
519
|
+
|
|
520
|
+
export default _default;
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -1,29 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export {
|
|
3
|
-
export
|
|
4
|
-
export { default as CmMoonIcon } from './components/moon.vue';
|
|
5
|
-
export * from './components/bars.vue';
|
|
6
|
-
export { default as CmBarsIcon } from './components/bars.vue';
|
|
7
|
-
export * from './components/user.vue';
|
|
8
|
-
export { default as CmUserIcon } from './components/user.vue';
|
|
9
|
-
export * from './components/house.vue';
|
|
10
|
-
export { default as CmHouseIcon } from './components/house.vue';
|
|
11
|
-
export * from './components/check.vue';
|
|
12
|
-
export { default as CmCheckIcon } from './components/check.vue';
|
|
13
|
-
export * from './components/circleHalf.vue';
|
|
14
|
-
export { default as CmCircleHalf } from './components/circleHalf.vue';
|
|
15
|
-
export * from './components/rotateRight.vue';
|
|
16
|
-
export { default as CmRotateRight } from './components/rotateRight.vue';
|
|
17
|
-
export * from './components/chevronUp.vue';
|
|
18
|
-
export { default as CmChevronUpIcon } from './components/chevronUp.vue';
|
|
19
|
-
export * from './components/chevronDown.vue';
|
|
20
|
-
export { default as CmChevronDownIcon } from './components/chevronDown.vue';
|
|
21
|
-
export * from './components/chevronLeft.vue';
|
|
22
|
-
export { default as CmChevronLeftIcon } from './components/chevronLeft.vue';
|
|
23
|
-
export * from './components/chevronRight.vue';
|
|
24
|
-
export { default as CmChevronRightIcon } from './components/chevronRight.vue';
|
|
25
|
-
export * from './components/magnifyingGlass.vue';
|
|
26
|
-
export { default as CmMagnifyingGlass } from './components/magnifyingGlass.vue';
|
|
27
|
-
export * from './components/circleNotch.vue';
|
|
28
|
-
export { default as CmCircleNotch } from './components/circleNotch.vue';
|
|
29
|
-
export { default as CmIcon } from './components/icon.vue';
|
|
1
|
+
export { default as VueIconify } from './components/icon.vue';
|
|
2
|
+
export { iconGroups, iconNames, icons, iconCatalog, coreIconNames, dualStyleCoreIconNames, showcaseIconEntries, } from './iconMeta';
|
|
3
|
+
export type { IconName, IconCatalogEntry, IconShowcaseEntry } from './iconMeta';
|