@iconify-svelte/lucide 1.0.47 → 1.0.48
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/components/p/paper-bag.svelte +13 -0
- package/css/j/j13493x8w.css +3 -0
- package/css/o/owp4ymbuq.css +3 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/j/j13493x8w.css';
|
|
5
|
+
import '../../css/o/owp4ymbuq.css';
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
let {width, height, ...props} = $props();
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="nrj6p8qat"><path class="j13493x8w"/><path class="owp4ymbuq"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:paper-bag" {...props}></Icon>
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1745,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Lucide Contributors",
|
|
8
8
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1783058376
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/lucide",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.48",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -4734,6 +4734,10 @@
|
|
|
4734
4734
|
"types": "./types/gfwqskkx.d.ts",
|
|
4735
4735
|
"svelte": "./components/p/panels-top-left.svelte"
|
|
4736
4736
|
},
|
|
4737
|
+
"./paper-bag": {
|
|
4738
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4739
|
+
"svelte": "./components/p/paper-bag.svelte"
|
|
4740
|
+
},
|
|
4737
4741
|
"./paperclip": {
|
|
4738
4742
|
"types": "./types/gfwqskkx.d.ts",
|
|
4739
4743
|
"svelte": "./components/p/paperclip.svelte"
|