@unocss/preset-icons 0.60.2 → 0.60.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 CHANGED
@@ -1,6 +1,6 @@
1
- import { c as createCDNLoader } from './shared/preset-icons.wPy4hnwF.mjs';
2
- import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.DyXwassn.mjs';
3
- export { a as combineLoaders, g as getEnvFlags, i as icons } from './shared/preset-icons.DyXwassn.mjs';
1
+ import { c as createCDNLoader } from './shared/preset-icons.DlTWIfeK.mjs';
2
+ import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.CD0OV9qx.mjs';
3
+ export { a as combineLoaders, g as getEnvFlags, i as icons } from './shared/preset-icons.CD0OV9qx.mjs';
4
4
  import 'ofetch';
5
5
  import '@unocss/core';
6
6
 
package/dist/core.d.mts CHANGED
@@ -187,6 +187,7 @@ var collections = [
187
187
  "heroicons-outline",
188
188
  "heroicons-solid",
189
189
  "heroicons",
190
+ "hugeicons",
190
191
  "humbleicons",
191
192
  "ic",
192
193
  "icomoon-free",
package/dist/core.d.ts CHANGED
@@ -187,6 +187,7 @@ var collections = [
187
187
  "heroicons-outline",
188
188
  "heroicons-solid",
189
189
  "heroicons",
190
+ "hugeicons",
190
191
  "humbleicons",
191
192
  "ic",
192
193
  "icomoon-free",
package/dist/core.mjs CHANGED
@@ -1,2 +1,2 @@
1
1
  import '@unocss/core';
2
- export { a as combineLoaders, b as createCDNFetchLoader, c as createPresetIcons, g as getEnvFlags, i as icons } from './shared/preset-icons.DyXwassn.mjs';
2
+ export { a as combineLoaders, b as createCDNFetchLoader, c as createPresetIcons, g as getEnvFlags, i as icons } from './shared/preset-icons.CD0OV9qx.mjs';
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import { c as createCDNLoader } from './shared/preset-icons.wPy4hnwF.mjs';
2
- import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.DyXwassn.mjs';
3
- export { b as createCDNFetchLoader, i as icons } from './shared/preset-icons.DyXwassn.mjs';
1
+ import { c as createCDNLoader } from './shared/preset-icons.DlTWIfeK.mjs';
2
+ import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.CD0OV9qx.mjs';
3
+ export { b as createCDNFetchLoader, i as icons } from './shared/preset-icons.CD0OV9qx.mjs';
4
4
  import 'ofetch';
5
5
  import '@unocss/core';
6
6
 
@@ -612,6 +612,7 @@ var collections = [
612
612
  "heroicons-outline",
613
613
  "heroicons-solid",
614
614
  "heroicons",
615
+ "hugeicons",
615
616
  "humbleicons",
616
617
  "ic",
617
618
  "icomoon-free",
@@ -1,5 +1,5 @@
1
1
  import { $fetch } from 'ofetch';
2
- import { b as createCDNFetchLoader } from './preset-icons.DyXwassn.mjs';
2
+ import { b as createCDNFetchLoader } from './preset-icons.CD0OV9qx.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.60.2",
4
+ "version": "0.60.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.1.23",
57
57
  "ofetch": "^1.3.4",
58
- "@unocss/core": "0.60.2"
58
+ "@unocss/core": "0.60.3"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@iconify/types": "^2.0.0"