@iconify-svelte/lucide 1.0.48 → 1.0.49

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/n/nrj6p8qat.css';
4
+ import '../../css/f/fqhix363j.css';
5
+ import '../../css/s/shu3xdl9q.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="fqhix363j"/><circle class="shu3xdl9q"/></g>`;
12
+ </script>
13
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:circle-euro" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/u/u2tlnwbjr.css';
3
+ import '../../css/u/u1_txq_7t.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<circle class="u2tlnwbjr"/>`;
9
+ const content = `<circle class="u1_txq_7t"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:dot" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/v/vmm80tb2t.css';
3
+ import '../../css/z/zhvw9chnu.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="vmm80tb2t"/>`;
9
+ const content = `<path class="zhvw9chnu"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:option" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/h/h7tx827ws.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="h7tx827ws"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:server-plus" {...props}></Icon>
@@ -0,0 +1,3 @@
1
+ .fqhix363j {
2
+ d: path("M15 9.4a4 4 0 1 0 0 5.2M7 12h5");
3
+ }
@@ -0,0 +1,8 @@
1
+ .h7tx827ws {
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("M12.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2m-6 6h6m-3-3v6m3 3v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8.5M6 18h.01M6 6h.01");
8
+ }
@@ -1,6 +1,6 @@
1
- .u2tlnwbjr {
2
- cx: 12.1px;
3
- cy: 12.1px;
1
+ .u1_txq_7t {
2
+ cx: 12px;
3
+ cy: 12px;
4
4
  r: 1px;
5
5
  fill: none;
6
6
  stroke: currentColor;
@@ -1,8 +1,8 @@
1
- .vmm80tb2t {
1
+ .zhvw9chnu {
2
2
  fill: none;
3
3
  stroke: currentColor;
4
4
  stroke-linecap: round;
5
5
  stroke-linejoin: round;
6
6
  stroke-width: var(--svg-stroke-width--2px, 2px);
7
- d: path("M3 3h6l6 18h6M14 3h7");
7
+ d: path("M14 3h7M3 3h5.28a1 1 0 0 1 .948.684l5.544 16.632a1 1 0 0 0 .949.684H21");
8
8
  }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1745,
5
+ "total": 1747,
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": 1783058376
32
+ "lastModified": 1783920389
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.48",
4
+ "version": "1.0.49",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -1578,6 +1578,10 @@
1578
1578
  "types": "./types/gfwqskkx.d.ts",
1579
1579
  "svelte": "./components/c/circle-equal.svelte"
1580
1580
  },
1581
+ "./circle-euro": {
1582
+ "types": "./types/gfwqskkx.d.ts",
1583
+ "svelte": "./components/c/circle-euro.svelte"
1584
+ },
1581
1585
  "./circle-fading-arrow-up": {
1582
1586
  "types": "./types/gfwqskkx.d.ts",
1583
1587
  "svelte": "./components/c/circle-fading-arrow-up.svelte"
@@ -5518,6 +5522,10 @@
5518
5522
  "types": "./types/gfwqskkx.d.ts",
5519
5523
  "svelte": "./components/s/server-off.svelte"
5520
5524
  },
5525
+ "./server-plus": {
5526
+ "types": "./types/gfwqskkx.d.ts",
5527
+ "svelte": "./components/s/server-plus.svelte"
5528
+ },
5521
5529
  "./settings": {
5522
5530
  "types": "./types/gfwqskkx.d.ts",
5523
5531
  "svelte": "./components/s/settings.svelte"