@iconify-svelte/lucide 1.0.41 → 1.0.43
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/g/globe-check.svelte +13 -0
- package/components/p/parasol.svelte +11 -0
- package/components/p/play-off.svelte +11 -0
- package/css/e/eib1g-bgd.css +8 -0
- package/css/f/fb_t30skq.css +3 -0
- package/css/n/nf_26ccon.css +3 -0
- package/css/w/wp2t3nbwd.css +8 -0
- package/iconify.json +2 -2
- package/package.json +13 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/n/nf_26ccon.css';
|
|
5
|
+
import '../../css/f/fb_t30skq.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="nf_26ccon"/><path class="fb_t30skq"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:globe-check" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/wp2t3nbwd.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":24,"height":24};
|
|
9
|
+
const content = `<path class="wp2t3nbwd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:parasol" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/eib1g-bgd.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":24,"height":24};
|
|
9
|
+
const content = `<path class="eib1g-bgd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:play-off" {...props}></Icon>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.eib1g-bgd {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
+
d: path("m10.215 4.56l9.79 5.71a2 2 0 0 1 .003 3.458l-.393.23m-3.573 2.084l-8.034 4.686A2 2 0 0 1 5 19V5M2 2l20 20");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.wp2t3nbwd {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
+
d: path("M12.5 11.134L18.196 21m2.229-15.701a10 10 0 0 0-16.941 9.78c.183.563.843.774 1.355.478L20.16 6.711c.512-.296.66-.973.264-1.413M21 21H3");
|
|
8
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1714,
|
|
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": 1780116976
|
|
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.43",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -3146,6 +3146,10 @@
|
|
|
3146
3146
|
"types": "./types/gfwqskkx.d.ts",
|
|
3147
3147
|
"svelte": "./components/g/globe.svelte"
|
|
3148
3148
|
},
|
|
3149
|
+
"./globe-check": {
|
|
3150
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3151
|
+
"svelte": "./components/g/globe-check.svelte"
|
|
3152
|
+
},
|
|
3149
3153
|
"./globe-lock": {
|
|
3150
3154
|
"types": "./types/gfwqskkx.d.ts",
|
|
3151
3155
|
"svelte": "./components/g/globe-lock.svelte"
|
|
@@ -4678,6 +4682,10 @@
|
|
|
4678
4682
|
"types": "./types/gfwqskkx.d.ts",
|
|
4679
4683
|
"svelte": "./components/p/paperclip.svelte"
|
|
4680
4684
|
},
|
|
4685
|
+
"./parasol": {
|
|
4686
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4687
|
+
"svelte": "./components/p/parasol.svelte"
|
|
4688
|
+
},
|
|
4681
4689
|
"./parentheses": {
|
|
4682
4690
|
"types": "./types/gfwqskkx.d.ts",
|
|
4683
4691
|
"svelte": "./components/p/parentheses.svelte"
|
|
@@ -4858,6 +4866,10 @@
|
|
|
4858
4866
|
"types": "./types/gfwqskkx.d.ts",
|
|
4859
4867
|
"svelte": "./components/p/play.svelte"
|
|
4860
4868
|
},
|
|
4869
|
+
"./play-off": {
|
|
4870
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4871
|
+
"svelte": "./components/p/play-off.svelte"
|
|
4872
|
+
},
|
|
4861
4873
|
"./plug": {
|
|
4862
4874
|
"types": "./types/gfwqskkx.d.ts",
|
|
4863
4875
|
"svelte": "./components/p/plug.svelte"
|