@iconify-svelte/lucide 1.0.37 → 1.0.38

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.
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/s/swg_1gbpy.css';
3
+ import '../../css/g/g9ldgjbqi.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="swg_1gbpy"/>`;
9
+ const content = `<path class="g9ldgjbqi"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:landmark" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/m/m9bn2mblj.css';
3
+ import '../../css/a/ascow3bgw.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="m9bn2mblj"/>`;
9
+ const content = `<path class="ascow3bgw"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:text-cursor" {...props}></Icon>
@@ -1,8 +1,8 @@
1
- .m9bn2mblj {
1
+ .ascow3bgw {
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("M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1M7 22h1a4 4 0 0 0 4-4v-1M7 2h1a4 4 0 0 1 4 4v1");
7
+ d: path("M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1M7 22h1a4 4 0 0 0 4-4M7 2h1a4 4 0 0 1 4 4");
8
8
  }
@@ -0,0 +1,8 @@
1
+ .g9ldgjbqi {
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 18v-7m1.119-8.795a2 2 0 0 1 1.762 0l7.84 3.846A.5.5 0 0 1 20.5 7h-17a.5.5 0 0 1-.22-.949zM14 18v-7m4 7v-7M3 22h18M6 18v-7");
8
+ }
package/iconify.json CHANGED
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": false
31
31
  },
32
- "lastModified": 1777526690
32
+ "lastModified": 1778304481
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.37",
4
+ "version": "1.0.38",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -1,8 +0,0 @@
1
- .swg_1gbpy {
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 18v-7m1.12-8.802a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949zM14 18v-7m4 7v-7M3 22h18M6 18v-7");
8
- }