@iconify-json/lucide 1.1.208 → 1.2.0
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 +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 12h.01M15 12h.01M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5\"/><path d=\"M19 6.3a9 9 0 0 1 1.8 3.9a2 2 0 0 1 0 3.6a9 9 0 0 1-17.6 0a2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1\"/></g>"
|
|
334
334
|
},
|
|
335
335
|
"backpack": {
|
|
336
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-
|
|
336
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm4 0h8m-8 8h8\"/><path d=\"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2\"/></g>"
|
|
337
337
|
},
|
|
338
338
|
"badge": {
|
|
339
339
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/>"
|
|
@@ -5214,7 +5214,7 @@
|
|
|
5214
5214
|
"parent": "square-x"
|
|
5215
5215
|
}
|
|
5216
5216
|
},
|
|
5217
|
-
"lastModified":
|
|
5217
|
+
"lastModified": 1724822379,
|
|
5218
5218
|
"width": 24,
|
|
5219
5219
|
"height": 24
|
|
5220
5220
|
}
|
package/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import icons from './icons.json'
|
|
2
|
-
import info from './info.json'
|
|
1
|
+
import icons from './icons.json' with { type: 'json' };
|
|
2
|
+
import info from './info.json' with { type: 'json' };
|
|
3
3
|
|
|
4
4
|
const metadata = {};
|
|
5
5
|
const chars = {};
|