@iconify/json 2.2.191 → 2.2.192
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 +11 -11
- package/collections.md +11 -11
- package/composer.json +1 -1
- package/json/arcticons.json +9 -3
- package/json/carbon.json +1 -1
- package/json/codicon.json +2 -2
- package/json/flowbite.json +652 -592
- package/json/formkit.json +12 -2
- package/json/lucide.json +9 -3
- package/json/material-symbols-light.json +345 -73
- package/json/material-symbols.json +341 -73
- package/json/pajamas.json +1 -1
- package/json/tabler.json +5 -6
- package/package.json +1 -1
package/json/pajamas.json
CHANGED
package/json/tabler.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "tabler",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Tabler Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "3.0.
|
|
5
|
+
"total": 5201,
|
|
6
|
+
"version": "3.0.2",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Paweł Kuna",
|
|
9
9
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "General",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1710399818,
|
|
26
26
|
"icons": {
|
|
27
27
|
"a-b": {
|
|
28
28
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 16v-5.5a2.5 2.5 0 0 1 5 0V16m0-4H3m9-6v12m4-2V8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3\"/>"
|
|
@@ -14174,14 +14174,13 @@
|
|
|
14174
14174
|
"body": "<path fill=\"currentColor\" d=\"M19 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3M9.613 8.21l.094.083L12 10.585l2.293-2.292a1 1 0 0 1 1.497 1.32l-.083.094L13.415 12l2.292 2.293a1 1 0 0 1-1.32 1.497l-.094-.083L12 13.415l-2.293 2.292a1 1 0 0 1-1.497-1.32l.083-.094L10.585 12L8.293 9.707a1 1 0 0 1 1.32-1.497\"/>"
|
|
14175
14175
|
},
|
|
14176
14176
|
"squares": {
|
|
14177
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 10a2 2 0 0 1 2-
|
|
14177
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 10a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2z\"/><path d=\"M16 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h3\"/></g>"
|
|
14178
14178
|
},
|
|
14179
14179
|
"squares-diagonal": {
|
|
14180
14180
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 10a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2z\"/><path d=\"M16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2m.586 3.414L19.413 8.587\"/></g>"
|
|
14181
14181
|
},
|
|
14182
14182
|
"squares-filled": {
|
|
14183
|
-
"body": "<g fill=\"
|
|
14184
|
-
"hidden": true
|
|
14183
|
+
"body": "<g fill=\"currentColor\"><path d=\"M19 7a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3z\"/><path d=\"M14 2a3 3 0 0 1 3 2.999L10 5a5 5 0 0 0-5 5l-.001 7l-.175-.005A3 3 0 0 1 2 14V5a3 3 0 0 1 3-3z\"/></g>"
|
|
14185
14184
|
},
|
|
14186
14185
|
"stack": {
|
|
14187
14186
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 6l-8 4l8 4l8-4zm-8 8l8 4l8-4\"/>"
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@iconify/json",
|
|
3
3
|
"description": "Hundreds of open source icon sets in IconifyJSON format",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.2.
|
|
5
|
+
"version": "2.2.192",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"homepage": "https://iconify.design/icon-sets/",
|
|
8
8
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|