@iconify-json/lucide 1.1.74 → 1.1.75
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 +14 -2
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -490,6 +490,9 @@
|
|
|
490
490
|
"chevron-down": {
|
|
491
491
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 9l6 6l6-6\"/>"
|
|
492
492
|
},
|
|
493
|
+
"chevron-down-square": {
|
|
494
|
+
"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=\"m16 10l-4 4l-4-4\"/></g>"
|
|
495
|
+
},
|
|
493
496
|
"chevron-first": {
|
|
494
497
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 18l-6-6l6-6M7 6v12\"/>"
|
|
495
498
|
},
|
|
@@ -499,12 +502,21 @@
|
|
|
499
502
|
"chevron-left": {
|
|
500
503
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 18l-6-6l6-6\"/>"
|
|
501
504
|
},
|
|
505
|
+
"chevron-left-square": {
|
|
506
|
+
"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=\"m14 16l-4-4l4-4\"/></g>"
|
|
507
|
+
},
|
|
502
508
|
"chevron-right": {
|
|
503
509
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 18l6-6l-6-6\"/>"
|
|
504
510
|
},
|
|
511
|
+
"chevron-right-square": {
|
|
512
|
+
"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=\"m10 8l4 4l-4 4\"/></g>"
|
|
513
|
+
},
|
|
505
514
|
"chevron-up": {
|
|
506
515
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 15l-6-6l-6 6\"/>"
|
|
507
516
|
},
|
|
517
|
+
"chevron-up-square": {
|
|
518
|
+
"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=\"m8 14l4-4l4 4\"/></g>"
|
|
519
|
+
},
|
|
508
520
|
"chevrons-down": {
|
|
509
521
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 13l5 5l5-5M7 6l5 5l5-5\"/>"
|
|
510
522
|
},
|
|
@@ -1469,7 +1481,7 @@
|
|
|
1469
1481
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 3h12M6 8h12M6 13l8.5 8M6 13h3m0 0c6.667 0 6.667-10 0-10\"/>"
|
|
1470
1482
|
},
|
|
1471
1483
|
"infinity": {
|
|
1472
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"
|
|
1484
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z\"/>"
|
|
1473
1485
|
},
|
|
1474
1486
|
"info": {
|
|
1475
1487
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 16v-4m0-4h.01\"/></g>"
|
|
@@ -2755,7 +2767,7 @@
|
|
|
2755
2767
|
"parent": "japanese-yen"
|
|
2756
2768
|
}
|
|
2757
2769
|
},
|
|
2758
|
-
"lastModified":
|
|
2770
|
+
"lastModified": 1680500282,
|
|
2759
2771
|
"width": 24,
|
|
2760
2772
|
"height": 24
|
|
2761
2773
|
}
|
package/info.json
CHANGED