@iconify-svelte/lucide 1.0.45 → 1.0.46

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,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/j/jj8-3m_yb.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="jj8-3m_yb"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:bone-fracture" {...props}></Icon>
@@ -0,0 +1,14 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/e/ee7yp3btr.css';
5
+ import '../../css/t/tg_riobvo.css';
6
+ import '../../css/t/tj6aivbzl.css';
7
+
8
+ /** @type {{width?: string; height?: string;}} */
9
+ let {width, height, ...props} = $props();
10
+
11
+ const viewBox = {"width":24,"height":24};
12
+ const content = `<g class="nrj6p8qat"><path class="ee7yp3btr"/><path class="tg_riobvo"/><ellipse class="tj6aivbzl"/></g>`;
13
+ </script>
14
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:database-arrow-down" {...props}></Icon>
@@ -0,0 +1,14 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/f/f3kwapegc.css';
5
+ import '../../css/t/tg_riobvo.css';
6
+ import '../../css/t/tj6aivbzl.css';
7
+
8
+ /** @type {{width?: string; height?: string;}} */
9
+ let {width, height, ...props} = $props();
10
+
11
+ const viewBox = {"width":24,"height":24};
12
+ const content = `<g class="nrj6p8qat"><path class="f3kwapegc"/><path class="tg_riobvo"/><ellipse class="tj6aivbzl"/></g>`;
13
+ </script>
14
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:database-arrow-up" {...props}></Icon>
@@ -0,0 +1,14 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/g/glqxwvbns.css';
5
+ import '../../css/t/tg_riobvo.css';
6
+ import '../../css/t/tj6aivbzl.css';
7
+
8
+ /** @type {{width?: string; height?: string;}} */
9
+ let {width, height, ...props} = $props();
10
+
11
+ const viewBox = {"width":24,"height":24};
12
+ const content = `<g class="nrj6p8qat"><path class="glqxwvbns"/><path class="tg_riobvo"/><ellipse class="tj6aivbzl"/></g>`;
13
+ </script>
14
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:database-check" {...props}></Icon>
@@ -0,0 +1,14 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/z/zayw3dbwf.css';
5
+ import '../../css/t/tg_riobvo.css';
6
+ import '../../css/t/tj6aivbzl.css';
7
+
8
+ /** @type {{width?: string; height?: string;}} */
9
+ let {width, height, ...props} = $props();
10
+
11
+ const viewBox = {"width":24,"height":24};
12
+ const content = `<g class="nrj6p8qat"><path class="zayw3dbwf"/><path class="tg_riobvo"/><ellipse class="tj6aivbzl"/></g>`;
13
+ </script>
14
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:database-minus" {...props}></Icon>
@@ -0,0 +1,14 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/a/ayrjyrznj.css';
5
+ import '../../css/t/tg_riobvo.css';
6
+ import '../../css/t/tj6aivbzl.css';
7
+
8
+ /** @type {{width?: string; height?: string;}} */
9
+ let {width, height, ...props} = $props();
10
+
11
+ const viewBox = {"width":24,"height":24};
12
+ const content = `<g class="nrj6p8qat"><path class="ayrjyrznj"/><path class="tg_riobvo"/><ellipse class="tj6aivbzl"/></g>`;
13
+ </script>
14
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:database-plus" {...props}></Icon>
@@ -0,0 +1,14 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/x/x2glrpu2w.css';
5
+ import '../../css/h/h90vlqfmf.css';
6
+ import '../../css/t/tj6aivbzl.css';
7
+
8
+ /** @type {{width?: string; height?: string;}} */
9
+ let {width, height, ...props} = $props();
10
+
11
+ const viewBox = {"width":24,"height":24};
12
+ const content = `<g class="nrj6p8qat"><path class="x2glrpu2w"/><path class="h90vlqfmf"/><ellipse class="tj6aivbzl"/></g>`;
13
+ </script>
14
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:database-x" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/z/zt8gb5tzv.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="zt8gb5tzv"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:pencil-sparkles" {...props}></Icon>
@@ -0,0 +1,3 @@
1
+ .ayrjyrznj {
2
+ d: path("M19 16v6m2-9.464V5m1 14h-6M3 12a9 3 0 0 0 12.182 2.806");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ee7yp3btr {
2
+ d: path("m16 19l3 3l3-3m-3-3v6m2-9.464V5M3 12a9 3 0 0 0 12.182 2.806");
3
+ }
@@ -0,0 +1,3 @@
1
+ .f3kwapegc {
2
+ d: path("M19 22v-6m2-3.464V5m1 14l-3-3l-3 3M3 12a9 3 0 0 0 11.457 2.886");
3
+ }
@@ -0,0 +1,3 @@
1
+ .glqxwvbns {
2
+ d: path("m16 19l2 2l4-4m-1-3.873V5M3 12a9 3 0 0 0 18 0");
3
+ }
@@ -0,0 +1,3 @@
1
+ .h90vlqfmf {
2
+ d: path("M3 5v14a9 3 0 0 0 10 2.981");
3
+ }
@@ -0,0 +1,8 @@
1
+ .jj8-3m_yb {
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("M14 4.5a1 1 0 0 1 5 0a.5.5 0 0 0 .5.5a1 1 0 0 1 0 5c-.81 0-1.8-.7-2.5 0l-1.958 1.957a.15.15 0 0 1-.252-.072l-.493-2.07a.15.15 0 0 0-.111-.112l-2.072-.494a.15.15 0 0 1-.072-.252L14 7c.7-.7 0-1.69 0-2.5M16 20l-1-2m5-2l-2-1M4 8l2 1m2-5l1 2m.698 8.19a.15.15 0 0 0 .112.112l2.074.489a.15.15 0 0 1 .072.252L10 17c-.7.7 0 1.69 0 2.5a1 1 0 0 1-5 0a.495.495 0 0 0-.5-.5a1 1 0 0 1 0-5c.81 0 1.8.7 2.5 0l1.956-1.957a.15.15 0 0 1 .252.072z");
8
+ }
@@ -0,0 +1,3 @@
1
+ .tg_riobvo {
2
+ d: path("M3 5v14a9 3 0 0 0 10.318 2.968");
3
+ }
@@ -0,0 +1,3 @@
1
+ .x2glrpu2w {
2
+ d: path("m17 17l5 5m-2.677-8.256A9 3 0 0 0 21 12m0 1.127V5m1 12l-5 5M3 12a9 3 0 0 0 10.563 2.954");
3
+ }
@@ -0,0 +1,3 @@
1
+ .zayw3dbwf {
2
+ d: path("M21 15V5m1 14h-6M3 12a9 3 0 0 0 18 0");
3
+ }
@@ -0,0 +1,8 @@
1
+ .zt8gb5tzv {
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("M10 3H8m7.007 2.008l3.987 3.986M20 15v4m1.174-12.187a2.82 2.82 0 0 0-3.986-3.987L3.842 16.175a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM22 17h-4M4 5v4m2-2H2m7-5v2");
8
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1735,
5
+ "total": 1743,
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": 1781584929
32
+ "lastModified": 1781845775
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.45",
4
+ "version": "1.0.46",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -802,6 +802,10 @@
802
802
  "types": "./types/gfwqskkx.d.ts",
803
803
  "svelte": "./components/b/bone.svelte"
804
804
  },
805
+ "./bone-fracture": {
806
+ "types": "./types/gfwqskkx.d.ts",
807
+ "svelte": "./components/b/bone-fracture.svelte"
808
+ },
805
809
  "./book": {
806
810
  "types": "./types/gfwqskkx.d.ts",
807
811
  "svelte": "./components/b/book.svelte"
@@ -2126,14 +2130,38 @@
2126
2130
  "types": "./types/gfwqskkx.d.ts",
2127
2131
  "svelte": "./components/d/database.svelte"
2128
2132
  },
2133
+ "./database-arrow-down": {
2134
+ "types": "./types/gfwqskkx.d.ts",
2135
+ "svelte": "./components/d/database-arrow-down.svelte"
2136
+ },
2137
+ "./database-arrow-up": {
2138
+ "types": "./types/gfwqskkx.d.ts",
2139
+ "svelte": "./components/d/database-arrow-up.svelte"
2140
+ },
2129
2141
  "./database-backup": {
2130
2142
  "types": "./types/gfwqskkx.d.ts",
2131
2143
  "svelte": "./components/d/database-backup.svelte"
2132
2144
  },
2145
+ "./database-check": {
2146
+ "types": "./types/gfwqskkx.d.ts",
2147
+ "svelte": "./components/d/database-check.svelte"
2148
+ },
2149
+ "./database-minus": {
2150
+ "types": "./types/gfwqskkx.d.ts",
2151
+ "svelte": "./components/d/database-minus.svelte"
2152
+ },
2153
+ "./database-plus": {
2154
+ "types": "./types/gfwqskkx.d.ts",
2155
+ "svelte": "./components/d/database-plus.svelte"
2156
+ },
2133
2157
  "./database-search": {
2134
2158
  "types": "./types/gfwqskkx.d.ts",
2135
2159
  "svelte": "./components/d/database-search.svelte"
2136
2160
  },
2161
+ "./database-x": {
2162
+ "types": "./types/gfwqskkx.d.ts",
2163
+ "svelte": "./components/d/database-x.svelte"
2164
+ },
2137
2165
  "./database-zap": {
2138
2166
  "types": "./types/gfwqskkx.d.ts",
2139
2167
  "svelte": "./components/d/database-zap.svelte"
@@ -4770,6 +4798,10 @@
4770
4798
  "types": "./types/gfwqskkx.d.ts",
4771
4799
  "svelte": "./components/p/pencil-ruler.svelte"
4772
4800
  },
4801
+ "./pencil-sparkles": {
4802
+ "types": "./types/gfwqskkx.d.ts",
4803
+ "svelte": "./components/p/pencil-sparkles.svelte"
4804
+ },
4773
4805
  "./pentagon": {
4774
4806
  "types": "./types/gfwqskkx.d.ts",
4775
4807
  "svelte": "./components/p/pentagon.svelte"