@noobsociety/nsds 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,587 +1,1992 @@
1
- import { jsx as t, jsxs as i } from "react/jsx-runtime";
2
- const a = (...h) => h.filter(Boolean).join(" ");
3
- function p(h, e) {
4
- return e ? { ...h, ...e } : h;
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region components/shared/styles.ts
3
+ var n = (...e) => e.filter(Boolean).join(" ");
4
+ function r(e, t) {
5
+ return t ? {
6
+ ...e,
7
+ ...t
8
+ } : e;
5
9
  }
6
- const I = {
7
- gold: "var(--ns-gold)"
8
- }, x = {
9
- done: { className: "ns-quest-card--done", label: "HOLDS", icon: "✓" },
10
- active: { className: "ns-quest-card--active", label: "BUILDING", icon: "▶" },
11
- planned: { className: "ns-quest-card--planned", label: "PLANNED", icon: "◌" },
12
- locked: { className: "ns-quest-card--locked", label: "LATER", icon: "✦" }
13
- }, k = /* @__PURE__ */ new Set(["play", "ghost"]), B = /* @__PURE__ */ new Set(["sm", "md", "lg"]);
14
- function Y({
15
- variant: h = "play",
16
- size: e = "md",
17
- href: c,
18
- onClick: l,
19
- children: d,
20
- disabled: r = !1,
21
- className: f,
22
- type: n = "button",
23
- ...w
24
- }) {
25
- const v = k.has(h) ? h : "play", b = B.has(e) ? e : "md", m = a(
26
- "ns-button",
27
- `ns-button--${v}`,
28
- `ns-button--${b}`,
29
- f
30
- ), g = {
31
- ...w,
32
- className: m,
33
- onClick: r ? void 0 : l
34
- };
35
- return c ? /* @__PURE__ */ t(
36
- "a",
37
- {
38
- ...g,
39
- href: r ? void 0 : c,
40
- "aria-disabled": r || void 0,
41
- tabIndex: r ? -1 : w.tabIndex,
42
- children: d
43
- }
44
- ) : /* @__PURE__ */ t("button", { ...g, type: n, disabled: r, children: d });
10
+ var i = {
11
+ gold: "var(--ns-gold)",
12
+ pink: "var(--ns-pink)",
13
+ purple: "var(--ns-purple)",
14
+ cyan: "var(--ns-cyan)",
15
+ green: "var(--ns-green)",
16
+ orange: "var(--ns-orange)",
17
+ later: "var(--ns-ink-faint)"
18
+ }, a = {
19
+ done: {
20
+ className: "ns-quest-card--done",
21
+ label: "HOLDS",
22
+ icon: "✓"
23
+ },
24
+ active: {
25
+ className: "ns-quest-card--active",
26
+ label: "BUILDING",
27
+ icon: "▶"
28
+ },
29
+ planned: {
30
+ className: "ns-quest-card--planned",
31
+ label: "PLANNED",
32
+ icon: "◌"
33
+ },
34
+ locked: {
35
+ className: "ns-quest-card--locked",
36
+ label: "LATER",
37
+ icon: "✦"
38
+ }
39
+ }, o = new Set(["play", "ghost"]), s = new Set([
40
+ "sm",
41
+ "md",
42
+ "lg"
43
+ ]);
44
+ function c({ variant: t = "play", size: r = "md", href: i, onClick: a, children: c, disabled: l = !1, className: u, type: d = "button", ...f }) {
45
+ let p = o.has(t) ? t : "play", m = s.has(r) ? r : "md", h = n("ns-button", `ns-button--${p}`, `ns-button--${m}`, u), g = {
46
+ ...f,
47
+ className: h,
48
+ onClick: l ? void 0 : a
49
+ };
50
+ return i ? /* @__PURE__ */ e("a", {
51
+ ...g,
52
+ href: l ? void 0 : i,
53
+ "aria-disabled": l || void 0,
54
+ tabIndex: l ? -1 : f.tabIndex,
55
+ children: c
56
+ }) : /* @__PURE__ */ e("button", {
57
+ ...g,
58
+ type: d,
59
+ disabled: l,
60
+ children: c
61
+ });
45
62
  }
46
- function Z({
47
- icon: h,
48
- title: e,
49
- body: c,
50
- tag: l,
51
- iconColor: d = I.gold,
52
- className: r,
53
- style: f,
54
- ...n
55
- }) {
56
- return /* @__PURE__ */ i(
57
- "li",
58
- {
59
- ...n,
60
- className: a("ns-card ns-feature-card", r),
61
- style: p({ "--ns-feature-accent": d }, f),
62
- children: [
63
- /* @__PURE__ */ t("span", { className: "ns-icon-slot ns-feature-card__icon", "aria-hidden": "true", children: h }),
64
- /* @__PURE__ */ i("div", { children: [
65
- /* @__PURE__ */ t("h3", { className: "ns-feature-card__title", children: e }),
66
- /* @__PURE__ */ t("p", { className: "ns-feature-card__body", children: c })
67
- ] }),
68
- l && /* @__PURE__ */ t("span", { className: "ns-tag ns-feature-card__tag", children: l })
69
- ]
70
- }
71
- );
63
+ //#endregion
64
+ //#region components/cards/FeatureCard.tsx
65
+ function l({ icon: a, title: o, body: s, tag: c, iconColor: l = i.gold, className: u, style: d, ...f }) {
66
+ return /* @__PURE__ */ t("li", {
67
+ ...f,
68
+ className: n("ns-card ns-feature-card", u),
69
+ style: r({ "--ns-feature-accent": l }, d),
70
+ children: [
71
+ /* @__PURE__ */ e("span", {
72
+ className: "ns-icon-slot ns-feature-card__icon",
73
+ "aria-hidden": "true",
74
+ children: a
75
+ }),
76
+ /* @__PURE__ */ t("div", { children: [/* @__PURE__ */ e("h3", {
77
+ className: "ns-feature-card__title",
78
+ children: o
79
+ }), /* @__PURE__ */ e("p", {
80
+ className: "ns-feature-card__body",
81
+ children: s
82
+ })] }),
83
+ c && /* @__PURE__ */ e("span", {
84
+ className: "ns-tag ns-feature-card__tag",
85
+ children: c
86
+ })
87
+ ]
88
+ });
72
89
  }
73
- function X({ gate: h, title: e, body: c, status: l = "locked", className: d, ...r }) {
74
- const f = x[l] || x.locked;
75
- return /* @__PURE__ */ i("li", { ...r, className: a("ns-quest-card", f.className, d), children: [
76
- /* @__PURE__ */ t("span", { className: "ns-quest-card__icon", "aria-hidden": "true", children: f.icon }),
77
- /* @__PURE__ */ i("div", { className: "ns-quest-card__body", children: [
78
- /* @__PURE__ */ t("p", { className: "ns-quest-card__title", children: `Gate ${h} · ${e}` }),
79
- /* @__PURE__ */ t("p", { className: "ns-quest-card__desc", children: c }),
80
- /* @__PURE__ */ t("span", { className: "ns-status-pill", children: f.label })
81
- ] })
82
- ] });
90
+ //#endregion
91
+ //#region components/cards/QuestCard.tsx
92
+ function u({ gate: r, title: i, body: o, status: s = "locked", className: c, ...l }) {
93
+ let u = a[s] || a.locked;
94
+ return /* @__PURE__ */ t("li", {
95
+ ...l,
96
+ className: n("ns-quest-card", u.className, c),
97
+ children: [/* @__PURE__ */ e("span", {
98
+ className: "ns-quest-card__icon",
99
+ "aria-hidden": "true",
100
+ children: u.icon
101
+ }), /* @__PURE__ */ t("div", {
102
+ className: "ns-quest-card__body",
103
+ children: [
104
+ /* @__PURE__ */ e("p", {
105
+ className: "ns-quest-card__title",
106
+ children: `Gate ${r} · ${i}`
107
+ }),
108
+ /* @__PURE__ */ e("p", {
109
+ className: "ns-quest-card__desc",
110
+ children: o
111
+ }),
112
+ /* @__PURE__ */ e("span", {
113
+ className: "ns-status-pill",
114
+ children: u.label
115
+ })
116
+ ]
117
+ })]
118
+ });
83
119
  }
84
- const S = 'var(--ns-font-pixel, "Press Start 2P", monospace)';
85
- function tt({
86
- value: h = 40,
87
- max: e = 40,
88
- fillColor: c = "var(--hud-hp-fill, #4caf73)",
89
- trackColor: l = "var(--hud-track, rgba(255, 255, 255, 0.10))",
90
- height: d = 14,
91
- style: r
92
- }) {
93
- const f = e > 0 ? Math.max(0, Math.min(100, h / e * 100)) : 0;
94
- return /* @__PURE__ */ i(
95
- "div",
96
- {
97
- style: {
98
- position: "relative",
99
- background: l,
100
- height: d,
101
- overflow: "hidden",
102
- fontFamily: S,
103
- ...r
104
- },
105
- children: [
106
- /* @__PURE__ */ t(
107
- "div",
108
- {
109
- style: {
110
- position: "absolute",
111
- inset: 0,
112
- width: `${f}%`,
113
- background: c,
114
- transition: "width .35s ease-out"
115
- }
116
- }
117
- ),
118
- /* @__PURE__ */ i(
119
- "span",
120
- {
121
- style: {
122
- position: "absolute",
123
- inset: 0,
124
- display: "flex",
125
- alignItems: "center",
126
- paddingLeft: 4,
127
- fontSize: 4,
128
- color: "#fff",
129
- pointerEvents: "none"
130
- },
131
- children: [
132
- h,
133
- " / ",
134
- e
135
- ]
136
- }
137
- )
138
- ]
139
- }
140
- );
120
+ //#endregion
121
+ //#region components/hud/HUDBar.tsx
122
+ var d = "var(--ns-font-pixel, \"Press Start 2P\", monospace)";
123
+ function f({ value: n = 40, max: r = 40, fillColor: i = "var(--hud-hp-fill, #4caf73)", trackColor: a = "var(--hud-track, rgba(255, 255, 255, 0.10))", height: o = 14, style: s, role: c = "meter", ...l }) {
124
+ let u = r > 0 ? Math.max(0, Math.min(100, n / r * 100)) : 0;
125
+ return /* @__PURE__ */ t("div", {
126
+ ...l,
127
+ role: c,
128
+ "aria-valuemin": 0,
129
+ "aria-valuemax": r,
130
+ "aria-valuenow": Math.max(0, Math.min(n, r)),
131
+ style: {
132
+ position: "relative",
133
+ background: a,
134
+ height: o,
135
+ overflow: "hidden",
136
+ fontFamily: d,
137
+ ...s
138
+ },
139
+ children: [/* @__PURE__ */ e("div", { style: {
140
+ position: "absolute",
141
+ inset: 0,
142
+ width: `${u}%`,
143
+ background: i,
144
+ transition: "width .35s ease-out"
145
+ } }), /* @__PURE__ */ t("span", {
146
+ style: {
147
+ position: "absolute",
148
+ inset: 0,
149
+ display: "flex",
150
+ alignItems: "center",
151
+ paddingLeft: 4,
152
+ fontSize: 4,
153
+ color: "#fff",
154
+ pointerEvents: "none"
155
+ },
156
+ children: [
157
+ n,
158
+ " / ",
159
+ r
160
+ ]
161
+ })]
162
+ });
141
163
  }
142
- function it({
143
- direction: h = "vertical",
144
- color: e = "var(--ns-line)",
145
- style: c
146
- }) {
147
- const l = h === "vertical";
148
- return /* @__PURE__ */ t(
149
- "div",
150
- {
151
- style: {
152
- width: l ? "1px" : "100%",
153
- height: l ? "100%" : "1px",
154
- background: e,
155
- flexShrink: 0,
156
- alignSelf: "stretch",
157
- ...c
158
- }
159
- }
160
- );
164
+ //#endregion
165
+ //#region components/hud/HUDDivider.tsx
166
+ function p({ direction: t = "vertical", color: n = "var(--ns-line)", style: r, role: i = "separator", ...a }) {
167
+ let o = t === "vertical";
168
+ return /* @__PURE__ */ e("div", {
169
+ ...a,
170
+ role: i,
171
+ "aria-orientation": t,
172
+ style: {
173
+ width: o ? "1px" : "100%",
174
+ height: o ? "100%" : "1px",
175
+ background: n,
176
+ flexShrink: 0,
177
+ alignSelf: "stretch",
178
+ ...r
179
+ }
180
+ });
161
181
  }
162
- const N = 'var(--ns-font-pixel, "Press Start 2P", monospace)', s = {
163
- left: "flex-start",
164
- center: "center",
165
- right: "flex-end"
182
+ //#endregion
183
+ //#region components/hud/HUDLabel.tsx
184
+ var m = "var(--ns-font-pixel, \"Press Start 2P\", monospace)", h = {
185
+ left: "flex-start",
186
+ center: "center",
187
+ right: "flex-end"
166
188
  };
167
- function et({
168
- text: h = "Label",
169
- align: e = "left",
170
- scale: c = 1,
171
- color: l = "var(--ns-ink)",
172
- fontSize: d = 5,
173
- style: r
174
- }) {
175
- return /* @__PURE__ */ t(
176
- "div",
177
- {
178
- style: {
179
- display: "flex",
180
- alignItems: "center",
181
- justifyContent: s[e] || s.left,
182
- paddingLeft: e === "right" ? 0 : 3,
183
- paddingRight: e === "left" ? 0 : 3,
184
- fontFamily: N,
185
- fontSize: d * c,
186
- color: l,
187
- whiteSpace: "nowrap",
188
- overflow: "hidden",
189
- width: "100%",
190
- height: "100%",
191
- ...r
192
- },
193
- children: h
194
- }
195
- );
196
- }
197
- function y() {
198
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
199
- /* @__PURE__ */ t("line", { x1: "13", y1: "2", x2: "4", y2: "11", stroke: "#cfd8e2", strokeWidth: "2", strokeLinecap: "square" }),
200
- /* @__PURE__ */ t("line", { x1: "6", y1: "5", x2: "10", y2: "9", stroke: "#e6db74", strokeWidth: "2", strokeLinecap: "square" }),
201
- /* @__PURE__ */ t("line", { x1: "4", y1: "10", x2: "2", y2: "13", stroke: "#b07040", strokeWidth: "1.5", strokeLinecap: "square" })
202
- ] });
189
+ function g({ text: t = "Label", align: n = "left", scale: r = 1, color: i = "var(--ns-ink)", fontSize: a = 5, style: o, ...s }) {
190
+ return /* @__PURE__ */ e("div", {
191
+ ...s,
192
+ style: {
193
+ display: "flex",
194
+ alignItems: "center",
195
+ justifyContent: h[n] || h.left,
196
+ paddingLeft: n === "right" ? 0 : 3,
197
+ paddingRight: n === "left" ? 0 : 3,
198
+ fontFamily: m,
199
+ fontSize: a * r,
200
+ color: i,
201
+ whiteSpace: "nowrap",
202
+ overflow: "hidden",
203
+ width: "100%",
204
+ height: "100%",
205
+ ...o
206
+ },
207
+ children: t
208
+ });
203
209
  }
210
+ //#endregion
211
+ //#region components/icons/RPGIcon.tsx
204
212
  function _() {
205
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
206
- /* @__PURE__ */ t("rect", { x: "3", y: "1", width: "3", height: "2", fill: "#8a6540" }),
207
- /* @__PURE__ */ t("rect", { x: "2", y: "3", width: "2", height: "10", fill: "#8a6540" }),
208
- /* @__PURE__ */ t("rect", { x: "3", y: "13", width: "3", height: "2", fill: "#8a6540" }),
209
- /* @__PURE__ */ t("rect", { x: "6", y: "2", width: "1", height: "1", fill: "#cfd8e2" }),
210
- /* @__PURE__ */ t("rect", { x: "7", y: "3", width: "1", height: "10", fill: "#cfd8e2" }),
211
- /* @__PURE__ */ t("rect", { x: "6", y: "13", width: "1", height: "1", fill: "#cfd8e2" }),
212
- /* @__PURE__ */ t("rect", { x: "7", y: "7", width: "7", height: "2", fill: "#c8a878" }),
213
- /* @__PURE__ */ t("rect", { x: "13", y: "6", width: "2", height: "1", fill: "#cfd8e2" }),
214
- /* @__PURE__ */ t("rect", { x: "14", y: "7", width: "2", height: "2", fill: "#cfd8e2" }),
215
- /* @__PURE__ */ t("rect", { x: "13", y: "9", width: "2", height: "1", fill: "#cfd8e2" }),
216
- /* @__PURE__ */ t("rect", { x: "7", y: "5", width: "2", height: "2", fill: "#ae81ff" }),
217
- /* @__PURE__ */ t("rect", { x: "7", y: "9", width: "2", height: "2", fill: "#ae81ff" })
218
- ] });
213
+ return /* @__PURE__ */ t("svg", {
214
+ viewBox: "0 0 16 16",
215
+ xmlns: "http://www.w3.org/2000/svg",
216
+ children: [
217
+ /* @__PURE__ */ e("line", {
218
+ x1: "13",
219
+ y1: "2",
220
+ x2: "4",
221
+ y2: "11",
222
+ stroke: "#cfd8e2",
223
+ strokeWidth: "2",
224
+ strokeLinecap: "square"
225
+ }),
226
+ /* @__PURE__ */ e("line", {
227
+ x1: "6",
228
+ y1: "5",
229
+ x2: "10",
230
+ y2: "9",
231
+ stroke: "#e6db74",
232
+ strokeWidth: "2",
233
+ strokeLinecap: "square"
234
+ }),
235
+ /* @__PURE__ */ e("line", {
236
+ x1: "4",
237
+ y1: "10",
238
+ x2: "2",
239
+ y2: "13",
240
+ stroke: "#b07040",
241
+ strokeWidth: "1.5",
242
+ strokeLinecap: "square"
243
+ })
244
+ ]
245
+ });
219
246
  }
220
- function L() {
221
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
222
- /* @__PURE__ */ t("rect", { x: "5", y: "1", width: "6", height: "1", fill: "#c8a8ff" }),
223
- /* @__PURE__ */ t("rect", { x: "4", y: "2", width: "8", height: "4", fill: "#ae81ff" }),
224
- /* @__PURE__ */ t("rect", { x: "5", y: "6", width: "6", height: "1", fill: "#c8a8ff" }),
225
- /* @__PURE__ */ t("rect", { x: "6", y: "3", width: "4", height: "2", fill: "#d4b8ff" }),
226
- /* @__PURE__ */ t("rect", { x: "7", y: "7", width: "2", height: "8", fill: "#8a6540" }),
227
- /* @__PURE__ */ t("rect", { x: "6", y: "10", width: "4", height: "1", fill: "#b07040" })
228
- ] });
247
+ function v() {
248
+ return /* @__PURE__ */ t("svg", {
249
+ viewBox: "0 0 16 16",
250
+ xmlns: "http://www.w3.org/2000/svg",
251
+ children: [
252
+ /* @__PURE__ */ e("rect", {
253
+ x: "3",
254
+ y: "1",
255
+ width: "3",
256
+ height: "2",
257
+ fill: "#8a6540"
258
+ }),
259
+ /* @__PURE__ */ e("rect", {
260
+ x: "2",
261
+ y: "3",
262
+ width: "2",
263
+ height: "10",
264
+ fill: "#8a6540"
265
+ }),
266
+ /* @__PURE__ */ e("rect", {
267
+ x: "3",
268
+ y: "13",
269
+ width: "3",
270
+ height: "2",
271
+ fill: "#8a6540"
272
+ }),
273
+ /* @__PURE__ */ e("rect", {
274
+ x: "6",
275
+ y: "2",
276
+ width: "1",
277
+ height: "1",
278
+ fill: "#cfd8e2"
279
+ }),
280
+ /* @__PURE__ */ e("rect", {
281
+ x: "7",
282
+ y: "3",
283
+ width: "1",
284
+ height: "10",
285
+ fill: "#cfd8e2"
286
+ }),
287
+ /* @__PURE__ */ e("rect", {
288
+ x: "6",
289
+ y: "13",
290
+ width: "1",
291
+ height: "1",
292
+ fill: "#cfd8e2"
293
+ }),
294
+ /* @__PURE__ */ e("rect", {
295
+ x: "7",
296
+ y: "7",
297
+ width: "7",
298
+ height: "2",
299
+ fill: "#c8a878"
300
+ }),
301
+ /* @__PURE__ */ e("rect", {
302
+ x: "13",
303
+ y: "6",
304
+ width: "2",
305
+ height: "1",
306
+ fill: "#cfd8e2"
307
+ }),
308
+ /* @__PURE__ */ e("rect", {
309
+ x: "14",
310
+ y: "7",
311
+ width: "2",
312
+ height: "2",
313
+ fill: "#cfd8e2"
314
+ }),
315
+ /* @__PURE__ */ e("rect", {
316
+ x: "13",
317
+ y: "9",
318
+ width: "2",
319
+ height: "1",
320
+ fill: "#cfd8e2"
321
+ }),
322
+ /* @__PURE__ */ e("rect", {
323
+ x: "7",
324
+ y: "5",
325
+ width: "2",
326
+ height: "2",
327
+ fill: "#ae81ff"
328
+ }),
329
+ /* @__PURE__ */ e("rect", {
330
+ x: "7",
331
+ y: "9",
332
+ width: "2",
333
+ height: "2",
334
+ fill: "#ae81ff"
335
+ })
336
+ ]
337
+ });
229
338
  }
230
- function q() {
231
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
232
- /* @__PURE__ */ t("rect", { x: "2", y: "1", width: "2", height: "8", fill: "#cfd8e2" }),
233
- /* @__PURE__ */ t("rect", { x: "2", y: "9", width: "2", height: "3", fill: "#a8b0bc" }),
234
- /* @__PURE__ */ t("rect", { x: "12", y: "1", width: "2", height: "8", fill: "#cfd8e2" }),
235
- /* @__PURE__ */ t("rect", { x: "12", y: "9", width: "2", height: "3", fill: "#a8b0bc" }),
236
- /* @__PURE__ */ t("rect", { x: "2", y: "8", width: "12", height: "2", fill: "#e6db74" }),
237
- /* @__PURE__ */ t("rect", { x: "6", y: "10", width: "4", height: "5", fill: "#8a6540" }),
238
- /* @__PURE__ */ t("rect", { x: "3", y: "0", width: "1", height: "1", fill: "#eef0f4" }),
239
- /* @__PURE__ */ t("rect", { x: "12", y: "0", width: "1", height: "1", fill: "#eef0f4" })
240
- ] });
339
+ function y() {
340
+ return /* @__PURE__ */ t("svg", {
341
+ viewBox: "0 0 16 16",
342
+ xmlns: "http://www.w3.org/2000/svg",
343
+ children: [
344
+ /* @__PURE__ */ e("rect", {
345
+ x: "5",
346
+ y: "1",
347
+ width: "6",
348
+ height: "1",
349
+ fill: "#c8a8ff"
350
+ }),
351
+ /* @__PURE__ */ e("rect", {
352
+ x: "4",
353
+ y: "2",
354
+ width: "8",
355
+ height: "4",
356
+ fill: "#ae81ff"
357
+ }),
358
+ /* @__PURE__ */ e("rect", {
359
+ x: "5",
360
+ y: "6",
361
+ width: "6",
362
+ height: "1",
363
+ fill: "#c8a8ff"
364
+ }),
365
+ /* @__PURE__ */ e("rect", {
366
+ x: "6",
367
+ y: "3",
368
+ width: "4",
369
+ height: "2",
370
+ fill: "#d4b8ff"
371
+ }),
372
+ /* @__PURE__ */ e("rect", {
373
+ x: "7",
374
+ y: "7",
375
+ width: "2",
376
+ height: "8",
377
+ fill: "#8a6540"
378
+ }),
379
+ /* @__PURE__ */ e("rect", {
380
+ x: "6",
381
+ y: "10",
382
+ width: "4",
383
+ height: "1",
384
+ fill: "#b07040"
385
+ })
386
+ ]
387
+ });
241
388
  }
242
- function D() {
243
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
244
- /* @__PURE__ */ t("rect", { x: "2", y: "2", width: "2", height: "12", fill: "#6a4a6a" }),
245
- /* @__PURE__ */ t("rect", { x: "4", y: "2", width: "10", height: "12", fill: "#8855aa" }),
246
- /* @__PURE__ */ t("rect", { x: "13", y: "3", width: "1", height: "10", fill: "#f4f0e8" }),
247
- /* @__PURE__ */ t("rect", { x: "7", y: "4", width: "2", height: "1", fill: "#c8a8ff" }),
248
- /* @__PURE__ */ t("rect", { x: "6", y: "5", width: "4", height: "1", fill: "#c8a8ff" }),
249
- /* @__PURE__ */ t("rect", { x: "7", y: "6", width: "2", height: "1", fill: "#c8a8ff" }),
250
- /* @__PURE__ */ t("rect", { x: "6", y: "8", width: "4", height: "1", fill: "#e6db74" }),
251
- /* @__PURE__ */ t("rect", { x: "7", y: "9", width: "2", height: "2", fill: "#e6db74" })
252
- ] });
389
+ function b() {
390
+ return /* @__PURE__ */ t("svg", {
391
+ viewBox: "0 0 16 16",
392
+ xmlns: "http://www.w3.org/2000/svg",
393
+ children: [
394
+ /* @__PURE__ */ e("rect", {
395
+ x: "2",
396
+ y: "1",
397
+ width: "2",
398
+ height: "8",
399
+ fill: "#cfd8e2"
400
+ }),
401
+ /* @__PURE__ */ e("rect", {
402
+ x: "2",
403
+ y: "9",
404
+ width: "2",
405
+ height: "3",
406
+ fill: "#a8b0bc"
407
+ }),
408
+ /* @__PURE__ */ e("rect", {
409
+ x: "12",
410
+ y: "1",
411
+ width: "2",
412
+ height: "8",
413
+ fill: "#cfd8e2"
414
+ }),
415
+ /* @__PURE__ */ e("rect", {
416
+ x: "12",
417
+ y: "9",
418
+ width: "2",
419
+ height: "3",
420
+ fill: "#a8b0bc"
421
+ }),
422
+ /* @__PURE__ */ e("rect", {
423
+ x: "2",
424
+ y: "8",
425
+ width: "12",
426
+ height: "2",
427
+ fill: "#e6db74"
428
+ }),
429
+ /* @__PURE__ */ e("rect", {
430
+ x: "6",
431
+ y: "10",
432
+ width: "4",
433
+ height: "5",
434
+ fill: "#8a6540"
435
+ }),
436
+ /* @__PURE__ */ e("rect", {
437
+ x: "3",
438
+ y: "0",
439
+ width: "1",
440
+ height: "1",
441
+ fill: "#eef0f4"
442
+ }),
443
+ /* @__PURE__ */ e("rect", {
444
+ x: "12",
445
+ y: "0",
446
+ width: "1",
447
+ height: "1",
448
+ fill: "#eef0f4"
449
+ })
450
+ ]
451
+ });
253
452
  }
254
- function A() {
255
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
256
- /* @__PURE__ */ t("rect", { x: "4", y: "1", width: "8", height: "1", fill: "#a8b0bc" }),
257
- /* @__PURE__ */ t("rect", { x: "3", y: "2", width: "10", height: "5", fill: "#a8b0bc" }),
258
- /* @__PURE__ */ t("rect", { x: "3", y: "2", width: "10", height: "1", fill: "#cfd8e2" }),
259
- /* @__PURE__ */ t("rect", { x: "3", y: "3", width: "1", height: "3", fill: "#cfd8e2" }),
260
- /* @__PURE__ */ t("rect", { x: "3", y: "7", width: "10", height: "1", fill: "#5a6570" }),
261
- /* @__PURE__ */ t("rect", { x: "7", y: "7", width: "2", height: "8", fill: "#8a6540" }),
262
- /* @__PURE__ */ t("rect", { x: "6", y: "10", width: "4", height: "1", fill: "#b07040" })
263
- ] });
453
+ function x() {
454
+ return /* @__PURE__ */ t("svg", {
455
+ viewBox: "0 0 16 16",
456
+ xmlns: "http://www.w3.org/2000/svg",
457
+ children: [
458
+ /* @__PURE__ */ e("rect", {
459
+ x: "2",
460
+ y: "2",
461
+ width: "2",
462
+ height: "12",
463
+ fill: "#6a4a6a"
464
+ }),
465
+ /* @__PURE__ */ e("rect", {
466
+ x: "4",
467
+ y: "2",
468
+ width: "10",
469
+ height: "12",
470
+ fill: "#8855aa"
471
+ }),
472
+ /* @__PURE__ */ e("rect", {
473
+ x: "13",
474
+ y: "3",
475
+ width: "1",
476
+ height: "10",
477
+ fill: "#f4f0e8"
478
+ }),
479
+ /* @__PURE__ */ e("rect", {
480
+ x: "7",
481
+ y: "4",
482
+ width: "2",
483
+ height: "1",
484
+ fill: "#c8a8ff"
485
+ }),
486
+ /* @__PURE__ */ e("rect", {
487
+ x: "6",
488
+ y: "5",
489
+ width: "4",
490
+ height: "1",
491
+ fill: "#c8a8ff"
492
+ }),
493
+ /* @__PURE__ */ e("rect", {
494
+ x: "7",
495
+ y: "6",
496
+ width: "2",
497
+ height: "1",
498
+ fill: "#c8a8ff"
499
+ }),
500
+ /* @__PURE__ */ e("rect", {
501
+ x: "6",
502
+ y: "8",
503
+ width: "4",
504
+ height: "1",
505
+ fill: "#e6db74"
506
+ }),
507
+ /* @__PURE__ */ e("rect", {
508
+ x: "7",
509
+ y: "9",
510
+ width: "2",
511
+ height: "2",
512
+ fill: "#e6db74"
513
+ })
514
+ ]
515
+ });
264
516
  }
265
- function C() {
266
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
267
- /* @__PURE__ */ t("rect", { x: "2", y: "6", width: "12", height: "4", fill: "#7a7a8a" }),
268
- /* @__PURE__ */ t("rect", { x: "6", y: "2", width: "4", height: "12", fill: "#7a7a8a" }),
269
- /* @__PURE__ */ t("rect", { x: "3", y: "3", width: "2", height: "2", fill: "#7a7a8a" }),
270
- /* @__PURE__ */ t("rect", { x: "11", y: "3", width: "2", height: "2", fill: "#7a7a8a" }),
271
- /* @__PURE__ */ t("rect", { x: "3", y: "11", width: "2", height: "2", fill: "#7a7a8a" }),
272
- /* @__PURE__ */ t("rect", { x: "11", y: "11", width: "2", height: "2", fill: "#7a7a8a" }),
273
- /* @__PURE__ */ t("rect", { x: "7", y: "7", width: "2", height: "2", fill: "#b0b0c0" }),
274
- /* @__PURE__ */ t("rect", { x: "7", y: "4", width: "2", height: "1", fill: "#b0b0c0" }),
275
- /* @__PURE__ */ t("rect", { x: "7", y: "11", width: "2", height: "1", fill: "#b0b0c0" }),
276
- /* @__PURE__ */ t("rect", { x: "4", y: "7", width: "1", height: "2", fill: "#b0b0c0" }),
277
- /* @__PURE__ */ t("rect", { x: "11", y: "7", width: "1", height: "2", fill: "#b0b0c0" })
278
- ] });
517
+ function S() {
518
+ return /* @__PURE__ */ t("svg", {
519
+ viewBox: "0 0 16 16",
520
+ xmlns: "http://www.w3.org/2000/svg",
521
+ children: [
522
+ /* @__PURE__ */ e("rect", {
523
+ x: "4",
524
+ y: "1",
525
+ width: "8",
526
+ height: "1",
527
+ fill: "#a8b0bc"
528
+ }),
529
+ /* @__PURE__ */ e("rect", {
530
+ x: "3",
531
+ y: "2",
532
+ width: "10",
533
+ height: "5",
534
+ fill: "#a8b0bc"
535
+ }),
536
+ /* @__PURE__ */ e("rect", {
537
+ x: "3",
538
+ y: "2",
539
+ width: "10",
540
+ height: "1",
541
+ fill: "#cfd8e2"
542
+ }),
543
+ /* @__PURE__ */ e("rect", {
544
+ x: "3",
545
+ y: "3",
546
+ width: "1",
547
+ height: "3",
548
+ fill: "#cfd8e2"
549
+ }),
550
+ /* @__PURE__ */ e("rect", {
551
+ x: "3",
552
+ y: "7",
553
+ width: "10",
554
+ height: "1",
555
+ fill: "#5a6570"
556
+ }),
557
+ /* @__PURE__ */ e("rect", {
558
+ x: "7",
559
+ y: "7",
560
+ width: "2",
561
+ height: "8",
562
+ fill: "#8a6540"
563
+ }),
564
+ /* @__PURE__ */ e("rect", {
565
+ x: "6",
566
+ y: "10",
567
+ width: "4",
568
+ height: "1",
569
+ fill: "#b07040"
570
+ })
571
+ ]
572
+ });
279
573
  }
280
- function j() {
281
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
282
- /* @__PURE__ */ t("rect", { x: "7", y: "2", width: "2", height: "2", fill: "#c8a050" }),
283
- /* @__PURE__ */ t("rect", { x: "6", y: "4", width: "4", height: "2", fill: "#c8a050" }),
284
- /* @__PURE__ */ t("rect", { x: "5", y: "6", width: "6", height: "2", fill: "#8b6914" }),
285
- /* @__PURE__ */ t("rect", { x: "4", y: "8", width: "8", height: "2", fill: "#8b6914" }),
286
- /* @__PURE__ */ t("rect", { x: "3", y: "10", width: "10", height: "2", fill: "#6a5010" }),
287
- /* @__PURE__ */ t("rect", { x: "1", y: "12", width: "14", height: "3", fill: "#5a4008" }),
288
- /* @__PURE__ */ t("rect", { x: "7", y: "2", width: "2", height: "1", fill: "#f0ece0" }),
289
- /* @__PURE__ */ t("rect", { x: "6", y: "3", width: "4", height: "1", fill: "#f0ece0" }),
290
- /* @__PURE__ */ t("rect", { x: "5", y: "8", width: "1", height: "1", fill: "#a07820" }),
291
- /* @__PURE__ */ t("rect", { x: "10", y: "9", width: "1", height: "1", fill: "#a07820" })
292
- ] });
574
+ function C() {
575
+ return /* @__PURE__ */ t("svg", {
576
+ viewBox: "0 0 16 16",
577
+ xmlns: "http://www.w3.org/2000/svg",
578
+ children: [
579
+ /* @__PURE__ */ e("rect", {
580
+ x: "2",
581
+ y: "6",
582
+ width: "12",
583
+ height: "4",
584
+ fill: "#7a7a8a"
585
+ }),
586
+ /* @__PURE__ */ e("rect", {
587
+ x: "6",
588
+ y: "2",
589
+ width: "4",
590
+ height: "12",
591
+ fill: "#7a7a8a"
592
+ }),
593
+ /* @__PURE__ */ e("rect", {
594
+ x: "3",
595
+ y: "3",
596
+ width: "2",
597
+ height: "2",
598
+ fill: "#7a7a8a"
599
+ }),
600
+ /* @__PURE__ */ e("rect", {
601
+ x: "11",
602
+ y: "3",
603
+ width: "2",
604
+ height: "2",
605
+ fill: "#7a7a8a"
606
+ }),
607
+ /* @__PURE__ */ e("rect", {
608
+ x: "3",
609
+ y: "11",
610
+ width: "2",
611
+ height: "2",
612
+ fill: "#7a7a8a"
613
+ }),
614
+ /* @__PURE__ */ e("rect", {
615
+ x: "11",
616
+ y: "11",
617
+ width: "2",
618
+ height: "2",
619
+ fill: "#7a7a8a"
620
+ }),
621
+ /* @__PURE__ */ e("rect", {
622
+ x: "7",
623
+ y: "7",
624
+ width: "2",
625
+ height: "2",
626
+ fill: "#b0b0c0"
627
+ }),
628
+ /* @__PURE__ */ e("rect", {
629
+ x: "7",
630
+ y: "4",
631
+ width: "2",
632
+ height: "1",
633
+ fill: "#b0b0c0"
634
+ }),
635
+ /* @__PURE__ */ e("rect", {
636
+ x: "7",
637
+ y: "11",
638
+ width: "2",
639
+ height: "1",
640
+ fill: "#b0b0c0"
641
+ }),
642
+ /* @__PURE__ */ e("rect", {
643
+ x: "4",
644
+ y: "7",
645
+ width: "1",
646
+ height: "2",
647
+ fill: "#b0b0c0"
648
+ }),
649
+ /* @__PURE__ */ e("rect", {
650
+ x: "11",
651
+ y: "7",
652
+ width: "1",
653
+ height: "2",
654
+ fill: "#b0b0c0"
655
+ })
656
+ ]
657
+ });
293
658
  }
294
- function F() {
295
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
296
- /* @__PURE__ */ t("rect", { x: "2", y: "4", width: "10", height: "1", fill: "#5dcaa5" }),
297
- /* @__PURE__ */ t("rect", { x: "3", y: "5", width: "2", height: "1", fill: "#5dcaa5" }),
298
- /* @__PURE__ */ t("rect", { x: "12", y: "3", width: "2", height: "2", fill: "#5dcaa5" }),
299
- /* @__PURE__ */ t("rect", { x: "13", y: "5", width: "1", height: "1", fill: "#5dcaa5" }),
300
- /* @__PURE__ */ t("rect", { x: "1", y: "7", width: "11", height: "2", fill: "#5dcaa5" }),
301
- /* @__PURE__ */ t("rect", { x: "12", y: "6", width: "2", height: "4", fill: "#5dcaa5" }),
302
- /* @__PURE__ */ t("rect", { x: "11", y: "10", width: "2", height: "1", fill: "#5dcaa5" }),
303
- /* @__PURE__ */ t("rect", { x: "2", y: "12", width: "9", height: "1", fill: "#5dcaa5" }),
304
- /* @__PURE__ */ t("rect", { x: "2", y: "11", width: "2", height: "1", fill: "#5dcaa5" }),
305
- /* @__PURE__ */ t("rect", { x: "11", y: "12", width: "2", height: "2", fill: "#5dcaa5" }),
306
- /* @__PURE__ */ t("rect", { x: "10", y: "14", width: "2", height: "1", fill: "#5dcaa5" }),
307
- /* @__PURE__ */ t("rect", { x: "2", y: "3", width: "8", height: "1", fill: "#90e8cc" }),
308
- /* @__PURE__ */ t("rect", { x: "2", y: "8", width: "9", height: "1", fill: "#90e8cc" })
309
- ] });
659
+ function w() {
660
+ return /* @__PURE__ */ t("svg", {
661
+ viewBox: "0 0 16 16",
662
+ xmlns: "http://www.w3.org/2000/svg",
663
+ children: [
664
+ /* @__PURE__ */ e("rect", {
665
+ x: "7",
666
+ y: "2",
667
+ width: "2",
668
+ height: "2",
669
+ fill: "#c8a050"
670
+ }),
671
+ /* @__PURE__ */ e("rect", {
672
+ x: "6",
673
+ y: "4",
674
+ width: "4",
675
+ height: "2",
676
+ fill: "#c8a050"
677
+ }),
678
+ /* @__PURE__ */ e("rect", {
679
+ x: "5",
680
+ y: "6",
681
+ width: "6",
682
+ height: "2",
683
+ fill: "#8b6914"
684
+ }),
685
+ /* @__PURE__ */ e("rect", {
686
+ x: "4",
687
+ y: "8",
688
+ width: "8",
689
+ height: "2",
690
+ fill: "#8b6914"
691
+ }),
692
+ /* @__PURE__ */ e("rect", {
693
+ x: "3",
694
+ y: "10",
695
+ width: "10",
696
+ height: "2",
697
+ fill: "#6a5010"
698
+ }),
699
+ /* @__PURE__ */ e("rect", {
700
+ x: "1",
701
+ y: "12",
702
+ width: "14",
703
+ height: "3",
704
+ fill: "#5a4008"
705
+ }),
706
+ /* @__PURE__ */ e("rect", {
707
+ x: "7",
708
+ y: "2",
709
+ width: "2",
710
+ height: "1",
711
+ fill: "#f0ece0"
712
+ }),
713
+ /* @__PURE__ */ e("rect", {
714
+ x: "6",
715
+ y: "3",
716
+ width: "4",
717
+ height: "1",
718
+ fill: "#f0ece0"
719
+ }),
720
+ /* @__PURE__ */ e("rect", {
721
+ x: "5",
722
+ y: "8",
723
+ width: "1",
724
+ height: "1",
725
+ fill: "#a07820"
726
+ }),
727
+ /* @__PURE__ */ e("rect", {
728
+ x: "10",
729
+ y: "9",
730
+ width: "1",
731
+ height: "1",
732
+ fill: "#a07820"
733
+ })
734
+ ]
735
+ });
310
736
  }
311
- function H() {
312
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
313
- /* @__PURE__ */ t("rect", { x: "6", y: "1", width: "4", height: "1", fill: "#378add" }),
314
- /* @__PURE__ */ t("rect", { x: "5", y: "2", width: "6", height: "2", fill: "#378add" }),
315
- /* @__PURE__ */ t("rect", { x: "4", y: "4", width: "8", height: "6", fill: "#378add" }),
316
- /* @__PURE__ */ t("rect", { x: "5", y: "10", width: "6", height: "2", fill: "#378add" }),
317
- /* @__PURE__ */ t("rect", { x: "6", y: "12", width: "4", height: "2", fill: "#378add" }),
318
- /* @__PURE__ */ t("rect", { x: "7", y: "14", width: "2", height: "1", fill: "#378add" }),
319
- /* @__PURE__ */ t("rect", { x: "6", y: "4", width: "3", height: "4", fill: "#70b8f0" }),
320
- /* @__PURE__ */ t("rect", { x: "7", y: "3", width: "2", height: "1", fill: "#70b8f0" }),
321
- /* @__PURE__ */ t("rect", { x: "5", y: "7", width: "2", height: "1", fill: "#1a5a9a" }),
322
- /* @__PURE__ */ t("rect", { x: "9", y: "8", width: "2", height: "1", fill: "#1a5a9a" })
323
- ] });
737
+ function T() {
738
+ return /* @__PURE__ */ t("svg", {
739
+ viewBox: "0 0 16 16",
740
+ xmlns: "http://www.w3.org/2000/svg",
741
+ children: [
742
+ /* @__PURE__ */ e("rect", {
743
+ x: "2",
744
+ y: "4",
745
+ width: "10",
746
+ height: "1",
747
+ fill: "#5dcaa5"
748
+ }),
749
+ /* @__PURE__ */ e("rect", {
750
+ x: "3",
751
+ y: "5",
752
+ width: "2",
753
+ height: "1",
754
+ fill: "#5dcaa5"
755
+ }),
756
+ /* @__PURE__ */ e("rect", {
757
+ x: "12",
758
+ y: "3",
759
+ width: "2",
760
+ height: "2",
761
+ fill: "#5dcaa5"
762
+ }),
763
+ /* @__PURE__ */ e("rect", {
764
+ x: "13",
765
+ y: "5",
766
+ width: "1",
767
+ height: "1",
768
+ fill: "#5dcaa5"
769
+ }),
770
+ /* @__PURE__ */ e("rect", {
771
+ x: "1",
772
+ y: "7",
773
+ width: "11",
774
+ height: "2",
775
+ fill: "#5dcaa5"
776
+ }),
777
+ /* @__PURE__ */ e("rect", {
778
+ x: "12",
779
+ y: "6",
780
+ width: "2",
781
+ height: "4",
782
+ fill: "#5dcaa5"
783
+ }),
784
+ /* @__PURE__ */ e("rect", {
785
+ x: "11",
786
+ y: "10",
787
+ width: "2",
788
+ height: "1",
789
+ fill: "#5dcaa5"
790
+ }),
791
+ /* @__PURE__ */ e("rect", {
792
+ x: "2",
793
+ y: "12",
794
+ width: "9",
795
+ height: "1",
796
+ fill: "#5dcaa5"
797
+ }),
798
+ /* @__PURE__ */ e("rect", {
799
+ x: "2",
800
+ y: "11",
801
+ width: "2",
802
+ height: "1",
803
+ fill: "#5dcaa5"
804
+ }),
805
+ /* @__PURE__ */ e("rect", {
806
+ x: "11",
807
+ y: "12",
808
+ width: "2",
809
+ height: "2",
810
+ fill: "#5dcaa5"
811
+ }),
812
+ /* @__PURE__ */ e("rect", {
813
+ x: "10",
814
+ y: "14",
815
+ width: "2",
816
+ height: "1",
817
+ fill: "#5dcaa5"
818
+ }),
819
+ /* @__PURE__ */ e("rect", {
820
+ x: "2",
821
+ y: "3",
822
+ width: "8",
823
+ height: "1",
824
+ fill: "#90e8cc"
825
+ }),
826
+ /* @__PURE__ */ e("rect", {
827
+ x: "2",
828
+ y: "8",
829
+ width: "9",
830
+ height: "1",
831
+ fill: "#90e8cc"
832
+ })
833
+ ]
834
+ });
324
835
  }
325
- function P() {
326
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
327
- /* @__PURE__ */ t("rect", { x: "4", y: "11", width: "8", height: "4", fill: "#ba7517" }),
328
- /* @__PURE__ */ t("rect", { x: "3", y: "8", width: "10", height: "3", fill: "#ba7517" }),
329
- /* @__PURE__ */ t("rect", { x: "4", y: "5", width: "8", height: "3", fill: "#ba7517" }),
330
- /* @__PURE__ */ t("rect", { x: "5", y: "3", width: "6", height: "2", fill: "#ba7517" }),
331
- /* @__PURE__ */ t("rect", { x: "6", y: "1", width: "4", height: "2", fill: "#ba7517" }),
332
- /* @__PURE__ */ t("rect", { x: "5", y: "9", width: "6", height: "5", fill: "#e8882a" }),
333
- /* @__PURE__ */ t("rect", { x: "6", y: "7", width: "4", height: "2", fill: "#e8882a" }),
334
- /* @__PURE__ */ t("rect", { x: "6", y: "10", width: "4", height: "3", fill: "#e6db74" }),
335
- /* @__PURE__ */ t("rect", { x: "7", y: "9", width: "2", height: "1", fill: "#e6db74" })
336
- ] });
836
+ function E() {
837
+ return /* @__PURE__ */ t("svg", {
838
+ viewBox: "0 0 16 16",
839
+ xmlns: "http://www.w3.org/2000/svg",
840
+ children: [
841
+ /* @__PURE__ */ e("rect", {
842
+ x: "6",
843
+ y: "1",
844
+ width: "4",
845
+ height: "1",
846
+ fill: "#378add"
847
+ }),
848
+ /* @__PURE__ */ e("rect", {
849
+ x: "5",
850
+ y: "2",
851
+ width: "6",
852
+ height: "2",
853
+ fill: "#378add"
854
+ }),
855
+ /* @__PURE__ */ e("rect", {
856
+ x: "4",
857
+ y: "4",
858
+ width: "8",
859
+ height: "6",
860
+ fill: "#378add"
861
+ }),
862
+ /* @__PURE__ */ e("rect", {
863
+ x: "5",
864
+ y: "10",
865
+ width: "6",
866
+ height: "2",
867
+ fill: "#378add"
868
+ }),
869
+ /* @__PURE__ */ e("rect", {
870
+ x: "6",
871
+ y: "12",
872
+ width: "4",
873
+ height: "2",
874
+ fill: "#378add"
875
+ }),
876
+ /* @__PURE__ */ e("rect", {
877
+ x: "7",
878
+ y: "14",
879
+ width: "2",
880
+ height: "1",
881
+ fill: "#378add"
882
+ }),
883
+ /* @__PURE__ */ e("rect", {
884
+ x: "6",
885
+ y: "4",
886
+ width: "3",
887
+ height: "4",
888
+ fill: "#70b8f0"
889
+ }),
890
+ /* @__PURE__ */ e("rect", {
891
+ x: "7",
892
+ y: "3",
893
+ width: "2",
894
+ height: "1",
895
+ fill: "#70b8f0"
896
+ }),
897
+ /* @__PURE__ */ e("rect", {
898
+ x: "5",
899
+ y: "7",
900
+ width: "2",
901
+ height: "1",
902
+ fill: "#1a5a9a"
903
+ }),
904
+ /* @__PURE__ */ e("rect", {
905
+ x: "9",
906
+ y: "8",
907
+ width: "2",
908
+ height: "1",
909
+ fill: "#1a5a9a"
910
+ })
911
+ ]
912
+ });
337
913
  }
338
- function T() {
339
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
340
- /* @__PURE__ */ t("rect", { x: "5", y: "2", width: "6", height: "2", fill: "#888780" }),
341
- /* @__PURE__ */ t("rect", { x: "3", y: "4", width: "8", height: "8", fill: "#888780" }),
342
- /* @__PURE__ */ t("rect", { x: "5", y: "12", width: "6", height: "2", fill: "#888780" }),
343
- /* @__PURE__ */ t("rect", { x: "4", y: "3", width: "1", height: "10", fill: "#888780" }),
344
- /* @__PURE__ */ t("rect", { x: "8", y: "4", width: "4", height: "8", fill: "#1a1a20" }),
345
- /* @__PURE__ */ t("rect", { x: "7", y: "5", width: "5", height: "6", fill: "#1a1a20" }),
346
- /* @__PURE__ */ t("rect", { x: "11", y: "2", width: "1", height: "1", fill: "#c8c8d0" }),
347
- /* @__PURE__ */ t("rect", { x: "13", y: "5", width: "1", height: "1", fill: "#c8c8d0" }),
348
- /* @__PURE__ */ t("rect", { x: "12", y: "9", width: "1", height: "1", fill: "#c8c8d0" })
349
- ] });
914
+ function D() {
915
+ return /* @__PURE__ */ t("svg", {
916
+ viewBox: "0 0 16 16",
917
+ xmlns: "http://www.w3.org/2000/svg",
918
+ children: [
919
+ /* @__PURE__ */ e("rect", {
920
+ x: "4",
921
+ y: "11",
922
+ width: "8",
923
+ height: "4",
924
+ fill: "#ba7517"
925
+ }),
926
+ /* @__PURE__ */ e("rect", {
927
+ x: "3",
928
+ y: "8",
929
+ width: "10",
930
+ height: "3",
931
+ fill: "#ba7517"
932
+ }),
933
+ /* @__PURE__ */ e("rect", {
934
+ x: "4",
935
+ y: "5",
936
+ width: "8",
937
+ height: "3",
938
+ fill: "#ba7517"
939
+ }),
940
+ /* @__PURE__ */ e("rect", {
941
+ x: "5",
942
+ y: "3",
943
+ width: "6",
944
+ height: "2",
945
+ fill: "#ba7517"
946
+ }),
947
+ /* @__PURE__ */ e("rect", {
948
+ x: "6",
949
+ y: "1",
950
+ width: "4",
951
+ height: "2",
952
+ fill: "#ba7517"
953
+ }),
954
+ /* @__PURE__ */ e("rect", {
955
+ x: "5",
956
+ y: "9",
957
+ width: "6",
958
+ height: "5",
959
+ fill: "#e8882a"
960
+ }),
961
+ /* @__PURE__ */ e("rect", {
962
+ x: "6",
963
+ y: "7",
964
+ width: "4",
965
+ height: "2",
966
+ fill: "#e8882a"
967
+ }),
968
+ /* @__PURE__ */ e("rect", {
969
+ x: "6",
970
+ y: "10",
971
+ width: "4",
972
+ height: "3",
973
+ fill: "#e6db74"
974
+ }),
975
+ /* @__PURE__ */ e("rect", {
976
+ x: "7",
977
+ y: "9",
978
+ width: "2",
979
+ height: "1",
980
+ fill: "#e6db74"
981
+ })
982
+ ]
983
+ });
350
984
  }
351
- function U() {
352
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
353
- /* @__PURE__ */ t("rect", { x: "5", y: "5", width: "6", height: "6", fill: "#fac775" }),
354
- /* @__PURE__ */ t("rect", { x: "6", y: "4", width: "4", height: "1", fill: "#fac775" }),
355
- /* @__PURE__ */ t("rect", { x: "6", y: "11", width: "4", height: "1", fill: "#fac775" }),
356
- /* @__PURE__ */ t("rect", { x: "4", y: "6", width: "1", height: "4", fill: "#fac775" }),
357
- /* @__PURE__ */ t("rect", { x: "11", y: "6", width: "1", height: "4", fill: "#fac775" }),
358
- /* @__PURE__ */ t("rect", { x: "7", y: "1", width: "2", height: "3", fill: "#fac775" }),
359
- /* @__PURE__ */ t("rect", { x: "7", y: "12", width: "2", height: "3", fill: "#fac775" }),
360
- /* @__PURE__ */ t("rect", { x: "1", y: "7", width: "3", height: "2", fill: "#fac775" }),
361
- /* @__PURE__ */ t("rect", { x: "12", y: "7", width: "3", height: "2", fill: "#fac775" }),
362
- /* @__PURE__ */ t("rect", { x: "3", y: "3", width: "2", height: "2", fill: "#fac775" }),
363
- /* @__PURE__ */ t("rect", { x: "11", y: "3", width: "2", height: "2", fill: "#fac775" }),
364
- /* @__PURE__ */ t("rect", { x: "3", y: "11", width: "2", height: "2", fill: "#fac775" }),
365
- /* @__PURE__ */ t("rect", { x: "11", y: "11", width: "2", height: "2", fill: "#fac775" }),
366
- /* @__PURE__ */ t("rect", { x: "6", y: "6", width: "4", height: "4", fill: "#fff8e0" })
367
- ] });
985
+ function O() {
986
+ return /* @__PURE__ */ t("svg", {
987
+ viewBox: "0 0 16 16",
988
+ xmlns: "http://www.w3.org/2000/svg",
989
+ children: [
990
+ /* @__PURE__ */ e("rect", {
991
+ x: "5",
992
+ y: "2",
993
+ width: "6",
994
+ height: "2",
995
+ fill: "#888780"
996
+ }),
997
+ /* @__PURE__ */ e("rect", {
998
+ x: "3",
999
+ y: "4",
1000
+ width: "8",
1001
+ height: "8",
1002
+ fill: "#888780"
1003
+ }),
1004
+ /* @__PURE__ */ e("rect", {
1005
+ x: "5",
1006
+ y: "12",
1007
+ width: "6",
1008
+ height: "2",
1009
+ fill: "#888780"
1010
+ }),
1011
+ /* @__PURE__ */ e("rect", {
1012
+ x: "4",
1013
+ y: "3",
1014
+ width: "1",
1015
+ height: "10",
1016
+ fill: "#888780"
1017
+ }),
1018
+ /* @__PURE__ */ e("rect", {
1019
+ x: "8",
1020
+ y: "4",
1021
+ width: "4",
1022
+ height: "8",
1023
+ fill: "#1a1a20"
1024
+ }),
1025
+ /* @__PURE__ */ e("rect", {
1026
+ x: "7",
1027
+ y: "5",
1028
+ width: "5",
1029
+ height: "6",
1030
+ fill: "#1a1a20"
1031
+ }),
1032
+ /* @__PURE__ */ e("rect", {
1033
+ x: "11",
1034
+ y: "2",
1035
+ width: "1",
1036
+ height: "1",
1037
+ fill: "#c8c8d0"
1038
+ }),
1039
+ /* @__PURE__ */ e("rect", {
1040
+ x: "13",
1041
+ y: "5",
1042
+ width: "1",
1043
+ height: "1",
1044
+ fill: "#c8c8d0"
1045
+ }),
1046
+ /* @__PURE__ */ e("rect", {
1047
+ x: "12",
1048
+ y: "9",
1049
+ width: "1",
1050
+ height: "1",
1051
+ fill: "#c8c8d0"
1052
+ })
1053
+ ]
1054
+ });
368
1055
  }
369
- function V() {
370
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
371
- /* @__PURE__ */ t("rect", { x: "5", y: "1", width: "6", height: "2", fill: "#7f77dd" }),
372
- /* @__PURE__ */ t("rect", { x: "3", y: "3", width: "10", height: "2", fill: "#7f77dd" }),
373
- /* @__PURE__ */ t("rect", { x: "2", y: "5", width: "12", height: "6", fill: "#7f77dd" }),
374
- /* @__PURE__ */ t("rect", { x: "3", y: "11", width: "10", height: "2", fill: "#7f77dd" }),
375
- /* @__PURE__ */ t("rect", { x: "5", y: "13", width: "6", height: "2", fill: "#7f77dd" }),
376
- /* @__PURE__ */ t("rect", { x: "4", y: "4", width: "8", height: "8", fill: "#1a1828" }),
377
- /* @__PURE__ */ t("rect", { x: "5", y: "3", width: "6", height: "1", fill: "#1a1828" }),
378
- /* @__PURE__ */ t("rect", { x: "5", y: "12", width: "6", height: "1", fill: "#1a1828" }),
379
- /* @__PURE__ */ t("rect", { x: "3", y: "5", width: "1", height: "6", fill: "#1a1828" }),
380
- /* @__PURE__ */ t("rect", { x: "12", y: "5", width: "1", height: "6", fill: "#1a1828" }),
381
- /* @__PURE__ */ t("rect", { x: "6", y: "6", width: "4", height: "4", fill: "#4a44aa" }),
382
- /* @__PURE__ */ t("rect", { x: "7", y: "5", width: "2", height: "1", fill: "#4a44aa" }),
383
- /* @__PURE__ */ t("rect", { x: "7", y: "10", width: "2", height: "1", fill: "#4a44aa" }),
384
- /* @__PURE__ */ t("rect", { x: "5", y: "7", width: "1", height: "2", fill: "#4a44aa" }),
385
- /* @__PURE__ */ t("rect", { x: "10", y: "7", width: "1", height: "2", fill: "#4a44aa" }),
386
- /* @__PURE__ */ t("rect", { x: "7", y: "7", width: "2", height: "2", fill: "#c8c0ff" })
387
- ] });
1056
+ function k() {
1057
+ return /* @__PURE__ */ t("svg", {
1058
+ viewBox: "0 0 16 16",
1059
+ xmlns: "http://www.w3.org/2000/svg",
1060
+ children: [
1061
+ /* @__PURE__ */ e("rect", {
1062
+ x: "5",
1063
+ y: "5",
1064
+ width: "6",
1065
+ height: "6",
1066
+ fill: "#fac775"
1067
+ }),
1068
+ /* @__PURE__ */ e("rect", {
1069
+ x: "6",
1070
+ y: "4",
1071
+ width: "4",
1072
+ height: "1",
1073
+ fill: "#fac775"
1074
+ }),
1075
+ /* @__PURE__ */ e("rect", {
1076
+ x: "6",
1077
+ y: "11",
1078
+ width: "4",
1079
+ height: "1",
1080
+ fill: "#fac775"
1081
+ }),
1082
+ /* @__PURE__ */ e("rect", {
1083
+ x: "4",
1084
+ y: "6",
1085
+ width: "1",
1086
+ height: "4",
1087
+ fill: "#fac775"
1088
+ }),
1089
+ /* @__PURE__ */ e("rect", {
1090
+ x: "11",
1091
+ y: "6",
1092
+ width: "1",
1093
+ height: "4",
1094
+ fill: "#fac775"
1095
+ }),
1096
+ /* @__PURE__ */ e("rect", {
1097
+ x: "7",
1098
+ y: "1",
1099
+ width: "2",
1100
+ height: "3",
1101
+ fill: "#fac775"
1102
+ }),
1103
+ /* @__PURE__ */ e("rect", {
1104
+ x: "7",
1105
+ y: "12",
1106
+ width: "2",
1107
+ height: "3",
1108
+ fill: "#fac775"
1109
+ }),
1110
+ /* @__PURE__ */ e("rect", {
1111
+ x: "1",
1112
+ y: "7",
1113
+ width: "3",
1114
+ height: "2",
1115
+ fill: "#fac775"
1116
+ }),
1117
+ /* @__PURE__ */ e("rect", {
1118
+ x: "12",
1119
+ y: "7",
1120
+ width: "3",
1121
+ height: "2",
1122
+ fill: "#fac775"
1123
+ }),
1124
+ /* @__PURE__ */ e("rect", {
1125
+ x: "3",
1126
+ y: "3",
1127
+ width: "2",
1128
+ height: "2",
1129
+ fill: "#fac775"
1130
+ }),
1131
+ /* @__PURE__ */ e("rect", {
1132
+ x: "11",
1133
+ y: "3",
1134
+ width: "2",
1135
+ height: "2",
1136
+ fill: "#fac775"
1137
+ }),
1138
+ /* @__PURE__ */ e("rect", {
1139
+ x: "3",
1140
+ y: "11",
1141
+ width: "2",
1142
+ height: "2",
1143
+ fill: "#fac775"
1144
+ }),
1145
+ /* @__PURE__ */ e("rect", {
1146
+ x: "11",
1147
+ y: "11",
1148
+ width: "2",
1149
+ height: "2",
1150
+ fill: "#fac775"
1151
+ }),
1152
+ /* @__PURE__ */ e("rect", {
1153
+ x: "6",
1154
+ y: "6",
1155
+ width: "4",
1156
+ height: "4",
1157
+ fill: "#fff8e0"
1158
+ })
1159
+ ]
1160
+ });
388
1161
  }
389
- function W() {
390
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
391
- /* @__PURE__ */ t("rect", { x: "5", y: "1", width: "6", height: "5", fill: "#e8c87a" }),
392
- /* @__PURE__ */ t("rect", { x: "7", y: "6", width: "2", height: "1", fill: "#d4a85a" }),
393
- /* @__PURE__ */ t("rect", { x: "3", y: "7", width: "10", height: "5", fill: "#c8873a" }),
394
- /* @__PURE__ */ t("rect", { x: "1", y: "7", width: "2", height: "4", fill: "#c8873a" }),
395
- /* @__PURE__ */ t("rect", { x: "13", y: "7", width: "2", height: "4", fill: "#c8873a" }),
396
- /* @__PURE__ */ t("rect", { x: "4", y: "12", width: "3", height: "3", fill: "#8a5c2a" }),
397
- /* @__PURE__ */ t("rect", { x: "9", y: "12", width: "3", height: "3", fill: "#8a5c2a" })
398
- ] });
1162
+ function A() {
1163
+ return /* @__PURE__ */ t("svg", {
1164
+ viewBox: "0 0 16 16",
1165
+ xmlns: "http://www.w3.org/2000/svg",
1166
+ children: [
1167
+ /* @__PURE__ */ e("rect", {
1168
+ x: "5",
1169
+ y: "1",
1170
+ width: "6",
1171
+ height: "2",
1172
+ fill: "#7f77dd"
1173
+ }),
1174
+ /* @__PURE__ */ e("rect", {
1175
+ x: "3",
1176
+ y: "3",
1177
+ width: "10",
1178
+ height: "2",
1179
+ fill: "#7f77dd"
1180
+ }),
1181
+ /* @__PURE__ */ e("rect", {
1182
+ x: "2",
1183
+ y: "5",
1184
+ width: "12",
1185
+ height: "6",
1186
+ fill: "#7f77dd"
1187
+ }),
1188
+ /* @__PURE__ */ e("rect", {
1189
+ x: "3",
1190
+ y: "11",
1191
+ width: "10",
1192
+ height: "2",
1193
+ fill: "#7f77dd"
1194
+ }),
1195
+ /* @__PURE__ */ e("rect", {
1196
+ x: "5",
1197
+ y: "13",
1198
+ width: "6",
1199
+ height: "2",
1200
+ fill: "#7f77dd"
1201
+ }),
1202
+ /* @__PURE__ */ e("rect", {
1203
+ x: "4",
1204
+ y: "4",
1205
+ width: "8",
1206
+ height: "8",
1207
+ fill: "#1a1828"
1208
+ }),
1209
+ /* @__PURE__ */ e("rect", {
1210
+ x: "5",
1211
+ y: "3",
1212
+ width: "6",
1213
+ height: "1",
1214
+ fill: "#1a1828"
1215
+ }),
1216
+ /* @__PURE__ */ e("rect", {
1217
+ x: "5",
1218
+ y: "12",
1219
+ width: "6",
1220
+ height: "1",
1221
+ fill: "#1a1828"
1222
+ }),
1223
+ /* @__PURE__ */ e("rect", {
1224
+ x: "3",
1225
+ y: "5",
1226
+ width: "1",
1227
+ height: "6",
1228
+ fill: "#1a1828"
1229
+ }),
1230
+ /* @__PURE__ */ e("rect", {
1231
+ x: "12",
1232
+ y: "5",
1233
+ width: "1",
1234
+ height: "6",
1235
+ fill: "#1a1828"
1236
+ }),
1237
+ /* @__PURE__ */ e("rect", {
1238
+ x: "6",
1239
+ y: "6",
1240
+ width: "4",
1241
+ height: "4",
1242
+ fill: "#4a44aa"
1243
+ }),
1244
+ /* @__PURE__ */ e("rect", {
1245
+ x: "7",
1246
+ y: "5",
1247
+ width: "2",
1248
+ height: "1",
1249
+ fill: "#4a44aa"
1250
+ }),
1251
+ /* @__PURE__ */ e("rect", {
1252
+ x: "7",
1253
+ y: "10",
1254
+ width: "2",
1255
+ height: "1",
1256
+ fill: "#4a44aa"
1257
+ }),
1258
+ /* @__PURE__ */ e("rect", {
1259
+ x: "5",
1260
+ y: "7",
1261
+ width: "1",
1262
+ height: "2",
1263
+ fill: "#4a44aa"
1264
+ }),
1265
+ /* @__PURE__ */ e("rect", {
1266
+ x: "10",
1267
+ y: "7",
1268
+ width: "1",
1269
+ height: "2",
1270
+ fill: "#4a44aa"
1271
+ }),
1272
+ /* @__PURE__ */ e("rect", {
1273
+ x: "7",
1274
+ y: "7",
1275
+ width: "2",
1276
+ height: "2",
1277
+ fill: "#c8c0ff"
1278
+ })
1279
+ ]
1280
+ });
399
1281
  }
400
- function $() {
401
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
402
- /* @__PURE__ */ t("rect", { x: "2", y: "1", width: "3", height: "4", fill: "#c8a060" }),
403
- /* @__PURE__ */ t("rect", { x: "11", y: "1", width: "3", height: "4", fill: "#c8a060" }),
404
- /* @__PURE__ */ t("rect", { x: "3", y: "2", width: "1", height: "2", fill: "#e8886a" }),
405
- /* @__PURE__ */ t("rect", { x: "12", y: "2", width: "1", height: "2", fill: "#e8886a" }),
406
- /* @__PURE__ */ t("rect", { x: "3", y: "4", width: "10", height: "6", fill: "#c8a060" }),
407
- /* @__PURE__ */ t("rect", { x: "5", y: "8", width: "6", height: "3", fill: "#d4b070" }),
408
- /* @__PURE__ */ t("rect", { x: "7", y: "8", width: "2", height: "1", fill: "#5a3020" }),
409
- /* @__PURE__ */ t("rect", { x: "4", y: "6", width: "3", height: "2", fill: "#e8a020" }),
410
- /* @__PURE__ */ t("rect", { x: "9", y: "6", width: "3", height: "2", fill: "#e8a020" }),
411
- /* @__PURE__ */ t("rect", { x: "5", y: "6", width: "1", height: "2", fill: "#1a1008" }),
412
- /* @__PURE__ */ t("rect", { x: "10", y: "6", width: "1", height: "2", fill: "#1a1008" }),
413
- /* @__PURE__ */ t("rect", { x: "3", y: "11", width: "10", height: "4", fill: "#a87840" }),
414
- /* @__PURE__ */ t("rect", { x: "1", y: "11", width: "2", height: "3", fill: "#a87840" }),
415
- /* @__PURE__ */ t("rect", { x: "13", y: "11", width: "2", height: "3", fill: "#a87840" })
416
- ] });
1282
+ function j() {
1283
+ return /* @__PURE__ */ t("svg", {
1284
+ viewBox: "0 0 16 16",
1285
+ xmlns: "http://www.w3.org/2000/svg",
1286
+ children: [
1287
+ /* @__PURE__ */ e("rect", {
1288
+ x: "5",
1289
+ y: "1",
1290
+ width: "6",
1291
+ height: "5",
1292
+ fill: "#e8c87a"
1293
+ }),
1294
+ /* @__PURE__ */ e("rect", {
1295
+ x: "7",
1296
+ y: "6",
1297
+ width: "2",
1298
+ height: "1",
1299
+ fill: "#d4a85a"
1300
+ }),
1301
+ /* @__PURE__ */ e("rect", {
1302
+ x: "3",
1303
+ y: "7",
1304
+ width: "10",
1305
+ height: "5",
1306
+ fill: "#c8873a"
1307
+ }),
1308
+ /* @__PURE__ */ e("rect", {
1309
+ x: "1",
1310
+ y: "7",
1311
+ width: "2",
1312
+ height: "4",
1313
+ fill: "#c8873a"
1314
+ }),
1315
+ /* @__PURE__ */ e("rect", {
1316
+ x: "13",
1317
+ y: "7",
1318
+ width: "2",
1319
+ height: "4",
1320
+ fill: "#c8873a"
1321
+ }),
1322
+ /* @__PURE__ */ e("rect", {
1323
+ x: "4",
1324
+ y: "12",
1325
+ width: "3",
1326
+ height: "3",
1327
+ fill: "#8a5c2a"
1328
+ }),
1329
+ /* @__PURE__ */ e("rect", {
1330
+ x: "9",
1331
+ y: "12",
1332
+ width: "3",
1333
+ height: "3",
1334
+ fill: "#8a5c2a"
1335
+ })
1336
+ ]
1337
+ });
417
1338
  }
418
- function E() {
419
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
420
- /* @__PURE__ */ t("rect", { x: "3", y: "1", width: "2", height: "5", fill: "#cc3030" }),
421
- /* @__PURE__ */ t("rect", { x: "11", y: "1", width: "2", height: "5", fill: "#cc3030" }),
422
- /* @__PURE__ */ t("rect", { x: "2", y: "1", width: "2", height: "2", fill: "#cc3030" }),
423
- /* @__PURE__ */ t("rect", { x: "12", y: "1", width: "2", height: "2", fill: "#cc3030" }),
424
- /* @__PURE__ */ t("rect", { x: "3", y: "5", width: "10", height: "6", fill: "#7a2a2a" }),
425
- /* @__PURE__ */ t("rect", { x: "4", y: "7", width: "3", height: "2", fill: "#ff2020" }),
426
- /* @__PURE__ */ t("rect", { x: "9", y: "7", width: "3", height: "2", fill: "#ff2020" }),
427
- /* @__PURE__ */ t("rect", { x: "5", y: "7", width: "1", height: "2", fill: "#ff8080" }),
428
- /* @__PURE__ */ t("rect", { x: "10", y: "7", width: "1", height: "2", fill: "#ff8080" }),
429
- /* @__PURE__ */ t("rect", { x: "6", y: "11", width: "1", height: "2", fill: "#f0e8d0" }),
430
- /* @__PURE__ */ t("rect", { x: "9", y: "11", width: "1", height: "2", fill: "#f0e8d0" }),
431
- /* @__PURE__ */ t("rect", { x: "2", y: "12", width: "12", height: "4", fill: "#5a1a1a" }),
432
- /* @__PURE__ */ t("rect", { x: "1", y: "12", width: "2", height: "3", fill: "#5a1a1a" }),
433
- /* @__PURE__ */ t("rect", { x: "13", y: "12", width: "2", height: "3", fill: "#5a1a1a" })
434
- ] });
1339
+ function M() {
1340
+ return /* @__PURE__ */ t("svg", {
1341
+ viewBox: "0 0 16 16",
1342
+ xmlns: "http://www.w3.org/2000/svg",
1343
+ children: [
1344
+ /* @__PURE__ */ e("rect", {
1345
+ x: "2",
1346
+ y: "1",
1347
+ width: "3",
1348
+ height: "4",
1349
+ fill: "#c8a060"
1350
+ }),
1351
+ /* @__PURE__ */ e("rect", {
1352
+ x: "11",
1353
+ y: "1",
1354
+ width: "3",
1355
+ height: "4",
1356
+ fill: "#c8a060"
1357
+ }),
1358
+ /* @__PURE__ */ e("rect", {
1359
+ x: "3",
1360
+ y: "2",
1361
+ width: "1",
1362
+ height: "2",
1363
+ fill: "#e8886a"
1364
+ }),
1365
+ /* @__PURE__ */ e("rect", {
1366
+ x: "12",
1367
+ y: "2",
1368
+ width: "1",
1369
+ height: "2",
1370
+ fill: "#e8886a"
1371
+ }),
1372
+ /* @__PURE__ */ e("rect", {
1373
+ x: "3",
1374
+ y: "4",
1375
+ width: "10",
1376
+ height: "6",
1377
+ fill: "#c8a060"
1378
+ }),
1379
+ /* @__PURE__ */ e("rect", {
1380
+ x: "5",
1381
+ y: "8",
1382
+ width: "6",
1383
+ height: "3",
1384
+ fill: "#d4b070"
1385
+ }),
1386
+ /* @__PURE__ */ e("rect", {
1387
+ x: "7",
1388
+ y: "8",
1389
+ width: "2",
1390
+ height: "1",
1391
+ fill: "#5a3020"
1392
+ }),
1393
+ /* @__PURE__ */ e("rect", {
1394
+ x: "4",
1395
+ y: "6",
1396
+ width: "3",
1397
+ height: "2",
1398
+ fill: "#e8a020"
1399
+ }),
1400
+ /* @__PURE__ */ e("rect", {
1401
+ x: "9",
1402
+ y: "6",
1403
+ width: "3",
1404
+ height: "2",
1405
+ fill: "#e8a020"
1406
+ }),
1407
+ /* @__PURE__ */ e("rect", {
1408
+ x: "5",
1409
+ y: "6",
1410
+ width: "1",
1411
+ height: "2",
1412
+ fill: "#1a1008"
1413
+ }),
1414
+ /* @__PURE__ */ e("rect", {
1415
+ x: "10",
1416
+ y: "6",
1417
+ width: "1",
1418
+ height: "2",
1419
+ fill: "#1a1008"
1420
+ }),
1421
+ /* @__PURE__ */ e("rect", {
1422
+ x: "3",
1423
+ y: "11",
1424
+ width: "10",
1425
+ height: "4",
1426
+ fill: "#a87840"
1427
+ }),
1428
+ /* @__PURE__ */ e("rect", {
1429
+ x: "1",
1430
+ y: "11",
1431
+ width: "2",
1432
+ height: "3",
1433
+ fill: "#a87840"
1434
+ }),
1435
+ /* @__PURE__ */ e("rect", {
1436
+ x: "13",
1437
+ y: "11",
1438
+ width: "2",
1439
+ height: "3",
1440
+ fill: "#a87840"
1441
+ })
1442
+ ]
1443
+ });
435
1444
  }
436
- function O() {
437
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
438
- /* @__PURE__ */ t("rect", { x: "4", y: "1", width: "8", height: "1", fill: "#e6db74" }),
439
- /* @__PURE__ */ t("rect", { x: "3", y: "2", width: "10", height: "1", fill: "#e6db74" }),
440
- /* @__PURE__ */ t("rect", { x: "3", y: "3", width: "2", height: "1", fill: "#e6db74" }),
441
- /* @__PURE__ */ t("rect", { x: "11", y: "3", width: "2", height: "1", fill: "#e6db74" }),
442
- /* @__PURE__ */ t("rect", { x: "5", y: "4", width: "6", height: "5", fill: "#f4e4c0" }),
443
- /* @__PURE__ */ t("rect", { x: "6", y: "6", width: "2", height: "1", fill: "#6090e0" }),
444
- /* @__PURE__ */ t("rect", { x: "10", y: "6", width: "2", height: "1", fill: "#6090e0" }),
445
- /* @__PURE__ */ t("rect", { x: "1", y: "9", width: "4", height: "5", fill: "#f0f0f8" }),
446
- /* @__PURE__ */ t("rect", { x: "11", y: "9", width: "4", height: "5", fill: "#f0f0f8" }),
447
- /* @__PURE__ */ t("rect", { x: "1", y: "9", width: "2", height: "3", fill: "#ffffff" }),
448
- /* @__PURE__ */ t("rect", { x: "13", y: "9", width: "2", height: "3", fill: "#ffffff" }),
449
- /* @__PURE__ */ t("rect", { x: "5", y: "9", width: "6", height: "6", fill: "#d4c8f0" }),
450
- /* @__PURE__ */ t("rect", { x: "4", y: "10", width: "1", height: "4", fill: "#d4c8f0" }),
451
- /* @__PURE__ */ t("rect", { x: "11", y: "10", width: "1", height: "4", fill: "#d4c8f0" })
452
- ] });
1445
+ function N() {
1446
+ return /* @__PURE__ */ t("svg", {
1447
+ viewBox: "0 0 16 16",
1448
+ xmlns: "http://www.w3.org/2000/svg",
1449
+ children: [
1450
+ /* @__PURE__ */ e("rect", {
1451
+ x: "3",
1452
+ y: "1",
1453
+ width: "2",
1454
+ height: "5",
1455
+ fill: "#cc3030"
1456
+ }),
1457
+ /* @__PURE__ */ e("rect", {
1458
+ x: "11",
1459
+ y: "1",
1460
+ width: "2",
1461
+ height: "5",
1462
+ fill: "#cc3030"
1463
+ }),
1464
+ /* @__PURE__ */ e("rect", {
1465
+ x: "2",
1466
+ y: "1",
1467
+ width: "2",
1468
+ height: "2",
1469
+ fill: "#cc3030"
1470
+ }),
1471
+ /* @__PURE__ */ e("rect", {
1472
+ x: "12",
1473
+ y: "1",
1474
+ width: "2",
1475
+ height: "2",
1476
+ fill: "#cc3030"
1477
+ }),
1478
+ /* @__PURE__ */ e("rect", {
1479
+ x: "3",
1480
+ y: "5",
1481
+ width: "10",
1482
+ height: "6",
1483
+ fill: "#7a2a2a"
1484
+ }),
1485
+ /* @__PURE__ */ e("rect", {
1486
+ x: "4",
1487
+ y: "7",
1488
+ width: "3",
1489
+ height: "2",
1490
+ fill: "#ff2020"
1491
+ }),
1492
+ /* @__PURE__ */ e("rect", {
1493
+ x: "9",
1494
+ y: "7",
1495
+ width: "3",
1496
+ height: "2",
1497
+ fill: "#ff2020"
1498
+ }),
1499
+ /* @__PURE__ */ e("rect", {
1500
+ x: "5",
1501
+ y: "7",
1502
+ width: "1",
1503
+ height: "2",
1504
+ fill: "#ff8080"
1505
+ }),
1506
+ /* @__PURE__ */ e("rect", {
1507
+ x: "10",
1508
+ y: "7",
1509
+ width: "1",
1510
+ height: "2",
1511
+ fill: "#ff8080"
1512
+ }),
1513
+ /* @__PURE__ */ e("rect", {
1514
+ x: "6",
1515
+ y: "11",
1516
+ width: "1",
1517
+ height: "2",
1518
+ fill: "#f0e8d0"
1519
+ }),
1520
+ /* @__PURE__ */ e("rect", {
1521
+ x: "9",
1522
+ y: "11",
1523
+ width: "1",
1524
+ height: "2",
1525
+ fill: "#f0e8d0"
1526
+ }),
1527
+ /* @__PURE__ */ e("rect", {
1528
+ x: "2",
1529
+ y: "12",
1530
+ width: "12",
1531
+ height: "4",
1532
+ fill: "#5a1a1a"
1533
+ }),
1534
+ /* @__PURE__ */ e("rect", {
1535
+ x: "1",
1536
+ y: "12",
1537
+ width: "2",
1538
+ height: "3",
1539
+ fill: "#5a1a1a"
1540
+ }),
1541
+ /* @__PURE__ */ e("rect", {
1542
+ x: "13",
1543
+ y: "12",
1544
+ width: "2",
1545
+ height: "3",
1546
+ fill: "#5a1a1a"
1547
+ })
1548
+ ]
1549
+ });
453
1550
  }
454
- function R() {
455
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
456
- /* @__PURE__ */ t("rect", { x: "6", y: "1", width: "4", height: "2", fill: "#66d9e8" }),
457
- /* @__PURE__ */ t("rect", { x: "5", y: "3", width: "6", height: "4", fill: "#66d9e8" }),
458
- /* @__PURE__ */ t("rect", { x: "4", y: "7", width: "8", height: "4", fill: "#66d9e8" }),
459
- /* @__PURE__ */ t("rect", { x: "5", y: "11", width: "6", height: "2", fill: "#66d9e8" }),
460
- /* @__PURE__ */ t("rect", { x: "4", y: "13", width: "2", height: "2", fill: "#66d9e8" }),
461
- /* @__PURE__ */ t("rect", { x: "7", y: "13", width: "2", height: "2", fill: "#66d9e8" }),
462
- /* @__PURE__ */ t("rect", { x: "10", y: "13", width: "2", height: "2", fill: "#66d9e8" }),
463
- /* @__PURE__ */ t("rect", { x: "6", y: "4", width: "4", height: "3", fill: "#b0eff6" }),
464
- /* @__PURE__ */ t("rect", { x: "7", y: "3", width: "2", height: "1", fill: "#b0eff6" }),
465
- /* @__PURE__ */ t("rect", { x: "6", y: "7", width: "2", height: "2", fill: "#ffffff" }),
466
- /* @__PURE__ */ t("rect", { x: "9", y: "7", width: "2", height: "2", fill: "#ffffff" }),
467
- /* @__PURE__ */ t("rect", { x: "7", y: "8", width: "1", height: "1", fill: "#66d9e8" }),
468
- /* @__PURE__ */ t("rect", { x: "10", y: "8", width: "1", height: "1", fill: "#66d9e8" })
469
- ] });
1551
+ function P() {
1552
+ return /* @__PURE__ */ t("svg", {
1553
+ viewBox: "0 0 16 16",
1554
+ xmlns: "http://www.w3.org/2000/svg",
1555
+ children: [
1556
+ /* @__PURE__ */ e("rect", {
1557
+ x: "4",
1558
+ y: "1",
1559
+ width: "8",
1560
+ height: "1",
1561
+ fill: "#e6db74"
1562
+ }),
1563
+ /* @__PURE__ */ e("rect", {
1564
+ x: "3",
1565
+ y: "2",
1566
+ width: "10",
1567
+ height: "1",
1568
+ fill: "#e6db74"
1569
+ }),
1570
+ /* @__PURE__ */ e("rect", {
1571
+ x: "3",
1572
+ y: "3",
1573
+ width: "2",
1574
+ height: "1",
1575
+ fill: "#e6db74"
1576
+ }),
1577
+ /* @__PURE__ */ e("rect", {
1578
+ x: "11",
1579
+ y: "3",
1580
+ width: "2",
1581
+ height: "1",
1582
+ fill: "#e6db74"
1583
+ }),
1584
+ /* @__PURE__ */ e("rect", {
1585
+ x: "5",
1586
+ y: "4",
1587
+ width: "6",
1588
+ height: "5",
1589
+ fill: "#f4e4c0"
1590
+ }),
1591
+ /* @__PURE__ */ e("rect", {
1592
+ x: "6",
1593
+ y: "6",
1594
+ width: "2",
1595
+ height: "1",
1596
+ fill: "#6090e0"
1597
+ }),
1598
+ /* @__PURE__ */ e("rect", {
1599
+ x: "10",
1600
+ y: "6",
1601
+ width: "2",
1602
+ height: "1",
1603
+ fill: "#6090e0"
1604
+ }),
1605
+ /* @__PURE__ */ e("rect", {
1606
+ x: "1",
1607
+ y: "9",
1608
+ width: "4",
1609
+ height: "5",
1610
+ fill: "#f0f0f8"
1611
+ }),
1612
+ /* @__PURE__ */ e("rect", {
1613
+ x: "11",
1614
+ y: "9",
1615
+ width: "4",
1616
+ height: "5",
1617
+ fill: "#f0f0f8"
1618
+ }),
1619
+ /* @__PURE__ */ e("rect", {
1620
+ x: "1",
1621
+ y: "9",
1622
+ width: "2",
1623
+ height: "3",
1624
+ fill: "#ffffff"
1625
+ }),
1626
+ /* @__PURE__ */ e("rect", {
1627
+ x: "13",
1628
+ y: "9",
1629
+ width: "2",
1630
+ height: "3",
1631
+ fill: "#ffffff"
1632
+ }),
1633
+ /* @__PURE__ */ e("rect", {
1634
+ x: "5",
1635
+ y: "9",
1636
+ width: "6",
1637
+ height: "6",
1638
+ fill: "#d4c8f0"
1639
+ }),
1640
+ /* @__PURE__ */ e("rect", {
1641
+ x: "4",
1642
+ y: "10",
1643
+ width: "1",
1644
+ height: "4",
1645
+ fill: "#d4c8f0"
1646
+ }),
1647
+ /* @__PURE__ */ e("rect", {
1648
+ x: "11",
1649
+ y: "10",
1650
+ width: "1",
1651
+ height: "4",
1652
+ fill: "#d4c8f0"
1653
+ })
1654
+ ]
1655
+ });
470
1656
  }
471
- function z() {
472
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
473
- /* @__PURE__ */ t("rect", { x: "1", y: "11", width: "3", height: "4", fill: "#cfd8e2" }),
474
- /* @__PURE__ */ t("rect", { x: "6", y: "7", width: "4", height: "8", fill: "#4a4a5a" }),
475
- /* @__PURE__ */ t("rect", { x: "12", y: "4", width: "3", height: "11", fill: "#4a4a5a" }),
476
- /* @__PURE__ */ t("rect", { x: "1", y: "15", width: "14", height: "1", fill: "#5a5a6a" }),
477
- /* @__PURE__ */ t("rect", { x: "1", y: "8", width: "1", height: "2", fill: "#e6db74" }),
478
- /* @__PURE__ */ t("rect", { x: "3", y: "10", width: "1", height: "2", fill: "#e6db74" }),
479
- /* @__PURE__ */ t("rect", { x: "2", y: "10", width: "1", height: "1", fill: "#e6db74" })
480
- ] });
1657
+ function F() {
1658
+ return /* @__PURE__ */ t("svg", {
1659
+ viewBox: "0 0 16 16",
1660
+ xmlns: "http://www.w3.org/2000/svg",
1661
+ children: [
1662
+ /* @__PURE__ */ e("rect", {
1663
+ x: "6",
1664
+ y: "1",
1665
+ width: "4",
1666
+ height: "2",
1667
+ fill: "#66d9e8"
1668
+ }),
1669
+ /* @__PURE__ */ e("rect", {
1670
+ x: "5",
1671
+ y: "3",
1672
+ width: "6",
1673
+ height: "4",
1674
+ fill: "#66d9e8"
1675
+ }),
1676
+ /* @__PURE__ */ e("rect", {
1677
+ x: "4",
1678
+ y: "7",
1679
+ width: "8",
1680
+ height: "4",
1681
+ fill: "#66d9e8"
1682
+ }),
1683
+ /* @__PURE__ */ e("rect", {
1684
+ x: "5",
1685
+ y: "11",
1686
+ width: "6",
1687
+ height: "2",
1688
+ fill: "#66d9e8"
1689
+ }),
1690
+ /* @__PURE__ */ e("rect", {
1691
+ x: "4",
1692
+ y: "13",
1693
+ width: "2",
1694
+ height: "2",
1695
+ fill: "#66d9e8"
1696
+ }),
1697
+ /* @__PURE__ */ e("rect", {
1698
+ x: "7",
1699
+ y: "13",
1700
+ width: "2",
1701
+ height: "2",
1702
+ fill: "#66d9e8"
1703
+ }),
1704
+ /* @__PURE__ */ e("rect", {
1705
+ x: "10",
1706
+ y: "13",
1707
+ width: "2",
1708
+ height: "2",
1709
+ fill: "#66d9e8"
1710
+ }),
1711
+ /* @__PURE__ */ e("rect", {
1712
+ x: "6",
1713
+ y: "4",
1714
+ width: "4",
1715
+ height: "3",
1716
+ fill: "#b0eff6"
1717
+ }),
1718
+ /* @__PURE__ */ e("rect", {
1719
+ x: "7",
1720
+ y: "3",
1721
+ width: "2",
1722
+ height: "1",
1723
+ fill: "#b0eff6"
1724
+ }),
1725
+ /* @__PURE__ */ e("rect", {
1726
+ x: "6",
1727
+ y: "7",
1728
+ width: "2",
1729
+ height: "2",
1730
+ fill: "#ffffff"
1731
+ }),
1732
+ /* @__PURE__ */ e("rect", {
1733
+ x: "9",
1734
+ y: "7",
1735
+ width: "2",
1736
+ height: "2",
1737
+ fill: "#ffffff"
1738
+ }),
1739
+ /* @__PURE__ */ e("rect", {
1740
+ x: "7",
1741
+ y: "8",
1742
+ width: "1",
1743
+ height: "1",
1744
+ fill: "#66d9e8"
1745
+ }),
1746
+ /* @__PURE__ */ e("rect", {
1747
+ x: "10",
1748
+ y: "8",
1749
+ width: "1",
1750
+ height: "1",
1751
+ fill: "#66d9e8"
1752
+ })
1753
+ ]
1754
+ });
481
1755
  }
482
- function G() {
483
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
484
- /* @__PURE__ */ t("rect", { x: "1", y: "11", width: "3", height: "4", fill: "#4a4a5a" }),
485
- /* @__PURE__ */ t("rect", { x: "6", y: "7", width: "4", height: "8", fill: "#cfd8e2" }),
486
- /* @__PURE__ */ t("rect", { x: "12", y: "4", width: "3", height: "11", fill: "#4a4a5a" }),
487
- /* @__PURE__ */ t("rect", { x: "1", y: "15", width: "14", height: "1", fill: "#5a5a6a" }),
488
- /* @__PURE__ */ t("rect", { x: "6", y: "4", width: "1", height: "2", fill: "#e6db74" }),
489
- /* @__PURE__ */ t("rect", { x: "9", y: "4", width: "1", height: "2", fill: "#e6db74" }),
490
- /* @__PURE__ */ t("rect", { x: "7", y: "5", width: "2", height: "1", fill: "#e6db74" })
491
- ] });
1756
+ function I() {
1757
+ return /* @__PURE__ */ t("svg", {
1758
+ viewBox: "0 0 16 16",
1759
+ xmlns: "http://www.w3.org/2000/svg",
1760
+ children: [
1761
+ /* @__PURE__ */ e("rect", {
1762
+ x: "1",
1763
+ y: "11",
1764
+ width: "3",
1765
+ height: "4",
1766
+ fill: "#cfd8e2"
1767
+ }),
1768
+ /* @__PURE__ */ e("rect", {
1769
+ x: "6",
1770
+ y: "7",
1771
+ width: "4",
1772
+ height: "8",
1773
+ fill: "#4a4a5a"
1774
+ }),
1775
+ /* @__PURE__ */ e("rect", {
1776
+ x: "12",
1777
+ y: "4",
1778
+ width: "3",
1779
+ height: "11",
1780
+ fill: "#4a4a5a"
1781
+ }),
1782
+ /* @__PURE__ */ e("rect", {
1783
+ x: "1",
1784
+ y: "15",
1785
+ width: "14",
1786
+ height: "1",
1787
+ fill: "#5a5a6a"
1788
+ }),
1789
+ /* @__PURE__ */ e("rect", {
1790
+ x: "1",
1791
+ y: "8",
1792
+ width: "1",
1793
+ height: "2",
1794
+ fill: "#e6db74"
1795
+ }),
1796
+ /* @__PURE__ */ e("rect", {
1797
+ x: "3",
1798
+ y: "10",
1799
+ width: "1",
1800
+ height: "2",
1801
+ fill: "#e6db74"
1802
+ }),
1803
+ /* @__PURE__ */ e("rect", {
1804
+ x: "2",
1805
+ y: "10",
1806
+ width: "1",
1807
+ height: "1",
1808
+ fill: "#e6db74"
1809
+ })
1810
+ ]
1811
+ });
492
1812
  }
493
- function M() {
494
- return /* @__PURE__ */ i("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [
495
- /* @__PURE__ */ t("rect", { x: "1", y: "11", width: "3", height: "4", fill: "#4a4a5a" }),
496
- /* @__PURE__ */ t("rect", { x: "6", y: "7", width: "4", height: "8", fill: "#4a4a5a" }),
497
- /* @__PURE__ */ t("rect", { x: "12", y: "4", width: "3", height: "11", fill: "#cfd8e2" }),
498
- /* @__PURE__ */ t("rect", { x: "1", y: "15", width: "14", height: "1", fill: "#5a5a6a" }),
499
- /* @__PURE__ */ t("rect", { x: "13", y: "1", width: "1", height: "2", fill: "#e6db74" }),
500
- /* @__PURE__ */ t("rect", { x: "14", y: "1", width: "1", height: "3", fill: "#e6db74" }),
501
- /* @__PURE__ */ t("rect", { x: "13", y: "3", width: "1", height: "1", fill: "#e6db74" })
502
- ] });
1813
+ function L() {
1814
+ return /* @__PURE__ */ t("svg", {
1815
+ viewBox: "0 0 16 16",
1816
+ xmlns: "http://www.w3.org/2000/svg",
1817
+ children: [
1818
+ /* @__PURE__ */ e("rect", {
1819
+ x: "1",
1820
+ y: "11",
1821
+ width: "3",
1822
+ height: "4",
1823
+ fill: "#4a4a5a"
1824
+ }),
1825
+ /* @__PURE__ */ e("rect", {
1826
+ x: "6",
1827
+ y: "7",
1828
+ width: "4",
1829
+ height: "8",
1830
+ fill: "#cfd8e2"
1831
+ }),
1832
+ /* @__PURE__ */ e("rect", {
1833
+ x: "12",
1834
+ y: "4",
1835
+ width: "3",
1836
+ height: "11",
1837
+ fill: "#4a4a5a"
1838
+ }),
1839
+ /* @__PURE__ */ e("rect", {
1840
+ x: "1",
1841
+ y: "15",
1842
+ width: "14",
1843
+ height: "1",
1844
+ fill: "#5a5a6a"
1845
+ }),
1846
+ /* @__PURE__ */ e("rect", {
1847
+ x: "6",
1848
+ y: "4",
1849
+ width: "1",
1850
+ height: "2",
1851
+ fill: "#e6db74"
1852
+ }),
1853
+ /* @__PURE__ */ e("rect", {
1854
+ x: "9",
1855
+ y: "4",
1856
+ width: "1",
1857
+ height: "2",
1858
+ fill: "#e6db74"
1859
+ }),
1860
+ /* @__PURE__ */ e("rect", {
1861
+ x: "7",
1862
+ y: "5",
1863
+ width: "2",
1864
+ height: "1",
1865
+ fill: "#e6db74"
1866
+ })
1867
+ ]
1868
+ });
503
1869
  }
504
- const o = {
505
- /* Weapons (6) */
506
- sword: y,
507
- staff: L,
508
- bow: _,
509
- katar: q,
510
- book: D,
511
- hammer: A,
512
- /* Elements (8) */
513
- neutral: C,
514
- earth: j,
515
- wind: F,
516
- water: H,
517
- fire: P,
518
- light: U,
519
- dark: T,
520
- void: V,
521
- /* Races (5) */
522
- human: W,
523
- beast: $,
524
- demon: E,
525
- angel: O,
526
- spirit: R,
527
- /* Sizes (3) */
528
- small: z,
529
- medium: G,
530
- large: M
531
- }, J = Object.keys(o);
532
- function u({ name: h = "sword", size: e = 22, style: c }) {
533
- const l = o[h] || y;
534
- return /* @__PURE__ */ t("span", { style: {
535
- display: "inline-flex",
536
- alignItems: "center",
537
- justifyContent: "center",
538
- width: e,
539
- height: e,
540
- imageRendering: "pixelated",
541
- flexShrink: 0,
542
- ...c
543
- }, children: /* @__PURE__ */ t(l, {}) });
1870
+ function R() {
1871
+ return /* @__PURE__ */ t("svg", {
1872
+ viewBox: "0 0 16 16",
1873
+ xmlns: "http://www.w3.org/2000/svg",
1874
+ children: [
1875
+ /* @__PURE__ */ e("rect", {
1876
+ x: "1",
1877
+ y: "11",
1878
+ width: "3",
1879
+ height: "4",
1880
+ fill: "#4a4a5a"
1881
+ }),
1882
+ /* @__PURE__ */ e("rect", {
1883
+ x: "6",
1884
+ y: "7",
1885
+ width: "4",
1886
+ height: "8",
1887
+ fill: "#4a4a5a"
1888
+ }),
1889
+ /* @__PURE__ */ e("rect", {
1890
+ x: "12",
1891
+ y: "4",
1892
+ width: "3",
1893
+ height: "11",
1894
+ fill: "#cfd8e2"
1895
+ }),
1896
+ /* @__PURE__ */ e("rect", {
1897
+ x: "1",
1898
+ y: "15",
1899
+ width: "14",
1900
+ height: "1",
1901
+ fill: "#5a5a6a"
1902
+ }),
1903
+ /* @__PURE__ */ e("rect", {
1904
+ x: "13",
1905
+ y: "1",
1906
+ width: "1",
1907
+ height: "2",
1908
+ fill: "#e6db74"
1909
+ }),
1910
+ /* @__PURE__ */ e("rect", {
1911
+ x: "14",
1912
+ y: "1",
1913
+ width: "1",
1914
+ height: "3",
1915
+ fill: "#e6db74"
1916
+ }),
1917
+ /* @__PURE__ */ e("rect", {
1918
+ x: "13",
1919
+ y: "3",
1920
+ width: "1",
1921
+ height: "1",
1922
+ fill: "#e6db74"
1923
+ })
1924
+ ]
1925
+ });
544
1926
  }
545
- u.icons = J;
546
- const ht = u;
547
- function K() {
548
- return /* @__PURE__ */ t(
549
- "svg",
550
- {
551
- viewBox: "0 0 12 8",
552
- width: 12,
553
- height: 12,
554
- "aria-hidden": "true",
555
- fill: "none",
556
- stroke: "currentColor",
557
- strokeWidth: 2,
558
- strokeLinecap: "round",
559
- strokeLinejoin: "round",
560
- children: /* @__PURE__ */ t("polyline", { points: "1,1.5 6,6.5 11,1.5" })
561
- }
562
- );
1927
+ var z = {
1928
+ sword: _,
1929
+ staff: y,
1930
+ bow: v,
1931
+ katar: b,
1932
+ book: x,
1933
+ hammer: S,
1934
+ neutral: C,
1935
+ earth: w,
1936
+ wind: T,
1937
+ water: E,
1938
+ fire: D,
1939
+ light: k,
1940
+ dark: O,
1941
+ void: A,
1942
+ human: j,
1943
+ beast: M,
1944
+ demon: N,
1945
+ angel: P,
1946
+ spirit: F,
1947
+ small: I,
1948
+ medium: L,
1949
+ large: R
1950
+ }, B = Object.keys(z), V = Object.assign(function({ name: t = "sword", size: n = 22, style: r }) {
1951
+ let i = z[t] || _;
1952
+ return /* @__PURE__ */ e("span", {
1953
+ style: {
1954
+ display: "inline-flex",
1955
+ alignItems: "center",
1956
+ justifyContent: "center",
1957
+ width: n,
1958
+ height: n,
1959
+ imageRendering: "pixelated",
1960
+ flexShrink: 0,
1961
+ ...r
1962
+ },
1963
+ children: /* @__PURE__ */ e(i, {})
1964
+ });
1965
+ }, { icons: B }), H = V;
1966
+ //#endregion
1967
+ //#region components/navigation/SectionArrow.tsx
1968
+ function U() {
1969
+ return /* @__PURE__ */ e("svg", {
1970
+ viewBox: "0 0 12 8",
1971
+ width: 12,
1972
+ height: 12,
1973
+ "aria-hidden": "true",
1974
+ fill: "none",
1975
+ stroke: "currentColor",
1976
+ strokeWidth: 2,
1977
+ strokeLinecap: "round",
1978
+ strokeLinejoin: "round",
1979
+ children: /* @__PURE__ */ e("polyline", { points: "1,1.5 6,6.5 11,1.5" })
1980
+ });
563
1981
  }
564
- function lt({ href: h, label: e, className: c, children: l, ...d }) {
565
- return /* @__PURE__ */ t(
566
- "a",
567
- {
568
- ...d,
569
- href: h,
570
- "aria-label": e,
571
- className: a("ns-section-arrow", c),
572
- children: l || /* @__PURE__ */ t(K, {})
573
- }
574
- );
1982
+ function W({ href: t, label: r, className: i, children: a, ...o }) {
1983
+ return /* @__PURE__ */ e("a", {
1984
+ ...o,
1985
+ href: t,
1986
+ "aria-label": r,
1987
+ className: n("ns-section-arrow", i),
1988
+ children: a || /* @__PURE__ */ e(U, {})
1989
+ });
575
1990
  }
576
- export {
577
- Y as Button,
578
- Z as FeatureCard,
579
- tt as HUDBar,
580
- it as HUDDivider,
581
- ht as HUDIcon,
582
- et as HUDLabel,
583
- X as QuestCard,
584
- u as RPGIcon,
585
- lt as SectionArrow,
586
- J as icons
587
- };
1991
+ //#endregion
1992
+ export { c as Button, l as FeatureCard, f as HUDBar, p as HUDDivider, H as HUDIcon, g as HUDLabel, u as QuestCard, V as RPGIcon, W as SectionArrow, B as icons };