@iconify-json/lucide 1.1.139 → 1.1.140
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
|
@@ -3013,6 +3013,9 @@
|
|
|
3013
3013
|
"rewind": {
|
|
3014
3014
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 19l-9-7l9-7v14zm11 0l-9-7l9-7v14z\"/>"
|
|
3015
3015
|
},
|
|
3016
|
+
"ribbon": {
|
|
3017
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17.75 9.01c-.52 2.08-1.83 3.64-3.18 5.49l-2.6 3.54l-2.97 4l-3.5-2.54l3.85-4.97c-1.86-2.61-2.8-3.77-3.16-5.44\"/><path d=\"M17.75 9.01A7 7 0 0 0 6.2 9.1C6.06 8.5 6 7.82 6 7c0-3.5 2.83-5 5.98-5C15.24 2 18 3.5 18 7c0 .73-.09 1.4-.25 2.01Zm-8.4 5.52l2.64-3.31m-.02 6.82l2.99 4l3.54-2.54l-3.93-5\"/><path d=\"M14 8c0 1-1 2-2.01 3.22C11 10 10 9 10 8a2 2 0 1 1 4 0\"/></g>"
|
|
3018
|
+
},
|
|
3016
3019
|
"rocket": {
|
|
3017
3020
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09zM12 15l-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z\"/><path d=\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0m1 7v5s3.03-.55 4-2c1.08-1.62 0-5 0-5\"/></g>"
|
|
3018
3021
|
},
|
|
@@ -4052,7 +4055,7 @@
|
|
|
4052
4055
|
"parent": "tram-front"
|
|
4053
4056
|
}
|
|
4054
4057
|
},
|
|
4055
|
-
"lastModified":
|
|
4058
|
+
"lastModified": 1699253564,
|
|
4056
4059
|
"width": 24,
|
|
4057
4060
|
"height": 24
|
|
4058
4061
|
}
|
package/info.json
CHANGED