@iconify-svelte/lucide 1.0.5 → 1.0.6
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/css/f/f25rin.css +7 -0
- package/css/r/r5qicb.css +3 -0
- package/css/v/v18ucqb.css +3 -0
- package/css/w/w9vk8ib.css +8 -0
- package/css/x/xje-ys.css +3 -0
- package/iconify.json +2 -2
- package/package.json +11 -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>
|
package/css/f/f25rin.css
ADDED
package/css/r/r5qicb.css
ADDED
package/css/x/xje-ys.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": 1648,
|
|
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": 1763621330
|
|
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.6",
|
|
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",
|
|
@@ -7106,6 +7110,10 @@
|
|
|
7106
7110
|
"types": "./types/gfwqskkx.d.ts",
|
|
7107
7111
|
"svelte": "./components/f/file-video-2.svelte"
|
|
7108
7112
|
},
|
|
7113
|
+
"./fingerprint": {
|
|
7114
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
7115
|
+
"svelte": "./components/f/fingerprint.svelte"
|
|
7116
|
+
},
|
|
7109
7117
|
"./folder-cog-2": {
|
|
7110
7118
|
"types": "./types/gfwqskkx.d.ts",
|
|
7111
7119
|
"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