@unocss/preset-icons 0.65.2 → 0.65.3
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/browser.mjs +3 -3
- package/dist/core.d.mts +205 -196
- package/dist/core.d.ts +205 -196
- package/dist/core.mjs +1 -1
- package/dist/index.mjs +3 -3
- package/dist/shared/{preset-icons.DvZCj0no.mjs → preset-icons.DLb5HmKl.mjs} +205 -196
- package/dist/shared/{preset-icons.CqrgFOyb.mjs → preset-icons.rZDjeaLK.mjs} +1 -1
- package/package.json +2 -2
package/dist/browser.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as createCDNLoader } from './shared/preset-icons.
|
|
2
|
-
import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.
|
|
3
|
-
export { a as combineLoaders, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.
|
|
1
|
+
import { c as createCDNLoader } from './shared/preset-icons.rZDjeaLK.mjs';
|
|
2
|
+
import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.DLb5HmKl.mjs';
|
|
3
|
+
export { a as combineLoaders, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.DLb5HmKl.mjs';
|
|
4
4
|
import 'ofetch';
|
|
5
5
|
import '@unocss/core';
|
|
6
6
|
|
package/dist/core.d.mts
CHANGED
|
@@ -120,202 +120,211 @@ function getDefaultExportFromCjs (x) {
|
|
|
120
120
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
var collections
|
|
124
|
-
|
|
125
|
-
"akar-icons",
|
|
126
|
-
"ant-design",
|
|
127
|
-
"arcticons",
|
|
128
|
-
"basil",
|
|
129
|
-
"bi",
|
|
130
|
-
"bitcoin-icons",
|
|
131
|
-
"bpmn",
|
|
132
|
-
"brandico",
|
|
133
|
-
"bx",
|
|
134
|
-
"bxl",
|
|
135
|
-
"bxs",
|
|
136
|
-
"bytesize",
|
|
137
|
-
"carbon",
|
|
138
|
-
"catppuccin",
|
|
139
|
-
"cbi",
|
|
140
|
-
"charm",
|
|
141
|
-
"ci",
|
|
142
|
-
"cib",
|
|
143
|
-
"cif",
|
|
144
|
-
"cil",
|
|
145
|
-
"circle-flags",
|
|
146
|
-
"circum",
|
|
147
|
-
"clarity",
|
|
148
|
-
"codicon",
|
|
149
|
-
"covid",
|
|
150
|
-
"cryptocurrency-color",
|
|
151
|
-
"cryptocurrency",
|
|
152
|
-
"cuida",
|
|
153
|
-
"dashicons",
|
|
154
|
-
"devicon-line",
|
|
155
|
-
"devicon-original",
|
|
156
|
-
"devicon-plain",
|
|
157
|
-
"devicon",
|
|
158
|
-
"duo-icons",
|
|
159
|
-
"ei",
|
|
160
|
-
"el",
|
|
161
|
-
"emblemicons",
|
|
162
|
-
"emojione-monotone",
|
|
163
|
-
"emojione-v1",
|
|
164
|
-
"emojione",
|
|
165
|
-
"entypo-social",
|
|
166
|
-
"entypo",
|
|
167
|
-
"eos-icons",
|
|
168
|
-
"ep",
|
|
169
|
-
"et",
|
|
170
|
-
"eva",
|
|
171
|
-
"f7",
|
|
172
|
-
"fa-brands",
|
|
173
|
-
"fa-regular",
|
|
174
|
-
"fa-solid",
|
|
175
|
-
"fa",
|
|
176
|
-
"fa6-brands",
|
|
177
|
-
"fa6-regular",
|
|
178
|
-
"fa6-solid",
|
|
179
|
-
"fad",
|
|
180
|
-
"fe",
|
|
181
|
-
"feather",
|
|
182
|
-
"file-icons",
|
|
183
|
-
"flag",
|
|
184
|
-
"flagpack",
|
|
185
|
-
"flat-color-icons",
|
|
186
|
-
"flat-ui",
|
|
187
|
-
"flowbite",
|
|
188
|
-
"fluent-color",
|
|
189
|
-
"fluent-emoji-flat",
|
|
190
|
-
"fluent-emoji-high-contrast",
|
|
191
|
-
"fluent-emoji",
|
|
192
|
-
"fluent-mdl2",
|
|
193
|
-
"fluent",
|
|
194
|
-
"fontelico",
|
|
195
|
-
"fontisto",
|
|
196
|
-
"formkit",
|
|
197
|
-
"foundation",
|
|
198
|
-
"fxemoji",
|
|
199
|
-
"gala",
|
|
200
|
-
"game-icons",
|
|
201
|
-
"geo",
|
|
202
|
-
"gg",
|
|
203
|
-
"gis",
|
|
204
|
-
"gravity-ui",
|
|
205
|
-
"gridicons",
|
|
206
|
-
"grommet-icons",
|
|
207
|
-
"guidance",
|
|
208
|
-
"healthicons",
|
|
209
|
-
"heroicons-outline",
|
|
210
|
-
"heroicons-solid",
|
|
211
|
-
"heroicons",
|
|
212
|
-
"hugeicons",
|
|
213
|
-
"humbleicons",
|
|
214
|
-
"ic",
|
|
215
|
-
"icomoon-free",
|
|
216
|
-
"icon-park-outline",
|
|
217
|
-
"icon-park-solid",
|
|
218
|
-
"icon-park-twotone",
|
|
219
|
-
"icon-park",
|
|
220
|
-
"iconamoon",
|
|
221
|
-
"iconoir",
|
|
222
|
-
"icons8",
|
|
223
|
-
"il",
|
|
224
|
-
"ion",
|
|
225
|
-
"iwwa",
|
|
226
|
-
"ix",
|
|
227
|
-
"jam",
|
|
228
|
-
"la",
|
|
229
|
-
"lets-icons",
|
|
230
|
-
"line-md",
|
|
231
|
-
"lineicons",
|
|
232
|
-
"logos",
|
|
233
|
-
"ls",
|
|
234
|
-
"lsicon",
|
|
235
|
-
"lucide-lab",
|
|
236
|
-
"lucide",
|
|
237
|
-
"mage",
|
|
238
|
-
"majesticons",
|
|
239
|
-
"maki",
|
|
240
|
-
"map",
|
|
241
|
-
"marketeq",
|
|
242
|
-
"material-symbols-light",
|
|
243
|
-
"material-symbols",
|
|
244
|
-
"mdi-light",
|
|
245
|
-
"mdi",
|
|
246
|
-
"medical-icon",
|
|
247
|
-
"memory",
|
|
248
|
-
"meteocons",
|
|
249
|
-
"meteor-icons",
|
|
250
|
-
"mi",
|
|
251
|
-
"mingcute",
|
|
252
|
-
"mono-icons",
|
|
253
|
-
"mynaui",
|
|
254
|
-
"nimbus",
|
|
255
|
-
"nonicons",
|
|
256
|
-
"noto-v1",
|
|
257
|
-
"noto",
|
|
258
|
-
"nrk",
|
|
259
|
-
"octicon",
|
|
260
|
-
"oi",
|
|
261
|
-
"ooui",
|
|
262
|
-
"openmoji",
|
|
263
|
-
"oui",
|
|
264
|
-
"pajamas",
|
|
265
|
-
"pepicons-pencil",
|
|
266
|
-
"pepicons-pop",
|
|
267
|
-
"pepicons-print",
|
|
268
|
-
"pepicons",
|
|
269
|
-
"ph",
|
|
270
|
-
"pixelarticons",
|
|
271
|
-
"prime",
|
|
272
|
-
"proicons",
|
|
273
|
-
"ps",
|
|
274
|
-
"qlementine-icons",
|
|
275
|
-
"quill",
|
|
276
|
-
"radix-icons",
|
|
277
|
-
"raphael",
|
|
278
|
-
"ri",
|
|
279
|
-
"rivet-icons",
|
|
280
|
-
"si-glyph",
|
|
281
|
-
"si",
|
|
282
|
-
"simple-icons",
|
|
283
|
-
"simple-line-icons",
|
|
284
|
-
"skill-icons",
|
|
285
|
-
"solar",
|
|
286
|
-
"stash",
|
|
287
|
-
"streamline-emojis",
|
|
288
|
-
"streamline",
|
|
289
|
-
"subway",
|
|
290
|
-
"svg-spinners",
|
|
291
|
-
"system-uicons",
|
|
292
|
-
"tabler",
|
|
293
|
-
"tdesign",
|
|
294
|
-
"teenyicons",
|
|
295
|
-
"token-branded",
|
|
296
|
-
"token",
|
|
297
|
-
"topcoat",
|
|
298
|
-
"twemoji",
|
|
299
|
-
"typcn",
|
|
300
|
-
"uil",
|
|
301
|
-
"uim",
|
|
302
|
-
"uis",
|
|
303
|
-
"uit",
|
|
304
|
-
"uiw",
|
|
305
|
-
"unjs",
|
|
306
|
-
"vaadin",
|
|
307
|
-
"vs",
|
|
308
|
-
"vscode-icons",
|
|
309
|
-
"websymbol",
|
|
310
|
-
"weui",
|
|
311
|
-
"whh",
|
|
312
|
-
"wi",
|
|
313
|
-
"wpf",
|
|
314
|
-
"zmdi",
|
|
315
|
-
"zondicons"
|
|
316
|
-
];
|
|
123
|
+
var collections$1;
|
|
124
|
+
var hasRequiredCollections;
|
|
317
125
|
|
|
318
|
-
|
|
126
|
+
function requireCollections () {
|
|
127
|
+
if (hasRequiredCollections) return collections$1;
|
|
128
|
+
hasRequiredCollections = 1;
|
|
129
|
+
collections$1 = [
|
|
130
|
+
"academicons",
|
|
131
|
+
"akar-icons",
|
|
132
|
+
"ant-design",
|
|
133
|
+
"arcticons",
|
|
134
|
+
"basil",
|
|
135
|
+
"bi",
|
|
136
|
+
"bitcoin-icons",
|
|
137
|
+
"bpmn",
|
|
138
|
+
"brandico",
|
|
139
|
+
"bx",
|
|
140
|
+
"bxl",
|
|
141
|
+
"bxs",
|
|
142
|
+
"bytesize",
|
|
143
|
+
"carbon",
|
|
144
|
+
"catppuccin",
|
|
145
|
+
"cbi",
|
|
146
|
+
"charm",
|
|
147
|
+
"ci",
|
|
148
|
+
"cib",
|
|
149
|
+
"cif",
|
|
150
|
+
"cil",
|
|
151
|
+
"circle-flags",
|
|
152
|
+
"circum",
|
|
153
|
+
"clarity",
|
|
154
|
+
"codicon",
|
|
155
|
+
"covid",
|
|
156
|
+
"cryptocurrency-color",
|
|
157
|
+
"cryptocurrency",
|
|
158
|
+
"cuida",
|
|
159
|
+
"dashicons",
|
|
160
|
+
"devicon-line",
|
|
161
|
+
"devicon-original",
|
|
162
|
+
"devicon-plain",
|
|
163
|
+
"devicon",
|
|
164
|
+
"duo-icons",
|
|
165
|
+
"ei",
|
|
166
|
+
"el",
|
|
167
|
+
"emblemicons",
|
|
168
|
+
"emojione-monotone",
|
|
169
|
+
"emojione-v1",
|
|
170
|
+
"emojione",
|
|
171
|
+
"entypo-social",
|
|
172
|
+
"entypo",
|
|
173
|
+
"eos-icons",
|
|
174
|
+
"ep",
|
|
175
|
+
"et",
|
|
176
|
+
"eva",
|
|
177
|
+
"f7",
|
|
178
|
+
"fa-brands",
|
|
179
|
+
"fa-regular",
|
|
180
|
+
"fa-solid",
|
|
181
|
+
"fa",
|
|
182
|
+
"fa6-brands",
|
|
183
|
+
"fa6-regular",
|
|
184
|
+
"fa6-solid",
|
|
185
|
+
"fad",
|
|
186
|
+
"fe",
|
|
187
|
+
"feather",
|
|
188
|
+
"file-icons",
|
|
189
|
+
"flag",
|
|
190
|
+
"flagpack",
|
|
191
|
+
"flat-color-icons",
|
|
192
|
+
"flat-ui",
|
|
193
|
+
"flowbite",
|
|
194
|
+
"fluent-color",
|
|
195
|
+
"fluent-emoji-flat",
|
|
196
|
+
"fluent-emoji-high-contrast",
|
|
197
|
+
"fluent-emoji",
|
|
198
|
+
"fluent-mdl2",
|
|
199
|
+
"fluent",
|
|
200
|
+
"fontelico",
|
|
201
|
+
"fontisto",
|
|
202
|
+
"formkit",
|
|
203
|
+
"foundation",
|
|
204
|
+
"fxemoji",
|
|
205
|
+
"gala",
|
|
206
|
+
"game-icons",
|
|
207
|
+
"geo",
|
|
208
|
+
"gg",
|
|
209
|
+
"gis",
|
|
210
|
+
"gravity-ui",
|
|
211
|
+
"gridicons",
|
|
212
|
+
"grommet-icons",
|
|
213
|
+
"guidance",
|
|
214
|
+
"healthicons",
|
|
215
|
+
"heroicons-outline",
|
|
216
|
+
"heroicons-solid",
|
|
217
|
+
"heroicons",
|
|
218
|
+
"hugeicons",
|
|
219
|
+
"humbleicons",
|
|
220
|
+
"ic",
|
|
221
|
+
"icomoon-free",
|
|
222
|
+
"icon-park-outline",
|
|
223
|
+
"icon-park-solid",
|
|
224
|
+
"icon-park-twotone",
|
|
225
|
+
"icon-park",
|
|
226
|
+
"iconamoon",
|
|
227
|
+
"iconoir",
|
|
228
|
+
"icons8",
|
|
229
|
+
"il",
|
|
230
|
+
"ion",
|
|
231
|
+
"iwwa",
|
|
232
|
+
"ix",
|
|
233
|
+
"jam",
|
|
234
|
+
"la",
|
|
235
|
+
"lets-icons",
|
|
236
|
+
"line-md",
|
|
237
|
+
"lineicons",
|
|
238
|
+
"logos",
|
|
239
|
+
"ls",
|
|
240
|
+
"lsicon",
|
|
241
|
+
"lucide-lab",
|
|
242
|
+
"lucide",
|
|
243
|
+
"mage",
|
|
244
|
+
"majesticons",
|
|
245
|
+
"maki",
|
|
246
|
+
"map",
|
|
247
|
+
"marketeq",
|
|
248
|
+
"material-symbols-light",
|
|
249
|
+
"material-symbols",
|
|
250
|
+
"mdi-light",
|
|
251
|
+
"mdi",
|
|
252
|
+
"medical-icon",
|
|
253
|
+
"memory",
|
|
254
|
+
"meteocons",
|
|
255
|
+
"meteor-icons",
|
|
256
|
+
"mi",
|
|
257
|
+
"mingcute",
|
|
258
|
+
"mono-icons",
|
|
259
|
+
"mynaui",
|
|
260
|
+
"nimbus",
|
|
261
|
+
"nonicons",
|
|
262
|
+
"noto-v1",
|
|
263
|
+
"noto",
|
|
264
|
+
"nrk",
|
|
265
|
+
"octicon",
|
|
266
|
+
"oi",
|
|
267
|
+
"ooui",
|
|
268
|
+
"openmoji",
|
|
269
|
+
"oui",
|
|
270
|
+
"pajamas",
|
|
271
|
+
"pepicons-pencil",
|
|
272
|
+
"pepicons-pop",
|
|
273
|
+
"pepicons-print",
|
|
274
|
+
"pepicons",
|
|
275
|
+
"ph",
|
|
276
|
+
"pixelarticons",
|
|
277
|
+
"prime",
|
|
278
|
+
"proicons",
|
|
279
|
+
"ps",
|
|
280
|
+
"qlementine-icons",
|
|
281
|
+
"quill",
|
|
282
|
+
"radix-icons",
|
|
283
|
+
"raphael",
|
|
284
|
+
"ri",
|
|
285
|
+
"rivet-icons",
|
|
286
|
+
"si-glyph",
|
|
287
|
+
"si",
|
|
288
|
+
"simple-icons",
|
|
289
|
+
"simple-line-icons",
|
|
290
|
+
"skill-icons",
|
|
291
|
+
"solar",
|
|
292
|
+
"stash",
|
|
293
|
+
"streamline-emojis",
|
|
294
|
+
"streamline",
|
|
295
|
+
"subway",
|
|
296
|
+
"svg-spinners",
|
|
297
|
+
"system-uicons",
|
|
298
|
+
"tabler",
|
|
299
|
+
"tdesign",
|
|
300
|
+
"teenyicons",
|
|
301
|
+
"token-branded",
|
|
302
|
+
"token",
|
|
303
|
+
"topcoat",
|
|
304
|
+
"twemoji",
|
|
305
|
+
"typcn",
|
|
306
|
+
"uil",
|
|
307
|
+
"uim",
|
|
308
|
+
"uis",
|
|
309
|
+
"uit",
|
|
310
|
+
"uiw",
|
|
311
|
+
"unjs",
|
|
312
|
+
"vaadin",
|
|
313
|
+
"vs",
|
|
314
|
+
"vscode-icons",
|
|
315
|
+
"websymbol",
|
|
316
|
+
"weui",
|
|
317
|
+
"whh",
|
|
318
|
+
"wi",
|
|
319
|
+
"wpf",
|
|
320
|
+
"zmdi",
|
|
321
|
+
"zondicons"
|
|
322
|
+
];
|
|
323
|
+
return collections$1;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
var collectionsExports = /*@__PURE__*/ requireCollections();
|
|
327
|
+
var collections = /*@__PURE__*/getDefaultExportFromCjs(collectionsExports);
|
|
319
328
|
|
|
320
329
|
/**
|
|
321
330
|
* API for preset-icons
|
|
@@ -342,4 +351,4 @@ declare function parseIconWithLoader(body: string, loader: UniversalIconLoader,
|
|
|
342
351
|
svg: string;
|
|
343
352
|
} | undefined>;
|
|
344
353
|
|
|
345
|
-
export { type IconsAPI, type IconsOptions, combineLoaders, createCDNFetchLoader, createPresetIcons, getEnvFlags, collections
|
|
354
|
+
export { type IconsAPI, type IconsOptions, combineLoaders, createCDNFetchLoader, createPresetIcons, getEnvFlags, collections as icons, parseIconWithLoader };
|
package/dist/core.d.ts
CHANGED
|
@@ -120,202 +120,211 @@ function getDefaultExportFromCjs (x) {
|
|
|
120
120
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
var collections
|
|
124
|
-
|
|
125
|
-
"akar-icons",
|
|
126
|
-
"ant-design",
|
|
127
|
-
"arcticons",
|
|
128
|
-
"basil",
|
|
129
|
-
"bi",
|
|
130
|
-
"bitcoin-icons",
|
|
131
|
-
"bpmn",
|
|
132
|
-
"brandico",
|
|
133
|
-
"bx",
|
|
134
|
-
"bxl",
|
|
135
|
-
"bxs",
|
|
136
|
-
"bytesize",
|
|
137
|
-
"carbon",
|
|
138
|
-
"catppuccin",
|
|
139
|
-
"cbi",
|
|
140
|
-
"charm",
|
|
141
|
-
"ci",
|
|
142
|
-
"cib",
|
|
143
|
-
"cif",
|
|
144
|
-
"cil",
|
|
145
|
-
"circle-flags",
|
|
146
|
-
"circum",
|
|
147
|
-
"clarity",
|
|
148
|
-
"codicon",
|
|
149
|
-
"covid",
|
|
150
|
-
"cryptocurrency-color",
|
|
151
|
-
"cryptocurrency",
|
|
152
|
-
"cuida",
|
|
153
|
-
"dashicons",
|
|
154
|
-
"devicon-line",
|
|
155
|
-
"devicon-original",
|
|
156
|
-
"devicon-plain",
|
|
157
|
-
"devicon",
|
|
158
|
-
"duo-icons",
|
|
159
|
-
"ei",
|
|
160
|
-
"el",
|
|
161
|
-
"emblemicons",
|
|
162
|
-
"emojione-monotone",
|
|
163
|
-
"emojione-v1",
|
|
164
|
-
"emojione",
|
|
165
|
-
"entypo-social",
|
|
166
|
-
"entypo",
|
|
167
|
-
"eos-icons",
|
|
168
|
-
"ep",
|
|
169
|
-
"et",
|
|
170
|
-
"eva",
|
|
171
|
-
"f7",
|
|
172
|
-
"fa-brands",
|
|
173
|
-
"fa-regular",
|
|
174
|
-
"fa-solid",
|
|
175
|
-
"fa",
|
|
176
|
-
"fa6-brands",
|
|
177
|
-
"fa6-regular",
|
|
178
|
-
"fa6-solid",
|
|
179
|
-
"fad",
|
|
180
|
-
"fe",
|
|
181
|
-
"feather",
|
|
182
|
-
"file-icons",
|
|
183
|
-
"flag",
|
|
184
|
-
"flagpack",
|
|
185
|
-
"flat-color-icons",
|
|
186
|
-
"flat-ui",
|
|
187
|
-
"flowbite",
|
|
188
|
-
"fluent-color",
|
|
189
|
-
"fluent-emoji-flat",
|
|
190
|
-
"fluent-emoji-high-contrast",
|
|
191
|
-
"fluent-emoji",
|
|
192
|
-
"fluent-mdl2",
|
|
193
|
-
"fluent",
|
|
194
|
-
"fontelico",
|
|
195
|
-
"fontisto",
|
|
196
|
-
"formkit",
|
|
197
|
-
"foundation",
|
|
198
|
-
"fxemoji",
|
|
199
|
-
"gala",
|
|
200
|
-
"game-icons",
|
|
201
|
-
"geo",
|
|
202
|
-
"gg",
|
|
203
|
-
"gis",
|
|
204
|
-
"gravity-ui",
|
|
205
|
-
"gridicons",
|
|
206
|
-
"grommet-icons",
|
|
207
|
-
"guidance",
|
|
208
|
-
"healthicons",
|
|
209
|
-
"heroicons-outline",
|
|
210
|
-
"heroicons-solid",
|
|
211
|
-
"heroicons",
|
|
212
|
-
"hugeicons",
|
|
213
|
-
"humbleicons",
|
|
214
|
-
"ic",
|
|
215
|
-
"icomoon-free",
|
|
216
|
-
"icon-park-outline",
|
|
217
|
-
"icon-park-solid",
|
|
218
|
-
"icon-park-twotone",
|
|
219
|
-
"icon-park",
|
|
220
|
-
"iconamoon",
|
|
221
|
-
"iconoir",
|
|
222
|
-
"icons8",
|
|
223
|
-
"il",
|
|
224
|
-
"ion",
|
|
225
|
-
"iwwa",
|
|
226
|
-
"ix",
|
|
227
|
-
"jam",
|
|
228
|
-
"la",
|
|
229
|
-
"lets-icons",
|
|
230
|
-
"line-md",
|
|
231
|
-
"lineicons",
|
|
232
|
-
"logos",
|
|
233
|
-
"ls",
|
|
234
|
-
"lsicon",
|
|
235
|
-
"lucide-lab",
|
|
236
|
-
"lucide",
|
|
237
|
-
"mage",
|
|
238
|
-
"majesticons",
|
|
239
|
-
"maki",
|
|
240
|
-
"map",
|
|
241
|
-
"marketeq",
|
|
242
|
-
"material-symbols-light",
|
|
243
|
-
"material-symbols",
|
|
244
|
-
"mdi-light",
|
|
245
|
-
"mdi",
|
|
246
|
-
"medical-icon",
|
|
247
|
-
"memory",
|
|
248
|
-
"meteocons",
|
|
249
|
-
"meteor-icons",
|
|
250
|
-
"mi",
|
|
251
|
-
"mingcute",
|
|
252
|
-
"mono-icons",
|
|
253
|
-
"mynaui",
|
|
254
|
-
"nimbus",
|
|
255
|
-
"nonicons",
|
|
256
|
-
"noto-v1",
|
|
257
|
-
"noto",
|
|
258
|
-
"nrk",
|
|
259
|
-
"octicon",
|
|
260
|
-
"oi",
|
|
261
|
-
"ooui",
|
|
262
|
-
"openmoji",
|
|
263
|
-
"oui",
|
|
264
|
-
"pajamas",
|
|
265
|
-
"pepicons-pencil",
|
|
266
|
-
"pepicons-pop",
|
|
267
|
-
"pepicons-print",
|
|
268
|
-
"pepicons",
|
|
269
|
-
"ph",
|
|
270
|
-
"pixelarticons",
|
|
271
|
-
"prime",
|
|
272
|
-
"proicons",
|
|
273
|
-
"ps",
|
|
274
|
-
"qlementine-icons",
|
|
275
|
-
"quill",
|
|
276
|
-
"radix-icons",
|
|
277
|
-
"raphael",
|
|
278
|
-
"ri",
|
|
279
|
-
"rivet-icons",
|
|
280
|
-
"si-glyph",
|
|
281
|
-
"si",
|
|
282
|
-
"simple-icons",
|
|
283
|
-
"simple-line-icons",
|
|
284
|
-
"skill-icons",
|
|
285
|
-
"solar",
|
|
286
|
-
"stash",
|
|
287
|
-
"streamline-emojis",
|
|
288
|
-
"streamline",
|
|
289
|
-
"subway",
|
|
290
|
-
"svg-spinners",
|
|
291
|
-
"system-uicons",
|
|
292
|
-
"tabler",
|
|
293
|
-
"tdesign",
|
|
294
|
-
"teenyicons",
|
|
295
|
-
"token-branded",
|
|
296
|
-
"token",
|
|
297
|
-
"topcoat",
|
|
298
|
-
"twemoji",
|
|
299
|
-
"typcn",
|
|
300
|
-
"uil",
|
|
301
|
-
"uim",
|
|
302
|
-
"uis",
|
|
303
|
-
"uit",
|
|
304
|
-
"uiw",
|
|
305
|
-
"unjs",
|
|
306
|
-
"vaadin",
|
|
307
|
-
"vs",
|
|
308
|
-
"vscode-icons",
|
|
309
|
-
"websymbol",
|
|
310
|
-
"weui",
|
|
311
|
-
"whh",
|
|
312
|
-
"wi",
|
|
313
|
-
"wpf",
|
|
314
|
-
"zmdi",
|
|
315
|
-
"zondicons"
|
|
316
|
-
];
|
|
123
|
+
var collections$1;
|
|
124
|
+
var hasRequiredCollections;
|
|
317
125
|
|
|
318
|
-
|
|
126
|
+
function requireCollections () {
|
|
127
|
+
if (hasRequiredCollections) return collections$1;
|
|
128
|
+
hasRequiredCollections = 1;
|
|
129
|
+
collections$1 = [
|
|
130
|
+
"academicons",
|
|
131
|
+
"akar-icons",
|
|
132
|
+
"ant-design",
|
|
133
|
+
"arcticons",
|
|
134
|
+
"basil",
|
|
135
|
+
"bi",
|
|
136
|
+
"bitcoin-icons",
|
|
137
|
+
"bpmn",
|
|
138
|
+
"brandico",
|
|
139
|
+
"bx",
|
|
140
|
+
"bxl",
|
|
141
|
+
"bxs",
|
|
142
|
+
"bytesize",
|
|
143
|
+
"carbon",
|
|
144
|
+
"catppuccin",
|
|
145
|
+
"cbi",
|
|
146
|
+
"charm",
|
|
147
|
+
"ci",
|
|
148
|
+
"cib",
|
|
149
|
+
"cif",
|
|
150
|
+
"cil",
|
|
151
|
+
"circle-flags",
|
|
152
|
+
"circum",
|
|
153
|
+
"clarity",
|
|
154
|
+
"codicon",
|
|
155
|
+
"covid",
|
|
156
|
+
"cryptocurrency-color",
|
|
157
|
+
"cryptocurrency",
|
|
158
|
+
"cuida",
|
|
159
|
+
"dashicons",
|
|
160
|
+
"devicon-line",
|
|
161
|
+
"devicon-original",
|
|
162
|
+
"devicon-plain",
|
|
163
|
+
"devicon",
|
|
164
|
+
"duo-icons",
|
|
165
|
+
"ei",
|
|
166
|
+
"el",
|
|
167
|
+
"emblemicons",
|
|
168
|
+
"emojione-monotone",
|
|
169
|
+
"emojione-v1",
|
|
170
|
+
"emojione",
|
|
171
|
+
"entypo-social",
|
|
172
|
+
"entypo",
|
|
173
|
+
"eos-icons",
|
|
174
|
+
"ep",
|
|
175
|
+
"et",
|
|
176
|
+
"eva",
|
|
177
|
+
"f7",
|
|
178
|
+
"fa-brands",
|
|
179
|
+
"fa-regular",
|
|
180
|
+
"fa-solid",
|
|
181
|
+
"fa",
|
|
182
|
+
"fa6-brands",
|
|
183
|
+
"fa6-regular",
|
|
184
|
+
"fa6-solid",
|
|
185
|
+
"fad",
|
|
186
|
+
"fe",
|
|
187
|
+
"feather",
|
|
188
|
+
"file-icons",
|
|
189
|
+
"flag",
|
|
190
|
+
"flagpack",
|
|
191
|
+
"flat-color-icons",
|
|
192
|
+
"flat-ui",
|
|
193
|
+
"flowbite",
|
|
194
|
+
"fluent-color",
|
|
195
|
+
"fluent-emoji-flat",
|
|
196
|
+
"fluent-emoji-high-contrast",
|
|
197
|
+
"fluent-emoji",
|
|
198
|
+
"fluent-mdl2",
|
|
199
|
+
"fluent",
|
|
200
|
+
"fontelico",
|
|
201
|
+
"fontisto",
|
|
202
|
+
"formkit",
|
|
203
|
+
"foundation",
|
|
204
|
+
"fxemoji",
|
|
205
|
+
"gala",
|
|
206
|
+
"game-icons",
|
|
207
|
+
"geo",
|
|
208
|
+
"gg",
|
|
209
|
+
"gis",
|
|
210
|
+
"gravity-ui",
|
|
211
|
+
"gridicons",
|
|
212
|
+
"grommet-icons",
|
|
213
|
+
"guidance",
|
|
214
|
+
"healthicons",
|
|
215
|
+
"heroicons-outline",
|
|
216
|
+
"heroicons-solid",
|
|
217
|
+
"heroicons",
|
|
218
|
+
"hugeicons",
|
|
219
|
+
"humbleicons",
|
|
220
|
+
"ic",
|
|
221
|
+
"icomoon-free",
|
|
222
|
+
"icon-park-outline",
|
|
223
|
+
"icon-park-solid",
|
|
224
|
+
"icon-park-twotone",
|
|
225
|
+
"icon-park",
|
|
226
|
+
"iconamoon",
|
|
227
|
+
"iconoir",
|
|
228
|
+
"icons8",
|
|
229
|
+
"il",
|
|
230
|
+
"ion",
|
|
231
|
+
"iwwa",
|
|
232
|
+
"ix",
|
|
233
|
+
"jam",
|
|
234
|
+
"la",
|
|
235
|
+
"lets-icons",
|
|
236
|
+
"line-md",
|
|
237
|
+
"lineicons",
|
|
238
|
+
"logos",
|
|
239
|
+
"ls",
|
|
240
|
+
"lsicon",
|
|
241
|
+
"lucide-lab",
|
|
242
|
+
"lucide",
|
|
243
|
+
"mage",
|
|
244
|
+
"majesticons",
|
|
245
|
+
"maki",
|
|
246
|
+
"map",
|
|
247
|
+
"marketeq",
|
|
248
|
+
"material-symbols-light",
|
|
249
|
+
"material-symbols",
|
|
250
|
+
"mdi-light",
|
|
251
|
+
"mdi",
|
|
252
|
+
"medical-icon",
|
|
253
|
+
"memory",
|
|
254
|
+
"meteocons",
|
|
255
|
+
"meteor-icons",
|
|
256
|
+
"mi",
|
|
257
|
+
"mingcute",
|
|
258
|
+
"mono-icons",
|
|
259
|
+
"mynaui",
|
|
260
|
+
"nimbus",
|
|
261
|
+
"nonicons",
|
|
262
|
+
"noto-v1",
|
|
263
|
+
"noto",
|
|
264
|
+
"nrk",
|
|
265
|
+
"octicon",
|
|
266
|
+
"oi",
|
|
267
|
+
"ooui",
|
|
268
|
+
"openmoji",
|
|
269
|
+
"oui",
|
|
270
|
+
"pajamas",
|
|
271
|
+
"pepicons-pencil",
|
|
272
|
+
"pepicons-pop",
|
|
273
|
+
"pepicons-print",
|
|
274
|
+
"pepicons",
|
|
275
|
+
"ph",
|
|
276
|
+
"pixelarticons",
|
|
277
|
+
"prime",
|
|
278
|
+
"proicons",
|
|
279
|
+
"ps",
|
|
280
|
+
"qlementine-icons",
|
|
281
|
+
"quill",
|
|
282
|
+
"radix-icons",
|
|
283
|
+
"raphael",
|
|
284
|
+
"ri",
|
|
285
|
+
"rivet-icons",
|
|
286
|
+
"si-glyph",
|
|
287
|
+
"si",
|
|
288
|
+
"simple-icons",
|
|
289
|
+
"simple-line-icons",
|
|
290
|
+
"skill-icons",
|
|
291
|
+
"solar",
|
|
292
|
+
"stash",
|
|
293
|
+
"streamline-emojis",
|
|
294
|
+
"streamline",
|
|
295
|
+
"subway",
|
|
296
|
+
"svg-spinners",
|
|
297
|
+
"system-uicons",
|
|
298
|
+
"tabler",
|
|
299
|
+
"tdesign",
|
|
300
|
+
"teenyicons",
|
|
301
|
+
"token-branded",
|
|
302
|
+
"token",
|
|
303
|
+
"topcoat",
|
|
304
|
+
"twemoji",
|
|
305
|
+
"typcn",
|
|
306
|
+
"uil",
|
|
307
|
+
"uim",
|
|
308
|
+
"uis",
|
|
309
|
+
"uit",
|
|
310
|
+
"uiw",
|
|
311
|
+
"unjs",
|
|
312
|
+
"vaadin",
|
|
313
|
+
"vs",
|
|
314
|
+
"vscode-icons",
|
|
315
|
+
"websymbol",
|
|
316
|
+
"weui",
|
|
317
|
+
"whh",
|
|
318
|
+
"wi",
|
|
319
|
+
"wpf",
|
|
320
|
+
"zmdi",
|
|
321
|
+
"zondicons"
|
|
322
|
+
];
|
|
323
|
+
return collections$1;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
var collectionsExports = /*@__PURE__*/ requireCollections();
|
|
327
|
+
var collections = /*@__PURE__*/getDefaultExportFromCjs(collectionsExports);
|
|
319
328
|
|
|
320
329
|
/**
|
|
321
330
|
* API for preset-icons
|
|
@@ -342,4 +351,4 @@ declare function parseIconWithLoader(body: string, loader: UniversalIconLoader,
|
|
|
342
351
|
svg: string;
|
|
343
352
|
} | undefined>;
|
|
344
353
|
|
|
345
|
-
export { type IconsAPI, type IconsOptions, combineLoaders, createCDNFetchLoader, createPresetIcons, getEnvFlags, collections
|
|
354
|
+
export { type IconsAPI, type IconsOptions, combineLoaders, createCDNFetchLoader, createPresetIcons, getEnvFlags, collections as icons, parseIconWithLoader };
|
package/dist/core.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as combineLoaders, b as createCDNFetchLoader, c as createPresetIcons, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.
|
|
1
|
+
export { a as combineLoaders, b as createCDNFetchLoader, c as createPresetIcons, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.DLb5HmKl.mjs';
|
|
2
2
|
import '@unocss/core';
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { definePreset } from '@unocss/core';
|
|
2
|
-
import { c as createCDNLoader } from './shared/preset-icons.
|
|
3
|
-
import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.
|
|
4
|
-
export { b as createCDNFetchLoader, i as icons, p as parseIconWithLoader } from './shared/preset-icons.
|
|
2
|
+
import { c as createCDNLoader } from './shared/preset-icons.rZDjeaLK.mjs';
|
|
3
|
+
import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.DLb5HmKl.mjs';
|
|
4
|
+
export { b as createCDNFetchLoader, i as icons, p as parseIconWithLoader } from './shared/preset-icons.DLb5HmKl.mjs';
|
|
5
5
|
import 'ofetch';
|
|
6
6
|
|
|
7
7
|
const _factory = /* @__PURE__ */ createPresetIcons(async (options) => {
|
|
@@ -83,7 +83,7 @@ function getIconsTree(data, names) {
|
|
|
83
83
|
}
|
|
84
84
|
return resolved[name];
|
|
85
85
|
}
|
|
86
|
-
(names
|
|
86
|
+
(names).forEach(resolve);
|
|
87
87
|
return resolved;
|
|
88
88
|
}
|
|
89
89
|
|
|
@@ -543,202 +543,211 @@ function getDefaultExportFromCjs (x) {
|
|
|
543
543
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
544
544
|
}
|
|
545
545
|
|
|
546
|
-
var collections
|
|
547
|
-
|
|
548
|
-
"akar-icons",
|
|
549
|
-
"ant-design",
|
|
550
|
-
"arcticons",
|
|
551
|
-
"basil",
|
|
552
|
-
"bi",
|
|
553
|
-
"bitcoin-icons",
|
|
554
|
-
"bpmn",
|
|
555
|
-
"brandico",
|
|
556
|
-
"bx",
|
|
557
|
-
"bxl",
|
|
558
|
-
"bxs",
|
|
559
|
-
"bytesize",
|
|
560
|
-
"carbon",
|
|
561
|
-
"catppuccin",
|
|
562
|
-
"cbi",
|
|
563
|
-
"charm",
|
|
564
|
-
"ci",
|
|
565
|
-
"cib",
|
|
566
|
-
"cif",
|
|
567
|
-
"cil",
|
|
568
|
-
"circle-flags",
|
|
569
|
-
"circum",
|
|
570
|
-
"clarity",
|
|
571
|
-
"codicon",
|
|
572
|
-
"covid",
|
|
573
|
-
"cryptocurrency-color",
|
|
574
|
-
"cryptocurrency",
|
|
575
|
-
"cuida",
|
|
576
|
-
"dashicons",
|
|
577
|
-
"devicon-line",
|
|
578
|
-
"devicon-original",
|
|
579
|
-
"devicon-plain",
|
|
580
|
-
"devicon",
|
|
581
|
-
"duo-icons",
|
|
582
|
-
"ei",
|
|
583
|
-
"el",
|
|
584
|
-
"emblemicons",
|
|
585
|
-
"emojione-monotone",
|
|
586
|
-
"emojione-v1",
|
|
587
|
-
"emojione",
|
|
588
|
-
"entypo-social",
|
|
589
|
-
"entypo",
|
|
590
|
-
"eos-icons",
|
|
591
|
-
"ep",
|
|
592
|
-
"et",
|
|
593
|
-
"eva",
|
|
594
|
-
"f7",
|
|
595
|
-
"fa-brands",
|
|
596
|
-
"fa-regular",
|
|
597
|
-
"fa-solid",
|
|
598
|
-
"fa",
|
|
599
|
-
"fa6-brands",
|
|
600
|
-
"fa6-regular",
|
|
601
|
-
"fa6-solid",
|
|
602
|
-
"fad",
|
|
603
|
-
"fe",
|
|
604
|
-
"feather",
|
|
605
|
-
"file-icons",
|
|
606
|
-
"flag",
|
|
607
|
-
"flagpack",
|
|
608
|
-
"flat-color-icons",
|
|
609
|
-
"flat-ui",
|
|
610
|
-
"flowbite",
|
|
611
|
-
"fluent-color",
|
|
612
|
-
"fluent-emoji-flat",
|
|
613
|
-
"fluent-emoji-high-contrast",
|
|
614
|
-
"fluent-emoji",
|
|
615
|
-
"fluent-mdl2",
|
|
616
|
-
"fluent",
|
|
617
|
-
"fontelico",
|
|
618
|
-
"fontisto",
|
|
619
|
-
"formkit",
|
|
620
|
-
"foundation",
|
|
621
|
-
"fxemoji",
|
|
622
|
-
"gala",
|
|
623
|
-
"game-icons",
|
|
624
|
-
"geo",
|
|
625
|
-
"gg",
|
|
626
|
-
"gis",
|
|
627
|
-
"gravity-ui",
|
|
628
|
-
"gridicons",
|
|
629
|
-
"grommet-icons",
|
|
630
|
-
"guidance",
|
|
631
|
-
"healthicons",
|
|
632
|
-
"heroicons-outline",
|
|
633
|
-
"heroicons-solid",
|
|
634
|
-
"heroicons",
|
|
635
|
-
"hugeicons",
|
|
636
|
-
"humbleicons",
|
|
637
|
-
"ic",
|
|
638
|
-
"icomoon-free",
|
|
639
|
-
"icon-park-outline",
|
|
640
|
-
"icon-park-solid",
|
|
641
|
-
"icon-park-twotone",
|
|
642
|
-
"icon-park",
|
|
643
|
-
"iconamoon",
|
|
644
|
-
"iconoir",
|
|
645
|
-
"icons8",
|
|
646
|
-
"il",
|
|
647
|
-
"ion",
|
|
648
|
-
"iwwa",
|
|
649
|
-
"ix",
|
|
650
|
-
"jam",
|
|
651
|
-
"la",
|
|
652
|
-
"lets-icons",
|
|
653
|
-
"line-md",
|
|
654
|
-
"lineicons",
|
|
655
|
-
"logos",
|
|
656
|
-
"ls",
|
|
657
|
-
"lsicon",
|
|
658
|
-
"lucide-lab",
|
|
659
|
-
"lucide",
|
|
660
|
-
"mage",
|
|
661
|
-
"majesticons",
|
|
662
|
-
"maki",
|
|
663
|
-
"map",
|
|
664
|
-
"marketeq",
|
|
665
|
-
"material-symbols-light",
|
|
666
|
-
"material-symbols",
|
|
667
|
-
"mdi-light",
|
|
668
|
-
"mdi",
|
|
669
|
-
"medical-icon",
|
|
670
|
-
"memory",
|
|
671
|
-
"meteocons",
|
|
672
|
-
"meteor-icons",
|
|
673
|
-
"mi",
|
|
674
|
-
"mingcute",
|
|
675
|
-
"mono-icons",
|
|
676
|
-
"mynaui",
|
|
677
|
-
"nimbus",
|
|
678
|
-
"nonicons",
|
|
679
|
-
"noto-v1",
|
|
680
|
-
"noto",
|
|
681
|
-
"nrk",
|
|
682
|
-
"octicon",
|
|
683
|
-
"oi",
|
|
684
|
-
"ooui",
|
|
685
|
-
"openmoji",
|
|
686
|
-
"oui",
|
|
687
|
-
"pajamas",
|
|
688
|
-
"pepicons-pencil",
|
|
689
|
-
"pepicons-pop",
|
|
690
|
-
"pepicons-print",
|
|
691
|
-
"pepicons",
|
|
692
|
-
"ph",
|
|
693
|
-
"pixelarticons",
|
|
694
|
-
"prime",
|
|
695
|
-
"proicons",
|
|
696
|
-
"ps",
|
|
697
|
-
"qlementine-icons",
|
|
698
|
-
"quill",
|
|
699
|
-
"radix-icons",
|
|
700
|
-
"raphael",
|
|
701
|
-
"ri",
|
|
702
|
-
"rivet-icons",
|
|
703
|
-
"si-glyph",
|
|
704
|
-
"si",
|
|
705
|
-
"simple-icons",
|
|
706
|
-
"simple-line-icons",
|
|
707
|
-
"skill-icons",
|
|
708
|
-
"solar",
|
|
709
|
-
"stash",
|
|
710
|
-
"streamline-emojis",
|
|
711
|
-
"streamline",
|
|
712
|
-
"subway",
|
|
713
|
-
"svg-spinners",
|
|
714
|
-
"system-uicons",
|
|
715
|
-
"tabler",
|
|
716
|
-
"tdesign",
|
|
717
|
-
"teenyicons",
|
|
718
|
-
"token-branded",
|
|
719
|
-
"token",
|
|
720
|
-
"topcoat",
|
|
721
|
-
"twemoji",
|
|
722
|
-
"typcn",
|
|
723
|
-
"uil",
|
|
724
|
-
"uim",
|
|
725
|
-
"uis",
|
|
726
|
-
"uit",
|
|
727
|
-
"uiw",
|
|
728
|
-
"unjs",
|
|
729
|
-
"vaadin",
|
|
730
|
-
"vs",
|
|
731
|
-
"vscode-icons",
|
|
732
|
-
"websymbol",
|
|
733
|
-
"weui",
|
|
734
|
-
"whh",
|
|
735
|
-
"wi",
|
|
736
|
-
"wpf",
|
|
737
|
-
"zmdi",
|
|
738
|
-
"zondicons"
|
|
739
|
-
];
|
|
546
|
+
var collections;
|
|
547
|
+
var hasRequiredCollections;
|
|
740
548
|
|
|
741
|
-
|
|
549
|
+
function requireCollections () {
|
|
550
|
+
if (hasRequiredCollections) return collections;
|
|
551
|
+
hasRequiredCollections = 1;
|
|
552
|
+
collections = [
|
|
553
|
+
"academicons",
|
|
554
|
+
"akar-icons",
|
|
555
|
+
"ant-design",
|
|
556
|
+
"arcticons",
|
|
557
|
+
"basil",
|
|
558
|
+
"bi",
|
|
559
|
+
"bitcoin-icons",
|
|
560
|
+
"bpmn",
|
|
561
|
+
"brandico",
|
|
562
|
+
"bx",
|
|
563
|
+
"bxl",
|
|
564
|
+
"bxs",
|
|
565
|
+
"bytesize",
|
|
566
|
+
"carbon",
|
|
567
|
+
"catppuccin",
|
|
568
|
+
"cbi",
|
|
569
|
+
"charm",
|
|
570
|
+
"ci",
|
|
571
|
+
"cib",
|
|
572
|
+
"cif",
|
|
573
|
+
"cil",
|
|
574
|
+
"circle-flags",
|
|
575
|
+
"circum",
|
|
576
|
+
"clarity",
|
|
577
|
+
"codicon",
|
|
578
|
+
"covid",
|
|
579
|
+
"cryptocurrency-color",
|
|
580
|
+
"cryptocurrency",
|
|
581
|
+
"cuida",
|
|
582
|
+
"dashicons",
|
|
583
|
+
"devicon-line",
|
|
584
|
+
"devicon-original",
|
|
585
|
+
"devicon-plain",
|
|
586
|
+
"devicon",
|
|
587
|
+
"duo-icons",
|
|
588
|
+
"ei",
|
|
589
|
+
"el",
|
|
590
|
+
"emblemicons",
|
|
591
|
+
"emojione-monotone",
|
|
592
|
+
"emojione-v1",
|
|
593
|
+
"emojione",
|
|
594
|
+
"entypo-social",
|
|
595
|
+
"entypo",
|
|
596
|
+
"eos-icons",
|
|
597
|
+
"ep",
|
|
598
|
+
"et",
|
|
599
|
+
"eva",
|
|
600
|
+
"f7",
|
|
601
|
+
"fa-brands",
|
|
602
|
+
"fa-regular",
|
|
603
|
+
"fa-solid",
|
|
604
|
+
"fa",
|
|
605
|
+
"fa6-brands",
|
|
606
|
+
"fa6-regular",
|
|
607
|
+
"fa6-solid",
|
|
608
|
+
"fad",
|
|
609
|
+
"fe",
|
|
610
|
+
"feather",
|
|
611
|
+
"file-icons",
|
|
612
|
+
"flag",
|
|
613
|
+
"flagpack",
|
|
614
|
+
"flat-color-icons",
|
|
615
|
+
"flat-ui",
|
|
616
|
+
"flowbite",
|
|
617
|
+
"fluent-color",
|
|
618
|
+
"fluent-emoji-flat",
|
|
619
|
+
"fluent-emoji-high-contrast",
|
|
620
|
+
"fluent-emoji",
|
|
621
|
+
"fluent-mdl2",
|
|
622
|
+
"fluent",
|
|
623
|
+
"fontelico",
|
|
624
|
+
"fontisto",
|
|
625
|
+
"formkit",
|
|
626
|
+
"foundation",
|
|
627
|
+
"fxemoji",
|
|
628
|
+
"gala",
|
|
629
|
+
"game-icons",
|
|
630
|
+
"geo",
|
|
631
|
+
"gg",
|
|
632
|
+
"gis",
|
|
633
|
+
"gravity-ui",
|
|
634
|
+
"gridicons",
|
|
635
|
+
"grommet-icons",
|
|
636
|
+
"guidance",
|
|
637
|
+
"healthicons",
|
|
638
|
+
"heroicons-outline",
|
|
639
|
+
"heroicons-solid",
|
|
640
|
+
"heroicons",
|
|
641
|
+
"hugeicons",
|
|
642
|
+
"humbleicons",
|
|
643
|
+
"ic",
|
|
644
|
+
"icomoon-free",
|
|
645
|
+
"icon-park-outline",
|
|
646
|
+
"icon-park-solid",
|
|
647
|
+
"icon-park-twotone",
|
|
648
|
+
"icon-park",
|
|
649
|
+
"iconamoon",
|
|
650
|
+
"iconoir",
|
|
651
|
+
"icons8",
|
|
652
|
+
"il",
|
|
653
|
+
"ion",
|
|
654
|
+
"iwwa",
|
|
655
|
+
"ix",
|
|
656
|
+
"jam",
|
|
657
|
+
"la",
|
|
658
|
+
"lets-icons",
|
|
659
|
+
"line-md",
|
|
660
|
+
"lineicons",
|
|
661
|
+
"logos",
|
|
662
|
+
"ls",
|
|
663
|
+
"lsicon",
|
|
664
|
+
"lucide-lab",
|
|
665
|
+
"lucide",
|
|
666
|
+
"mage",
|
|
667
|
+
"majesticons",
|
|
668
|
+
"maki",
|
|
669
|
+
"map",
|
|
670
|
+
"marketeq",
|
|
671
|
+
"material-symbols-light",
|
|
672
|
+
"material-symbols",
|
|
673
|
+
"mdi-light",
|
|
674
|
+
"mdi",
|
|
675
|
+
"medical-icon",
|
|
676
|
+
"memory",
|
|
677
|
+
"meteocons",
|
|
678
|
+
"meteor-icons",
|
|
679
|
+
"mi",
|
|
680
|
+
"mingcute",
|
|
681
|
+
"mono-icons",
|
|
682
|
+
"mynaui",
|
|
683
|
+
"nimbus",
|
|
684
|
+
"nonicons",
|
|
685
|
+
"noto-v1",
|
|
686
|
+
"noto",
|
|
687
|
+
"nrk",
|
|
688
|
+
"octicon",
|
|
689
|
+
"oi",
|
|
690
|
+
"ooui",
|
|
691
|
+
"openmoji",
|
|
692
|
+
"oui",
|
|
693
|
+
"pajamas",
|
|
694
|
+
"pepicons-pencil",
|
|
695
|
+
"pepicons-pop",
|
|
696
|
+
"pepicons-print",
|
|
697
|
+
"pepicons",
|
|
698
|
+
"ph",
|
|
699
|
+
"pixelarticons",
|
|
700
|
+
"prime",
|
|
701
|
+
"proicons",
|
|
702
|
+
"ps",
|
|
703
|
+
"qlementine-icons",
|
|
704
|
+
"quill",
|
|
705
|
+
"radix-icons",
|
|
706
|
+
"raphael",
|
|
707
|
+
"ri",
|
|
708
|
+
"rivet-icons",
|
|
709
|
+
"si-glyph",
|
|
710
|
+
"si",
|
|
711
|
+
"simple-icons",
|
|
712
|
+
"simple-line-icons",
|
|
713
|
+
"skill-icons",
|
|
714
|
+
"solar",
|
|
715
|
+
"stash",
|
|
716
|
+
"streamline-emojis",
|
|
717
|
+
"streamline",
|
|
718
|
+
"subway",
|
|
719
|
+
"svg-spinners",
|
|
720
|
+
"system-uicons",
|
|
721
|
+
"tabler",
|
|
722
|
+
"tdesign",
|
|
723
|
+
"teenyicons",
|
|
724
|
+
"token-branded",
|
|
725
|
+
"token",
|
|
726
|
+
"topcoat",
|
|
727
|
+
"twemoji",
|
|
728
|
+
"typcn",
|
|
729
|
+
"uil",
|
|
730
|
+
"uim",
|
|
731
|
+
"uis",
|
|
732
|
+
"uit",
|
|
733
|
+
"uiw",
|
|
734
|
+
"unjs",
|
|
735
|
+
"vaadin",
|
|
736
|
+
"vs",
|
|
737
|
+
"vscode-icons",
|
|
738
|
+
"websymbol",
|
|
739
|
+
"weui",
|
|
740
|
+
"whh",
|
|
741
|
+
"wi",
|
|
742
|
+
"wpf",
|
|
743
|
+
"zmdi",
|
|
744
|
+
"zondicons"
|
|
745
|
+
];
|
|
746
|
+
return collections;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
var collectionsExports = /*@__PURE__*/ requireCollections();
|
|
750
|
+
const icons = /*@__PURE__*/getDefaultExportFromCjs(collectionsExports);
|
|
742
751
|
|
|
743
752
|
const COLLECTION_NAME_PARTS_MAX = 3;
|
|
744
753
|
function createPresetIcons(lookupIconLoader) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { $fetch } from 'ofetch';
|
|
2
|
-
import { b as createCDNFetchLoader } from './preset-icons.
|
|
2
|
+
import { b as createCDNFetchLoader } from './preset-icons.DLb5HmKl.mjs';
|
|
3
3
|
|
|
4
4
|
function createCDNLoader(cdnBase) {
|
|
5
5
|
return createCDNFetchLoader($fetch, cdnBase);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.65.
|
|
4
|
+
"version": "0.65.3",
|
|
5
5
|
"description": "Pure CSS Icons for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@iconify/utils": "^2.2.1",
|
|
57
57
|
"ofetch": "^1.4.1",
|
|
58
|
-
"@unocss/core": "0.65.
|
|
58
|
+
"@unocss/core": "0.65.3"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@iconify/types": "^2.0.0"
|