@iconify-svelte/lucide 1.0.5 → 1.0.7
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/a/ampersand.svelte +2 -2
- package/components/a/anchor.svelte +3 -3
- package/components/c/calendars.svelte +12 -0
- package/components/f/fingerprint-pattern.svelte +12 -0
- package/components/f/folder-git-2.svelte +2 -2
- package/components/w/waves-arrow-down.svelte +10 -0
- package/components/w/waves-arrow-up.svelte +10 -0
- package/css/f/f25rin.css +7 -0
- package/css/r/r5qicb.css +3 -0
- package/css/r/rn39jgbg.css +8 -0
- package/css/v/v18ucqb.css +3 -0
- package/css/w/w9vk8ib.css +8 -0
- package/css/x/xje-ys.css +3 -0
- package/css/y/yq04vibf.css +8 -0
- package/iconify.json +2 -2
- package/package.json +19 -3
- package/css/b/b_opt7c.css +0 -8
- package/css/k/kwk-io.css +0 -3
- package/css/t/teqdgr.css +0 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/w/w9vk8ib.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="w9vk8ib" />`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:ampersand" {...props}></Icon>
|
|
@@ -1,12 +1,12 @@
|
|
|
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/
|
|
4
|
+
import '../../css/x/xje-ys.css';
|
|
5
|
+
import '../../css/n/npzbic.css';
|
|
6
6
|
|
|
7
7
|
let {width, height, ...props} = $props();
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="s43_jkd"><path class="
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="xje-ys" /><circle class="npzbic" /></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:anchor" {...props}></Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/v/v18ucqb.css';
|
|
5
|
+
import '../../css/f/f25rin.css';
|
|
6
|
+
|
|
7
|
+
let {width, height, ...props} = $props();
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="v18ucqb" /><rect class="f25rin" /></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:calendars" {...props}></Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/s/somcr4h.css';
|
|
5
|
+
import '../../css/y/ythwd7b.css';
|
|
6
|
+
|
|
7
|
+
let {width, height, ...props} = $props();
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="somcr4h" /><path class="ythwd7b" /></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:fingerprint-pattern" {...props}></Icon>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/r/r5qicb.css';
|
|
4
5
|
import '../../css/w/wjl-5kb.css';
|
|
5
6
|
import '../../css/x/xyon_e.css';
|
|
6
|
-
import '../../css/k/kwk-io.css';
|
|
7
7
|
import '../../css/n/ny1qrk.css';
|
|
8
8
|
|
|
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="r5qicb" /><path class="wjl-5kb" /><circle class="xyon_e" /><circle class="ny1qrk" /></g>`;
|
|
13
13
|
</script>
|
|
14
14
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:folder-git-2" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rn39jgbg.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="rn39jgbg" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:waves-arrow-down" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/yq04vibf.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="yq04vibf" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:waves-arrow-up" {...props}></Icon>
|
package/css/f/f25rin.css
ADDED
package/css/r/r5qicb.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.rn39jgbg {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M12 10V2m4 4l-4 4l-4-4m-6 9c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 21c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1");
|
|
8
|
+
}
|
package/css/x/xje-ys.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.yq04vibf {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M12 2v8M2 15c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 21c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M8 6l4-4l4 4");
|
|
8
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1650,
|
|
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": 1763965941
|
|
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.7",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -1122,6 +1122,10 @@
|
|
|
1122
1122
|
"types": "./types/gfwqskkx.d.ts",
|
|
1123
1123
|
"svelte": "./components/c/calendar-x-2.svelte"
|
|
1124
1124
|
},
|
|
1125
|
+
"./calendars": {
|
|
1126
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1127
|
+
"svelte": "./components/c/calendars.svelte"
|
|
1128
|
+
},
|
|
1125
1129
|
"./camera": {
|
|
1126
1130
|
"types": "./types/gfwqskkx.d.ts",
|
|
1127
1131
|
"svelte": "./components/c/camera.svelte"
|
|
@@ -2662,9 +2666,9 @@
|
|
|
2662
2666
|
"types": "./types/gfwqskkx.d.ts",
|
|
2663
2667
|
"svelte": "./components/f/filter-x.svelte"
|
|
2664
2668
|
},
|
|
2665
|
-
"./fingerprint": {
|
|
2669
|
+
"./fingerprint-pattern": {
|
|
2666
2670
|
"types": "./types/gfwqskkx.d.ts",
|
|
2667
|
-
"svelte": "./components/f/fingerprint.svelte"
|
|
2671
|
+
"svelte": "./components/f/fingerprint-pattern.svelte"
|
|
2668
2672
|
},
|
|
2669
2673
|
"./fire-extinguisher": {
|
|
2670
2674
|
"types": "./types/gfwqskkx.d.ts",
|
|
@@ -6634,6 +6638,14 @@
|
|
|
6634
6638
|
"types": "./types/gfwqskkx.d.ts",
|
|
6635
6639
|
"svelte": "./components/w/waves.svelte"
|
|
6636
6640
|
},
|
|
6641
|
+
"./waves-arrow-down": {
|
|
6642
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6643
|
+
"svelte": "./components/w/waves-arrow-down.svelte"
|
|
6644
|
+
},
|
|
6645
|
+
"./waves-arrow-up": {
|
|
6646
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6647
|
+
"svelte": "./components/w/waves-arrow-up.svelte"
|
|
6648
|
+
},
|
|
6637
6649
|
"./waves-ladder": {
|
|
6638
6650
|
"types": "./types/gfwqskkx.d.ts",
|
|
6639
6651
|
"svelte": "./components/w/waves-ladder.svelte"
|
|
@@ -7106,6 +7118,10 @@
|
|
|
7106
7118
|
"types": "./types/gfwqskkx.d.ts",
|
|
7107
7119
|
"svelte": "./components/f/file-video-2.svelte"
|
|
7108
7120
|
},
|
|
7121
|
+
"./fingerprint": {
|
|
7122
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
7123
|
+
"svelte": "./components/f/fingerprint.svelte"
|
|
7124
|
+
},
|
|
7109
7125
|
"./folder-cog-2": {
|
|
7110
7126
|
"types": "./types/gfwqskkx.d.ts",
|
|
7111
7127
|
"svelte": "./components/f/folder-cog-2.svelte"
|
package/css/b/b_opt7c.css
DELETED
package/css/k/kwk-io.css
DELETED
package/css/t/teqdgr.css
DELETED