@iconify-svelte/lucide 1.0.46 → 1.0.47
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/carrot.svelte +3 -4
- package/components/p/phi.svelte +13 -0
- package/components/u/ungroup.svelte +3 -3
- package/css/d/dyt14buvg.css +3 -0
- package/css/n/no846196a.css +7 -0
- package/css/u/u8rp1z8yu.css +3 -0
- package/css/x/x1ja5160x.css +7 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
- package/css/a/as9ma6bpo.css +0 -7
- package/css/h/h4bcddaoc.css +0 -7
- package/css/o/okcf4ng8e.css +0 -3
- package/css/q/q-icy1vfx.css +0 -3
- package/css/v/vkzx7e67g.css +0 -3
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/v/vkzx7e67g.css';
|
|
4
|
+
import '../../css/d/dyt14buvg.css';
|
|
5
|
+
import '../../css/u/u8rp1z8yu.css';
|
|
7
6
|
|
|
8
7
|
/** @type {{width?: string; height?: string;}} */
|
|
9
8
|
let {width, height, ...props} = $props();
|
|
10
9
|
|
|
11
10
|
const viewBox = {"width":24,"height":24};
|
|
12
|
-
const content = `<g class="nrj6p8qat"><path class="
|
|
11
|
+
const content = `<g class="nrj6p8qat"><path class="dyt14buvg"/><path class="u8rp1z8yu"/></g>`;
|
|
13
12
|
</script>
|
|
14
13
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:carrot" {...props}></Icon>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/x/x64w0obso.css';
|
|
5
|
+
import '../../css/f/f_362pbxn.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="x64w0obso"/><circle class="f_362pbxn"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:phi" {...props}></Icon>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/x/x1ja5160x.css';
|
|
5
|
+
import '../../css/n/no846196a.css';
|
|
6
6
|
|
|
7
7
|
/** @type {{width?: string; height?: string;}} */
|
|
8
8
|
let {width, height, ...props} = $props();
|
|
9
9
|
|
|
10
10
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="nrj6p8qat"><rect class="
|
|
11
|
+
const content = `<g class="nrj6p8qat"><rect class="x1ja5160x"/><rect class="no846196a"/></g>`;
|
|
12
12
|
</script>
|
|
13
13
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:ungroup" {...props}></Icon>
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1744,
|
|
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": 1782727192
|
|
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.47",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -4814,6 +4814,10 @@
|
|
|
4814
4814
|
"types": "./types/gfwqskkx.d.ts",
|
|
4815
4815
|
"svelte": "./components/p/person-standing.svelte"
|
|
4816
4816
|
},
|
|
4817
|
+
"./phi": {
|
|
4818
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4819
|
+
"svelte": "./components/p/phi.svelte"
|
|
4820
|
+
},
|
|
4817
4821
|
"./philippine-peso": {
|
|
4818
4822
|
"types": "./types/gfwqskkx.d.ts",
|
|
4819
4823
|
"svelte": "./components/p/philippine-peso.svelte"
|
package/css/a/as9ma6bpo.css
DELETED
package/css/h/h4bcddaoc.css
DELETED
package/css/o/okcf4ng8e.css
DELETED
package/css/q/q-icy1vfx.css
DELETED
package/css/v/vkzx7e67g.css
DELETED