@iconify-json/lucide 1.1.39 → 1.1.41
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/README.md +6 -3
- package/icons.json +7 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# Lucide
|
|
2
2
|
|
|
3
|
-
This package
|
|
3
|
+
This package contains icon data for Lucide icon set.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Files:
|
|
6
|
+
|
|
7
|
+
- Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://docs.iconify.design/types/iconify-json.html).
|
|
8
|
+
- Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://docs.iconify.design/types/iconify-info.html).
|
|
6
9
|
|
|
7
10
|
## Installation
|
|
8
11
|
|
|
@@ -12,4 +15,4 @@ npm install @iconify-json/lucide --save-dev
|
|
|
12
15
|
|
|
13
16
|
## Usage
|
|
14
17
|
|
|
15
|
-
|
|
18
|
+
Icon data can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).
|
package/icons.json
CHANGED
|
@@ -187,6 +187,9 @@
|
|
|
187
187
|
"arrow-up-circle": {
|
|
188
188
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m16 12l-4-4l-4 4m4 4V8\"/></g>"
|
|
189
189
|
},
|
|
190
|
+
"arrow-up-down": {
|
|
191
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 17l-4 4l-4-4m4 4V9m14-2l-4-4l-4 4m4 8V3\"/>"
|
|
192
|
+
},
|
|
190
193
|
"arrow-up-left": {
|
|
191
194
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 17L7 7m0 10V7h10\"/>"
|
|
192
195
|
},
|
|
@@ -1936,6 +1939,9 @@
|
|
|
1936
1939
|
"russian-ruble": {
|
|
1937
1940
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 11c5.333 0 5.333-8 0-8m-8 8h8m-8 4h8m-5 6V3m0 0h5\"/>"
|
|
1938
1941
|
},
|
|
1942
|
+
"sailboat": {
|
|
1943
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Zm-1-4L10 2L3 14h18ZM10 2v16\"/>"
|
|
1944
|
+
},
|
|
1939
1945
|
"save": {
|
|
1940
1946
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z\"/><path d=\"M17 21v-8H7v8M7 3v5h8\"/></g>"
|
|
1941
1947
|
},
|
|
@@ -2509,7 +2515,7 @@
|
|
|
2509
2515
|
"parent": "japanese-yen"
|
|
2510
2516
|
}
|
|
2511
2517
|
},
|
|
2512
|
-
"lastModified":
|
|
2518
|
+
"lastModified": 1660887186,
|
|
2513
2519
|
"width": 24,
|
|
2514
2520
|
"height": 24
|
|
2515
2521
|
}
|
package/info.json
CHANGED