@thirstie/assets 0.0.1 → 0.2.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/App.vue +65 -4
- package/CHANGELOG.md +24 -0
- package/LICENSE +21 -0
- package/dist/thirstie-assets.cjs +1 -0
- package/dist/thirstie-assets.iife.js +1 -0
- package/dist/thirstie-assets.js +677 -0
- package/dist/thirstie-assets.umd.cjs +1 -0
- package/index.html +0 -1
- package/package.json +9 -8
- package/src/icons/account-balance.svg +2 -2
- package/src/icons/add-card.svg +2 -2
- package/src/icons/add-circle.svg +2 -2
- package/src/icons/add.svg +2 -2
- package/src/icons/arrow-backward.svg +2 -2
- package/src/icons/arrow-downward.svg +2 -2
- package/src/icons/arrow-forward.svg +2 -2
- package/src/icons/arrow-upward.svg +2 -2
- package/src/icons/bar-chart.svg +2 -2
- package/src/icons/cancel-filled.svg +2 -2
- package/src/icons/cancel.svg +2 -2
- package/src/icons/check-box-checked.svg +2 -2
- package/src/icons/check-box-indeterminate.svg +2 -2
- package/src/icons/check-box-unchecked.svg +2 -2
- package/src/icons/check.svg +2 -2
- package/src/icons/chevron-backward.svg +2 -2
- package/src/icons/chevron-down.svg +2 -2
- package/src/icons/chevron-forward.svg +2 -2
- package/src/icons/chevron-up.svg +2 -2
- package/src/icons/clone.svg +3 -0
- package/src/icons/close.svg +2 -2
- package/src/icons/contact-support.svg +2 -2
- package/src/icons/credit-card.svg +2 -2
- package/src/icons/csv.svg +2 -2
- package/src/icons/delete.svg +2 -2
- package/src/icons/drop-down.svg +2 -2
- package/src/icons/edit.svg +2 -2
- package/src/icons/filter-alt.svg +2 -2
- package/src/icons/filter.svg +2 -2
- package/src/icons/flag-filled.svg +2 -2
- package/src/icons/flag-unfilled.svg +2 -2
- package/src/icons/gift.svg +2 -2
- package/src/icons/hamburger.svg +3 -0
- package/src/icons/help-filled.svg +2 -2
- package/src/icons/help.svg +2 -2
- package/src/icons/home.svg +2 -2
- package/src/icons/info-filled.svg +2 -2
- package/src/icons/info.svg +2 -2
- package/src/icons/liquor.svg +2 -2
- package/src/icons/location.svg +2 -2
- package/src/icons/lock-closed-filled.svg +2 -2
- package/src/icons/lock-closed.svg +2 -2
- package/src/icons/lock-open.svg +2 -2
- package/src/icons/login.svg +2 -2
- package/src/icons/logout.svg +2 -2
- package/src/icons/mail.svg +2 -2
- package/src/icons/more-horiz.svg +2 -2
- package/src/icons/payments.svg +2 -2
- package/src/icons/pdf.svg +2 -2
- package/src/icons/person-add.svg +2 -2
- package/src/icons/person-remove.svg +2 -2
- package/src/icons/person.svg +2 -2
- package/src/icons/radio-button-checked.svg +2 -2
- package/src/icons/radio-button-unchecked.svg +2 -2
- package/src/icons/receipt-long.svg +2 -2
- package/src/icons/remove.svg +2 -2
- package/src/icons/search.svg +2 -2
- package/src/icons/settings.svg +2 -2
- package/src/icons/shipping.svg +2 -2
- package/src/icons/shopping-cart-filled.svg +2 -2
- package/src/icons/shopping-cart.svg +2 -2
- package/src/icons/sort.svg +2 -2
- package/src/icons/star-filled.svg +2 -2
- package/src/icons/star-unfilled.svg +2 -2
- package/src/icons/store.svg +2 -2
- package/src/icons/thirstie-logo.svg +4 -0
- package/src/icons/thirstie-square.svg +3 -0
- package/src/icons/visibility-off.svg +2 -2
- package/src/icons/visibility-on.svg +2 -2
- package/src/index.js +2 -1
- package/vite.config.js +1 -1
- package/dist/bundle.cjs +0 -1
- package/dist/bundle.iife.js +0 -1
- package/dist/bundle.js +0 -958
- package/dist/bundle.umd.cjs +0 -1
package/dist/bundle.js
DELETED
|
@@ -1,958 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as _, computed as i, createBlock as c, resolveDynamicComponent as l, defineCustomElement as r } from "vue";
|
|
2
|
-
const d = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
width: "24",
|
|
5
|
-
height: "24",
|
|
6
|
-
fill: "none"
|
|
7
|
-
}, v = /* @__PURE__ */ _("path", {
|
|
8
|
-
fill: "#000",
|
|
9
|
-
d: "M5.75 17V9.5h1.5V17zm5.5 0V9.5h1.5V17zm-8.48 3.5V19h18.46v1.5zM16.75 17V9.5h1.5V17zM2.77 7.5V6.077L12 1.557l9.23 4.52V7.5zM6.314 6h11.37L12 3.25z"
|
|
10
|
-
}, null, -1), g = [
|
|
11
|
-
v
|
|
12
|
-
];
|
|
13
|
-
function a(t, n) {
|
|
14
|
-
return e(), o("svg", d, [...g]);
|
|
15
|
-
}
|
|
16
|
-
const w = { render: a }, q = {
|
|
17
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
width: "24",
|
|
19
|
-
height: "24",
|
|
20
|
-
fill: "none"
|
|
21
|
-
}, $ = /* @__PURE__ */ _("path", {
|
|
22
|
-
fill: "#000",
|
|
23
|
-
d: "M4.308 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.308 4.5h15.384q.758 0 1.283.525t.525 1.283v5.288H4v6.096q0 .116.096.212a.3.3 0 0 0 .212.096h9.288v1.5zM4 8.404h16V6.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H4.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212zM19.25 21.75v-3h-3v-1.5h3v-3h1.5v3h3v1.5h-3v3z"
|
|
24
|
-
}, null, -1), f = [
|
|
25
|
-
$
|
|
26
|
-
];
|
|
27
|
-
function u(t, n) {
|
|
28
|
-
return e(), o("svg", q, [...f]);
|
|
29
|
-
}
|
|
30
|
-
const m = { render: u }, p = {
|
|
31
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
-
width: "24",
|
|
33
|
-
height: "24",
|
|
34
|
-
fill: "none"
|
|
35
|
-
}, x = /* @__PURE__ */ _("path", {
|
|
36
|
-
fill: "#000",
|
|
37
|
-
d: "M11.25 16.75h1.5v-4h4v-1.5h-4v-4h-1.5v4h-4v1.5h4zm.752 4.75a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"
|
|
38
|
-
}, null, -1), z = [
|
|
39
|
-
x
|
|
40
|
-
];
|
|
41
|
-
function M(t, n) {
|
|
42
|
-
return e(), o("svg", p, [...z]);
|
|
43
|
-
}
|
|
44
|
-
const V = { render: M }, b = {
|
|
45
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
-
width: "24",
|
|
47
|
-
height: "24",
|
|
48
|
-
fill: "none"
|
|
49
|
-
}, H = /* @__PURE__ */ _("path", {
|
|
50
|
-
fill: "#000",
|
|
51
|
-
d: "M11.25 12.75H5.5v-1.5h5.75V5.5h1.5v5.75h5.75v1.5h-5.75v5.75h-1.5z"
|
|
52
|
-
}, null, -1), T = [
|
|
53
|
-
H
|
|
54
|
-
];
|
|
55
|
-
function L(t, n) {
|
|
56
|
-
return e(), o("svg", b, [...T]);
|
|
57
|
-
}
|
|
58
|
-
const A = { render: L }, Q = {
|
|
59
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
60
|
-
width: "24",
|
|
61
|
-
height: "24",
|
|
62
|
-
fill: "none"
|
|
63
|
-
}, k = /* @__PURE__ */ _("path", {
|
|
64
|
-
fill: "#000",
|
|
65
|
-
d: "m7.373 12.75 5.696 5.696L12 19.5 4.5 12 12 4.5l1.07 1.054-5.697 5.696H19.5v1.5z"
|
|
66
|
-
}, null, -1), y = [
|
|
67
|
-
k
|
|
68
|
-
];
|
|
69
|
-
function E(t, n) {
|
|
70
|
-
return e(), o("svg", Q, [...y]);
|
|
71
|
-
}
|
|
72
|
-
const S = { render: E }, C = {
|
|
73
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
74
|
-
width: "24",
|
|
75
|
-
height: "24",
|
|
76
|
-
fill: "none"
|
|
77
|
-
}, I = /* @__PURE__ */ _("path", {
|
|
78
|
-
fill: "#000",
|
|
79
|
-
d: "M11.25 4.5v12.127l-5.696-5.696L4.5 12l7.5 7.5 7.5-7.5-1.054-1.07-5.696 5.697V4.5z"
|
|
80
|
-
}, null, -1), N = [
|
|
81
|
-
I
|
|
82
|
-
];
|
|
83
|
-
function B(t, n) {
|
|
84
|
-
return e(), o("svg", C, [...N]);
|
|
85
|
-
}
|
|
86
|
-
const j = { render: B }, D = {
|
|
87
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
88
|
-
width: "24",
|
|
89
|
-
height: "24",
|
|
90
|
-
fill: "none"
|
|
91
|
-
}, O = /* @__PURE__ */ _("path", {
|
|
92
|
-
fill: "#000",
|
|
93
|
-
d: "M16.627 12.75H4.5v-1.5h12.127l-5.696-5.696L12 4.5l7.5 7.5-7.5 7.5-1.07-1.054z"
|
|
94
|
-
}, null, -1), F = [
|
|
95
|
-
O
|
|
96
|
-
];
|
|
97
|
-
function G(t, n) {
|
|
98
|
-
return e(), o("svg", D, [...F]);
|
|
99
|
-
}
|
|
100
|
-
const J = { render: G }, K = {
|
|
101
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
102
|
-
width: "24",
|
|
103
|
-
height: "24",
|
|
104
|
-
fill: "none"
|
|
105
|
-
}, P = /* @__PURE__ */ _("path", {
|
|
106
|
-
fill: "#000",
|
|
107
|
-
d: "M11.25 19.5V7.373l-5.696 5.696L4.5 12 12 4.5l7.5 7.5-1.054 1.07-5.696-5.697V19.5z"
|
|
108
|
-
}, null, -1), R = [
|
|
109
|
-
P
|
|
110
|
-
];
|
|
111
|
-
function U(t, n) {
|
|
112
|
-
return e(), o("svg", K, [...R]);
|
|
113
|
-
}
|
|
114
|
-
const W = { render: U }, X = {
|
|
115
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
116
|
-
width: "24",
|
|
117
|
-
height: "24",
|
|
118
|
-
fill: "none"
|
|
119
|
-
}, Y = /* @__PURE__ */ _("path", {
|
|
120
|
-
fill: "#000",
|
|
121
|
-
d: "M16 19.5v-5.904h3.5V19.5zm-5.75 0v-15h3.5v15zm-5.75 0V9.404H8V19.5z"
|
|
122
|
-
}, null, -1), Z = [
|
|
123
|
-
Y
|
|
124
|
-
];
|
|
125
|
-
function t1(t, n) {
|
|
126
|
-
return e(), o("svg", X, [...Z]);
|
|
127
|
-
}
|
|
128
|
-
const n1 = { render: t1 }, e1 = {
|
|
129
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
130
|
-
width: "24",
|
|
131
|
-
height: "24",
|
|
132
|
-
fill: "none"
|
|
133
|
-
}, o1 = /* @__PURE__ */ _("path", {
|
|
134
|
-
fill: "#000",
|
|
135
|
-
d: "m8.4 16.654 3.6-3.6 3.6 3.6 1.054-1.054-3.6-3.6 3.6-3.6L15.6 7.346l-3.6 3.6-3.6-3.6L7.346 8.4l3.6 3.6-3.6 3.6zm3.602 4.846a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749"
|
|
136
|
-
}, null, -1), _1 = [
|
|
137
|
-
o1
|
|
138
|
-
];
|
|
139
|
-
function s1(t, n) {
|
|
140
|
-
return e(), o("svg", e1, [..._1]);
|
|
141
|
-
}
|
|
142
|
-
const h1 = { render: s1 }, i1 = {
|
|
143
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
144
|
-
width: "24",
|
|
145
|
-
height: "24",
|
|
146
|
-
fill: "none"
|
|
147
|
-
}, c1 = /* @__PURE__ */ _("path", {
|
|
148
|
-
fill: "#000",
|
|
149
|
-
d: "m8.4 16.654 3.6-3.6 3.6 3.6 1.054-1.054-3.6-3.6 3.6-3.6L15.6 7.346l-3.6 3.6-3.6-3.6L7.346 8.4l3.6 3.6-3.6 3.6zm3.602 4.846a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"
|
|
150
|
-
}, null, -1), l1 = [
|
|
151
|
-
c1
|
|
152
|
-
];
|
|
153
|
-
function r1(t, n) {
|
|
154
|
-
return e(), o("svg", i1, [...l1]);
|
|
155
|
-
}
|
|
156
|
-
const d1 = { render: r1 }, v1 = {
|
|
157
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
158
|
-
width: "24",
|
|
159
|
-
height: "24",
|
|
160
|
-
fill: "none"
|
|
161
|
-
}, g1 = /* @__PURE__ */ _("path", {
|
|
162
|
-
fill: "#000",
|
|
163
|
-
d: "m10.6 15.854 6.723-6.723-1.054-1.054-5.669 5.67-2.85-2.85-1.054 1.053zM5.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V5.308q0-.758.525-1.283T5.308 3.5h13.384q.758 0 1.283.525t.525 1.283v13.384q0 .758-.525 1.283t-1.283.525zm0-1.5h13.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212V5.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H5.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v13.384q0 .116.096.212a.3.3 0 0 0 .212.096"
|
|
164
|
-
}, null, -1), a1 = [
|
|
165
|
-
g1
|
|
166
|
-
];
|
|
167
|
-
function w1(t, n) {
|
|
168
|
-
return e(), o("svg", v1, [...a1]);
|
|
169
|
-
}
|
|
170
|
-
const q1 = { render: w1 }, $1 = {
|
|
171
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
172
|
-
width: "24",
|
|
173
|
-
height: "24",
|
|
174
|
-
fill: "none"
|
|
175
|
-
}, f1 = /* @__PURE__ */ _("path", {
|
|
176
|
-
fill: "#000",
|
|
177
|
-
d: "M7.25 12.75h9.5v-1.5h-9.5zM5.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V5.308q0-.758.525-1.283T5.308 3.5h13.384q.758 0 1.283.525t.525 1.283v13.384q0 .758-.525 1.283t-1.283.525zm0-1.5h13.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212V5.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H5.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v13.384q0 .116.096.212a.3.3 0 0 0 .212.096"
|
|
178
|
-
}, null, -1), u1 = [
|
|
179
|
-
f1
|
|
180
|
-
];
|
|
181
|
-
function m1(t, n) {
|
|
182
|
-
return e(), o("svg", $1, [...u1]);
|
|
183
|
-
}
|
|
184
|
-
const p1 = { render: m1 }, x1 = {
|
|
185
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
186
|
-
width: "24",
|
|
187
|
-
height: "24",
|
|
188
|
-
fill: "none"
|
|
189
|
-
}, z1 = /* @__PURE__ */ _("path", {
|
|
190
|
-
fill: "#000",
|
|
191
|
-
d: "M5.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V5.308q0-.758.525-1.283T5.308 3.5h13.384q.758 0 1.283.525t.525 1.283v13.384q0 .758-.525 1.283t-1.283.525zm0-1.5h13.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212V5.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H5.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v13.384q0 .116.096.212a.3.3 0 0 0 .212.096"
|
|
192
|
-
}, null, -1), M1 = [
|
|
193
|
-
z1
|
|
194
|
-
];
|
|
195
|
-
function V1(t, n) {
|
|
196
|
-
return e(), o("svg", x1, [...M1]);
|
|
197
|
-
}
|
|
198
|
-
const b1 = { render: V1 }, H1 = {
|
|
199
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
200
|
-
width: "24",
|
|
201
|
-
height: "24",
|
|
202
|
-
fill: "none"
|
|
203
|
-
}, T1 = /* @__PURE__ */ _("path", {
|
|
204
|
-
fill: "#000",
|
|
205
|
-
d: "m9.55 17.654-5.335-5.335 1.07-1.069 4.265 4.265 9.165-9.165 1.07 1.07z"
|
|
206
|
-
}, null, -1), L1 = [
|
|
207
|
-
T1
|
|
208
|
-
];
|
|
209
|
-
function A1(t, n) {
|
|
210
|
-
return e(), o("svg", H1, [...L1]);
|
|
211
|
-
}
|
|
212
|
-
const Q1 = { render: A1 }, k1 = {
|
|
213
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
214
|
-
width: "24",
|
|
215
|
-
height: "24",
|
|
216
|
-
fill: "none"
|
|
217
|
-
}, y1 = /* @__PURE__ */ _("path", {
|
|
218
|
-
fill: "#000",
|
|
219
|
-
d: "M15.654 21.654 6 12l9.654-9.653 1.419 1.419L8.838 12l8.235 8.235z"
|
|
220
|
-
}, null, -1), E1 = [
|
|
221
|
-
y1
|
|
222
|
-
];
|
|
223
|
-
function S1(t, n) {
|
|
224
|
-
return e(), o("svg", k1, [...E1]);
|
|
225
|
-
}
|
|
226
|
-
const C1 = { render: S1 }, I1 = {
|
|
227
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
228
|
-
width: "24",
|
|
229
|
-
height: "24",
|
|
230
|
-
fill: "none"
|
|
231
|
-
}, N1 = /* @__PURE__ */ _("path", {
|
|
232
|
-
fill: "#000",
|
|
233
|
-
d: "m21.19 7.883-9.654 9.654-9.653-9.654 1.419-1.42 8.235 8.236 8.234-8.235z"
|
|
234
|
-
}, null, -1), B1 = [
|
|
235
|
-
N1
|
|
236
|
-
];
|
|
237
|
-
function j1(t, n) {
|
|
238
|
-
return e(), o("svg", I1, [...B1]);
|
|
239
|
-
}
|
|
240
|
-
const D1 = { render: j1 }, O1 = {
|
|
241
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
242
|
-
width: "24",
|
|
243
|
-
height: "24",
|
|
244
|
-
fill: "none"
|
|
245
|
-
}, F1 = /* @__PURE__ */ _("path", {
|
|
246
|
-
fill: "#000",
|
|
247
|
-
d: "m8.015 21.654-1.419-1.42L14.831 12 6.596 3.766l1.42-1.42L17.668 12z"
|
|
248
|
-
}, null, -1), G1 = [
|
|
249
|
-
F1
|
|
250
|
-
];
|
|
251
|
-
function J1(t, n) {
|
|
252
|
-
return e(), o("svg", O1, [...G1]);
|
|
253
|
-
}
|
|
254
|
-
const K1 = { render: J1 }, P1 = {
|
|
255
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
256
|
-
width: "24",
|
|
257
|
-
height: "24",
|
|
258
|
-
fill: "none"
|
|
259
|
-
}, R1 = /* @__PURE__ */ _("path", {
|
|
260
|
-
fill: "#000",
|
|
261
|
-
d: "m1.883 16.118 9.654-9.654 9.653 9.654-1.419 1.419-8.234-8.235-8.235 8.235z"
|
|
262
|
-
}, null, -1), U1 = [
|
|
263
|
-
R1
|
|
264
|
-
];
|
|
265
|
-
function W1(t, n) {
|
|
266
|
-
return e(), o("svg", P1, [...U1]);
|
|
267
|
-
}
|
|
268
|
-
const X1 = { render: W1 }, Y1 = {
|
|
269
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
270
|
-
width: "24",
|
|
271
|
-
height: "24",
|
|
272
|
-
fill: "none"
|
|
273
|
-
}, Z1 = /* @__PURE__ */ _("path", {
|
|
274
|
-
fill: "#000",
|
|
275
|
-
d: "M6.4 18.654 5.346 17.6l5.6-5.6-5.6-5.6L6.4 5.346l5.6 5.6 5.6-5.6L18.654 6.4l-5.6 5.6 5.6 5.6-1.054 1.054-5.6-5.6z"
|
|
276
|
-
}, null, -1), t0 = [
|
|
277
|
-
Z1
|
|
278
|
-
];
|
|
279
|
-
function n0(t, n) {
|
|
280
|
-
return e(), o("svg", Y1, [...t0]);
|
|
281
|
-
}
|
|
282
|
-
const e0 = { render: n0 }, o0 = {
|
|
283
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
284
|
-
width: "24",
|
|
285
|
-
height: "24",
|
|
286
|
-
fill: "none"
|
|
287
|
-
}, _0 = /* @__PURE__ */ _("path", {
|
|
288
|
-
fill: "#000",
|
|
289
|
-
d: "m12.5 21.135-.154-2.635H11.5q-3.338 0-5.67-2.33Q3.5 13.837 3.5 10.5t2.33-5.67Q8.163 2.5 11.5 2.5q1.67 0 3.12.624a8.1 8.1 0 0 1 2.542 1.714 8.1 8.1 0 0 1 1.714 2.542q.624 1.45.624 3.12 0 1.702-.53 3.268a12 12 0 0 1-1.46 2.931q-.928 1.364-2.212 2.492T12.5 21.135M14 18.35q1.775-1.5 2.887-3.513A8.8 8.8 0 0 0 18 10.5q0-2.725-1.887-4.612T11.5 4 6.888 5.888 5 10.5t1.888 4.613T11.5 17H14zm-2.496-2.577a.85.85 0 0 0 .624-.257.85.85 0 0 0 .256-.624.85.85 0 0 0-.256-.624.85.85 0 0 0-.624-.257.85.85 0 0 0-.624.257.85.85 0 0 0-.257.624.85.85 0 0 0 .257.624.85.85 0 0 0 .624.257m-.581-3.05h1.192q.02-.682.194-1.012.173-.328.945-1.1.44-.44.716-.927.276-.486.276-1.076 0-1.18-.805-1.807-.804-.628-1.922-.628-1.013 0-1.71.56a3.14 3.14 0 0 0-.997 1.348l1.111.434q.164-.435.533-.823t1.063-.388q.762 0 1.133.418.37.418.371.917 0 .463-.255.805a7 7 0 0 1-.633.721q-.798.693-1.005 1.164t-.207 1.394"
|
|
290
|
-
}, null, -1), s0 = [
|
|
291
|
-
_0
|
|
292
|
-
];
|
|
293
|
-
function h0(t, n) {
|
|
294
|
-
return e(), o("svg", o0, [...s0]);
|
|
295
|
-
}
|
|
296
|
-
const i0 = { render: h0 }, c0 = {
|
|
297
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
298
|
-
width: "24",
|
|
299
|
-
height: "24",
|
|
300
|
-
fill: "none"
|
|
301
|
-
}, l0 = /* @__PURE__ */ _("path", {
|
|
302
|
-
fill: "#000",
|
|
303
|
-
d: "M21.5 6.308v11.384q0 .758-.525 1.283t-1.283.525H4.308q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.308 4.5h15.384q.758 0 1.283.525t.525 1.283M4 8.404h16V6.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H4.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212zm0 3.192v6.096q0 .116.096.212a.3.3 0 0 0 .212.096h15.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212v-6.096z"
|
|
304
|
-
}, null, -1), r0 = [
|
|
305
|
-
l0
|
|
306
|
-
];
|
|
307
|
-
function d0(t, n) {
|
|
308
|
-
return e(), o("svg", c0, [...r0]);
|
|
309
|
-
}
|
|
310
|
-
const v0 = { render: d0 }, g0 = {
|
|
311
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
312
|
-
width: "24",
|
|
313
|
-
height: "24",
|
|
314
|
-
fill: "none"
|
|
315
|
-
}, a0 = /* @__PURE__ */ _("path", {
|
|
316
|
-
fill: "#000",
|
|
317
|
-
d: "M6.077 14.846h2.654v-1.192H6.385a.15.15 0 0 1-.106-.048.15.15 0 0 1-.048-.106v-3q0-.058.048-.106a.15.15 0 0 1 .106-.048H8.73V9.154H6.077q-.434 0-.737.302a1 1 0 0 0-.301.736v3.616q0 .435.301.736.302.303.737.302m3.804 0h2.653q.435 0 .737-.302t.302-.736v-1.212q0-.434-.302-.783a.94.94 0 0 0-.737-.348h-1.307a.15.15 0 0 1-.106-.048.15.15 0 0 1-.048-.105V10.5q0-.058.048-.106a.15.15 0 0 1 .106-.048h2.346V9.154h-2.654q-.435 0-.736.302a1 1 0 0 0-.302.736v1.212q0 .434.302.767a.96.96 0 0 0 .736.333h1.308q.058 0 .106.048a.15.15 0 0 1 .048.106v.842a.15.15 0 0 1-.048.106.15.15 0 0 1-.106.048H9.881zm6.369 0h1.346l1.654-5.692h-1.212l-1.115 3.854-1.115-3.854h-1.212zM4.308 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.308 4.5h15.384q.758 0 1.283.525t.525 1.283v11.384q0 .758-.525 1.283t-1.283.525zm0-1.5h15.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212V6.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H4.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v11.384q0 .116.096.212a.3.3 0 0 0 .212.096"
|
|
318
|
-
}, null, -1), w0 = [
|
|
319
|
-
a0
|
|
320
|
-
];
|
|
321
|
-
function q0(t, n) {
|
|
322
|
-
return e(), o("svg", g0, [...w0]);
|
|
323
|
-
}
|
|
324
|
-
const $0 = { render: q0 }, f0 = {
|
|
325
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
326
|
-
width: "24",
|
|
327
|
-
height: "24",
|
|
328
|
-
fill: "none"
|
|
329
|
-
}, u0 = /* @__PURE__ */ _("path", {
|
|
330
|
-
fill: "#000",
|
|
331
|
-
d: "M7.308 20.5q-.748 0-1.278-.53a1.74 1.74 0 0 1-.53-1.278V6h-1V4.5H9v-.885h6V4.5h4.5V6h-1v12.692q0 .758-.525 1.283t-1.283.525zM17 6H7v12.692a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h9.385a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212zM9.404 17h1.5V8h-1.5zm3.692 0h1.5V8h-1.5z"
|
|
332
|
-
}, null, -1), m0 = [
|
|
333
|
-
u0
|
|
334
|
-
];
|
|
335
|
-
function p0(t, n) {
|
|
336
|
-
return e(), o("svg", f0, [...m0]);
|
|
337
|
-
}
|
|
338
|
-
const x0 = { render: p0 }, z0 = {
|
|
339
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
340
|
-
width: "24",
|
|
341
|
-
height: "24",
|
|
342
|
-
fill: "none"
|
|
343
|
-
}, M0 = /* @__PURE__ */ _("path", {
|
|
344
|
-
fill: "#000",
|
|
345
|
-
d: "M12 14.654 7.596 10.25h8.808z"
|
|
346
|
-
}, null, -1), V0 = [
|
|
347
|
-
M0
|
|
348
|
-
];
|
|
349
|
-
function b0(t, n) {
|
|
350
|
-
return e(), o("svg", z0, [...V0]);
|
|
351
|
-
}
|
|
352
|
-
const H0 = { render: b0 }, T0 = {
|
|
353
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
354
|
-
width: "24",
|
|
355
|
-
height: "24",
|
|
356
|
-
fill: "none"
|
|
357
|
-
}, L0 = /* @__PURE__ */ _("path", {
|
|
358
|
-
fill: "#000",
|
|
359
|
-
d: "M5 19h1.261L16.499 8.764l-1.262-1.262L5 17.739zm-1.5 1.5v-3.384L16.69 3.93q.228-.207.501-.319a1.5 1.5 0 0 1 .575-.112q.3 0 .583.107.282.106.499.34l1.221 1.236q.233.217.332.5.099.282.099.565 0 .301-.103.576t-.328.501L6.885 20.5zM15.856 8.144l-.62-.642 1.262 1.262z"
|
|
360
|
-
}, null, -1), A0 = [
|
|
361
|
-
L0
|
|
362
|
-
];
|
|
363
|
-
function Q0(t, n) {
|
|
364
|
-
return e(), o("svg", T0, [...A0]);
|
|
365
|
-
}
|
|
366
|
-
const k0 = { render: Q0 }, y0 = {
|
|
367
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
368
|
-
width: "24",
|
|
369
|
-
height: "24",
|
|
370
|
-
fill: "none"
|
|
371
|
-
}, E0 = /* @__PURE__ */ _("path", {
|
|
372
|
-
fill: "#000",
|
|
373
|
-
d: "M11.385 19.5a.86.86 0 0 1-.631-.254.86.86 0 0 1-.254-.63v-5.789L4.902 5.716q-.288-.386-.084-.8.205-.417.692-.416h12.98q.487 0 .692.415.204.416-.084.8L13.5 12.828v5.788a.86.86 0 0 1-.254.631.86.86 0 0 1-.63.254zM12 12.3 16.95 6h-9.9z"
|
|
374
|
-
}, null, -1), S0 = [
|
|
375
|
-
E0
|
|
376
|
-
];
|
|
377
|
-
function C0(t, n) {
|
|
378
|
-
return e(), o("svg", y0, [...S0]);
|
|
379
|
-
}
|
|
380
|
-
const I0 = { render: C0 }, N0 = {
|
|
381
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
382
|
-
width: "24",
|
|
383
|
-
height: "24",
|
|
384
|
-
fill: "none"
|
|
385
|
-
}, B0 = /* @__PURE__ */ _("path", {
|
|
386
|
-
fill: "#000",
|
|
387
|
-
d: "M10.279 17.5V16h3.432v1.5zm-3.875-4.75v-1.5h11.183v1.5zM3.5 8V6.5h17V8z"
|
|
388
|
-
}, null, -1), j0 = [
|
|
389
|
-
B0
|
|
390
|
-
];
|
|
391
|
-
function D0(t, n) {
|
|
392
|
-
return e(), o("svg", N0, [...j0]);
|
|
393
|
-
}
|
|
394
|
-
const O0 = { render: D0 }, F0 = {
|
|
395
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
396
|
-
width: "24",
|
|
397
|
-
height: "24",
|
|
398
|
-
fill: "none"
|
|
399
|
-
}, G0 = /* @__PURE__ */ _("path", {
|
|
400
|
-
fill: "#000",
|
|
401
|
-
d: "M5.5 20.75V4.5h8.096l.4 2H19.5v9h-6.096l-.4-2H7v7.25z"
|
|
402
|
-
}, null, -1), J0 = [
|
|
403
|
-
G0
|
|
404
|
-
];
|
|
405
|
-
function K0(t, n) {
|
|
406
|
-
return e(), o("svg", F0, [...J0]);
|
|
407
|
-
}
|
|
408
|
-
const P0 = { render: K0 }, R0 = {
|
|
409
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
410
|
-
width: "24",
|
|
411
|
-
height: "24",
|
|
412
|
-
fill: "none"
|
|
413
|
-
}, U0 = /* @__PURE__ */ _("path", {
|
|
414
|
-
fill: "#000",
|
|
415
|
-
d: "M5.5 20.75V4.5h8.096l.4 2H19.5v9h-6.096l-.4-2H7v7.25zM14.65 14H18V8h-5.25l-.4-2H7v6h7.25z"
|
|
416
|
-
}, null, -1), W0 = [
|
|
417
|
-
U0
|
|
418
|
-
];
|
|
419
|
-
function X0(t, n) {
|
|
420
|
-
return e(), o("svg", R0, [...W0]);
|
|
421
|
-
}
|
|
422
|
-
const Y0 = { render: X0 }, Z0 = {
|
|
423
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
424
|
-
width: "24",
|
|
425
|
-
height: "24",
|
|
426
|
-
fill: "none"
|
|
427
|
-
}, t2 = /* @__PURE__ */ _("path", {
|
|
428
|
-
fill: "#000",
|
|
429
|
-
d: "M4.116 21.5V10.616H2.5V5.404h5.171a1.3 1.3 0 0 1-.287-.55 2.7 2.7 0 0 1-.076-.642q0-1.122.785-1.907A2.6 2.6 0 0 1 10 1.52q.575 0 1.066.24.49.243.876.646.387-.42.877-.653a2.44 2.44 0 0 1 1.065-.233q1.123 0 1.908.785t.785 1.907q0 .333-.084.633t-.28.56H21.5v5.21h-1.616V21.5zm9.769-18.48q-.507 0-.85.342a1.15 1.15 0 0 0-.343.85q0 .506.343.85.343.342.85.342.505 0 .85-.343.342-.342.342-.85 0-.506-.343-.849a1.16 1.16 0 0 0-.85-.342M8.808 4.212q0 .506.342.85.343.342.85.342t.85-.343q.342-.342.342-.85 0-.506-.342-.849A1.15 1.15 0 0 0 10 3.02q-.507 0-.85.342a1.15 1.15 0 0 0-.342.85M4 6.904v2.212h7.25V6.904zM11.25 20v-9.384H5.615V20zm1.5 0h5.635v-9.384H12.75zM20 9.116V6.904h-7.25v2.212z"
|
|
430
|
-
}, null, -1), n2 = [
|
|
431
|
-
t2
|
|
432
|
-
];
|
|
433
|
-
function e2(t, n) {
|
|
434
|
-
return e(), o("svg", Z0, [...n2]);
|
|
435
|
-
}
|
|
436
|
-
const o2 = { render: e2 }, _2 = {
|
|
437
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
438
|
-
width: "24",
|
|
439
|
-
height: "24",
|
|
440
|
-
fill: "none"
|
|
441
|
-
}, s2 = /* @__PURE__ */ _("path", {
|
|
442
|
-
fill: "#000",
|
|
443
|
-
d: "M11.989 17.615a.98.98 0 0 0 .723-.295.99.99 0 0 0 .296-.724.98.98 0 0 0-.296-.724.99.99 0 0 0-.724-.295.98.98 0 0 0-.723.296.99.99 0 0 0-.296.724q0 .428.296.723a.99.99 0 0 0 .724.295m-.708-3.58h1.407q.02-.74.217-1.18.197-.441.957-1.17.66-.66 1.01-1.219.351-.558.351-1.319 0-1.29-.928-2.017-.927-.726-2.195-.726-1.252 0-2.072.668t-1.17 1.574l1.284.515a2.9 2.9 0 0 1 .625-.97q.443-.472 1.314-.472.886 0 1.31.486t.425 1.068q0 .51-.291.933-.29.423-.74.817-.985.888-1.245 1.418-.26.528-.26 1.593M12 21.5a9.3 9.3 0 0 1-3.704-.748 9.6 9.6 0 0 1-3.018-2.03 9.6 9.6 0 0 1-2.03-3.016 9.25 9.25 0 0 1-.749-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749"
|
|
444
|
-
}, null, -1), h2 = [
|
|
445
|
-
s2
|
|
446
|
-
];
|
|
447
|
-
function i2(t, n) {
|
|
448
|
-
return e(), o("svg", _2, [...h2]);
|
|
449
|
-
}
|
|
450
|
-
const c2 = { render: i2 }, l2 = {
|
|
451
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
452
|
-
width: "24",
|
|
453
|
-
height: "24",
|
|
454
|
-
fill: "none"
|
|
455
|
-
}, r2 = /* @__PURE__ */ _("path", {
|
|
456
|
-
fill: "#000",
|
|
457
|
-
d: "M11.989 17.615a.98.98 0 0 0 .723-.295.99.99 0 0 0 .296-.724.98.98 0 0 0-.296-.724.99.99 0 0 0-.724-.295.98.98 0 0 0-.723.296.99.99 0 0 0-.296.724q0 .428.296.723a.99.99 0 0 0 .724.295m-.708-3.58h1.407q.02-.74.217-1.18.197-.441.957-1.17.66-.66 1.01-1.219.351-.558.351-1.319 0-1.29-.928-2.017-.927-.726-2.195-.726-1.252 0-2.072.668t-1.17 1.574l1.284.515a2.9 2.9 0 0 1 .625-.97q.443-.472 1.314-.472.886 0 1.31.486t.425 1.068q0 .51-.291.933-.29.423-.74.817-.985.888-1.245 1.418-.26.528-.26 1.593M12 21.5a9.3 9.3 0 0 1-3.704-.748 9.6 9.6 0 0 1-3.018-2.03 9.6 9.6 0 0 1-2.03-3.016 9.25 9.25 0 0 1-.749-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"
|
|
458
|
-
}, null, -1), d2 = [
|
|
459
|
-
r2
|
|
460
|
-
];
|
|
461
|
-
function v2(t, n) {
|
|
462
|
-
return e(), o("svg", l2, [...d2]);
|
|
463
|
-
}
|
|
464
|
-
const g2 = { render: v2 }, a2 = {
|
|
465
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
466
|
-
width: "24",
|
|
467
|
-
height: "24",
|
|
468
|
-
fill: "none"
|
|
469
|
-
}, w2 = /* @__PURE__ */ _("path", {
|
|
470
|
-
fill: "#000",
|
|
471
|
-
d: "M6 19h3.346v-5.942h5.308V19H18v-9l-6-4.52L6 10zm-1.5 1.5V9.25L12 3.606l7.5 5.644V20.5h-6.346v-5.942h-2.308V20.5z"
|
|
472
|
-
}, null, -1), q2 = [
|
|
473
|
-
w2
|
|
474
|
-
];
|
|
475
|
-
function $2(t, n) {
|
|
476
|
-
return e(), o("svg", a2, [...q2]);
|
|
477
|
-
}
|
|
478
|
-
const f2 = { render: $2 }, u2 = {
|
|
479
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
480
|
-
width: "24",
|
|
481
|
-
height: "24",
|
|
482
|
-
fill: "none"
|
|
483
|
-
}, m2 = /* @__PURE__ */ _("path", {
|
|
484
|
-
fill: "#000",
|
|
485
|
-
d: "M11.25 16.75h1.5V11h-1.5zM12 9.289q.343 0 .575-.233a.78.78 0 0 0 .233-.575.78.78 0 0 0-.232-.576.78.78 0 0 0-.576-.232.78.78 0 0 0-.575.232.78.78 0 0 0-.233.576q0 .343.232.575A.78.78 0 0 0 12 9.29m.002 12.211a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749"
|
|
486
|
-
}, null, -1), p2 = [
|
|
487
|
-
m2
|
|
488
|
-
];
|
|
489
|
-
function x2(t, n) {
|
|
490
|
-
return e(), o("svg", u2, [...p2]);
|
|
491
|
-
}
|
|
492
|
-
const z2 = { render: x2 }, M2 = {
|
|
493
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
494
|
-
width: "24",
|
|
495
|
-
height: "24",
|
|
496
|
-
fill: "none"
|
|
497
|
-
}, V2 = /* @__PURE__ */ _("path", {
|
|
498
|
-
fill: "#000",
|
|
499
|
-
d: "M11.25 16.75h1.5V11h-1.5zM12 9.289q.343 0 .575-.233a.78.78 0 0 0 .233-.575.78.78 0 0 0-.232-.576.78.78 0 0 0-.576-.232.78.78 0 0 0-.575.232.78.78 0 0 0-.233.576q0 .343.232.575A.78.78 0 0 0 12 9.29m.002 12.211a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"
|
|
500
|
-
}, null, -1), b2 = [
|
|
501
|
-
V2
|
|
502
|
-
];
|
|
503
|
-
function H2(t, n) {
|
|
504
|
-
return e(), o("svg", M2, [...b2]);
|
|
505
|
-
}
|
|
506
|
-
const T2 = { render: H2 }, L2 = {
|
|
507
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
508
|
-
width: "24",
|
|
509
|
-
height: "24",
|
|
510
|
-
fill: "none"
|
|
511
|
-
}, A2 = /* @__PURE__ */ _("path", {
|
|
512
|
-
fill: "#000",
|
|
513
|
-
d: "M3.5 21.5V20h1.837v-3.344A2.5 2.5 0 0 1 4 15.747a2.5 2.5 0 0 1-.5-1.536V6.75h5.173v7.461q0 .85-.505 1.527a2.5 2.5 0 0 1-1.331.918V20h1.836v1.5zM5 11.471h2.173V8.25H5zm1.087 3.827q.453 0 .77-.316.316-.317.316-.77v-1.24H5v1.24q0 .453.316.77.317.316.77.316M12.96 21.5q-.618 0-1.059-.44a1.44 1.44 0 0 1-.44-1.06v-9.617q0-.486.288-.87a1.6 1.6 0 0 1 .735-.55l.95-.359q.504-.183.775-.497.27-.315.27-.934V3.387q0-.38.255-.633.255-.254.63-.254h2.231q.375 0 .63.254.255.255.255.63v3.789q0 .62.276.934t.78.497l.96.36q.445.167.724.55.279.384.279.869V20q0 .62-.44 1.06T20 21.5zm3.02-16.452h1V4h-1zm-3.02 7.25H20v-1.915l-.96-.36q-.949-.35-1.505-1.037-.554-.688-.554-1.782v-.656h-1v.656q0 1.094-.555 1.782-.554.687-1.505 1.037l-.96.36zm0 7.702H20v-2.346h-7.039zm0-3.846H20v-2.356h-7.039z"
|
|
514
|
-
}, null, -1), Q2 = [
|
|
515
|
-
A2
|
|
516
|
-
];
|
|
517
|
-
function k2(t, n) {
|
|
518
|
-
return e(), o("svg", L2, [...Q2]);
|
|
519
|
-
}
|
|
520
|
-
const y2 = { render: k2 }, E2 = {
|
|
521
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
522
|
-
width: "24",
|
|
523
|
-
height: "24",
|
|
524
|
-
fill: "none"
|
|
525
|
-
}, S2 = /* @__PURE__ */ _("path", {
|
|
526
|
-
fill: "#000",
|
|
527
|
-
d: "M12.002 11.865q.746 0 1.276-.531.53-.532.53-1.278t-.532-1.276a1.75 1.75 0 0 0-1.278-.53q-.746 0-1.276.531-.53.532-.53 1.278t.532 1.277 1.278.53M12 19.514q2.934-2.628 4.491-5.04t1.557-4.226q0-2.735-1.737-4.496Q14.572 3.991 12 3.991T7.69 5.752t-1.738 4.496q0 1.814 1.557 4.226T12 19.514m0 1.995q-3.776-3.27-5.661-6.088-1.887-2.817-1.887-5.173 0-3.462 2.24-5.605Q8.93 2.5 12 2.5t5.309 2.143 2.239 5.605q0 2.356-1.886 5.173Q15.775 18.238 12 21.51"
|
|
528
|
-
}, null, -1), C2 = [
|
|
529
|
-
S2
|
|
530
|
-
];
|
|
531
|
-
function I2(t, n) {
|
|
532
|
-
return e(), o("svg", E2, [...C2]);
|
|
533
|
-
}
|
|
534
|
-
const N2 = { render: I2 }, B2 = {
|
|
535
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
536
|
-
width: "24",
|
|
537
|
-
height: "24",
|
|
538
|
-
fill: "none"
|
|
539
|
-
}, j2 = /* @__PURE__ */ _("path", {
|
|
540
|
-
fill: "#000",
|
|
541
|
-
d: "M6.308 21.5a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277v-9.384q0-.746.531-1.277A1.74 1.74 0 0 1 6.308 8.5H7.5v-2q0-1.873 1.313-3.186Q10.128 2 12 2t3.187 1.314Q16.5 4.626 16.5 6.5v2h1.192q.746 0 1.277.531t.531 1.277v9.384q0 .746-.531 1.277a1.74 1.74 0 0 1-1.277.531zM12 16.75q.729 0 1.24-.51.51-.511.51-1.24t-.51-1.24-1.24-.51-1.24.51q-.51.511-.51 1.24t.51 1.24 1.24.51M9 8.5h6v-2q0-1.25-.875-2.125A2.9 2.9 0 0 0 12 3.5q-1.25 0-2.125.875A2.9 2.9 0 0 0 9 6.5z"
|
|
542
|
-
}, null, -1), D2 = [
|
|
543
|
-
j2
|
|
544
|
-
];
|
|
545
|
-
function O2(t, n) {
|
|
546
|
-
return e(), o("svg", B2, [...D2]);
|
|
547
|
-
}
|
|
548
|
-
const F2 = { render: O2 }, G2 = {
|
|
549
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
550
|
-
width: "24",
|
|
551
|
-
height: "24",
|
|
552
|
-
fill: "none"
|
|
553
|
-
}, J2 = /* @__PURE__ */ _("path", {
|
|
554
|
-
fill: "#000",
|
|
555
|
-
d: "M6.308 21.5q-.748 0-1.278-.53a1.74 1.74 0 0 1-.53-1.278v-9.384q0-.748.53-1.278t1.278-.53H7.5v-2q0-1.873 1.313-3.186Q10.128 2 12 2t3.187 1.314Q16.5 4.626 16.5 6.5v2h1.192q.749 0 1.278.53.53.53.53 1.278v9.384q0 .749-.53 1.278-.53.53-1.278.53zm0-1.5h11.384a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22v-9.385a.3.3 0 0 0-.087-.222.3.3 0 0 0-.22-.086H6.307a.3.3 0 0 0-.221.086.3.3 0 0 0-.087.222v9.384a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087M12 16.75q.729 0 1.24-.51.51-.511.51-1.24t-.51-1.24-1.24-.51-1.24.51q-.51.511-.51 1.24t.51 1.24 1.24.51M9 8.5h6v-2q0-1.25-.875-2.125A2.9 2.9 0 0 0 12 3.5q-1.25 0-2.125.875A2.9 2.9 0 0 0 9 6.5z"
|
|
556
|
-
}, null, -1), K2 = [
|
|
557
|
-
J2
|
|
558
|
-
];
|
|
559
|
-
function P2(t, n) {
|
|
560
|
-
return e(), o("svg", G2, [...K2]);
|
|
561
|
-
}
|
|
562
|
-
const R2 = { render: P2 }, U2 = {
|
|
563
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
564
|
-
width: "24",
|
|
565
|
-
height: "24",
|
|
566
|
-
fill: "none"
|
|
567
|
-
}, W2 = /* @__PURE__ */ _("path", {
|
|
568
|
-
fill: "#000",
|
|
569
|
-
d: "M6.308 8.5H15v-2q0-1.25-.875-2.125A2.9 2.9 0 0 0 12 3.5q-1.25 0-2.125.875A2.9 2.9 0 0 0 9 6.5H7.5q0-1.873 1.313-3.186Q10.128 2 12 2t3.187 1.314Q16.5 4.626 16.5 6.5v2h1.192q.749 0 1.278.53.53.53.53 1.278v9.384q0 .749-.53 1.278-.53.53-1.278.53H6.308q-.748 0-1.278-.53a1.74 1.74 0 0 1-.53-1.278v-9.384q0-.748.53-1.278t1.278-.53m0 11.5h11.384a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22v-9.385a.3.3 0 0 0-.087-.222.3.3 0 0 0-.22-.086H6.307a.3.3 0 0 0-.221.086.3.3 0 0 0-.087.222v9.384a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087M12 16.75q.729 0 1.24-.51.51-.511.51-1.24t-.51-1.24-1.24-.51-1.24.51q-.51.511-.51 1.24t.51 1.24 1.24.51"
|
|
570
|
-
}, null, -1), X2 = [
|
|
571
|
-
W2
|
|
572
|
-
];
|
|
573
|
-
function Y2(t, n) {
|
|
574
|
-
return e(), o("svg", U2, [...X2]);
|
|
575
|
-
}
|
|
576
|
-
const Z2 = { render: Y2 }, t5 = {
|
|
577
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
578
|
-
width: "24",
|
|
579
|
-
height: "24",
|
|
580
|
-
fill: "none"
|
|
581
|
-
}, n5 = /* @__PURE__ */ _("path", {
|
|
582
|
-
fill: "#000",
|
|
583
|
-
d: "M11.99 20.5V19h6.702a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212V5.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096h-6.701V3.5h6.701q.758 0 1.283.525t.525 1.283v13.384q0 .758-.525 1.283t-1.283.525zm-1.355-4.23-1.039-1.085 2.435-2.435H3.5v-1.5h8.53L9.597 8.816l1.039-1.085L14.904 12z"
|
|
584
|
-
}, null, -1), e5 = [
|
|
585
|
-
n5
|
|
586
|
-
];
|
|
587
|
-
function o5(t, n) {
|
|
588
|
-
return e(), o("svg", t5, [...e5]);
|
|
589
|
-
}
|
|
590
|
-
const _5 = { render: o5 }, s5 = {
|
|
591
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
592
|
-
width: "24",
|
|
593
|
-
height: "24",
|
|
594
|
-
fill: "none"
|
|
595
|
-
}, h5 = /* @__PURE__ */ _("path", {
|
|
596
|
-
fill: "#000",
|
|
597
|
-
d: "M5.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V5.308q0-.758.525-1.283T5.308 3.5h6.701V5H5.309a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v13.384q0 .116.096.212a.3.3 0 0 0 .212.096h6.701v1.5zm10.923-4.23-1.039-1.085 2.435-2.435h-8.53v-1.5h8.53l-2.435-2.434 1.039-1.085L20.5 12z"
|
|
598
|
-
}, null, -1), i5 = [
|
|
599
|
-
h5
|
|
600
|
-
];
|
|
601
|
-
function c5(t, n) {
|
|
602
|
-
return e(), o("svg", s5, [...i5]);
|
|
603
|
-
}
|
|
604
|
-
const l5 = { render: c5 }, r5 = {
|
|
605
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
606
|
-
width: "24",
|
|
607
|
-
height: "24",
|
|
608
|
-
fill: "none"
|
|
609
|
-
}, d5 = /* @__PURE__ */ _("path", {
|
|
610
|
-
fill: "#000",
|
|
611
|
-
d: "M4.308 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.308 4.5h15.384q.758 0 1.283.525t.525 1.283v11.384q0 .758-.525 1.283t-1.283.525zM12 12.558 4 7.442v10.25a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h15.385a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22V7.442zM12 11l7.846-5H4.154zM4 7.442V6v11.692a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087H4z"
|
|
612
|
-
}, null, -1), v5 = [
|
|
613
|
-
d5
|
|
614
|
-
];
|
|
615
|
-
function g5(t, n) {
|
|
616
|
-
return e(), o("svg", r5, [...v5]);
|
|
617
|
-
}
|
|
618
|
-
const a5 = { render: g5 }, w5 = {
|
|
619
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
620
|
-
width: "24",
|
|
621
|
-
height: "24",
|
|
622
|
-
fill: "none"
|
|
623
|
-
}, q5 = /* @__PURE__ */ _("path", {
|
|
624
|
-
fill: "#000",
|
|
625
|
-
d: "M6.23 13.5q-.618 0-1.059-.44a1.44 1.44 0 0 1-.44-1.06q0-.619.44-1.06.44-.44 1.06-.44.618 0 1.06.44.44.442.44 1.06t-.44 1.06q-.442.44-1.06.44m5.77 0q-.619 0-1.06-.44A1.44 1.44 0 0 1 10.5 12q0-.619.44-1.06.442-.44 1.06-.44t1.06.44q.44.442.44 1.06t-.44 1.06q-.441.44-1.06.44m5.77 0q-.62 0-1.06-.44a1.44 1.44 0 0 1-.44-1.06q0-.619.44-1.06.44-.44 1.06-.44.618 0 1.058.44.441.442.441 1.06t-.44 1.06q-.44.44-1.06.44"
|
|
626
|
-
}, null, -1), $5 = [
|
|
627
|
-
q5
|
|
628
|
-
];
|
|
629
|
-
function f5(t, n) {
|
|
630
|
-
return e(), o("svg", w5, [...$5]);
|
|
631
|
-
}
|
|
632
|
-
const u5 = { render: f5 }, m5 = {
|
|
633
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
634
|
-
width: "24",
|
|
635
|
-
height: "24",
|
|
636
|
-
fill: "none"
|
|
637
|
-
}, p5 = /* @__PURE__ */ _("path", {
|
|
638
|
-
fill: "#000",
|
|
639
|
-
d: "M13.75 12.711q-1.048 0-1.774-.726a2.41 2.41 0 0 1-.726-1.774q0-1.048.726-1.774a2.41 2.41 0 0 1 1.774-.726q1.048 0 1.774.726t.726 1.774-.726 1.774a2.41 2.41 0 0 1-1.774.726m-6.596 3.096a1.74 1.74 0 0 1-1.277-.53A1.74 1.74 0 0 1 5.347 14V6.423q0-.746.53-1.277a1.74 1.74 0 0 1 1.277-.53h13.192q.746 0 1.277.53.53.531.53 1.277V14q0 .745-.53 1.277a1.74 1.74 0 0 1-1.277.53zm1.5-1.5h10.192q0-.747.531-1.277t1.277-.53V7.923a1.74 1.74 0 0 1-1.278-.531 1.74 1.74 0 0 1-.53-1.277H8.654q0 .749-.531 1.278-.531.53-1.277.53V12.5q.749 0 1.278.53.53.532.53 1.277m10.519 5H3.653a1.74 1.74 0 0 1-1.276-.53 1.74 1.74 0 0 1-.53-1.277V7.596h1.5V17.5q0 .115.095.211a.3.3 0 0 0 .212.097h15.519zm-12.02-5h-.307V6.115h.308a.3.3 0 0 0-.217.091.3.3 0 0 0-.09.217V14q0 .125.09.216.091.091.217.091"
|
|
640
|
-
}, null, -1), x5 = [
|
|
641
|
-
p5
|
|
642
|
-
];
|
|
643
|
-
function z5(t, n) {
|
|
644
|
-
return e(), o("svg", m5, [...x5]);
|
|
645
|
-
}
|
|
646
|
-
const M5 = { render: z5 }, V5 = {
|
|
647
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
648
|
-
width: "24",
|
|
649
|
-
height: "24",
|
|
650
|
-
fill: "none"
|
|
651
|
-
}, b5 = /* @__PURE__ */ _("path", {
|
|
652
|
-
fill: "#000",
|
|
653
|
-
d: "M8.827 12.442h.884v-2h1.116a.86.86 0 0 0 .63-.254q.255-.254.254-.63V8.442a.86.86 0 0 0-.253-.63.86.86 0 0 0-.631-.254h-2zm.884-2.884V8.442h1.116v1.116zm3.02 2.884h1.961a.86.86 0 0 0 .631-.254q.255-.254.254-.63V8.442a.86.86 0 0 0-.254-.63.86.86 0 0 0-.63-.254H12.73zm.884-.884V8.442h1.077v3.116zm3.077.884h.885v-2h1.192v-.884h-1.192V8.442h1.192v-.884h-2.077zM8.058 17.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V4.308q0-.758.525-1.283T8.058 2.5h11.384q.758 0 1.283.525t.525 1.283v11.384q0 .758-.525 1.283t-1.283.525zm0-1.5h11.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212V4.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H8.058a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v11.384q0 .116.096.212a.3.3 0 0 0 .212.096m-3.5 5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308h1.5v12.884q0 .116.096.212a.3.3 0 0 0 .212.096h12.884V21z"
|
|
654
|
-
}, null, -1), H5 = [
|
|
655
|
-
b5
|
|
656
|
-
];
|
|
657
|
-
function T5(t, n) {
|
|
658
|
-
return e(), o("svg", V5, [...H5]);
|
|
659
|
-
}
|
|
660
|
-
const L5 = { render: T5 }, A5 = {
|
|
661
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
662
|
-
width: "24",
|
|
663
|
-
height: "24",
|
|
664
|
-
fill: "none"
|
|
665
|
-
}, Q5 = /* @__PURE__ */ _("path", {
|
|
666
|
-
fill: "#000",
|
|
667
|
-
d: "M18.125 13.75v-3h-3v-1.5h3v-3h1.5v3h3v1.5h-3v3zM9 11.692q-1.444 0-2.472-1.028T5.5 8.192t1.028-2.471Q7.557 4.692 9 4.692t2.472 1.029Q12.5 6.749 12.5 8.192t-1.028 2.472T9 11.692m-7.5 7.616v-2.224q0-.735.399-1.36a2.66 2.66 0 0 1 1.067-.963 14.5 14.5 0 0 1 2.99-1.09 12.95 12.95 0 0 1 6.087 0q1.509.364 2.992 1.09.667.338 1.066.963t.399 1.36v2.224zm1.5-1.5h12v-.724a1 1 0 0 0-.176-.562 1.33 1.33 0 0 0-.478-.422 13 13 0 0 0-2.635-.965 11.4 11.4 0 0 0-5.422 0q-1.343.329-2.635.965-.301.164-.478.422a1 1 0 0 0-.176.563zm6-7.616q.825 0 1.412-.587Q11 9.017 11 8.192q0-.824-.588-1.412A1.93 1.93 0 0 0 9 6.192q-.825 0-1.412.588A1.93 1.93 0 0 0 7 8.192q0 .825.588 1.413.587.587 1.412.587"
|
|
668
|
-
}, null, -1), k5 = [
|
|
669
|
-
Q5
|
|
670
|
-
];
|
|
671
|
-
function y5(t, n) {
|
|
672
|
-
return e(), o("svg", A5, [...k5]);
|
|
673
|
-
}
|
|
674
|
-
const E5 = { render: y5 }, S5 = {
|
|
675
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
676
|
-
width: "24",
|
|
677
|
-
height: "24",
|
|
678
|
-
fill: "none"
|
|
679
|
-
}, C5 = /* @__PURE__ */ _("path", {
|
|
680
|
-
fill: "#000",
|
|
681
|
-
d: "M16.058 10.75v-1.5h5.5v1.5zM9 11.692q-1.444 0-2.472-1.028T5.5 8.192t1.028-2.471Q7.557 4.692 9 4.692t2.472 1.029Q12.5 6.749 12.5 8.192t-1.028 2.472T9 11.692m-7.5 7.616v-2.224q0-.735.399-1.36a2.66 2.66 0 0 1 1.067-.963 14.5 14.5 0 0 1 2.99-1.09 12.95 12.95 0 0 1 6.087 0q1.509.364 2.992 1.09.667.338 1.066.963t.399 1.36v2.224zm1.5-1.5h12v-.724a1 1 0 0 0-.176-.562 1.33 1.33 0 0 0-.478-.422 13 13 0 0 0-2.635-.965 11.4 11.4 0 0 0-5.422 0q-1.343.329-2.635.965-.301.164-.478.422a1 1 0 0 0-.176.563zm6-7.616q.825 0 1.412-.587Q11 9.017 11 8.192q0-.824-.588-1.412A1.93 1.93 0 0 0 9 6.192q-.825 0-1.412.588A1.93 1.93 0 0 0 7 8.192q0 .825.588 1.413.587.587 1.412.587"
|
|
682
|
-
}, null, -1), I5 = [
|
|
683
|
-
C5
|
|
684
|
-
];
|
|
685
|
-
function N5(t, n) {
|
|
686
|
-
return e(), o("svg", S5, [...I5]);
|
|
687
|
-
}
|
|
688
|
-
const B5 = { render: N5 }, j5 = {
|
|
689
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
690
|
-
width: "24",
|
|
691
|
-
height: "24",
|
|
692
|
-
fill: "none"
|
|
693
|
-
}, D5 = /* @__PURE__ */ _("path", {
|
|
694
|
-
fill: "#000",
|
|
695
|
-
d: "M12 11.692q-1.444 0-2.472-1.028T8.5 8.192t1.028-2.471Q10.557 4.692 12 4.692t2.472 1.029Q15.5 6.749 15.5 8.192t-1.028 2.472T12 11.692m-7.5 7.616v-2.224q0-.735.399-1.36a2.66 2.66 0 0 1 1.066-.963 14.5 14.5 0 0 1 2.992-1.09 12.95 12.95 0 0 1 6.086 0q1.509.364 2.992 1.09.667.338 1.066.963t.399 1.36v2.224zm1.5-1.5h12v-.724a1 1 0 0 0-.176-.562 1.33 1.33 0 0 0-.478-.422 13 13 0 0 0-2.635-.965 11.4 11.4 0 0 0-5.422 0q-1.343.329-2.635.965-.301.164-.478.422a1 1 0 0 0-.176.563zm6-7.616q.825 0 1.412-.587Q14 9.017 14 8.192q0-.824-.588-1.412A1.93 1.93 0 0 0 12 6.192q-.825 0-1.412.588A1.93 1.93 0 0 0 10 8.192q0 .825.588 1.413.587.587 1.412.587"
|
|
696
|
-
}, null, -1), O5 = [
|
|
697
|
-
D5
|
|
698
|
-
];
|
|
699
|
-
function F5(t, n) {
|
|
700
|
-
return e(), o("svg", j5, [...O5]);
|
|
701
|
-
}
|
|
702
|
-
const G5 = { render: F5 }, J5 = {
|
|
703
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
704
|
-
width: "24",
|
|
705
|
-
height: "24",
|
|
706
|
-
fill: "none"
|
|
707
|
-
}, K5 = /* @__PURE__ */ _("path", {
|
|
708
|
-
fill: "#000",
|
|
709
|
-
d: "M12 16.5q1.873 0 3.187-1.313Q16.5 13.873 16.5 12t-1.313-3.187Q13.873 7.5 12 7.5T8.813 8.813Q7.5 10.128 7.5 12t1.313 3.187Q10.128 16.5 12 16.5m.002 5a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"
|
|
710
|
-
}, null, -1), P5 = [
|
|
711
|
-
K5
|
|
712
|
-
];
|
|
713
|
-
function R5(t, n) {
|
|
714
|
-
return e(), o("svg", J5, [...P5]);
|
|
715
|
-
}
|
|
716
|
-
const U5 = { render: R5 }, W5 = {
|
|
717
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
718
|
-
width: "24",
|
|
719
|
-
height: "24",
|
|
720
|
-
fill: "none"
|
|
721
|
-
}, X5 = /* @__PURE__ */ _("path", {
|
|
722
|
-
fill: "#000",
|
|
723
|
-
d: "M12.002 21.5a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"
|
|
724
|
-
}, null, -1), Y5 = [
|
|
725
|
-
X5
|
|
726
|
-
];
|
|
727
|
-
function Z5(t, n) {
|
|
728
|
-
return e(), o("svg", W5, [...Y5]);
|
|
729
|
-
}
|
|
730
|
-
const t3 = { render: Z5 }, n3 = {
|
|
731
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
732
|
-
width: "24",
|
|
733
|
-
height: "24",
|
|
734
|
-
fill: "none"
|
|
735
|
-
}, e3 = /* @__PURE__ */ _("path", {
|
|
736
|
-
fill: "#000",
|
|
737
|
-
d: "M6 21.5q-1.048 0-1.774-.726a2.4 2.4 0 0 1-.726-1.77V16.5h3V2.692l1.385 1.193 1.404-1.193 1.403 1.193 1.404-1.193L13.5 3.885l1.404-1.193 1.404 1.193 1.404-1.193 1.403 1.193L20.5 2.692V19q0 1.048-.726 1.774A2.41 2.41 0 0 1 18 21.5zM18 20q.424 0 .712-.288A.97.97 0 0 0 19 19V5H8v11.5h9V19q0 .424.288.712.287.288.712.288M9.192 8.75v-1.5h5.673v1.5zm0 3v-1.5h5.673v1.5zm7.75-2.866a.85.85 0 0 1-.626-.258.85.85 0 0 1-.258-.626q0-.367.258-.626a.85.85 0 0 1 .626-.258q.368 0 .626.258a.85.85 0 0 1 .259.626.85.85 0 0 1-.259.626.85.85 0 0 1-.626.258m0 3a.85.85 0 0 1-.626-.258.85.85 0 0 1-.258-.626q0-.367.258-.626a.85.85 0 0 1 .626-.258q.368 0 .626.258a.85.85 0 0 1 .259.626.85.85 0 0 1-.259.626.85.85 0 0 1-.626.258M6 20h9.5v-2H5v1q0 .424.287.712Q5.576 20 6 20"
|
|
738
|
-
}, null, -1), o3 = [
|
|
739
|
-
e3
|
|
740
|
-
];
|
|
741
|
-
function _3(t, n) {
|
|
742
|
-
return e(), o("svg", n3, [...o3]);
|
|
743
|
-
}
|
|
744
|
-
const s3 = { render: _3 }, h3 = {
|
|
745
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
746
|
-
width: "24",
|
|
747
|
-
height: "24",
|
|
748
|
-
fill: "none"
|
|
749
|
-
}, i3 = /* @__PURE__ */ _("path", {
|
|
750
|
-
fill: "#000",
|
|
751
|
-
d: "M5.5 12.75v-1.5h13v1.5z"
|
|
752
|
-
}, null, -1), c3 = [
|
|
753
|
-
i3
|
|
754
|
-
];
|
|
755
|
-
function l3(t, n) {
|
|
756
|
-
return e(), o("svg", h3, [...c3]);
|
|
757
|
-
}
|
|
758
|
-
const r3 = { render: l3 }, d3 = {
|
|
759
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
760
|
-
width: "24",
|
|
761
|
-
height: "24",
|
|
762
|
-
fill: "none"
|
|
763
|
-
}, v3 = /* @__PURE__ */ _("path", {
|
|
764
|
-
fill: "#000",
|
|
765
|
-
d: "m19.542 20.577-6.28-6.281q-.75.62-1.726.97-.975.35-2.017.35-2.563 0-4.34-1.776-1.775-1.776-1.775-4.338 0-2.565 1.775-4.34 1.776-1.777 4.339-1.777 2.562 0 4.34 1.776 1.776 1.775 1.776 4.339 0 1.071-.359 2.046a5.7 5.7 0 0 1-.96 1.696l6.281 6.281zM9.52 14.115q1.933 0 3.274-1.341 1.342-1.34 1.342-3.274t-1.342-3.274T9.52 4.885q-1.932 0-3.274 1.341Q4.904 7.566 4.904 9.5t1.341 3.274q1.342 1.342 3.274 1.342"
|
|
766
|
-
}, null, -1), g3 = [
|
|
767
|
-
v3
|
|
768
|
-
];
|
|
769
|
-
function a3(t, n) {
|
|
770
|
-
return e(), o("svg", d3, [...g3]);
|
|
771
|
-
}
|
|
772
|
-
const w3 = { render: a3 }, q3 = {
|
|
773
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
774
|
-
width: "24",
|
|
775
|
-
height: "24",
|
|
776
|
-
fill: "none"
|
|
777
|
-
}, $3 = /* @__PURE__ */ _("path", {
|
|
778
|
-
fill: "#000",
|
|
779
|
-
d: "m9.692 21.5-.38-3.046a5.325 5.325 0 0 1-1.579-.896L4.912 18.75l-2.308-4 2.44-1.844a5 5 0 0 1-.049-.448 7 7 0 0 1 0-.882q.014-.22.05-.482L2.603 9.25l2.308-3.98 2.811 1.182a6.4 6.4 0 0 1 .772-.524 5 5 0 0 1 .807-.382l.39-3.046h4.616l.38 3.056q.45.163.815.381t.735.515l2.85-1.183 2.308 3.981-2.479 1.873q.054.243.059.453t.005.424q0 .204-.01.415-.01.21-.069.481l2.46 1.854-2.308 4-2.815-1.202q-.372.296-.758.524a4.6 4.6 0 0 1-.793.372l-.38 3.056zM11 20h1.966l.359-2.679q.765-.2 1.399-.568.634-.369 1.222-.947l2.485 1.044.985-1.7-2.17-1.635q.125-.387.17-.761a6.3 6.3 0 0 0 0-1.508 4 4 0 0 0-.17-.742l2.189-1.654-.985-1.7-2.513 1.06a5.3 5.3 0 0 0-1.203-.949 5.2 5.2 0 0 0-1.418-.582L13 4h-1.985l-.33 2.67a5.2 5.2 0 0 0-1.414.553q-.648.374-1.237.962L5.55 7.15l-.984 1.7 2.159 1.61a3.7 3.7 0 0 0-.175.74 6.3 6.3 0 0 0 0 1.575q.05.375.165.74l-2.15 1.635.985 1.7 2.475-1.05q.57.585 1.217.958t1.433.573zm1.011-5q1.249 0 2.125-.876A2.9 2.9 0 0 0 15.012 12q0-1.248-.876-2.124A2.9 2.9 0 0 0 12.012 9q-1.264 0-2.132.876A2.9 2.9 0 0 0 9.01 12q0 1.248.869 2.124T12.01 15"
|
|
780
|
-
}, null, -1), f3 = [
|
|
781
|
-
$3
|
|
782
|
-
];
|
|
783
|
-
function u3(t, n) {
|
|
784
|
-
return e(), o("svg", q3, [...f3]);
|
|
785
|
-
}
|
|
786
|
-
const m3 = { render: u3 }, p3 = {
|
|
787
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
788
|
-
width: "24",
|
|
789
|
-
height: "24",
|
|
790
|
-
fill: "none"
|
|
791
|
-
}, x3 = /* @__PURE__ */ _("path", {
|
|
792
|
-
fill: "#000",
|
|
793
|
-
d: "M5.844 19.558q-1.17 0-1.988-.82a2.7 2.7 0 0 1-.817-1.988H1.346V6.308q0-.758.525-1.283T3.154 4.5h13.615v3.808h2.654l3.23 4.327v4.115h-1.807q0 1.17-.82 1.989a2.7 2.7 0 0 1-1.99.819q-1.17 0-1.988-.82a2.7 2.7 0 0 1-.817-1.988H8.654q0 1.173-.82 1.99a2.71 2.71 0 0 1-1.99.818m.002-1.5q.55 0 .929-.38.378-.378.379-.928 0-.55-.379-.929a1.26 1.26 0 0 0-.929-.379q-.55 0-.929.379a1.26 1.26 0 0 0-.378.929q0 .55.378.929.38.378.93.379m-3-2.808h.723q.32-.555.922-.932.603-.376 1.355-.376.733 0 1.345.371.614.372.932.937h7.146V6H3.154a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212zm15.192 2.808q.55 0 .93-.38.378-.378.378-.928t-.379-.929a1.26 1.26 0 0 0-.928-.379q-.55 0-.93.379a1.26 1.26 0 0 0-.378.929q0 .55.378.929.38.378.93.379M16.77 13.25h4.481l-2.596-3.442h-1.885z"
|
|
794
|
-
}, null, -1), z3 = [
|
|
795
|
-
x3
|
|
796
|
-
];
|
|
797
|
-
function M3(t, n) {
|
|
798
|
-
return e(), o("svg", p3, [...z3]);
|
|
799
|
-
}
|
|
800
|
-
const V3 = { render: M3 }, b3 = {
|
|
801
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
802
|
-
width: "24",
|
|
803
|
-
height: "24",
|
|
804
|
-
fill: "none"
|
|
805
|
-
}, H3 = /* @__PURE__ */ _("path", {
|
|
806
|
-
fill: "#000",
|
|
807
|
-
d: "M7.154 21.558q-.73 0-1.24-.511-.51-.51-.51-1.24 0-.727.51-1.239.51-.51 1.24-.51.729 0 1.24.51.51.51.51 1.24 0 .729-.51 1.239-.511.51-1.24.51m9.692 0q-.729 0-1.24-.511-.51-.51-.51-1.24 0-.727.51-1.239.511-.51 1.24-.51.73 0 1.24.51t.51 1.24q0 .729-.51 1.239t-1.24.51M5.296 4.25h13.885q.613 0 .927.522.315.523.03 1.066l-3.204 5.804q-.245.433-.65.674a1.7 1.7 0 0 1-.888.242H8.1l-1.158 2.115q-.077.115-.005.25t.217.135h11.442v1.5H7.154q-1 0-1.503-.863t-.035-1.722l1.426-2.565L3.404 3.75H1.5v-1.5h2.846z"
|
|
808
|
-
}, null, -1), T3 = [
|
|
809
|
-
H3
|
|
810
|
-
];
|
|
811
|
-
function L3(t, n) {
|
|
812
|
-
return e(), o("svg", b3, [...T3]);
|
|
813
|
-
}
|
|
814
|
-
const A3 = { render: L3 }, Q3 = {
|
|
815
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
816
|
-
width: "24",
|
|
817
|
-
height: "24",
|
|
818
|
-
fill: "none"
|
|
819
|
-
}, k3 = /* @__PURE__ */ _("path", {
|
|
820
|
-
fill: "#000",
|
|
821
|
-
d: "M7.154 21.558q-.73 0-1.24-.511-.51-.51-.51-1.24 0-.727.51-1.239.51-.51 1.24-.51.729 0 1.24.51.51.51.51 1.24 0 .729-.51 1.239-.511.51-1.24.51m9.692 0q-.729 0-1.24-.511-.51-.51-.51-1.24 0-.727.51-1.239.511-.51 1.24-.51.73 0 1.24.51t.51 1.24q0 .729-.51 1.239t-1.24.51M6.016 5.75l2.534 5.308h6.817a.3.3 0 0 0 .154-.043.4.4 0 0 0 .115-.12l2.683-4.876q.058-.106.01-.187-.048-.082-.164-.082zm-.72-1.5h13.885q.613 0 .927.522.315.523.03 1.066l-3.204 5.804q-.245.433-.65.674a1.7 1.7 0 0 1-.888.242H8.1l-1.158 2.115q-.077.115-.005.25t.217.135h11.442v1.5H7.154q-1 0-1.503-.863t-.035-1.722l1.426-2.565L3.404 3.75H1.5v-1.5h2.846z"
|
|
822
|
-
}, null, -1), y3 = [
|
|
823
|
-
k3
|
|
824
|
-
];
|
|
825
|
-
function E3(t, n) {
|
|
826
|
-
return e(), o("svg", Q3, [...y3]);
|
|
827
|
-
}
|
|
828
|
-
const S3 = { render: E3 }, C3 = {
|
|
829
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
830
|
-
width: "24",
|
|
831
|
-
height: "24",
|
|
832
|
-
fill: "none"
|
|
833
|
-
}, I3 = /* @__PURE__ */ _("path", {
|
|
834
|
-
fill: "#000",
|
|
835
|
-
d: "M3.5 17.5V16h5.375v1.5zm0-4.75v-1.5h11.183v1.5zM3.5 8V6.5h17V8z"
|
|
836
|
-
}, null, -1), N3 = [
|
|
837
|
-
I3
|
|
838
|
-
];
|
|
839
|
-
function B3(t, n) {
|
|
840
|
-
return e(), o("svg", C3, [...N3]);
|
|
841
|
-
}
|
|
842
|
-
const j3 = { render: B3 }, D3 = {
|
|
843
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
844
|
-
width: "24",
|
|
845
|
-
height: "24",
|
|
846
|
-
fill: "none"
|
|
847
|
-
}, O3 = /* @__PURE__ */ _("path", {
|
|
848
|
-
fill: "#000",
|
|
849
|
-
d: "m6.575 19.962 1.433-6.17L3.22 9.646l6.315-.548L12 3.279l2.463 5.818 6.316.548-4.787 4.148 1.433 6.169L12 16.689z"
|
|
850
|
-
}, null, -1), F3 = [
|
|
851
|
-
O3
|
|
852
|
-
];
|
|
853
|
-
function G3(t, n) {
|
|
854
|
-
return e(), o("svg", D3, [...F3]);
|
|
855
|
-
}
|
|
856
|
-
const J3 = { render: G3 }, K3 = {
|
|
857
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
858
|
-
width: "24",
|
|
859
|
-
height: "24",
|
|
860
|
-
fill: "none"
|
|
861
|
-
}, P3 = /* @__PURE__ */ _("path", {
|
|
862
|
-
fill: "#000",
|
|
863
|
-
d: "m8.85 16.825 3.15-1.9 3.15 1.925-.825-3.6 2.775-2.4-3.65-.325-1.45-3.4-1.45 3.375-3.65.325 2.775 2.425zm-2.275 3.137 1.433-6.17L3.22 9.646l6.316-.548L12 3.279l2.464 5.818 6.315.548-4.787 4.148 1.433 6.169L12 16.689z"
|
|
864
|
-
}, null, -1), R3 = [
|
|
865
|
-
P3
|
|
866
|
-
];
|
|
867
|
-
function U3(t, n) {
|
|
868
|
-
return e(), o("svg", K3, [...R3]);
|
|
869
|
-
}
|
|
870
|
-
const W3 = { render: U3 }, X3 = {
|
|
871
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
872
|
-
width: "24",
|
|
873
|
-
height: "24",
|
|
874
|
-
fill: "none"
|
|
875
|
-
}, Y3 = /* @__PURE__ */ _("path", {
|
|
876
|
-
fill: "#000",
|
|
877
|
-
d: "M4.212 5.75v-1.5h15.577v1.5zm.038 14v-6H3.135v-1.5l1.077-5h15.577l1.076 5v1.5H19.75v6h-1.5v-6h-4.5v6zm1.5-1.5h6.5v-4.5h-6.5zm-1.085-6h14.67l-.764-3.5H5.43z"
|
|
878
|
-
}, null, -1), Z3 = [
|
|
879
|
-
Y3
|
|
880
|
-
];
|
|
881
|
-
function t4(t, n) {
|
|
882
|
-
return e(), o("svg", X3, [...Z3]);
|
|
883
|
-
}
|
|
884
|
-
const n4 = { render: t4 }, e4 = {
|
|
885
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
886
|
-
width: "24",
|
|
887
|
-
height: "24",
|
|
888
|
-
fill: "none"
|
|
889
|
-
}, o4 = /* @__PURE__ */ _("path", {
|
|
890
|
-
fill: "#000",
|
|
891
|
-
d: "M15.773 12.973 14.65 11.85q.225-1.242-.709-2.234-.933-.99-2.291-.766l-1.123-1.123A3.45 3.45 0 0 1 12 7.423q1.702 0 2.89 1.188 1.187 1.187 1.187 2.889 0 .423-.076.789-.076.365-.228.684m3.18 3.111L17.85 15.05a11 11 0 0 0 1.688-1.588A9 9 0 0 0 20.8 11.5q-1.25-2.524-3.588-4.012T12 6q-.724 0-1.425.1a10 10 0 0 0-1.375.3L8.035 5.235a10 10 0 0 1 1.936-.556Q10.96 4.499 12 4.5q3.516 0 6.34 1.939 2.825 1.938 4.122 5.061-.557 1.34-1.436 2.502a11 11 0 0 1-2.072 2.082m.809 5.785-4.046-4.015q-.77.285-1.705.465-.936.18-2.011.181-3.525 0-6.34-1.939-2.816-1.938-4.121-5.061.554-1.325 1.43-2.472A11.4 11.4 0 0 1 4.9 7.038l-2.77-2.8 1.055-1.053 17.63 17.63zM5.954 8.092q-.792.63-1.541 1.517-.75.885-1.213 1.891 1.25 2.524 3.587 4.012T12 17a8 8 0 0 0 1.36-.116q.676-.114 1.148-.238l-1.266-1.296q-.256.104-.592.165a3.6 3.6 0 0 1-.65.062q-1.702 0-2.89-1.187-1.187-1.188-1.187-2.89 0-.304.062-.636.06-.33.165-.606z"
|
|
892
|
-
}, null, -1), _4 = [
|
|
893
|
-
o4
|
|
894
|
-
];
|
|
895
|
-
function s4(t, n) {
|
|
896
|
-
return e(), o("svg", e4, [..._4]);
|
|
897
|
-
}
|
|
898
|
-
const h4 = { render: s4 }, i4 = {
|
|
899
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
900
|
-
width: "24",
|
|
901
|
-
height: "24",
|
|
902
|
-
fill: "none"
|
|
903
|
-
}, c4 = /* @__PURE__ */ _("path", {
|
|
904
|
-
fill: "#000",
|
|
905
|
-
d: "M12.002 15.577q1.7 0 2.887-1.19t1.188-2.89-1.19-2.886-2.89-1.188-2.886 1.19-1.188 2.89 1.19 2.887 2.89 1.187M12 14.2q-1.125 0-1.912-.787A2.6 2.6 0 0 1 9.3 11.5q0-1.125.787-1.912A2.6 2.6 0 0 1 12 8.8q1.125 0 1.912.787.788.788.788 1.913t-.787 1.912A2.6 2.6 0 0 1 12 14.2m.001 4.3q-3.45 0-6.285-1.903-2.838-1.904-4.177-5.097 1.34-3.194 4.175-5.097T11.999 4.5t6.286 1.903q2.836 1.904 4.177 5.097-1.341 3.195-4.176 5.097T12.001 18.5M12 17a9.54 9.54 0 0 0 5.188-1.488A9.77 9.77 0 0 0 20.8 11.5a9.77 9.77 0 0 0-3.613-4.012A9.55 9.55 0 0 0 12 6a9.55 9.55 0 0 0-5.187 1.487A9.77 9.77 0 0 0 3.2 11.5a9.77 9.77 0 0 0 3.613 4.012A9.54 9.54 0 0 0 12 17"
|
|
906
|
-
}, null, -1), l4 = [
|
|
907
|
-
c4
|
|
908
|
-
];
|
|
909
|
-
function r4(t, n) {
|
|
910
|
-
return e(), o("svg", i4, [...l4]);
|
|
911
|
-
}
|
|
912
|
-
const d4 = { render: r4 };
|
|
913
|
-
function v4() {
|
|
914
|
-
const t = /* @__PURE__ */ Object.assign({ "./icons/account-balance.svg": w, "./icons/add-card.svg": m, "./icons/add-circle.svg": V, "./icons/add.svg": A, "./icons/arrow-backward.svg": S, "./icons/arrow-downward.svg": j, "./icons/arrow-forward.svg": J, "./icons/arrow-upward.svg": W, "./icons/bar-chart.svg": n1, "./icons/cancel-filled.svg": h1, "./icons/cancel.svg": d1, "./icons/check-box-checked.svg": q1, "./icons/check-box-indeterminate.svg": p1, "./icons/check-box-unchecked.svg": b1, "./icons/check.svg": Q1, "./icons/chevron-backward.svg": C1, "./icons/chevron-down.svg": D1, "./icons/chevron-forward.svg": K1, "./icons/chevron-up.svg": X1, "./icons/close.svg": e0, "./icons/contact-support.svg": i0, "./icons/credit-card.svg": v0, "./icons/csv.svg": $0, "./icons/delete.svg": x0, "./icons/drop-down.svg": H0, "./icons/edit.svg": k0, "./icons/filter-alt.svg": I0, "./icons/filter.svg": O0, "./icons/flag-filled.svg": P0, "./icons/flag-unfilled.svg": Y0, "./icons/gift.svg": o2, "./icons/help-filled.svg": c2, "./icons/help.svg": g2, "./icons/home.svg": f2, "./icons/info-filled.svg": z2, "./icons/info.svg": T2, "./icons/liquor.svg": y2, "./icons/location.svg": N2, "./icons/lock-closed-filled.svg": F2, "./icons/lock-closed.svg": R2, "./icons/lock-open.svg": Z2, "./icons/login.svg": _5, "./icons/logout.svg": l5, "./icons/mail.svg": a5, "./icons/more-horiz.svg": u5, "./icons/payments.svg": M5, "./icons/pdf.svg": L5, "./icons/person-add.svg": E5, "./icons/person-remove.svg": B5, "./icons/person.svg": G5, "./icons/radio-button-checked.svg": U5, "./icons/radio-button-unchecked.svg": t3, "./icons/receipt-long.svg": s3, "./icons/remove.svg": r3, "./icons/search.svg": w3, "./icons/settings.svg": m3, "./icons/shipping.svg": V3, "./icons/shopping-cart-filled.svg": A3, "./icons/shopping-cart.svg": S3, "./icons/sort.svg": j3, "./icons/star-filled.svg": J3, "./icons/star-unfilled.svg": W3, "./icons/store.svg": n4, "./icons/visibility-off.svg": h4, "./icons/visibility-on.svg": d4 }), n = {};
|
|
915
|
-
for (const s in t) {
|
|
916
|
-
const h = s.split("/").pop().replace(".svg", "");
|
|
917
|
-
n[h] = t[s];
|
|
918
|
-
}
|
|
919
|
-
return n;
|
|
920
|
-
}
|
|
921
|
-
const g4 = {
|
|
922
|
-
__name: "SvgIcon",
|
|
923
|
-
props: {
|
|
924
|
-
icon: {
|
|
925
|
-
type: String,
|
|
926
|
-
required: !0
|
|
927
|
-
},
|
|
928
|
-
width: {
|
|
929
|
-
type: [String, Number],
|
|
930
|
-
default: 24
|
|
931
|
-
},
|
|
932
|
-
height: {
|
|
933
|
-
type: [String, Number],
|
|
934
|
-
default: 24
|
|
935
|
-
},
|
|
936
|
-
fill: {
|
|
937
|
-
type: String,
|
|
938
|
-
default: "currentColor"
|
|
939
|
-
}
|
|
940
|
-
},
|
|
941
|
-
setup(t) {
|
|
942
|
-
const n = t, s = v4(), h = i(() => s[n.icon]);
|
|
943
|
-
return (w4, q4) => (e(), c(l(h.value), {
|
|
944
|
-
width: t.width,
|
|
945
|
-
height: t.height,
|
|
946
|
-
fill: t.fill
|
|
947
|
-
}, null, 8, ["width", "height", "fill"]));
|
|
948
|
-
}
|
|
949
|
-
}, a4 = (t, n) => {
|
|
950
|
-
customElements.get(t) || customElements.define(t, n);
|
|
951
|
-
};
|
|
952
|
-
function f4() {
|
|
953
|
-
a4("th-icon", r(g4));
|
|
954
|
-
}
|
|
955
|
-
export {
|
|
956
|
-
g4 as SvgIcon,
|
|
957
|
-
f4 as registerIcons
|
|
958
|
-
};
|