@iconify/json 2.0.28 → 2.0.32
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 +13 -13
- package/collections.md +12 -12
- package/composer.json +1 -1
- package/dist/index.js +53 -15
- package/dist/index.mjs +11 -4
- package/json/bi.json +439 -1
- package/json/codicon.json +40 -1
- package/json/fluent.json +1359 -37
- package/json/lucide.json +7 -1
- package/json/majesticons.json +2587 -427
- package/json/mdi.json +70 -32
- package/json/octicon.json +24 -3
- package/json/simple-icons.json +35 -2
- package/package.json +14 -17
- package/readme.md +1 -1
package/json/lucide.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 542,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Lucide Contributors",
|
|
8
8
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1448,6 +1448,12 @@
|
|
|
1448
1448
|
"terminal-square": {
|
|
1449
1449
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M7 11l2-2l-2-2\"/><path d=\"M11 13h4\"/><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/></g>"
|
|
1450
1450
|
},
|
|
1451
|
+
"text-cursor": {
|
|
1452
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1\"/><path d=\"M7 22h1a4 4 0 0 0 4-4v-1\"/><path d=\"M7 2h1a4 4 0 0 1 4 4v1\"/></g>"
|
|
1453
|
+
},
|
|
1454
|
+
"text-cursor-input": {
|
|
1455
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5.3 4h.9C7.7 4 9 5.3 9 6.7m0 0v10.5c0 1.6-1.1 2.7-2.7 2.7h-1M9 6.7v10.6a2.6 2.6 0 0 0 2.7 2.7h1M9 6.7C9 5.2 10.2 4 11.8 4h.9\"/><path d=\"M13.1 7.9h6.8c1.1 0 2.1 1 2.1 2.1v4c0 1.1-.9 2.1-2.1 2.1h-6.8\"/><path d=\"M4.8 16.1h-.7C3 16.1 2 15.1 2 14v-4c0-1.1 1-2.1 2.1-2.1h.7\"/></g>"
|
|
1456
|
+
},
|
|
1451
1457
|
"thermometer": {
|
|
1452
1458
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2a2 2 0 0 0-2 2v10.5a4 4 0 1 0 4 0V4a2 2 0 0 0-2-2z\"/></g>"
|
|
1453
1459
|
},
|