@iconify-svelte/lucide 1.0.2 → 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,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
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1638,
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": 1760764790
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.2",
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"