@iconify-svelte/hugeicons 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.
@@ -1,13 +1,13 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
3
  import '../../css/q/qrdeal.css';
4
- import '../../css/p/pcoupg.css';
5
- import '../../css/o/o7t96l.css';
4
+ import '../../css/q/qlu0uf.css';
5
+ import '../../css/s/sb7awi.css';
6
6
  import '../../css/u/uebd-hbi.css';
7
7
 
8
8
  let {width, height, ...props} = $props();
9
9
 
10
10
  const viewBox = {"width":24,"height":24};
11
- const content = `<g class="qrdeal"><path class="pcoupg"/><path class="o7t96l"/><path class="uebd-hbi"/></g>`;
11
+ const content = `<g class="qrdeal"><path class="qlu0uf"/><path class="sb7awi"/><path class="uebd-hbi"/></g>`;
12
12
  </script>
13
13
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="hugeicons:security-validation" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .qlu0uf {
2
+ stroke-linejoin: round;
3
+ d: path("M10 12s.5 0 1 1c0 0 1.588-2.5 3-3");
4
+ }
@@ -0,0 +1,3 @@
1
+ .sb7awi {
2
+ d: path("M17 11.5a5 5 0 1 1-10 0a5 5 0 0 1 10 0Z");
3
+ }
package/iconify.json CHANGED
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "palette": false
29
29
  },
30
- "lastModified": 1764827304
30
+ "lastModified": 1765175565
31
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-svelte/hugeicons",
3
3
  "type": "module",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "homepage": "https://icon-sets.iconify.design/hugeicons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
package/css/p/pcoupg.css DELETED
@@ -1,4 +0,0 @@
1
- .pcoupg {
2
- stroke-linejoin: round;
3
- d: path("M10 12.5s.5 0 1 1c0 0 1.588-2.5 3-3");
4
- }