@iconify-vue/arcticons 1.0.7 → 1.0.8

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,27 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":48,"height":48};
7
+ const content = `<path class="i9clfwu"/><path class="o_q5ise"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="arcticons:my-a1" /></template>
10
+ <style>
11
+ .i9clfwu {
12
+ fill: none;
13
+ stroke: currentColor;
14
+ stroke-linecap: round;
15
+ stroke-linejoin: round;
16
+ d: path("M38.5 5.5h-29a4 4 0 0 0-4 4v29a4 4 0 0 0 4 4h29a4 4 0 0 0 4-4v-29a4 4 0 0 0-4-4");
17
+ }
18
+
19
+ .o_q5ise {
20
+ fill: none;
21
+ stroke: currentColor;
22
+ stroke-linecap: round;
23
+ stroke-linejoin: round;
24
+ d: path("m32.32 12.642l2.75-1.497v11m-6.745 5.165H19.66m-2.16 6.631L24 14l6.5 20");
25
+ }
26
+
27
+ </style>
package/iconify.json CHANGED
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": false
31
31
  },
32
- "lastModified": 1766991617
32
+ "lastModified": 1768810496
33
33
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/arcticons",
3
3
  "type": "module",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "homepage": "https://icon-sets.iconify.design/arcticons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC-BY-SA-4.0",
@@ -32254,10 +32254,6 @@
32254
32254
  "types": "./types/dd0bq22g.d.ts",
32255
32255
  "default": "./components/m/moises.vue"
32256
32256
  },
32257
- "./moj-a1": {
32258
- "types": "./types/dd0bq22g.d.ts",
32259
- "default": "./components/m/moj-a1.vue"
32260
- },
32261
32257
  "./moj-tauron": {
32262
32258
  "types": "./types/dd0bq22g.d.ts",
32263
32259
  "default": "./components/m/moj-tauron.vue"
@@ -33246,6 +33242,10 @@
33246
33242
  "types": "./types/dd0bq22g.d.ts",
33247
33243
  "default": "./components/m/mx.vue"
33248
33244
  },
33245
+ "./my-a1": {
33246
+ "types": "./types/dd0bq22g.d.ts",
33247
+ "default": "./components/m/my-a1.vue"
33248
+ },
33249
33249
  "./my-apps-time": {
33250
33250
  "types": "./types/dd0bq22g.d.ts",
33251
33251
  "default": "./components/m/my-apps-time.vue"
@@ -57230,6 +57230,10 @@
57230
57230
  "types": "./types/dd0bq22g.d.ts",
57231
57231
  "default": "./components/m/mivideo.vue"
57232
57232
  },
57233
+ "./moj-a1": {
57234
+ "types": "./types/dd0bq22g.d.ts",
57235
+ "default": "./components/m/moj-a1.vue"
57236
+ },
57233
57237
  "./mojeid-kl": {
57234
57238
  "types": "./types/dd0bq22g.d.ts",
57235
57239
  "default": "./components/m/mojeid-kl.vue"