typerighter 0.4.4 → 0.30.3

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.
Files changed (118) hide show
  1. package/dist/app-gH0dpuch.js +2382 -0
  2. package/dist/brand-CG1fQshq.js +5 -0
  3. package/dist/cli-BFgBPypP.js +440 -0
  4. package/dist/cli.js +1 -1
  5. package/dist/client/app/index.d.ts +43 -4
  6. package/dist/client/app/index.d.ts.map +1 -1
  7. package/dist/client/app/router.d.ts +6 -2
  8. package/dist/client/app/router.d.ts.map +1 -1
  9. package/dist/client/theme-default.js +2314 -593
  10. package/dist/client.js +1 -1
  11. package/dist/fonts.css +2 -0
  12. package/dist/index.js +3 -4
  13. package/dist/init-EKDV1L4U.js +821 -0
  14. package/dist/math.css +1 -0
  15. package/dist/node/build/index.d.ts.map +1 -1
  16. package/dist/node/build/prerender.d.ts +2 -0
  17. package/dist/node/build/prerender.d.ts.map +1 -1
  18. package/dist/node/cli/index.d.ts.map +1 -1
  19. package/dist/node/cli/init.d.ts +7 -1
  20. package/dist/node/cli/init.d.ts.map +1 -1
  21. package/dist/node/context.d.ts.map +1 -1
  22. package/dist/node/lib/html-template.d.ts +22 -0
  23. package/dist/node/lib/html-template.d.ts.map +1 -0
  24. package/dist/node/lib/image-dimensions.d.ts +6 -0
  25. package/dist/node/lib/image-dimensions.d.ts.map +1 -0
  26. package/dist/node/lib/index.d.ts +0 -1
  27. package/dist/node/lib/index.d.ts.map +1 -1
  28. package/dist/node/lib/progress.d.ts +2 -0
  29. package/dist/node/lib/progress.d.ts.map +1 -1
  30. package/dist/node/lib/render/highlight/index.d.ts.map +1 -0
  31. package/dist/node/lib/render/highlight/language.d.ts.map +1 -0
  32. package/dist/node/lib/render/postprocess.d.ts +2 -0
  33. package/dist/node/lib/render/postprocess.d.ts.map +1 -0
  34. package/dist/node/lib/render/vue.d.ts +1 -0
  35. package/dist/node/lib/render/vue.d.ts.map +1 -1
  36. package/dist/node/{plugin/vite/search.d.ts → lib/search-indexer/index.d.ts} +2 -3
  37. package/dist/node/lib/search-indexer/index.d.ts.map +1 -0
  38. package/dist/node/lib/search-indexer/scan.d.ts +4 -0
  39. package/dist/node/lib/search-indexer/scan.d.ts.map +1 -0
  40. package/dist/node/lib/typedown-context.d.ts +6 -10
  41. package/dist/node/lib/typedown-context.d.ts.map +1 -1
  42. package/dist/node/plugin/vite/constants.d.ts +6 -0
  43. package/dist/node/plugin/vite/constants.d.ts.map +1 -1
  44. package/dist/node/plugin/vite/index.d.ts +7 -13
  45. package/dist/node/plugin/vite/index.d.ts.map +1 -1
  46. package/dist/node/plugin/vite/middleware/index.d.ts +3 -0
  47. package/dist/node/plugin/vite/middleware/index.d.ts.map +1 -0
  48. package/dist/node/plugin/vite/middleware/vault-assets.d.ts +5 -0
  49. package/dist/node/plugin/vite/middleware/vault-assets.d.ts.map +1 -0
  50. package/dist/node/plugin/vite/middleware/virtual-html.d.ts +6 -0
  51. package/dist/node/plugin/vite/middleware/virtual-html.d.ts.map +1 -0
  52. package/dist/node/plugin/vite/virtual/app.d.ts +23 -0
  53. package/dist/node/plugin/vite/virtual/app.d.ts.map +1 -0
  54. package/dist/node/plugin/vite/virtual/pages.d.ts +12 -0
  55. package/dist/node/plugin/vite/virtual/pages.d.ts.map +1 -0
  56. package/dist/node/plugin/vite/virtual/search-index.d.ts +11 -0
  57. package/dist/node/plugin/vite/virtual/search-index.d.ts.map +1 -0
  58. package/dist/node/plugin/vite/virtual/site-data.d.ts +13 -0
  59. package/dist/node/plugin/vite/virtual/site-data.d.ts.map +1 -0
  60. package/dist/node/plugin/vite/virtual/utils.d.ts +8 -0
  61. package/dist/node/plugin/vite/virtual/utils.d.ts.map +1 -0
  62. package/dist/shared/constants.d.ts.map +1 -1
  63. package/dist/shared/types/content.d.ts +42 -11
  64. package/dist/shared/types/content.d.ts.map +1 -1
  65. package/dist/shared/types/index.d.ts +0 -1
  66. package/dist/shared/types/index.d.ts.map +1 -1
  67. package/dist/shared/types/ssg.d.ts +15 -3
  68. package/dist/shared/types/ssg.d.ts.map +1 -1
  69. package/dist/shared/utils/content.d.ts +5 -3
  70. package/dist/shared/utils/content.d.ts.map +1 -1
  71. package/dist/shared/utils/field.d.ts +2 -0
  72. package/dist/shared/utils/field.d.ts.map +1 -0
  73. package/dist/shared/utils/html.d.ts +1 -0
  74. package/dist/shared/utils/html.d.ts.map +1 -1
  75. package/dist/shared/utils/index.d.ts +1 -0
  76. package/dist/shared/utils/index.d.ts.map +1 -1
  77. package/dist/shared/utils/path.d.ts +1 -0
  78. package/dist/shared/utils/path.d.ts.map +1 -1
  79. package/dist/shared/utils/url.d.ts +9 -1
  80. package/dist/shared/utils/url.d.ts.map +1 -1
  81. package/dist/shared-BuA2cqMO.js +401 -0
  82. package/dist/shared.js +2 -0
  83. package/dist/temml-DZbhOfRE.js +8146 -0
  84. package/dist/typerighter.css +1 -1
  85. package/dist/vite-CYozrIIG.js +1468 -0
  86. package/dist/vite.js +2 -2
  87. package/package.json +26 -40
  88. package/dist/app-Bw90hv7G.js +0 -266
  89. package/dist/brand-CmL-6h9U.js +0 -203
  90. package/dist/cli-Dz9GEomM.js +0 -640
  91. package/dist/constants-7heqadyd.js +0 -32183
  92. package/dist/init-z0GJPXx4.js +0 -2356
  93. package/dist/node/lib/markdown/index.d.ts +0 -5
  94. package/dist/node/lib/markdown/index.d.ts.map +0 -1
  95. package/dist/node/lib/markdown/plugins/callout-container.d.ts +0 -4
  96. package/dist/node/lib/markdown/plugins/callout-container.d.ts.map +0 -1
  97. package/dist/node/lib/markdown/plugins/custom-container.d.ts +0 -3
  98. package/dist/node/lib/markdown/plugins/custom-container.d.ts.map +0 -1
  99. package/dist/node/lib/markdown/plugins/highlight/index.d.ts.map +0 -1
  100. package/dist/node/lib/markdown/plugins/highlight/language.d.ts.map +0 -1
  101. package/dist/node/lib/markdown/plugins/image.d.ts +0 -3
  102. package/dist/node/lib/markdown/plugins/image.d.ts.map +0 -1
  103. package/dist/node/lib/markdown/plugins/line-number.d.ts +0 -3
  104. package/dist/node/lib/markdown/plugins/line-number.d.ts.map +0 -1
  105. package/dist/node/lib/markdown/plugins/link.d.ts +0 -3
  106. package/dist/node/lib/markdown/plugins/link.d.ts.map +0 -1
  107. package/dist/node/lib/markdown/plugins/pre-wrapper.d.ts +0 -6
  108. package/dist/node/lib/markdown/plugins/pre-wrapper.d.ts.map +0 -1
  109. package/dist/node/lib/markdown/plugins/restore-entities.d.ts +0 -3
  110. package/dist/node/lib/markdown/plugins/restore-entities.d.ts.map +0 -1
  111. package/dist/node/lib/markdown/plugins/table.d.ts +0 -3
  112. package/dist/node/lib/markdown/plugins/table.d.ts.map +0 -1
  113. package/dist/node/plugin/vite/search.d.ts.map +0 -1
  114. package/dist/shared/types/markdown.d.ts +0 -62
  115. package/dist/shared/types/markdown.d.ts.map +0 -1
  116. package/dist/vite-B-ktlRz9.js +0 -309
  117. /package/dist/node/lib/{markdown/plugins → render}/highlight/index.d.ts +0 -0
  118. /package/dist/node/lib/{markdown/plugins → render}/highlight/language.d.ts +0 -0
@@ -0,0 +1,2382 @@
1
+ import { S as e, i as t, j as n, k as r, x as i } from "./shared-BuA2cqMO.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 ee, reactive as te, readonly as ne, ref as x, renderList as S, renderSlot as re, resolveDynamicComponent as ie, shallowRef as ae, toDisplayString as C, unref as w, vModelText as oe, watch as se, withDirectives as ce, withKeys as T, withModifiers as E } from "vue";
4
+ //#region ../../node_modules/.pnpm/@lucide+vue@1.39.0_vue@3.5.42_typescript@6.0.3_/node_modules/@lucide/vue/dist/esm/shared/src/utils/isEmptyString.mjs
5
+ var D = (e) => e === "", le = (...e) => e.filter((e, t, n) => !!e && e.trim() !== "" && n.indexOf(e) === t).join(" ").trim(), O = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), ue = (e) => e.replace(/^([A-Z])|[\s-_]+(\w)/g, (e, t, n) => n ? n.toUpperCase() : t.toLowerCase()), de = (e) => {
6
+ let t = ue(e);
7
+ return t.charAt(0).toUpperCase() + t.slice(1);
8
+ }, k = {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: 24,
11
+ height: 24,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ stroke: "currentColor",
15
+ "stroke-width": 2,
16
+ "stroke-linecap": "round",
17
+ "stroke-linejoin": "round"
18
+ }, fe = /* @__PURE__ */ Symbol("lucide-icons");
19
+ function pe() {
20
+ return g(fe, {});
21
+ }
22
+ //#endregion
23
+ //#region ../../node_modules/.pnpm/@lucide+vue@1.39.0_vue@3.5.42_typescript@6.0.3_/node_modules/@lucide/vue/dist/esm/Icon.mjs
24
+ var me = ({ name: e, iconNode: t, "icon-node": n, absoluteStrokeWidth: r, "absolute-stroke-width": i, strokeWidth: a, "stroke-width": o, size: c, color: l, ...u }, { slots: d }) => {
25
+ let { size: f, color: p, strokeWidth: m = 2, absoluteStrokeWidth: g = !1, class: _ = "" } = pe(), v = s(() => {
26
+ let e = D(r) || D(i) || r === !0 || i === !0 || g === !0, t = a || o || m || k["stroke-width"];
27
+ return e ? Number(t) * 24 / Number(c ?? f ?? k.width) : t;
28
+ });
29
+ return h("svg", {
30
+ ...k,
31
+ ...u,
32
+ width: c ?? f ?? k.width,
33
+ height: c ?? f ?? k.height,
34
+ stroke: l ?? p ?? k.stroke,
35
+ "stroke-width": v.value,
36
+ class: le("lucide", _, ...e ? [`lucide-${O(de(e))}-icon`, `lucide-${O(e)}`] : ["lucide-icon"])
37
+ }, [...(t ?? n ?? []).map((e) => h(...e)), ...d.default ? [d.default()] : []]);
38
+ }, A = (e, t) => (n, { slots: r, attrs: i }) => h(me, {
39
+ ...i,
40
+ ...n,
41
+ iconNode: t,
42
+ name: e
43
+ }, r.default ? { default: r.default } : void 0), he = A("apple", [["path", {
44
+ d: "M12 6.528V3a1 1 0 0 1 1-1h0",
45
+ key: "11qiee"
46
+ }], ["path", {
47
+ 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",
48
+ key: "110c12"
49
+ }]]), ge = A("archive", [
50
+ ["rect", {
51
+ width: "20",
52
+ height: "5",
53
+ x: "2",
54
+ y: "3",
55
+ rx: "1",
56
+ key: "1wp1u1"
57
+ }],
58
+ ["path", {
59
+ d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",
60
+ key: "1s80jp"
61
+ }],
62
+ ["path", {
63
+ d: "M10 12h4",
64
+ key: "a56b0p"
65
+ }]
66
+ ]), _e = A("arrow-up-right", [["path", {
67
+ d: "M7 7h10v10",
68
+ key: "1tivn9"
69
+ }], ["path", {
70
+ d: "M7 17 17 7",
71
+ key: "1vkiza"
72
+ }]]), ve = A("at-sign", [["circle", {
73
+ cx: "12",
74
+ cy: "12",
75
+ r: "4",
76
+ key: "4exip2"
77
+ }], ["path", {
78
+ d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",
79
+ key: "7n84p3"
80
+ }]]), ye = A("atom", [
81
+ ["circle", {
82
+ cx: "12",
83
+ cy: "12",
84
+ r: "1",
85
+ key: "41hilf"
86
+ }],
87
+ ["path", {
88
+ 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",
89
+ key: "1l2ple"
90
+ }],
91
+ ["path", {
92
+ 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",
93
+ key: "1wam0m"
94
+ }]
95
+ ]), be = A("bell", [["path", {
96
+ d: "M10.268 21a2 2 0 0 0 3.464 0",
97
+ key: "vwvbt9"
98
+ }], ["path", {
99
+ 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",
100
+ key: "11g9vi"
101
+ }]]), xe = A("binary", [
102
+ ["rect", {
103
+ x: "14",
104
+ y: "14",
105
+ width: "4",
106
+ height: "6",
107
+ rx: "2",
108
+ key: "p02svl"
109
+ }],
110
+ ["rect", {
111
+ x: "6",
112
+ y: "4",
113
+ width: "4",
114
+ height: "6",
115
+ rx: "2",
116
+ key: "xm4xkj"
117
+ }],
118
+ ["path", {
119
+ d: "M6 20h4",
120
+ key: "1i6q5t"
121
+ }],
122
+ ["path", {
123
+ d: "M14 10h4",
124
+ key: "ru81e7"
125
+ }],
126
+ ["path", {
127
+ d: "M6 14h2v6",
128
+ key: "16z9wg"
129
+ }],
130
+ ["path", {
131
+ d: "M14 4h2v6",
132
+ key: "1idq9u"
133
+ }]
134
+ ]), Se = A("book-marked", [["path", {
135
+ d: "M10 2v8l3-3 3 3V2",
136
+ key: "sqw3rj"
137
+ }], ["path", {
138
+ 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",
139
+ key: "k3hazp"
140
+ }]]), Ce = A("book-open", [["path", {
141
+ d: "M12 5v16",
142
+ key: "1f6ucr"
143
+ }], ["path", {
144
+ 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",
145
+ key: "1fyvmf"
146
+ }]]), we = A("bookmark", [["path", {
147
+ 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",
148
+ key: "oz39mx"
149
+ }]]), Te = A("box", [
150
+ ["path", {
151
+ 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",
152
+ key: "hh9hay"
153
+ }],
154
+ ["path", {
155
+ d: "m3.3 7 8.7 5 8.7-5",
156
+ key: "g66t2b"
157
+ }],
158
+ ["path", {
159
+ d: "M12 22V12",
160
+ key: "d0xqtd"
161
+ }]
162
+ ]), Ee = A("briefcase", [["path", {
163
+ d: "M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",
164
+ key: "jecpp"
165
+ }], ["rect", {
166
+ width: "20",
167
+ height: "14",
168
+ x: "2",
169
+ y: "6",
170
+ rx: "2",
171
+ key: "i6l2r4"
172
+ }]]), De = A("bug", [
173
+ ["path", {
174
+ d: "M12 20v-9",
175
+ key: "1qisl0"
176
+ }],
177
+ ["path", {
178
+ d: "M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z",
179
+ key: "uouzyp"
180
+ }],
181
+ ["path", {
182
+ d: "M14.12 3.88 16 2",
183
+ key: "qol33r"
184
+ }],
185
+ ["path", {
186
+ d: "M21 21a4 4 0 0 0-3.81-4",
187
+ key: "1b0z45"
188
+ }],
189
+ ["path", {
190
+ d: "M21 5a4 4 0 0 1-3.55 3.97",
191
+ key: "5cxbf6"
192
+ }],
193
+ ["path", {
194
+ d: "M22 13h-4",
195
+ key: "1jl80f"
196
+ }],
197
+ ["path", {
198
+ d: "M3 21a4 4 0 0 1 3.81-4",
199
+ key: "1fjd4g"
200
+ }],
201
+ ["path", {
202
+ d: "M3 5a4 4 0 0 0 3.55 3.97",
203
+ key: "1d7oge"
204
+ }],
205
+ ["path", {
206
+ d: "M6 13H2",
207
+ key: "82j7cp"
208
+ }],
209
+ ["path", {
210
+ d: "m8 2 1.88 1.88",
211
+ key: "fmnt4t"
212
+ }],
213
+ ["path", {
214
+ d: "M9 7.13V6a3 3 0 1 1 6 0v1.13",
215
+ key: "1vgav8"
216
+ }]
217
+ ]), Oe = A("calendar", [
218
+ ["path", {
219
+ d: "M8 2v3",
220
+ key: "1ioesn"
221
+ }],
222
+ ["path", {
223
+ d: "M16 2v3",
224
+ key: "otl347"
225
+ }],
226
+ ["rect", {
227
+ x: "3",
228
+ y: "3",
229
+ width: "18",
230
+ height: "18",
231
+ rx: "2",
232
+ key: "h1oib"
233
+ }],
234
+ ["path", {
235
+ d: "M3 9h18",
236
+ key: "1pudct"
237
+ }]
238
+ ]), ke = A("camera", [["path", {
239
+ 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",
240
+ key: "18u6gg"
241
+ }], ["circle", {
242
+ cx: "12",
243
+ cy: "13",
244
+ r: "3",
245
+ key: "1vg3eu"
246
+ }]]), Ae = A("car", [
247
+ ["path", {
248
+ 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",
249
+ key: "5owen"
250
+ }],
251
+ ["circle", {
252
+ cx: "7",
253
+ cy: "17",
254
+ r: "2",
255
+ key: "u2ysq9"
256
+ }],
257
+ ["path", {
258
+ d: "M9 17h6",
259
+ key: "r8uit2"
260
+ }],
261
+ ["circle", {
262
+ cx: "17",
263
+ cy: "17",
264
+ r: "2",
265
+ key: "axvx0g"
266
+ }]
267
+ ]), je = A("chart-bar", [
268
+ ["path", {
269
+ d: "M3 3v16a2 2 0 0 0 2 2h16",
270
+ key: "c24i48"
271
+ }],
272
+ ["path", {
273
+ d: "M7 16h8",
274
+ key: "srdodz"
275
+ }],
276
+ ["path", {
277
+ d: "M7 11h12",
278
+ key: "127s9w"
279
+ }],
280
+ ["path", {
281
+ d: "M7 6h3",
282
+ key: "w9rmul"
283
+ }]
284
+ ]), Me = A("chart-pie", [["path", {
285
+ 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",
286
+ key: "pzmjnu"
287
+ }], ["path", {
288
+ d: "M21.21 15.89A10 10 0 1 1 8 2.83",
289
+ key: "k2fpak"
290
+ }]]), Ne = A("circle-check", [["circle", {
291
+ cx: "12",
292
+ cy: "12",
293
+ r: "10",
294
+ key: "1mglay"
295
+ }], ["path", {
296
+ d: "m16 9-5.5 5.5L8 12",
297
+ key: "xofnsj"
298
+ }]]), Pe = A("circle", [["circle", {
299
+ cx: "12",
300
+ cy: "12",
301
+ r: "10",
302
+ key: "1mglay"
303
+ }]]), Fe = A("circuit-board", [
304
+ ["rect", {
305
+ width: "18",
306
+ height: "18",
307
+ x: "3",
308
+ y: "3",
309
+ rx: "2",
310
+ key: "afitv7"
311
+ }],
312
+ ["path", {
313
+ d: "M11 9h4a2 2 0 0 0 2-2V3",
314
+ key: "1ve2rv"
315
+ }],
316
+ ["circle", {
317
+ cx: "9",
318
+ cy: "9",
319
+ r: "2",
320
+ key: "af1f0g"
321
+ }],
322
+ ["path", {
323
+ d: "M7 21v-4a2 2 0 0 1 2-2h4",
324
+ key: "1fwkro"
325
+ }],
326
+ ["circle", {
327
+ cx: "15",
328
+ cy: "15",
329
+ r: "2",
330
+ key: "3i40o0"
331
+ }]
332
+ ]), Ie = A("clipboard", [["rect", {
333
+ width: "8",
334
+ height: "4",
335
+ x: "8",
336
+ y: "2",
337
+ rx: "1",
338
+ ry: "1",
339
+ key: "tgr4d6"
340
+ }], ["path", {
341
+ 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",
342
+ key: "116196"
343
+ }]]), Le = A("clock", [["circle", {
344
+ cx: "12",
345
+ cy: "12",
346
+ r: "10",
347
+ key: "1mglay"
348
+ }], ["path", {
349
+ d: "M12 6v6l4 2",
350
+ key: "mmk7yg"
351
+ }]]), Re = A("cloud", [["path", {
352
+ d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",
353
+ key: "p7xjir"
354
+ }]]), ze = A("code", [["path", {
355
+ d: "m16 18 6-6-6-6",
356
+ key: "eg8j8"
357
+ }], ["path", {
358
+ d: "m8 6-6 6 6 6",
359
+ key: "ppft3o"
360
+ }]]), Be = A("coffee", [
361
+ ["path", {
362
+ d: "M10 2v2",
363
+ key: "7u0qdc"
364
+ }],
365
+ ["path", {
366
+ d: "M14 2v2",
367
+ key: "6buw04"
368
+ }],
369
+ ["path", {
370
+ 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",
371
+ key: "pwadti"
372
+ }],
373
+ ["path", {
374
+ d: "M6 2v2",
375
+ key: "colzsn"
376
+ }]
377
+ ]), Ve = A("compass", [["circle", {
378
+ cx: "12",
379
+ cy: "12",
380
+ r: "10",
381
+ key: "1mglay"
382
+ }], ["path", {
383
+ 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",
384
+ key: "9ktpf1"
385
+ }]]), He = A("contact", [
386
+ ["path", {
387
+ d: "M16 2v2",
388
+ key: "scm5qe"
389
+ }],
390
+ ["path", {
391
+ d: "M7 21v-2a2 2 0 012-2h6a2 2 0 012 2v2",
392
+ key: "k82dct"
393
+ }],
394
+ ["path", {
395
+ d: "M8 2v2",
396
+ key: "pbkmx"
397
+ }],
398
+ ["circle", {
399
+ cx: "12",
400
+ cy: "10",
401
+ r: "3",
402
+ key: "ilqhr7"
403
+ }],
404
+ ["rect", {
405
+ x: "3",
406
+ y: "3",
407
+ width: "18",
408
+ height: "18",
409
+ rx: "2",
410
+ key: "h1oib"
411
+ }]
412
+ ]), Ue = A("corner-left-up", [["path", {
413
+ d: "M14 9 9 4 4 9",
414
+ key: "1af5af"
415
+ }], ["path", {
416
+ d: "M20 20h-7a4 4 0 0 1-4-4V4",
417
+ key: "1blwi3"
418
+ }]]), We = A("cpu", [
419
+ ["path", {
420
+ d: "M12 20v2",
421
+ key: "1lh1kg"
422
+ }],
423
+ ["path", {
424
+ d: "M12 2v2",
425
+ key: "tus03m"
426
+ }],
427
+ ["path", {
428
+ d: "M17 20v2",
429
+ key: "1rnc9c"
430
+ }],
431
+ ["path", {
432
+ d: "M17 2v2",
433
+ key: "11trls"
434
+ }],
435
+ ["path", {
436
+ d: "M2 12h2",
437
+ key: "1t8f8n"
438
+ }],
439
+ ["path", {
440
+ d: "M2 17h2",
441
+ key: "7oei6x"
442
+ }],
443
+ ["path", {
444
+ d: "M2 7h2",
445
+ key: "asdhe0"
446
+ }],
447
+ ["path", {
448
+ d: "M20 12h2",
449
+ key: "1q8mjw"
450
+ }],
451
+ ["path", {
452
+ d: "M20 17h2",
453
+ key: "1fpfkl"
454
+ }],
455
+ ["path", {
456
+ d: "M20 7h2",
457
+ key: "1o8tra"
458
+ }],
459
+ ["path", {
460
+ d: "M7 20v2",
461
+ key: "4gnj0m"
462
+ }],
463
+ ["path", {
464
+ d: "M7 2v2",
465
+ key: "1i4yhu"
466
+ }],
467
+ ["rect", {
468
+ x: "4",
469
+ y: "4",
470
+ width: "16",
471
+ height: "16",
472
+ rx: "2",
473
+ key: "1vbyd7"
474
+ }],
475
+ ["rect", {
476
+ x: "8",
477
+ y: "8",
478
+ width: "8",
479
+ height: "8",
480
+ rx: "1",
481
+ key: "z9xiuo"
482
+ }]
483
+ ]), Ge = A("crown", [["path", {
484
+ 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",
485
+ key: "1vdc57"
486
+ }], ["path", {
487
+ d: "M5 21h14",
488
+ key: "11awu3"
489
+ }]]), Ke = A("database", [
490
+ ["ellipse", {
491
+ cx: "12",
492
+ cy: "5",
493
+ rx: "9",
494
+ ry: "3",
495
+ key: "msslwz"
496
+ }],
497
+ ["path", {
498
+ d: "M3 5V19A9 3 0 0 0 21 19V5",
499
+ key: "1wlel7"
500
+ }],
501
+ ["path", {
502
+ d: "M3 12A9 3 0 0 0 21 12",
503
+ key: "mv7ke4"
504
+ }]
505
+ ]), qe = A("diamond", [["path", {
506
+ 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",
507
+ key: "1f1r0c"
508
+ }]]), Je = A("droplet", [["path", {
509
+ 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",
510
+ key: "c7niix"
511
+ }]]), Ye = A("eye", [["path", {
512
+ 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",
513
+ key: "1nclc0"
514
+ }], ["circle", {
515
+ cx: "12",
516
+ cy: "12",
517
+ r: "3",
518
+ key: "1v7zrd"
519
+ }]]), Xe = A("file-code", [
520
+ ["path", {
521
+ 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",
522
+ key: "1oefj6"
523
+ }],
524
+ ["path", {
525
+ d: "M14 2v5a1 1 0 0 0 1 1h5",
526
+ key: "wfsgrz"
527
+ }],
528
+ ["path", {
529
+ d: "M10 12.5 8 15l2 2.5",
530
+ key: "1tg20x"
531
+ }],
532
+ ["path", {
533
+ d: "m14 12.5 2 2.5-2 2.5",
534
+ key: "yinavb"
535
+ }]
536
+ ]), Ze = A("file-text", [
537
+ ["path", {
538
+ 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",
539
+ key: "1oefj6"
540
+ }],
541
+ ["path", {
542
+ d: "M14 2v5a1 1 0 0 0 1 1h5",
543
+ key: "wfsgrz"
544
+ }],
545
+ ["path", {
546
+ d: "M10 9H8",
547
+ key: "b1mrlr"
548
+ }],
549
+ ["path", {
550
+ d: "M16 13H8",
551
+ key: "t4e002"
552
+ }],
553
+ ["path", {
554
+ d: "M16 17H8",
555
+ key: "z1uh3a"
556
+ }]
557
+ ]), Qe = A("file", [["path", {
558
+ 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",
559
+ key: "1oefj6"
560
+ }], ["path", {
561
+ d: "M14 2v5a1 1 0 0 0 1 1h5",
562
+ key: "wfsgrz"
563
+ }]]), $e = A("film", [
564
+ ["rect", {
565
+ width: "18",
566
+ height: "18",
567
+ x: "3",
568
+ y: "3",
569
+ rx: "2",
570
+ key: "afitv7"
571
+ }],
572
+ ["path", {
573
+ d: "M7 3v18",
574
+ key: "bbkbws"
575
+ }],
576
+ ["path", {
577
+ d: "M3 7.5h4",
578
+ key: "zfgn84"
579
+ }],
580
+ ["path", {
581
+ d: "M3 12h18",
582
+ key: "1i2n21"
583
+ }],
584
+ ["path", {
585
+ d: "M3 16.5h4",
586
+ key: "1230mu"
587
+ }],
588
+ ["path", {
589
+ d: "M17 3v18",
590
+ key: "in4fa5"
591
+ }],
592
+ ["path", {
593
+ d: "M17 7.5h4",
594
+ key: "myr1c1"
595
+ }],
596
+ ["path", {
597
+ d: "M17 16.5h4",
598
+ key: "go4c1d"
599
+ }]
600
+ ]), et = A("flag", [["path", {
601
+ 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",
602
+ key: "1jaruq"
603
+ }]]), tt = A("flame", [["path", {
604
+ 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",
605
+ key: "1slcih"
606
+ }]]), nt = A("flask-conical", [
607
+ ["path", {
608
+ 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",
609
+ key: "18mbvz"
610
+ }],
611
+ ["path", {
612
+ d: "M6.453 15h11.094",
613
+ key: "3shlmq"
614
+ }],
615
+ ["path", {
616
+ d: "M8.5 2h7",
617
+ key: "csnxdl"
618
+ }]
619
+ ]), rt = A("flower-2", [
620
+ ["path", {
621
+ 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",
622
+ key: "3pnvol"
623
+ }],
624
+ ["circle", {
625
+ cx: "12",
626
+ cy: "8",
627
+ r: "2",
628
+ key: "1822b1"
629
+ }],
630
+ ["path", {
631
+ d: "M12 10v12",
632
+ key: "6ubwww"
633
+ }],
634
+ ["path", {
635
+ d: "M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",
636
+ key: "9hd38g"
637
+ }],
638
+ ["path", {
639
+ d: "M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",
640
+ key: "ufn41s"
641
+ }]
642
+ ]), j = A("folder", [["path", {
643
+ 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",
644
+ key: "1kt360"
645
+ }]]), it = A("gamepad-2", [
646
+ ["line", {
647
+ x1: "6",
648
+ x2: "10",
649
+ y1: "11",
650
+ y2: "11",
651
+ key: "1gktln"
652
+ }],
653
+ ["line", {
654
+ x1: "8",
655
+ x2: "8",
656
+ y1: "9",
657
+ y2: "13",
658
+ key: "qnk9ow"
659
+ }],
660
+ ["line", {
661
+ x1: "15",
662
+ x2: "15.01",
663
+ y1: "12",
664
+ y2: "12",
665
+ key: "krot7o"
666
+ }],
667
+ ["line", {
668
+ x1: "18",
669
+ x2: "18.01",
670
+ y1: "10",
671
+ y2: "10",
672
+ key: "1lcuu1"
673
+ }],
674
+ ["path", {
675
+ 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",
676
+ key: "mfqc10"
677
+ }]
678
+ ]), at = A("gift", [
679
+ ["path", {
680
+ d: "M12 7v14",
681
+ key: "1akyts"
682
+ }],
683
+ ["path", {
684
+ d: "M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",
685
+ key: "1sqzm4"
686
+ }],
687
+ ["path", {
688
+ 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",
689
+ key: "kc0143"
690
+ }],
691
+ ["rect", {
692
+ x: "3",
693
+ y: "7",
694
+ width: "18",
695
+ height: "4",
696
+ rx: "1",
697
+ key: "1hberx"
698
+ }]
699
+ ]), ot = A("glasses", [
700
+ ["circle", {
701
+ cx: "6",
702
+ cy: "15",
703
+ r: "4",
704
+ key: "vux9w4"
705
+ }],
706
+ ["circle", {
707
+ cx: "18",
708
+ cy: "15",
709
+ r: "4",
710
+ key: "18o8ve"
711
+ }],
712
+ ["path", {
713
+ d: "M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",
714
+ key: "1ag4bs"
715
+ }],
716
+ ["path", {
717
+ d: "M2.5 13 5 7c.7-1.3 1.4-2 3-2",
718
+ key: "1hm1gs"
719
+ }],
720
+ ["path", {
721
+ d: "M21.5 13 19 7c-.7-1.3-1.5-2-3-2",
722
+ key: "1r31ai"
723
+ }]
724
+ ]), st = A("globe", [
725
+ ["circle", {
726
+ cx: "12",
727
+ cy: "12",
728
+ r: "10",
729
+ key: "1mglay"
730
+ }],
731
+ ["path", {
732
+ d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",
733
+ key: "13o1zl"
734
+ }],
735
+ ["path", {
736
+ d: "M2 12h20",
737
+ key: "9i4pu4"
738
+ }]
739
+ ]), ct = A("graduation-cap", [
740
+ ["path", {
741
+ 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",
742
+ key: "j76jl0"
743
+ }],
744
+ ["path", {
745
+ d: "M22 10v6",
746
+ key: "1lu8f3"
747
+ }],
748
+ ["path", {
749
+ d: "M6 12.5V16a6 3 0 0 0 12 0v-3.5",
750
+ key: "1r8lef"
751
+ }]
752
+ ]), lt = A("hammer", [
753
+ ["path", {
754
+ d: "m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9",
755
+ key: "1hayfq"
756
+ }],
757
+ ["path", {
758
+ d: "m18 15 4-4",
759
+ key: "16gjal"
760
+ }],
761
+ ["path", {
762
+ 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",
763
+ key: "15ts47"
764
+ }]
765
+ ]), ut = A("hand", [
766
+ ["path", {
767
+ d: "M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",
768
+ key: "1fvzgz"
769
+ }],
770
+ ["path", {
771
+ d: "M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",
772
+ key: "1kc0my"
773
+ }],
774
+ ["path", {
775
+ d: "M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",
776
+ key: "10h0bg"
777
+ }],
778
+ ["path", {
779
+ 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",
780
+ key: "1s1gnw"
781
+ }]
782
+ ]), dt = A("hash", [
783
+ ["line", {
784
+ x1: "4",
785
+ x2: "20",
786
+ y1: "9",
787
+ y2: "9",
788
+ key: "4lhtct"
789
+ }],
790
+ ["line", {
791
+ x1: "4",
792
+ x2: "20",
793
+ y1: "15",
794
+ y2: "15",
795
+ key: "vyu0kd"
796
+ }],
797
+ ["line", {
798
+ x1: "10",
799
+ x2: "8",
800
+ y1: "3",
801
+ y2: "21",
802
+ key: "1ggp8o"
803
+ }],
804
+ ["line", {
805
+ x1: "16",
806
+ x2: "14",
807
+ y1: "3",
808
+ y2: "21",
809
+ key: "weycgp"
810
+ }]
811
+ ]), ft = A("headphones", [["path", {
812
+ 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",
813
+ key: "1xhozi"
814
+ }]]), pt = A("heart", [["path", {
815
+ 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",
816
+ key: "mvr1a0"
817
+ }]]), mt = A("hexagon", [["path", {
818
+ 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",
819
+ key: "yt0hxn"
820
+ }]]), ht = A("hourglass", [
821
+ ["path", {
822
+ d: "M5 22h14",
823
+ key: "ehvnwv"
824
+ }],
825
+ ["path", {
826
+ d: "M5 2h14",
827
+ key: "pdyrp9"
828
+ }],
829
+ ["path", {
830
+ d: "M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",
831
+ key: "1d314k"
832
+ }],
833
+ ["path", {
834
+ d: "M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",
835
+ key: "1vvvr6"
836
+ }]
837
+ ]), gt = A("house", [["path", {
838
+ d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",
839
+ key: "5wwlr5"
840
+ }], ["path", {
841
+ 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",
842
+ key: "r6nss1"
843
+ }]]), _t = A("image", [
844
+ ["rect", {
845
+ width: "18",
846
+ height: "18",
847
+ x: "3",
848
+ y: "3",
849
+ rx: "2",
850
+ ry: "2",
851
+ key: "1m3agn"
852
+ }],
853
+ ["circle", {
854
+ cx: "9",
855
+ cy: "9",
856
+ r: "2",
857
+ key: "af1f0g"
858
+ }],
859
+ ["path", {
860
+ d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",
861
+ key: "1xmnt7"
862
+ }]
863
+ ]), vt = A("inbox", [["polyline", {
864
+ points: "22 12 16 12 14 15 10 15 8 12 2 12",
865
+ key: "o97t9d"
866
+ }], ["path", {
867
+ 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",
868
+ key: "oot6mr"
869
+ }]]), yt = A("infinity", [["path", {
870
+ 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",
871
+ key: "18ogeb"
872
+ }]]), bt = A("info", [
873
+ ["circle", {
874
+ cx: "12",
875
+ cy: "12",
876
+ r: "10",
877
+ key: "1mglay"
878
+ }],
879
+ ["path", {
880
+ d: "M12 16v-4",
881
+ key: "1dtifu"
882
+ }],
883
+ ["path", {
884
+ d: "M12 8h.01",
885
+ key: "e9boi3"
886
+ }]
887
+ ]), xt = A("kanban", [
888
+ ["path", {
889
+ d: "M5 3v14",
890
+ key: "9nsxs2"
891
+ }],
892
+ ["path", {
893
+ d: "M12 3v8",
894
+ key: "1h2ygw"
895
+ }],
896
+ ["path", {
897
+ d: "M19 3v18",
898
+ key: "1sk56x"
899
+ }]
900
+ ]), St = A("key", [
901
+ ["path", {
902
+ d: "m2 21 9.6-9.6",
903
+ key: "9l79m3"
904
+ }],
905
+ ["path", {
906
+ 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",
907
+ key: "fw8biw"
908
+ }],
909
+ ["circle", {
910
+ cx: "15.5",
911
+ cy: "7.5",
912
+ r: "5.5",
913
+ key: "4wxmhb"
914
+ }]
915
+ ]), Ct = A("layers", [
916
+ ["path", {
917
+ 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",
918
+ key: "zw3jo"
919
+ }],
920
+ ["path", {
921
+ 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",
922
+ key: "1wduqc"
923
+ }],
924
+ ["path", {
925
+ 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",
926
+ key: "kqbvx6"
927
+ }]
928
+ ]), wt = A("leaf", [["path", {
929
+ d: "M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",
930
+ key: "nnexq3"
931
+ }], ["path", {
932
+ d: "M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",
933
+ key: "mt58a7"
934
+ }]]), Tt = A("library", [
935
+ ["path", {
936
+ d: "m16 6 4 14",
937
+ key: "ji33uf"
938
+ }],
939
+ ["path", {
940
+ d: "M12 6v14",
941
+ key: "1n7gus"
942
+ }],
943
+ ["path", {
944
+ d: "M8 8v12",
945
+ key: "1gg7y9"
946
+ }],
947
+ ["path", {
948
+ d: "M4 4v16",
949
+ key: "6qkkli"
950
+ }]
951
+ ]), Et = A("lightbulb", [
952
+ ["path", {
953
+ 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",
954
+ key: "1gvzjb"
955
+ }],
956
+ ["path", {
957
+ d: "M9 18h6",
958
+ key: "x1upvd"
959
+ }],
960
+ ["path", {
961
+ d: "M10 22h4",
962
+ key: "ceow96"
963
+ }]
964
+ ]), Dt = A("link", [["path", {
965
+ d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
966
+ key: "1cjeqo"
967
+ }], ["path", {
968
+ d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",
969
+ key: "19qd67"
970
+ }]]), Ot = A("lock", [["rect", {
971
+ width: "18",
972
+ height: "11",
973
+ x: "3",
974
+ y: "11",
975
+ rx: "2",
976
+ ry: "2",
977
+ key: "1w4ew1"
978
+ }], ["path", {
979
+ d: "M7 11V7a5 5 0 0 1 10 0v4",
980
+ key: "fwvmzm"
981
+ }]]), kt = A("magnet", [
982
+ ["path", {
983
+ d: "m12 15 4 4",
984
+ key: "lnac28"
985
+ }],
986
+ ["path", {
987
+ 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",
988
+ key: "nlhkjb"
989
+ }],
990
+ ["path", {
991
+ d: "m5 8 4 4",
992
+ key: "j6kj7e"
993
+ }]
994
+ ]), At = A("mail", [["path", {
995
+ d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7",
996
+ key: "132q7q"
997
+ }], ["rect", {
998
+ x: "2",
999
+ y: "4",
1000
+ width: "20",
1001
+ height: "16",
1002
+ rx: "2",
1003
+ key: "izxlao"
1004
+ }]]), jt = A("map", [
1005
+ ["path", {
1006
+ 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",
1007
+ key: "169xi5"
1008
+ }],
1009
+ ["path", {
1010
+ d: "M15 5.764v15",
1011
+ key: "1pn4in"
1012
+ }],
1013
+ ["path", {
1014
+ d: "M9 3.236v15",
1015
+ key: "1uimfh"
1016
+ }]
1017
+ ]), Mt = A("megaphone", [
1018
+ ["path", {
1019
+ 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",
1020
+ key: "q8bfy3"
1021
+ }],
1022
+ ["path", {
1023
+ 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",
1024
+ key: "1853fq"
1025
+ }],
1026
+ ["path", {
1027
+ d: "M8 6v8",
1028
+ key: "15ugcq"
1029
+ }]
1030
+ ]), Nt = A("message-circle", [["path", {
1031
+ 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",
1032
+ key: "1sd12s"
1033
+ }]]), Pt = A("mic", [
1034
+ ["path", {
1035
+ d: "M12 19v3",
1036
+ key: "npa21l"
1037
+ }],
1038
+ ["path", {
1039
+ d: "M19 10v2a7 7 0 0 1-14 0v-2",
1040
+ key: "1vc78b"
1041
+ }],
1042
+ ["rect", {
1043
+ x: "9",
1044
+ y: "2",
1045
+ width: "6",
1046
+ height: "13",
1047
+ rx: "3",
1048
+ key: "s6n7sd"
1049
+ }]
1050
+ ]), Ft = A("moon", [["path", {
1051
+ 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",
1052
+ key: "kfwtm"
1053
+ }]]), It = A("mountain", [["path", {
1054
+ d: "m8 3 4 8 5-5 5 15H2L8 3z",
1055
+ key: "otkl63"
1056
+ }]]), Lt = A("music", [
1057
+ ["path", {
1058
+ d: "M9 18V5l12-2v13",
1059
+ key: "1jmyc2"
1060
+ }],
1061
+ ["circle", {
1062
+ cx: "6",
1063
+ cy: "18",
1064
+ r: "3",
1065
+ key: "fqmcym"
1066
+ }],
1067
+ ["circle", {
1068
+ cx: "18",
1069
+ cy: "16",
1070
+ r: "3",
1071
+ key: "1hluhg"
1072
+ }]
1073
+ ]), Rt = A("newspaper", [
1074
+ ["path", {
1075
+ d: "M15 18h-5",
1076
+ key: "95g1m2"
1077
+ }],
1078
+ ["path", {
1079
+ d: "M18 14h-8",
1080
+ key: "sponae"
1081
+ }],
1082
+ ["path", {
1083
+ 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",
1084
+ key: "39pd36"
1085
+ }],
1086
+ ["rect", {
1087
+ width: "8",
1088
+ height: "4",
1089
+ x: "10",
1090
+ y: "6",
1091
+ rx: "1",
1092
+ key: "aywv1n"
1093
+ }]
1094
+ ]), zt = A("notebook", [
1095
+ ["path", {
1096
+ d: "M2 6h4",
1097
+ key: "aawbzj"
1098
+ }],
1099
+ ["path", {
1100
+ d: "M2 10h4",
1101
+ key: "l0bgd4"
1102
+ }],
1103
+ ["path", {
1104
+ d: "M2 14h4",
1105
+ key: "1gsvsf"
1106
+ }],
1107
+ ["path", {
1108
+ d: "M2 18h4",
1109
+ key: "1bu2t1"
1110
+ }],
1111
+ ["rect", {
1112
+ width: "16",
1113
+ height: "20",
1114
+ x: "4",
1115
+ y: "2",
1116
+ rx: "2",
1117
+ key: "1nb95v"
1118
+ }],
1119
+ ["path", {
1120
+ d: "M16 2v20",
1121
+ key: "rotuqe"
1122
+ }]
1123
+ ]), Bt = A("package", [
1124
+ ["path", {
1125
+ 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",
1126
+ key: "1a0edw"
1127
+ }],
1128
+ ["path", {
1129
+ d: "M12 22V12",
1130
+ key: "d0xqtd"
1131
+ }],
1132
+ ["polyline", {
1133
+ points: "3.29 7 12 12 20.71 7",
1134
+ key: "ousv84"
1135
+ }],
1136
+ ["path", {
1137
+ d: "m7.5 4.27 9 5.15",
1138
+ key: "1c824w"
1139
+ }]
1140
+ ]), Vt = A("paintbrush", [
1141
+ ["path", {
1142
+ d: "m14.622 17.897-10.68-2.913",
1143
+ key: "vj2p1u"
1144
+ }],
1145
+ ["path", {
1146
+ 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",
1147
+ key: "18tc5c"
1148
+ }],
1149
+ ["path", {
1150
+ 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",
1151
+ key: "ytzfxy"
1152
+ }]
1153
+ ]), Ht = A("palette", [
1154
+ ["path", {
1155
+ 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",
1156
+ key: "e79jfc"
1157
+ }],
1158
+ ["circle", {
1159
+ cx: "13.5",
1160
+ cy: "6.5",
1161
+ r: ".5",
1162
+ fill: "currentColor",
1163
+ key: "1okk4w"
1164
+ }],
1165
+ ["circle", {
1166
+ cx: "17.5",
1167
+ cy: "10.5",
1168
+ r: ".5",
1169
+ fill: "currentColor",
1170
+ key: "f64h9f"
1171
+ }],
1172
+ ["circle", {
1173
+ cx: "6.5",
1174
+ cy: "12.5",
1175
+ r: ".5",
1176
+ fill: "currentColor",
1177
+ key: "qy21gx"
1178
+ }],
1179
+ ["circle", {
1180
+ cx: "8.5",
1181
+ cy: "7.5",
1182
+ r: ".5",
1183
+ fill: "currentColor",
1184
+ key: "fotxhn"
1185
+ }]
1186
+ ]), Ut = A("pen", [["path", {
1187
+ 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",
1188
+ key: "1a8usu"
1189
+ }]]), Wt = A("pencil", [["path", {
1190
+ 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",
1191
+ key: "1a8usu"
1192
+ }], ["path", {
1193
+ d: "m15 5 4 4",
1194
+ key: "1mk7zo"
1195
+ }]]), Gt = A("phone", [["path", {
1196
+ 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",
1197
+ key: "9njp5v"
1198
+ }]]), Kt = A("pin", [["path", {
1199
+ d: "M12 17v5",
1200
+ key: "bb1du9"
1201
+ }], ["path", {
1202
+ 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",
1203
+ key: "1nkz8b"
1204
+ }]]), qt = A("pizza", [
1205
+ ["path", {
1206
+ d: "m12 14-1 1",
1207
+ key: "11onhr"
1208
+ }],
1209
+ ["path", {
1210
+ d: "m13.75 18.25-1.25 1.42",
1211
+ key: "1yisr3"
1212
+ }],
1213
+ ["path", {
1214
+ d: "M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12",
1215
+ key: "1qtqk6"
1216
+ }],
1217
+ ["path", {
1218
+ d: "M18.8 9.3a1 1 0 0 0 2.1 7.7",
1219
+ key: "fbbbr2"
1220
+ }],
1221
+ ["path", {
1222
+ 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",
1223
+ key: "1hyfdd"
1224
+ }]
1225
+ ]), Jt = A("plane", [["path", {
1226
+ 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",
1227
+ key: "1v9wt8"
1228
+ }]]), Yt = A("puzzle", [["path", {
1229
+ 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",
1230
+ key: "w46dr5"
1231
+ }]]), Xt = A("radio", [
1232
+ ["path", {
1233
+ d: "M16.247 7.761a6 6 0 0 1 0 8.478",
1234
+ key: "1fwjs5"
1235
+ }],
1236
+ ["path", {
1237
+ d: "M19.075 4.933a10 10 0 0 1 0 14.134",
1238
+ key: "ehdyv1"
1239
+ }],
1240
+ ["path", {
1241
+ d: "M4.925 19.067a10 10 0 0 1 0-14.134",
1242
+ key: "1q22gi"
1243
+ }],
1244
+ ["path", {
1245
+ d: "M7.753 16.239a6 6 0 0 1 0-8.478",
1246
+ key: "r2q7qm"
1247
+ }],
1248
+ ["circle", {
1249
+ cx: "12",
1250
+ cy: "12",
1251
+ r: "2",
1252
+ key: "1c9p78"
1253
+ }]
1254
+ ]), Zt = A("rocket", [
1255
+ ["path", {
1256
+ d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",
1257
+ key: "qeys4"
1258
+ }],
1259
+ ["path", {
1260
+ 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",
1261
+ key: "u4xsad"
1262
+ }],
1263
+ ["path", {
1264
+ 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",
1265
+ key: "676m9"
1266
+ }],
1267
+ ["path", {
1268
+ d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05",
1269
+ key: "92ym6u"
1270
+ }]
1271
+ ]), Qt = A("school", [
1272
+ ["path", {
1273
+ d: "M14 21v-3a2 2 0 0 0-4 0v3",
1274
+ key: "1rgiei"
1275
+ }],
1276
+ ["path", {
1277
+ d: "M18 4.933V21",
1278
+ key: "tjwmp4"
1279
+ }],
1280
+ ["path", {
1281
+ d: "m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6",
1282
+ key: "zywc2d"
1283
+ }],
1284
+ ["path", {
1285
+ 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",
1286
+ key: "1d4ql0"
1287
+ }],
1288
+ ["path", {
1289
+ d: "M6 4.933V21",
1290
+ key: "1ufz1j"
1291
+ }],
1292
+ ["circle", {
1293
+ cx: "12",
1294
+ cy: "9",
1295
+ r: "2",
1296
+ key: "1092wv"
1297
+ }]
1298
+ ]), $t = A("scissors", [
1299
+ ["circle", {
1300
+ cx: "6",
1301
+ cy: "6",
1302
+ r: "3",
1303
+ key: "1lh9wr"
1304
+ }],
1305
+ ["path", {
1306
+ d: "M8.12 8.12 12 12",
1307
+ key: "1alkpv"
1308
+ }],
1309
+ ["path", {
1310
+ d: "M20 4 8.12 15.88",
1311
+ key: "xgtan2"
1312
+ }],
1313
+ ["circle", {
1314
+ cx: "6",
1315
+ cy: "18",
1316
+ r: "3",
1317
+ key: "fqmcym"
1318
+ }],
1319
+ ["path", {
1320
+ d: "M14.8 14.8 20 20",
1321
+ key: "ptml3r"
1322
+ }]
1323
+ ]), en = A("scroll", [["path", {
1324
+ d: "M19 17V5a2 2 0 0 0-2-2H4",
1325
+ key: "zz82l3"
1326
+ }], ["path", {
1327
+ 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",
1328
+ key: "1ph1d7"
1329
+ }]]), M = A("search", [["path", {
1330
+ d: "m21 21-4.34-4.34",
1331
+ key: "14j7rj"
1332
+ }], ["circle", {
1333
+ cx: "11",
1334
+ cy: "11",
1335
+ r: "8",
1336
+ key: "4ej97u"
1337
+ }]]), tn = A("send", [["path", {
1338
+ 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",
1339
+ key: "1ffxy3"
1340
+ }], ["path", {
1341
+ d: "m21.854 2.147-10.94 10.939",
1342
+ key: "12cjpa"
1343
+ }]]), nn = A("server", [
1344
+ ["rect", {
1345
+ width: "20",
1346
+ height: "8",
1347
+ x: "2",
1348
+ y: "2",
1349
+ rx: "2",
1350
+ ry: "2",
1351
+ key: "ngkwjq"
1352
+ }],
1353
+ ["rect", {
1354
+ width: "20",
1355
+ height: "8",
1356
+ x: "2",
1357
+ y: "14",
1358
+ rx: "2",
1359
+ ry: "2",
1360
+ key: "iecqi9"
1361
+ }],
1362
+ ["line", {
1363
+ x1: "6",
1364
+ x2: "6.01",
1365
+ y1: "6",
1366
+ y2: "6",
1367
+ key: "16zg32"
1368
+ }],
1369
+ ["line", {
1370
+ x1: "6",
1371
+ x2: "6.01",
1372
+ y1: "18",
1373
+ y2: "18",
1374
+ key: "nzw8ys"
1375
+ }]
1376
+ ]), rn = A("settings", [["path", {
1377
+ 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",
1378
+ key: "1i5ecw"
1379
+ }], ["circle", {
1380
+ cx: "12",
1381
+ cy: "12",
1382
+ r: "3",
1383
+ key: "1v7zrd"
1384
+ }]]), an = A("shield", [["path", {
1385
+ 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",
1386
+ key: "oel41y"
1387
+ }]]), on = A("ship", [
1388
+ ["path", {
1389
+ d: "M12 2v2",
1390
+ key: "tus03m"
1391
+ }],
1392
+ ["path", {
1393
+ d: "M12 9.189V13",
1394
+ key: "yp40p3"
1395
+ }],
1396
+ ["path", {
1397
+ d: "M19 12V6a2 2 0 00-2-2H7a2 2 0 00-2 2v6",
1398
+ key: "1wcigf"
1399
+ }],
1400
+ ["path", {
1401
+ 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",
1402
+ key: "1kdp0u"
1403
+ }],
1404
+ ["path", {
1405
+ 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",
1406
+ key: "1l8w7g"
1407
+ }]
1408
+ ]), sn = A("signpost", [
1409
+ ["path", {
1410
+ d: "M12 13v8",
1411
+ key: "1l5pq0"
1412
+ }],
1413
+ ["path", {
1414
+ d: "M12 3v3",
1415
+ key: "1n5kay"
1416
+ }],
1417
+ ["path", {
1418
+ 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",
1419
+ key: "1tm261"
1420
+ }]
1421
+ ]), cn = A("snowflake", [
1422
+ ["path", {
1423
+ d: "m10 20-1.25-2.5L6 18",
1424
+ key: "18frcb"
1425
+ }],
1426
+ ["path", {
1427
+ d: "M10 4 8.75 6.5 6 6",
1428
+ key: "7mghy3"
1429
+ }],
1430
+ ["path", {
1431
+ d: "m14 20 1.25-2.5L18 18",
1432
+ key: "1chtki"
1433
+ }],
1434
+ ["path", {
1435
+ d: "m14 4 1.25 2.5L18 6",
1436
+ key: "1b4wsy"
1437
+ }],
1438
+ ["path", {
1439
+ d: "m17 21-3-6h-4",
1440
+ key: "15hhxa"
1441
+ }],
1442
+ ["path", {
1443
+ d: "m17 3-3 6 1.5 3",
1444
+ key: "11697g"
1445
+ }],
1446
+ ["path", {
1447
+ d: "M2 12h6.5L10 9",
1448
+ key: "kv9z4n"
1449
+ }],
1450
+ ["path", {
1451
+ d: "m20 10-1.5 2 1.5 2",
1452
+ key: "1swlpi"
1453
+ }],
1454
+ ["path", {
1455
+ d: "M22 12h-6.5L14 15",
1456
+ key: "1mxi28"
1457
+ }],
1458
+ ["path", {
1459
+ d: "m4 10 1.5 2L4 14",
1460
+ key: "k9enpj"
1461
+ }],
1462
+ ["path", {
1463
+ d: "m7 21 3-6-1.5-3",
1464
+ key: "j8hb9u"
1465
+ }],
1466
+ ["path", {
1467
+ d: "m7 3 3 6h4",
1468
+ key: "1otusx"
1469
+ }]
1470
+ ]), ln = A("sparkles", [
1471
+ ["path", {
1472
+ 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",
1473
+ key: "1s2grr"
1474
+ }],
1475
+ ["path", {
1476
+ d: "M20 2v4",
1477
+ key: "1rf3ol"
1478
+ }],
1479
+ ["path", {
1480
+ d: "M22 4h-4",
1481
+ key: "gwowj6"
1482
+ }],
1483
+ ["circle", {
1484
+ cx: "4",
1485
+ cy: "20",
1486
+ r: "2",
1487
+ key: "6kqj1y"
1488
+ }]
1489
+ ]), N = A("square", [["rect", {
1490
+ width: "18",
1491
+ height: "18",
1492
+ x: "3",
1493
+ y: "3",
1494
+ rx: "2",
1495
+ key: "afitv7"
1496
+ }]]), un = A("star", [["path", {
1497
+ 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",
1498
+ key: "r04s7s"
1499
+ }]]), dn = A("sticky-note", [["path", {
1500
+ 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",
1501
+ key: "1dfntj"
1502
+ }], ["path", {
1503
+ d: "M15 3v5a1 1 0 0 0 1 1h5",
1504
+ key: "6s6qgf"
1505
+ }]]), P = A("sun", [
1506
+ ["circle", {
1507
+ cx: "12",
1508
+ cy: "12",
1509
+ r: "4",
1510
+ key: "4exip2"
1511
+ }],
1512
+ ["path", {
1513
+ d: "M12 2v2",
1514
+ key: "tus03m"
1515
+ }],
1516
+ ["path", {
1517
+ d: "M12 20v2",
1518
+ key: "1lh1kg"
1519
+ }],
1520
+ ["path", {
1521
+ d: "m4.93 4.93 1.41 1.41",
1522
+ key: "149t6j"
1523
+ }],
1524
+ ["path", {
1525
+ d: "m17.66 17.66 1.41 1.41",
1526
+ key: "ptbguv"
1527
+ }],
1528
+ ["path", {
1529
+ d: "M2 12h2",
1530
+ key: "1t8f8n"
1531
+ }],
1532
+ ["path", {
1533
+ d: "M20 12h2",
1534
+ key: "1q8mjw"
1535
+ }],
1536
+ ["path", {
1537
+ d: "m6.34 17.66-1.41 1.41",
1538
+ key: "1m8zz5"
1539
+ }],
1540
+ ["path", {
1541
+ d: "m19.07 4.93-1.41 1.41",
1542
+ key: "1shlcs"
1543
+ }]
1544
+ ]), fn = A("table", [
1545
+ ["path", {
1546
+ d: "M12 3v18",
1547
+ key: "108xh3"
1548
+ }],
1549
+ ["rect", {
1550
+ width: "18",
1551
+ height: "18",
1552
+ x: "3",
1553
+ y: "3",
1554
+ rx: "2",
1555
+ key: "afitv7"
1556
+ }],
1557
+ ["path", {
1558
+ d: "M3 9h18",
1559
+ key: "1pudct"
1560
+ }],
1561
+ ["path", {
1562
+ d: "M3 15h18",
1563
+ key: "5xshup"
1564
+ }]
1565
+ ]), F = A("tag", [["path", {
1566
+ 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",
1567
+ key: "vktsd0"
1568
+ }], ["circle", {
1569
+ cx: "7.5",
1570
+ cy: "7.5",
1571
+ r: ".5",
1572
+ fill: "currentColor",
1573
+ key: "kqv944"
1574
+ }]]), pn = A("target", [
1575
+ ["circle", {
1576
+ cx: "12",
1577
+ cy: "12",
1578
+ r: "10",
1579
+ key: "1mglay"
1580
+ }],
1581
+ ["circle", {
1582
+ cx: "12",
1583
+ cy: "12",
1584
+ r: "6",
1585
+ key: "1vlfrh"
1586
+ }],
1587
+ ["circle", {
1588
+ cx: "12",
1589
+ cy: "12",
1590
+ r: "2",
1591
+ key: "1c9p78"
1592
+ }]
1593
+ ]), mn = A("terminal", [["path", {
1594
+ d: "M12 19h8",
1595
+ key: "baeox8"
1596
+ }], ["path", {
1597
+ d: "m4 17 6-6-6-6",
1598
+ key: "1yngyt"
1599
+ }]]), hn = A("thumbs-up", [["path", {
1600
+ 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",
1601
+ key: "emmmcr"
1602
+ }], ["path", {
1603
+ d: "M7 10v12",
1604
+ key: "1qc93n"
1605
+ }]]), gn = A("ticket", [
1606
+ ["path", {
1607
+ 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",
1608
+ key: "qn84l0"
1609
+ }],
1610
+ ["path", {
1611
+ d: "M13 5v2",
1612
+ key: "dyzc3o"
1613
+ }],
1614
+ ["path", {
1615
+ d: "M13 17v2",
1616
+ key: "1ont0d"
1617
+ }],
1618
+ ["path", {
1619
+ d: "M13 11v2",
1620
+ key: "1wjjxi"
1621
+ }]
1622
+ ]), _n = A("timer", [
1623
+ ["line", {
1624
+ x1: "10",
1625
+ x2: "14",
1626
+ y1: "2",
1627
+ y2: "2",
1628
+ key: "14vaq8"
1629
+ }],
1630
+ ["line", {
1631
+ x1: "12",
1632
+ x2: "15",
1633
+ y1: "14",
1634
+ y2: "11",
1635
+ key: "17fdiu"
1636
+ }],
1637
+ ["circle", {
1638
+ cx: "12",
1639
+ cy: "14",
1640
+ r: "8",
1641
+ key: "1e1u0o"
1642
+ }]
1643
+ ]), vn = A("trash-2", [
1644
+ ["path", {
1645
+ d: "M10 11v6",
1646
+ key: "nco0om"
1647
+ }],
1648
+ ["path", {
1649
+ d: "M14 11v6",
1650
+ key: "outv1u"
1651
+ }],
1652
+ ["path", {
1653
+ d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",
1654
+ key: "miytrc"
1655
+ }],
1656
+ ["path", {
1657
+ d: "M3 6h18",
1658
+ key: "d0wm0j"
1659
+ }],
1660
+ ["path", {
1661
+ d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",
1662
+ key: "e791ji"
1663
+ }]
1664
+ ]), yn = A("tree-pine", [["path", {
1665
+ 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",
1666
+ key: "cpyugq"
1667
+ }], ["path", {
1668
+ d: "M12 22v-3",
1669
+ key: "kmzjlo"
1670
+ }]]), bn = A("trending-up", [["path", {
1671
+ d: "M16 7h6v6",
1672
+ key: "box55l"
1673
+ }], ["path", {
1674
+ d: "m22 7-8.5 8.5-5-5L2 17",
1675
+ key: "1t1m79"
1676
+ }]]), xn = A("triangle-alert", [
1677
+ ["path", {
1678
+ 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",
1679
+ key: "wmoenq"
1680
+ }],
1681
+ ["path", {
1682
+ d: "M12 9v4",
1683
+ key: "juzpu7"
1684
+ }],
1685
+ ["path", {
1686
+ d: "M12 17h.01",
1687
+ key: "p32p05"
1688
+ }]
1689
+ ]), Sn = A("triangle", [["path", {
1690
+ 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",
1691
+ key: "14u9p9"
1692
+ }]]), Cn = A("trophy", [
1693
+ ["path", {
1694
+ d: "M10 14.66V17a1 1 0 0 1-1 1 2 2 0 0 0-2 2v2",
1695
+ key: "pwuv1l"
1696
+ }],
1697
+ ["path", {
1698
+ d: "M14 14.66V17a1 1 0 0 0 1 1 2 2 0 0 1 2 2v2",
1699
+ key: "1y54w1"
1700
+ }],
1701
+ ["path", {
1702
+ d: "M17.916 10H19.5A2.5 2.5 0 0 0 22 7.5V5a1 1 0 0 0-1-1h-3",
1703
+ key: "e30mpu"
1704
+ }],
1705
+ ["path", {
1706
+ d: "M4 22h16",
1707
+ key: "57wxv0"
1708
+ }],
1709
+ ["path", {
1710
+ d: "M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",
1711
+ key: "1mhfuq"
1712
+ }],
1713
+ ["path", {
1714
+ d: "M6.084 10H4.5A2.5 2.5 0 0 1 2 7.5V5a1 1 0 0 1 1-1h3",
1715
+ key: "i0yafy"
1716
+ }]
1717
+ ]), wn = A("user", [["path", {
1718
+ d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",
1719
+ key: "975kel"
1720
+ }], ["circle", {
1721
+ cx: "12",
1722
+ cy: "7",
1723
+ r: "4",
1724
+ key: "17ys0d"
1725
+ }]]), Tn = A("users", [
1726
+ ["path", {
1727
+ d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",
1728
+ key: "1yyitq"
1729
+ }],
1730
+ ["path", {
1731
+ d: "M16 3.128a4 4 0 0 1 0 7.744",
1732
+ key: "16gr8j"
1733
+ }],
1734
+ ["path", {
1735
+ d: "M22 21v-2a4 4 0 0 0-3-3.87",
1736
+ key: "kshegd"
1737
+ }],
1738
+ ["circle", {
1739
+ cx: "9",
1740
+ cy: "7",
1741
+ r: "4",
1742
+ key: "nufk8"
1743
+ }]
1744
+ ]), En = A("wand-sparkles", [
1745
+ ["path", {
1746
+ 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",
1747
+ key: "ul74o6"
1748
+ }],
1749
+ ["path", {
1750
+ d: "m14 7 3 3",
1751
+ key: "1r5n42"
1752
+ }],
1753
+ ["path", {
1754
+ d: "M5 6v4",
1755
+ key: "ilb8ba"
1756
+ }],
1757
+ ["path", {
1758
+ d: "M19 14v4",
1759
+ key: "blhpug"
1760
+ }],
1761
+ ["path", {
1762
+ d: "M10 2v2",
1763
+ key: "7u0qdc"
1764
+ }],
1765
+ ["path", {
1766
+ d: "M7 8H3",
1767
+ key: "zfb6yr"
1768
+ }],
1769
+ ["path", {
1770
+ d: "M21 16h-4",
1771
+ key: "1cnmox"
1772
+ }],
1773
+ ["path", {
1774
+ d: "M11 3H9",
1775
+ key: "1obp7u"
1776
+ }]
1777
+ ]), Dn = A("waves-horizontal", [
1778
+ ["path", {
1779
+ d: "M2 12q2.5 2 5 0t5 0 5 0 5 0",
1780
+ key: "8ddzzs"
1781
+ }],
1782
+ ["path", {
1783
+ d: "M2 19q2.5 2 5 0t5 0 5 0 5 0",
1784
+ key: "1wj4st"
1785
+ }],
1786
+ ["path", {
1787
+ d: "M2 5q2.5 2 5 0t5 0 5 0 5 0",
1788
+ key: "69x50u"
1789
+ }]
1790
+ ]), On = A("wrench", [["path", {
1791
+ 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",
1792
+ key: "1ngwbx"
1793
+ }]]), kn = A("zap", [["path", {
1794
+ 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",
1795
+ key: "1v7up4"
1796
+ }]]), An = ["href"], jn = ["href"], Mn = { class: "td-dir-name" }, Nn = { class: "td-dir-count" }, Pn = ["href"], Fn = { class: "td-dir-name" }, In = /*@__PURE__*/ m({
1797
+ __name: "TdDirectoryIndex",
1798
+ setup(t) {
1799
+ let n = K(), r = $(), { withBase: a } = Q(), c = s(() => {
1800
+ let t = e(n.path);
1801
+ return {
1802
+ url: t,
1803
+ entries: r.value.directoryListings[t]?.entries ?? []
1804
+ };
1805
+ }), l = s(() => c.value.url === "/"), m = s(() => a(i(e(c.value.url))));
1806
+ return (e, t) => (b(), d("div", null, [l.value ? u("", !0) : (b(), d("a", {
1807
+ key: 0,
1808
+ href: m.value,
1809
+ class: "td-dir-row"
1810
+ }, [p(w(Ue), {
1811
+ size: 16,
1812
+ class: "td-dir-icon"
1813
+ }), t[0] ||= f("span", { class: "td-dir-parent" }, "..", -1)], 8, An)), (b(!0), d(o, null, S(c.value.entries, (e) => (b(), d(o, { key: e.kind === "dir" ? e.sub.url : e.item.url }, [e.kind === "dir" ? (b(), d("a", {
1814
+ key: 0,
1815
+ href: w(a)(e.sub.url),
1816
+ class: "td-dir-row"
1817
+ }, [
1818
+ p(w(j), {
1819
+ size: 16,
1820
+ class: "td-dir-icon"
1821
+ }),
1822
+ f("span", Mn, C(e.sub.name), 1),
1823
+ f("span", Nn, C(e.sub.count), 1)
1824
+ ], 8, jn)) : (b(), d("a", {
1825
+ key: 1,
1826
+ href: w(a)(e.item.url),
1827
+ class: "td-dir-row"
1828
+ }, [f("span", Fn, C(e.item.name), 1)], 8, Pn))], 64))), 128))]));
1829
+ }
1830
+ }), I = (e, t) => {
1831
+ let n = e.__vccOpts || e;
1832
+ for (let [e, r] of t) n[e] = r;
1833
+ return n;
1834
+ }, L = /*#__PURE__*/ I(In, [["__scopeId", "data-v-6db2678c"]]), Ln = [
1835
+ "id",
1836
+ "tabindex",
1837
+ "aria-pressed",
1838
+ "aria-label",
1839
+ "onKeydown"
1840
+ ], Rn = { class: "td-flashcard-face td-flashcard-face-question" }, zn = { class: "td-flashcard-label" }, Bn = { class: "td-flashcard-body" }, Vn = { class: "td-flashcard-face td-flashcard-face-key" }, Hn = { class: "td-flashcard-label" }, Un = { class: "td-flashcard-body" }, Wn = /*#__PURE__*/ I(/* @__PURE__ */ m({
1841
+ inheritAttrs: !1,
1842
+ __name: "TdFlashcard",
1843
+ props: {
1844
+ id: { default: () => void 0 },
1845
+ revealed: {
1846
+ type: Boolean,
1847
+ default: !1
1848
+ },
1849
+ disabled: {
1850
+ type: Boolean,
1851
+ default: !1
1852
+ },
1853
+ questionLabel: { default: "Question" },
1854
+ keyLabel: { default: "Answer" }
1855
+ },
1856
+ setup(e, { expose: t }) {
1857
+ let n = x(e.revealed);
1858
+ se(() => e.revealed, () => {
1859
+ n.value = e.revealed;
1860
+ });
1861
+ function r() {
1862
+ if (e.disabled) return n.value;
1863
+ let t = n.value;
1864
+ return n.value = !n.value, t;
1865
+ }
1866
+ function i() {
1867
+ let e = n.value;
1868
+ return n.value = !0, e;
1869
+ }
1870
+ function a() {
1871
+ let e = n.value;
1872
+ return n.value = !1, e;
1873
+ }
1874
+ return t({
1875
+ flip: r,
1876
+ showQuestion: a,
1877
+ showKey: i,
1878
+ state: ne(n)
1879
+ }), (t, i) => (b(), d("div", v(t.$attrs, {
1880
+ id: e.id,
1881
+ class: ["td-flashcard", {
1882
+ "is-revealed": n.value,
1883
+ "is-disabled": e.disabled
1884
+ }],
1885
+ role: "button",
1886
+ tabindex: e.disabled ? -1 : 0,
1887
+ "aria-pressed": n.value,
1888
+ "aria-label": n.value ? e.keyLabel : e.questionLabel,
1889
+ onClick: r,
1890
+ onKeydown: [T(E(r, ["prevent"]), ["enter"]), T(E(r, ["prevent"]), ["space"])]
1891
+ }), [f("div", Rn, [f("p", zn, C(e.questionLabel), 1), f("div", Bn, [re(t.$slots, "default")])]), f("div", Vn, [f("p", Hn, C(e.keyLabel), 1), f("div", Un, [re(t.$slots, "key")])])], 16, Ln));
1892
+ }
1893
+ }), [["__scopeId", "data-v-0d1bdf6b"]]), Gn = ["href"], Kn = { class: "td-glossary-row-title" }, qn = {
1894
+ key: 0,
1895
+ class: "td-glossary-row-time"
1896
+ }, Jn = {
1897
+ key: 1,
1898
+ class: "td-glossary-row-desc"
1899
+ }, Yn = {
1900
+ key: 2,
1901
+ class: "td-glossary-row-desc td-glossary-row-stub"
1902
+ }, Xn = {
1903
+ key: 3,
1904
+ class: "td-glossary-row-tags"
1905
+ }, R = /*#__PURE__*/ I(/* @__PURE__ */ m({
1906
+ __name: "TdGlossaryRow",
1907
+ props: {
1908
+ item: {},
1909
+ href: {},
1910
+ showTags: {
1911
+ type: Boolean,
1912
+ default: !1
1913
+ }
1914
+ },
1915
+ setup(e) {
1916
+ return (n, r) => (b(), d("a", {
1917
+ href: e.href,
1918
+ class: "td-glossary-row"
1919
+ }, [
1920
+ f("span", Kn, C(e.item.name), 1),
1921
+ e.item.mtime ? (b(), d("span", qn, C(w(t)(e.item.mtime)), 1)) : u("", !0),
1922
+ e.item.description ? (b(), d("span", Jn, C(e.item.description), 1)) : (b(), d("span", Yn, "No description yet")),
1923
+ e.showTags && e.item.tags && e.item.tags.length > 0 ? (b(), d("span", Xn, [(b(!0), d(o, null, S(e.item.tags, (e) => (b(), d("span", {
1924
+ key: e,
1925
+ class: "td-glossary-row-tag"
1926
+ }, C(e), 1))), 128))])) : u("", !0)
1927
+ ], 8, Gn));
1928
+ }
1929
+ }), [["__scopeId", "data-v-0e4191dd"]]), Zn = { class: "td-glossary-filter" }, Qn = ["placeholder"], $n = {
1930
+ key: 0,
1931
+ class: "td-glossary-empty"
1932
+ }, er = {
1933
+ key: 1,
1934
+ class: "td-glossary-dense-group"
1935
+ }, tr = ["href"], nr = { key: 2 }, rr = {
1936
+ key: 0,
1937
+ class: "td-glossary-columns"
1938
+ }, ir = { class: "td-glossary-letter-row" }, ar = { class: "td-glossary-letter" }, or = ["href"], sr = { key: 1 }, cr = { class: "td-glossary-letter-row" }, lr = { class: "td-glossary-letter" }, ur = { class: "td-glossary-letter-count" }, z = /*#__PURE__*/ I(/* @__PURE__ */ m({
1939
+ __name: "TdGlossaryIndex",
1940
+ props: { mode: { default: "informative" } },
1941
+ setup(t) {
1942
+ let n = K(), r = $(), { withBase: i } = Q(), c = x(""), u = s(() => {
1943
+ let t = e(n.path), i = r.value.directoryListings[t];
1944
+ return i ? i.entries.filter((e) => e.kind === "file").map((e) => e.item) : [];
1945
+ }), m = s(() => u.value.length), h = s(() => {
1946
+ let e = /* @__PURE__ */ new Map();
1947
+ for (let t of u.value) e.set(t.url, t);
1948
+ return e;
1949
+ }), g = s(() => {
1950
+ let e = new a({
1951
+ fields: ["name", "description"],
1952
+ storeFields: [
1953
+ "name",
1954
+ "url",
1955
+ "description",
1956
+ "tags",
1957
+ "mtime",
1958
+ "schema"
1959
+ ],
1960
+ searchOptions: {
1961
+ boost: { name: 2 },
1962
+ fuzzy: .2,
1963
+ prefix: !0
1964
+ }
1965
+ });
1966
+ return e.addAll(u.value.map((e, t) => ({
1967
+ ...e,
1968
+ id: t
1969
+ }))), e;
1970
+ }), _ = s(() => 0 < c.value.trim().length), v = s(() => {
1971
+ let e = c.value.trim();
1972
+ if (e.length === 0) return u.value;
1973
+ let t = g.value.search(e);
1974
+ if (t.length === 0) return [];
1975
+ let n = h.value;
1976
+ return t.map((e) => n.get(e.url)).filter((e) => e !== void 0);
1977
+ }), y = s(() => _.value ? [] : ee(u.value));
1978
+ function ee(e) {
1979
+ let t = /* @__PURE__ */ new Map();
1980
+ for (let n of e) {
1981
+ let e = (n.name[0] ?? "").toUpperCase(), r = /[A-Z]/.test(e) ? e : "#", i = t.get(r);
1982
+ i === void 0 ? t.set(r, [n]) : i.push(n);
1983
+ }
1984
+ return Array.from(t.entries()).sort(([e], [t]) => e.localeCompare(t)).map(([e, t]) => ({
1985
+ letter: e,
1986
+ items: t
1987
+ }));
1988
+ }
1989
+ return (e, n) => (b(), d("div", null, [f("div", Zn, [p(w(M), {
1990
+ size: 14,
1991
+ class: "td-glossary-filter-icon"
1992
+ }), ce(f("input", {
1993
+ "onUpdate:modelValue": n[0] ||= (e) => c.value = e,
1994
+ type: "text",
1995
+ class: "td-glossary-filter-input",
1996
+ placeholder: `Filter ${m.value} entries`
1997
+ }, null, 8, Qn), [[oe, c.value]])]), _.value ? (b(), d(o, { key: 0 }, [v.value.length === 0 ? (b(), d("div", $n, " No entries matching \"" + C(c.value.trim()) + "\" ", 1)) : t.mode === "dense" ? (b(), d("div", er, [(b(!0), d(o, null, S(v.value, (e) => (b(), d("a", {
1998
+ key: e.url,
1999
+ href: w(i)(e.url),
2000
+ class: "td-glossary-dense-link"
2001
+ }, C(e.name), 9, tr))), 128))])) : (b(), d("div", nr, [(b(!0), d(o, null, S(v.value, (e) => (b(), l(R, {
2002
+ key: e.url,
2003
+ item: e,
2004
+ href: w(i)(e.url)
2005
+ }, null, 8, ["item", "href"]))), 128))]))], 64)) : (b(), d(o, { key: 1 }, [t.mode === "dense" ? (b(), d("div", rr, [(b(!0), d(o, null, S(y.value, (e) => (b(), d("div", {
2006
+ key: e.letter,
2007
+ class: "td-glossary-dense-group"
2008
+ }, [f("div", ir, [f("span", ar, C(e.letter), 1), n[1] ||= f("span", { class: "td-glossary-letter-line" }, null, -1)]), (b(!0), d(o, null, S(e.items, (e) => (b(), d("a", {
2009
+ key: e.url,
2010
+ href: w(i)(e.url),
2011
+ class: "td-glossary-dense-link"
2012
+ }, C(e.name), 9, or))), 128))]))), 128))])) : (b(), d("div", sr, [(b(!0), d(o, null, S(y.value, (e) => (b(), d("div", { key: e.letter }, [f("div", cr, [
2013
+ f("span", lr, C(e.letter), 1),
2014
+ n[2] ||= f("span", { class: "td-glossary-letter-line" }, null, -1),
2015
+ f("span", ur, C(e.items.length), 1)
2016
+ ]), (b(!0), d(o, null, S(e.items, (e) => (b(), l(R, {
2017
+ key: e.url,
2018
+ item: e,
2019
+ href: w(i)(e.url),
2020
+ "show-tags": ""
2021
+ }, null, 8, ["item", "href"]))), 128))]))), 128))]))], 64))]));
2022
+ }
2023
+ }), [["__scopeId", "data-v-a401cef1"]]), dr = {
2024
+ "file-text": Ze,
2025
+ file: Qe,
2026
+ notebook: zt,
2027
+ newspaper: Rt,
2028
+ scroll: en,
2029
+ "book-open": Ce,
2030
+ "book-marked": Se,
2031
+ clipboard: Ie,
2032
+ "sticky-note": dn,
2033
+ "file-code": Xe,
2034
+ folder: j,
2035
+ archive: ge,
2036
+ box: Te,
2037
+ package: Bt,
2038
+ briefcase: Ee,
2039
+ inbox: vt,
2040
+ layers: Ct,
2041
+ library: Tt,
2042
+ mail: At,
2043
+ "message-circle": Nt,
2044
+ megaphone: Mt,
2045
+ bell: be,
2046
+ phone: Gt,
2047
+ radio: Xt,
2048
+ send: tn,
2049
+ user: wn,
2050
+ users: Tn,
2051
+ contact: He,
2052
+ hand: ut,
2053
+ leaf: wt,
2054
+ "flower-2": rt,
2055
+ "tree-pine": yn,
2056
+ sun: P,
2057
+ moon: Ft,
2058
+ cloud: Re,
2059
+ mountain: It,
2060
+ waves: Dn,
2061
+ snowflake: cn,
2062
+ flame: tt,
2063
+ droplet: Je,
2064
+ "flask-conical": nt,
2065
+ atom: ye,
2066
+ cpu: We,
2067
+ code: ze,
2068
+ terminal: mn,
2069
+ database: Ke,
2070
+ server: nn,
2071
+ bug: De,
2072
+ "circuit-board": Fe,
2073
+ binary: xe,
2074
+ palette: Ht,
2075
+ pen: Ut,
2076
+ paintbrush: Vt,
2077
+ camera: ke,
2078
+ music: Lt,
2079
+ film: $e,
2080
+ image: _t,
2081
+ mic: Pt,
2082
+ headphones: ft,
2083
+ heart: pt,
2084
+ star: un,
2085
+ flag: et,
2086
+ trophy: Cn,
2087
+ target: pn,
2088
+ bookmark: we,
2089
+ "thumbs-up": hn,
2090
+ "circle-check": Ne,
2091
+ "triangle-alert": xn,
2092
+ info: bt,
2093
+ sparkles: ln,
2094
+ crown: Ge,
2095
+ circle: Pe,
2096
+ square: N,
2097
+ diamond: qe,
2098
+ hexagon: mt,
2099
+ triangle: Sn,
2100
+ zap: kn,
2101
+ hash: dt,
2102
+ "at-sign": ve,
2103
+ infinity: yt,
2104
+ compass: Ve,
2105
+ map: jt,
2106
+ globe: st,
2107
+ house: gt,
2108
+ rocket: Zt,
2109
+ plane: Jt,
2110
+ car: Ae,
2111
+ ship: on,
2112
+ signpost: sn,
2113
+ clock: Le,
2114
+ calendar: Oe,
2115
+ timer: _n,
2116
+ hourglass: ht,
2117
+ wrench: On,
2118
+ hammer: lt,
2119
+ key: St,
2120
+ lock: Ot,
2121
+ shield: an,
2122
+ link: Dt,
2123
+ magnet: kt,
2124
+ scissors: $t,
2125
+ lightbulb: Et,
2126
+ glasses: ot,
2127
+ "chart-bar": je,
2128
+ "chart-pie": Me,
2129
+ "trending-up": bn,
2130
+ table: fn,
2131
+ kanban: xt,
2132
+ "graduation-cap": ct,
2133
+ school: Qt,
2134
+ pencil: Wt,
2135
+ coffee: Be,
2136
+ pizza: qt,
2137
+ apple: he,
2138
+ gift: at,
2139
+ puzzle: Yt,
2140
+ "gamepad-2": it,
2141
+ ticket: gn,
2142
+ tag: F,
2143
+ pin: Kt,
2144
+ "trash-2": vn,
2145
+ "wand-sparkles": En,
2146
+ eye: Ye,
2147
+ search: M,
2148
+ settings: rn,
2149
+ "arrow-up-right": _e
2150
+ };
2151
+ function B(e) {
2152
+ return dr[e];
2153
+ }
2154
+ //#endregion
2155
+ //#region src/client/theme-default/components/TdLucideIcon.vue
2156
+ var V = /*#__PURE__*/ I(/* @__PURE__ */ m({
2157
+ __name: "TdLucideIcon",
2158
+ props: { name: {} },
2159
+ setup(e) {
2160
+ let t = s(() => B(e.name));
2161
+ return (e, n) => t.value ? (b(), l(ie(t.value), {
2162
+ key: 0,
2163
+ size: 14,
2164
+ class: "td-inline-icon"
2165
+ })) : u("", !0);
2166
+ }
2167
+ }), [["__scopeId", "data-v-ed097470"]]), H = typeof window < "u", U = Symbol("typedown-router"), W = {
2168
+ frontmatter: {},
2169
+ headings: [],
2170
+ title: "Not Found"
2171
+ };
2172
+ function fr(e, t = {}) {
2173
+ let r = n(t.basePath ?? "/"), i = te({
2174
+ path: "/",
2175
+ hash: "",
2176
+ query: "",
2177
+ contentSfc: void 0,
2178
+ data: W
2179
+ }), a = {
2180
+ route: i,
2181
+ async go(e, t) {
2182
+ e = q(e, r), await a.onBeforeRouteChange?.(e) !== !1 && ((!H || t?.initialLoad || mr(e, r, t)) && await s(e), c(), await a.onAfterRouteChange?.(e));
2183
+ }
2184
+ }, o;
2185
+ async function s(n) {
2186
+ let r = new URL(n, "http://a.com"), a = o = r.pathname;
2187
+ try {
2188
+ let t = await e(a);
2189
+ if (!t) throw Error(`Page not found: ${a}`);
2190
+ if (o === a) {
2191
+ o = void 0;
2192
+ let { default: e, pageData: n } = t;
2193
+ i.path = a, i.contentSfc = _(e), i.data = _(n), c(r), H && y(() => {
2194
+ r.hash ? G(r.hash) : window.scrollTo(0, 0);
2195
+ });
2196
+ }
2197
+ } catch {
2198
+ o === a && (o = void 0, i.path = a, i.contentSfc = t.fallbackComponent ? _(t.fallbackComponent) : void 0, i.data = W, c(r));
2199
+ }
2200
+ }
2201
+ function c(e = H ? location : {
2202
+ search: "",
2203
+ hash: ""
2204
+ }) {
2205
+ i.query = e.search, i.hash = decodeURIComponent(e.hash);
2206
+ }
2207
+ return H && (history.state ?? history.replaceState({}, ""), window.addEventListener("click", (e) => {
2208
+ if (e.defaultPrevented || !(e.target instanceof Element) || e.button !== 0 || e.ctrlKey || e.shiftKey || e.altKey || e.metaKey) return;
2209
+ let t = e.target.closest("a");
2210
+ if (!t || t.hasAttribute("download") || t.hasAttribute("target")) return;
2211
+ let n = t.getAttribute("href");
2212
+ if (n === null) return;
2213
+ let { href: r, origin: i, pathname: o } = new URL(n, t.baseURI);
2214
+ i === location.origin && !o.match(/\.\w+$/) && (e.preventDefault(), a.go(r));
2215
+ }, { capture: !0 }), window.addEventListener("popstate", async (e) => {
2216
+ if (e.state == null) return;
2217
+ let t = q(location.href, r);
2218
+ await s(t), c(), await a.onAfterRouteChange?.(t);
2219
+ }), window.addEventListener("hashchange", (e) => {
2220
+ e.preventDefault(), c();
2221
+ })), a;
2222
+ }
2223
+ function G(e) {
2224
+ if (!e) return;
2225
+ let t;
2226
+ try {
2227
+ t = document.getElementById(decodeURIComponent(e).slice(1)) ?? void 0;
2228
+ } catch {
2229
+ return;
2230
+ }
2231
+ t?.scrollIntoView({ block: "start" });
2232
+ }
2233
+ function K() {
2234
+ return pr().route;
2235
+ }
2236
+ function pr() {
2237
+ let e = g(U);
2238
+ if (!e) throw Error("useRouter() called outside of Typedown app");
2239
+ return e;
2240
+ }
2241
+ function mr(e, t, { replace: n = !1 } = {}) {
2242
+ let r = q(location.href, t);
2243
+ if (e === r) return G(new URL(e, "http://a.com").hash), !1;
2244
+ let i = t === "/" ? e : t + (e.startsWith("/") ? e : "/" + e);
2245
+ n ? history.replaceState({}, "", i) : (history.replaceState({ scrollPosition: window.scrollY }, ""), history.pushState({}, "", i));
2246
+ let a = new URL(e, location.origin), o = new URL(r, location.origin);
2247
+ return a.pathname !== o.pathname || (G(a.hash), !1);
2248
+ }
2249
+ function q(e, t) {
2250
+ let n = new URL(e, "http://a.com"), i = n.pathname.replace(/\.html$/, "");
2251
+ return t && t !== "/" && (i === t || i.startsWith(t + "/")) && (i = i.slice(t.length) || "/"), n.pathname = r(i), n.pathname + n.search + n.hash;
2252
+ }
2253
+ //#endregion
2254
+ //#region src/client/app/components/Content.ts
2255
+ var hr = m({
2256
+ name: "TypedownContent",
2257
+ setup() {
2258
+ let e = K();
2259
+ return () => e.contentSfc ? h(e.contentSfc) : void 0;
2260
+ }
2261
+ }), gr = "td-theme";
2262
+ function J(e) {
2263
+ if (typeof document > "u") return;
2264
+ let t = e === "system" ? Y() : e;
2265
+ document.documentElement.classList.toggle("dark", t === "dark");
2266
+ }
2267
+ function Y() {
2268
+ return typeof window > "u" ? "light" : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
2269
+ }
2270
+ var X = x("system"), _r = x(Y()), vr = !1;
2271
+ function yr() {
2272
+ br();
2273
+ let e = s(() => X.value === "system" ? _r.value : X.value), t = s(() => e.value === "dark");
2274
+ function n(e) {
2275
+ X.value = e, J(e), typeof localStorage < "u" && localStorage.setItem(gr, e);
2276
+ }
2277
+ function r() {
2278
+ n(e.value === "light" ? "dark" : "light");
2279
+ }
2280
+ return {
2281
+ theme: ne(X),
2282
+ effectiveTheme: e,
2283
+ isDark: t,
2284
+ setTheme: n,
2285
+ toggle: r
2286
+ };
2287
+ }
2288
+ function br() {
2289
+ if (!vr) {
2290
+ if (vr = !0, typeof localStorage < "u") {
2291
+ let e = localStorage.getItem(gr);
2292
+ (e === "light" || e === "dark" || e === "system") && (X.value = e);
2293
+ }
2294
+ J(X.value), typeof window < "u" && window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", () => {
2295
+ _r.value = Y(), X.value === "system" && J("system");
2296
+ });
2297
+ }
2298
+ }
2299
+ //#endregion
2300
+ //#region src/client/app/composables/useTdContent.ts
2301
+ var xr = Symbol("td-content");
2302
+ function Sr(e) {
2303
+ let t = yr(), n = {
2304
+ page: s(() => e.data),
2305
+ frontmatter: s(() => e.data.frontmatter),
2306
+ title: s(() => e.data.title),
2307
+ isDark: s(() => t.isDark.value)
2308
+ };
2309
+ return ee(xr, n), n;
2310
+ }
2311
+ function Cr() {
2312
+ let e = g(xr);
2313
+ if (e === void 0) throw Error("useTdContent() called without a parent provideTdContent()");
2314
+ return e;
2315
+ }
2316
+ //#endregion
2317
+ //#region src/client/app/index.ts
2318
+ var Z = Symbol("typedown-site-config"), wr = Symbol("typedown-site-data"), Tr = Symbol("typedown-page-loader"), Er = Symbol("typedown-search-index");
2319
+ async function Dr(e, t, n = {}, r = {}) {
2320
+ let i = {
2321
+ title: n.title ?? "",
2322
+ description: n.description ?? "",
2323
+ basePath: n.basePath ?? "/",
2324
+ repo: n.repo,
2325
+ author: n.author,
2326
+ license: n.license,
2327
+ nav: n.nav
2328
+ }, a = x({
2329
+ ready: r.ready ?? !1,
2330
+ contentTree: r.contentTree ?? { entries: [] },
2331
+ schemas: r.schemas ?? {},
2332
+ directoryListings: r.directoryListings ?? {}
2333
+ }), o = fr(e, { basePath: i.basePath }), s = m({
2334
+ name: "TypedownApp",
2335
+ setup() {
2336
+ return Sr(o.route), () => h(t);
2337
+ }
2338
+ }), l = c(s);
2339
+ l.provide(U, o), l.provide(Z, i), l.provide(wr, a), l.provide(Tr, e);
2340
+ let u = ae(r.searchIndex);
2341
+ return l.provide(Er, u), l.component("TypedownContent", hr), l.component("DirectoryIndex", L), l.component("GlossaryIndex", z), l.component("Flashcard", Wn), l.component("LucideIcon", V), typeof window < "u" && await o.go(location.href, {
2342
+ replace: !0,
2343
+ initialLoad: !0
2344
+ }), {
2345
+ app: l,
2346
+ router: o,
2347
+ searchIndex: u,
2348
+ siteData: a
2349
+ };
2350
+ }
2351
+ function Or() {
2352
+ return g(Tr, void 0);
2353
+ }
2354
+ function kr() {
2355
+ return g(Er, ae(void 0));
2356
+ }
2357
+ function Q() {
2358
+ let e = g(Z, {
2359
+ title: "",
2360
+ description: "",
2361
+ basePath: "/"
2362
+ }), t = n(e.basePath);
2363
+ return {
2364
+ ...e,
2365
+ withBase(e) {
2366
+ if (t === "/") return e;
2367
+ let n = e.startsWith("/") ? e : "/" + e;
2368
+ return t + n;
2369
+ }
2370
+ };
2371
+ }
2372
+ var Ar = x({
2373
+ ready: !1,
2374
+ contentTree: { entries: [] },
2375
+ schemas: {},
2376
+ directoryListings: {}
2377
+ });
2378
+ function $() {
2379
+ return g(wr, Ar);
2380
+ }
2381
+ //#endregion
2382
+ export { Qe as C, A as E, j as S, _e as T, P as _, $ as a, Ft as b, hr as c, V as d, B as f, F as g, I as h, Q as i, K as l, L as m, Or as n, Cr as o, z as p, kr as r, yr as s, Dr as t, pr as u, N as v, Ze as w, gt as x, M as y };