@d-matrix/icons-react 0.0.4 → 0.0.6
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/_virtual/_rollupPluginBabelHelpers.js +1 -0
- package/dist/_virtual/_rollupPluginBabelHelpers.mjs +69 -0
- package/dist/excel.js +1 -0
- package/dist/excel.mjs +45 -0
- package/dist/expand.js +1 -0
- package/dist/expand.mjs +26 -0
- package/dist/flag.js +1 -0
- package/dist/flag.mjs +36 -0
- package/dist/has-cut.js +1 -0
- package/dist/has-cut.mjs +31 -0
- package/dist/hot.js +1 -0
- package/dist/hot.mjs +34 -0
- package/dist/index.d.ts +39 -11
- package/dist/index.js +1 -0
- package/dist/index.mjs +34 -0
- package/dist/item.js +1 -0
- package/dist/item.mjs +40 -0
- package/dist/line-chart.js +1 -0
- package/dist/line-chart.mjs +26 -0
- package/dist/pdf.js +1 -0
- package/dist/pdf.mjs +44 -0
- package/dist/pixels.js +1 -0
- package/dist/pixels.mjs +40 -0
- package/dist/rollback.js +1 -0
- package/dist/rollback.mjs +26 -0
- package/dist/search.js +1 -0
- package/dist/search.mjs +26 -0
- package/dist/server.js +1 -0
- package/dist/server.mjs +36 -0
- package/dist/shrink.js +1 -0
- package/dist/shrink.mjs +26 -0
- package/dist/target.js +1 -0
- package/dist/target.mjs +35 -0
- package/dist/thumbs-down.js +1 -0
- package/dist/thumbs-down.mjs +26 -0
- package/dist/thumbs-up.js +1 -0
- package/dist/thumbs-up.mjs +26 -0
- package/package.json +9 -5
- package/dist/icons-react.cjs +0 -1
- package/dist/icons-react.js +0 -412
package/dist/icons-react.js
DELETED
|
@@ -1,412 +0,0 @@
|
|
|
1
|
-
import { jsxs as r, jsx as h } from "react/jsx-runtime";
|
|
2
|
-
function v(t, l, e) {
|
|
3
|
-
return (l = g(l)) in t ? Object.defineProperty(t, l, {
|
|
4
|
-
value: e,
|
|
5
|
-
enumerable: !0,
|
|
6
|
-
configurable: !0,
|
|
7
|
-
writable: !0
|
|
8
|
-
}) : t[l] = e, t;
|
|
9
|
-
}
|
|
10
|
-
function o(t, l) {
|
|
11
|
-
var e = Object.keys(t);
|
|
12
|
-
if (Object.getOwnPropertySymbols) {
|
|
13
|
-
var i = Object.getOwnPropertySymbols(t);
|
|
14
|
-
l && (i = i.filter(function(d) {
|
|
15
|
-
return Object.getOwnPropertyDescriptor(t, d).enumerable;
|
|
16
|
-
})), e.push.apply(e, i);
|
|
17
|
-
}
|
|
18
|
-
return e;
|
|
19
|
-
}
|
|
20
|
-
function a(t) {
|
|
21
|
-
for (var l = 1; l < arguments.length; l++) {
|
|
22
|
-
var e = arguments[l] != null ? arguments[l] : {};
|
|
23
|
-
l % 2 ? o(Object(e), !0).forEach(function(i) {
|
|
24
|
-
v(t, i, e[i]);
|
|
25
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : o(Object(e)).forEach(function(i) {
|
|
26
|
-
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
return t;
|
|
30
|
-
}
|
|
31
|
-
function n(t, l) {
|
|
32
|
-
if (t == null) return {};
|
|
33
|
-
var e, i, d = s(t, l);
|
|
34
|
-
if (Object.getOwnPropertySymbols) {
|
|
35
|
-
var c = Object.getOwnPropertySymbols(t);
|
|
36
|
-
for (i = 0; i < c.length; i++) e = c[i], l.includes(e) || {}.propertyIsEnumerable.call(t, e) && (d[e] = t[e]);
|
|
37
|
-
}
|
|
38
|
-
return d;
|
|
39
|
-
}
|
|
40
|
-
function s(t, l) {
|
|
41
|
-
if (t == null) return {};
|
|
42
|
-
var e = {};
|
|
43
|
-
for (var i in t) if ({}.hasOwnProperty.call(t, i)) {
|
|
44
|
-
if (l.includes(i)) continue;
|
|
45
|
-
e[i] = t[i];
|
|
46
|
-
}
|
|
47
|
-
return e;
|
|
48
|
-
}
|
|
49
|
-
function p(t, l) {
|
|
50
|
-
if (typeof t != "object" || !t) return t;
|
|
51
|
-
var e = t[Symbol.toPrimitive];
|
|
52
|
-
if (e !== void 0) {
|
|
53
|
-
var i = e.call(t, l || "default");
|
|
54
|
-
if (typeof i != "object") return i;
|
|
55
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
56
|
-
}
|
|
57
|
-
return (l === "string" ? String : Number)(t);
|
|
58
|
-
}
|
|
59
|
-
function g(t) {
|
|
60
|
-
var l = p(t, "string");
|
|
61
|
-
return typeof l == "symbol" ? l : l + "";
|
|
62
|
-
}
|
|
63
|
-
const w = ["title", "titleId"], V = (t) => {
|
|
64
|
-
let {
|
|
65
|
-
title: l,
|
|
66
|
-
titleId: e
|
|
67
|
-
} = t, i = n(t, w);
|
|
68
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
69
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
70
|
-
width: 16,
|
|
71
|
-
height: 16,
|
|
72
|
-
viewBox: "0 0 16 16",
|
|
73
|
-
"aria-labelledby": e
|
|
74
|
-
}, i), {}, {
|
|
75
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
76
|
-
id: e,
|
|
77
|
-
children: l
|
|
78
|
-
}) : null, /* @__PURE__ */ r("g", {
|
|
79
|
-
fill: "none",
|
|
80
|
-
fillRule: "nonzero",
|
|
81
|
-
children: [/* @__PURE__ */ h("path", {
|
|
82
|
-
d: "M0 0h16v16H0z"
|
|
83
|
-
}), /* @__PURE__ */ h("path", {
|
|
84
|
-
fill: "#0E512B",
|
|
85
|
-
d: "M14.957 9.043H1.043L0 7.653 1.391 6.26H14.61L16 7.652z"
|
|
86
|
-
}), /* @__PURE__ */ h("path", {
|
|
87
|
-
fill: "#E6E6E6",
|
|
88
|
-
d: "M13.913 16H2.087a.695.695 0 0 1-.696-.696V.696c0-.385.312-.696.696-.696h8.348l4.174 4.174v11.13a.695.695 0 0 1-.696.696"
|
|
89
|
-
}), /* @__PURE__ */ h("path", {
|
|
90
|
-
fill: "#B3B3B3",
|
|
91
|
-
d: "M10.435 0v3.478c0 .385.311.696.695.696h3.479z"
|
|
92
|
-
}), /* @__PURE__ */ h("path", {
|
|
93
|
-
fill: "#1B7343",
|
|
94
|
-
d: "M15.304 13.913H.696A.695.695 0 0 1 0 13.217V7.652h16v5.565a.695.695 0 0 1-.696.696"
|
|
95
|
-
}), /* @__PURE__ */ h("path", {
|
|
96
|
-
fill: "#FFF",
|
|
97
|
-
d: "M5.771 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392zM6.078 12.174V9.442h.738v2.136h1.051v.596zM10.09 11.344q0 .255-.129.451a.84.84 0 0 1-.371.307q-.243.11-.57.11-.272 0-.458-.04a1.7 1.7 0 0 1-.385-.133v-.657q.211.108.44.169.226.06.418.06.165 0 .24-.057a.18.18 0 0 0 .077-.146q0-.057-.03-.098a.4.4 0 0 0-.1-.085 4 4 0 0 0-.363-.176 1.7 1.7 0 0 1-.4-.235.7.7 0 0 1-.198-.262.9.9 0 0 1-.065-.35.7.7 0 0 1 .275-.588q.275-.21.755-.21.423 0 .865.195l-.226.57q-.384-.175-.662-.175-.143 0-.209.05a.15.15 0 0 0-.065.125q0 .081.083.144.082.063.451.232.353.16.49.34a.74.74 0 0 1 .137.46M12.973 12.174h-.854l-.532-.854-.527.854h-.835l.906-1.398-.852-1.334h.819l.493.845.474-.845h.843l-.865 1.392z"
|
|
98
|
-
})]
|
|
99
|
-
})]
|
|
100
|
-
}));
|
|
101
|
-
}, u = ["title", "titleId"], O = (t) => {
|
|
102
|
-
let {
|
|
103
|
-
title: l,
|
|
104
|
-
titleId: e
|
|
105
|
-
} = t, i = n(t, u);
|
|
106
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
107
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
108
|
-
width: 16,
|
|
109
|
-
height: 16,
|
|
110
|
-
viewBox: "0 0 16 16",
|
|
111
|
-
"aria-labelledby": e
|
|
112
|
-
}, i), {}, {
|
|
113
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
114
|
-
id: e,
|
|
115
|
-
children: l
|
|
116
|
-
}) : null, /* @__PURE__ */ r("g", {
|
|
117
|
-
fill: "none",
|
|
118
|
-
children: [/* @__PURE__ */ h("path", {
|
|
119
|
-
d: "M0 0h16v16H0z"
|
|
120
|
-
}), /* @__PURE__ */ h("path", {
|
|
121
|
-
fill: "#B8CAE6",
|
|
122
|
-
d: "M2.333 2h1v11a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1"
|
|
123
|
-
}), /* @__PURE__ */ h("path", {
|
|
124
|
-
fill: "#B8CAE6",
|
|
125
|
-
d: "M4.667 2h8.503a.667.667 0 0 1 .495 1.113l-1.998 2.22 1.998 2.221a.667.667 0 0 1-.495 1.113H4.667z",
|
|
126
|
-
opacity: 0.3
|
|
127
|
-
})]
|
|
128
|
-
})]
|
|
129
|
-
}));
|
|
130
|
-
}, m = ["title", "titleId"], P = (t) => {
|
|
131
|
-
let {
|
|
132
|
-
title: l,
|
|
133
|
-
titleId: e
|
|
134
|
-
} = t, i = n(t, m);
|
|
135
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
136
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
137
|
-
width: 48,
|
|
138
|
-
height: 24,
|
|
139
|
-
viewBox: "0 0 48 24",
|
|
140
|
-
"aria-labelledby": e
|
|
141
|
-
}, i), {}, {
|
|
142
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
143
|
-
id: e,
|
|
144
|
-
children: l
|
|
145
|
-
}) : null, /* @__PURE__ */ r("g", {
|
|
146
|
-
fill: "#8AB0E6",
|
|
147
|
-
children: [/* @__PURE__ */ h("path", {
|
|
148
|
-
d: "M1.5 4v12c0 1.379 1.124 2.5 2.51 2.5h39.98c1.388 0 2.51-1.12 2.51-2.5V4c0-1.379-1.124-2.5-2.51-2.5H4.01A2.504 2.504 0 0 0 1.5 4M0 4c0-2.21 1.794-4 4.01-4h39.98A4.006 4.006 0 0 1 48 4v12c0 2.21-1.794 4-4.01 4H4.01A4.006 4.006 0 0 1 0 16z"
|
|
149
|
-
}), /* @__PURE__ */ h("path", {
|
|
150
|
-
d: "M8.445 15.08q-1.008 0-1.488-.498-.48-.486-.48-1.494V7.62h1.61v1.184h5.55V6.367H6.2V4.908h9.03v5.362H8.087v2.408q0 .521.214.735t.723.214h4.39q.62 0 .875-.19.255-.191.349-.724.14-.897.199-1.494.685.217 1.553.45-.135 1.145-.305 1.911-.176.826-.668 1.166-.475.334-1.447.334zm10.868.434v-3.598l-.135.17q-.252.304-.387.451a41 41 0 0 0-.34-1.576 9 9 0 0 0 1.46-2.578l1.359.164q-.03.059-.082.176-.153.357-.235.515h1.102l-.24-.644 1.353-.153.287.797h1.318v.996h-1.605v.61h1.518v1.002h-1.518v.597h1.53v.88l.087-.077q.615-.521.861-.78-.416-1.698-.51-4.212h-6.532V7.047h2.619v-.68H19.16V5.26h2.063v-.903h1.435v.903h1.887v1.107h-1.887v.68h2.444q-.036-1.348-.036-2.701h1.424q0 1.905.012 2.7h2.883v1.208h-2.848q.065 1.623.229 2.777.428-.697 1.101-2.308l1.213.586q-.562 1.183-.96 1.904a14 14 0 0 1-.927 1.476l.141.387q.2.738.498.738.17 0 .223-.293.146-.738.24-1.722.65.304 1.148.48-.129 1.167-.316 2.016-.135.597-.469.908-.328.3-.803.299-.551 0-.937-.322-.445-.37-.809-1.237-.51.516-.826.797l-.392-.597v.902h-4.272v.469zm1.306-1.465h1.248v-.61H20.62zm2.549 0h1.652l-.357-.54.082-.07h-1.377zm-2.549-1.606h1.248v-.597H20.62zm0-1.6h1.248v-.609H20.62zm7.436-3.948a30 30 0 0 0-1.348-1.565l.95-.75a25 25 0 0 1 1.417 1.47zm4.814 8.666v-4.682a16 16 0 0 1-1.055 2.115l-.052-.363a33 33 0 0 0-.287-1.752q.896-1.335 1.382-3.047h-1.136v-1.36h1.148V4.347h1.354v2.127h1.054v1.359h-1.054v1.629l.392-.434a128 128 0 0 1 1.26 1.29l-.844 1.072-.808-.99v5.162zm3.897-.094q-.048-.422-.264-1.477.381.024 1.008.024.345 0 .48-.144t.135-.49V9.427H35.4V8.043h6.985v1.383h-2.813v4.494q0 .744-.34 1.101-.345.375-1.13.422h-.088q-.815.024-1.248.024m-.703-1.078a9.4 9.4 0 0 0-1.272-.633 45 45 0 0 0 1.605-3.639l1.301.422a100 100 0 0 1-1.635 3.85m5.162-.106a12 12 0 0 0-.153-.404 111 111 0 0 0-1.283-3.27l1.254-.504q.615 1.4 1.506 3.592zM35.84 6.355V4.99h6.082v1.365z"
|
|
151
|
-
})]
|
|
152
|
-
})]
|
|
153
|
-
}));
|
|
154
|
-
}, b = ["title", "titleId"], S = (t) => {
|
|
155
|
-
let {
|
|
156
|
-
title: l,
|
|
157
|
-
titleId: e
|
|
158
|
-
} = t, i = n(t, b);
|
|
159
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
160
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
161
|
-
width: 16,
|
|
162
|
-
height: 16,
|
|
163
|
-
viewBox: "0 0 16 16",
|
|
164
|
-
"aria-labelledby": e
|
|
165
|
-
}, i), {}, {
|
|
166
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
167
|
-
id: e,
|
|
168
|
-
children: l
|
|
169
|
-
}) : null, /* @__PURE__ */ r("g", {
|
|
170
|
-
fill: "none",
|
|
171
|
-
children: [/* @__PURE__ */ h("rect", {
|
|
172
|
-
width: 16,
|
|
173
|
-
height: 16,
|
|
174
|
-
rx: 2
|
|
175
|
-
}), /* @__PURE__ */ h("path", {
|
|
176
|
-
fill: "#FF5023",
|
|
177
|
-
d: "M8.4 0C7 2.174 10.533 4.655 11.55 5.94c.66.836 1.05 1.861 1.05 2.97C12.6 11.72 10.093 14 7 14s-5.6-2.28-5.6-5.09q0-2.253 1.64-3.637a.76.76 0 0 1 .808-.094c.263.128.408.394.36.663q-.268 1.5 1.013 1.5c2.238 0-2.436-6.3 3.179-7.342m1.4 8.91c-.387 0-.7.284-.7.635 0 .703-.627 1.273-1.4 1.273-.387 0-.7.285-.7.637 0 .351.313.636.7.636 1.546 0 2.8-1.14 2.8-2.546 0-.351-.313-.636-.7-.636"
|
|
178
|
-
})]
|
|
179
|
-
})]
|
|
180
|
-
}));
|
|
181
|
-
}, f = ["title", "titleId"], C = (t) => {
|
|
182
|
-
let {
|
|
183
|
-
title: l,
|
|
184
|
-
titleId: e
|
|
185
|
-
} = t, i = n(t, f);
|
|
186
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
187
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
188
|
-
width: 16,
|
|
189
|
-
height: 16,
|
|
190
|
-
viewBox: "0 0 16 16",
|
|
191
|
-
"aria-labelledby": e
|
|
192
|
-
}, i), {}, {
|
|
193
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
194
|
-
id: e,
|
|
195
|
-
children: l
|
|
196
|
-
}) : null, /* @__PURE__ */ r("g", {
|
|
197
|
-
fill: "none",
|
|
198
|
-
children: [/* @__PURE__ */ h("path", {
|
|
199
|
-
d: "M0 0h16v16H0z"
|
|
200
|
-
}), /* @__PURE__ */ h("path", {
|
|
201
|
-
fill: "#B8CAE6",
|
|
202
|
-
d: "M2 2.667h11.333c.369 0 .667.298.667.666v1.334a.667.667 0 0 1-.667.666H2a.667.667 0 0 1-.667-.666V3.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666V7.333c0-.368.299-.666.667-.666m0 4h6.667c.368 0 .666.298.666.666v1.334a.667.667 0 0 1-.666.666H2a.667.667 0 0 1-.667-.666v-1.334c0-.368.299-.666.667-.666"
|
|
203
|
-
}), /* @__PURE__ */ h("rect", {
|
|
204
|
-
width: 3.333,
|
|
205
|
-
height: 6.667,
|
|
206
|
-
x: 10.667,
|
|
207
|
-
y: 6.667,
|
|
208
|
-
fill: "#B8CAE6",
|
|
209
|
-
opacity: 0.3,
|
|
210
|
-
rx: 1
|
|
211
|
-
})]
|
|
212
|
-
})]
|
|
213
|
-
}));
|
|
214
|
-
}, x = ["title", "titleId"], E = (t) => {
|
|
215
|
-
let {
|
|
216
|
-
title: l,
|
|
217
|
-
titleId: e
|
|
218
|
-
} = t, i = n(t, x);
|
|
219
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
220
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
221
|
-
width: 16,
|
|
222
|
-
height: 16,
|
|
223
|
-
viewBox: "0 0 16 16",
|
|
224
|
-
"aria-labelledby": e
|
|
225
|
-
}, i), {}, {
|
|
226
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
227
|
-
id: e,
|
|
228
|
-
children: l
|
|
229
|
-
}) : null, /* @__PURE__ */ r("g", {
|
|
230
|
-
fill: "none",
|
|
231
|
-
children: [/* @__PURE__ */ h("path", {
|
|
232
|
-
d: "M0 0h16v16H0z"
|
|
233
|
-
}), /* @__PURE__ */ h("path", {
|
|
234
|
-
fill: "#870000",
|
|
235
|
-
d: "M14.957 9.043H1.043L0 7.652l1.391-1.391h13.218L16 7.652z"
|
|
236
|
-
}), /* @__PURE__ */ h("path", {
|
|
237
|
-
fill: "#E6E6E6",
|
|
238
|
-
d: "M13.913 16H2.087a.695.695 0 0 1-.696-.696V.696c0-.385.312-.696.696-.696h8.348l4.174 4.174v11.13a.695.695 0 0 1-.696.696"
|
|
239
|
-
}), /* @__PURE__ */ h("path", {
|
|
240
|
-
fill: "#B3B3B3",
|
|
241
|
-
d: "M10.435 0v3.478c0 .385.311.696.695.696h3.479z"
|
|
242
|
-
}), /* @__PURE__ */ h("path", {
|
|
243
|
-
fill: "#BD0100",
|
|
244
|
-
d: "M15.304 13.913H.696A.695.695 0 0 1 0 13.217V7.652h16v5.565a.695.695 0 0 1-.696.696"
|
|
245
|
-
}), /* @__PURE__ */ h("path", {
|
|
246
|
-
fill: "#FFF",
|
|
247
|
-
d: "M6.633 10.311q0 .46-.27.707-.27.25-.766.25h-.208v.906h-.738V9.442h.946q.518 0 .777.226.26.227.26.643m-1.244.355h.135a.37.37 0 0 0 .264-.093.34.34 0 0 0 .098-.258q0-.276-.306-.276h-.19zm3.998.084q0 .684-.377 1.054-.375.37-1.058.37H7.07V9.442h.945q.658 0 1.015.337.358.336.358.971m-.766.026q0-.375-.148-.557-.15-.18-.451-.18h-.215v1.529h.164q.337 0 .493-.195.157-.195.157-.597M10.603 12.174h-.726V9.442h1.614v.592h-.888v.522h.819v.592h-.819z"
|
|
248
|
-
})]
|
|
249
|
-
})]
|
|
250
|
-
}));
|
|
251
|
-
}, y = ["title", "titleId"], j = (t) => {
|
|
252
|
-
let {
|
|
253
|
-
title: l,
|
|
254
|
-
titleId: e
|
|
255
|
-
} = t, i = n(t, y);
|
|
256
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
257
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
258
|
-
width: 16,
|
|
259
|
-
height: 16,
|
|
260
|
-
viewBox: "0 0 16 16",
|
|
261
|
-
"aria-labelledby": e
|
|
262
|
-
}, i), {}, {
|
|
263
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
264
|
-
id: e,
|
|
265
|
-
children: l
|
|
266
|
-
}) : null, /* @__PURE__ */ r("g", {
|
|
267
|
-
fill: "none",
|
|
268
|
-
children: [/* @__PURE__ */ h("path", {
|
|
269
|
-
d: "M0 0h16v16H0z"
|
|
270
|
-
}), /* @__PURE__ */ h("path", {
|
|
271
|
-
fill: "#B8CAE6",
|
|
272
|
-
d: "M3.667 10.667h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m0-4h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m4 4h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m-4-8h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1m8 8h.666a1 1 0 0 1 1 1v.666a1 1 0 0 1-1 1h-.666a1 1 0 0 1-1-1v-.666a1 1 0 0 1 1-1"
|
|
273
|
-
}), /* @__PURE__ */ h("rect", {
|
|
274
|
-
width: 2.667,
|
|
275
|
-
height: 2.667,
|
|
276
|
-
x: 6.667,
|
|
277
|
-
y: 6.667,
|
|
278
|
-
fill: "#B8CAE6",
|
|
279
|
-
opacity: 0.3,
|
|
280
|
-
rx: 1
|
|
281
|
-
})]
|
|
282
|
-
})]
|
|
283
|
-
}));
|
|
284
|
-
}, M = ["title", "titleId"], A = (t) => {
|
|
285
|
-
let {
|
|
286
|
-
title: l,
|
|
287
|
-
titleId: e
|
|
288
|
-
} = t, i = n(t, M);
|
|
289
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
290
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
291
|
-
width: 24,
|
|
292
|
-
height: 24,
|
|
293
|
-
viewBox: "0 0 24 24",
|
|
294
|
-
"aria-labelledby": e
|
|
295
|
-
}, i), {}, {
|
|
296
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
297
|
-
id: e,
|
|
298
|
-
children: l
|
|
299
|
-
}) : null, /* @__PURE__ */ h("path", {
|
|
300
|
-
d: "m15.649 14.507 3.124 3.155a.783.783 0 0 1-.01 1.112.797.797 0 0 1-1.12-.01l-3.122-3.151a5.95 5.95 0 0 1-3.577 1.187C7.661 16.8 5 14.16 5 10.9 5 7.642 7.661 5 10.944 5s5.945 2.642 5.945 5.9c0 1.359-.463 2.61-1.24 3.607m-4.705.72c2.408 0 4.36-1.937 4.36-4.327s-1.952-4.327-4.36-4.327c-2.407 0-4.359 1.938-4.359 4.327s1.952 4.327 4.36 4.327"
|
|
301
|
-
})]
|
|
302
|
-
}));
|
|
303
|
-
}, H = ["title", "titleId"], F = (t) => {
|
|
304
|
-
let {
|
|
305
|
-
title: l,
|
|
306
|
-
titleId: e
|
|
307
|
-
} = t, i = n(t, H);
|
|
308
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
309
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
310
|
-
width: 16,
|
|
311
|
-
height: 16,
|
|
312
|
-
viewBox: "0 0 16 16",
|
|
313
|
-
"aria-labelledby": e
|
|
314
|
-
}, i), {}, {
|
|
315
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
316
|
-
id: e,
|
|
317
|
-
children: l
|
|
318
|
-
}) : null, /* @__PURE__ */ r("g", {
|
|
319
|
-
fill: "none",
|
|
320
|
-
children: [/* @__PURE__ */ h("path", {
|
|
321
|
-
d: "M0 0h16v16H0z"
|
|
322
|
-
}), /* @__PURE__ */ h("path", {
|
|
323
|
-
fill: "#B8CAE6",
|
|
324
|
-
d: "M3.333 1.333h9.334c.736 0 1.333.597 1.333 1.334V4c0 .736-.597 1.333-1.333 1.333H3.333A1.333 1.333 0 0 1 2 4V2.667c0-.737.597-1.334 1.333-1.334m4 1.334a.667.667 0 1 0 0 1.333h3.334a.667.667 0 0 0 0-1.333zM4.667 4a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333",
|
|
325
|
-
opacity: 0.3
|
|
326
|
-
}), /* @__PURE__ */ h("path", {
|
|
327
|
-
fill: "#B8CAE6",
|
|
328
|
-
d: "M3.333 6h9.334C13.403 6 14 6.597 14 7.333v1.334C14 9.403 13.403 10 12.667 10H3.333A1.333 1.333 0 0 1 2 8.667V7.333C2 6.597 2.597 6 3.333 6m4 1.333a.667.667 0 0 0 0 1.334h3.334a.667.667 0 0 0 0-1.334zM4.667 8.667a.667.667 0 1 0 0-1.334.667.667 0 0 0 0 1.334M3.333 10.667h9.334c.736 0 1.333.597 1.333 1.333v1.333c0 .737-.597 1.334-1.333 1.334H3.333A1.333 1.333 0 0 1 2 13.333V12c0-.736.597-1.333 1.333-1.333m4 1.333a.667.667 0 1 0 0 1.333h3.334a.667.667 0 1 0 0-1.333zm-2.666 1.333a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333"
|
|
329
|
-
})]
|
|
330
|
-
})]
|
|
331
|
-
}));
|
|
332
|
-
}, z = ["title", "titleId"], $ = (t) => {
|
|
333
|
-
let {
|
|
334
|
-
title: l,
|
|
335
|
-
titleId: e
|
|
336
|
-
} = t, i = n(t, z);
|
|
337
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
338
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
339
|
-
width: 16,
|
|
340
|
-
height: 16,
|
|
341
|
-
viewBox: "0 0 16 16",
|
|
342
|
-
"aria-labelledby": e
|
|
343
|
-
}, i), {}, {
|
|
344
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
345
|
-
id: e,
|
|
346
|
-
children: l
|
|
347
|
-
}) : null, /* @__PURE__ */ r("g", {
|
|
348
|
-
fill: "none",
|
|
349
|
-
children: [/* @__PURE__ */ h("path", {
|
|
350
|
-
d: "M0 0h16v16H0z"
|
|
351
|
-
}), /* @__PURE__ */ h("path", {
|
|
352
|
-
fill: "#FC7265",
|
|
353
|
-
d: "M13.418 2.774a.22.22 0 0 1-.13-.063.22.22 0 0 1-.064-.13l-.111-1.374a.225.225 0 0 0-.384-.141L10.88 2.912a.23.23 0 0 0-.066.178l.112 1.368-3.43 3.427a.433.433 0 0 0 .612.61l3.43-3.426 1.37.112a.23.23 0 0 0 .177-.065l1.848-1.847a.225.225 0 0 0-.14-.384z"
|
|
354
|
-
}), /* @__PURE__ */ h("path", {
|
|
355
|
-
fill: "#14B1FF",
|
|
356
|
-
d: "M7.825 1.362c.706 0 1.058.033 1.586.175l.197.062c.323.118.517.439.429.766a.626.626 0 0 1-.759.447l-.01-.002-.031-.006-.116-.022a16 16 0 0 0-.387-.066 6.5 6.5 0 0 0-.909-.096A5.564 5.564 0 0 0 2.26 8.18a5.564 5.564 0 0 0 5.566 5.562 5.564 5.564 0 0 0 5.567-5.561c0-.142-.017-.335-.046-.564q-.021-.165-.05-.344a15 15 0 0 0-.094-.531.629.629 0 0 1 1.216-.327A6.822 6.822 0 0 1 7.825 15 6.82 6.82 0 0 1 1 8.18a6.82 6.82 0 0 1 6.825-6.818m0 2.879c.261 0 .882.097 1.02.134a.629.629 0 0 1-.053 1.228l-.073.006-.009.035-.19-.051A2.683 2.683 0 0 0 5.14 8.181a2.683 2.683 0 0 0 2.684 2.682c1.483 0 2.685-1.201 2.685-2.682 0-.066-.008-.159-.022-.27a6 6 0 0 0-.07-.424.629.629 0 1 1 1.216-.326c.007.028.007.028.01.048l.002.014.052.233q.07.362.07.725a3.94 3.94 0 0 1-3.943 3.94 3.94 3.94 0 0 1-3.943-3.94 3.94 3.94 0 0 1 3.943-3.94"
|
|
357
|
-
})]
|
|
358
|
-
})]
|
|
359
|
-
}));
|
|
360
|
-
}, q = ["title", "titleId"], D = (t) => {
|
|
361
|
-
let {
|
|
362
|
-
title: l,
|
|
363
|
-
titleId: e
|
|
364
|
-
} = t, i = n(t, q);
|
|
365
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
366
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
367
|
-
width: 16,
|
|
368
|
-
height: 16,
|
|
369
|
-
viewBox: "0 0 16 16",
|
|
370
|
-
"aria-labelledby": e
|
|
371
|
-
}, i), {}, {
|
|
372
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
373
|
-
id: e,
|
|
374
|
-
children: l
|
|
375
|
-
}) : null, /* @__PURE__ */ h("path", {
|
|
376
|
-
d: "M2.72 10C1.92 10 1.122 9.7.623 9c-.5-.5-.699-1.3-.6-2.1l.8-4.6C1.022 1 2.12 0 3.417 0H12v8c-.1 0-2.395 7.5-2.395 7.5 0 .3-.3.5-.599.5-1.197 0-1.996-.5-1.996-2v-4zM16 8h-2V0h2z"
|
|
377
|
-
})]
|
|
378
|
-
}));
|
|
379
|
-
}, B = ["title", "titleId"], T = (t) => {
|
|
380
|
-
let {
|
|
381
|
-
title: l,
|
|
382
|
-
titleId: e
|
|
383
|
-
} = t, i = n(t, B);
|
|
384
|
-
return /* @__PURE__ */ r("svg", a(a({
|
|
385
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
386
|
-
width: 16,
|
|
387
|
-
height: 16,
|
|
388
|
-
viewBox: "0 0 16 16",
|
|
389
|
-
"aria-labelledby": e
|
|
390
|
-
}, i), {}, {
|
|
391
|
-
children: [l ? /* @__PURE__ */ h("title", {
|
|
392
|
-
id: e,
|
|
393
|
-
children: l
|
|
394
|
-
}) : null, /* @__PURE__ */ h("path", {
|
|
395
|
-
d: "M13.28 6c.799 0 1.597.3 2.096 1 .5.5.699 1.3.6 2.1l-.8 4.6C14.978 15 13.88 16 12.583 16H4V8C4.1 8 6.395.5 6.395.5c0-.3.3-.5.599-.5C8.19 0 8.99.5 8.99 2v4zM0 8h2v8H0z"
|
|
396
|
-
})]
|
|
397
|
-
}));
|
|
398
|
-
};
|
|
399
|
-
export {
|
|
400
|
-
V as Excel,
|
|
401
|
-
O as Flag,
|
|
402
|
-
P as HasCut,
|
|
403
|
-
S as Hot,
|
|
404
|
-
C as Item,
|
|
405
|
-
E as Pdf,
|
|
406
|
-
j as Pixels,
|
|
407
|
-
A as Search,
|
|
408
|
-
F as Server,
|
|
409
|
-
$ as Target,
|
|
410
|
-
D as ThumbsDown,
|
|
411
|
-
T as ThumbsUp
|
|
412
|
-
};
|