@iconify-json/lucide 1.1.13 → 1.1.14
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/README.md +1 -1
- package/icons.json +5 -2
- package/info.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/icons.json
CHANGED
|
@@ -1096,6 +1096,9 @@
|
|
|
1096
1096
|
"mountain-snow": {
|
|
1097
1097
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m8 3l4 8l5-5l5 15H2L8 3z\"/><path d=\"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42c2.74 1.94 5.49 2 8.23.19\"/></g>"
|
|
1098
1098
|
},
|
|
1099
|
+
"mouse": {
|
|
1100
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"12\" height=\"18\" x=\"6\" y=\"3\" rx=\"6\"/><path d=\"M12 7v4\"/></g>"
|
|
1101
|
+
},
|
|
1099
1102
|
"mouse-pointer": {
|
|
1100
1103
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 3l7.07 16.97l2.51-7.39l7.39-2.51L3 3zm10 10l6 6\"/>"
|
|
1101
1104
|
},
|
|
@@ -1424,10 +1427,10 @@
|
|
|
1424
1427
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 3v18\"/></g>"
|
|
1425
1428
|
},
|
|
1426
1429
|
"sidebar-close": {
|
|
1427
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><
|
|
1430
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 3v18m7-6l-3-3l3-3\"/></g>"
|
|
1428
1431
|
},
|
|
1429
1432
|
"sidebar-open": {
|
|
1430
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><
|
|
1433
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 3v18m5-12l3 3l-3 3\"/></g>"
|
|
1431
1434
|
},
|
|
1432
1435
|
"sigma": {
|
|
1433
1436
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 7V4H6l6 8l-6 8h12v-3\"/>"
|
package/info.json
CHANGED