typerighter 0.31.0 → 0.32.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/app-CQK4JuN5.js +3866 -0
- package/dist/{cli-DzRzaQXc.js → cli-Bpm-5dO2.js} +4 -4
- package/dist/cli.js +1 -1
- package/dist/client/theme-default.js +881 -837
- package/dist/client.js +1 -1
- package/dist/fonts.css +1 -1
- package/dist/index.js +1 -1
- package/dist/{init-SqtdxLwF.js → init-CXPxeWb3.js} +1 -1
- package/dist/typerighter.css +1 -1
- package/package.json +6 -6
- package/dist/app-DZp-uDTw.js +0 -3092
|
@@ -0,0 +1,3866 @@
|
|
|
1
|
+
import { A as e, C as t, M as n, S as r, i } from "./shared-B-n46X4N.js";
|
|
2
|
+
import { t as a } from "./es-ClqUVRJn.js";
|
|
3
|
+
import { Fragment as o, computed as s, createApp as c, createBlock as l, createCommentVNode as u, createElementBlock as d, createElementVNode as f, createVNode as p, defineComponent as m, h, inject as g, markRaw as _, mergeProps as v, nextTick as y, openBlock as b, provide as x, reactive as ee, readonly as S, ref as C, renderList as w, renderSlot as T, resolveDynamicComponent as te, shallowRef as ne, toDisplayString as E, unref as D, vModelText as re, watch as ie, withDirectives as ae, withKeys as oe, withModifiers as se } from "vue";
|
|
4
|
+
//#region ../../node_modules/.pnpm/@lucide+vue@1.44.0_vue@3.5.42_typescript@6.0.3_/node_modules/@lucide/vue/dist/esm/shared/src/build/defaultAttributes.mjs
|
|
5
|
+
var O = {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-width": 2,
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, ce = (...e) => e.filter((e, t, n) => !!e && e.trim() !== "" && n.indexOf(e) === t).join(" ").trim();
|
|
16
|
+
//#endregion
|
|
17
|
+
//#region ../../node_modules/.pnpm/@lucide+vue@1.44.0_vue@3.5.42_typescript@6.0.3_/node_modules/@lucide/vue/dist/esm/shared/src/build/buildLucideIconNode.mjs
|
|
18
|
+
function k(e) {
|
|
19
|
+
return e != null;
|
|
20
|
+
}
|
|
21
|
+
function le(e, t = {}) {
|
|
22
|
+
let n = t.attributeNames ?? {}, r = (e) => n[e] ?? e, i = e.size ?? e.width ?? O.width, a = e.size ?? e.height ?? O.height, o = e.aliases?.filter((e) => typeof e == "string" && e.trim() !== "").map((e) => `lucide-${e}`) ?? [], s = [...e.name ? [`lucide-${e.name}`] : [], ...o], c = t.className?.split(" ").filter(Boolean) ?? [], l = t.includeDefaultClasses === !1 ? ce(...c) : ce("lucide", ...s, ...c), u = t.absoluteStrokeWidth ? Number(t.strokeWidth ?? O["stroke-width"]) * Number(e.size ?? e.width ?? O.width) / Number(t.size ?? t.width ?? O.width) : t.strokeWidth ?? O["stroke-width"];
|
|
23
|
+
return [
|
|
24
|
+
"svg",
|
|
25
|
+
{
|
|
26
|
+
...Object.entries(O).reduce((e, [t, n]) => (e[r(t)] = n, e), {}),
|
|
27
|
+
..."color" in t && t.color && { [r("stroke")]: t.color },
|
|
28
|
+
..."size" in t && k(t.size) && {
|
|
29
|
+
[r("width")]: t.size,
|
|
30
|
+
[r("height")]: t.size
|
|
31
|
+
},
|
|
32
|
+
..."width" in t && k(t.width) && { [r("width")]: t.width },
|
|
33
|
+
..."height" in t && k(t.height) && { [r("height")]: t.height },
|
|
34
|
+
[r("stroke-width")]: u,
|
|
35
|
+
...l && { [r("class")]: l },
|
|
36
|
+
[r("viewBox")]: `0 0 ${i} ${a}`,
|
|
37
|
+
...t.hasA11yProp === !1 ? { [r("aria-hidden")]: "true" } : {},
|
|
38
|
+
..."attributes" in t && t.attributes
|
|
39
|
+
},
|
|
40
|
+
e.node.map((e) => {
|
|
41
|
+
let [n, i, a] = e, o = t.nonScalingStroke ? {
|
|
42
|
+
[r("vector-effect")]: "non-scaling-stroke",
|
|
43
|
+
...i
|
|
44
|
+
} : i;
|
|
45
|
+
return a ? [
|
|
46
|
+
n,
|
|
47
|
+
o,
|
|
48
|
+
a
|
|
49
|
+
] : [n, o];
|
|
50
|
+
})
|
|
51
|
+
];
|
|
52
|
+
}
|
|
53
|
+
//#endregion
|
|
54
|
+
//#region ../../node_modules/.pnpm/@lucide+vue@1.44.0_vue@3.5.42_typescript@6.0.3_/node_modules/@lucide/vue/dist/esm/shared/src/utils/hasA11yProp.mjs
|
|
55
|
+
var ue = (e) => {
|
|
56
|
+
for (let t in e) if (t.startsWith("aria-") || t === "role" || t === "title") return !0;
|
|
57
|
+
return !1;
|
|
58
|
+
}, A = (e) => e === "", de = (e) => e?.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), fe = /* @__PURE__ */ Symbol("lucide-icons");
|
|
59
|
+
function pe() {
|
|
60
|
+
return g(fe, {});
|
|
61
|
+
}
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region ../../node_modules/.pnpm/@lucide+vue@1.44.0_vue@3.5.42_typescript@6.0.3_/node_modules/@lucide/vue/dist/esm/Icon.mjs
|
|
64
|
+
var me = ({ name: e, iconNode: t, "icon-node": n, icon: r = {
|
|
65
|
+
name: de(e),
|
|
66
|
+
node: t ?? n,
|
|
67
|
+
size: 24,
|
|
68
|
+
aliases: []
|
|
69
|
+
}, absoluteStrokeWidth: i, "absolute-stroke-width": a, nonScalingStroke: o, "non-scaling-stroke": s, strokeWidth: c, "stroke-width": l, size: u, width: d = u, height: f = u, color: p, ...m }, { slots: g }) => {
|
|
70
|
+
let { size: _, color: v, strokeWidth: y = 2, absoluteStrokeWidth: b = !1, nonScalingStroke: x = !1, class: ee = "" } = pe(), S = A(i) || A(a) || i === !0 || a === !0 || b === !0, C = A(o) || A(s) || o === !0 || s === !0 || x === !0;
|
|
71
|
+
delete m.class;
|
|
72
|
+
let w = g.default?.(), [, T, te = []] = le(r, {
|
|
73
|
+
color: p ?? v,
|
|
74
|
+
width: d ?? u ?? _,
|
|
75
|
+
height: f ?? u ?? _,
|
|
76
|
+
strokeWidth: c ?? l ?? y,
|
|
77
|
+
absoluteStrokeWidth: S,
|
|
78
|
+
nonScalingStroke: C,
|
|
79
|
+
className: ee,
|
|
80
|
+
hasA11yProp: w != null && w.length > 0 || ue(m),
|
|
81
|
+
attributes: m
|
|
82
|
+
});
|
|
83
|
+
return h("svg", T, [...te.map((e) => h(...e)), ...w ?? []]);
|
|
84
|
+
};
|
|
85
|
+
//#endregion
|
|
86
|
+
//#region ../../node_modules/.pnpm/@lucide+vue@1.44.0_vue@3.5.42_typescript@6.0.3_/node_modules/@lucide/vue/dist/esm/createLucideIcon.mjs
|
|
87
|
+
function j(e, t = []) {
|
|
88
|
+
let n = typeof e == "string" ? {
|
|
89
|
+
name: e,
|
|
90
|
+
node: t
|
|
91
|
+
} : e;
|
|
92
|
+
return (e, { slots: t }) => h(me, {
|
|
93
|
+
...e,
|
|
94
|
+
icon: n
|
|
95
|
+
}, t.default ? { default: t.default } : void 0);
|
|
96
|
+
}
|
|
97
|
+
var he = j({
|
|
98
|
+
name: "apple",
|
|
99
|
+
size: 24,
|
|
100
|
+
node: [["path", {
|
|
101
|
+
d: "M12 6.528V3a1 1 0 0 1 1-1h0",
|
|
102
|
+
key: "11qiee"
|
|
103
|
+
}], ["path", {
|
|
104
|
+
d: "M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21",
|
|
105
|
+
key: "110c12"
|
|
106
|
+
}]]
|
|
107
|
+
}), ge = j({
|
|
108
|
+
name: "archive",
|
|
109
|
+
size: 24,
|
|
110
|
+
node: [
|
|
111
|
+
["rect", {
|
|
112
|
+
width: "20",
|
|
113
|
+
height: "5",
|
|
114
|
+
x: "2",
|
|
115
|
+
y: "3",
|
|
116
|
+
rx: "1",
|
|
117
|
+
key: "1wp1u1"
|
|
118
|
+
}],
|
|
119
|
+
["path", {
|
|
120
|
+
d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",
|
|
121
|
+
key: "1s80jp"
|
|
122
|
+
}],
|
|
123
|
+
["path", {
|
|
124
|
+
d: "M10 12h4",
|
|
125
|
+
key: "a56b0p"
|
|
126
|
+
}]
|
|
127
|
+
]
|
|
128
|
+
}), M = j({
|
|
129
|
+
name: "arrow-down",
|
|
130
|
+
size: 24,
|
|
131
|
+
node: [["path", {
|
|
132
|
+
d: "M12 5v14",
|
|
133
|
+
key: "s699le"
|
|
134
|
+
}], ["path", {
|
|
135
|
+
d: "m19 12-7 7-7-7",
|
|
136
|
+
key: "1idqje"
|
|
137
|
+
}]]
|
|
138
|
+
}), _e = j({
|
|
139
|
+
name: "arrow-left-right",
|
|
140
|
+
size: 24,
|
|
141
|
+
node: [
|
|
142
|
+
["path", {
|
|
143
|
+
d: "M8 3 4 7l4 4",
|
|
144
|
+
key: "9rb6wj"
|
|
145
|
+
}],
|
|
146
|
+
["path", {
|
|
147
|
+
d: "M4 7h16",
|
|
148
|
+
key: "6tx8e3"
|
|
149
|
+
}],
|
|
150
|
+
["path", {
|
|
151
|
+
d: "m16 21 4-4-4-4",
|
|
152
|
+
key: "siv7j2"
|
|
153
|
+
}],
|
|
154
|
+
["path", {
|
|
155
|
+
d: "M20 17H4",
|
|
156
|
+
key: "h6l3hr"
|
|
157
|
+
}]
|
|
158
|
+
]
|
|
159
|
+
}), N = j({
|
|
160
|
+
name: "arrow-left",
|
|
161
|
+
size: 24,
|
|
162
|
+
node: [["path", {
|
|
163
|
+
d: "m12 19-7-7 7-7",
|
|
164
|
+
key: "1l729n"
|
|
165
|
+
}], ["path", {
|
|
166
|
+
d: "M19 12H5",
|
|
167
|
+
key: "x3x0zl"
|
|
168
|
+
}]]
|
|
169
|
+
}), P = j({
|
|
170
|
+
name: "arrow-right",
|
|
171
|
+
size: 24,
|
|
172
|
+
node: [["path", {
|
|
173
|
+
d: "M5 12h14",
|
|
174
|
+
key: "1ays0h"
|
|
175
|
+
}], ["path", {
|
|
176
|
+
d: "m12 5 7 7-7 7",
|
|
177
|
+
key: "xquz4c"
|
|
178
|
+
}]]
|
|
179
|
+
}), ve = j({
|
|
180
|
+
name: "arrow-up-down",
|
|
181
|
+
size: 24,
|
|
182
|
+
node: [
|
|
183
|
+
["path", {
|
|
184
|
+
d: "m21 16-4 4-4-4",
|
|
185
|
+
key: "f6ql7i"
|
|
186
|
+
}],
|
|
187
|
+
["path", {
|
|
188
|
+
d: "M17 20V4",
|
|
189
|
+
key: "1ejh1v"
|
|
190
|
+
}],
|
|
191
|
+
["path", {
|
|
192
|
+
d: "m3 8 4-4 4 4",
|
|
193
|
+
key: "11wl7u"
|
|
194
|
+
}],
|
|
195
|
+
["path", {
|
|
196
|
+
d: "M7 4v16",
|
|
197
|
+
key: "1glfcx"
|
|
198
|
+
}]
|
|
199
|
+
]
|
|
200
|
+
}), F = j({
|
|
201
|
+
name: "arrow-up-right",
|
|
202
|
+
size: 24,
|
|
203
|
+
node: [["path", {
|
|
204
|
+
d: "M7 7h10v10",
|
|
205
|
+
key: "1tivn9"
|
|
206
|
+
}], ["path", {
|
|
207
|
+
d: "M7 17 17 7",
|
|
208
|
+
key: "1vkiza"
|
|
209
|
+
}]]
|
|
210
|
+
}), I = j({
|
|
211
|
+
name: "arrow-up",
|
|
212
|
+
size: 24,
|
|
213
|
+
node: [["path", {
|
|
214
|
+
d: "m5 12 7-7 7 7",
|
|
215
|
+
key: "hav0vg"
|
|
216
|
+
}], ["path", {
|
|
217
|
+
d: "M12 19V5",
|
|
218
|
+
key: "x0mq9r"
|
|
219
|
+
}]]
|
|
220
|
+
}), ye = j({
|
|
221
|
+
name: "at-sign",
|
|
222
|
+
size: 24,
|
|
223
|
+
node: [["circle", {
|
|
224
|
+
cx: "12",
|
|
225
|
+
cy: "12",
|
|
226
|
+
r: "4",
|
|
227
|
+
key: "4exip2"
|
|
228
|
+
}], ["path", {
|
|
229
|
+
d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",
|
|
230
|
+
key: "7n84p3"
|
|
231
|
+
}]]
|
|
232
|
+
}), be = j({
|
|
233
|
+
name: "atom",
|
|
234
|
+
size: 24,
|
|
235
|
+
node: [
|
|
236
|
+
["circle", {
|
|
237
|
+
cx: "12",
|
|
238
|
+
cy: "12",
|
|
239
|
+
r: "1",
|
|
240
|
+
key: "41hilf"
|
|
241
|
+
}],
|
|
242
|
+
["path", {
|
|
243
|
+
d: "M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z",
|
|
244
|
+
key: "1l2ple"
|
|
245
|
+
}],
|
|
246
|
+
["path", {
|
|
247
|
+
d: "M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z",
|
|
248
|
+
key: "1wam0m"
|
|
249
|
+
}]
|
|
250
|
+
]
|
|
251
|
+
}), xe = j({
|
|
252
|
+
name: "bell",
|
|
253
|
+
size: 24,
|
|
254
|
+
node: [["path", {
|
|
255
|
+
d: "M10.268 21a2 2 0 0 0 3.464 0",
|
|
256
|
+
key: "vwvbt9"
|
|
257
|
+
}], ["path", {
|
|
258
|
+
d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",
|
|
259
|
+
key: "11g9vi"
|
|
260
|
+
}]]
|
|
261
|
+
}), Se = j({
|
|
262
|
+
name: "binary",
|
|
263
|
+
size: 24,
|
|
264
|
+
node: [
|
|
265
|
+
["rect", {
|
|
266
|
+
x: "14",
|
|
267
|
+
y: "14",
|
|
268
|
+
width: "4",
|
|
269
|
+
height: "6",
|
|
270
|
+
rx: "2",
|
|
271
|
+
key: "p02svl"
|
|
272
|
+
}],
|
|
273
|
+
["rect", {
|
|
274
|
+
x: "6",
|
|
275
|
+
y: "4",
|
|
276
|
+
width: "4",
|
|
277
|
+
height: "6",
|
|
278
|
+
rx: "2",
|
|
279
|
+
key: "xm4xkj"
|
|
280
|
+
}],
|
|
281
|
+
["path", {
|
|
282
|
+
d: "M6 20h4",
|
|
283
|
+
key: "1i6q5t"
|
|
284
|
+
}],
|
|
285
|
+
["path", {
|
|
286
|
+
d: "M14 10h4",
|
|
287
|
+
key: "ru81e7"
|
|
288
|
+
}],
|
|
289
|
+
["path", {
|
|
290
|
+
d: "M6 14h2v6",
|
|
291
|
+
key: "16z9wg"
|
|
292
|
+
}],
|
|
293
|
+
["path", {
|
|
294
|
+
d: "M14 4h2v6",
|
|
295
|
+
key: "1idq9u"
|
|
296
|
+
}]
|
|
297
|
+
]
|
|
298
|
+
}), Ce = j({
|
|
299
|
+
name: "bluetooth",
|
|
300
|
+
size: 24,
|
|
301
|
+
node: [["path", {
|
|
302
|
+
d: "m7 7 10 10-5 5V2l5 5L7 17",
|
|
303
|
+
key: "1q5490"
|
|
304
|
+
}]]
|
|
305
|
+
}), we = j({
|
|
306
|
+
name: "book-marked",
|
|
307
|
+
size: 24,
|
|
308
|
+
node: [["path", {
|
|
309
|
+
d: "M10 2v8l3-3 3 3V2",
|
|
310
|
+
key: "sqw3rj"
|
|
311
|
+
}], ["path", {
|
|
312
|
+
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
|
|
313
|
+
key: "k3hazp"
|
|
314
|
+
}]]
|
|
315
|
+
}), Te = j({
|
|
316
|
+
name: "book-open",
|
|
317
|
+
size: 24,
|
|
318
|
+
node: [["path", {
|
|
319
|
+
d: "M12 5v16",
|
|
320
|
+
key: "1f6ucr"
|
|
321
|
+
}], ["path", {
|
|
322
|
+
d: "M20.001 19A2 2 0 0022 17V5a2 2 0 00-1.999-2L16 3.002A5 5 0 0012 5a5 5 0 00-4-2H4a2 2 0 00-2 2v12a2 2 0 001.999 2H8a5 5 0 014 2 5 5 0 014-2z",
|
|
323
|
+
key: "1fyvmf"
|
|
324
|
+
}]]
|
|
325
|
+
}), Ee = j({
|
|
326
|
+
name: "bookmark",
|
|
327
|
+
size: 24,
|
|
328
|
+
node: [["path", {
|
|
329
|
+
d: "M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",
|
|
330
|
+
key: "oz39mx"
|
|
331
|
+
}]]
|
|
332
|
+
}), De = j({
|
|
333
|
+
name: "box",
|
|
334
|
+
size: 24,
|
|
335
|
+
node: [
|
|
336
|
+
["path", {
|
|
337
|
+
d: "M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",
|
|
338
|
+
key: "hh9hay"
|
|
339
|
+
}],
|
|
340
|
+
["path", {
|
|
341
|
+
d: "m3.3 7 8.7 5 8.7-5",
|
|
342
|
+
key: "g66t2b"
|
|
343
|
+
}],
|
|
344
|
+
["path", {
|
|
345
|
+
d: "M12 22V12",
|
|
346
|
+
key: "d0xqtd"
|
|
347
|
+
}]
|
|
348
|
+
]
|
|
349
|
+
}), Oe = j({
|
|
350
|
+
name: "briefcase",
|
|
351
|
+
size: 24,
|
|
352
|
+
node: [["path", {
|
|
353
|
+
d: "M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",
|
|
354
|
+
key: "jecpp"
|
|
355
|
+
}], ["rect", {
|
|
356
|
+
width: "20",
|
|
357
|
+
height: "14",
|
|
358
|
+
x: "2",
|
|
359
|
+
y: "6",
|
|
360
|
+
rx: "2",
|
|
361
|
+
key: "i6l2r4"
|
|
362
|
+
}]]
|
|
363
|
+
}), ke = j({
|
|
364
|
+
name: "bug",
|
|
365
|
+
size: 24,
|
|
366
|
+
node: [
|
|
367
|
+
["path", {
|
|
368
|
+
d: "M12 20v-9",
|
|
369
|
+
key: "1qisl0"
|
|
370
|
+
}],
|
|
371
|
+
["path", {
|
|
372
|
+
d: "M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z",
|
|
373
|
+
key: "uouzyp"
|
|
374
|
+
}],
|
|
375
|
+
["path", {
|
|
376
|
+
d: "M14.12 3.88 16 2",
|
|
377
|
+
key: "qol33r"
|
|
378
|
+
}],
|
|
379
|
+
["path", {
|
|
380
|
+
d: "M21 21a4 4 0 0 0-3.81-4",
|
|
381
|
+
key: "1b0z45"
|
|
382
|
+
}],
|
|
383
|
+
["path", {
|
|
384
|
+
d: "M21 5a4 4 0 0 1-3.55 3.97",
|
|
385
|
+
key: "5cxbf6"
|
|
386
|
+
}],
|
|
387
|
+
["path", {
|
|
388
|
+
d: "M22 13h-4",
|
|
389
|
+
key: "1jl80f"
|
|
390
|
+
}],
|
|
391
|
+
["path", {
|
|
392
|
+
d: "M3 21a4 4 0 0 1 3.81-4",
|
|
393
|
+
key: "1fjd4g"
|
|
394
|
+
}],
|
|
395
|
+
["path", {
|
|
396
|
+
d: "M3 5a4 4 0 0 0 3.55 3.97",
|
|
397
|
+
key: "1d7oge"
|
|
398
|
+
}],
|
|
399
|
+
["path", {
|
|
400
|
+
d: "M6 13H2",
|
|
401
|
+
key: "82j7cp"
|
|
402
|
+
}],
|
|
403
|
+
["path", {
|
|
404
|
+
d: "m8 2 1.88 1.88",
|
|
405
|
+
key: "fmnt4t"
|
|
406
|
+
}],
|
|
407
|
+
["path", {
|
|
408
|
+
d: "M9 7.13V6a3 3 0 1 1 6 0v1.13",
|
|
409
|
+
key: "1vgav8"
|
|
410
|
+
}]
|
|
411
|
+
]
|
|
412
|
+
}), Ae = j({
|
|
413
|
+
name: "calendar",
|
|
414
|
+
size: 24,
|
|
415
|
+
node: [
|
|
416
|
+
["path", {
|
|
417
|
+
d: "M8 2v3",
|
|
418
|
+
key: "1ioesn"
|
|
419
|
+
}],
|
|
420
|
+
["path", {
|
|
421
|
+
d: "M16 2v3",
|
|
422
|
+
key: "otl347"
|
|
423
|
+
}],
|
|
424
|
+
["rect", {
|
|
425
|
+
x: "3",
|
|
426
|
+
y: "3",
|
|
427
|
+
width: "18",
|
|
428
|
+
height: "18",
|
|
429
|
+
rx: "2",
|
|
430
|
+
key: "h1oib"
|
|
431
|
+
}],
|
|
432
|
+
["path", {
|
|
433
|
+
d: "M3 9h18",
|
|
434
|
+
key: "1pudct"
|
|
435
|
+
}]
|
|
436
|
+
]
|
|
437
|
+
}), je = j({
|
|
438
|
+
name: "camera",
|
|
439
|
+
size: 24,
|
|
440
|
+
node: [["path", {
|
|
441
|
+
d: "M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z",
|
|
442
|
+
key: "18u6gg"
|
|
443
|
+
}], ["circle", {
|
|
444
|
+
cx: "12",
|
|
445
|
+
cy: "13",
|
|
446
|
+
r: "3",
|
|
447
|
+
key: "1vg3eu"
|
|
448
|
+
}]]
|
|
449
|
+
}), Me = j({
|
|
450
|
+
name: "car",
|
|
451
|
+
size: 24,
|
|
452
|
+
node: [
|
|
453
|
+
["path", {
|
|
454
|
+
d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",
|
|
455
|
+
key: "5owen"
|
|
456
|
+
}],
|
|
457
|
+
["circle", {
|
|
458
|
+
cx: "7",
|
|
459
|
+
cy: "17",
|
|
460
|
+
r: "2",
|
|
461
|
+
key: "u2ysq9"
|
|
462
|
+
}],
|
|
463
|
+
["path", {
|
|
464
|
+
d: "M9 17h6",
|
|
465
|
+
key: "r8uit2"
|
|
466
|
+
}],
|
|
467
|
+
["circle", {
|
|
468
|
+
cx: "17",
|
|
469
|
+
cy: "17",
|
|
470
|
+
r: "2",
|
|
471
|
+
key: "axvx0g"
|
|
472
|
+
}]
|
|
473
|
+
]
|
|
474
|
+
}), Ne = j({
|
|
475
|
+
name: "chart-bar",
|
|
476
|
+
size: 24,
|
|
477
|
+
node: [
|
|
478
|
+
["path", {
|
|
479
|
+
d: "M3 3v16a2 2 0 0 0 2 2h16",
|
|
480
|
+
key: "c24i48"
|
|
481
|
+
}],
|
|
482
|
+
["path", {
|
|
483
|
+
d: "M7 16h8",
|
|
484
|
+
key: "srdodz"
|
|
485
|
+
}],
|
|
486
|
+
["path", {
|
|
487
|
+
d: "M7 11h12",
|
|
488
|
+
key: "127s9w"
|
|
489
|
+
}],
|
|
490
|
+
["path", {
|
|
491
|
+
d: "M7 6h3",
|
|
492
|
+
key: "w9rmul"
|
|
493
|
+
}]
|
|
494
|
+
],
|
|
495
|
+
aliases: ["bar-chart-horizontal"]
|
|
496
|
+
}), Pe = j({
|
|
497
|
+
name: "chart-pie",
|
|
498
|
+
size: 24,
|
|
499
|
+
node: [["path", {
|
|
500
|
+
d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",
|
|
501
|
+
key: "pzmjnu"
|
|
502
|
+
}], ["path", {
|
|
503
|
+
d: "M21.21 15.89A10 10 0 1 1 8 2.83",
|
|
504
|
+
key: "k2fpak"
|
|
505
|
+
}]],
|
|
506
|
+
aliases: ["pie-chart"]
|
|
507
|
+
}), L = j({
|
|
508
|
+
name: "chevron-down",
|
|
509
|
+
size: 24,
|
|
510
|
+
node: [["path", {
|
|
511
|
+
d: "m6 9 6 6 6-6",
|
|
512
|
+
key: "qrunsl"
|
|
513
|
+
}]]
|
|
514
|
+
}), R = j({
|
|
515
|
+
name: "chevron-left",
|
|
516
|
+
size: 24,
|
|
517
|
+
node: [["path", {
|
|
518
|
+
d: "m15 18-6-6 6-6",
|
|
519
|
+
key: "1wnfg3"
|
|
520
|
+
}]]
|
|
521
|
+
}), z = j({
|
|
522
|
+
name: "chevron-right",
|
|
523
|
+
size: 24,
|
|
524
|
+
node: [["path", {
|
|
525
|
+
d: "m9 18 6-6-6-6",
|
|
526
|
+
key: "mthhwq"
|
|
527
|
+
}]]
|
|
528
|
+
}), Fe = j({
|
|
529
|
+
name: "chevron-up",
|
|
530
|
+
size: 24,
|
|
531
|
+
node: [["path", {
|
|
532
|
+
d: "m18 15-6-6-6 6",
|
|
533
|
+
key: "153udz"
|
|
534
|
+
}]]
|
|
535
|
+
}), Ie = j({
|
|
536
|
+
name: "circle-check",
|
|
537
|
+
size: 24,
|
|
538
|
+
node: [["circle", {
|
|
539
|
+
cx: "12",
|
|
540
|
+
cy: "12",
|
|
541
|
+
r: "10",
|
|
542
|
+
key: "1mglay"
|
|
543
|
+
}], ["path", {
|
|
544
|
+
d: "m16 9-5.5 5.5L8 12",
|
|
545
|
+
key: "xofnsj"
|
|
546
|
+
}]],
|
|
547
|
+
aliases: ["check-circle-2"]
|
|
548
|
+
}), Le = j({
|
|
549
|
+
name: "circle-question-mark",
|
|
550
|
+
size: 24,
|
|
551
|
+
node: [
|
|
552
|
+
["circle", {
|
|
553
|
+
cx: "12",
|
|
554
|
+
cy: "12",
|
|
555
|
+
r: "10",
|
|
556
|
+
key: "1mglay"
|
|
557
|
+
}],
|
|
558
|
+
["path", {
|
|
559
|
+
d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",
|
|
560
|
+
key: "1u773s"
|
|
561
|
+
}],
|
|
562
|
+
["path", {
|
|
563
|
+
d: "M12 17h.01",
|
|
564
|
+
key: "p32p05"
|
|
565
|
+
}]
|
|
566
|
+
],
|
|
567
|
+
aliases: ["help-circle", "circle-help"]
|
|
568
|
+
}), Re = j({
|
|
569
|
+
name: "circle-x",
|
|
570
|
+
size: 24,
|
|
571
|
+
node: [
|
|
572
|
+
["circle", {
|
|
573
|
+
cx: "12",
|
|
574
|
+
cy: "12",
|
|
575
|
+
r: "10",
|
|
576
|
+
key: "1mglay"
|
|
577
|
+
}],
|
|
578
|
+
["path", {
|
|
579
|
+
d: "m15 9-6 6",
|
|
580
|
+
key: "1uzhvr"
|
|
581
|
+
}],
|
|
582
|
+
["path", {
|
|
583
|
+
d: "m9 9 6 6",
|
|
584
|
+
key: "z0biqf"
|
|
585
|
+
}]
|
|
586
|
+
],
|
|
587
|
+
aliases: ["x-circle"]
|
|
588
|
+
}), ze = j({
|
|
589
|
+
name: "circuit-board",
|
|
590
|
+
size: 24,
|
|
591
|
+
node: [
|
|
592
|
+
["rect", {
|
|
593
|
+
width: "18",
|
|
594
|
+
height: "18",
|
|
595
|
+
x: "3",
|
|
596
|
+
y: "3",
|
|
597
|
+
rx: "2",
|
|
598
|
+
key: "afitv7"
|
|
599
|
+
}],
|
|
600
|
+
["path", {
|
|
601
|
+
d: "M11 9h4a2 2 0 0 0 2-2V3",
|
|
602
|
+
key: "1ve2rv"
|
|
603
|
+
}],
|
|
604
|
+
["circle", {
|
|
605
|
+
cx: "9",
|
|
606
|
+
cy: "9",
|
|
607
|
+
r: "2",
|
|
608
|
+
key: "af1f0g"
|
|
609
|
+
}],
|
|
610
|
+
["path", {
|
|
611
|
+
d: "M7 21v-4a2 2 0 0 1 2-2h4",
|
|
612
|
+
key: "1fwkro"
|
|
613
|
+
}],
|
|
614
|
+
["circle", {
|
|
615
|
+
cx: "15",
|
|
616
|
+
cy: "15",
|
|
617
|
+
r: "2",
|
|
618
|
+
key: "3i40o0"
|
|
619
|
+
}]
|
|
620
|
+
]
|
|
621
|
+
}), Be = j({
|
|
622
|
+
name: "circle",
|
|
623
|
+
size: 24,
|
|
624
|
+
node: [["circle", {
|
|
625
|
+
cx: "12",
|
|
626
|
+
cy: "12",
|
|
627
|
+
r: "10",
|
|
628
|
+
key: "1mglay"
|
|
629
|
+
}]]
|
|
630
|
+
}), Ve = j({
|
|
631
|
+
name: "clipboard",
|
|
632
|
+
size: 24,
|
|
633
|
+
node: [["rect", {
|
|
634
|
+
width: "8",
|
|
635
|
+
height: "4",
|
|
636
|
+
x: "8",
|
|
637
|
+
y: "2",
|
|
638
|
+
rx: "1",
|
|
639
|
+
ry: "1",
|
|
640
|
+
key: "tgr4d6"
|
|
641
|
+
}], ["path", {
|
|
642
|
+
d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",
|
|
643
|
+
key: "116196"
|
|
644
|
+
}]]
|
|
645
|
+
}), He = j({
|
|
646
|
+
name: "clock",
|
|
647
|
+
size: 24,
|
|
648
|
+
node: [["circle", {
|
|
649
|
+
cx: "12",
|
|
650
|
+
cy: "12",
|
|
651
|
+
r: "10",
|
|
652
|
+
key: "1mglay"
|
|
653
|
+
}], ["path", {
|
|
654
|
+
d: "M12 6v6l4 2",
|
|
655
|
+
key: "mmk7yg"
|
|
656
|
+
}]]
|
|
657
|
+
}), Ue = j({
|
|
658
|
+
name: "cloud",
|
|
659
|
+
size: 24,
|
|
660
|
+
node: [["path", {
|
|
661
|
+
d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",
|
|
662
|
+
key: "p7xjir"
|
|
663
|
+
}]]
|
|
664
|
+
}), We = j({
|
|
665
|
+
name: "code",
|
|
666
|
+
size: 24,
|
|
667
|
+
node: [["path", {
|
|
668
|
+
d: "m16 18 6-6-6-6",
|
|
669
|
+
key: "eg8j8"
|
|
670
|
+
}], ["path", {
|
|
671
|
+
d: "m8 6-6 6 6 6",
|
|
672
|
+
key: "ppft3o"
|
|
673
|
+
}]]
|
|
674
|
+
}), Ge = j({
|
|
675
|
+
name: "coffee",
|
|
676
|
+
size: 24,
|
|
677
|
+
node: [
|
|
678
|
+
["path", {
|
|
679
|
+
d: "M10 2v2",
|
|
680
|
+
key: "7u0qdc"
|
|
681
|
+
}],
|
|
682
|
+
["path", {
|
|
683
|
+
d: "M14 2v2",
|
|
684
|
+
key: "6buw04"
|
|
685
|
+
}],
|
|
686
|
+
["path", {
|
|
687
|
+
d: "M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",
|
|
688
|
+
key: "pwadti"
|
|
689
|
+
}],
|
|
690
|
+
["path", {
|
|
691
|
+
d: "M6 2v2",
|
|
692
|
+
key: "colzsn"
|
|
693
|
+
}]
|
|
694
|
+
]
|
|
695
|
+
}), Ke = j({
|
|
696
|
+
name: "compass",
|
|
697
|
+
size: 24,
|
|
698
|
+
node: [["circle", {
|
|
699
|
+
cx: "12",
|
|
700
|
+
cy: "12",
|
|
701
|
+
r: "10",
|
|
702
|
+
key: "1mglay"
|
|
703
|
+
}], ["path", {
|
|
704
|
+
d: "m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z",
|
|
705
|
+
key: "9ktpf1"
|
|
706
|
+
}]]
|
|
707
|
+
}), qe = j({
|
|
708
|
+
name: "contact",
|
|
709
|
+
size: 24,
|
|
710
|
+
node: [
|
|
711
|
+
["path", {
|
|
712
|
+
d: "M16 2v2",
|
|
713
|
+
key: "scm5qe"
|
|
714
|
+
}],
|
|
715
|
+
["path", {
|
|
716
|
+
d: "M7 21v-2a2 2 0 012-2h6a2 2 0 012 2v2",
|
|
717
|
+
key: "k82dct"
|
|
718
|
+
}],
|
|
719
|
+
["path", {
|
|
720
|
+
d: "M8 2v2",
|
|
721
|
+
key: "pbkmx"
|
|
722
|
+
}],
|
|
723
|
+
["circle", {
|
|
724
|
+
cx: "12",
|
|
725
|
+
cy: "10",
|
|
726
|
+
r: "3",
|
|
727
|
+
key: "ilqhr7"
|
|
728
|
+
}],
|
|
729
|
+
["rect", {
|
|
730
|
+
x: "3",
|
|
731
|
+
y: "3",
|
|
732
|
+
width: "18",
|
|
733
|
+
height: "18",
|
|
734
|
+
rx: "2",
|
|
735
|
+
key: "h1oib"
|
|
736
|
+
}]
|
|
737
|
+
]
|
|
738
|
+
}), Je = j({
|
|
739
|
+
name: "copy",
|
|
740
|
+
size: 24,
|
|
741
|
+
node: [["rect", {
|
|
742
|
+
width: "14",
|
|
743
|
+
height: "14",
|
|
744
|
+
x: "8",
|
|
745
|
+
y: "8",
|
|
746
|
+
rx: "2",
|
|
747
|
+
ry: "2",
|
|
748
|
+
key: "17jyea"
|
|
749
|
+
}], ["path", {
|
|
750
|
+
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
|
|
751
|
+
key: "zix9uf"
|
|
752
|
+
}]]
|
|
753
|
+
}), Ye = j({
|
|
754
|
+
name: "corner-left-up",
|
|
755
|
+
size: 24,
|
|
756
|
+
node: [["path", {
|
|
757
|
+
d: "M14 9 9 4 4 9",
|
|
758
|
+
key: "1af5af"
|
|
759
|
+
}], ["path", {
|
|
760
|
+
d: "M20 20h-7a4 4 0 0 1-4-4V4",
|
|
761
|
+
key: "1blwi3"
|
|
762
|
+
}]]
|
|
763
|
+
}), Xe = j({
|
|
764
|
+
name: "cpu",
|
|
765
|
+
size: 24,
|
|
766
|
+
node: [
|
|
767
|
+
["path", {
|
|
768
|
+
d: "M12 20v2",
|
|
769
|
+
key: "1lh1kg"
|
|
770
|
+
}],
|
|
771
|
+
["path", {
|
|
772
|
+
d: "M12 2v2",
|
|
773
|
+
key: "tus03m"
|
|
774
|
+
}],
|
|
775
|
+
["path", {
|
|
776
|
+
d: "M17 20v2",
|
|
777
|
+
key: "1rnc9c"
|
|
778
|
+
}],
|
|
779
|
+
["path", {
|
|
780
|
+
d: "M17 2v2",
|
|
781
|
+
key: "11trls"
|
|
782
|
+
}],
|
|
783
|
+
["path", {
|
|
784
|
+
d: "M2 12h2",
|
|
785
|
+
key: "1t8f8n"
|
|
786
|
+
}],
|
|
787
|
+
["path", {
|
|
788
|
+
d: "M2 17h2",
|
|
789
|
+
key: "7oei6x"
|
|
790
|
+
}],
|
|
791
|
+
["path", {
|
|
792
|
+
d: "M2 7h2",
|
|
793
|
+
key: "asdhe0"
|
|
794
|
+
}],
|
|
795
|
+
["path", {
|
|
796
|
+
d: "M20 12h2",
|
|
797
|
+
key: "1q8mjw"
|
|
798
|
+
}],
|
|
799
|
+
["path", {
|
|
800
|
+
d: "M20 17h2",
|
|
801
|
+
key: "1fpfkl"
|
|
802
|
+
}],
|
|
803
|
+
["path", {
|
|
804
|
+
d: "M20 7h2",
|
|
805
|
+
key: "1o8tra"
|
|
806
|
+
}],
|
|
807
|
+
["path", {
|
|
808
|
+
d: "M7 20v2",
|
|
809
|
+
key: "4gnj0m"
|
|
810
|
+
}],
|
|
811
|
+
["path", {
|
|
812
|
+
d: "M7 2v2",
|
|
813
|
+
key: "1i4yhu"
|
|
814
|
+
}],
|
|
815
|
+
["rect", {
|
|
816
|
+
x: "4",
|
|
817
|
+
y: "4",
|
|
818
|
+
width: "16",
|
|
819
|
+
height: "16",
|
|
820
|
+
rx: "2",
|
|
821
|
+
key: "1vbyd7"
|
|
822
|
+
}],
|
|
823
|
+
["rect", {
|
|
824
|
+
x: "8",
|
|
825
|
+
y: "8",
|
|
826
|
+
width: "8",
|
|
827
|
+
height: "8",
|
|
828
|
+
rx: "1",
|
|
829
|
+
key: "z9xiuo"
|
|
830
|
+
}]
|
|
831
|
+
]
|
|
832
|
+
}), Ze = j({
|
|
833
|
+
name: "crosshair",
|
|
834
|
+
size: 24,
|
|
835
|
+
node: [
|
|
836
|
+
["circle", {
|
|
837
|
+
cx: "12",
|
|
838
|
+
cy: "12",
|
|
839
|
+
r: "10",
|
|
840
|
+
key: "1mglay"
|
|
841
|
+
}],
|
|
842
|
+
["line", {
|
|
843
|
+
x1: "22",
|
|
844
|
+
x2: "18",
|
|
845
|
+
y1: "12",
|
|
846
|
+
y2: "12",
|
|
847
|
+
key: "l9bcsi"
|
|
848
|
+
}],
|
|
849
|
+
["line", {
|
|
850
|
+
x1: "6",
|
|
851
|
+
x2: "2",
|
|
852
|
+
y1: "12",
|
|
853
|
+
y2: "12",
|
|
854
|
+
key: "13hhkx"
|
|
855
|
+
}],
|
|
856
|
+
["line", {
|
|
857
|
+
x1: "12",
|
|
858
|
+
x2: "12",
|
|
859
|
+
y1: "6",
|
|
860
|
+
y2: "2",
|
|
861
|
+
key: "10w3f3"
|
|
862
|
+
}],
|
|
863
|
+
["line", {
|
|
864
|
+
x1: "12",
|
|
865
|
+
x2: "12",
|
|
866
|
+
y1: "22",
|
|
867
|
+
y2: "18",
|
|
868
|
+
key: "15g9kq"
|
|
869
|
+
}]
|
|
870
|
+
]
|
|
871
|
+
}), Qe = j({
|
|
872
|
+
name: "crown",
|
|
873
|
+
size: 24,
|
|
874
|
+
node: [["path", {
|
|
875
|
+
d: "M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",
|
|
876
|
+
key: "1vdc57"
|
|
877
|
+
}], ["path", {
|
|
878
|
+
d: "M5 21h14",
|
|
879
|
+
key: "11awu3"
|
|
880
|
+
}]]
|
|
881
|
+
}), $e = j({
|
|
882
|
+
name: "database",
|
|
883
|
+
size: 24,
|
|
884
|
+
node: [
|
|
885
|
+
["ellipse", {
|
|
886
|
+
cx: "12",
|
|
887
|
+
cy: "5",
|
|
888
|
+
rx: "9",
|
|
889
|
+
ry: "3",
|
|
890
|
+
key: "msslwz"
|
|
891
|
+
}],
|
|
892
|
+
["path", {
|
|
893
|
+
d: "M3 5V19A9 3 0 0 0 21 19V5",
|
|
894
|
+
key: "1wlel7"
|
|
895
|
+
}],
|
|
896
|
+
["path", {
|
|
897
|
+
d: "M3 12A9 3 0 0 0 21 12",
|
|
898
|
+
key: "mv7ke4"
|
|
899
|
+
}]
|
|
900
|
+
]
|
|
901
|
+
}), et = j({
|
|
902
|
+
name: "diamond",
|
|
903
|
+
size: 24,
|
|
904
|
+
node: [["path", {
|
|
905
|
+
d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",
|
|
906
|
+
key: "1f1r0c"
|
|
907
|
+
}]]
|
|
908
|
+
}), tt = j({
|
|
909
|
+
name: "download",
|
|
910
|
+
size: 24,
|
|
911
|
+
node: [
|
|
912
|
+
["path", {
|
|
913
|
+
d: "M12 15V3",
|
|
914
|
+
key: "m9g1x1"
|
|
915
|
+
}],
|
|
916
|
+
["path", {
|
|
917
|
+
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",
|
|
918
|
+
key: "ih7n3h"
|
|
919
|
+
}],
|
|
920
|
+
["path", {
|
|
921
|
+
d: "m7 10 5 5 5-5",
|
|
922
|
+
key: "brsn70"
|
|
923
|
+
}]
|
|
924
|
+
]
|
|
925
|
+
}), nt = j({
|
|
926
|
+
name: "droplet",
|
|
927
|
+
size: 24,
|
|
928
|
+
node: [["path", {
|
|
929
|
+
d: "M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",
|
|
930
|
+
key: "c7niix"
|
|
931
|
+
}]]
|
|
932
|
+
}), B = j({
|
|
933
|
+
name: "ellipsis",
|
|
934
|
+
size: 24,
|
|
935
|
+
node: [
|
|
936
|
+
["circle", {
|
|
937
|
+
cx: "12",
|
|
938
|
+
cy: "12",
|
|
939
|
+
r: "1",
|
|
940
|
+
key: "41hilf"
|
|
941
|
+
}],
|
|
942
|
+
["circle", {
|
|
943
|
+
cx: "19",
|
|
944
|
+
cy: "12",
|
|
945
|
+
r: "1",
|
|
946
|
+
key: "1wjl8i"
|
|
947
|
+
}],
|
|
948
|
+
["circle", {
|
|
949
|
+
cx: "5",
|
|
950
|
+
cy: "12",
|
|
951
|
+
r: "1",
|
|
952
|
+
key: "1pcz8c"
|
|
953
|
+
}]
|
|
954
|
+
],
|
|
955
|
+
aliases: ["more-horizontal"]
|
|
956
|
+
}), rt = j({
|
|
957
|
+
name: "external-link",
|
|
958
|
+
size: 24,
|
|
959
|
+
node: [
|
|
960
|
+
["path", {
|
|
961
|
+
d: "M15 3h6v6",
|
|
962
|
+
key: "1q9fwt"
|
|
963
|
+
}],
|
|
964
|
+
["path", {
|
|
965
|
+
d: "M10 14 21 3",
|
|
966
|
+
key: "gplh6r"
|
|
967
|
+
}],
|
|
968
|
+
["path", {
|
|
969
|
+
d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",
|
|
970
|
+
key: "a6xqqp"
|
|
971
|
+
}]
|
|
972
|
+
]
|
|
973
|
+
}), it = j({
|
|
974
|
+
name: "eye",
|
|
975
|
+
size: 24,
|
|
976
|
+
node: [["path", {
|
|
977
|
+
d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",
|
|
978
|
+
key: "1nclc0"
|
|
979
|
+
}], ["circle", {
|
|
980
|
+
cx: "12",
|
|
981
|
+
cy: "12",
|
|
982
|
+
r: "3",
|
|
983
|
+
key: "1v7zrd"
|
|
984
|
+
}]]
|
|
985
|
+
}), at = j({
|
|
986
|
+
name: "file-code",
|
|
987
|
+
size: 24,
|
|
988
|
+
node: [
|
|
989
|
+
["path", {
|
|
990
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
991
|
+
key: "1oefj6"
|
|
992
|
+
}],
|
|
993
|
+
["path", {
|
|
994
|
+
d: "M14 2v5a1 1 0 0 0 1 1h5",
|
|
995
|
+
key: "wfsgrz"
|
|
996
|
+
}],
|
|
997
|
+
["path", {
|
|
998
|
+
d: "M10 12.5 8 15l2 2.5",
|
|
999
|
+
key: "1tg20x"
|
|
1000
|
+
}],
|
|
1001
|
+
["path", {
|
|
1002
|
+
d: "m14 12.5 2 2.5-2 2.5",
|
|
1003
|
+
key: "yinavb"
|
|
1004
|
+
}]
|
|
1005
|
+
]
|
|
1006
|
+
}), ot = j({
|
|
1007
|
+
name: "file-text",
|
|
1008
|
+
size: 24,
|
|
1009
|
+
node: [
|
|
1010
|
+
["path", {
|
|
1011
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
1012
|
+
key: "1oefj6"
|
|
1013
|
+
}],
|
|
1014
|
+
["path", {
|
|
1015
|
+
d: "M14 2v5a1 1 0 0 0 1 1h5",
|
|
1016
|
+
key: "wfsgrz"
|
|
1017
|
+
}],
|
|
1018
|
+
["path", {
|
|
1019
|
+
d: "M10 9H8",
|
|
1020
|
+
key: "b1mrlr"
|
|
1021
|
+
}],
|
|
1022
|
+
["path", {
|
|
1023
|
+
d: "M16 13H8",
|
|
1024
|
+
key: "t4e002"
|
|
1025
|
+
}],
|
|
1026
|
+
["path", {
|
|
1027
|
+
d: "M16 17H8",
|
|
1028
|
+
key: "z1uh3a"
|
|
1029
|
+
}]
|
|
1030
|
+
]
|
|
1031
|
+
}), st = j({
|
|
1032
|
+
name: "file",
|
|
1033
|
+
size: 24,
|
|
1034
|
+
node: [["path", {
|
|
1035
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
1036
|
+
key: "1oefj6"
|
|
1037
|
+
}], ["path", {
|
|
1038
|
+
d: "M14 2v5a1 1 0 0 0 1 1h5",
|
|
1039
|
+
key: "wfsgrz"
|
|
1040
|
+
}]]
|
|
1041
|
+
}), ct = j({
|
|
1042
|
+
name: "film",
|
|
1043
|
+
size: 24,
|
|
1044
|
+
node: [
|
|
1045
|
+
["rect", {
|
|
1046
|
+
width: "18",
|
|
1047
|
+
height: "18",
|
|
1048
|
+
x: "3",
|
|
1049
|
+
y: "3",
|
|
1050
|
+
rx: "2",
|
|
1051
|
+
key: "afitv7"
|
|
1052
|
+
}],
|
|
1053
|
+
["path", {
|
|
1054
|
+
d: "M7 3v18",
|
|
1055
|
+
key: "bbkbws"
|
|
1056
|
+
}],
|
|
1057
|
+
["path", {
|
|
1058
|
+
d: "M3 7.5h4",
|
|
1059
|
+
key: "zfgn84"
|
|
1060
|
+
}],
|
|
1061
|
+
["path", {
|
|
1062
|
+
d: "M3 12h18",
|
|
1063
|
+
key: "1i2n21"
|
|
1064
|
+
}],
|
|
1065
|
+
["path", {
|
|
1066
|
+
d: "M3 16.5h4",
|
|
1067
|
+
key: "1230mu"
|
|
1068
|
+
}],
|
|
1069
|
+
["path", {
|
|
1070
|
+
d: "M17 3v18",
|
|
1071
|
+
key: "in4fa5"
|
|
1072
|
+
}],
|
|
1073
|
+
["path", {
|
|
1074
|
+
d: "M17 7.5h4",
|
|
1075
|
+
key: "myr1c1"
|
|
1076
|
+
}],
|
|
1077
|
+
["path", {
|
|
1078
|
+
d: "M17 16.5h4",
|
|
1079
|
+
key: "go4c1d"
|
|
1080
|
+
}]
|
|
1081
|
+
]
|
|
1082
|
+
}), lt = j({
|
|
1083
|
+
name: "flag",
|
|
1084
|
+
size: 24,
|
|
1085
|
+
node: [["path", {
|
|
1086
|
+
d: "M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",
|
|
1087
|
+
key: "1jaruq"
|
|
1088
|
+
}]]
|
|
1089
|
+
}), ut = j({
|
|
1090
|
+
name: "flame",
|
|
1091
|
+
size: 24,
|
|
1092
|
+
node: [["path", {
|
|
1093
|
+
d: "M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4",
|
|
1094
|
+
key: "1slcih"
|
|
1095
|
+
}]]
|
|
1096
|
+
}), dt = j({
|
|
1097
|
+
name: "flask-conical",
|
|
1098
|
+
size: 24,
|
|
1099
|
+
node: [
|
|
1100
|
+
["path", {
|
|
1101
|
+
d: "M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",
|
|
1102
|
+
key: "18mbvz"
|
|
1103
|
+
}],
|
|
1104
|
+
["path", {
|
|
1105
|
+
d: "M6.453 15h11.094",
|
|
1106
|
+
key: "3shlmq"
|
|
1107
|
+
}],
|
|
1108
|
+
["path", {
|
|
1109
|
+
d: "M8.5 2h7",
|
|
1110
|
+
key: "csnxdl"
|
|
1111
|
+
}]
|
|
1112
|
+
]
|
|
1113
|
+
}), ft = j({
|
|
1114
|
+
name: "flower-2",
|
|
1115
|
+
size: 24,
|
|
1116
|
+
node: [
|
|
1117
|
+
["path", {
|
|
1118
|
+
d: "M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",
|
|
1119
|
+
key: "3pnvol"
|
|
1120
|
+
}],
|
|
1121
|
+
["circle", {
|
|
1122
|
+
cx: "12",
|
|
1123
|
+
cy: "8",
|
|
1124
|
+
r: "2",
|
|
1125
|
+
key: "1822b1"
|
|
1126
|
+
}],
|
|
1127
|
+
["path", {
|
|
1128
|
+
d: "M12 10v12",
|
|
1129
|
+
key: "6ubwww"
|
|
1130
|
+
}],
|
|
1131
|
+
["path", {
|
|
1132
|
+
d: "M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",
|
|
1133
|
+
key: "9hd38g"
|
|
1134
|
+
}],
|
|
1135
|
+
["path", {
|
|
1136
|
+
d: "M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",
|
|
1137
|
+
key: "ufn41s"
|
|
1138
|
+
}]
|
|
1139
|
+
]
|
|
1140
|
+
}), V = j({
|
|
1141
|
+
name: "folder",
|
|
1142
|
+
size: 24,
|
|
1143
|
+
node: [["path", {
|
|
1144
|
+
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
1145
|
+
key: "1kt360"
|
|
1146
|
+
}]]
|
|
1147
|
+
}), pt = j({
|
|
1148
|
+
name: "funnel",
|
|
1149
|
+
size: 24,
|
|
1150
|
+
node: [["path", {
|
|
1151
|
+
d: "M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",
|
|
1152
|
+
key: "sc7q7i"
|
|
1153
|
+
}]],
|
|
1154
|
+
aliases: ["filter"]
|
|
1155
|
+
}), mt = j({
|
|
1156
|
+
name: "gamepad-2",
|
|
1157
|
+
size: 24,
|
|
1158
|
+
node: [
|
|
1159
|
+
["line", {
|
|
1160
|
+
x1: "6",
|
|
1161
|
+
x2: "10",
|
|
1162
|
+
y1: "11",
|
|
1163
|
+
y2: "11",
|
|
1164
|
+
key: "1gktln"
|
|
1165
|
+
}],
|
|
1166
|
+
["line", {
|
|
1167
|
+
x1: "8",
|
|
1168
|
+
x2: "8",
|
|
1169
|
+
y1: "9",
|
|
1170
|
+
y2: "13",
|
|
1171
|
+
key: "qnk9ow"
|
|
1172
|
+
}],
|
|
1173
|
+
["line", {
|
|
1174
|
+
x1: "15",
|
|
1175
|
+
x2: "15.01",
|
|
1176
|
+
y1: "12",
|
|
1177
|
+
y2: "12",
|
|
1178
|
+
key: "krot7o"
|
|
1179
|
+
}],
|
|
1180
|
+
["line", {
|
|
1181
|
+
x1: "18",
|
|
1182
|
+
x2: "18.01",
|
|
1183
|
+
y1: "10",
|
|
1184
|
+
y2: "10",
|
|
1185
|
+
key: "1lcuu1"
|
|
1186
|
+
}],
|
|
1187
|
+
["path", {
|
|
1188
|
+
d: "M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",
|
|
1189
|
+
key: "mfqc10"
|
|
1190
|
+
}]
|
|
1191
|
+
]
|
|
1192
|
+
}), ht = j({
|
|
1193
|
+
name: "gift",
|
|
1194
|
+
size: 24,
|
|
1195
|
+
node: [
|
|
1196
|
+
["path", {
|
|
1197
|
+
d: "M12 7v14",
|
|
1198
|
+
key: "1akyts"
|
|
1199
|
+
}],
|
|
1200
|
+
["path", {
|
|
1201
|
+
d: "M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",
|
|
1202
|
+
key: "1sqzm4"
|
|
1203
|
+
}],
|
|
1204
|
+
["path", {
|
|
1205
|
+
d: "M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5",
|
|
1206
|
+
key: "kc0143"
|
|
1207
|
+
}],
|
|
1208
|
+
["rect", {
|
|
1209
|
+
x: "3",
|
|
1210
|
+
y: "7",
|
|
1211
|
+
width: "18",
|
|
1212
|
+
height: "4",
|
|
1213
|
+
rx: "1",
|
|
1214
|
+
key: "1hberx"
|
|
1215
|
+
}]
|
|
1216
|
+
]
|
|
1217
|
+
}), gt = j({
|
|
1218
|
+
name: "glasses",
|
|
1219
|
+
size: 24,
|
|
1220
|
+
node: [
|
|
1221
|
+
["circle", {
|
|
1222
|
+
cx: "6",
|
|
1223
|
+
cy: "15",
|
|
1224
|
+
r: "4",
|
|
1225
|
+
key: "vux9w4"
|
|
1226
|
+
}],
|
|
1227
|
+
["circle", {
|
|
1228
|
+
cx: "18",
|
|
1229
|
+
cy: "15",
|
|
1230
|
+
r: "4",
|
|
1231
|
+
key: "18o8ve"
|
|
1232
|
+
}],
|
|
1233
|
+
["path", {
|
|
1234
|
+
d: "M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",
|
|
1235
|
+
key: "1ag4bs"
|
|
1236
|
+
}],
|
|
1237
|
+
["path", {
|
|
1238
|
+
d: "M2.5 13 5 7c.7-1.3 1.4-2 3-2",
|
|
1239
|
+
key: "1hm1gs"
|
|
1240
|
+
}],
|
|
1241
|
+
["path", {
|
|
1242
|
+
d: "M21.5 13 19 7c-.7-1.3-1.5-2-3-2",
|
|
1243
|
+
key: "1r31ai"
|
|
1244
|
+
}]
|
|
1245
|
+
]
|
|
1246
|
+
}), _t = j({
|
|
1247
|
+
name: "globe",
|
|
1248
|
+
size: 24,
|
|
1249
|
+
node: [
|
|
1250
|
+
["circle", {
|
|
1251
|
+
cx: "12",
|
|
1252
|
+
cy: "12",
|
|
1253
|
+
r: "10",
|
|
1254
|
+
key: "1mglay"
|
|
1255
|
+
}],
|
|
1256
|
+
["path", {
|
|
1257
|
+
d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",
|
|
1258
|
+
key: "13o1zl"
|
|
1259
|
+
}],
|
|
1260
|
+
["path", {
|
|
1261
|
+
d: "M2 12h20",
|
|
1262
|
+
key: "9i4pu4"
|
|
1263
|
+
}]
|
|
1264
|
+
]
|
|
1265
|
+
}), vt = j({
|
|
1266
|
+
name: "graduation-cap",
|
|
1267
|
+
size: 24,
|
|
1268
|
+
node: [
|
|
1269
|
+
["path", {
|
|
1270
|
+
d: "M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",
|
|
1271
|
+
key: "j76jl0"
|
|
1272
|
+
}],
|
|
1273
|
+
["path", {
|
|
1274
|
+
d: "M22 10v6",
|
|
1275
|
+
key: "1lu8f3"
|
|
1276
|
+
}],
|
|
1277
|
+
["path", {
|
|
1278
|
+
d: "M6 12.5V16a6 3 0 0 0 12 0v-3.5",
|
|
1279
|
+
key: "1r8lef"
|
|
1280
|
+
}]
|
|
1281
|
+
]
|
|
1282
|
+
}), yt = j({
|
|
1283
|
+
name: "hammer",
|
|
1284
|
+
size: 24,
|
|
1285
|
+
node: [
|
|
1286
|
+
["path", {
|
|
1287
|
+
d: "m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9",
|
|
1288
|
+
key: "1hayfq"
|
|
1289
|
+
}],
|
|
1290
|
+
["path", {
|
|
1291
|
+
d: "m18 15 4-4",
|
|
1292
|
+
key: "16gjal"
|
|
1293
|
+
}],
|
|
1294
|
+
["path", {
|
|
1295
|
+
d: "m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",
|
|
1296
|
+
key: "15ts47"
|
|
1297
|
+
}]
|
|
1298
|
+
]
|
|
1299
|
+
}), bt = j({
|
|
1300
|
+
name: "hand",
|
|
1301
|
+
size: 24,
|
|
1302
|
+
node: [
|
|
1303
|
+
["path", {
|
|
1304
|
+
d: "M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",
|
|
1305
|
+
key: "1fvzgz"
|
|
1306
|
+
}],
|
|
1307
|
+
["path", {
|
|
1308
|
+
d: "M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",
|
|
1309
|
+
key: "1kc0my"
|
|
1310
|
+
}],
|
|
1311
|
+
["path", {
|
|
1312
|
+
d: "M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",
|
|
1313
|
+
key: "10h0bg"
|
|
1314
|
+
}],
|
|
1315
|
+
["path", {
|
|
1316
|
+
d: "M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",
|
|
1317
|
+
key: "1s1gnw"
|
|
1318
|
+
}]
|
|
1319
|
+
]
|
|
1320
|
+
}), xt = j({
|
|
1321
|
+
name: "hash",
|
|
1322
|
+
size: 24,
|
|
1323
|
+
node: [
|
|
1324
|
+
["line", {
|
|
1325
|
+
x1: "4",
|
|
1326
|
+
x2: "20",
|
|
1327
|
+
y1: "9",
|
|
1328
|
+
y2: "9",
|
|
1329
|
+
key: "4lhtct"
|
|
1330
|
+
}],
|
|
1331
|
+
["line", {
|
|
1332
|
+
x1: "4",
|
|
1333
|
+
x2: "20",
|
|
1334
|
+
y1: "15",
|
|
1335
|
+
y2: "15",
|
|
1336
|
+
key: "vyu0kd"
|
|
1337
|
+
}],
|
|
1338
|
+
["line", {
|
|
1339
|
+
x1: "10",
|
|
1340
|
+
x2: "8",
|
|
1341
|
+
y1: "3",
|
|
1342
|
+
y2: "21",
|
|
1343
|
+
key: "1ggp8o"
|
|
1344
|
+
}],
|
|
1345
|
+
["line", {
|
|
1346
|
+
x1: "16",
|
|
1347
|
+
x2: "14",
|
|
1348
|
+
y1: "3",
|
|
1349
|
+
y2: "21",
|
|
1350
|
+
key: "weycgp"
|
|
1351
|
+
}]
|
|
1352
|
+
]
|
|
1353
|
+
}), St = j({
|
|
1354
|
+
name: "headphones",
|
|
1355
|
+
size: 24,
|
|
1356
|
+
node: [["path", {
|
|
1357
|
+
d: "M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",
|
|
1358
|
+
key: "1xhozi"
|
|
1359
|
+
}]]
|
|
1360
|
+
}), Ct = j({
|
|
1361
|
+
name: "heart",
|
|
1362
|
+
size: 24,
|
|
1363
|
+
node: [["path", {
|
|
1364
|
+
d: "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",
|
|
1365
|
+
key: "mvr1a0"
|
|
1366
|
+
}]]
|
|
1367
|
+
}), wt = j({
|
|
1368
|
+
name: "hexagon",
|
|
1369
|
+
size: 24,
|
|
1370
|
+
node: [["path", {
|
|
1371
|
+
d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",
|
|
1372
|
+
key: "yt0hxn"
|
|
1373
|
+
}]]
|
|
1374
|
+
}), Tt = j({
|
|
1375
|
+
name: "hourglass",
|
|
1376
|
+
size: 24,
|
|
1377
|
+
node: [
|
|
1378
|
+
["path", {
|
|
1379
|
+
d: "M5 22h14",
|
|
1380
|
+
key: "ehvnwv"
|
|
1381
|
+
}],
|
|
1382
|
+
["path", {
|
|
1383
|
+
d: "M5 2h14",
|
|
1384
|
+
key: "pdyrp9"
|
|
1385
|
+
}],
|
|
1386
|
+
["path", {
|
|
1387
|
+
d: "M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",
|
|
1388
|
+
key: "1d314k"
|
|
1389
|
+
}],
|
|
1390
|
+
["path", {
|
|
1391
|
+
d: "M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",
|
|
1392
|
+
key: "1vvvr6"
|
|
1393
|
+
}]
|
|
1394
|
+
]
|
|
1395
|
+
}), Et = j({
|
|
1396
|
+
name: "house",
|
|
1397
|
+
size: 24,
|
|
1398
|
+
node: [["path", {
|
|
1399
|
+
d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",
|
|
1400
|
+
key: "5wwlr5"
|
|
1401
|
+
}], ["path", {
|
|
1402
|
+
d: "M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",
|
|
1403
|
+
key: "r6nss1"
|
|
1404
|
+
}]],
|
|
1405
|
+
aliases: ["home"]
|
|
1406
|
+
}), Dt = j({
|
|
1407
|
+
name: "image",
|
|
1408
|
+
size: 24,
|
|
1409
|
+
node: [
|
|
1410
|
+
["rect", {
|
|
1411
|
+
width: "18",
|
|
1412
|
+
height: "18",
|
|
1413
|
+
x: "3",
|
|
1414
|
+
y: "3",
|
|
1415
|
+
rx: "2",
|
|
1416
|
+
ry: "2",
|
|
1417
|
+
key: "1m3agn"
|
|
1418
|
+
}],
|
|
1419
|
+
["circle", {
|
|
1420
|
+
cx: "9",
|
|
1421
|
+
cy: "9",
|
|
1422
|
+
r: "2",
|
|
1423
|
+
key: "af1f0g"
|
|
1424
|
+
}],
|
|
1425
|
+
["path", {
|
|
1426
|
+
d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",
|
|
1427
|
+
key: "1xmnt7"
|
|
1428
|
+
}]
|
|
1429
|
+
]
|
|
1430
|
+
}), Ot = j({
|
|
1431
|
+
name: "inbox",
|
|
1432
|
+
size: 24,
|
|
1433
|
+
node: [["polyline", {
|
|
1434
|
+
points: "22 12 16 12 14 15 10 15 8 12 2 12",
|
|
1435
|
+
key: "o97t9d"
|
|
1436
|
+
}], ["path", {
|
|
1437
|
+
d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",
|
|
1438
|
+
key: "oot6mr"
|
|
1439
|
+
}]]
|
|
1440
|
+
}), kt = j({
|
|
1441
|
+
name: "infinity",
|
|
1442
|
+
size: 24,
|
|
1443
|
+
node: [["path", {
|
|
1444
|
+
d: "M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8",
|
|
1445
|
+
key: "18ogeb"
|
|
1446
|
+
}]]
|
|
1447
|
+
}), At = j({
|
|
1448
|
+
name: "info",
|
|
1449
|
+
size: 24,
|
|
1450
|
+
node: [
|
|
1451
|
+
["circle", {
|
|
1452
|
+
cx: "12",
|
|
1453
|
+
cy: "12",
|
|
1454
|
+
r: "10",
|
|
1455
|
+
key: "1mglay"
|
|
1456
|
+
}],
|
|
1457
|
+
["path", {
|
|
1458
|
+
d: "M12 16v-4",
|
|
1459
|
+
key: "1dtifu"
|
|
1460
|
+
}],
|
|
1461
|
+
["path", {
|
|
1462
|
+
d: "M12 8h.01",
|
|
1463
|
+
key: "e9boi3"
|
|
1464
|
+
}]
|
|
1465
|
+
]
|
|
1466
|
+
}), jt = j({
|
|
1467
|
+
name: "kanban",
|
|
1468
|
+
size: 24,
|
|
1469
|
+
node: [
|
|
1470
|
+
["path", {
|
|
1471
|
+
d: "M5 3v14",
|
|
1472
|
+
key: "9nsxs2"
|
|
1473
|
+
}],
|
|
1474
|
+
["path", {
|
|
1475
|
+
d: "M12 3v8",
|
|
1476
|
+
key: "1h2ygw"
|
|
1477
|
+
}],
|
|
1478
|
+
["path", {
|
|
1479
|
+
d: "M19 3v18",
|
|
1480
|
+
key: "1sk56x"
|
|
1481
|
+
}]
|
|
1482
|
+
]
|
|
1483
|
+
}), Mt = j({
|
|
1484
|
+
name: "key",
|
|
1485
|
+
size: 24,
|
|
1486
|
+
node: [
|
|
1487
|
+
["path", {
|
|
1488
|
+
d: "m2 21 9.6-9.6",
|
|
1489
|
+
key: "9l79m3"
|
|
1490
|
+
}],
|
|
1491
|
+
["path", {
|
|
1492
|
+
d: "m7.5 15.5 2.3 2.3a1 1 0 0 1 0 1.4l-2.1 2.1a1 1 0 0 1-1.4 0L4 19",
|
|
1493
|
+
key: "fw8biw"
|
|
1494
|
+
}],
|
|
1495
|
+
["circle", {
|
|
1496
|
+
cx: "15.5",
|
|
1497
|
+
cy: "7.5",
|
|
1498
|
+
r: "5.5",
|
|
1499
|
+
key: "4wxmhb"
|
|
1500
|
+
}]
|
|
1501
|
+
]
|
|
1502
|
+
}), Nt = j({
|
|
1503
|
+
name: "layers",
|
|
1504
|
+
size: 24,
|
|
1505
|
+
node: [
|
|
1506
|
+
["path", {
|
|
1507
|
+
d: "M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",
|
|
1508
|
+
key: "zw3jo"
|
|
1509
|
+
}],
|
|
1510
|
+
["path", {
|
|
1511
|
+
d: "M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",
|
|
1512
|
+
key: "1wduqc"
|
|
1513
|
+
}],
|
|
1514
|
+
["path", {
|
|
1515
|
+
d: "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",
|
|
1516
|
+
key: "kqbvx6"
|
|
1517
|
+
}]
|
|
1518
|
+
],
|
|
1519
|
+
aliases: ["layers-3"]
|
|
1520
|
+
}), Pt = j({
|
|
1521
|
+
name: "layout-grid",
|
|
1522
|
+
size: 24,
|
|
1523
|
+
node: [
|
|
1524
|
+
["rect", {
|
|
1525
|
+
width: "7",
|
|
1526
|
+
height: "7",
|
|
1527
|
+
x: "3",
|
|
1528
|
+
y: "3",
|
|
1529
|
+
rx: "1",
|
|
1530
|
+
key: "1g98yp"
|
|
1531
|
+
}],
|
|
1532
|
+
["rect", {
|
|
1533
|
+
width: "7",
|
|
1534
|
+
height: "7",
|
|
1535
|
+
x: "14",
|
|
1536
|
+
y: "3",
|
|
1537
|
+
rx: "1",
|
|
1538
|
+
key: "6d4xhi"
|
|
1539
|
+
}],
|
|
1540
|
+
["rect", {
|
|
1541
|
+
width: "7",
|
|
1542
|
+
height: "7",
|
|
1543
|
+
x: "14",
|
|
1544
|
+
y: "14",
|
|
1545
|
+
rx: "1",
|
|
1546
|
+
key: "nxv5o0"
|
|
1547
|
+
}],
|
|
1548
|
+
["rect", {
|
|
1549
|
+
width: "7",
|
|
1550
|
+
height: "7",
|
|
1551
|
+
x: "3",
|
|
1552
|
+
y: "14",
|
|
1553
|
+
rx: "1",
|
|
1554
|
+
key: "1bb6yr"
|
|
1555
|
+
}]
|
|
1556
|
+
]
|
|
1557
|
+
}), Ft = j({
|
|
1558
|
+
name: "leaf",
|
|
1559
|
+
size: 24,
|
|
1560
|
+
node: [["path", {
|
|
1561
|
+
d: "M11 20a10 10 0 0010-10 25.9 25.9 0 00-1.04-7.281 1 1 0 00-1.755-.325C15.833 5.5 13 5.5 9.8 6.1A7 7 0 0011 20",
|
|
1562
|
+
key: "1wjnjv"
|
|
1563
|
+
}], ["path", {
|
|
1564
|
+
d: "M2 21a5 5 0 012.911-4.544C7.613 15.212 8.351 15.24 11 13",
|
|
1565
|
+
key: "c1ejpn"
|
|
1566
|
+
}]]
|
|
1567
|
+
}), It = j({
|
|
1568
|
+
name: "library",
|
|
1569
|
+
size: 24,
|
|
1570
|
+
node: [
|
|
1571
|
+
["path", {
|
|
1572
|
+
d: "m16 6 4 14",
|
|
1573
|
+
key: "ji33uf"
|
|
1574
|
+
}],
|
|
1575
|
+
["path", {
|
|
1576
|
+
d: "M12 6v14",
|
|
1577
|
+
key: "1n7gus"
|
|
1578
|
+
}],
|
|
1579
|
+
["path", {
|
|
1580
|
+
d: "M8 8v12",
|
|
1581
|
+
key: "1gg7y9"
|
|
1582
|
+
}],
|
|
1583
|
+
["path", {
|
|
1584
|
+
d: "M4 4v16",
|
|
1585
|
+
key: "6qkkli"
|
|
1586
|
+
}]
|
|
1587
|
+
]
|
|
1588
|
+
}), Lt = j({
|
|
1589
|
+
name: "lightbulb",
|
|
1590
|
+
size: 24,
|
|
1591
|
+
node: [
|
|
1592
|
+
["path", {
|
|
1593
|
+
d: "M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",
|
|
1594
|
+
key: "1gvzjb"
|
|
1595
|
+
}],
|
|
1596
|
+
["path", {
|
|
1597
|
+
d: "M9 18h6",
|
|
1598
|
+
key: "x1upvd"
|
|
1599
|
+
}],
|
|
1600
|
+
["path", {
|
|
1601
|
+
d: "M10 22h4",
|
|
1602
|
+
key: "ceow96"
|
|
1603
|
+
}]
|
|
1604
|
+
]
|
|
1605
|
+
}), Rt = j({
|
|
1606
|
+
name: "link",
|
|
1607
|
+
size: 24,
|
|
1608
|
+
node: [["path", {
|
|
1609
|
+
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
|
1610
|
+
key: "1cjeqo"
|
|
1611
|
+
}], ["path", {
|
|
1612
|
+
d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",
|
|
1613
|
+
key: "19qd67"
|
|
1614
|
+
}]]
|
|
1615
|
+
}), zt = j({
|
|
1616
|
+
name: "list",
|
|
1617
|
+
size: 24,
|
|
1618
|
+
node: [
|
|
1619
|
+
["path", {
|
|
1620
|
+
d: "M3 5h.01",
|
|
1621
|
+
key: "18ugdj"
|
|
1622
|
+
}],
|
|
1623
|
+
["path", {
|
|
1624
|
+
d: "M3 12h.01",
|
|
1625
|
+
key: "nlz23k"
|
|
1626
|
+
}],
|
|
1627
|
+
["path", {
|
|
1628
|
+
d: "M3 19h.01",
|
|
1629
|
+
key: "noohij"
|
|
1630
|
+
}],
|
|
1631
|
+
["path", {
|
|
1632
|
+
d: "M8 5h13",
|
|
1633
|
+
key: "1pao27"
|
|
1634
|
+
}],
|
|
1635
|
+
["path", {
|
|
1636
|
+
d: "M8 12h13",
|
|
1637
|
+
key: "1za7za"
|
|
1638
|
+
}],
|
|
1639
|
+
["path", {
|
|
1640
|
+
d: "M8 19h13",
|
|
1641
|
+
key: "m83p4d"
|
|
1642
|
+
}]
|
|
1643
|
+
]
|
|
1644
|
+
}), Bt = j({
|
|
1645
|
+
name: "loader",
|
|
1646
|
+
size: 24,
|
|
1647
|
+
node: [
|
|
1648
|
+
["path", {
|
|
1649
|
+
d: "M12 2v4",
|
|
1650
|
+
key: "3427ic"
|
|
1651
|
+
}],
|
|
1652
|
+
["path", {
|
|
1653
|
+
d: "m16.2 7.8 2.9-2.9",
|
|
1654
|
+
key: "r700ao"
|
|
1655
|
+
}],
|
|
1656
|
+
["path", {
|
|
1657
|
+
d: "M18 12h4",
|
|
1658
|
+
key: "wj9ykh"
|
|
1659
|
+
}],
|
|
1660
|
+
["path", {
|
|
1661
|
+
d: "m16.2 16.2 2.9 2.9",
|
|
1662
|
+
key: "1bxg5t"
|
|
1663
|
+
}],
|
|
1664
|
+
["path", {
|
|
1665
|
+
d: "M12 18v4",
|
|
1666
|
+
key: "jadmvz"
|
|
1667
|
+
}],
|
|
1668
|
+
["path", {
|
|
1669
|
+
d: "m4.9 19.1 2.9-2.9",
|
|
1670
|
+
key: "bwix9q"
|
|
1671
|
+
}],
|
|
1672
|
+
["path", {
|
|
1673
|
+
d: "M2 12h4",
|
|
1674
|
+
key: "j09sii"
|
|
1675
|
+
}],
|
|
1676
|
+
["path", {
|
|
1677
|
+
d: "m4.9 4.9 2.9 2.9",
|
|
1678
|
+
key: "giyufr"
|
|
1679
|
+
}]
|
|
1680
|
+
]
|
|
1681
|
+
}), Vt = j({
|
|
1682
|
+
name: "lock",
|
|
1683
|
+
size: 24,
|
|
1684
|
+
node: [["rect", {
|
|
1685
|
+
width: "18",
|
|
1686
|
+
height: "11",
|
|
1687
|
+
x: "3",
|
|
1688
|
+
y: "11",
|
|
1689
|
+
rx: "2",
|
|
1690
|
+
ry: "2",
|
|
1691
|
+
key: "1w4ew1"
|
|
1692
|
+
}], ["path", {
|
|
1693
|
+
d: "M7 11V7a5 5 0 0 1 10 0v4",
|
|
1694
|
+
key: "fwvmzm"
|
|
1695
|
+
}]]
|
|
1696
|
+
}), Ht = j({
|
|
1697
|
+
name: "log-in",
|
|
1698
|
+
size: 24,
|
|
1699
|
+
node: [
|
|
1700
|
+
["path", {
|
|
1701
|
+
d: "m10 17 5-5-5-5",
|
|
1702
|
+
key: "1bsop3"
|
|
1703
|
+
}],
|
|
1704
|
+
["path", {
|
|
1705
|
+
d: "M15 12H3",
|
|
1706
|
+
key: "6jk70r"
|
|
1707
|
+
}],
|
|
1708
|
+
["path", {
|
|
1709
|
+
d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",
|
|
1710
|
+
key: "u53s6r"
|
|
1711
|
+
}]
|
|
1712
|
+
]
|
|
1713
|
+
}), Ut = j({
|
|
1714
|
+
name: "log-out",
|
|
1715
|
+
size: 24,
|
|
1716
|
+
node: [
|
|
1717
|
+
["path", {
|
|
1718
|
+
d: "m16 17 5-5-5-5",
|
|
1719
|
+
key: "1bji2h"
|
|
1720
|
+
}],
|
|
1721
|
+
["path", {
|
|
1722
|
+
d: "M21 12H9",
|
|
1723
|
+
key: "dn1m92"
|
|
1724
|
+
}],
|
|
1725
|
+
["path", {
|
|
1726
|
+
d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",
|
|
1727
|
+
key: "1uf3rs"
|
|
1728
|
+
}]
|
|
1729
|
+
]
|
|
1730
|
+
}), Wt = j({
|
|
1731
|
+
name: "magnet",
|
|
1732
|
+
size: 24,
|
|
1733
|
+
node: [
|
|
1734
|
+
["path", {
|
|
1735
|
+
d: "m12 15 4 4",
|
|
1736
|
+
key: "lnac28"
|
|
1737
|
+
}],
|
|
1738
|
+
["path", {
|
|
1739
|
+
d: "M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z",
|
|
1740
|
+
key: "nlhkjb"
|
|
1741
|
+
}],
|
|
1742
|
+
["path", {
|
|
1743
|
+
d: "m5 8 4 4",
|
|
1744
|
+
key: "j6kj7e"
|
|
1745
|
+
}]
|
|
1746
|
+
]
|
|
1747
|
+
}), Gt = j({
|
|
1748
|
+
name: "mail",
|
|
1749
|
+
size: 24,
|
|
1750
|
+
node: [["path", {
|
|
1751
|
+
d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7",
|
|
1752
|
+
key: "132q7q"
|
|
1753
|
+
}], ["rect", {
|
|
1754
|
+
x: "2",
|
|
1755
|
+
y: "4",
|
|
1756
|
+
width: "20",
|
|
1757
|
+
height: "16",
|
|
1758
|
+
rx: "2",
|
|
1759
|
+
key: "izxlao"
|
|
1760
|
+
}]]
|
|
1761
|
+
}), Kt = j({
|
|
1762
|
+
name: "map",
|
|
1763
|
+
size: 24,
|
|
1764
|
+
node: [
|
|
1765
|
+
["path", {
|
|
1766
|
+
d: "M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",
|
|
1767
|
+
key: "169xi5"
|
|
1768
|
+
}],
|
|
1769
|
+
["path", {
|
|
1770
|
+
d: "M15 5.764v15",
|
|
1771
|
+
key: "1pn4in"
|
|
1772
|
+
}],
|
|
1773
|
+
["path", {
|
|
1774
|
+
d: "M9 3.236v15",
|
|
1775
|
+
key: "1uimfh"
|
|
1776
|
+
}]
|
|
1777
|
+
]
|
|
1778
|
+
}), qt = j({
|
|
1779
|
+
name: "maximize-2",
|
|
1780
|
+
size: 24,
|
|
1781
|
+
node: [
|
|
1782
|
+
["path", {
|
|
1783
|
+
d: "M15 3h6v6",
|
|
1784
|
+
key: "1q9fwt"
|
|
1785
|
+
}],
|
|
1786
|
+
["path", {
|
|
1787
|
+
d: "m21 3-7 7",
|
|
1788
|
+
key: "1l2asr"
|
|
1789
|
+
}],
|
|
1790
|
+
["path", {
|
|
1791
|
+
d: "m3 21 7-7",
|
|
1792
|
+
key: "tjx5ai"
|
|
1793
|
+
}],
|
|
1794
|
+
["path", {
|
|
1795
|
+
d: "M9 21H3v-6",
|
|
1796
|
+
key: "wtvkvv"
|
|
1797
|
+
}]
|
|
1798
|
+
]
|
|
1799
|
+
}), Jt = j({
|
|
1800
|
+
name: "megaphone",
|
|
1801
|
+
size: 24,
|
|
1802
|
+
node: [
|
|
1803
|
+
["path", {
|
|
1804
|
+
d: "M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z",
|
|
1805
|
+
key: "q8bfy3"
|
|
1806
|
+
}],
|
|
1807
|
+
["path", {
|
|
1808
|
+
d: "M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14",
|
|
1809
|
+
key: "1853fq"
|
|
1810
|
+
}],
|
|
1811
|
+
["path", {
|
|
1812
|
+
d: "M8 6v8",
|
|
1813
|
+
key: "15ugcq"
|
|
1814
|
+
}]
|
|
1815
|
+
]
|
|
1816
|
+
}), Yt = j({
|
|
1817
|
+
name: "menu",
|
|
1818
|
+
size: 24,
|
|
1819
|
+
node: [
|
|
1820
|
+
["path", {
|
|
1821
|
+
d: "M4 5h16",
|
|
1822
|
+
key: "1tepv9"
|
|
1823
|
+
}],
|
|
1824
|
+
["path", {
|
|
1825
|
+
d: "M4 12h16",
|
|
1826
|
+
key: "1lakjw"
|
|
1827
|
+
}],
|
|
1828
|
+
["path", {
|
|
1829
|
+
d: "M4 19h16",
|
|
1830
|
+
key: "1djgab"
|
|
1831
|
+
}]
|
|
1832
|
+
]
|
|
1833
|
+
}), Xt = j({
|
|
1834
|
+
name: "message-circle",
|
|
1835
|
+
size: 24,
|
|
1836
|
+
node: [["path", {
|
|
1837
|
+
d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",
|
|
1838
|
+
key: "1sd12s"
|
|
1839
|
+
}]]
|
|
1840
|
+
}), Zt = j({
|
|
1841
|
+
name: "mic",
|
|
1842
|
+
size: 24,
|
|
1843
|
+
node: [
|
|
1844
|
+
["path", {
|
|
1845
|
+
d: "M12 19v3",
|
|
1846
|
+
key: "npa21l"
|
|
1847
|
+
}],
|
|
1848
|
+
["path", {
|
|
1849
|
+
d: "M19 10v2a7 7 0 0 1-14 0v-2",
|
|
1850
|
+
key: "1vc78b"
|
|
1851
|
+
}],
|
|
1852
|
+
["rect", {
|
|
1853
|
+
x: "9",
|
|
1854
|
+
y: "2",
|
|
1855
|
+
width: "6",
|
|
1856
|
+
height: "13",
|
|
1857
|
+
rx: "3",
|
|
1858
|
+
key: "s6n7sd"
|
|
1859
|
+
}]
|
|
1860
|
+
]
|
|
1861
|
+
}), Qt = j({
|
|
1862
|
+
name: "minimize-2",
|
|
1863
|
+
size: 24,
|
|
1864
|
+
node: [
|
|
1865
|
+
["path", {
|
|
1866
|
+
d: "m14 10 7-7",
|
|
1867
|
+
key: "oa77jy"
|
|
1868
|
+
}],
|
|
1869
|
+
["path", {
|
|
1870
|
+
d: "M20 10h-6V4",
|
|
1871
|
+
key: "mjg0md"
|
|
1872
|
+
}],
|
|
1873
|
+
["path", {
|
|
1874
|
+
d: "m3 21 7-7",
|
|
1875
|
+
key: "tjx5ai"
|
|
1876
|
+
}],
|
|
1877
|
+
["path", {
|
|
1878
|
+
d: "M4 14h6v6",
|
|
1879
|
+
key: "rmj7iw"
|
|
1880
|
+
}]
|
|
1881
|
+
]
|
|
1882
|
+
}), $t = j({
|
|
1883
|
+
name: "minus",
|
|
1884
|
+
size: 24,
|
|
1885
|
+
node: [["path", {
|
|
1886
|
+
d: "M5 12h14",
|
|
1887
|
+
key: "1ays0h"
|
|
1888
|
+
}]]
|
|
1889
|
+
}), en = j({
|
|
1890
|
+
name: "moon",
|
|
1891
|
+
size: 24,
|
|
1892
|
+
node: [["path", {
|
|
1893
|
+
d: "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",
|
|
1894
|
+
key: "kfwtm"
|
|
1895
|
+
}]]
|
|
1896
|
+
}), tn = j({
|
|
1897
|
+
name: "mountain",
|
|
1898
|
+
size: 24,
|
|
1899
|
+
node: [["path", {
|
|
1900
|
+
d: "m8 3 4 8 5-5 5 15H2L8 3z",
|
|
1901
|
+
key: "otkl63"
|
|
1902
|
+
}]]
|
|
1903
|
+
}), nn = j({
|
|
1904
|
+
name: "move",
|
|
1905
|
+
size: 24,
|
|
1906
|
+
node: [
|
|
1907
|
+
["path", {
|
|
1908
|
+
d: "M12 2v20",
|
|
1909
|
+
key: "t6zp3m"
|
|
1910
|
+
}],
|
|
1911
|
+
["path", {
|
|
1912
|
+
d: "m15 19-3 3-3-3",
|
|
1913
|
+
key: "11eu04"
|
|
1914
|
+
}],
|
|
1915
|
+
["path", {
|
|
1916
|
+
d: "m19 9 3 3-3 3",
|
|
1917
|
+
key: "1mg7y2"
|
|
1918
|
+
}],
|
|
1919
|
+
["path", {
|
|
1920
|
+
d: "M2 12h20",
|
|
1921
|
+
key: "9i4pu4"
|
|
1922
|
+
}],
|
|
1923
|
+
["path", {
|
|
1924
|
+
d: "m5 9-3 3 3 3",
|
|
1925
|
+
key: "j64kie"
|
|
1926
|
+
}],
|
|
1927
|
+
["path", {
|
|
1928
|
+
d: "m9 5 3-3 3 3",
|
|
1929
|
+
key: "l8vdw6"
|
|
1930
|
+
}]
|
|
1931
|
+
]
|
|
1932
|
+
}), rn = j({
|
|
1933
|
+
name: "music",
|
|
1934
|
+
size: 24,
|
|
1935
|
+
node: [
|
|
1936
|
+
["path", {
|
|
1937
|
+
d: "M9 18V5l12-2v13",
|
|
1938
|
+
key: "1jmyc2"
|
|
1939
|
+
}],
|
|
1940
|
+
["circle", {
|
|
1941
|
+
cx: "6",
|
|
1942
|
+
cy: "18",
|
|
1943
|
+
r: "3",
|
|
1944
|
+
key: "fqmcym"
|
|
1945
|
+
}],
|
|
1946
|
+
["circle", {
|
|
1947
|
+
cx: "18",
|
|
1948
|
+
cy: "16",
|
|
1949
|
+
r: "3",
|
|
1950
|
+
key: "1hluhg"
|
|
1951
|
+
}]
|
|
1952
|
+
]
|
|
1953
|
+
}), an = j({
|
|
1954
|
+
name: "newspaper",
|
|
1955
|
+
size: 24,
|
|
1956
|
+
node: [
|
|
1957
|
+
["path", {
|
|
1958
|
+
d: "M15 18h-5",
|
|
1959
|
+
key: "95g1m2"
|
|
1960
|
+
}],
|
|
1961
|
+
["path", {
|
|
1962
|
+
d: "M18 14h-8",
|
|
1963
|
+
key: "sponae"
|
|
1964
|
+
}],
|
|
1965
|
+
["path", {
|
|
1966
|
+
d: "M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2",
|
|
1967
|
+
key: "39pd36"
|
|
1968
|
+
}],
|
|
1969
|
+
["rect", {
|
|
1970
|
+
width: "8",
|
|
1971
|
+
height: "4",
|
|
1972
|
+
x: "10",
|
|
1973
|
+
y: "6",
|
|
1974
|
+
rx: "1",
|
|
1975
|
+
key: "aywv1n"
|
|
1976
|
+
}]
|
|
1977
|
+
]
|
|
1978
|
+
}), on = j({
|
|
1979
|
+
name: "notebook",
|
|
1980
|
+
size: 24,
|
|
1981
|
+
node: [
|
|
1982
|
+
["path", {
|
|
1983
|
+
d: "M2 6h4",
|
|
1984
|
+
key: "aawbzj"
|
|
1985
|
+
}],
|
|
1986
|
+
["path", {
|
|
1987
|
+
d: "M2 10h4",
|
|
1988
|
+
key: "l0bgd4"
|
|
1989
|
+
}],
|
|
1990
|
+
["path", {
|
|
1991
|
+
d: "M2 14h4",
|
|
1992
|
+
key: "1gsvsf"
|
|
1993
|
+
}],
|
|
1994
|
+
["path", {
|
|
1995
|
+
d: "M2 18h4",
|
|
1996
|
+
key: "1bu2t1"
|
|
1997
|
+
}],
|
|
1998
|
+
["rect", {
|
|
1999
|
+
width: "16",
|
|
2000
|
+
height: "20",
|
|
2001
|
+
x: "4",
|
|
2002
|
+
y: "2",
|
|
2003
|
+
rx: "2",
|
|
2004
|
+
key: "1nb95v"
|
|
2005
|
+
}],
|
|
2006
|
+
["path", {
|
|
2007
|
+
d: "M16 2v20",
|
|
2008
|
+
key: "rotuqe"
|
|
2009
|
+
}]
|
|
2010
|
+
]
|
|
2011
|
+
}), sn = j({
|
|
2012
|
+
name: "package",
|
|
2013
|
+
size: 24,
|
|
2014
|
+
node: [
|
|
2015
|
+
["path", {
|
|
2016
|
+
d: "M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",
|
|
2017
|
+
key: "1a0edw"
|
|
2018
|
+
}],
|
|
2019
|
+
["path", {
|
|
2020
|
+
d: "M12 22V12",
|
|
2021
|
+
key: "d0xqtd"
|
|
2022
|
+
}],
|
|
2023
|
+
["polyline", {
|
|
2024
|
+
points: "3.29 7 12 12 20.71 7",
|
|
2025
|
+
key: "ousv84"
|
|
2026
|
+
}],
|
|
2027
|
+
["path", {
|
|
2028
|
+
d: "m7.5 4.27 9 5.15",
|
|
2029
|
+
key: "1c824w"
|
|
2030
|
+
}]
|
|
2031
|
+
]
|
|
2032
|
+
}), cn = j({
|
|
2033
|
+
name: "paintbrush",
|
|
2034
|
+
size: 24,
|
|
2035
|
+
node: [
|
|
2036
|
+
["path", {
|
|
2037
|
+
d: "m14.622 17.897-10.68-2.913",
|
|
2038
|
+
key: "vj2p1u"
|
|
2039
|
+
}],
|
|
2040
|
+
["path", {
|
|
2041
|
+
d: "M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",
|
|
2042
|
+
key: "18tc5c"
|
|
2043
|
+
}],
|
|
2044
|
+
["path", {
|
|
2045
|
+
d: "M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",
|
|
2046
|
+
key: "ytzfxy"
|
|
2047
|
+
}]
|
|
2048
|
+
]
|
|
2049
|
+
}), ln = j({
|
|
2050
|
+
name: "palette",
|
|
2051
|
+
size: 24,
|
|
2052
|
+
node: [
|
|
2053
|
+
["path", {
|
|
2054
|
+
d: "M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",
|
|
2055
|
+
key: "e79jfc"
|
|
2056
|
+
}],
|
|
2057
|
+
["circle", {
|
|
2058
|
+
cx: "13.5",
|
|
2059
|
+
cy: "6.5",
|
|
2060
|
+
r: ".5",
|
|
2061
|
+
fill: "currentColor",
|
|
2062
|
+
key: "1okk4w"
|
|
2063
|
+
}],
|
|
2064
|
+
["circle", {
|
|
2065
|
+
cx: "17.5",
|
|
2066
|
+
cy: "10.5",
|
|
2067
|
+
r: ".5",
|
|
2068
|
+
fill: "currentColor",
|
|
2069
|
+
key: "f64h9f"
|
|
2070
|
+
}],
|
|
2071
|
+
["circle", {
|
|
2072
|
+
cx: "6.5",
|
|
2073
|
+
cy: "12.5",
|
|
2074
|
+
r: ".5",
|
|
2075
|
+
fill: "currentColor",
|
|
2076
|
+
key: "qy21gx"
|
|
2077
|
+
}],
|
|
2078
|
+
["circle", {
|
|
2079
|
+
cx: "8.5",
|
|
2080
|
+
cy: "7.5",
|
|
2081
|
+
r: ".5",
|
|
2082
|
+
fill: "currentColor",
|
|
2083
|
+
key: "fotxhn"
|
|
2084
|
+
}]
|
|
2085
|
+
]
|
|
2086
|
+
}), un = j({
|
|
2087
|
+
name: "panel-left",
|
|
2088
|
+
size: 24,
|
|
2089
|
+
node: [["rect", {
|
|
2090
|
+
width: "18",
|
|
2091
|
+
height: "18",
|
|
2092
|
+
x: "3",
|
|
2093
|
+
y: "3",
|
|
2094
|
+
rx: "2",
|
|
2095
|
+
key: "afitv7"
|
|
2096
|
+
}], ["path", {
|
|
2097
|
+
d: "M9 3v18",
|
|
2098
|
+
key: "fh3hqa"
|
|
2099
|
+
}]],
|
|
2100
|
+
aliases: ["sidebar"]
|
|
2101
|
+
}), dn = j({
|
|
2102
|
+
name: "pause",
|
|
2103
|
+
size: 24,
|
|
2104
|
+
node: [["rect", {
|
|
2105
|
+
x: "14",
|
|
2106
|
+
y: "3",
|
|
2107
|
+
width: "5",
|
|
2108
|
+
height: "18",
|
|
2109
|
+
rx: "1",
|
|
2110
|
+
key: "kaeet6"
|
|
2111
|
+
}], ["rect", {
|
|
2112
|
+
x: "5",
|
|
2113
|
+
y: "3",
|
|
2114
|
+
width: "5",
|
|
2115
|
+
height: "18",
|
|
2116
|
+
rx: "1",
|
|
2117
|
+
key: "1wsw3u"
|
|
2118
|
+
}]]
|
|
2119
|
+
}), fn = j({
|
|
2120
|
+
name: "pen",
|
|
2121
|
+
size: 24,
|
|
2122
|
+
node: [["path", {
|
|
2123
|
+
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
|
|
2124
|
+
key: "1a8usu"
|
|
2125
|
+
}]],
|
|
2126
|
+
aliases: ["edit-2"]
|
|
2127
|
+
}), pn = j({
|
|
2128
|
+
name: "pencil-line",
|
|
2129
|
+
size: 24,
|
|
2130
|
+
node: [
|
|
2131
|
+
["path", {
|
|
2132
|
+
d: "M13 21h8",
|
|
2133
|
+
key: "1jsn5i"
|
|
2134
|
+
}],
|
|
2135
|
+
["path", {
|
|
2136
|
+
d: "m15 5 4 4",
|
|
2137
|
+
key: "1mk7zo"
|
|
2138
|
+
}],
|
|
2139
|
+
["path", {
|
|
2140
|
+
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
|
|
2141
|
+
key: "1a8usu"
|
|
2142
|
+
}]
|
|
2143
|
+
]
|
|
2144
|
+
}), mn = j({
|
|
2145
|
+
name: "pencil",
|
|
2146
|
+
size: 24,
|
|
2147
|
+
node: [["path", {
|
|
2148
|
+
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
|
|
2149
|
+
key: "1a8usu"
|
|
2150
|
+
}], ["path", {
|
|
2151
|
+
d: "m15 5 4 4",
|
|
2152
|
+
key: "1mk7zo"
|
|
2153
|
+
}]]
|
|
2154
|
+
}), hn = j({
|
|
2155
|
+
name: "phone",
|
|
2156
|
+
size: 24,
|
|
2157
|
+
node: [["path", {
|
|
2158
|
+
d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",
|
|
2159
|
+
key: "9njp5v"
|
|
2160
|
+
}]]
|
|
2161
|
+
}), gn = j({
|
|
2162
|
+
name: "pin",
|
|
2163
|
+
size: 24,
|
|
2164
|
+
node: [["path", {
|
|
2165
|
+
d: "M12 17v5",
|
|
2166
|
+
key: "bb1du9"
|
|
2167
|
+
}], ["path", {
|
|
2168
|
+
d: "M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",
|
|
2169
|
+
key: "1nkz8b"
|
|
2170
|
+
}]]
|
|
2171
|
+
}), _n = j({
|
|
2172
|
+
name: "pizza",
|
|
2173
|
+
size: 24,
|
|
2174
|
+
node: [
|
|
2175
|
+
["path", {
|
|
2176
|
+
d: "m12 14-1 1",
|
|
2177
|
+
key: "11onhr"
|
|
2178
|
+
}],
|
|
2179
|
+
["path", {
|
|
2180
|
+
d: "m13.75 18.25-1.25 1.42",
|
|
2181
|
+
key: "1yisr3"
|
|
2182
|
+
}],
|
|
2183
|
+
["path", {
|
|
2184
|
+
d: "M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12",
|
|
2185
|
+
key: "1qtqk6"
|
|
2186
|
+
}],
|
|
2187
|
+
["path", {
|
|
2188
|
+
d: "M18.8 9.3a1 1 0 0 0 2.1 7.7",
|
|
2189
|
+
key: "fbbbr2"
|
|
2190
|
+
}],
|
|
2191
|
+
["path", {
|
|
2192
|
+
d: "M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z",
|
|
2193
|
+
key: "1hyfdd"
|
|
2194
|
+
}]
|
|
2195
|
+
]
|
|
2196
|
+
}), vn = j({
|
|
2197
|
+
name: "plane",
|
|
2198
|
+
size: 24,
|
|
2199
|
+
node: [["path", {
|
|
2200
|
+
d: "M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",
|
|
2201
|
+
key: "1v9wt8"
|
|
2202
|
+
}]]
|
|
2203
|
+
}), yn = j({
|
|
2204
|
+
name: "play",
|
|
2205
|
+
size: 24,
|
|
2206
|
+
node: [["path", {
|
|
2207
|
+
d: "M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",
|
|
2208
|
+
key: "10ikf1"
|
|
2209
|
+
}]]
|
|
2210
|
+
}), bn = j({
|
|
2211
|
+
name: "plus",
|
|
2212
|
+
size: 24,
|
|
2213
|
+
node: [["path", {
|
|
2214
|
+
d: "M5 12h14",
|
|
2215
|
+
key: "1ays0h"
|
|
2216
|
+
}], ["path", {
|
|
2217
|
+
d: "M12 5v14",
|
|
2218
|
+
key: "s699le"
|
|
2219
|
+
}]]
|
|
2220
|
+
}), xn = j({
|
|
2221
|
+
name: "power",
|
|
2222
|
+
size: 24,
|
|
2223
|
+
node: [["path", {
|
|
2224
|
+
d: "M12 2v10",
|
|
2225
|
+
key: "mnfbl"
|
|
2226
|
+
}], ["path", {
|
|
2227
|
+
d: "M18.4 6.6a9 9 0 1 1-12.77.04",
|
|
2228
|
+
key: "obofu9"
|
|
2229
|
+
}]]
|
|
2230
|
+
}), Sn = j({
|
|
2231
|
+
name: "printer",
|
|
2232
|
+
size: 24,
|
|
2233
|
+
node: [
|
|
2234
|
+
["path", {
|
|
2235
|
+
d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",
|
|
2236
|
+
key: "143wyd"
|
|
2237
|
+
}],
|
|
2238
|
+
["path", {
|
|
2239
|
+
d: "M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",
|
|
2240
|
+
key: "1itne7"
|
|
2241
|
+
}],
|
|
2242
|
+
["rect", {
|
|
2243
|
+
x: "6",
|
|
2244
|
+
y: "14",
|
|
2245
|
+
width: "12",
|
|
2246
|
+
height: "8",
|
|
2247
|
+
rx: "1",
|
|
2248
|
+
key: "1ue0tg"
|
|
2249
|
+
}]
|
|
2250
|
+
]
|
|
2251
|
+
}), Cn = j({
|
|
2252
|
+
name: "puzzle",
|
|
2253
|
+
size: 24,
|
|
2254
|
+
node: [["path", {
|
|
2255
|
+
d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",
|
|
2256
|
+
key: "w46dr5"
|
|
2257
|
+
}]]
|
|
2258
|
+
}), wn = j({
|
|
2259
|
+
name: "radio",
|
|
2260
|
+
size: 24,
|
|
2261
|
+
node: [
|
|
2262
|
+
["path", {
|
|
2263
|
+
d: "M16.247 7.761a6 6 0 0 1 0 8.478",
|
|
2264
|
+
key: "1fwjs5"
|
|
2265
|
+
}],
|
|
2266
|
+
["path", {
|
|
2267
|
+
d: "M19.075 4.933a10 10 0 0 1 0 14.134",
|
|
2268
|
+
key: "ehdyv1"
|
|
2269
|
+
}],
|
|
2270
|
+
["path", {
|
|
2271
|
+
d: "M4.925 19.067a10 10 0 0 1 0-14.134",
|
|
2272
|
+
key: "1q22gi"
|
|
2273
|
+
}],
|
|
2274
|
+
["path", {
|
|
2275
|
+
d: "M7.753 16.239a6 6 0 0 1 0-8.478",
|
|
2276
|
+
key: "r2q7qm"
|
|
2277
|
+
}],
|
|
2278
|
+
["circle", {
|
|
2279
|
+
cx: "12",
|
|
2280
|
+
cy: "12",
|
|
2281
|
+
r: "2",
|
|
2282
|
+
key: "1c9p78"
|
|
2283
|
+
}]
|
|
2284
|
+
]
|
|
2285
|
+
}), Tn = j({
|
|
2286
|
+
name: "redo-2",
|
|
2287
|
+
size: 24,
|
|
2288
|
+
node: [["path", {
|
|
2289
|
+
d: "m15 14 5-5-5-5",
|
|
2290
|
+
key: "12vg1m"
|
|
2291
|
+
}], ["path", {
|
|
2292
|
+
d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",
|
|
2293
|
+
key: "6uklza"
|
|
2294
|
+
}]]
|
|
2295
|
+
}), En = j({
|
|
2296
|
+
name: "refresh-cw",
|
|
2297
|
+
size: 24,
|
|
2298
|
+
node: [
|
|
2299
|
+
["path", {
|
|
2300
|
+
d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",
|
|
2301
|
+
key: "v9h5vc"
|
|
2302
|
+
}],
|
|
2303
|
+
["path", {
|
|
2304
|
+
d: "M21 3v5h-5",
|
|
2305
|
+
key: "1q7to0"
|
|
2306
|
+
}],
|
|
2307
|
+
["path", {
|
|
2308
|
+
d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",
|
|
2309
|
+
key: "3uifl3"
|
|
2310
|
+
}],
|
|
2311
|
+
["path", {
|
|
2312
|
+
d: "M8 16H3v5",
|
|
2313
|
+
key: "1cv678"
|
|
2314
|
+
}]
|
|
2315
|
+
]
|
|
2316
|
+
}), Dn = j({
|
|
2317
|
+
name: "rocket",
|
|
2318
|
+
size: 24,
|
|
2319
|
+
node: [
|
|
2320
|
+
["path", {
|
|
2321
|
+
d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",
|
|
2322
|
+
key: "qeys4"
|
|
2323
|
+
}],
|
|
2324
|
+
["path", {
|
|
2325
|
+
d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09",
|
|
2326
|
+
key: "u4xsad"
|
|
2327
|
+
}],
|
|
2328
|
+
["path", {
|
|
2329
|
+
d: "M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z",
|
|
2330
|
+
key: "676m9"
|
|
2331
|
+
}],
|
|
2332
|
+
["path", {
|
|
2333
|
+
d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05",
|
|
2334
|
+
key: "92ym6u"
|
|
2335
|
+
}]
|
|
2336
|
+
]
|
|
2337
|
+
}), On = j({
|
|
2338
|
+
name: "rotate-cw",
|
|
2339
|
+
size: 24,
|
|
2340
|
+
node: [["path", {
|
|
2341
|
+
d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",
|
|
2342
|
+
key: "1p45f6"
|
|
2343
|
+
}], ["path", {
|
|
2344
|
+
d: "M21 3v5h-5",
|
|
2345
|
+
key: "1q7to0"
|
|
2346
|
+
}]]
|
|
2347
|
+
}), kn = j({
|
|
2348
|
+
name: "save",
|
|
2349
|
+
size: 24,
|
|
2350
|
+
node: [
|
|
2351
|
+
["path", {
|
|
2352
|
+
d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",
|
|
2353
|
+
key: "1c8476"
|
|
2354
|
+
}],
|
|
2355
|
+
["path", {
|
|
2356
|
+
d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",
|
|
2357
|
+
key: "1ydtos"
|
|
2358
|
+
}],
|
|
2359
|
+
["path", {
|
|
2360
|
+
d: "M7 3v4a1 1 0 0 0 1 1h7",
|
|
2361
|
+
key: "t51u73"
|
|
2362
|
+
}]
|
|
2363
|
+
]
|
|
2364
|
+
}), An = j({
|
|
2365
|
+
name: "school",
|
|
2366
|
+
size: 24,
|
|
2367
|
+
node: [
|
|
2368
|
+
["path", {
|
|
2369
|
+
d: "M14 21v-3a2 2 0 0 0-4 0v3",
|
|
2370
|
+
key: "1rgiei"
|
|
2371
|
+
}],
|
|
2372
|
+
["path", {
|
|
2373
|
+
d: "M18 4.933V21",
|
|
2374
|
+
key: "tjwmp4"
|
|
2375
|
+
}],
|
|
2376
|
+
["path", {
|
|
2377
|
+
d: "m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6",
|
|
2378
|
+
key: "zywc2d"
|
|
2379
|
+
}],
|
|
2380
|
+
["path", {
|
|
2381
|
+
d: "m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11",
|
|
2382
|
+
key: "1d4ql0"
|
|
2383
|
+
}],
|
|
2384
|
+
["path", {
|
|
2385
|
+
d: "M6 4.933V21",
|
|
2386
|
+
key: "1ufz1j"
|
|
2387
|
+
}],
|
|
2388
|
+
["circle", {
|
|
2389
|
+
cx: "12",
|
|
2390
|
+
cy: "9",
|
|
2391
|
+
r: "2",
|
|
2392
|
+
key: "1092wv"
|
|
2393
|
+
}]
|
|
2394
|
+
]
|
|
2395
|
+
}), jn = j({
|
|
2396
|
+
name: "scissors",
|
|
2397
|
+
size: 24,
|
|
2398
|
+
node: [
|
|
2399
|
+
["circle", {
|
|
2400
|
+
cx: "6",
|
|
2401
|
+
cy: "6",
|
|
2402
|
+
r: "3",
|
|
2403
|
+
key: "1lh9wr"
|
|
2404
|
+
}],
|
|
2405
|
+
["path", {
|
|
2406
|
+
d: "M8.12 8.12 12 12",
|
|
2407
|
+
key: "1alkpv"
|
|
2408
|
+
}],
|
|
2409
|
+
["path", {
|
|
2410
|
+
d: "M20 4 8.12 15.88",
|
|
2411
|
+
key: "xgtan2"
|
|
2412
|
+
}],
|
|
2413
|
+
["circle", {
|
|
2414
|
+
cx: "6",
|
|
2415
|
+
cy: "18",
|
|
2416
|
+
r: "3",
|
|
2417
|
+
key: "fqmcym"
|
|
2418
|
+
}],
|
|
2419
|
+
["path", {
|
|
2420
|
+
d: "M14.8 14.8 20 20",
|
|
2421
|
+
key: "ptml3r"
|
|
2422
|
+
}]
|
|
2423
|
+
]
|
|
2424
|
+
}), Mn = j({
|
|
2425
|
+
name: "scroll",
|
|
2426
|
+
size: 24,
|
|
2427
|
+
node: [["path", {
|
|
2428
|
+
d: "M19 17V5a2 2 0 0 0-2-2H4",
|
|
2429
|
+
key: "zz82l3"
|
|
2430
|
+
}], ["path", {
|
|
2431
|
+
d: "M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",
|
|
2432
|
+
key: "1ph1d7"
|
|
2433
|
+
}]]
|
|
2434
|
+
}), H = j({
|
|
2435
|
+
name: "search",
|
|
2436
|
+
size: 24,
|
|
2437
|
+
node: [["path", {
|
|
2438
|
+
d: "m21 21-4.34-4.34",
|
|
2439
|
+
key: "14j7rj"
|
|
2440
|
+
}], ["circle", {
|
|
2441
|
+
cx: "11",
|
|
2442
|
+
cy: "11",
|
|
2443
|
+
r: "8",
|
|
2444
|
+
key: "4ej97u"
|
|
2445
|
+
}]]
|
|
2446
|
+
}), Nn = j({
|
|
2447
|
+
name: "send",
|
|
2448
|
+
size: 24,
|
|
2449
|
+
node: [["path", {
|
|
2450
|
+
d: "M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",
|
|
2451
|
+
key: "1ffxy3"
|
|
2452
|
+
}], ["path", {
|
|
2453
|
+
d: "m21.854 2.147-10.94 10.939",
|
|
2454
|
+
key: "12cjpa"
|
|
2455
|
+
}]]
|
|
2456
|
+
}), Pn = j({
|
|
2457
|
+
name: "server",
|
|
2458
|
+
size: 24,
|
|
2459
|
+
node: [
|
|
2460
|
+
["rect", {
|
|
2461
|
+
width: "20",
|
|
2462
|
+
height: "8",
|
|
2463
|
+
x: "2",
|
|
2464
|
+
y: "2",
|
|
2465
|
+
rx: "2",
|
|
2466
|
+
ry: "2",
|
|
2467
|
+
key: "ngkwjq"
|
|
2468
|
+
}],
|
|
2469
|
+
["rect", {
|
|
2470
|
+
width: "20",
|
|
2471
|
+
height: "8",
|
|
2472
|
+
x: "2",
|
|
2473
|
+
y: "14",
|
|
2474
|
+
rx: "2",
|
|
2475
|
+
ry: "2",
|
|
2476
|
+
key: "iecqi9"
|
|
2477
|
+
}],
|
|
2478
|
+
["line", {
|
|
2479
|
+
x1: "6",
|
|
2480
|
+
x2: "6.01",
|
|
2481
|
+
y1: "6",
|
|
2482
|
+
y2: "6",
|
|
2483
|
+
key: "16zg32"
|
|
2484
|
+
}],
|
|
2485
|
+
["line", {
|
|
2486
|
+
x1: "6",
|
|
2487
|
+
x2: "6.01",
|
|
2488
|
+
y1: "18",
|
|
2489
|
+
y2: "18",
|
|
2490
|
+
key: "nzw8ys"
|
|
2491
|
+
}]
|
|
2492
|
+
]
|
|
2493
|
+
}), Fn = j({
|
|
2494
|
+
name: "settings",
|
|
2495
|
+
size: 24,
|
|
2496
|
+
node: [["path", {
|
|
2497
|
+
d: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",
|
|
2498
|
+
key: "1i5ecw"
|
|
2499
|
+
}], ["circle", {
|
|
2500
|
+
cx: "12",
|
|
2501
|
+
cy: "12",
|
|
2502
|
+
r: "3",
|
|
2503
|
+
key: "1v7zrd"
|
|
2504
|
+
}]]
|
|
2505
|
+
}), In = j({
|
|
2506
|
+
name: "share-2",
|
|
2507
|
+
size: 24,
|
|
2508
|
+
node: [
|
|
2509
|
+
["circle", {
|
|
2510
|
+
cx: "18",
|
|
2511
|
+
cy: "5",
|
|
2512
|
+
r: "3",
|
|
2513
|
+
key: "gq8acd"
|
|
2514
|
+
}],
|
|
2515
|
+
["circle", {
|
|
2516
|
+
cx: "6",
|
|
2517
|
+
cy: "12",
|
|
2518
|
+
r: "3",
|
|
2519
|
+
key: "w7nqdw"
|
|
2520
|
+
}],
|
|
2521
|
+
["circle", {
|
|
2522
|
+
cx: "18",
|
|
2523
|
+
cy: "19",
|
|
2524
|
+
r: "3",
|
|
2525
|
+
key: "1xt0gg"
|
|
2526
|
+
}],
|
|
2527
|
+
["line", {
|
|
2528
|
+
x1: "8.59",
|
|
2529
|
+
x2: "15.42",
|
|
2530
|
+
y1: "13.51",
|
|
2531
|
+
y2: "17.49",
|
|
2532
|
+
key: "47mynk"
|
|
2533
|
+
}],
|
|
2534
|
+
["line", {
|
|
2535
|
+
x1: "15.41",
|
|
2536
|
+
x2: "8.59",
|
|
2537
|
+
y1: "6.51",
|
|
2538
|
+
y2: "10.49",
|
|
2539
|
+
key: "1n3mei"
|
|
2540
|
+
}]
|
|
2541
|
+
]
|
|
2542
|
+
}), Ln = j({
|
|
2543
|
+
name: "shield",
|
|
2544
|
+
size: 24,
|
|
2545
|
+
node: [["path", {
|
|
2546
|
+
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
|
|
2547
|
+
key: "oel41y"
|
|
2548
|
+
}]]
|
|
2549
|
+
}), Rn = j({
|
|
2550
|
+
name: "ship",
|
|
2551
|
+
size: 24,
|
|
2552
|
+
node: [
|
|
2553
|
+
["path", {
|
|
2554
|
+
d: "M12 2v2",
|
|
2555
|
+
key: "tus03m"
|
|
2556
|
+
}],
|
|
2557
|
+
["path", {
|
|
2558
|
+
d: "M12 9.189V13",
|
|
2559
|
+
key: "yp40p3"
|
|
2560
|
+
}],
|
|
2561
|
+
["path", {
|
|
2562
|
+
d: "M19 12V6a2 2 0 00-2-2H7a2 2 0 00-2 2v6",
|
|
2563
|
+
key: "1wcigf"
|
|
2564
|
+
}],
|
|
2565
|
+
["path", {
|
|
2566
|
+
d: "M19.38 19A11.6 11.6 0 0021 13l-8.188-3.639a2 2 0 00-1.624 0L3 13.001a11.6 11.6 0 002.81 7.76",
|
|
2567
|
+
key: "1kdp0u"
|
|
2568
|
+
}],
|
|
2569
|
+
["path", {
|
|
2570
|
+
d: "M2 20c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
|
|
2571
|
+
key: "1l8w7g"
|
|
2572
|
+
}]
|
|
2573
|
+
]
|
|
2574
|
+
}), zn = j({
|
|
2575
|
+
name: "signpost",
|
|
2576
|
+
size: 24,
|
|
2577
|
+
node: [
|
|
2578
|
+
["path", {
|
|
2579
|
+
d: "M12 13v8",
|
|
2580
|
+
key: "1l5pq0"
|
|
2581
|
+
}],
|
|
2582
|
+
["path", {
|
|
2583
|
+
d: "M12 3v3",
|
|
2584
|
+
key: "1n5kay"
|
|
2585
|
+
}],
|
|
2586
|
+
["path", {
|
|
2587
|
+
d: "M2.354 10.354a1.207 1.207 0 0 1 0-1.708l2.06-2.06A2 2 0 0 1 5.828 6h12.344a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H5.828a2 2 0 0 1-1.414-.586z",
|
|
2588
|
+
key: "1tm261"
|
|
2589
|
+
}]
|
|
2590
|
+
]
|
|
2591
|
+
}), Bn = j({
|
|
2592
|
+
name: "skull",
|
|
2593
|
+
size: 24,
|
|
2594
|
+
node: [
|
|
2595
|
+
["path", {
|
|
2596
|
+
d: "m12.5 17-.5-1-.5 1h1z",
|
|
2597
|
+
key: "3me087"
|
|
2598
|
+
}],
|
|
2599
|
+
["path", {
|
|
2600
|
+
d: "M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z",
|
|
2601
|
+
key: "1o5pge"
|
|
2602
|
+
}],
|
|
2603
|
+
["circle", {
|
|
2604
|
+
cx: "15",
|
|
2605
|
+
cy: "12",
|
|
2606
|
+
r: "1",
|
|
2607
|
+
key: "1tmaij"
|
|
2608
|
+
}],
|
|
2609
|
+
["circle", {
|
|
2610
|
+
cx: "9",
|
|
2611
|
+
cy: "12",
|
|
2612
|
+
r: "1",
|
|
2613
|
+
key: "1vctgf"
|
|
2614
|
+
}]
|
|
2615
|
+
]
|
|
2616
|
+
}), Vn = j({
|
|
2617
|
+
name: "snowflake",
|
|
2618
|
+
size: 24,
|
|
2619
|
+
node: [
|
|
2620
|
+
["path", {
|
|
2621
|
+
d: "m10 20-1.25-2.5L6 18",
|
|
2622
|
+
key: "18frcb"
|
|
2623
|
+
}],
|
|
2624
|
+
["path", {
|
|
2625
|
+
d: "M10 4 8.75 6.5 6 6",
|
|
2626
|
+
key: "7mghy3"
|
|
2627
|
+
}],
|
|
2628
|
+
["path", {
|
|
2629
|
+
d: "m14 20 1.25-2.5L18 18",
|
|
2630
|
+
key: "1chtki"
|
|
2631
|
+
}],
|
|
2632
|
+
["path", {
|
|
2633
|
+
d: "m14 4 1.25 2.5L18 6",
|
|
2634
|
+
key: "1b4wsy"
|
|
2635
|
+
}],
|
|
2636
|
+
["path", {
|
|
2637
|
+
d: "m17 21-3-6h-4",
|
|
2638
|
+
key: "15hhxa"
|
|
2639
|
+
}],
|
|
2640
|
+
["path", {
|
|
2641
|
+
d: "m17 3-3 6 1.5 3",
|
|
2642
|
+
key: "11697g"
|
|
2643
|
+
}],
|
|
2644
|
+
["path", {
|
|
2645
|
+
d: "M2 12h6.5L10 9",
|
|
2646
|
+
key: "kv9z4n"
|
|
2647
|
+
}],
|
|
2648
|
+
["path", {
|
|
2649
|
+
d: "m20 10-1.5 2 1.5 2",
|
|
2650
|
+
key: "1swlpi"
|
|
2651
|
+
}],
|
|
2652
|
+
["path", {
|
|
2653
|
+
d: "M22 12h-6.5L14 15",
|
|
2654
|
+
key: "1mxi28"
|
|
2655
|
+
}],
|
|
2656
|
+
["path", {
|
|
2657
|
+
d: "m4 10 1.5 2L4 14",
|
|
2658
|
+
key: "k9enpj"
|
|
2659
|
+
}],
|
|
2660
|
+
["path", {
|
|
2661
|
+
d: "m7 21 3-6-1.5-3",
|
|
2662
|
+
key: "j8hb9u"
|
|
2663
|
+
}],
|
|
2664
|
+
["path", {
|
|
2665
|
+
d: "m7 3 3 6h4",
|
|
2666
|
+
key: "1otusx"
|
|
2667
|
+
}]
|
|
2668
|
+
]
|
|
2669
|
+
}), Hn = j({
|
|
2670
|
+
name: "sparkles",
|
|
2671
|
+
size: 24,
|
|
2672
|
+
node: [
|
|
2673
|
+
["path", {
|
|
2674
|
+
d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",
|
|
2675
|
+
key: "1s2grr"
|
|
2676
|
+
}],
|
|
2677
|
+
["path", {
|
|
2678
|
+
d: "M20 2v4",
|
|
2679
|
+
key: "1rf3ol"
|
|
2680
|
+
}],
|
|
2681
|
+
["path", {
|
|
2682
|
+
d: "M22 4h-4",
|
|
2683
|
+
key: "gwowj6"
|
|
2684
|
+
}],
|
|
2685
|
+
["circle", {
|
|
2686
|
+
cx: "4",
|
|
2687
|
+
cy: "20",
|
|
2688
|
+
r: "2",
|
|
2689
|
+
key: "6kqj1y"
|
|
2690
|
+
}]
|
|
2691
|
+
],
|
|
2692
|
+
aliases: ["stars"]
|
|
2693
|
+
}), Un = j({
|
|
2694
|
+
name: "square",
|
|
2695
|
+
size: 24,
|
|
2696
|
+
node: [["rect", {
|
|
2697
|
+
width: "18",
|
|
2698
|
+
height: "18",
|
|
2699
|
+
x: "3",
|
|
2700
|
+
y: "3",
|
|
2701
|
+
rx: "2",
|
|
2702
|
+
key: "afitv7"
|
|
2703
|
+
}]]
|
|
2704
|
+
}), Wn = j({
|
|
2705
|
+
name: "star",
|
|
2706
|
+
size: 24,
|
|
2707
|
+
node: [["path", {
|
|
2708
|
+
d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",
|
|
2709
|
+
key: "r04s7s"
|
|
2710
|
+
}]]
|
|
2711
|
+
}), Gn = j({
|
|
2712
|
+
name: "sticky-note",
|
|
2713
|
+
size: 24,
|
|
2714
|
+
node: [["path", {
|
|
2715
|
+
d: "M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z",
|
|
2716
|
+
key: "1dfntj"
|
|
2717
|
+
}], ["path", {
|
|
2718
|
+
d: "M15 3v5a1 1 0 0 0 1 1h5",
|
|
2719
|
+
key: "6s6qgf"
|
|
2720
|
+
}]]
|
|
2721
|
+
}), Kn = j({
|
|
2722
|
+
name: "sun",
|
|
2723
|
+
size: 24,
|
|
2724
|
+
node: [
|
|
2725
|
+
["circle", {
|
|
2726
|
+
cx: "12",
|
|
2727
|
+
cy: "12",
|
|
2728
|
+
r: "4",
|
|
2729
|
+
key: "4exip2"
|
|
2730
|
+
}],
|
|
2731
|
+
["path", {
|
|
2732
|
+
d: "M12 2v2",
|
|
2733
|
+
key: "tus03m"
|
|
2734
|
+
}],
|
|
2735
|
+
["path", {
|
|
2736
|
+
d: "M12 20v2",
|
|
2737
|
+
key: "1lh1kg"
|
|
2738
|
+
}],
|
|
2739
|
+
["path", {
|
|
2740
|
+
d: "m4.93 4.93 1.41 1.41",
|
|
2741
|
+
key: "149t6j"
|
|
2742
|
+
}],
|
|
2743
|
+
["path", {
|
|
2744
|
+
d: "m17.66 17.66 1.41 1.41",
|
|
2745
|
+
key: "ptbguv"
|
|
2746
|
+
}],
|
|
2747
|
+
["path", {
|
|
2748
|
+
d: "M2 12h2",
|
|
2749
|
+
key: "1t8f8n"
|
|
2750
|
+
}],
|
|
2751
|
+
["path", {
|
|
2752
|
+
d: "M20 12h2",
|
|
2753
|
+
key: "1q8mjw"
|
|
2754
|
+
}],
|
|
2755
|
+
["path", {
|
|
2756
|
+
d: "m6.34 17.66-1.41 1.41",
|
|
2757
|
+
key: "1m8zz5"
|
|
2758
|
+
}],
|
|
2759
|
+
["path", {
|
|
2760
|
+
d: "m19.07 4.93-1.41 1.41",
|
|
2761
|
+
key: "1shlcs"
|
|
2762
|
+
}]
|
|
2763
|
+
]
|
|
2764
|
+
}), qn = j({
|
|
2765
|
+
name: "sword",
|
|
2766
|
+
size: 24,
|
|
2767
|
+
node: [
|
|
2768
|
+
["path", {
|
|
2769
|
+
d: "m11 19-6-6",
|
|
2770
|
+
key: "s7kpr"
|
|
2771
|
+
}],
|
|
2772
|
+
["path", {
|
|
2773
|
+
d: "m5 21-2-2",
|
|
2774
|
+
key: "1kw20b"
|
|
2775
|
+
}],
|
|
2776
|
+
["path", {
|
|
2777
|
+
d: "m8 16-4 4",
|
|
2778
|
+
key: "1oqv8h"
|
|
2779
|
+
}],
|
|
2780
|
+
["path", {
|
|
2781
|
+
d: "M9.5 17.5 20.414 6.586A2 2 0 0021 5.172V3h-2.172a2 2 0 00-1.414.586L6.5 14.5",
|
|
2782
|
+
key: "1pjndt"
|
|
2783
|
+
}]
|
|
2784
|
+
]
|
|
2785
|
+
}), Jn = j({
|
|
2786
|
+
name: "swords",
|
|
2787
|
+
size: 24,
|
|
2788
|
+
node: [
|
|
2789
|
+
["path", {
|
|
2790
|
+
d: "m13 19 6-6",
|
|
2791
|
+
key: "gj6q8g"
|
|
2792
|
+
}],
|
|
2793
|
+
["path", {
|
|
2794
|
+
d: "M14.5 17.5 3.586 6.586A2 2 0 013 5.172V3h2.172a2 2 0 011.414.586L17.5 14.5",
|
|
2795
|
+
key: "uwfxh8"
|
|
2796
|
+
}],
|
|
2797
|
+
["path", {
|
|
2798
|
+
d: "m14.828 6.172 2.586-2.586A2 2 0 0118.828 3H21v2.172a2 2 0 01-.586 1.414l-2.586 2.586",
|
|
2799
|
+
key: "1f17hx"
|
|
2800
|
+
}],
|
|
2801
|
+
["path", {
|
|
2802
|
+
d: "m16 16 4 4",
|
|
2803
|
+
key: "up5ibb"
|
|
2804
|
+
}],
|
|
2805
|
+
["path", {
|
|
2806
|
+
d: "m19 21 2-2",
|
|
2807
|
+
key: "1phfkn"
|
|
2808
|
+
}],
|
|
2809
|
+
["path", {
|
|
2810
|
+
d: "m5 14 4 4",
|
|
2811
|
+
key: "1gk0qx"
|
|
2812
|
+
}],
|
|
2813
|
+
["path", {
|
|
2814
|
+
d: "m5 21-2-2",
|
|
2815
|
+
key: "1kw20b"
|
|
2816
|
+
}],
|
|
2817
|
+
["path", {
|
|
2818
|
+
d: "M7.5 16.5 4 20",
|
|
2819
|
+
key: "14nozp"
|
|
2820
|
+
}]
|
|
2821
|
+
]
|
|
2822
|
+
}), Yn = j({
|
|
2823
|
+
name: "table",
|
|
2824
|
+
size: 24,
|
|
2825
|
+
node: [
|
|
2826
|
+
["path", {
|
|
2827
|
+
d: "M12 3v18",
|
|
2828
|
+
key: "108xh3"
|
|
2829
|
+
}],
|
|
2830
|
+
["rect", {
|
|
2831
|
+
width: "18",
|
|
2832
|
+
height: "18",
|
|
2833
|
+
x: "3",
|
|
2834
|
+
y: "3",
|
|
2835
|
+
rx: "2",
|
|
2836
|
+
key: "afitv7"
|
|
2837
|
+
}],
|
|
2838
|
+
["path", {
|
|
2839
|
+
d: "M3 9h18",
|
|
2840
|
+
key: "1pudct"
|
|
2841
|
+
}],
|
|
2842
|
+
["path", {
|
|
2843
|
+
d: "M3 15h18",
|
|
2844
|
+
key: "5xshup"
|
|
2845
|
+
}]
|
|
2846
|
+
]
|
|
2847
|
+
}), Xn = j({
|
|
2848
|
+
name: "tag",
|
|
2849
|
+
size: 24,
|
|
2850
|
+
node: [["path", {
|
|
2851
|
+
d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",
|
|
2852
|
+
key: "vktsd0"
|
|
2853
|
+
}], ["circle", {
|
|
2854
|
+
cx: "7.5",
|
|
2855
|
+
cy: "7.5",
|
|
2856
|
+
r: ".5",
|
|
2857
|
+
fill: "currentColor",
|
|
2858
|
+
key: "kqv944"
|
|
2859
|
+
}]]
|
|
2860
|
+
}), Zn = j({
|
|
2861
|
+
name: "target",
|
|
2862
|
+
size: 24,
|
|
2863
|
+
node: [
|
|
2864
|
+
["circle", {
|
|
2865
|
+
cx: "12",
|
|
2866
|
+
cy: "12",
|
|
2867
|
+
r: "10",
|
|
2868
|
+
key: "1mglay"
|
|
2869
|
+
}],
|
|
2870
|
+
["circle", {
|
|
2871
|
+
cx: "12",
|
|
2872
|
+
cy: "12",
|
|
2873
|
+
r: "6",
|
|
2874
|
+
key: "1vlfrh"
|
|
2875
|
+
}],
|
|
2876
|
+
["circle", {
|
|
2877
|
+
cx: "12",
|
|
2878
|
+
cy: "12",
|
|
2879
|
+
r: "2",
|
|
2880
|
+
key: "1c9p78"
|
|
2881
|
+
}]
|
|
2882
|
+
]
|
|
2883
|
+
}), Qn = j({
|
|
2884
|
+
name: "terminal",
|
|
2885
|
+
size: 24,
|
|
2886
|
+
node: [["path", {
|
|
2887
|
+
d: "M12 19h8",
|
|
2888
|
+
key: "baeox8"
|
|
2889
|
+
}], ["path", {
|
|
2890
|
+
d: "m4 17 6-6-6-6",
|
|
2891
|
+
key: "1yngyt"
|
|
2892
|
+
}]]
|
|
2893
|
+
}), $n = j({
|
|
2894
|
+
name: "thumbs-up",
|
|
2895
|
+
size: 24,
|
|
2896
|
+
node: [["path", {
|
|
2897
|
+
d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",
|
|
2898
|
+
key: "emmmcr"
|
|
2899
|
+
}], ["path", {
|
|
2900
|
+
d: "M7 10v12",
|
|
2901
|
+
key: "1qc93n"
|
|
2902
|
+
}]]
|
|
2903
|
+
}), er = j({
|
|
2904
|
+
name: "ticket",
|
|
2905
|
+
size: 24,
|
|
2906
|
+
node: [
|
|
2907
|
+
["path", {
|
|
2908
|
+
d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
|
|
2909
|
+
key: "qn84l0"
|
|
2910
|
+
}],
|
|
2911
|
+
["path", {
|
|
2912
|
+
d: "M13 5v2",
|
|
2913
|
+
key: "dyzc3o"
|
|
2914
|
+
}],
|
|
2915
|
+
["path", {
|
|
2916
|
+
d: "M13 17v2",
|
|
2917
|
+
key: "1ont0d"
|
|
2918
|
+
}],
|
|
2919
|
+
["path", {
|
|
2920
|
+
d: "M13 11v2",
|
|
2921
|
+
key: "1wjjxi"
|
|
2922
|
+
}]
|
|
2923
|
+
]
|
|
2924
|
+
}), tr = j({
|
|
2925
|
+
name: "timer",
|
|
2926
|
+
size: 24,
|
|
2927
|
+
node: [
|
|
2928
|
+
["line", {
|
|
2929
|
+
x1: "10",
|
|
2930
|
+
x2: "14",
|
|
2931
|
+
y1: "2",
|
|
2932
|
+
y2: "2",
|
|
2933
|
+
key: "14vaq8"
|
|
2934
|
+
}],
|
|
2935
|
+
["line", {
|
|
2936
|
+
x1: "12",
|
|
2937
|
+
x2: "15",
|
|
2938
|
+
y1: "14",
|
|
2939
|
+
y2: "11",
|
|
2940
|
+
key: "17fdiu"
|
|
2941
|
+
}],
|
|
2942
|
+
["circle", {
|
|
2943
|
+
cx: "12",
|
|
2944
|
+
cy: "14",
|
|
2945
|
+
r: "8",
|
|
2946
|
+
key: "1e1u0o"
|
|
2947
|
+
}]
|
|
2948
|
+
]
|
|
2949
|
+
}), nr = j({
|
|
2950
|
+
name: "trash",
|
|
2951
|
+
size: 24,
|
|
2952
|
+
node: [
|
|
2953
|
+
["path", {
|
|
2954
|
+
d: "M10 11v6",
|
|
2955
|
+
key: "nco0om"
|
|
2956
|
+
}],
|
|
2957
|
+
["path", {
|
|
2958
|
+
d: "M14 11v6",
|
|
2959
|
+
key: "outv1u"
|
|
2960
|
+
}],
|
|
2961
|
+
["path", {
|
|
2962
|
+
d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",
|
|
2963
|
+
key: "miytrc"
|
|
2964
|
+
}],
|
|
2965
|
+
["path", {
|
|
2966
|
+
d: "M3 6h18",
|
|
2967
|
+
key: "d0wm0j"
|
|
2968
|
+
}],
|
|
2969
|
+
["path", {
|
|
2970
|
+
d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",
|
|
2971
|
+
key: "e791ji"
|
|
2972
|
+
}]
|
|
2973
|
+
],
|
|
2974
|
+
aliases: ["trash-2"]
|
|
2975
|
+
}), rr = j({
|
|
2976
|
+
name: "tree-pine",
|
|
2977
|
+
size: 24,
|
|
2978
|
+
node: [["path", {
|
|
2979
|
+
d: "m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",
|
|
2980
|
+
key: "cpyugq"
|
|
2981
|
+
}], ["path", {
|
|
2982
|
+
d: "M12 22v-3",
|
|
2983
|
+
key: "kmzjlo"
|
|
2984
|
+
}]]
|
|
2985
|
+
}), ir = j({
|
|
2986
|
+
name: "trending-up",
|
|
2987
|
+
size: 24,
|
|
2988
|
+
node: [["path", {
|
|
2989
|
+
d: "M16 7h6v6",
|
|
2990
|
+
key: "box55l"
|
|
2991
|
+
}], ["path", {
|
|
2992
|
+
d: "m22 7-8.5 8.5-5-5L2 17",
|
|
2993
|
+
key: "1t1m79"
|
|
2994
|
+
}]]
|
|
2995
|
+
}), ar = j({
|
|
2996
|
+
name: "triangle-alert",
|
|
2997
|
+
size: 24,
|
|
2998
|
+
node: [
|
|
2999
|
+
["path", {
|
|
3000
|
+
d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",
|
|
3001
|
+
key: "wmoenq"
|
|
3002
|
+
}],
|
|
3003
|
+
["path", {
|
|
3004
|
+
d: "M12 9v4",
|
|
3005
|
+
key: "juzpu7"
|
|
3006
|
+
}],
|
|
3007
|
+
["path", {
|
|
3008
|
+
d: "M12 17h.01",
|
|
3009
|
+
key: "p32p05"
|
|
3010
|
+
}]
|
|
3011
|
+
],
|
|
3012
|
+
aliases: ["alert-triangle"]
|
|
3013
|
+
}), or = j({
|
|
3014
|
+
name: "triangle",
|
|
3015
|
+
size: 24,
|
|
3016
|
+
node: [["path", {
|
|
3017
|
+
d: "M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",
|
|
3018
|
+
key: "14u9p9"
|
|
3019
|
+
}]]
|
|
3020
|
+
}), sr = j({
|
|
3021
|
+
name: "trophy",
|
|
3022
|
+
size: 24,
|
|
3023
|
+
node: [
|
|
3024
|
+
["path", {
|
|
3025
|
+
d: "M10 14.66V17a1 1 0 0 1-1 1 2 2 0 0 0-2 2v2",
|
|
3026
|
+
key: "pwuv1l"
|
|
3027
|
+
}],
|
|
3028
|
+
["path", {
|
|
3029
|
+
d: "M14 14.66V17a1 1 0 0 0 1 1 2 2 0 0 1 2 2v2",
|
|
3030
|
+
key: "1y54w1"
|
|
3031
|
+
}],
|
|
3032
|
+
["path", {
|
|
3033
|
+
d: "M17.916 10H19.5A2.5 2.5 0 0 0 22 7.5V5a1 1 0 0 0-1-1h-3",
|
|
3034
|
+
key: "e30mpu"
|
|
3035
|
+
}],
|
|
3036
|
+
["path", {
|
|
3037
|
+
d: "M4 22h16",
|
|
3038
|
+
key: "57wxv0"
|
|
3039
|
+
}],
|
|
3040
|
+
["path", {
|
|
3041
|
+
d: "M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",
|
|
3042
|
+
key: "1mhfuq"
|
|
3043
|
+
}],
|
|
3044
|
+
["path", {
|
|
3045
|
+
d: "M6.084 10H4.5A2.5 2.5 0 0 1 2 7.5V5a1 1 0 0 1 1-1h3",
|
|
3046
|
+
key: "i0yafy"
|
|
3047
|
+
}]
|
|
3048
|
+
]
|
|
3049
|
+
}), cr = j({
|
|
3050
|
+
name: "undo-2",
|
|
3051
|
+
size: 24,
|
|
3052
|
+
node: [["path", {
|
|
3053
|
+
d: "M9 14 4 9l5-5",
|
|
3054
|
+
key: "102s5s"
|
|
3055
|
+
}], ["path", {
|
|
3056
|
+
d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",
|
|
3057
|
+
key: "f3b9sd"
|
|
3058
|
+
}]]
|
|
3059
|
+
}), lr = j({
|
|
3060
|
+
name: "upload",
|
|
3061
|
+
size: 24,
|
|
3062
|
+
node: [
|
|
3063
|
+
["path", {
|
|
3064
|
+
d: "M12 3v12",
|
|
3065
|
+
key: "1x0j5s"
|
|
3066
|
+
}],
|
|
3067
|
+
["path", {
|
|
3068
|
+
d: "m17 8-5-5-5 5",
|
|
3069
|
+
key: "7q97r8"
|
|
3070
|
+
}],
|
|
3071
|
+
["path", {
|
|
3072
|
+
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",
|
|
3073
|
+
key: "ih7n3h"
|
|
3074
|
+
}]
|
|
3075
|
+
]
|
|
3076
|
+
}), ur = j({
|
|
3077
|
+
name: "user",
|
|
3078
|
+
size: 24,
|
|
3079
|
+
node: [["path", {
|
|
3080
|
+
d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",
|
|
3081
|
+
key: "975kel"
|
|
3082
|
+
}], ["circle", {
|
|
3083
|
+
cx: "12",
|
|
3084
|
+
cy: "7",
|
|
3085
|
+
r: "4",
|
|
3086
|
+
key: "17ys0d"
|
|
3087
|
+
}]]
|
|
3088
|
+
}), dr = j({
|
|
3089
|
+
name: "users",
|
|
3090
|
+
size: 24,
|
|
3091
|
+
node: [
|
|
3092
|
+
["path", {
|
|
3093
|
+
d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",
|
|
3094
|
+
key: "1yyitq"
|
|
3095
|
+
}],
|
|
3096
|
+
["path", {
|
|
3097
|
+
d: "M16 3.128a4 4 0 0 1 0 7.744",
|
|
3098
|
+
key: "16gr8j"
|
|
3099
|
+
}],
|
|
3100
|
+
["path", {
|
|
3101
|
+
d: "M22 21v-2a4 4 0 0 0-3-3.87",
|
|
3102
|
+
key: "kshegd"
|
|
3103
|
+
}],
|
|
3104
|
+
["circle", {
|
|
3105
|
+
cx: "9",
|
|
3106
|
+
cy: "7",
|
|
3107
|
+
r: "4",
|
|
3108
|
+
key: "nufk8"
|
|
3109
|
+
}]
|
|
3110
|
+
]
|
|
3111
|
+
}), fr = j({
|
|
3112
|
+
name: "volume-2",
|
|
3113
|
+
size: 24,
|
|
3114
|
+
node: [
|
|
3115
|
+
["path", {
|
|
3116
|
+
d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",
|
|
3117
|
+
key: "uqj9uw"
|
|
3118
|
+
}],
|
|
3119
|
+
["path", {
|
|
3120
|
+
d: "M16 9a5 5 0 0 1 0 6",
|
|
3121
|
+
key: "1q6k2b"
|
|
3122
|
+
}],
|
|
3123
|
+
["path", {
|
|
3124
|
+
d: "M19.364 18.364a9 9 0 0 0 0-12.728",
|
|
3125
|
+
key: "ijwkga"
|
|
3126
|
+
}]
|
|
3127
|
+
]
|
|
3128
|
+
}), pr = j({
|
|
3129
|
+
name: "wand-sparkles",
|
|
3130
|
+
size: 24,
|
|
3131
|
+
node: [
|
|
3132
|
+
["path", {
|
|
3133
|
+
d: "m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",
|
|
3134
|
+
key: "ul74o6"
|
|
3135
|
+
}],
|
|
3136
|
+
["path", {
|
|
3137
|
+
d: "m14 7 3 3",
|
|
3138
|
+
key: "1r5n42"
|
|
3139
|
+
}],
|
|
3140
|
+
["path", {
|
|
3141
|
+
d: "M5 6v4",
|
|
3142
|
+
key: "ilb8ba"
|
|
3143
|
+
}],
|
|
3144
|
+
["path", {
|
|
3145
|
+
d: "M19 14v4",
|
|
3146
|
+
key: "blhpug"
|
|
3147
|
+
}],
|
|
3148
|
+
["path", {
|
|
3149
|
+
d: "M10 2v2",
|
|
3150
|
+
key: "7u0qdc"
|
|
3151
|
+
}],
|
|
3152
|
+
["path", {
|
|
3153
|
+
d: "M7 8H3",
|
|
3154
|
+
key: "zfb6yr"
|
|
3155
|
+
}],
|
|
3156
|
+
["path", {
|
|
3157
|
+
d: "M21 16h-4",
|
|
3158
|
+
key: "1cnmox"
|
|
3159
|
+
}],
|
|
3160
|
+
["path", {
|
|
3161
|
+
d: "M11 3H9",
|
|
3162
|
+
key: "1obp7u"
|
|
3163
|
+
}]
|
|
3164
|
+
],
|
|
3165
|
+
aliases: ["wand-2"]
|
|
3166
|
+
}), mr = j({
|
|
3167
|
+
name: "waves-horizontal",
|
|
3168
|
+
size: 24,
|
|
3169
|
+
node: [
|
|
3170
|
+
["path", {
|
|
3171
|
+
d: "M2 12q2.5 2 5 0t5 0 5 0 5 0",
|
|
3172
|
+
key: "8ddzzs"
|
|
3173
|
+
}],
|
|
3174
|
+
["path", {
|
|
3175
|
+
d: "M2 19q2.5 2 5 0t5 0 5 0 5 0",
|
|
3176
|
+
key: "1wj4st"
|
|
3177
|
+
}],
|
|
3178
|
+
["path", {
|
|
3179
|
+
d: "M2 5q2.5 2 5 0t5 0 5 0 5 0",
|
|
3180
|
+
key: "69x50u"
|
|
3181
|
+
}]
|
|
3182
|
+
],
|
|
3183
|
+
aliases: ["waves"]
|
|
3184
|
+
}), hr = j({
|
|
3185
|
+
name: "wifi",
|
|
3186
|
+
size: 24,
|
|
3187
|
+
node: [
|
|
3188
|
+
["path", {
|
|
3189
|
+
d: "M12 20h.01",
|
|
3190
|
+
key: "zekei9"
|
|
3191
|
+
}],
|
|
3192
|
+
["path", {
|
|
3193
|
+
d: "M2 8.82a15 15 0 0 1 20 0",
|
|
3194
|
+
key: "dnpr2z"
|
|
3195
|
+
}],
|
|
3196
|
+
["path", {
|
|
3197
|
+
d: "M5 12.859a10 10 0 0 1 14 0",
|
|
3198
|
+
key: "1x1e6c"
|
|
3199
|
+
}],
|
|
3200
|
+
["path", {
|
|
3201
|
+
d: "M8.5 16.429a5 5 0 0 1 7 0",
|
|
3202
|
+
key: "1bycff"
|
|
3203
|
+
}]
|
|
3204
|
+
]
|
|
3205
|
+
}), gr = j({
|
|
3206
|
+
name: "wrench",
|
|
3207
|
+
size: 24,
|
|
3208
|
+
node: [["path", {
|
|
3209
|
+
d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",
|
|
3210
|
+
key: "1ngwbx"
|
|
3211
|
+
}]]
|
|
3212
|
+
}), _r = j({
|
|
3213
|
+
name: "x",
|
|
3214
|
+
size: 24,
|
|
3215
|
+
node: [["path", {
|
|
3216
|
+
d: "M18 6 6 18",
|
|
3217
|
+
key: "1bl5f8"
|
|
3218
|
+
}], ["path", {
|
|
3219
|
+
d: "m6 6 12 12",
|
|
3220
|
+
key: "d8bk6v"
|
|
3221
|
+
}]]
|
|
3222
|
+
}), vr = j({
|
|
3223
|
+
name: "zap",
|
|
3224
|
+
size: 24,
|
|
3225
|
+
node: [["path", {
|
|
3226
|
+
d: "M15.914 4a1.5 1.5 0 00-2.474-1.561l-9 9A1.5 1.5 0 005.5 14h4.002a.5.5 0 01.471.666L8.086 20a1.5 1.5 0 002.475 1.56l9-9A1.5 1.5 0 0018.5 10h-3.997a.5.5 0 01-.472-.667z",
|
|
3227
|
+
key: "1v7up4"
|
|
3228
|
+
}]]
|
|
3229
|
+
}), yr = ["href"], br = ["href"], xr = { class: "td-dir-name" }, Sr = { class: "td-dir-count" }, Cr = ["href"], wr = { class: "td-dir-name" }, Tr = /*@__PURE__*/ m({
|
|
3230
|
+
__name: "TdDirectoryIndex",
|
|
3231
|
+
setup(e) {
|
|
3232
|
+
let n = K(), i = $(), { withBase: a } = Q(), c = s(() => {
|
|
3233
|
+
let e = t(n.path);
|
|
3234
|
+
return {
|
|
3235
|
+
url: e,
|
|
3236
|
+
entries: i.value.directoryListings[e]?.entries ?? []
|
|
3237
|
+
};
|
|
3238
|
+
}), l = s(() => c.value.url === "/"), m = s(() => a(r(t(c.value.url))));
|
|
3239
|
+
return (e, t) => (b(), d("div", null, [l.value ? u("", !0) : (b(), d("a", {
|
|
3240
|
+
key: 0,
|
|
3241
|
+
href: m.value,
|
|
3242
|
+
class: "td-dir-row"
|
|
3243
|
+
}, [p(D(Ye), {
|
|
3244
|
+
size: 16,
|
|
3245
|
+
class: "td-dir-icon"
|
|
3246
|
+
}), t[0] ||= f("span", { class: "td-dir-parent" }, "..", -1)], 8, yr)), (b(!0), d(o, null, w(c.value.entries, (e) => (b(), d(o, { key: e.kind === "dir" ? e.sub.url : e.item.url }, [e.kind === "dir" ? (b(), d("a", {
|
|
3247
|
+
key: 0,
|
|
3248
|
+
href: D(a)(e.sub.url),
|
|
3249
|
+
class: "td-dir-row"
|
|
3250
|
+
}, [
|
|
3251
|
+
p(D(V), {
|
|
3252
|
+
size: 16,
|
|
3253
|
+
class: "td-dir-icon"
|
|
3254
|
+
}),
|
|
3255
|
+
f("span", xr, E(e.sub.name), 1),
|
|
3256
|
+
f("span", Sr, E(e.sub.count), 1)
|
|
3257
|
+
], 8, br)) : (b(), d("a", {
|
|
3258
|
+
key: 1,
|
|
3259
|
+
href: D(a)(e.item.url),
|
|
3260
|
+
class: "td-dir-row"
|
|
3261
|
+
}, [f("span", wr, E(e.item.name), 1)], 8, Cr))], 64))), 128))]));
|
|
3262
|
+
}
|
|
3263
|
+
}), U = (e, t) => {
|
|
3264
|
+
let n = e.__vccOpts || e;
|
|
3265
|
+
for (let [e, r] of t) n[e] = r;
|
|
3266
|
+
return n;
|
|
3267
|
+
}, Er = /*#__PURE__*/ U(Tr, [["__scopeId", "data-v-2e4028bc"]]), Dr = [
|
|
3268
|
+
"id",
|
|
3269
|
+
"tabindex",
|
|
3270
|
+
"aria-pressed",
|
|
3271
|
+
"aria-label",
|
|
3272
|
+
"onKeydown"
|
|
3273
|
+
], Or = { class: "td-flashcard-face td-flashcard-face-question" }, kr = { class: "td-flashcard-label" }, Ar = { class: "td-flashcard-body" }, jr = { class: "td-flashcard-face td-flashcard-face-key" }, Mr = { class: "td-flashcard-label" }, Nr = { class: "td-flashcard-body" }, Pr = /*#__PURE__*/ U(/* @__PURE__ */ m({
|
|
3274
|
+
inheritAttrs: !1,
|
|
3275
|
+
__name: "TdFlashcard",
|
|
3276
|
+
props: {
|
|
3277
|
+
id: { default: () => void 0 },
|
|
3278
|
+
revealed: {
|
|
3279
|
+
type: Boolean,
|
|
3280
|
+
default: !1
|
|
3281
|
+
},
|
|
3282
|
+
disabled: {
|
|
3283
|
+
type: Boolean,
|
|
3284
|
+
default: !1
|
|
3285
|
+
},
|
|
3286
|
+
questionLabel: { default: "Question" },
|
|
3287
|
+
keyLabel: { default: "Answer" }
|
|
3288
|
+
},
|
|
3289
|
+
setup(e, { expose: t }) {
|
|
3290
|
+
let n = C(e.revealed);
|
|
3291
|
+
ie(() => e.revealed, () => {
|
|
3292
|
+
n.value = e.revealed;
|
|
3293
|
+
});
|
|
3294
|
+
function r() {
|
|
3295
|
+
if (e.disabled) return n.value;
|
|
3296
|
+
let t = n.value;
|
|
3297
|
+
return n.value = !n.value, t;
|
|
3298
|
+
}
|
|
3299
|
+
function i() {
|
|
3300
|
+
let e = n.value;
|
|
3301
|
+
return n.value = !0, e;
|
|
3302
|
+
}
|
|
3303
|
+
function a() {
|
|
3304
|
+
let e = n.value;
|
|
3305
|
+
return n.value = !1, e;
|
|
3306
|
+
}
|
|
3307
|
+
return t({
|
|
3308
|
+
flip: r,
|
|
3309
|
+
showQuestion: a,
|
|
3310
|
+
showKey: i,
|
|
3311
|
+
state: S(n)
|
|
3312
|
+
}), (t, i) => (b(), d("div", v(t.$attrs, {
|
|
3313
|
+
id: e.id,
|
|
3314
|
+
class: ["td-flashcard", {
|
|
3315
|
+
"is-revealed": n.value,
|
|
3316
|
+
"is-disabled": e.disabled
|
|
3317
|
+
}],
|
|
3318
|
+
role: "button",
|
|
3319
|
+
tabindex: e.disabled ? -1 : 0,
|
|
3320
|
+
"aria-pressed": n.value,
|
|
3321
|
+
"aria-label": n.value ? e.keyLabel : e.questionLabel,
|
|
3322
|
+
onClick: r,
|
|
3323
|
+
onKeydown: [oe(se(r, ["prevent"]), ["enter"]), oe(se(r, ["prevent"]), ["space"])]
|
|
3324
|
+
}), [f("div", Or, [f("p", kr, E(e.questionLabel), 1), f("div", Ar, [T(t.$slots, "default")])]), f("div", jr, [f("p", Mr, E(e.keyLabel), 1), f("div", Nr, [T(t.$slots, "key")])])], 16, Dr));
|
|
3325
|
+
}
|
|
3326
|
+
}), [["__scopeId", "data-v-f2a71f0c"]]), Fr = ["href"], Ir = { class: "td-glossary-row-title" }, Lr = {
|
|
3327
|
+
key: 0,
|
|
3328
|
+
class: "td-glossary-row-time"
|
|
3329
|
+
}, Rr = {
|
|
3330
|
+
key: 1,
|
|
3331
|
+
class: "td-glossary-row-desc"
|
|
3332
|
+
}, zr = {
|
|
3333
|
+
key: 2,
|
|
3334
|
+
class: "td-glossary-row-desc td-glossary-row-stub"
|
|
3335
|
+
}, Br = {
|
|
3336
|
+
key: 3,
|
|
3337
|
+
class: "td-glossary-row-tags"
|
|
3338
|
+
}, Vr = /*#__PURE__*/ U(/* @__PURE__ */ m({
|
|
3339
|
+
__name: "TdGlossaryRow",
|
|
3340
|
+
props: {
|
|
3341
|
+
item: {},
|
|
3342
|
+
href: {},
|
|
3343
|
+
showTags: {
|
|
3344
|
+
type: Boolean,
|
|
3345
|
+
default: !1
|
|
3346
|
+
}
|
|
3347
|
+
},
|
|
3348
|
+
setup(e) {
|
|
3349
|
+
return (t, n) => (b(), d("a", {
|
|
3350
|
+
href: e.href,
|
|
3351
|
+
class: "td-glossary-row"
|
|
3352
|
+
}, [
|
|
3353
|
+
f("span", Ir, E(e.item.name), 1),
|
|
3354
|
+
e.item.mtime ? (b(), d("span", Lr, E(D(i)(e.item.mtime)), 1)) : u("", !0),
|
|
3355
|
+
e.item.description ? (b(), d("span", Rr, E(e.item.description), 1)) : (b(), d("span", zr, "No description yet")),
|
|
3356
|
+
e.showTags && e.item.tags && e.item.tags.length > 0 ? (b(), d("span", Br, [(b(!0), d(o, null, w(e.item.tags, (e) => (b(), d("span", {
|
|
3357
|
+
key: e,
|
|
3358
|
+
class: "td-glossary-row-tag"
|
|
3359
|
+
}, E(e), 1))), 128))])) : u("", !0)
|
|
3360
|
+
], 8, Fr));
|
|
3361
|
+
}
|
|
3362
|
+
}), [["__scopeId", "data-v-9ad74790"]]), Hr = { class: "td-glossary-filter" }, Ur = ["placeholder"], Wr = {
|
|
3363
|
+
key: 0,
|
|
3364
|
+
class: "td-glossary-empty"
|
|
3365
|
+
}, Gr = {
|
|
3366
|
+
key: 1,
|
|
3367
|
+
class: "td-glossary-dense-group"
|
|
3368
|
+
}, Kr = ["href"], qr = { key: 2 }, Jr = {
|
|
3369
|
+
key: 0,
|
|
3370
|
+
class: "td-glossary-columns"
|
|
3371
|
+
}, Yr = { class: "td-glossary-letter-row" }, Xr = { class: "td-glossary-letter" }, Zr = ["href"], Qr = { key: 1 }, $r = { class: "td-glossary-letter-row" }, ei = { class: "td-glossary-letter" }, ti = { class: "td-glossary-letter-count" }, ni = /*#__PURE__*/ U(/* @__PURE__ */ m({
|
|
3372
|
+
__name: "TdGlossaryIndex",
|
|
3373
|
+
props: { mode: { default: "informative" } },
|
|
3374
|
+
setup(e) {
|
|
3375
|
+
let n = K(), r = $(), { withBase: i } = Q(), c = C(""), u = s(() => {
|
|
3376
|
+
let e = t(n.path), i = r.value.directoryListings[e];
|
|
3377
|
+
return i ? i.entries.filter((e) => e.kind === "file").map((e) => e.item) : [];
|
|
3378
|
+
}), m = s(() => u.value.length), h = s(() => {
|
|
3379
|
+
let e = /* @__PURE__ */ new Map();
|
|
3380
|
+
for (let t of u.value) e.set(t.url, t);
|
|
3381
|
+
return e;
|
|
3382
|
+
}), g = s(() => {
|
|
3383
|
+
let e = new a({
|
|
3384
|
+
fields: ["name", "description"],
|
|
3385
|
+
storeFields: [
|
|
3386
|
+
"name",
|
|
3387
|
+
"url",
|
|
3388
|
+
"description",
|
|
3389
|
+
"tags",
|
|
3390
|
+
"mtime",
|
|
3391
|
+
"schema"
|
|
3392
|
+
],
|
|
3393
|
+
searchOptions: {
|
|
3394
|
+
boost: { name: 2 },
|
|
3395
|
+
fuzzy: .2,
|
|
3396
|
+
prefix: !0
|
|
3397
|
+
}
|
|
3398
|
+
});
|
|
3399
|
+
return e.addAll(u.value.map((e, t) => ({
|
|
3400
|
+
...e,
|
|
3401
|
+
id: t
|
|
3402
|
+
}))), e;
|
|
3403
|
+
}), _ = s(() => 0 < c.value.trim().length), v = s(() => {
|
|
3404
|
+
let e = c.value.trim();
|
|
3405
|
+
if (e.length === 0) return u.value;
|
|
3406
|
+
let t = g.value.search(e);
|
|
3407
|
+
if (t.length === 0) return [];
|
|
3408
|
+
let n = h.value;
|
|
3409
|
+
return t.map((e) => n.get(e.url)).filter((e) => e !== void 0);
|
|
3410
|
+
}), y = s(() => _.value ? [] : x(u.value));
|
|
3411
|
+
function x(e) {
|
|
3412
|
+
let t = /* @__PURE__ */ new Map();
|
|
3413
|
+
for (let n of e) {
|
|
3414
|
+
let e = (n.name[0] ?? "").toUpperCase(), r = /[A-Z]/.test(e) ? e : "#", i = t.get(r);
|
|
3415
|
+
i === void 0 ? t.set(r, [n]) : i.push(n);
|
|
3416
|
+
}
|
|
3417
|
+
return Array.from(t.entries()).sort(([e], [t]) => e.localeCompare(t)).map(([e, t]) => ({
|
|
3418
|
+
letter: e,
|
|
3419
|
+
items: t
|
|
3420
|
+
}));
|
|
3421
|
+
}
|
|
3422
|
+
return (t, n) => (b(), d("div", null, [f("div", Hr, [p(D(H), {
|
|
3423
|
+
size: 14,
|
|
3424
|
+
class: "td-glossary-filter-icon"
|
|
3425
|
+
}), ae(f("input", {
|
|
3426
|
+
"onUpdate:modelValue": n[0] ||= (e) => c.value = e,
|
|
3427
|
+
type: "text",
|
|
3428
|
+
class: "td-glossary-filter-input",
|
|
3429
|
+
placeholder: `Filter ${m.value} entries`
|
|
3430
|
+
}, null, 8, Ur), [[re, c.value]])]), _.value ? (b(), d(o, { key: 0 }, [v.value.length === 0 ? (b(), d("div", Wr, " No entries matching \"" + E(c.value.trim()) + "\" ", 1)) : e.mode === "dense" ? (b(), d("div", Gr, [(b(!0), d(o, null, w(v.value, (e) => (b(), d("a", {
|
|
3431
|
+
key: e.url,
|
|
3432
|
+
href: D(i)(e.url),
|
|
3433
|
+
class: "td-glossary-dense-link"
|
|
3434
|
+
}, E(e.name), 9, Kr))), 128))])) : (b(), d("div", qr, [(b(!0), d(o, null, w(v.value, (e) => (b(), l(Vr, {
|
|
3435
|
+
key: e.url,
|
|
3436
|
+
item: e,
|
|
3437
|
+
href: D(i)(e.url)
|
|
3438
|
+
}, null, 8, ["item", "href"]))), 128))]))], 64)) : (b(), d(o, { key: 1 }, [e.mode === "dense" ? (b(), d("div", Jr, [(b(!0), d(o, null, w(y.value, (e) => (b(), d("div", {
|
|
3439
|
+
key: e.letter,
|
|
3440
|
+
class: "td-glossary-dense-group"
|
|
3441
|
+
}, [f("div", Yr, [f("span", Xr, E(e.letter), 1), n[1] ||= f("span", { class: "td-glossary-letter-line" }, null, -1)]), (b(!0), d(o, null, w(e.items, (e) => (b(), d("a", {
|
|
3442
|
+
key: e.url,
|
|
3443
|
+
href: D(i)(e.url),
|
|
3444
|
+
class: "td-glossary-dense-link"
|
|
3445
|
+
}, E(e.name), 9, Zr))), 128))]))), 128))])) : (b(), d("div", Qr, [(b(!0), d(o, null, w(y.value, (e) => (b(), d("div", { key: e.letter }, [f("div", $r, [
|
|
3446
|
+
f("span", ei, E(e.letter), 1),
|
|
3447
|
+
n[2] ||= f("span", { class: "td-glossary-letter-line" }, null, -1),
|
|
3448
|
+
f("span", ti, E(e.items.length), 1)
|
|
3449
|
+
]), (b(!0), d(o, null, w(e.items, (e) => (b(), l(Vr, {
|
|
3450
|
+
key: e.url,
|
|
3451
|
+
item: e,
|
|
3452
|
+
href: D(i)(e.url),
|
|
3453
|
+
"show-tags": ""
|
|
3454
|
+
}, null, 8, ["item", "href"]))), 128))]))), 128))]))], 64))]));
|
|
3455
|
+
}
|
|
3456
|
+
}), [["__scopeId", "data-v-e6d21e87"]]), ri = {
|
|
3457
|
+
"file-text": ot,
|
|
3458
|
+
file: st,
|
|
3459
|
+
notebook: on,
|
|
3460
|
+
newspaper: an,
|
|
3461
|
+
scroll: Mn,
|
|
3462
|
+
"book-open": Te,
|
|
3463
|
+
"book-marked": we,
|
|
3464
|
+
clipboard: Ve,
|
|
3465
|
+
"sticky-note": Gn,
|
|
3466
|
+
"file-code": at,
|
|
3467
|
+
folder: V,
|
|
3468
|
+
archive: ge,
|
|
3469
|
+
box: De,
|
|
3470
|
+
package: sn,
|
|
3471
|
+
briefcase: Oe,
|
|
3472
|
+
inbox: Ot,
|
|
3473
|
+
layers: Nt,
|
|
3474
|
+
library: It,
|
|
3475
|
+
mail: Gt,
|
|
3476
|
+
"message-circle": Xt,
|
|
3477
|
+
megaphone: Jt,
|
|
3478
|
+
bell: xe,
|
|
3479
|
+
phone: hn,
|
|
3480
|
+
radio: wn,
|
|
3481
|
+
send: Nn,
|
|
3482
|
+
user: ur,
|
|
3483
|
+
users: dr,
|
|
3484
|
+
contact: qe,
|
|
3485
|
+
hand: bt,
|
|
3486
|
+
leaf: Ft,
|
|
3487
|
+
"flower-2": ft,
|
|
3488
|
+
"tree-pine": rr,
|
|
3489
|
+
sun: Kn,
|
|
3490
|
+
moon: en,
|
|
3491
|
+
cloud: Ue,
|
|
3492
|
+
mountain: tn,
|
|
3493
|
+
waves: mr,
|
|
3494
|
+
snowflake: Vn,
|
|
3495
|
+
flame: ut,
|
|
3496
|
+
droplet: nt,
|
|
3497
|
+
"flask-conical": dt,
|
|
3498
|
+
atom: be,
|
|
3499
|
+
cpu: Xe,
|
|
3500
|
+
code: We,
|
|
3501
|
+
terminal: Qn,
|
|
3502
|
+
database: $e,
|
|
3503
|
+
server: Pn,
|
|
3504
|
+
bug: ke,
|
|
3505
|
+
"circuit-board": ze,
|
|
3506
|
+
binary: Se,
|
|
3507
|
+
palette: ln,
|
|
3508
|
+
pen: fn,
|
|
3509
|
+
paintbrush: cn,
|
|
3510
|
+
camera: je,
|
|
3511
|
+
music: rn,
|
|
3512
|
+
film: ct,
|
|
3513
|
+
image: Dt,
|
|
3514
|
+
mic: Zt,
|
|
3515
|
+
headphones: St,
|
|
3516
|
+
heart: Ct,
|
|
3517
|
+
star: Wn,
|
|
3518
|
+
flag: lt,
|
|
3519
|
+
trophy: sr,
|
|
3520
|
+
target: Zn,
|
|
3521
|
+
bookmark: Ee,
|
|
3522
|
+
"thumbs-up": $n,
|
|
3523
|
+
"circle-check": Ie,
|
|
3524
|
+
"triangle-alert": ar,
|
|
3525
|
+
info: At,
|
|
3526
|
+
sparkles: Hn,
|
|
3527
|
+
crown: Qe,
|
|
3528
|
+
circle: Be,
|
|
3529
|
+
square: Un,
|
|
3530
|
+
diamond: et,
|
|
3531
|
+
hexagon: wt,
|
|
3532
|
+
triangle: or,
|
|
3533
|
+
zap: vr,
|
|
3534
|
+
hash: xt,
|
|
3535
|
+
"at-sign": ye,
|
|
3536
|
+
infinity: kt,
|
|
3537
|
+
compass: Ke,
|
|
3538
|
+
map: Kt,
|
|
3539
|
+
globe: _t,
|
|
3540
|
+
house: Et,
|
|
3541
|
+
rocket: Dn,
|
|
3542
|
+
plane: vn,
|
|
3543
|
+
car: Me,
|
|
3544
|
+
ship: Rn,
|
|
3545
|
+
signpost: zn,
|
|
3546
|
+
clock: He,
|
|
3547
|
+
calendar: Ae,
|
|
3548
|
+
timer: tr,
|
|
3549
|
+
hourglass: Tt,
|
|
3550
|
+
wrench: gr,
|
|
3551
|
+
hammer: yt,
|
|
3552
|
+
key: Mt,
|
|
3553
|
+
lock: Vt,
|
|
3554
|
+
shield: Ln,
|
|
3555
|
+
link: Rt,
|
|
3556
|
+
magnet: Wt,
|
|
3557
|
+
scissors: jn,
|
|
3558
|
+
lightbulb: Lt,
|
|
3559
|
+
glasses: gt,
|
|
3560
|
+
"chart-bar": Ne,
|
|
3561
|
+
"chart-pie": Pe,
|
|
3562
|
+
"trending-up": ir,
|
|
3563
|
+
table: Yn,
|
|
3564
|
+
kanban: jt,
|
|
3565
|
+
"graduation-cap": vt,
|
|
3566
|
+
school: An,
|
|
3567
|
+
pencil: mn,
|
|
3568
|
+
coffee: Ge,
|
|
3569
|
+
pizza: _n,
|
|
3570
|
+
apple: he,
|
|
3571
|
+
gift: ht,
|
|
3572
|
+
puzzle: Cn,
|
|
3573
|
+
"gamepad-2": mt,
|
|
3574
|
+
ticket: er,
|
|
3575
|
+
tag: Xn,
|
|
3576
|
+
pin: gn,
|
|
3577
|
+
"trash-2": nr,
|
|
3578
|
+
"wand-sparkles": pr,
|
|
3579
|
+
eye: it,
|
|
3580
|
+
search: H,
|
|
3581
|
+
settings: Fn,
|
|
3582
|
+
"arrow-left": N,
|
|
3583
|
+
"arrow-right": P,
|
|
3584
|
+
"arrow-up": I,
|
|
3585
|
+
"arrow-down": M,
|
|
3586
|
+
"arrow-left-right": _e,
|
|
3587
|
+
"arrow-up-down": ve,
|
|
3588
|
+
"arrow-up-right": F,
|
|
3589
|
+
"chevron-left": R,
|
|
3590
|
+
"chevron-right": z,
|
|
3591
|
+
"chevron-up": Fe,
|
|
3592
|
+
"chevron-down": L,
|
|
3593
|
+
"external-link": rt,
|
|
3594
|
+
move: nn,
|
|
3595
|
+
"refresh-cw": En,
|
|
3596
|
+
"rotate-cw": On,
|
|
3597
|
+
plus: bn,
|
|
3598
|
+
minus: $t,
|
|
3599
|
+
x: _r,
|
|
3600
|
+
"pencil-line": pn,
|
|
3601
|
+
save: kn,
|
|
3602
|
+
download: tt,
|
|
3603
|
+
upload: lr,
|
|
3604
|
+
"share-2": In,
|
|
3605
|
+
copy: Je,
|
|
3606
|
+
printer: Sn,
|
|
3607
|
+
filter: pt,
|
|
3608
|
+
"undo-2": cr,
|
|
3609
|
+
"redo-2": Tn,
|
|
3610
|
+
"log-in": Ht,
|
|
3611
|
+
"log-out": Ut,
|
|
3612
|
+
play: yn,
|
|
3613
|
+
pause: dn,
|
|
3614
|
+
"volume-2": fr,
|
|
3615
|
+
list: zt,
|
|
3616
|
+
"layout-grid": Pt,
|
|
3617
|
+
"panel-left": un,
|
|
3618
|
+
menu: Yt,
|
|
3619
|
+
"more-horizontal": B,
|
|
3620
|
+
"maximize-2": qt,
|
|
3621
|
+
"minimize-2": Qt,
|
|
3622
|
+
"x-circle": Re,
|
|
3623
|
+
"circle-help": Le,
|
|
3624
|
+
loader: Bt,
|
|
3625
|
+
sword: qn,
|
|
3626
|
+
swords: Jn,
|
|
3627
|
+
crosshair: Ze,
|
|
3628
|
+
skull: Bn,
|
|
3629
|
+
wifi: hr,
|
|
3630
|
+
bluetooth: Ce,
|
|
3631
|
+
power: xn
|
|
3632
|
+
};
|
|
3633
|
+
function ii(e) {
|
|
3634
|
+
return ri[e];
|
|
3635
|
+
}
|
|
3636
|
+
//#endregion
|
|
3637
|
+
//#region src/client/theme-default/components/TdLucideIcon.vue
|
|
3638
|
+
var ai = /*#__PURE__*/ U(/* @__PURE__ */ m({
|
|
3639
|
+
__name: "TdLucideIcon",
|
|
3640
|
+
props: { name: {} },
|
|
3641
|
+
setup(e) {
|
|
3642
|
+
let t = s(() => ii(e.name));
|
|
3643
|
+
return (e, n) => t.value ? (b(), l(te(t.value), {
|
|
3644
|
+
key: 0,
|
|
3645
|
+
size: 14,
|
|
3646
|
+
class: "td-inline-icon"
|
|
3647
|
+
})) : u("", !0);
|
|
3648
|
+
}
|
|
3649
|
+
}), [["__scopeId", "data-v-ed097470"]]), W = typeof window < "u", oi = Symbol("typedown-router"), si = {
|
|
3650
|
+
frontmatter: {},
|
|
3651
|
+
headings: [],
|
|
3652
|
+
title: "Not Found"
|
|
3653
|
+
};
|
|
3654
|
+
function ci(e, t = {}) {
|
|
3655
|
+
let r = n(t.basePath ?? "/"), i = ee({
|
|
3656
|
+
path: "/",
|
|
3657
|
+
hash: "",
|
|
3658
|
+
query: "",
|
|
3659
|
+
contentSfc: void 0,
|
|
3660
|
+
data: si
|
|
3661
|
+
}), a = {
|
|
3662
|
+
route: i,
|
|
3663
|
+
async go(e, t) {
|
|
3664
|
+
e = q(e, r), await a.onBeforeRouteChange?.(e) !== !1 && ((!W || t?.initialLoad || ui(e, r, t)) && await s(e), c(), await a.onAfterRouteChange?.(e));
|
|
3665
|
+
}
|
|
3666
|
+
}, o;
|
|
3667
|
+
async function s(n) {
|
|
3668
|
+
let r = new URL(n, "http://a.com");
|
|
3669
|
+
o = r.pathname;
|
|
3670
|
+
let a = o;
|
|
3671
|
+
try {
|
|
3672
|
+
let t = await e(a);
|
|
3673
|
+
if (!t) throw Error(`Page not found: ${a}`);
|
|
3674
|
+
if (o === a) {
|
|
3675
|
+
o = void 0;
|
|
3676
|
+
let { default: e, pageData: n } = t;
|
|
3677
|
+
i.path = a, i.contentSfc = _(e), i.data = _(n), c(r), W && y(() => {
|
|
3678
|
+
r.hash ? G(r.hash) : window.scrollTo(0, 0);
|
|
3679
|
+
});
|
|
3680
|
+
}
|
|
3681
|
+
} catch {
|
|
3682
|
+
o === a && (o = void 0, i.path = a, i.contentSfc = t.fallbackComponent ? _(t.fallbackComponent) : void 0, i.data = si, c(r));
|
|
3683
|
+
}
|
|
3684
|
+
}
|
|
3685
|
+
function c(e = W ? location : {
|
|
3686
|
+
search: "",
|
|
3687
|
+
hash: ""
|
|
3688
|
+
}) {
|
|
3689
|
+
i.query = e.search, i.hash = decodeURIComponent(e.hash);
|
|
3690
|
+
}
|
|
3691
|
+
return W && (history.state ?? history.replaceState({}, ""), window.addEventListener("click", (e) => {
|
|
3692
|
+
if (e.defaultPrevented || !(e.target instanceof Element) || e.button !== 0 || e.ctrlKey || e.shiftKey || e.altKey || e.metaKey) return;
|
|
3693
|
+
let t = e.target.closest("a");
|
|
3694
|
+
if (!t || t.hasAttribute("download") || t.hasAttribute("target")) return;
|
|
3695
|
+
let n = t.getAttribute("href");
|
|
3696
|
+
if (n === null) return;
|
|
3697
|
+
let { href: r, origin: i, pathname: o } = new URL(n, t.baseURI);
|
|
3698
|
+
i === location.origin && !o.match(/\.\w+$/) && (e.preventDefault(), a.go(r));
|
|
3699
|
+
}, { capture: !0 }), window.addEventListener("popstate", async (e) => {
|
|
3700
|
+
if (e.state == null) return;
|
|
3701
|
+
let t = q(location.href, r);
|
|
3702
|
+
await s(t), c(), await a.onAfterRouteChange?.(t);
|
|
3703
|
+
}), window.addEventListener("hashchange", (e) => {
|
|
3704
|
+
e.preventDefault(), c();
|
|
3705
|
+
})), a;
|
|
3706
|
+
}
|
|
3707
|
+
function G(e) {
|
|
3708
|
+
if (!e) return;
|
|
3709
|
+
let t;
|
|
3710
|
+
try {
|
|
3711
|
+
t = document.getElementById(decodeURIComponent(e).slice(1)) ?? void 0;
|
|
3712
|
+
} catch {
|
|
3713
|
+
return;
|
|
3714
|
+
}
|
|
3715
|
+
t?.scrollIntoView({ block: "start" });
|
|
3716
|
+
}
|
|
3717
|
+
function K() {
|
|
3718
|
+
return li().route;
|
|
3719
|
+
}
|
|
3720
|
+
function li() {
|
|
3721
|
+
let e = g(oi);
|
|
3722
|
+
if (!e) throw Error("useRouter() called outside of Typedown app");
|
|
3723
|
+
return e;
|
|
3724
|
+
}
|
|
3725
|
+
function ui(e, t, { replace: n = !1 } = {}) {
|
|
3726
|
+
let r = q(location.href, t);
|
|
3727
|
+
if (e === r) return G(new URL(e, "http://a.com").hash), !1;
|
|
3728
|
+
let i = t === "/" ? e : t + (e.startsWith("/") ? e : "/" + e);
|
|
3729
|
+
n ? history.replaceState({}, "", i) : (history.replaceState({ scrollPosition: window.scrollY }, ""), history.pushState({}, "", i));
|
|
3730
|
+
let a = new URL(e, location.origin), o = new URL(r, location.origin);
|
|
3731
|
+
return a.pathname !== o.pathname || (G(a.hash), !1);
|
|
3732
|
+
}
|
|
3733
|
+
function q(t, n) {
|
|
3734
|
+
let r = new URL(t, "http://a.com"), i = r.pathname.replace(/\.html$/, "");
|
|
3735
|
+
return n && n !== "/" && (i === n || i.startsWith(n + "/")) && (i = i.slice(n.length) || "/"), r.pathname = e(i), r.pathname + r.search + r.hash;
|
|
3736
|
+
}
|
|
3737
|
+
//#endregion
|
|
3738
|
+
//#region src/client/app/components/Content.ts
|
|
3739
|
+
var di = m({
|
|
3740
|
+
name: "TypedownContent",
|
|
3741
|
+
setup() {
|
|
3742
|
+
let e = K();
|
|
3743
|
+
return () => e.contentSfc ? h(e.contentSfc) : void 0;
|
|
3744
|
+
}
|
|
3745
|
+
}), J = "td-theme";
|
|
3746
|
+
function Y(e) {
|
|
3747
|
+
if (typeof document > "u") return;
|
|
3748
|
+
let t = e === "system" ? X() : e;
|
|
3749
|
+
document.documentElement.classList.toggle("dark", t === "dark");
|
|
3750
|
+
}
|
|
3751
|
+
function X() {
|
|
3752
|
+
return typeof window > "u" ? "light" : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
|
|
3753
|
+
}
|
|
3754
|
+
var Z = C("system"), fi = C(X()), pi = !1;
|
|
3755
|
+
function mi() {
|
|
3756
|
+
hi();
|
|
3757
|
+
let e = s(() => Z.value === "system" ? fi.value : Z.value), t = s(() => e.value === "dark");
|
|
3758
|
+
function n(e) {
|
|
3759
|
+
Z.value = e, Y(e), typeof localStorage < "u" && localStorage.setItem(J, e);
|
|
3760
|
+
}
|
|
3761
|
+
function r() {
|
|
3762
|
+
n(e.value === "light" ? "dark" : "light");
|
|
3763
|
+
}
|
|
3764
|
+
return {
|
|
3765
|
+
theme: S(Z),
|
|
3766
|
+
effectiveTheme: e,
|
|
3767
|
+
isDark: t,
|
|
3768
|
+
setTheme: n,
|
|
3769
|
+
toggle: r
|
|
3770
|
+
};
|
|
3771
|
+
}
|
|
3772
|
+
function hi() {
|
|
3773
|
+
if (!pi) {
|
|
3774
|
+
if (pi = !0, typeof localStorage < "u") {
|
|
3775
|
+
let e = localStorage.getItem(J);
|
|
3776
|
+
(e === "light" || e === "dark" || e === "system") && (Z.value = e);
|
|
3777
|
+
}
|
|
3778
|
+
Y(Z.value), typeof window < "u" && window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", () => {
|
|
3779
|
+
fi.value = X(), Z.value === "system" && Y("system");
|
|
3780
|
+
});
|
|
3781
|
+
}
|
|
3782
|
+
}
|
|
3783
|
+
//#endregion
|
|
3784
|
+
//#region src/client/app/composables/useTdContent.ts
|
|
3785
|
+
var gi = Symbol("td-content");
|
|
3786
|
+
function _i(e) {
|
|
3787
|
+
let t = mi(), n = {
|
|
3788
|
+
page: s(() => e.data),
|
|
3789
|
+
frontmatter: s(() => e.data.frontmatter),
|
|
3790
|
+
title: s(() => e.data.title),
|
|
3791
|
+
isDark: s(() => t.isDark.value)
|
|
3792
|
+
};
|
|
3793
|
+
return x(gi, n), n;
|
|
3794
|
+
}
|
|
3795
|
+
function vi() {
|
|
3796
|
+
let e = g(gi);
|
|
3797
|
+
if (e === void 0) throw Error("useTdContent() called without a parent provideTdContent()");
|
|
3798
|
+
return e;
|
|
3799
|
+
}
|
|
3800
|
+
//#endregion
|
|
3801
|
+
//#region src/client/app/index.ts
|
|
3802
|
+
var yi = Symbol("typedown-site-config"), bi = Symbol("typedown-site-data"), xi = Symbol("typedown-page-loader"), Si = Symbol("typedown-search-index");
|
|
3803
|
+
async function Ci(e, t, n = {}, r = {}) {
|
|
3804
|
+
let i = {
|
|
3805
|
+
title: n.title ?? "",
|
|
3806
|
+
description: n.description ?? "",
|
|
3807
|
+
basePath: n.basePath ?? "/",
|
|
3808
|
+
repo: n.repo,
|
|
3809
|
+
author: n.author,
|
|
3810
|
+
license: n.license,
|
|
3811
|
+
nav: n.nav
|
|
3812
|
+
}, a = C({
|
|
3813
|
+
ready: r.ready ?? !1,
|
|
3814
|
+
contentTree: r.contentTree ?? { entries: [] },
|
|
3815
|
+
schemas: r.schemas ?? {},
|
|
3816
|
+
directoryListings: r.directoryListings ?? {}
|
|
3817
|
+
}), o = ci(e, { basePath: i.basePath }), s = m({
|
|
3818
|
+
name: "TypedownApp",
|
|
3819
|
+
setup() {
|
|
3820
|
+
return _i(o.route), () => h(t);
|
|
3821
|
+
}
|
|
3822
|
+
}), l = c(s);
|
|
3823
|
+
l.provide(oi, o), l.provide(yi, i), l.provide(bi, a), l.provide(xi, e);
|
|
3824
|
+
let u = ne(r.searchIndex);
|
|
3825
|
+
return l.provide(Si, u), l.component("TypedownContent", di), l.component("DirectoryIndex", Er), l.component("GlossaryIndex", ni), l.component("Flashcard", Pr), l.component("LucideIcon", ai), typeof window < "u" && await o.go(location.href, {
|
|
3826
|
+
replace: !0,
|
|
3827
|
+
initialLoad: !0
|
|
3828
|
+
}), {
|
|
3829
|
+
app: l,
|
|
3830
|
+
router: o,
|
|
3831
|
+
searchIndex: u,
|
|
3832
|
+
siteData: a
|
|
3833
|
+
};
|
|
3834
|
+
}
|
|
3835
|
+
function wi() {
|
|
3836
|
+
return g(xi, void 0);
|
|
3837
|
+
}
|
|
3838
|
+
function Ti() {
|
|
3839
|
+
return g(Si, ne(void 0));
|
|
3840
|
+
}
|
|
3841
|
+
function Q() {
|
|
3842
|
+
let e = g(yi, {
|
|
3843
|
+
title: "",
|
|
3844
|
+
description: "",
|
|
3845
|
+
basePath: "/"
|
|
3846
|
+
}), t = n(e.basePath);
|
|
3847
|
+
return {
|
|
3848
|
+
...e,
|
|
3849
|
+
withBase(e) {
|
|
3850
|
+
if (t === "/") return e;
|
|
3851
|
+
let n = e.startsWith("/") ? e : "/" + e;
|
|
3852
|
+
return t + n;
|
|
3853
|
+
}
|
|
3854
|
+
};
|
|
3855
|
+
}
|
|
3856
|
+
var Ei = C({
|
|
3857
|
+
ready: !1,
|
|
3858
|
+
contentTree: { entries: [] },
|
|
3859
|
+
schemas: {},
|
|
3860
|
+
directoryListings: {}
|
|
3861
|
+
});
|
|
3862
|
+
function $() {
|
|
3863
|
+
return g(bi, Ei);
|
|
3864
|
+
}
|
|
3865
|
+
//#endregion
|
|
3866
|
+
export { R as A, zt as C, ot as D, st as E, N as F, M as I, j as L, I as M, F as N, B as O, P, Yt as S, V as T, Xn as _, $ as a, H as b, di as c, ai as d, ii as f, _r as g, U as h, Q as i, L as j, z as k, K as l, Er as m, wi as n, vi as o, ni as p, Ti as r, mi as s, Ci as t, li as u, Kn as v, Et as w, en as x, Un as y };
|