@iconify-vue/hugeicons 1.0.15 → 1.0.16

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,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/h/hlxxpwbjf.css';
3
+ import '../../css/m/m5-cm9x3a.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="hlxxpwbjf"/>`;
8
+ const content = `<path class="m5-cm9x3a"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:link-02" /></template>
@@ -0,0 +1,8 @@
1
+ .m5-cm9x3a {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: var(--svg-stroke-width--1-5px, 1.5px);
7
+ d: path("M14.996 17h2a5 5 0 0 0 0-10h-2m-6 10h-2a5 5 0 0 1 0-10h2m-.5 5h7");
8
+ }
package/iconify.json CHANGED
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "palette": false
29
29
  },
30
- "lastModified": 1780375042
30
+ "lastModified": 1782882907
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.15",
4
+ "version": "1.0.16",
5
5
  "homepage": "https://icon-sets.iconify.design/hugeicons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -1,7 +0,0 @@
1
- .hlxxpwbjf {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-width: var(--svg-stroke-width--1-5px, 1.5px);
6
- d: path("m9.5 14.5l5-5m2.346 5.11l2.61-2.61A5.272 5.272 0 0 0 12 4.544l-2.61 2.61m5.22 9.692L12 19.456A5.272 5.272 0 1 1 4.544 12l2.61-2.61");
7
- }