@iconify-json/lucide 1.0.13 → 1.0.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/icons.json +3 -0
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -1090,6 +1090,9 @@
|
|
|
1090
1090
|
"piggy-bank": {
|
|
1091
1091
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 5c-1.5 0-2.8 1.4-3 2c-3.5-1.5-11-.3-11 5c0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2h0V5z\"/><path d=\"M2 9v1c0 1.1.9 2 2 2h1\"/><path d=\"M16 11h0\"/></g>"
|
|
1092
1092
|
},
|
|
1093
|
+
"pin": {
|
|
1094
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 21v-7\"/><path d=\"M9 3v5l-2 4v2h10m0 0h-5m5 0v-2l-2-4V3\"/><path d=\"M7 3h10\"/></g>"
|
|
1095
|
+
},
|
|
1093
1096
|
"pipette": {
|
|
1094
1097
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2 22l2-2h3l7-7\"/><path d=\"M4 20v-3l7-7\"/><path d=\"M14.29 13.3a1 1 0 0 0 1.41 0l.8-.8c.27-.27.27-.72 0-1s-.28-.72 0-1l4.08-4.08a2 2 0 0 0 0-2.83l-.17-.17a2 2 0 0 0-2.83 0L13.5 7.51c-.28.27-.73.27-1 0s-.73-.28-1 0l-.8.79a1 1 0 0 0 0 1.41l3.59 3.59z\"/></g>"
|
|
1095
1098
|
},
|
package/info.json
CHANGED