@iconify/json 2.0.0-beta.0 → 2.0.0-beta.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/collections.json +320 -580
- package/collections.md +40 -40
- package/json/akar-icons.json +55 -13
- package/json/bi.json +429 -21
- package/json/carbon.json +1 -1
- package/json/codicon.json +28 -5
- package/json/emojione-monotone.json +4 -4
- package/json/emojione.json +5 -5
- package/json/eos-icons.json +5 -2
- package/json/fluent.json +1997 -546
- package/json/gis.json +23 -3
- package/json/healthicons.json +673 -423
- package/json/heroicons-outline.json +1 -1
- package/json/heroicons-solid.json +2 -2
- package/json/ic.json +1472 -12
- package/json/iconoir.json +100 -1
- package/json/ion.json +1 -1
- package/json/jam.json +174 -174
- package/json/lucide.json +31 -1
- package/json/mdi.json +877 -54
- package/json/noto.json +33 -33
- package/json/octicon.json +23 -3
- package/json/openmoji.json +164 -15
- package/json/simple-icons.json +165 -6
- package/json/uil.json +1 -1
- package/json/uim.json +1 -1
- package/json/uis.json +1 -1
- package/json/uit.json +1 -1
- package/json/uiw.json +1 -1
- package/json/vscode-icons.json +12 -3
- package/package.json +4 -1
- package/dist/index.d.ts +0 -49
- package/dist/index.js +0 -32
- package/dist/index.mjs +0 -32
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"spdx": "MIT",
|
|
13
13
|
"url": "https://raw.githubusercontent.com/tailwindlabs/heroicons/master/LICENSE"
|
|
14
14
|
},
|
|
15
|
-
"version": "1.0.
|
|
15
|
+
"version": "1.0.5",
|
|
16
16
|
"samples": [
|
|
17
17
|
"color-swatch",
|
|
18
18
|
"library",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"body": "<g fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.293 9.707a1 1 0 0 1 0-1.414l6-6a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1-1.414 1.414L11 5.414V17a1 1 0 1 1-2 0V5.414L4.707 9.707a1 1 0 0 1-1.414 0z\" fill=\"currentColor\"/></g>"
|
|
85
85
|
},
|
|
86
86
|
"arrows-expand": {
|
|
87
|
-
"body": "<g fill=\"none\"><path d=\"M3
|
|
87
|
+
"body": "<g fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2H6.414l2.293 2.293a1 1 0 0 1-1.414 1.414L5 6.414V8a1 1 0 0 1-2 0V4zm9 1a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V6.414l-2.293 2.293a1 1 0 1 1-1.414-1.414L13.586 5H12zm-9 7a1 1 0 1 1 2 0v1.586l2.293-2.293a1 1 0 0 1 1.414 1.414L6.414 15H8a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1v-4zm13-1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 1 1 0-2h1.586l-2.293-2.293a1 1 0 0 1 1.414-1.414L15 13.586V12a1 1 0 0 1 1-1z\" fill=\"currentColor\"/></g>"
|
|
88
88
|
},
|
|
89
89
|
"at-symbol": {
|
|
90
90
|
"body": "<g fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.243 5.757a6 6 0 1 0-.986 9.284a1 1 0 1 1 1.087 1.678A8 8 0 1 1 18 10a3 3 0 0 1-4.8 2.401A4 4 0 1 1 14 10a1 1 0 1 0 2 0c0-1.537-.586-3.07-1.757-4.243zM12 10a2 2 0 1 0-4 0a2 2 0 0 0 4 0z\" fill=\"currentColor\"/></g>"
|