@iconify-json/lucide 1.0.16 → 1.0.17
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/icons.json +3 -0
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -1382,6 +1382,9 @@
|
|
|
1382
1382
|
"sunset": {
|
|
1383
1383
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 10V2\"/><path d=\"M5.2 11.2l1.4 1.4\"/><path d=\"M2 18h2\"/><path d=\"M20 18h2\"/><path d=\"M17.4 12.6l1.4-1.4\"/><path d=\"M22 22H2\"/><path d=\"M16 6l-4 4l-4-4\"/><path d=\"M16 18a4 4 0 0 0-8 0\"/></g>"
|
|
1384
1384
|
},
|
|
1385
|
+
"superscript": {
|
|
1386
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 19l8-8\"/><path d=\"M12 19l-8-8\"/><path d=\"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29c-.313-.362-.747-.603-1.226-.683s-.972.007-1.391.247c-.42.239-.738.614-.899 1.06\"/></g>"
|
|
1387
|
+
},
|
|
1385
1388
|
"swiss-franc": {
|
|
1386
1389
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10 21V3h8\"/><path d=\"M6 16h9\"/><path d=\"M10 9.5h7\"/></g>"
|
|
1387
1390
|
},
|
package/info.json
CHANGED