@iconify-svelte/lucide 1.0.9 → 1.0.11
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/b/bubbles.svelte +2 -2
- package/components/f/flashlight-off.svelte +2 -2
- package/components/f/flashlight.svelte +2 -2
- package/components/p/plug.svelte +2 -2
- package/components/s/scissors-square-dashed-bottom.svelte +6 -6
- package/components/s/scissors-square.svelte +6 -6
- package/components/s/square-bottom-dashed-scissors.svelte +6 -6
- package/components/s/square-scissors.svelte +6 -6
- package/components/t/thermometer-sun.svelte +2 -2
- package/components/v/van.svelte +14 -0
- package/components/w/weight-tilde.svelte +13 -0
- package/css/c/c01job.css +3 -0
- package/css/d/d2umvj.css +5 -0
- package/css/e/e-9r19m.css +3 -0
- package/css/e/ee8q8a.css +3 -0
- package/css/e/em57_b.css +3 -0
- package/css/i/ik8gntbg.css +8 -0
- package/css/j/jbmtuxb.css +8 -0
- package/css/j/jg8y_-a.css +8 -0
- package/css/p/pjvocab.css +3 -0
- package/css/r/rl_p2sv.css +3 -0
- package/css/r/rn_h7w.css +3 -0
- package/css/s/semg1_rh.css +8 -0
- package/css/x/xi4n6f.css +3 -0
- package/css/y/yopadv.css +5 -0
- package/iconify.json +2 -2
- package/package.json +9 -1
- package/css/b/b36en8e.css +0 -8
- package/css/b/bhmld2b.css +0 -8
- package/css/d/d66mczb.css +0 -3
- package/css/g/gtpv1gm.css +0 -8
- package/css/h/ham0qg.css +0 -5
- package/css/k/kxyx-o.css +0 -3
- package/css/t/tdr3u5b.css +0 -8
- package/css/w/w96srb.css +0 -7
- package/css/y/yp4_ni.css +0 -3
- package/css/z/z9edis.css +0 -5
- package/css/z/zsorhb.css +0 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
4
|
+
import '../../css/e/em57_b.css';
|
|
5
5
|
import '../../css/q/q9cy_j.css';
|
|
6
6
|
import '../../css/b/b0rutu.css';
|
|
7
7
|
import '../../css/p/p3twxs.css';
|
|
@@ -9,6 +9,6 @@ import '../../css/p/p3twxs.css';
|
|
|
9
9
|
let {width, height, ...props} = $props();
|
|
10
10
|
|
|
11
11
|
const viewBox = {"width":24,"height":24};
|
|
12
|
-
const content = `<g class="s43_jkd"><path class="
|
|
12
|
+
const content = `<g class="s43_jkd"><path class="em57_b"/><circle class="q9cy_j"/><circle class="b0rutu"/><circle class="p3twxs"/></g>`;
|
|
13
13
|
</script>
|
|
14
14
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:bubbles" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/semg1_rh.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="semg1_rh"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:flashlight-off" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/i/ik8gntbg.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="ik8gntbg"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:flashlight" {...props}></Icon>
|
package/components/p/plug.svelte
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/jbmtuxb.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="jbmtuxb"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:plug" {...props}></Icon>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
7
|
-
import '../../css/
|
|
8
|
-
import '../../css/
|
|
4
|
+
import '../../css/p/pjvocab.css';
|
|
5
|
+
import '../../css/y/yopadv.css';
|
|
6
|
+
import '../../css/c/c01job.css';
|
|
7
|
+
import '../../css/d/d2umvj.css';
|
|
8
|
+
import '../../css/e/ee8q8a.css';
|
|
9
9
|
|
|
10
10
|
let {width, height, ...props} = $props();
|
|
11
11
|
|
|
12
12
|
const viewBox = {"width":24,"height":24};
|
|
13
|
-
const content = `<g class="s43_jkd"><path class="
|
|
13
|
+
const content = `<g class="s43_jkd"><path class="pjvocab"/><circle class="yopadv"/><path class="c01job"/><circle class="d2umvj"/><path class="ee8q8a"/></g>`;
|
|
14
14
|
</script>
|
|
15
15
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:scissors-square-dashed-bottom" {...props}></Icon>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
7
|
-
import '../../css/
|
|
8
|
-
import '../../css/
|
|
4
|
+
import '../../css/j/jhxi-t.css';
|
|
5
|
+
import '../../css/y/yopadv.css';
|
|
6
|
+
import '../../css/c/c01job.css';
|
|
7
|
+
import '../../css/d/d2umvj.css';
|
|
8
|
+
import '../../css/e/ee8q8a.css';
|
|
9
9
|
|
|
10
10
|
let {width, height, ...props} = $props();
|
|
11
11
|
|
|
12
12
|
const viewBox = {"width":24,"height":24};
|
|
13
|
-
const content = `<g class="s43_jkd"><rect class="
|
|
13
|
+
const content = `<g class="s43_jkd"><rect class="jhxi-t"/><circle class="yopadv"/><path class="c01job"/><circle class="d2umvj"/><path class="ee8q8a"/></g>`;
|
|
14
14
|
</script>
|
|
15
15
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:scissors-square" {...props}></Icon>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
7
|
-
import '../../css/
|
|
8
|
-
import '../../css/
|
|
4
|
+
import '../../css/p/pjvocab.css';
|
|
5
|
+
import '../../css/y/yopadv.css';
|
|
6
|
+
import '../../css/c/c01job.css';
|
|
7
|
+
import '../../css/d/d2umvj.css';
|
|
8
|
+
import '../../css/e/ee8q8a.css';
|
|
9
9
|
|
|
10
10
|
let {width, height, ...props} = $props();
|
|
11
11
|
|
|
12
12
|
const viewBox = {"width":24,"height":24};
|
|
13
|
-
const content = `<g class="s43_jkd"><path class="
|
|
13
|
+
const content = `<g class="s43_jkd"><path class="pjvocab"/><circle class="yopadv"/><path class="c01job"/><circle class="d2umvj"/><path class="ee8q8a"/></g>`;
|
|
14
14
|
</script>
|
|
15
15
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:square-bottom-dashed-scissors" {...props}></Icon>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
7
|
-
import '../../css/
|
|
8
|
-
import '../../css/
|
|
4
|
+
import '../../css/j/jhxi-t.css';
|
|
5
|
+
import '../../css/y/yopadv.css';
|
|
6
|
+
import '../../css/c/c01job.css';
|
|
7
|
+
import '../../css/d/d2umvj.css';
|
|
8
|
+
import '../../css/e/ee8q8a.css';
|
|
9
9
|
|
|
10
10
|
let {width, height, ...props} = $props();
|
|
11
11
|
|
|
12
12
|
const viewBox = {"width":24,"height":24};
|
|
13
|
-
const content = `<g class="s43_jkd"><rect class="
|
|
13
|
+
const content = `<g class="s43_jkd"><rect class="jhxi-t"/><circle class="yopadv"/><path class="c01job"/><circle class="d2umvj"/><path class="ee8q8a"/></g>`;
|
|
14
14
|
</script>
|
|
15
15
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:square-scissors" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/jg8y_-a.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="jg8y_-a"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:thermometer-sun" {...props}></Icon>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/e/e-9r19m.css';
|
|
5
|
+
import '../../css/r/rn_h7w.css';
|
|
6
|
+
import '../../css/a/a0zl8u.css';
|
|
7
|
+
import '../../css/e/ec_xsi.css';
|
|
8
|
+
|
|
9
|
+
let {width, height, ...props} = $props();
|
|
10
|
+
|
|
11
|
+
const viewBox = {"width":24,"height":24};
|
|
12
|
+
const content = `<g class="s43_jkd"><path class="e-9r19m"/><path class="rn_h7w"/><circle class="a0zl8u"/><circle class="ec_xsi"/></g>`;
|
|
13
|
+
</script>
|
|
14
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:van" {...props}></Icon>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/r/rl_p2sv.css';
|
|
5
|
+
import '../../css/x/xi4n6f.css';
|
|
6
|
+
import '../../css/k/k45hro.css';
|
|
7
|
+
|
|
8
|
+
let {width, height, ...props} = $props();
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="rl_p2sv"/><path class="xi4n6f"/><circle class="k45hro"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:weight-tilde" {...props}></Icon>
|
package/css/c/c01job.css
ADDED
package/css/d/d2umvj.css
ADDED
package/css/e/ee8q8a.css
ADDED
package/css/e/em57_b.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.ik8gntbg {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M12 13v1m5-12a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1zM6 6h12");
|
|
8
|
+
}
|
package/css/r/rn_h7w.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.semg1_rh {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M11.652 6H18m-6 7v1m4 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V6M2 2l20 20M7.649 2H17a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8a4 4 0 0 0-.55 1.007");
|
|
8
|
+
}
|
package/css/x/xi4n6f.css
ADDED
package/css/y/yopadv.css
ADDED
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1655,
|
|
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": 1765003065
|
|
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.11",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -6526,6 +6526,10 @@
|
|
|
6526
6526
|
"types": "./types/gfwqskkx.d.ts",
|
|
6527
6527
|
"svelte": "./components/u/utility-pole.svelte"
|
|
6528
6528
|
},
|
|
6529
|
+
"./van": {
|
|
6530
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6531
|
+
"svelte": "./components/v/van.svelte"
|
|
6532
|
+
},
|
|
6529
6533
|
"./variable": {
|
|
6530
6534
|
"types": "./types/gfwqskkx.d.ts",
|
|
6531
6535
|
"svelte": "./components/v/variable.svelte"
|
|
@@ -6682,6 +6686,10 @@
|
|
|
6682
6686
|
"types": "./types/gfwqskkx.d.ts",
|
|
6683
6687
|
"svelte": "./components/w/weight.svelte"
|
|
6684
6688
|
},
|
|
6689
|
+
"./weight-tilde": {
|
|
6690
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6691
|
+
"svelte": "./components/w/weight-tilde.svelte"
|
|
6692
|
+
},
|
|
6685
6693
|
"./wheat": {
|
|
6686
6694
|
"types": "./types/gfwqskkx.d.ts",
|
|
6687
6695
|
"svelte": "./components/w/wheat.svelte"
|
package/css/b/b36en8e.css
DELETED
package/css/b/bhmld2b.css
DELETED
package/css/d/d66mczb.css
DELETED
package/css/g/gtpv1gm.css
DELETED
package/css/h/ham0qg.css
DELETED
package/css/k/kxyx-o.css
DELETED
package/css/t/tdr3u5b.css
DELETED
package/css/w/w96srb.css
DELETED
package/css/y/yp4_ni.css
DELETED
package/css/z/z9edis.css
DELETED
package/css/z/zsorhb.css
DELETED