@iconify-json/lucide 1.1.9 → 1.1.10
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 +12 -3
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"align-end-vertical": {
|
|
50
50
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"6\" x=\"2\" y=\"4\" rx=\"2\"/><rect width=\"9\" height=\"6\" x=\"9\" y=\"14\" rx=\"2\"/><path d=\"M22 22V2\"/></g>"
|
|
51
51
|
},
|
|
52
|
-
"align-
|
|
52
|
+
"align-horizontal-distribute-center": {
|
|
53
53
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M17 22v-5m0-10V2M7 22v-3M7 5V2\"/></g>"
|
|
54
54
|
},
|
|
55
|
-
"align-
|
|
55
|
+
"align-horizontal-distribute-end": {
|
|
56
56
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M10 2v20M20 2v20\"/></g>"
|
|
57
57
|
},
|
|
58
|
-
"align-
|
|
58
|
+
"align-horizontal-distribute-start": {
|
|
59
59
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M4 2v20M14 2v20\"/></g>"
|
|
60
60
|
},
|
|
61
61
|
"align-horizontal-justify-center": {
|
|
@@ -1737,6 +1737,15 @@
|
|
|
1737
1737
|
}
|
|
1738
1738
|
},
|
|
1739
1739
|
"aliases": {
|
|
1740
|
+
"align-horizonal-distribute-center": {
|
|
1741
|
+
"parent": "align-horizontal-distribute-center"
|
|
1742
|
+
},
|
|
1743
|
+
"align-horizonal-distribute-end": {
|
|
1744
|
+
"parent": "align-horizontal-distribute-end"
|
|
1745
|
+
},
|
|
1746
|
+
"align-horizonal-distribute-start": {
|
|
1747
|
+
"parent": "align-horizontal-distribute-start"
|
|
1748
|
+
},
|
|
1740
1749
|
"jersey-pound": {
|
|
1741
1750
|
"parent": "japanese-yen"
|
|
1742
1751
|
}
|