@unocss/preset-icons 0.63.0 → 0.63.2

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.CM4lwgQ4.mjs';
2
- import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.fB9TlN0v.mjs';
3
- export { a as combineLoaders, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.fB9TlN0v.mjs';
1
+ import { c as createCDNLoader } from './shared/preset-icons.Dg9-HcQU.mjs';
2
+ import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.Cj7DNehi.mjs';
3
+ export { a as combineLoaders, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.Cj7DNehi.mjs';
4
4
  import 'ofetch';
5
5
  import '@unocss/core';
6
6
 
package/dist/core.d.mts CHANGED
@@ -141,6 +141,7 @@ var collections = [
141
141
  "devicon-original",
142
142
  "devicon-plain",
143
143
  "devicon",
144
+ "duo-icons",
144
145
  "ei",
145
146
  "el",
146
147
  "emblemicons",
@@ -248,6 +249,7 @@ var collections = [
248
249
  "ph",
249
250
  "pixelarticons",
250
251
  "prime",
252
+ "proicons",
251
253
  "ps",
252
254
  "quill",
253
255
  "radix-icons",
package/dist/core.d.ts CHANGED
@@ -141,6 +141,7 @@ var collections = [
141
141
  "devicon-original",
142
142
  "devicon-plain",
143
143
  "devicon",
144
+ "duo-icons",
144
145
  "ei",
145
146
  "el",
146
147
  "emblemicons",
@@ -248,6 +249,7 @@ var collections = [
248
249
  "ph",
249
250
  "pixelarticons",
250
251
  "prime",
252
+ "proicons",
251
253
  "ps",
252
254
  "quill",
253
255
  "radix-icons",
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.fB9TlN0v.mjs';
1
+ export { a as combineLoaders, b as createCDNFetchLoader, c as createPresetIcons, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.Cj7DNehi.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.CM4lwgQ4.mjs';
3
- import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.fB9TlN0v.mjs';
4
- export { b as createCDNFetchLoader, i as icons, p as parseIconWithLoader } from './shared/preset-icons.fB9TlN0v.mjs';
2
+ import { c as createCDNLoader } from './shared/preset-icons.Dg9-HcQU.mjs';
3
+ import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.Cj7DNehi.mjs';
4
+ export { b as createCDNFetchLoader, i as icons, p as parseIconWithLoader } from './shared/preset-icons.Cj7DNehi.mjs';
5
5
  import 'ofetch';
6
6
 
7
7
  const _factory = /* @__PURE__ */ createPresetIcons(async (options) => {
@@ -577,6 +577,7 @@ var collections = [
577
577
  "devicon-original",
578
578
  "devicon-plain",
579
579
  "devicon",
580
+ "duo-icons",
580
581
  "ei",
581
582
  "el",
582
583
  "emblemicons",
@@ -684,6 +685,7 @@ var collections = [
684
685
  "ph",
685
686
  "pixelarticons",
686
687
  "prime",
688
+ "proicons",
687
689
  "ps",
688
690
  "quill",
689
691
  "radix-icons",
@@ -1,5 +1,5 @@
1
1
  import { $fetch } from 'ofetch';
2
- import { b as createCDNFetchLoader } from './preset-icons.fB9TlN0v.mjs';
2
+ import { b as createCDNFetchLoader } from './preset-icons.Cj7DNehi.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.63.0",
4
+ "version": "0.63.2",
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.33",
57
57
  "ofetch": "^1.4.0",
58
- "@unocss/core": "0.63.0"
58
+ "@unocss/core": "0.63.2"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@iconify/types": "^2.0.0"