@iconify-svelte/lucide 1.0.1 → 1.0.3

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.
@@ -0,0 +1,12 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/s/s43_jkd.css';
4
+ import '../../css/b/bslszuc.css';
5
+ import '../../css/y/ytopin.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="bslszuc" /><circle class="ytopin" /></g>`;
11
+ </script>
12
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:birdhouse" {...props}></Icon>
@@ -0,0 +1,10 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/h/hps328br.css';
4
+
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="hps328br" />`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:gamepad-directional" {...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/x/x0-46t.css';
5
+ import '../../css/r/r8-cjy.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="x0-46t" /><rect class="r8-cjy" /></g>`;
11
+ </script>
12
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:monitor-cloud" {...props}></Icon>
@@ -1,10 +1,10 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/p/p0xy18a.css';
3
+ import '../../css/q/qk6r03w.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="p0xy18a" />`;
8
+ const content = `<path class="qk6r03w" />`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:sword" {...props}></Icon>
@@ -0,0 +1,3 @@
1
+ .bslszuc {
2
+ d: path("M12 18v4m5-4l1.956-11.468M3 8l7.82-5.615a2 2 0 0 1 2.36 0L21 8M4 18h16M7 18L5.044 6.532");
3
+ }
@@ -0,0 +1,8 @@
1
+ .hps328br {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414zM18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1zm-12.242-.586A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708zM9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z");
8
+ }
@@ -1,8 +1,8 @@
1
- .p0xy18a {
1
+ .qk6r03w {
2
2
  fill: none;
3
3
  stroke: currentColor;
4
4
  stroke-linecap: round;
5
5
  stroke-linejoin: round;
6
6
  stroke-width: 2px;
7
- d: path("M14.5 17.5L3 6V3h3l11.5 11.5M13 19l6-6m-3 3l4 4m-1 1l2-2");
7
+ d: path("m11 19l-6-6m0 8l-2-2m5-3l-4 4m5.5-2.5L21 6V3h-3L6.5 14.5");
8
8
  }
@@ -0,0 +1,3 @@
1
+ .x0-46t {
2
+ d: path("M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4zm1 4v4m-4 0h8");
3
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1637,
5
+ "total": 1640,
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": 1759902390
32
+ "lastModified": 1761371515
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.1",
4
+ "version": "1.0.3",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -722,6 +722,10 @@
722
722
  "types": "./types/gfwqskkx.d.ts",
723
723
  "svelte": "./components/b/bird.svelte"
724
724
  },
725
+ "./birdhouse": {
726
+ "types": "./types/gfwqskkx.d.ts",
727
+ "svelte": "./components/b/birdhouse.svelte"
728
+ },
725
729
  "./bitcoin": {
726
730
  "types": "./types/gfwqskkx.d.ts",
727
731
  "svelte": "./components/b/bitcoin.svelte"
@@ -2878,6 +2882,10 @@
2878
2882
  "types": "./types/gfwqskkx.d.ts",
2879
2883
  "svelte": "./components/g/gamepad-2.svelte"
2880
2884
  },
2885
+ "./gamepad-directional": {
2886
+ "types": "./types/gfwqskkx.d.ts",
2887
+ "svelte": "./components/g/gamepad-directional.svelte"
2888
+ },
2881
2889
  "./gauge": {
2882
2890
  "types": "./types/gfwqskkx.d.ts",
2883
2891
  "svelte": "./components/g/gauge.svelte"
@@ -4026,6 +4034,10 @@
4026
4034
  "types": "./types/gfwqskkx.d.ts",
4027
4035
  "svelte": "./components/m/monitor-check.svelte"
4028
4036
  },
4037
+ "./monitor-cloud": {
4038
+ "types": "./types/gfwqskkx.d.ts",
4039
+ "svelte": "./components/m/monitor-cloud.svelte"
4040
+ },
4029
4041
  "./monitor-cog": {
4030
4042
  "types": "./types/gfwqskkx.d.ts",
4031
4043
  "svelte": "./components/m/monitor-cog.svelte"