@iconify-svelte/lucide 1.0.8 → 1.0.9

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,13 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/s/s43_jkd.css';
4
+ import '../../css/h/ht5wlpa.css';
5
+ import '../../css/o/ogd71n.css';
6
+ import '../../css/y/y02hdf.css';
7
+
8
+ let {width, height, ...props} = $props();
9
+
10
+ const viewBox = {"width":24,"height":24};
11
+ const content = `<g class="s43_jkd"><path class="ht5wlpa"/><circle class="ogd71n"/><circle class="y02hdf"/></g>`;
12
+ </script>
13
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:scooter" {...props}></Icon>
@@ -0,0 +1,3 @@
1
+ .ht5wlpa {
2
+ d: path("M21 4h-3.5l2 11.05M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009");
3
+ }
@@ -0,0 +1,5 @@
1
+ .ogd71n {
2
+ cx: 19.5px;
3
+ cy: 17.5px;
4
+ r: 2.5px;
5
+ }
@@ -0,0 +1,5 @@
1
+ .y02hdf {
2
+ cx: 4.5px;
3
+ cy: 17.5px;
4
+ r: 2.5px;
5
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1652,
5
+ "total": 1653,
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": 1764229303
32
+ "lastModified": 1764399346
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.8",
4
+ "version": "1.0.9",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -5182,6 +5182,10 @@
5182
5182
  "types": "./types/gfwqskkx.d.ts",
5183
5183
  "svelte": "./components/s/scissors-line-dashed.svelte"
5184
5184
  },
5185
+ "./scooter": {
5186
+ "types": "./types/gfwqskkx.d.ts",
5187
+ "svelte": "./components/s/scooter.svelte"
5188
+ },
5185
5189
  "./screen-share": {
5186
5190
  "types": "./types/gfwqskkx.d.ts",
5187
5191
  "svelte": "./components/s/screen-share.svelte"