@iconify-svelte/lucide 1.0.9 → 1.0.10
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/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/css/c/c01job.css +3 -0
- package/css/d/d2umvj.css +5 -0
- package/css/e/ee8q8a.css +3 -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/y/yopadv.css +5 -0
- package/iconify.json +1 -1
- package/package.json +1 -1
- package/css/b/b36en8e.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/w/w96srb.css +0 -7
- package/css/z/z9edis.css +0 -5
- package/css/z/zsorhb.css +0 -3
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>
|
package/css/c/c01job.css
ADDED
package/css/d/d2umvj.css
ADDED
package/css/e/ee8q8a.css
ADDED
package/css/y/yopadv.css
ADDED
package/iconify.json
CHANGED
package/package.json
CHANGED
package/css/b/b36en8e.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/w/w96srb.css
DELETED
package/css/z/z9edis.css
DELETED
package/css/z/zsorhb.css
DELETED