@iconify-vue/arcticons 1.0.7 → 1.0.9
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.
- package/components/e/ente-auth-alt.vue +40 -0
- package/components/m/my-a1.vue +27 -0
- package/iconify.json +2 -2
- package/package.json +15 -7
|
@@ -0,0 +1,40 @@
|
|
|
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 = `<rect class="h1swldv"/><path class="cfcy91b"/><path class="ba92vmb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="arcticons:ente-auth-alt" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.h1swldv {
|
|
12
|
+
width: 13.432px;
|
|
13
|
+
height: 10.294px;
|
|
14
|
+
x: 17.284px;
|
|
15
|
+
y: 22.119px;
|
|
16
|
+
fill: none;
|
|
17
|
+
stroke: currentColor;
|
|
18
|
+
stroke-linecap: round;
|
|
19
|
+
stroke-linejoin: round;
|
|
20
|
+
rx: 1.177px;
|
|
21
|
+
ry: 1.177px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.cfcy91b {
|
|
25
|
+
fill: none;
|
|
26
|
+
stroke: currentColor;
|
|
27
|
+
stroke-linecap: round;
|
|
28
|
+
stroke-linejoin: round;
|
|
29
|
+
d: path("M20.056 22.12v-3.073a3.944 3.944 0 1 1 7.888 0v3.072");
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ba92vmb {
|
|
33
|
+
fill: none;
|
|
34
|
+
stroke: currentColor;
|
|
35
|
+
stroke-linecap: round;
|
|
36
|
+
stroke-linejoin: round;
|
|
37
|
+
d: path("M24 43.5c6.914-1.65 16.116-9.964 16.116-20.127V11.561L24 4.5L7.884 11.56v11.813C7.884 33.536 17.086 41.85 24 43.5");
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
</style>
|
|
@@ -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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "arcticons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Arcticons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 14005,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Donnnno",
|
|
8
8
|
"url": "https://github.com/Arcticons-Team/Arcticons"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1769667665
|
|
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.
|
|
4
|
+
"version": "1.0.9",
|
|
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",
|
|
@@ -16806,9 +16806,9 @@
|
|
|
16806
16806
|
"types": "./types/dd0bq22g.d.ts",
|
|
16807
16807
|
"default": "./components/e/enroute.vue"
|
|
16808
16808
|
},
|
|
16809
|
-
"./ente-
|
|
16809
|
+
"./ente-auth-alt": {
|
|
16810
16810
|
"types": "./types/dd0bq22g.d.ts",
|
|
16811
|
-
"default": "./components/e/ente-
|
|
16811
|
+
"default": "./components/e/ente-auth-alt.vue"
|
|
16812
16812
|
},
|
|
16813
16813
|
"./ente-locker": {
|
|
16814
16814
|
"types": "./types/dd0bq22g.d.ts",
|
|
@@ -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"
|
|
@@ -56674,6 +56674,10 @@
|
|
|
56674
56674
|
"types": "./types/dd0bq22g.d.ts",
|
|
56675
56675
|
"default": "./components/e/ente.vue"
|
|
56676
56676
|
},
|
|
56677
|
+
"./ente-authenticator": {
|
|
56678
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
56679
|
+
"default": "./components/e/ente-authenticator.vue"
|
|
56680
|
+
},
|
|
56677
56681
|
"./eurofurence-alt-1": {
|
|
56678
56682
|
"types": "./types/dd0bq22g.d.ts",
|
|
56679
56683
|
"default": "./components/e/eurofurence-alt-1.vue"
|
|
@@ -57230,6 +57234,10 @@
|
|
|
57230
57234
|
"types": "./types/dd0bq22g.d.ts",
|
|
57231
57235
|
"default": "./components/m/mivideo.vue"
|
|
57232
57236
|
},
|
|
57237
|
+
"./moj-a1": {
|
|
57238
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
57239
|
+
"default": "./components/m/moj-a1.vue"
|
|
57240
|
+
},
|
|
57233
57241
|
"./mojeid-kl": {
|
|
57234
57242
|
"types": "./types/dd0bq22g.d.ts",
|
|
57235
57243
|
"default": "./components/m/mojeid-kl.vue"
|