@iconify-vue/hugeicons 1.0.6 → 1.0.7

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,12 +1,12 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/c/cv0n0om.css';
4
- import '../../css/m/m4l-9k.css';
4
+ import '../../css/s/shu3xd.css';
5
5
  import '../../css/g/g-ohfj.css';
6
6
 
7
7
  const props = defineProps(["width","height"]);
8
8
 
9
9
  const viewBox = {"width":24,"height":24};
10
- const content = `<g class="cv0n0om"><circle class="m4l-9k"/><path class="g-ohfj"/></g>`;
10
+ const content = `<g class="cv0n0om"><circle class="shu3xd"/><path class="g-ohfj"/></g>`;
11
11
  </script>
12
12
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:progress" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/a/a90b_tb.css';
3
+ import '../../css/s/s64mdxbo.css';
4
4
 
5
5
  const props = defineProps(["width","height"]);
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="a90b_tb"/>`;
8
+ const content = `<path class="s64mdxbo"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:unfold-more" /></template>
@@ -0,0 +1,8 @@
1
+ .s64mdxbo {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 1.5px;
7
+ d: path("M10.348 10h3.304c2.03 0 3.045 0 3.298-.609c.253-.608-.465-1.325-1.9-2.757l-1.653-1.648h0C12.74 4.329 12.41 4 12 4s-.739.329-1.397.986L8.95 6.634h0C7.515 8.066 6.797 8.783 7.05 9.39s1.268.61 3.298.61m0 4h3.304c2.03 0 3.045 0 3.298.609c.253.608-.465 1.325-1.9 2.757l-1.653 1.648C12.74 19.671 12.41 20 12 20s-.739-.329-1.397-.986L8.95 17.366c-1.436-1.432-2.154-2.149-1.901-2.757S8.318 14 10.348 14");
8
+ }
package/iconify.json CHANGED
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "palette": false
29
29
  },
30
- "lastModified": 1767162137
30
+ "lastModified": 1768810524
31
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/hugeicons",
3
3
  "type": "module",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
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/a/a90b_tb.css DELETED
@@ -1,8 +0,0 @@
1
- .a90b_tb {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 1.5px;
7
- d: path("M18 14s-4.419 5-6 5s-6-5-6-5m12-4s-4.419-5-6-5s-6 5-6 5");
8
- }