@iconify-json/lucide 1.1.53 → 1.1.54
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 +4 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -1891,6 +1891,9 @@
|
|
|
1891
1891
|
"piggy-bank": {
|
|
1892
1892
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" 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-2h0V5zM2 9v1c0 1.1.9 2 2 2h1m11-1h0\"/>"
|
|
1893
1893
|
},
|
|
1894
|
+
"pilcrow": {
|
|
1895
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 4v16m4-16v16m2-16H9.5a4.5 4.5 0 0 0 0 9H13\"/>"
|
|
1896
|
+
},
|
|
1894
1897
|
"pin": {
|
|
1895
1898
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17v5m-7-5h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24Z\"/>"
|
|
1896
1899
|
},
|
|
@@ -2623,7 +2626,7 @@
|
|
|
2623
2626
|
"parent": "japanese-yen"
|
|
2624
2627
|
}
|
|
2625
2628
|
},
|
|
2626
|
-
"lastModified":
|
|
2629
|
+
"lastModified": 1668581563,
|
|
2627
2630
|
"width": 24,
|
|
2628
2631
|
"height": 24
|
|
2629
2632
|
}
|
package/info.json
CHANGED