@iconify-svelte/lucide 1.0.47 → 1.0.49
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/c/circle-euro.svelte +13 -0
- package/components/d/dot.svelte +2 -2
- package/components/o/option.svelte +2 -2
- package/components/p/paper-bag.svelte +13 -0
- package/components/s/server-plus.svelte +11 -0
- package/css/f/fqhix363j.css +3 -0
- package/css/h/h7tx827ws.css +8 -0
- package/css/j/j13493x8w.css +3 -0
- package/css/o/owp4ymbuq.css +3 -0
- package/css/u/{u2tlnwbjr.css → u1_txq_7t.css} +3 -3
- package/css/{v/vmm80tb2t.css → z/zhvw9chnu.css} +2 -2
- 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/f/fqhix363j.css';
|
|
5
|
+
import '../../css/s/shu3xdl9q.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="fqhix363j"/><circle class="shu3xdl9q"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:circle-euro" {...props}></Icon>
|
package/components/d/dot.svelte
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/u/
|
|
3
|
+
import '../../css/u/u1_txq_7t.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":24,"height":24};
|
|
9
|
-
const content = `<circle class="
|
|
9
|
+
const content = `<circle class="u1_txq_7t"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:dot" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/zhvw9chnu.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":24,"height":24};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="zhvw9chnu"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:option" {...props}></Icon>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/j/j13493x8w.css';
|
|
5
|
+
import '../../css/o/owp4ymbuq.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="j13493x8w"/><path class="owp4ymbuq"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:paper-bag" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/h/h7tx827ws.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="h7tx827ws"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:server-plus" {...props}></Icon>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.h7tx827ws {
|
|
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 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2m-6 6h6m-3-3v6m3 3v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8.5M6 18h.01M6 6h.01");
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
.zhvw9chnu {
|
|
2
2
|
fill: none;
|
|
3
3
|
stroke: currentColor;
|
|
4
4
|
stroke-linecap: round;
|
|
5
5
|
stroke-linejoin: round;
|
|
6
6
|
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M14 3h7M3 3h5.28a1 1 0 0 1 .948.684l5.544 16.632a1 1 0 0 0 .949.684H21");
|
|
8
8
|
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1747,
|
|
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": 1783920389
|
|
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.49",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -1578,6 +1578,10 @@
|
|
|
1578
1578
|
"types": "./types/gfwqskkx.d.ts",
|
|
1579
1579
|
"svelte": "./components/c/circle-equal.svelte"
|
|
1580
1580
|
},
|
|
1581
|
+
"./circle-euro": {
|
|
1582
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1583
|
+
"svelte": "./components/c/circle-euro.svelte"
|
|
1584
|
+
},
|
|
1581
1585
|
"./circle-fading-arrow-up": {
|
|
1582
1586
|
"types": "./types/gfwqskkx.d.ts",
|
|
1583
1587
|
"svelte": "./components/c/circle-fading-arrow-up.svelte"
|
|
@@ -4734,6 +4738,10 @@
|
|
|
4734
4738
|
"types": "./types/gfwqskkx.d.ts",
|
|
4735
4739
|
"svelte": "./components/p/panels-top-left.svelte"
|
|
4736
4740
|
},
|
|
4741
|
+
"./paper-bag": {
|
|
4742
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4743
|
+
"svelte": "./components/p/paper-bag.svelte"
|
|
4744
|
+
},
|
|
4737
4745
|
"./paperclip": {
|
|
4738
4746
|
"types": "./types/gfwqskkx.d.ts",
|
|
4739
4747
|
"svelte": "./components/p/paperclip.svelte"
|
|
@@ -5514,6 +5522,10 @@
|
|
|
5514
5522
|
"types": "./types/gfwqskkx.d.ts",
|
|
5515
5523
|
"svelte": "./components/s/server-off.svelte"
|
|
5516
5524
|
},
|
|
5525
|
+
"./server-plus": {
|
|
5526
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5527
|
+
"svelte": "./components/s/server-plus.svelte"
|
|
5528
|
+
},
|
|
5517
5529
|
"./settings": {
|
|
5518
5530
|
"types": "./types/gfwqskkx.d.ts",
|
|
5519
5531
|
"svelte": "./components/s/settings.svelte"
|