@cregis/icon 0.0.3 → 0.1.0
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/dist/index.cjs.js +1 -0
- package/dist/index.d.ts +712 -0
- package/dist/index.es.js +14915 -0
- package/package.json +9 -6
- package/dist/index.js +0 -415
package/package.json
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cregis/icon",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"description": "cregis icon",
|
|
5
6
|
"publishConfig": {
|
|
6
7
|
"access": "public"
|
|
7
8
|
},
|
|
8
|
-
"main": "./dist/index.js",
|
|
9
|
-
"module": "./dist/index.js",
|
|
9
|
+
"main": "./dist/index.cjs.js",
|
|
10
|
+
"module": "./dist/index.es.js",
|
|
10
11
|
"types": "./dist/index.d.ts",
|
|
11
12
|
"exports": {
|
|
12
13
|
".": {
|
|
13
|
-
"
|
|
14
|
-
"
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"import": "./dist/index.es.js",
|
|
16
|
+
"require": "./dist/index.cjs.js"
|
|
15
17
|
}
|
|
16
18
|
},
|
|
17
19
|
"files": [
|
|
@@ -20,7 +22,7 @@
|
|
|
20
22
|
"scripts": {
|
|
21
23
|
"dev": "vite",
|
|
22
24
|
"build": "vue-tsc -b && vite build",
|
|
23
|
-
"build:lib": "
|
|
25
|
+
"build:lib": "vite build --mode library",
|
|
24
26
|
"preview": "vite preview"
|
|
25
27
|
},
|
|
26
28
|
"peerDependencies": {
|
|
@@ -35,6 +37,7 @@
|
|
|
35
37
|
"@vue/tsconfig": "^0.8.1",
|
|
36
38
|
"typescript": "~5.9.3",
|
|
37
39
|
"vite": "^7.1.7",
|
|
40
|
+
"vite-plugin-dts": "^4.5.4",
|
|
38
41
|
"vue-tsc": "^3.1.0"
|
|
39
42
|
}
|
|
40
43
|
}
|
package/dist/index.js
DELETED
|
@@ -1,415 +0,0 @@
|
|
|
1
|
-
import { ref as w, defineComponent as d, computed as l, createElementBlock as c, openBlock as h, createElementVNode as e } from "vue";
|
|
2
|
-
class a {
|
|
3
|
-
config = {
|
|
4
|
-
size: w("32px"),
|
|
5
|
-
color: w("#666666")
|
|
6
|
-
};
|
|
7
|
-
setDefault(o) {
|
|
8
|
-
this.config.size.value = o.size || this.config.size.value, this.config.color.value = o.color || this.config.color.value;
|
|
9
|
-
}
|
|
10
|
-
getSize() {
|
|
11
|
-
return this.config.size.value;
|
|
12
|
-
}
|
|
13
|
-
getColor() {
|
|
14
|
-
return this.config.color.value;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
const r = new a(), p = ["width", "height"], _ = {
|
|
18
|
-
stroke: "none",
|
|
19
|
-
"stroke-width": "1",
|
|
20
|
-
fill: "none",
|
|
21
|
-
"fill-rule": "evenodd"
|
|
22
|
-
}, g = { id: "eds-add-address-books" }, C = ["stroke"], X = /* @__PURE__ */ d({
|
|
23
|
-
__name: "eds-add-address-books",
|
|
24
|
-
props: {
|
|
25
|
-
size: {},
|
|
26
|
-
color: {}
|
|
27
|
-
},
|
|
28
|
-
setup(n) {
|
|
29
|
-
const o = n, t = l(() => o.size || r.getSize()), i = l(() => o.color || r.getColor());
|
|
30
|
-
return (u, s) => (h(), c("svg", {
|
|
31
|
-
class: "shrink-0",
|
|
32
|
-
width: t.value,
|
|
33
|
-
height: t.value,
|
|
34
|
-
viewBox: "0 0 32 32",
|
|
35
|
-
version: "1.1",
|
|
36
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
38
|
-
}, [
|
|
39
|
-
e("g", _, [
|
|
40
|
-
e("g", g, [
|
|
41
|
-
e("path", {
|
|
42
|
-
d: "M6.01012154,15.0018701 C6.00351144,15.3336309 6,15.6663555 6,16 C6,16.3338723 6.00351634,16.6668242 6.01013536,16.9988115 M6,25 C6,25.1790948 6,25.4499701 6,25.8126258 C6,27.5736267 7.42637331,29 9.18737417,29 L24.8126258,29 C26.5736267,29 28,27.5736267 28,25.8126258 L28,6.18737417 C28,4.42637331 26.5736267,3 24.8126258,3 L9.18737417,3 C7.42637331,3 6,4.42824274 6,6.18737417 C6,6.54854121 6,6.81941648 6,7 M4,11 L8,11 M13.5,16 L21.5,16 M17.5,12 L17.5,20 M4,21 L8,21",
|
|
43
|
-
stroke: i.value,
|
|
44
|
-
"stroke-width": "2",
|
|
45
|
-
"stroke-linecap": "round",
|
|
46
|
-
"stroke-linejoin": "round"
|
|
47
|
-
}, null, 8, C),
|
|
48
|
-
s[0] || (s[0] = e("rect", {
|
|
49
|
-
id: "container",
|
|
50
|
-
x: "0",
|
|
51
|
-
y: "0",
|
|
52
|
-
width: "32",
|
|
53
|
-
height: "32"
|
|
54
|
-
}, null, -1))
|
|
55
|
-
])
|
|
56
|
-
])
|
|
57
|
-
], 8, p));
|
|
58
|
-
}
|
|
59
|
-
}), k = ["width", "height"], v = {
|
|
60
|
-
stroke: "none",
|
|
61
|
-
"stroke-width": "1",
|
|
62
|
-
fill: "none",
|
|
63
|
-
"fill-rule": "evenodd"
|
|
64
|
-
}, m = { id: "eds-add-circle-fill" }, x = ["fill"], Y = /* @__PURE__ */ d({
|
|
65
|
-
__name: "eds-add-circle-fill",
|
|
66
|
-
props: {
|
|
67
|
-
size: {},
|
|
68
|
-
color: {}
|
|
69
|
-
},
|
|
70
|
-
setup(n) {
|
|
71
|
-
const o = n, t = l(() => o.size || r.getSize()), i = l(() => o.color || r.getColor());
|
|
72
|
-
return (u, s) => (h(), c("svg", {
|
|
73
|
-
class: "shrink-0",
|
|
74
|
-
width: t.value,
|
|
75
|
-
height: t.value,
|
|
76
|
-
viewBox: "0 0 32 32",
|
|
77
|
-
version: "1.1",
|
|
78
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
79
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
80
|
-
}, [
|
|
81
|
-
e("g", v, [
|
|
82
|
-
e("g", m, [
|
|
83
|
-
e("path", {
|
|
84
|
-
d: "M16,1.5 C24.0081289,1.5 30.5,7.99187113 30.5,16 C30.5,24.0081289 24.0081289,30.5 16,30.5 C7.99187113,30.5 1.5,24.0081289 1.5,16 C1.5,7.99187113 7.99187113,1.5 16,1.5 Z M16,9.5 L15.85554,9.50686658 C15.0948881,9.57955132 14.5,10.2203039 14.5,11 L14.5,14.5 L11,14.5 C10.1715729,14.5 9.5,15.1715729 9.5,16 L9.50686658,16.14446 C9.57955132,16.9051119 10.2203039,17.5 11,17.5 L14.5,17.5 L14.5,21 C14.5,21.8284271 15.1715729,22.5 16,22.5 L16.14446,22.4931334 C16.9051119,22.4204487 17.5,21.7796961 17.5,21 L17.5,17.5 L21,17.5 C21.8284271,17.5 22.5,16.8284271 22.5,16 L22.4931334,15.85554 C22.4204487,15.0948881 21.7796961,14.5 21,14.5 L17.5,14.5 L17.5,11 C17.5,10.1715729 16.8284271,9.5 16,9.5 Z",
|
|
85
|
-
fill: i.value,
|
|
86
|
-
"fill-rule": "nonzero"
|
|
87
|
-
}, null, 8, x),
|
|
88
|
-
s[0] || (s[0] = e("rect", {
|
|
89
|
-
id: "container",
|
|
90
|
-
x: "0",
|
|
91
|
-
y: "0",
|
|
92
|
-
width: "32",
|
|
93
|
-
height: "32"
|
|
94
|
-
}, null, -1))
|
|
95
|
-
])
|
|
96
|
-
])
|
|
97
|
-
], 8, k));
|
|
98
|
-
}
|
|
99
|
-
}), f = ["width", "height"], L = {
|
|
100
|
-
stroke: "none",
|
|
101
|
-
"stroke-width": "1",
|
|
102
|
-
fill: "none",
|
|
103
|
-
"fill-rule": "evenodd"
|
|
104
|
-
}, z = { id: "eds-add-circle" }, $ = ["stroke"], e1 = /* @__PURE__ */ d({
|
|
105
|
-
__name: "eds-add-circle",
|
|
106
|
-
props: {
|
|
107
|
-
size: {},
|
|
108
|
-
color: {}
|
|
109
|
-
},
|
|
110
|
-
setup(n) {
|
|
111
|
-
const o = n, t = l(() => o.size || r.getSize()), i = l(() => o.color || r.getColor());
|
|
112
|
-
return (u, s) => (h(), c("svg", {
|
|
113
|
-
class: "shrink-0",
|
|
114
|
-
width: t.value,
|
|
115
|
-
height: t.value,
|
|
116
|
-
viewBox: "0 0 32 32",
|
|
117
|
-
version: "1.1",
|
|
118
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
119
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
120
|
-
}, [
|
|
121
|
-
e("g", L, [
|
|
122
|
-
e("g", z, [
|
|
123
|
-
e("path", {
|
|
124
|
-
d: "M16,29.5 C23.4558441,29.5 29.5,23.4558441 29.5,16 C29.5,8.54415588 23.4558441,2.5 16,2.5 C8.54415588,2.5 2.5,8.54415588 2.5,16 C2.5,23.4558441 8.54415588,29.5 16,29.5 Z M10.5,16 L21.5,16 M16,10.5 L16,21.5",
|
|
125
|
-
stroke: i.value,
|
|
126
|
-
"stroke-width": "2",
|
|
127
|
-
"stroke-linecap": "round",
|
|
128
|
-
"stroke-linejoin": "round"
|
|
129
|
-
}, null, 8, $),
|
|
130
|
-
s[0] || (s[0] = e("rect", {
|
|
131
|
-
id: "container",
|
|
132
|
-
x: "0",
|
|
133
|
-
y: "0",
|
|
134
|
-
width: "32",
|
|
135
|
-
height: "32"
|
|
136
|
-
}, null, -1))
|
|
137
|
-
])
|
|
138
|
-
])
|
|
139
|
-
], 8, f));
|
|
140
|
-
}
|
|
141
|
-
}), M = ["width", "height"], S = {
|
|
142
|
-
id: "页面-1",
|
|
143
|
-
stroke: "none",
|
|
144
|
-
"stroke-width": "1",
|
|
145
|
-
fill: "none",
|
|
146
|
-
"fill-rule": "evenodd"
|
|
147
|
-
}, y = { id: "eds-add-employer-fill" }, E = ["fill"], o1 = /* @__PURE__ */ d({
|
|
148
|
-
__name: "eds-add-employer-fill",
|
|
149
|
-
props: {
|
|
150
|
-
size: {},
|
|
151
|
-
color: {}
|
|
152
|
-
},
|
|
153
|
-
setup(n) {
|
|
154
|
-
const o = n, t = l(() => o.size || r.getSize()), i = l(() => o.color || r.getColor());
|
|
155
|
-
return (u, s) => (h(), c("svg", {
|
|
156
|
-
class: "shrink-0",
|
|
157
|
-
width: t.value,
|
|
158
|
-
height: t.value,
|
|
159
|
-
viewBox: "0 0 32 32",
|
|
160
|
-
version: "1.1",
|
|
161
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
162
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
163
|
-
}, [
|
|
164
|
-
e("g", S, [
|
|
165
|
-
e("g", y, [
|
|
166
|
-
e("path", {
|
|
167
|
-
d: "M18.0714286,7.71428571 C18.0714286,11.1463321 15.2891893,13.9285714 11.8571429,13.9285714 C8.42509643,13.9285714 5.64285714,11.1463321 5.64285714,7.71428571 C5.64285714,4.28223929 8.42509643,1.5 11.8571429,1.5 C15.2891893,1.5 18.0714286,4.28223929 18.0714286,7.71428571 Z M23.7678571,17.0357143 C24.6258429,17.0357143 25.3214286,17.7312793 25.3214286,18.5892857 L25.3214286,22.2142857 L28.9464286,22.2142857 C29.8044143,22.2142857 30.5,22.9098714 30.5,23.7678571 C30.5,24.6258429 29.8044143,25.3214286 28.9464286,25.3214286 L25.3214286,25.3214286 L25.3214286,28.9464286 C25.3214286,29.8044143 24.6258429,30.5 23.7678571,30.5 C22.9098714,30.5 22.2142857,29.8044143 22.2142857,28.9464286 L22.2142857,25.3214286 L18.5892857,25.3214286 C17.7312793,25.3214286 17.0357143,24.6258429 17.0357143,23.7678571 C17.0357143,22.9098714 17.7312793,22.2142857 18.5892857,22.2142857 L22.2142857,22.2142857 L22.2142857,18.5892857 C22.2142857,17.7312793 22.9098714,17.0357143 23.7678571,17.0357143 Z M11.8571429,15.9999379 C14.9505521,15.9999379 17.7271986,17.3560814 19.625,19.5062864 L19.625,19.6249793 L18.5892857,19.6249793 C16.3012479,19.6249793 14.4464286,21.4797986 14.4464286,23.7678571 C14.4464286,25.3276429 15.3083914,26.6860857 16.5819679,27.3928571 L2.53571429,27.3928571 C1.96370586,27.3928571 1.5,26.9290643 1.5,26.3571429 C1.5,20.6369964 6.13705857,15.9999379 11.8571429,15.9999379 Z",
|
|
168
|
-
fill: i.value,
|
|
169
|
-
"fill-rule": "nonzero"
|
|
170
|
-
}, null, 8, E),
|
|
171
|
-
s[0] || (s[0] = e("rect", {
|
|
172
|
-
id: "container",
|
|
173
|
-
x: "0",
|
|
174
|
-
y: "0",
|
|
175
|
-
width: "32",
|
|
176
|
-
height: "32"
|
|
177
|
-
}, null, -1))
|
|
178
|
-
])
|
|
179
|
-
])
|
|
180
|
-
], 8, M));
|
|
181
|
-
}
|
|
182
|
-
}), B = ["width", "height"], Z = {
|
|
183
|
-
stroke: "none",
|
|
184
|
-
"stroke-width": "1",
|
|
185
|
-
fill: "none",
|
|
186
|
-
"fill-rule": "evenodd"
|
|
187
|
-
}, A = { id: "eds-add-employer" }, j = ["stroke"], t1 = /* @__PURE__ */ d({
|
|
188
|
-
__name: "eds-add-employer",
|
|
189
|
-
props: {
|
|
190
|
-
size: {},
|
|
191
|
-
color: {}
|
|
192
|
-
},
|
|
193
|
-
setup(n) {
|
|
194
|
-
const o = n, t = l(() => o.size || r.getSize()), i = l(() => o.color || r.getColor());
|
|
195
|
-
return (u, s) => (h(), c("svg", {
|
|
196
|
-
class: "shrink-0",
|
|
197
|
-
width: t.value,
|
|
198
|
-
height: t.value,
|
|
199
|
-
viewBox: "0 0 32 32",
|
|
200
|
-
version: "1.1",
|
|
201
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
202
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
203
|
-
}, [
|
|
204
|
-
e("g", Z, [
|
|
205
|
-
e("g", A, [
|
|
206
|
-
e("path", {
|
|
207
|
-
d: "M11.8461538,12.8846154 C14.7137823,12.8846154 17.0384615,10.5599362 17.0384615,7.69230769 C17.0384615,4.82467923 14.7137823,2.5 11.8461538,2.5 C8.97852538,2.5 6.65384615,4.82467923 6.65384615,7.69230769 C6.65384615,10.5599362 8.97852538,12.8846154 11.8461538,12.8846154 Z M14.9615385,29.0280622 L6,29.0280622 L2.5,29.0280622 L2.5,27.8366353 C2.51653438,26.1614728 2.93402915,24.5179587 3.71348385,23.0598948 C4.49295308,21.601743 5.60894615,20.3764481 6.95722231,19.4984273 C8.30551923,18.6204286 9.84211,18.1183634 11.4234585,18.0391547 C13.0048277,17.959924 14.5793638,18.3061433 16,19.045417 M24.0169231,18.5 L24.0169231,29.5 M18.5,24 L29.5,24",
|
|
208
|
-
stroke: i.value,
|
|
209
|
-
"stroke-width": "2",
|
|
210
|
-
"stroke-linecap": "round",
|
|
211
|
-
"stroke-linejoin": "round"
|
|
212
|
-
}, null, 8, j),
|
|
213
|
-
s[0] || (s[0] = e("rect", {
|
|
214
|
-
id: "container",
|
|
215
|
-
x: "0",
|
|
216
|
-
y: "0",
|
|
217
|
-
width: "32",
|
|
218
|
-
height: "32"
|
|
219
|
-
}, null, -1))
|
|
220
|
-
])
|
|
221
|
-
])
|
|
222
|
-
], 8, B));
|
|
223
|
-
}
|
|
224
|
-
}), b = ["width", "height"], F = {
|
|
225
|
-
stroke: "none",
|
|
226
|
-
"stroke-width": "1",
|
|
227
|
-
fill: "none",
|
|
228
|
-
"fill-rule": "evenodd"
|
|
229
|
-
}, D = { id: "eds-add-role" }, I = ["stroke"], s1 = /* @__PURE__ */ d({
|
|
230
|
-
__name: "eds-add-role",
|
|
231
|
-
props: {
|
|
232
|
-
size: {},
|
|
233
|
-
color: {}
|
|
234
|
-
},
|
|
235
|
-
setup(n) {
|
|
236
|
-
const o = n, t = l(() => o.size || r.getSize()), i = l(() => o.color || r.getColor());
|
|
237
|
-
return (u, s) => (h(), c("svg", {
|
|
238
|
-
class: "shrink-0",
|
|
239
|
-
width: t.value,
|
|
240
|
-
height: t.value,
|
|
241
|
-
viewBox: "0 0 32 32",
|
|
242
|
-
version: "1.1",
|
|
243
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
244
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
245
|
-
}, [
|
|
246
|
-
e("g", F, [
|
|
247
|
-
e("g", D, [
|
|
248
|
-
e("path", {
|
|
249
|
-
d: "M9.5,11 C11.709139,11 13.5,9.209139 13.5,7 C13.5,4.790861 11.709139,3 9.5,3 C7.290861,3 5.5,4.790861 5.5,7 C5.5,9.209139 7.290861,11 9.5,11 Z M9.5,29 C15,29 15,23.246728 15,22 C15,20.7532608 14.915432,19.5303776 14.815288,18.3392464 C14.67968,16.7257184 13.660024,15.4279632 12.392824,15.2482021 C11.4516552,15.114679 10.4852744,15 9.5,15 C8.5147256,15 7.5483448,15.114679 6.6071408,15.2482021 C5.339976,15.4279632 4.32032,16.7257184 4.18468296,18.3392464 C4.08455304,19.5303776 4,20.7532608 4,22 C4,23.246728 4,29 9.5,29 Z M24.0169231,4.5 L24.0169231,15.5 M18.5,10 L29.5,10",
|
|
250
|
-
stroke: i.value,
|
|
251
|
-
"stroke-width": "2",
|
|
252
|
-
"stroke-linecap": "round",
|
|
253
|
-
"stroke-linejoin": "round"
|
|
254
|
-
}, null, 8, I),
|
|
255
|
-
s[0] || (s[0] = e("rect", {
|
|
256
|
-
id: "container",
|
|
257
|
-
x: "0",
|
|
258
|
-
y: "0",
|
|
259
|
-
width: "32",
|
|
260
|
-
height: "32"
|
|
261
|
-
}, null, -1))
|
|
262
|
-
])
|
|
263
|
-
])
|
|
264
|
-
], 8, b));
|
|
265
|
-
}
|
|
266
|
-
}), N = ["width", "height"], R = {
|
|
267
|
-
id: "页面-1",
|
|
268
|
-
stroke: "none",
|
|
269
|
-
"stroke-width": "1",
|
|
270
|
-
fill: "none",
|
|
271
|
-
"fill-rule": "evenodd"
|
|
272
|
-
}, T = { id: "eds-add-token" }, V = ["stroke"], i1 = /* @__PURE__ */ d({
|
|
273
|
-
__name: "eds-add-token",
|
|
274
|
-
props: {
|
|
275
|
-
size: {},
|
|
276
|
-
color: {}
|
|
277
|
-
},
|
|
278
|
-
setup(n) {
|
|
279
|
-
const o = n, t = l(() => o.size || r.getSize()), i = l(() => o.color || r.getColor());
|
|
280
|
-
return (u, s) => (h(), c("svg", {
|
|
281
|
-
class: "shrink-0",
|
|
282
|
-
width: t.value,
|
|
283
|
-
height: t.value,
|
|
284
|
-
viewBox: "0 0 32 32",
|
|
285
|
-
version: "1.1",
|
|
286
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
287
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
288
|
-
}, [
|
|
289
|
-
e("g", R, [
|
|
290
|
-
e("g", T, [
|
|
291
|
-
e("path", {
|
|
292
|
-
d: "M25.5,14 C25.5,7.64872692 20.3513615,2.5 14,2.5 C7.64872692,2.5 2.5,7.64872692 2.5,14 C2.5,20.3513615 7.64872692,25.5 14,25.5 M24.0169231,18.5 L24.0169231,29.5 M18.5,24 L29.5,24",
|
|
293
|
-
stroke: i.value,
|
|
294
|
-
"stroke-width": "2",
|
|
295
|
-
"stroke-linecap": "round",
|
|
296
|
-
"stroke-linejoin": "round"
|
|
297
|
-
}, null, 8, V),
|
|
298
|
-
s[0] || (s[0] = e("rect", {
|
|
299
|
-
id: "container",
|
|
300
|
-
x: "0",
|
|
301
|
-
y: "0",
|
|
302
|
-
width: "32",
|
|
303
|
-
height: "32"
|
|
304
|
-
}, null, -1))
|
|
305
|
-
])
|
|
306
|
-
])
|
|
307
|
-
], 8, N));
|
|
308
|
-
}
|
|
309
|
-
}), W = ["width", "height"], q = {
|
|
310
|
-
id: "页面-1",
|
|
311
|
-
stroke: "none",
|
|
312
|
-
"stroke-width": "1",
|
|
313
|
-
fill: "none",
|
|
314
|
-
"fill-rule": "evenodd"
|
|
315
|
-
}, G = { id: "eds-add" }, H = ["stroke"], n1 = /* @__PURE__ */ d({
|
|
316
|
-
__name: "eds-add",
|
|
317
|
-
props: {
|
|
318
|
-
size: {},
|
|
319
|
-
color: {}
|
|
320
|
-
},
|
|
321
|
-
setup(n) {
|
|
322
|
-
const o = n, t = l(() => o.size || r.getSize()), i = l(() => o.color || r.getColor());
|
|
323
|
-
return (u, s) => (h(), c("svg", {
|
|
324
|
-
class: "shrink-0",
|
|
325
|
-
width: t.value,
|
|
326
|
-
height: t.value,
|
|
327
|
-
viewBox: "0 0 32 32",
|
|
328
|
-
version: "1.1",
|
|
329
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
330
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
331
|
-
}, [
|
|
332
|
-
e("g", q, [
|
|
333
|
-
e("g", G, [
|
|
334
|
-
e("path", {
|
|
335
|
-
d: "M4,16 L28,16 M16,4 C16,20 16,28 16,28",
|
|
336
|
-
stroke: i.value,
|
|
337
|
-
"stroke-width": "2",
|
|
338
|
-
"stroke-linecap": "round",
|
|
339
|
-
"stroke-linejoin": "round"
|
|
340
|
-
}, null, 8, H),
|
|
341
|
-
s[0] || (s[0] = e("rect", {
|
|
342
|
-
id: "container",
|
|
343
|
-
x: "0",
|
|
344
|
-
y: "0",
|
|
345
|
-
width: "32",
|
|
346
|
-
height: "32"
|
|
347
|
-
}, null, -1))
|
|
348
|
-
])
|
|
349
|
-
])
|
|
350
|
-
], 8, W));
|
|
351
|
-
}
|
|
352
|
-
}), J = ["width", "height"], K = {
|
|
353
|
-
stroke: "none",
|
|
354
|
-
"stroke-width": "1",
|
|
355
|
-
fill: "none",
|
|
356
|
-
"fill-rule": "evenodd"
|
|
357
|
-
}, O = { id: "eds-wallet" }, P = ["stroke"], Q = ["stroke", "fill"], l1 = /* @__PURE__ */ d({
|
|
358
|
-
__name: "eds-wallet",
|
|
359
|
-
props: {
|
|
360
|
-
size: {},
|
|
361
|
-
color: {}
|
|
362
|
-
},
|
|
363
|
-
setup(n) {
|
|
364
|
-
const o = n, t = l(() => o.size || r.getSize()), i = l(() => o.color || r.getColor());
|
|
365
|
-
return (u, s) => (h(), c("svg", {
|
|
366
|
-
class: "shrink-0",
|
|
367
|
-
width: t.value,
|
|
368
|
-
height: t.value,
|
|
369
|
-
viewBox: "0 0 32 32",
|
|
370
|
-
version: "1.1",
|
|
371
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
372
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
373
|
-
}, [
|
|
374
|
-
e("g", K, [
|
|
375
|
-
e("g", O, [
|
|
376
|
-
e("path", {
|
|
377
|
-
d: "M27.4230769,5.5 L4.57692308,5.5 C3.42986962,5.5 2.5,6.48969684 2.5,7.71052632 L2.5,24.2894737 C2.5,25.5103474 3.42986962,26.5 4.57692308,26.5 L27.4230769,26.5 C28.5701615,26.5 29.5,25.5103474 29.5,24.2894737 L29.5,7.71052632 C29.5,6.48969684 28.5701615,5.5 27.4230769,5.5 Z",
|
|
378
|
-
stroke: i.value,
|
|
379
|
-
"stroke-width": "2",
|
|
380
|
-
"stroke-linecap": "round",
|
|
381
|
-
"stroke-linejoin": "round"
|
|
382
|
-
}, null, 8, P),
|
|
383
|
-
e("path", {
|
|
384
|
-
d: "M22.2822488,16.7244977 C21.8834611,16.7244977 21.56,16.4010365 21.56,16.0022488 C21.56,15.6034611 21.8834611,15.28 22.2822488,15.28 C22.6810365,15.28 23.0044977,15.6034611 23.0044977,16.0022488 C23.0044977,16.4010365 22.6810365,16.7244977 22.2822488,16.7244977 Z",
|
|
385
|
-
stroke: i.value,
|
|
386
|
-
"stroke-width": "2",
|
|
387
|
-
fill: i.value,
|
|
388
|
-
"fill-rule": "nonzero",
|
|
389
|
-
"stroke-linecap": "round",
|
|
390
|
-
"stroke-linejoin": "round"
|
|
391
|
-
}, null, 8, Q),
|
|
392
|
-
s[0] || (s[0] = e("rect", {
|
|
393
|
-
id: "container",
|
|
394
|
-
x: "0",
|
|
395
|
-
y: "0",
|
|
396
|
-
width: "32",
|
|
397
|
-
height: "32"
|
|
398
|
-
}, null, -1))
|
|
399
|
-
])
|
|
400
|
-
])
|
|
401
|
-
], 8, J));
|
|
402
|
-
}
|
|
403
|
-
});
|
|
404
|
-
export {
|
|
405
|
-
n1 as EdsAdd,
|
|
406
|
-
X as EdsAddAddressBooks,
|
|
407
|
-
e1 as EdsAddCircle,
|
|
408
|
-
Y as EdsAddCircleFill,
|
|
409
|
-
t1 as EdsAddEmployer,
|
|
410
|
-
o1 as EdsAddEmployerFill,
|
|
411
|
-
s1 as EdsAddRole,
|
|
412
|
-
i1 as EdsAddToken,
|
|
413
|
-
l1 as EdsWallet,
|
|
414
|
-
r as iconConfig
|
|
415
|
-
};
|