@nice2dev/icons-gaming 1.0.10

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.mjs ADDED
@@ -0,0 +1,1862 @@
1
+ import { jsxs as r, Fragment as n, jsx as t } from "react/jsx-runtime";
2
+ import { forwardRef as m } from "react";
3
+ function $(e) {
4
+ switch (e) {
5
+ case "idle":
6
+ return /* @__PURE__ */ t(
7
+ "animateTransform",
8
+ {
9
+ attributeName: "transform",
10
+ type: "translate",
11
+ values: "0 0;0 -1.5;0 0",
12
+ dur: "1.2s",
13
+ repeatCount: "indefinite"
14
+ }
15
+ );
16
+ case "move":
17
+ return /* @__PURE__ */ t(
18
+ "animateTransform",
19
+ {
20
+ attributeName: "transform",
21
+ type: "translate",
22
+ values: "-2 0;2 0;-2 0",
23
+ dur: "0.35s",
24
+ repeatCount: "indefinite"
25
+ }
26
+ );
27
+ case "jump":
28
+ return /* @__PURE__ */ t(
29
+ "animateTransform",
30
+ {
31
+ attributeName: "transform",
32
+ type: "translate",
33
+ values: "0 0;0 -6;0 0",
34
+ dur: "0.7s",
35
+ repeatCount: "indefinite"
36
+ }
37
+ );
38
+ case "attack-melee":
39
+ return /* @__PURE__ */ t(
40
+ "animateTransform",
41
+ {
42
+ attributeName: "transform",
43
+ type: "rotate",
44
+ values: "0 12 12;-20 12 12;15 12 12;0 12 12",
45
+ dur: "0.45s",
46
+ repeatCount: "indefinite"
47
+ }
48
+ );
49
+ case "attack-ranged":
50
+ return /* @__PURE__ */ t(
51
+ "animateTransform",
52
+ {
53
+ attributeName: "transform",
54
+ type: "translate",
55
+ values: "0 0;-3 0;2 0;0 0",
56
+ dur: "0.55s",
57
+ repeatCount: "indefinite"
58
+ }
59
+ );
60
+ case "attack-magic":
61
+ return /* @__PURE__ */ r(n, { children: [
62
+ /* @__PURE__ */ t(
63
+ "animateTransform",
64
+ {
65
+ attributeName: "transform",
66
+ type: "translate",
67
+ values: "0 0;0 -1;0 1;0 0",
68
+ dur: "0.5s",
69
+ repeatCount: "indefinite"
70
+ }
71
+ ),
72
+ /* @__PURE__ */ t(
73
+ "animate",
74
+ {
75
+ attributeName: "opacity",
76
+ values: "1;0.5;1;0.7;1",
77
+ dur: "0.4s",
78
+ repeatCount: "indefinite"
79
+ }
80
+ )
81
+ ] });
82
+ case "damage":
83
+ return /* @__PURE__ */ r(n, { children: [
84
+ /* @__PURE__ */ t(
85
+ "animateTransform",
86
+ {
87
+ attributeName: "transform",
88
+ type: "translate",
89
+ values: "0 0;-2 0;2 0;-1 0;1 0;0 0",
90
+ dur: "0.25s",
91
+ repeatCount: "indefinite"
92
+ }
93
+ ),
94
+ /* @__PURE__ */ t(
95
+ "animate",
96
+ {
97
+ attributeName: "opacity",
98
+ values: "1;0.3;1;0.5;1",
99
+ dur: "0.25s",
100
+ repeatCount: "indefinite"
101
+ }
102
+ )
103
+ ] });
104
+ case "death":
105
+ return /* @__PURE__ */ r(n, { children: [
106
+ /* @__PURE__ */ t(
107
+ "animateTransform",
108
+ {
109
+ attributeName: "transform",
110
+ type: "rotate",
111
+ values: "0 12 18;90 12 18",
112
+ dur: "0.8s",
113
+ fill: "freeze"
114
+ }
115
+ ),
116
+ /* @__PURE__ */ t("animate", { attributeName: "opacity", values: "1;0", dur: "1.2s", fill: "freeze" })
117
+ ] });
118
+ default:
119
+ return null;
120
+ }
121
+ }
122
+ function o(e) {
123
+ switch (e) {
124
+ case "idle":
125
+ return /* @__PURE__ */ t("animate", { attributeName: "opacity", values: "1;0.85;1", dur: "2s", repeatCount: "indefinite" });
126
+ case "spin":
127
+ return /* @__PURE__ */ t(
128
+ "animateTransform",
129
+ {
130
+ attributeName: "transform",
131
+ type: "rotate",
132
+ values: "0 12 12;360 12 12",
133
+ dur: "1s",
134
+ repeatCount: "indefinite"
135
+ }
136
+ );
137
+ case "float":
138
+ return /* @__PURE__ */ t(
139
+ "animateTransform",
140
+ {
141
+ attributeName: "transform",
142
+ type: "translate",
143
+ values: "0 0;0 -2;0 0",
144
+ dur: "2s",
145
+ repeatCount: "indefinite"
146
+ }
147
+ );
148
+ case "shake":
149
+ return /* @__PURE__ */ t(
150
+ "animateTransform",
151
+ {
152
+ attributeName: "transform",
153
+ type: "translate",
154
+ values: "0 0;-1.5 0;1.5 0;-1 0;1 0;0 0",
155
+ dur: "0.3s",
156
+ repeatCount: "indefinite"
157
+ }
158
+ );
159
+ case "glow":
160
+ return /* @__PURE__ */ t("animate", { attributeName: "opacity", values: "0.6;1;0.6", dur: "1.5s", repeatCount: "indefinite" });
161
+ case "bounce":
162
+ return /* @__PURE__ */ t(
163
+ "animateTransform",
164
+ {
165
+ attributeName: "transform",
166
+ type: "translate",
167
+ values: "0 0;0 -4;0 0",
168
+ dur: "0.5s",
169
+ repeatCount: "indefinite"
170
+ }
171
+ );
172
+ case "flicker":
173
+ return /* @__PURE__ */ t(
174
+ "animate",
175
+ {
176
+ attributeName: "opacity",
177
+ values: "1;0.4;1;0.7;1",
178
+ dur: "0.3s",
179
+ repeatCount: "indefinite"
180
+ }
181
+ );
182
+ default:
183
+ return null;
184
+ }
185
+ }
186
+ function l(e) {
187
+ const i = e.animationFn || $, a = m(
188
+ ({
189
+ size: d = 24,
190
+ animation: c = "none",
191
+ color: s = "currentColor",
192
+ secondaryColor: p = "#888",
193
+ className: k,
194
+ style: h,
195
+ ...y
196
+ }, x) => /* @__PURE__ */ t(
197
+ "svg",
198
+ {
199
+ ref: x,
200
+ xmlns: "http://www.w3.org/2000/svg",
201
+ viewBox: e.viewBox || "0 0 24 24",
202
+ width: d,
203
+ height: d,
204
+ fill: "none",
205
+ className: k,
206
+ style: h,
207
+ role: "img",
208
+ "aria-label": e.displayName,
209
+ ...y,
210
+ children: /* @__PURE__ */ r("g", { children: [
211
+ e.content(s, p),
212
+ c !== "none" && i(c)
213
+ ] })
214
+ }
215
+ )
216
+ );
217
+ return a.displayName = e.displayName, a;
218
+ }
219
+ const T = l({
220
+ displayName: "GiWarrior",
221
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
222
+ /* @__PURE__ */ t("path", { d: "M9 5.5Q12 2 15 5.5", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
223
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "6.5", r: "2.5", fill: e }),
224
+ /* @__PURE__ */ t("rect", { x: "10", y: "9", width: "4", height: "6", rx: "1", fill: e }),
225
+ /* @__PURE__ */ t("line", { x1: "11", y1: "15", x2: "9.5", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
226
+ /* @__PURE__ */ t("line", { x1: "13", y1: "15", x2: "14.5", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
227
+ /* @__PURE__ */ t("line", { x1: "10", y1: "10", x2: "7", y2: "13", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
228
+ /* @__PURE__ */ t("rect", { x: "5", y: "11.5", width: "3", height: "3.5", rx: "0.8", fill: i }),
229
+ /* @__PURE__ */ t("line", { x1: "14", y1: "10", x2: "17", y2: "7", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
230
+ /* @__PURE__ */ t("rect", { x: "16.5", y: "3", width: "1.5", height: "6", rx: "0.5", fill: i }),
231
+ /* @__PURE__ */ t("rect", { x: "15.5", y: "6.5", width: "3.5", height: "1.2", rx: "0.5", fill: i })
232
+ ] })
233
+ }), A = l({
234
+ displayName: "GiMage",
235
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
236
+ /* @__PURE__ */ t("polygon", { points: "12,1 8.5,7.5 15.5,7.5", fill: i }),
237
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "8.5", r: "2", fill: e }),
238
+ /* @__PURE__ */ t("polygon", { points: "10,11 14,11 17,21 7,21", fill: e }),
239
+ /* @__PURE__ */ t("line", { x1: "6", y1: "5", x2: "7.5", y2: "20", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
240
+ /* @__PURE__ */ t("circle", { cx: "5.5", cy: "4", r: "1.8", fill: i, opacity: "0.8" })
241
+ ] })
242
+ }), I = l({
243
+ displayName: "GiArcher",
244
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
245
+ /* @__PURE__ */ t("path", { d: "M9 7Q12 3 15 7", fill: i }),
246
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "7", r: "2", fill: e }),
247
+ /* @__PURE__ */ t("rect", { x: "10.5", y: "9.5", width: "3", height: "5.5", rx: "1", fill: e }),
248
+ /* @__PURE__ */ t("line", { x1: "11.5", y1: "15", x2: "10", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
249
+ /* @__PURE__ */ t("line", { x1: "12.5", y1: "15", x2: "14", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
250
+ /* @__PURE__ */ t("path", { d: "M6 5Q3 12 6 19", stroke: i, strokeWidth: "1.5", fill: "none", strokeLinecap: "round" }),
251
+ /* @__PURE__ */ t("line", { x1: "6", y1: "5", x2: "6", y2: "19", stroke: i, strokeWidth: "0.8" }),
252
+ /* @__PURE__ */ t("line", { x1: "10.5", y1: "11", x2: "6", y2: "12", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
253
+ /* @__PURE__ */ t("line", { x1: "6", y1: "12", x2: "2", y2: "12", stroke: i, strokeWidth: "1", strokeLinecap: "round" }),
254
+ /* @__PURE__ */ t("path", { d: "M2 12L3.5 11 3.5 13Z", fill: i })
255
+ ] })
256
+ }), H = l({
257
+ displayName: "GiRogue",
258
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
259
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "5.5", r: "2.2", fill: e }),
260
+ /* @__PURE__ */ t("rect", { x: "9.5", y: "4.5", width: "5", height: "2", rx: "0.8", fill: i }),
261
+ /* @__PURE__ */ t("line", { x1: "10.5", y1: "5.5", x2: "11.3", y2: "5.5", stroke: e, strokeWidth: "0.8" }),
262
+ /* @__PURE__ */ t("line", { x1: "12.7", y1: "5.5", x2: "13.5", y2: "5.5", stroke: e, strokeWidth: "0.8" }),
263
+ /* @__PURE__ */ t("rect", { x: "10.5", y: "8", width: "3", height: "5.5", rx: "1", fill: e }),
264
+ /* @__PURE__ */ t("line", { x1: "11.5", y1: "13.5", x2: "10", y2: "20", stroke: e, strokeWidth: "1.3", strokeLinecap: "round" }),
265
+ /* @__PURE__ */ t("line", { x1: "12.5", y1: "13.5", x2: "14", y2: "20", stroke: e, strokeWidth: "1.3", strokeLinecap: "round" }),
266
+ /* @__PURE__ */ t("line", { x1: "10.5", y1: "9", x2: "6", y2: "12", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
267
+ /* @__PURE__ */ t("path", { d: "M6 12L4 14.5", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
268
+ /* @__PURE__ */ t("line", { x1: "13.5", y1: "9", x2: "18", y2: "12", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
269
+ /* @__PURE__ */ t("path", { d: "M18 12L20 14.5", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" })
270
+ ] })
271
+ }), P = l({
272
+ displayName: "GiKnight",
273
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
274
+ /* @__PURE__ */ t("rect", { x: "9", y: "2.5", width: "6", height: "5.5", rx: "1.5", fill: i }),
275
+ /* @__PURE__ */ t("line", { x1: "10", y1: "5", x2: "14", y2: "5", stroke: e, strokeWidth: "0.8" }),
276
+ /* @__PURE__ */ t("path", { d: "M12 2.5L12 0.5", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
277
+ /* @__PURE__ */ t("rect", { x: "9", y: "8.5", width: "6", height: "6.5", rx: "1", fill: e }),
278
+ /* @__PURE__ */ t("line", { x1: "9", y1: "12", x2: "15", y2: "12", stroke: i, strokeWidth: "1" }),
279
+ /* @__PURE__ */ t("line", { x1: "10.5", y1: "15", x2: "9.5", y2: "21", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
280
+ /* @__PURE__ */ t("line", { x1: "13.5", y1: "15", x2: "14.5", y2: "21", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
281
+ /* @__PURE__ */ t("line", { x1: "17", y1: "1", x2: "19", y2: "20", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
282
+ /* @__PURE__ */ t("line", { x1: "9", y1: "10", x2: "6", y2: "12", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
283
+ ] })
284
+ }), D = l({
285
+ displayName: "GiHealer",
286
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
287
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "2.5", rx: "2.5", ry: "1", fill: "none", stroke: i, strokeWidth: "0.8" }),
288
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "5.5", r: "2.2", fill: e }),
289
+ /* @__PURE__ */ t("polygon", { points: "10,8 14,8 16.5,21 7.5,21", fill: e }),
290
+ /* @__PURE__ */ t("line", { x1: "5", y1: "6", x2: "6.5", y2: "20", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
291
+ /* @__PURE__ */ t("rect", { x: "4", y: "4", width: "2", height: "5", rx: "0.3", fill: i }),
292
+ /* @__PURE__ */ t("rect", { x: "3", y: "5.5", width: "4", height: "2", rx: "0.3", fill: i })
293
+ ] })
294
+ }), R = l({
295
+ displayName: "GiSkeleton",
296
+ content: (e) => /* @__PURE__ */ r(n, { children: [
297
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "5", r: "3", fill: e }),
298
+ /* @__PURE__ */ t("circle", { cx: "10.8", cy: "4.5", r: "0.8", fill: "none", stroke: e, strokeWidth: "0.5" }),
299
+ /* @__PURE__ */ t("circle", { cx: "13.2", cy: "4.5", r: "0.8", fill: "none", stroke: e, strokeWidth: "0.5" }),
300
+ /* @__PURE__ */ t("path", { d: "M10 7L12 8L14 7", stroke: e, strokeWidth: "0.8", fill: "none" }),
301
+ /* @__PURE__ */ t("line", { x1: "12", y1: "8", x2: "12", y2: "15", stroke: e, strokeWidth: "1.2" }),
302
+ /* @__PURE__ */ t("line", { x1: "9", y1: "9.5", x2: "15", y2: "9.5", stroke: e, strokeWidth: "0.8" }),
303
+ /* @__PURE__ */ t("line", { x1: "9.5", y1: "11", x2: "14.5", y2: "11", stroke: e, strokeWidth: "0.8" }),
304
+ /* @__PURE__ */ t("line", { x1: "10", y1: "12.5", x2: "14", y2: "12.5", stroke: e, strokeWidth: "0.8" }),
305
+ /* @__PURE__ */ t("line", { x1: "9", y1: "9.5", x2: "5", y2: "14", stroke: e, strokeWidth: "1", strokeLinecap: "round" }),
306
+ /* @__PURE__ */ t("line", { x1: "15", y1: "9.5", x2: "19", y2: "14", stroke: e, strokeWidth: "1", strokeLinecap: "round" }),
307
+ /* @__PURE__ */ t("line", { x1: "12", y1: "15", x2: "9", y2: "21", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
308
+ /* @__PURE__ */ t("line", { x1: "12", y1: "15", x2: "15", y2: "21", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" })
309
+ ] })
310
+ }), j = l({
311
+ displayName: "GiGoblin",
312
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
313
+ /* @__PURE__ */ t("path", { d: "M8 7L4 4L8 5.5", fill: e }),
314
+ /* @__PURE__ */ t("path", { d: "M16 7L20 4L16 5.5", fill: e }),
315
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "7", rx: "3.5", ry: "2.5", fill: e }),
316
+ /* @__PURE__ */ t("circle", { cx: "10.5", cy: "6.8", r: "0.7", fill: i }),
317
+ /* @__PURE__ */ t("circle", { cx: "13.5", cy: "6.8", r: "0.7", fill: i }),
318
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "13", rx: "3", ry: "3.5", fill: e }),
319
+ /* @__PURE__ */ t("line", { x1: "10.5", y1: "16", x2: "9", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
320
+ /* @__PURE__ */ t("line", { x1: "13.5", y1: "16", x2: "15", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
321
+ /* @__PURE__ */ t("line", { x1: "15", y1: "12", x2: "20", y2: "8", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
322
+ /* @__PURE__ */ t("circle", { cx: "20.5", cy: "7", r: "1.5", fill: i })
323
+ ] })
324
+ }), K = l({
325
+ displayName: "GiDragon",
326
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
327
+ /* @__PURE__ */ t("line", { x1: "10", y1: "5", x2: "9", y2: "1", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" }),
328
+ /* @__PURE__ */ t("line", { x1: "14", y1: "5", x2: "15", y2: "1", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" }),
329
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "6.5", rx: "3", ry: "2.5", fill: e }),
330
+ /* @__PURE__ */ t("circle", { cx: "13", cy: "6", r: "0.6", fill: i }),
331
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "13", rx: "4", ry: "5", fill: e }),
332
+ /* @__PURE__ */ t("path", { d: "M8 10L1 5L4 13Z", fill: i, opacity: "0.7" }),
333
+ /* @__PURE__ */ t("path", { d: "M16 10L23 5L20 13Z", fill: i, opacity: "0.7" }),
334
+ /* @__PURE__ */ t("path", { d: "M12 18Q8 20 6 22", stroke: e, strokeWidth: "2", fill: "none", strokeLinecap: "round" }),
335
+ /* @__PURE__ */ t("line", { x1: "10", y1: "17", x2: "9", y2: "21", stroke: e, strokeWidth: "1.8", strokeLinecap: "round" }),
336
+ /* @__PURE__ */ t("line", { x1: "14", y1: "17", x2: "15", y2: "21", stroke: e, strokeWidth: "1.8", strokeLinecap: "round" })
337
+ ] })
338
+ }), O = l({
339
+ displayName: "GiSlime",
340
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
341
+ /* @__PURE__ */ t("path", { d: "M4 20Q4 8 12 8Q20 8 20 20Z", fill: e }),
342
+ /* @__PURE__ */ t("ellipse", { cx: "9", cy: "13", rx: "2", ry: "1.5", fill: i, opacity: "0.3" }),
343
+ /* @__PURE__ */ t("circle", { cx: "10", cy: "14", r: "1", fill: i }),
344
+ /* @__PURE__ */ t("circle", { cx: "14", cy: "14", r: "1", fill: i }),
345
+ /* @__PURE__ */ t("path", { d: "M11 17Q12 18 13 17", stroke: i, strokeWidth: "0.7", fill: "none" })
346
+ ] })
347
+ }), V = l({
348
+ displayName: "GiNinja",
349
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
350
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "5.5", r: "2.3", fill: e }),
351
+ /* @__PURE__ */ t("rect", { x: "9.5", y: "4.5", width: "5.5", height: "1.5", rx: "0.5", fill: i }),
352
+ /* @__PURE__ */ t("path", { d: "M15 5L17 3.5", stroke: i, strokeWidth: "1", strokeLinecap: "round" }),
353
+ /* @__PURE__ */ t("path", { d: "M15 5.5L17.5 4.5", stroke: i, strokeWidth: "1", strokeLinecap: "round" }),
354
+ /* @__PURE__ */ t("rect", { x: "10.5", y: "8", width: "3", height: "5.5", rx: "1", fill: e }),
355
+ /* @__PURE__ */ t("line", { x1: "11.5", y1: "13.5", x2: "10", y2: "20", stroke: e, strokeWidth: "1.3", strokeLinecap: "round" }),
356
+ /* @__PURE__ */ t("line", { x1: "12.5", y1: "13.5", x2: "14", y2: "20", stroke: e, strokeWidth: "1.3", strokeLinecap: "round" }),
357
+ /* @__PURE__ */ t("line", { x1: "10.5", y1: "9", x2: "7", y2: "11", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
358
+ /* @__PURE__ */ t("line", { x1: "13.5", y1: "9", x2: "17", y2: "11", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
359
+ /* @__PURE__ */ t("path", { d: "M6 10L5 8.5L4 10L5 11.5Z", fill: i }),
360
+ /* @__PURE__ */ t("path", { d: "M5 10L3.5 9L5 8L6.5 9Z", fill: i })
361
+ ] })
362
+ }), X = l({
363
+ displayName: "GiOrc",
364
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
365
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "6", r: "3.2", fill: e }),
366
+ /* @__PURE__ */ t("path", { d: "M10 8.5L9.5 10.5", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" }),
367
+ /* @__PURE__ */ t("path", { d: "M14 8.5L14.5 10.5", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" }),
368
+ /* @__PURE__ */ t("circle", { cx: "10.5", cy: "5.5", r: "0.6", fill: i }),
369
+ /* @__PURE__ */ t("circle", { cx: "13.5", cy: "5.5", r: "0.6", fill: i }),
370
+ /* @__PURE__ */ t("rect", { x: "8", y: "9.5", width: "8", height: "6", rx: "1.5", fill: e }),
371
+ /* @__PURE__ */ t("line", { x1: "10", y1: "15.5", x2: "9", y2: "21", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
372
+ /* @__PURE__ */ t("line", { x1: "14", y1: "15.5", x2: "15", y2: "21", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
373
+ /* @__PURE__ */ t("line", { x1: "16", y1: "11", x2: "19", y2: "8", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
374
+ /* @__PURE__ */ t("path", { d: "M19 8L22 6L21 10Z", fill: i }),
375
+ /* @__PURE__ */ t("line", { x1: "19", y1: "8", x2: "20", y2: "4", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" })
376
+ ] })
377
+ }), Y = l({
378
+ displayName: "GiGhost",
379
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
380
+ /* @__PURE__ */ t("path", { d: "M6 20L6 10Q6 3 12 3Q18 3 18 10L18 20L16 17L14 20L12 17L10 20L8 17Z", fill: e, opacity: "0.7" }),
381
+ /* @__PURE__ */ t("circle", { cx: "10", cy: "9", r: "1.2", fill: i }),
382
+ /* @__PURE__ */ t("circle", { cx: "14", cy: "9", r: "1.2", fill: i }),
383
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "13", rx: "1.5", ry: "1", fill: i, opacity: "0.5" })
384
+ ] })
385
+ }), _ = l({
386
+ displayName: "GiGolem",
387
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
388
+ /* @__PURE__ */ t("rect", { x: "9", y: "2", width: "6", height: "5", rx: "1", fill: e }),
389
+ /* @__PURE__ */ t("rect", { x: "10", y: "3.5", width: "1.5", height: "1.5", rx: "0.3", fill: i }),
390
+ /* @__PURE__ */ t("rect", { x: "12.5", y: "3.5", width: "1.5", height: "1.5", rx: "0.3", fill: i }),
391
+ /* @__PURE__ */ t("rect", { x: "7", y: "7.5", width: "10", height: "7", rx: "1.5", fill: e }),
392
+ /* @__PURE__ */ t("path", { d: "M10 9L11 11L9.5 13", stroke: i, strokeWidth: "0.5", fill: "none" }),
393
+ /* @__PURE__ */ t("path", { d: "M15 8.5L14 10.5L15.5 12", stroke: i, strokeWidth: "0.5", fill: "none" }),
394
+ /* @__PURE__ */ t("rect", { x: "3", y: "8", width: "3.5", height: "5", rx: "1", fill: e }),
395
+ /* @__PURE__ */ t("rect", { x: "17.5", y: "8", width: "3.5", height: "5", rx: "1", fill: e }),
396
+ /* @__PURE__ */ t("rect", { x: "8.5", y: "15", width: "3", height: "6", rx: "1", fill: e }),
397
+ /* @__PURE__ */ t("rect", { x: "12.5", y: "15", width: "3", height: "6", rx: "1", fill: e })
398
+ ] })
399
+ }), q = l({
400
+ displayName: "GiBat",
401
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
402
+ /* @__PURE__ */ t("path", { d: "M10 9L9 5L11 8", fill: e }),
403
+ /* @__PURE__ */ t("path", { d: "M14 9L15 5L13 8", fill: e }),
404
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "10", r: "2.5", fill: e }),
405
+ /* @__PURE__ */ t("circle", { cx: "11", cy: "9.5", r: "0.5", fill: i }),
406
+ /* @__PURE__ */ t("circle", { cx: "13", cy: "9.5", r: "0.5", fill: i }),
407
+ /* @__PURE__ */ t("path", { d: "M11 12L11 13.5", stroke: i, strokeWidth: "0.8", strokeLinecap: "round" }),
408
+ /* @__PURE__ */ t("path", { d: "M13 12L13 13.5", stroke: i, strokeWidth: "0.8", strokeLinecap: "round" }),
409
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "14", rx: "2", ry: "3", fill: e }),
410
+ /* @__PURE__ */ t("path", { d: "M10 12L3 7L2 12L4 14L6 11L8 15Z", fill: e, opacity: "0.85" }),
411
+ /* @__PURE__ */ t("path", { d: "M14 12L21 7L22 12L20 14L18 11L16 15Z", fill: e, opacity: "0.85" })
412
+ ] })
413
+ }), m1 = {
414
+ GiWarrior: T,
415
+ GiMage: A,
416
+ GiArcher: I,
417
+ GiRogue: H,
418
+ GiKnight: P,
419
+ GiHealer: D,
420
+ GiSkeleton: R,
421
+ GiGoblin: j,
422
+ GiDragon: K,
423
+ GiSlime: O,
424
+ GiNinja: V,
425
+ GiOrc: X,
426
+ GiGhost: Y,
427
+ GiGolem: _,
428
+ GiBat: q
429
+ }, z = l({
430
+ displayName: "GiMerchant",
431
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
432
+ /* @__PURE__ */ t("path", { d: "M8 6Q12 1.5 16 6", fill: i }),
433
+ /* @__PURE__ */ t("line", { x1: "7.5", y1: "6", x2: "16.5", y2: "6", stroke: i, strokeWidth: "1.2" }),
434
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "7.5", r: "2", fill: e }),
435
+ /* @__PURE__ */ t("polygon", { points: "10,10 14,10 16,21 8,21", fill: e }),
436
+ /* @__PURE__ */ t("rect", { x: "9.5", y: "12", width: "5", height: "8", rx: "0.5", fill: i, opacity: "0.4" }),
437
+ /* @__PURE__ */ t("line", { x1: "10", y1: "11", x2: "7", y2: "14", stroke: e, strokeWidth: "1.3", strokeLinecap: "round" }),
438
+ /* @__PURE__ */ t("line", { x1: "14", y1: "11", x2: "17", y2: "14", stroke: e, strokeWidth: "1.3", strokeLinecap: "round" }),
439
+ /* @__PURE__ */ t("ellipse", { cx: "18", cy: "15", rx: "2", ry: "2.5", fill: i, opacity: "0.6" })
440
+ ] })
441
+ }), E = l({
442
+ displayName: "GiBlacksmith",
443
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
444
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "5.5", r: "2.5", fill: e }),
445
+ /* @__PURE__ */ t("rect", { x: "9", y: "8.5", width: "6", height: "7", rx: "1", fill: e }),
446
+ /* @__PURE__ */ t("line", { x1: "10.5", y1: "15.5", x2: "9", y2: "21", stroke: e, strokeWidth: "1.8", strokeLinecap: "round" }),
447
+ /* @__PURE__ */ t("line", { x1: "13.5", y1: "15.5", x2: "15", y2: "21", stroke: e, strokeWidth: "1.8", strokeLinecap: "round" }),
448
+ /* @__PURE__ */ t("line", { x1: "15", y1: "10", x2: "20", y2: "6", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
449
+ /* @__PURE__ */ t("rect", { x: "19", y: "3", width: "3", height: "4", rx: "0.8", fill: i }),
450
+ /* @__PURE__ */ t("rect", { x: "3", y: "17", width: "5", height: "2", rx: "0.3", fill: i }),
451
+ /* @__PURE__ */ t("rect", { x: "4", y: "19", width: "3", height: "2", rx: "0.3", fill: i })
452
+ ] })
453
+ }), J = l({
454
+ displayName: "GiKing",
455
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
456
+ /* @__PURE__ */ t("path", { d: "M8 6L8 3L10 5L12 2L14 5L16 3L16 6Z", fill: i }),
457
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "7.5", r: "2", fill: e }),
458
+ /* @__PURE__ */ t("polygon", { points: "9,10 15,10 18,21 6,21", fill: e }),
459
+ /* @__PURE__ */ t("line", { x1: "6", y1: "10", x2: "5", y2: "20", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
460
+ /* @__PURE__ */ t("circle", { cx: "5.5", cy: "9", r: "1.5", fill: i }),
461
+ /* @__PURE__ */ t("line", { x1: "6", y1: "20", x2: "18", y2: "20", stroke: i, strokeWidth: "1", opacity: "0.5" })
462
+ ] })
463
+ }), U = l({
464
+ displayName: "GiPrincess",
465
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
466
+ /* @__PURE__ */ t("path", { d: "M9 5.5L10 3.5L12 4.5L14 3.5L15 5.5", stroke: i, strokeWidth: "1", fill: "none" }),
467
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "3.5", r: "0.6", fill: i }),
468
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "6.5", r: "2.2", fill: e }),
469
+ /* @__PURE__ */ t("path", { d: "M9.5 6Q9 8 8 9", stroke: e, strokeWidth: "1" }),
470
+ /* @__PURE__ */ t("path", { d: "M14.5 6Q15 8 16 9", stroke: e, strokeWidth: "1" }),
471
+ /* @__PURE__ */ t("polygon", { points: "10,9 14,9 19,21 5,21", fill: e }),
472
+ /* @__PURE__ */ t("line", { x1: "8", y1: "13", x2: "16", y2: "13", stroke: i, strokeWidth: "0.8" })
473
+ ] })
474
+ }), tt = l({
475
+ displayName: "GiVampire",
476
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
477
+ /* @__PURE__ */ t("path", { d: "M8 6Q12 2 16 6", fill: e }),
478
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "7", r: "2.5", fill: e }),
479
+ /* @__PURE__ */ t("circle", { cx: "11", cy: "6.8", r: "0.5", fill: i }),
480
+ /* @__PURE__ */ t("circle", { cx: "13", cy: "6.8", r: "0.5", fill: i }),
481
+ /* @__PURE__ */ t("line", { x1: "11", y1: "8.5", x2: "11", y2: "10", stroke: i, strokeWidth: "0.8", strokeLinecap: "round" }),
482
+ /* @__PURE__ */ t("line", { x1: "13", y1: "8.5", x2: "13", y2: "10", stroke: i, strokeWidth: "0.8", strokeLinecap: "round" }),
483
+ /* @__PURE__ */ t("path", { d: "M6 9Q5 15 3 21L12 19L21 21Q19 15 18 9Z", fill: e, opacity: "0.7" }),
484
+ /* @__PURE__ */ t("rect", { x: "10", y: "10", width: "4", height: "5", rx: "1", fill: e }),
485
+ /* @__PURE__ */ t("line", { x1: "11", y1: "15", x2: "10", y2: "21", stroke: e, strokeWidth: "1.3", strokeLinecap: "round" }),
486
+ /* @__PURE__ */ t("line", { x1: "13", y1: "15", x2: "14", y2: "21", stroke: e, strokeWidth: "1.3", strokeLinecap: "round" })
487
+ ] })
488
+ }), et = l({
489
+ displayName: "GiWerewolf",
490
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
491
+ /* @__PURE__ */ t("path", { d: "M9 5L7 1L10 4", fill: e }),
492
+ /* @__PURE__ */ t("path", { d: "M15 5L17 1L14 4", fill: e }),
493
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "6", rx: "3.5", ry: "3", fill: e }),
494
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "8", rx: "1.5", ry: "1", fill: i, opacity: "0.5" }),
495
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "7.8", r: "0.5", fill: i }),
496
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "14", rx: "4", ry: "4.5", fill: e }),
497
+ /* @__PURE__ */ t("path", { d: "M8 13L4 11L5 13L3 15", stroke: i, strokeWidth: "1", strokeLinecap: "round", fill: "none" }),
498
+ /* @__PURE__ */ t("path", { d: "M16 13L20 11L19 13L21 15", stroke: i, strokeWidth: "1", strokeLinecap: "round", fill: "none" }),
499
+ /* @__PURE__ */ t("line", { x1: "10", y1: "18", x2: "9", y2: "22", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
500
+ /* @__PURE__ */ t("line", { x1: "14", y1: "18", x2: "15", y2: "22", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
501
+ ] })
502
+ }), it = l({
503
+ displayName: "GiWitch",
504
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
505
+ /* @__PURE__ */ t("polygon", { points: "12,0 7,8 17,8", fill: i }),
506
+ /* @__PURE__ */ t("rect", { x: "6", y: "7.5", width: "12", height: "1.5", rx: "0.5", fill: i }),
507
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "10", r: "2", fill: e }),
508
+ /* @__PURE__ */ t("polygon", { points: "10,12 14,12 17,22 7,22", fill: e }),
509
+ /* @__PURE__ */ t("line", { x1: "18", y1: "8", x2: "20", y2: "20", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" }),
510
+ /* @__PURE__ */ t("path", { d: "M19 18L22 22L18 22L21 20", stroke: i, strokeWidth: "0.8", fill: "none" })
511
+ ] })
512
+ }), rt = l({
513
+ displayName: "GiPaladin",
514
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
515
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "2", rx: "2.5", ry: "0.8", fill: "none", stroke: i, strokeWidth: "0.8" }),
516
+ /* @__PURE__ */ t("rect", { x: "9", y: "3", width: "6", height: "5", rx: "1.5", fill: e }),
517
+ /* @__PURE__ */ t("line", { x1: "9.5", y1: "5.5", x2: "14.5", y2: "5.5", stroke: i, strokeWidth: "0.6" }),
518
+ /* @__PURE__ */ t("rect", { x: "8", y: "8.5", width: "8", height: "7", rx: "1", fill: e }),
519
+ /* @__PURE__ */ t("rect", { x: "11.2", y: "9.5", width: "1.6", height: "5", rx: "0.3", fill: i }),
520
+ /* @__PURE__ */ t("rect", { x: "9.5", y: "11", width: "5", height: "1.6", rx: "0.3", fill: i }),
521
+ /* @__PURE__ */ t("line", { x1: "10", y1: "15.5", x2: "9", y2: "21", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
522
+ /* @__PURE__ */ t("line", { x1: "14", y1: "15.5", x2: "15", y2: "21", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
523
+ /* @__PURE__ */ t("line", { x1: "17", y1: "10", x2: "21", y2: "5", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" }),
524
+ /* @__PURE__ */ t("rect", { x: "19.5", y: "2.5", width: "3", height: "4", rx: "0.8", fill: i })
525
+ ] })
526
+ }), nt = l({
527
+ displayName: "GiPirate",
528
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
529
+ /* @__PURE__ */ t("path", { d: "M6 7Q12 3 18 7", fill: e }),
530
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "7", rx: "7", ry: "1.5", fill: e }),
531
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "5.5", r: "1", fill: i }),
532
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "8.5", r: "2", fill: e }),
533
+ /* @__PURE__ */ t("circle", { cx: "10.5", cy: "8.3", r: "0.8", fill: i }),
534
+ /* @__PURE__ */ t("line", { x1: "10.5", y1: "7.5", x2: "14", y2: "7", stroke: i, strokeWidth: "0.5" }),
535
+ /* @__PURE__ */ t("rect", { x: "10", y: "11", width: "4", height: "5", rx: "1", fill: e }),
536
+ /* @__PURE__ */ t("line", { x1: "11", y1: "16", x2: "10", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
537
+ /* @__PURE__ */ t("line", { x1: "13", y1: "16", x2: "14", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
538
+ /* @__PURE__ */ t("path", { d: "M16 11Q19 8 20 6", stroke: i, strokeWidth: "1.5", fill: "none", strokeLinecap: "round" })
539
+ ] })
540
+ }), lt = l({
541
+ displayName: "GiAngel",
542
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
543
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "2.5", rx: "3", ry: "1", fill: "none", stroke: i, strokeWidth: "1" }),
544
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "5.5", r: "2", fill: e }),
545
+ /* @__PURE__ */ t("path", { d: "M10 9L3 5L5 12Z", fill: i, opacity: "0.5" }),
546
+ /* @__PURE__ */ t("path", { d: "M14 9L21 5L19 12Z", fill: i, opacity: "0.5" }),
547
+ /* @__PURE__ */ t("polygon", { points: "10,8 14,8 16,21 8,21", fill: e })
548
+ ] })
549
+ }), ot = l({
550
+ displayName: "GiDemon",
551
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
552
+ /* @__PURE__ */ t("path", { d: "M9 5L7 1", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
553
+ /* @__PURE__ */ t("path", { d: "M15 5L17 1", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
554
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "6.5", r: "2.8", fill: e }),
555
+ /* @__PURE__ */ t("circle", { cx: "10.8", cy: "6", r: "0.6", fill: i }),
556
+ /* @__PURE__ */ t("circle", { cx: "13.2", cy: "6", r: "0.6", fill: i }),
557
+ /* @__PURE__ */ t("rect", { x: "9", y: "9.5", width: "6", height: "6", rx: "1", fill: e }),
558
+ /* @__PURE__ */ t("path", { d: "M9 11L2 6L4 14Z", fill: e, opacity: "0.6" }),
559
+ /* @__PURE__ */ t("path", { d: "M15 11L22 6L20 14Z", fill: e, opacity: "0.6" }),
560
+ /* @__PURE__ */ t("path", { d: "M12 15.5Q10 19 7 20", stroke: e, strokeWidth: "1.5", fill: "none", strokeLinecap: "round" }),
561
+ /* @__PURE__ */ t("circle", { cx: "6.5", cy: "20.5", r: "1", fill: i }),
562
+ /* @__PURE__ */ t("line", { x1: "10.5", y1: "15.5", x2: "9.5", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
563
+ /* @__PURE__ */ t("line", { x1: "13.5", y1: "15.5", x2: "14.5", y2: "21", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
564
+ ] })
565
+ }), at = l({
566
+ displayName: "GiSpider",
567
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
568
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "8", r: "2.5", fill: e }),
569
+ /* @__PURE__ */ t("circle", { cx: "11", cy: "7.5", r: "0.5", fill: i }),
570
+ /* @__PURE__ */ t("circle", { cx: "13", cy: "7.5", r: "0.5", fill: i }),
571
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "14", rx: "3.5", ry: "4", fill: e }),
572
+ /* @__PURE__ */ t("path", { d: "M9 10L4 7L3 10", stroke: e, strokeWidth: "0.8", fill: "none" }),
573
+ /* @__PURE__ */ t("path", { d: "M9.5 12L4 11L2 14", stroke: e, strokeWidth: "0.8", fill: "none" }),
574
+ /* @__PURE__ */ t("path", { d: "M9.5 14L4 16L3 19", stroke: e, strokeWidth: "0.8", fill: "none" }),
575
+ /* @__PURE__ */ t("path", { d: "M10 16L5 19L4 22", stroke: e, strokeWidth: "0.8", fill: "none" }),
576
+ /* @__PURE__ */ t("path", { d: "M15 10L20 7L21 10", stroke: e, strokeWidth: "0.8", fill: "none" }),
577
+ /* @__PURE__ */ t("path", { d: "M14.5 12L20 11L22 14", stroke: e, strokeWidth: "0.8", fill: "none" }),
578
+ /* @__PURE__ */ t("path", { d: "M14.5 14L20 16L21 19", stroke: e, strokeWidth: "0.8", fill: "none" }),
579
+ /* @__PURE__ */ t("path", { d: "M14 16L19 19L20 22", stroke: e, strokeWidth: "0.8", fill: "none" })
580
+ ] })
581
+ }), st = l({
582
+ displayName: "GiSnake",
583
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
584
+ /* @__PURE__ */ t("ellipse", { cx: "8", cy: "8", rx: "3", ry: "2", fill: e }),
585
+ /* @__PURE__ */ t("circle", { cx: "7", cy: "7.5", r: "0.5", fill: i }),
586
+ /* @__PURE__ */ t("path", { d: "M5 8L3 7.5M3 7.5L2 7M3 7.5L2 8", stroke: i, strokeWidth: "0.5" }),
587
+ /* @__PURE__ */ t("path", { d: "M10 9Q16 6 18 10Q20 14 14 15Q8 16 10 20Q12 22 18 20", stroke: e, strokeWidth: "2.5", fill: "none", strokeLinecap: "round" })
588
+ ] })
589
+ }), dt = l({
590
+ displayName: "GiTroll",
591
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
592
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "6", r: "3.5", fill: e }),
593
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "7", r: "1.2", fill: i, opacity: "0.5" }),
594
+ /* @__PURE__ */ t("circle", { cx: "10", cy: "5.5", r: "0.6", fill: i }),
595
+ /* @__PURE__ */ t("circle", { cx: "14", cy: "5.5", r: "0.6", fill: i }),
596
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "14.5", rx: "5", ry: "5.5", fill: e }),
597
+ /* @__PURE__ */ t("line", { x1: "9.5", y1: "19", x2: "8", y2: "22", stroke: e, strokeWidth: "2.5", strokeLinecap: "round" }),
598
+ /* @__PURE__ */ t("line", { x1: "14.5", y1: "19", x2: "16", y2: "22", stroke: e, strokeWidth: "2.5", strokeLinecap: "round" }),
599
+ /* @__PURE__ */ t("line", { x1: "7", y1: "12", x2: "3", y2: "16", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
600
+ /* @__PURE__ */ t("line", { x1: "17", y1: "12", x2: "21", y2: "16", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
601
+ ] })
602
+ }), ct = l({
603
+ displayName: "GiYeti",
604
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
605
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "5.5", r: "3.5", fill: e }),
606
+ /* @__PURE__ */ t("circle", { cx: "10.5", cy: "5", r: "0.6", fill: i }),
607
+ /* @__PURE__ */ t("circle", { cx: "13.5", cy: "5", r: "0.6", fill: i }),
608
+ /* @__PURE__ */ t("path", { d: "M10.5 7Q12 8 13.5 7", stroke: i, strokeWidth: "0.7", fill: "none" }),
609
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "14", rx: "5.5", ry: "6", fill: e }),
610
+ /* @__PURE__ */ t("path", { d: "M7 11L6 12M8 13L6.5 14M17 11L18 12M16 13L17.5 14", stroke: i, strokeWidth: "0.5", opacity: "0.4" }),
611
+ /* @__PURE__ */ t("line", { x1: "8.5", y1: "19.5", x2: "7", y2: "22", stroke: e, strokeWidth: "2.5", strokeLinecap: "round" }),
612
+ /* @__PURE__ */ t("line", { x1: "15.5", y1: "19.5", x2: "17", y2: "22", stroke: e, strokeWidth: "2.5", strokeLinecap: "round" }),
613
+ /* @__PURE__ */ t("line", { x1: "6.5", y1: "12", x2: "3", y2: "16", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
614
+ /* @__PURE__ */ t("line", { x1: "17.5", y1: "12", x2: "21", y2: "16", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
615
+ ] })
616
+ }), u1 = {
617
+ GiMerchant: z,
618
+ GiBlacksmith: E,
619
+ GiKing: J,
620
+ GiPrincess: U,
621
+ GiVampire: tt,
622
+ GiWerewolf: et,
623
+ GiWitch: it,
624
+ GiPaladin: rt,
625
+ GiPirate: nt,
626
+ GiAngel: lt,
627
+ GiDemon: ot,
628
+ GiSpider: at,
629
+ GiSnake: st,
630
+ GiTroll: dt,
631
+ GiYeti: ct
632
+ }, ht = l({
633
+ displayName: "GiSword",
634
+ animationFn: o,
635
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
636
+ /* @__PURE__ */ t("path", { d: "M12 2L14 3L12 18L10 3Z", fill: e }),
637
+ /* @__PURE__ */ t("line", { x1: "12", y1: "4", x2: "12", y2: "15", stroke: i, strokeWidth: "0.5", opacity: "0.4" }),
638
+ /* @__PURE__ */ t("rect", { x: "8", y: "17", width: "8", height: "1.8", rx: "0.5", fill: i }),
639
+ /* @__PURE__ */ t("rect", { x: "11", y: "18.8", width: "2", height: "3", rx: "0.5", fill: i }),
640
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "22.5", r: "1", fill: i })
641
+ ] })
642
+ }), yt = l({
643
+ displayName: "GiAxe",
644
+ animationFn: o,
645
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
646
+ /* @__PURE__ */ t("line", { x1: "12", y1: "4", x2: "12", y2: "22", stroke: i, strokeWidth: "2", strokeLinecap: "round" }),
647
+ /* @__PURE__ */ t("path", { d: "M12 4L6 2L4 7L8 10Z", fill: e }),
648
+ /* @__PURE__ */ t("path", { d: "M12 4L18 2L20 7L16 10Z", fill: e })
649
+ ] })
650
+ }), xt = l({
651
+ displayName: "GiBow",
652
+ animationFn: o,
653
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
654
+ /* @__PURE__ */ t("path", { d: "M8 3Q2 12 8 21", stroke: e, strokeWidth: "2", fill: "none", strokeLinecap: "round" }),
655
+ /* @__PURE__ */ t("line", { x1: "8", y1: "3", x2: "8", y2: "21", stroke: i, strokeWidth: "0.8" }),
656
+ /* @__PURE__ */ t("line", { x1: "8", y1: "12", x2: "20", y2: "12", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" }),
657
+ /* @__PURE__ */ t("path", { d: "M20 12L17 10L17 14Z", fill: i }),
658
+ /* @__PURE__ */ t("path", { d: "M9 11L8 12L9 13", stroke: e, strokeWidth: "0.8", fill: "none" })
659
+ ] })
660
+ }), pt = l({
661
+ displayName: "GiStaff",
662
+ animationFn: o,
663
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
664
+ /* @__PURE__ */ t("line", { x1: "12", y1: "6", x2: "12", y2: "22", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
665
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "4.5", r: "3", fill: i, opacity: "0.8" }),
666
+ /* @__PURE__ */ t("line", { x1: "12", y1: "1", x2: "12", y2: "2", stroke: i, strokeWidth: "0.8" }),
667
+ /* @__PURE__ */ t("line", { x1: "8.5", y1: "4.5", x2: "9.5", y2: "4.5", stroke: i, strokeWidth: "0.8" }),
668
+ /* @__PURE__ */ t("line", { x1: "14.5", y1: "4.5", x2: "15.5", y2: "4.5", stroke: i, strokeWidth: "0.8" })
669
+ ] })
670
+ }), kt = l({
671
+ displayName: "GiDagger",
672
+ animationFn: o,
673
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
674
+ /* @__PURE__ */ t("path", { d: "M12 3L13.5 4L12 15L10.5 4Z", fill: e }),
675
+ /* @__PURE__ */ t("rect", { x: "9", y: "14.5", width: "6", height: "1.5", rx: "0.5", fill: i }),
676
+ /* @__PURE__ */ t("rect", { x: "11", y: "16", width: "2", height: "3.5", rx: "0.5", fill: i }),
677
+ /* @__PURE__ */ t("line", { x1: "11", y1: "17", x2: "13", y2: "17.5", stroke: e, strokeWidth: "0.4" }),
678
+ /* @__PURE__ */ t("line", { x1: "11", y1: "18.2", x2: "13", y2: "18.7", stroke: e, strokeWidth: "0.4" })
679
+ ] })
680
+ }), ft = l({
681
+ displayName: "GiHammer",
682
+ animationFn: o,
683
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
684
+ /* @__PURE__ */ t("line", { x1: "12", y1: "10", x2: "12", y2: "22", stroke: i, strokeWidth: "2", strokeLinecap: "round" }),
685
+ /* @__PURE__ */ t("rect", { x: "5", y: "3", width: "14", height: "7", rx: "1.5", fill: e }),
686
+ /* @__PURE__ */ t("line", { x1: "7", y1: "6.5", x2: "9", y2: "6.5", stroke: i, strokeWidth: "0.6" }),
687
+ /* @__PURE__ */ t("line", { x1: "15", y1: "6.5", x2: "17", y2: "6.5", stroke: i, strokeWidth: "0.6" })
688
+ ] })
689
+ }), Lt = l({
690
+ displayName: "GiSpear",
691
+ animationFn: o,
692
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
693
+ /* @__PURE__ */ t("line", { x1: "12", y1: "8", x2: "12", y2: "23", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
694
+ /* @__PURE__ */ t("path", { d: "M12 1L14 5L12 8L10 5Z", fill: e })
695
+ ] })
696
+ }), mt = l({
697
+ displayName: "GiWand",
698
+ animationFn: o,
699
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
700
+ /* @__PURE__ */ t("line", { x1: "12", y1: "8", x2: "12", y2: "22", stroke: e, strokeWidth: "1.8", strokeLinecap: "round" }),
701
+ /* @__PURE__ */ t("path", { d: "M12 3L13 6L16 6L13.5 8L14.5 11L12 9L9.5 11L10.5 8L8 6L11 6Z", fill: i })
702
+ ] })
703
+ }), ut = l({
704
+ displayName: "GiShield",
705
+ animationFn: o,
706
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
707
+ /* @__PURE__ */ t("path", { d: "M4 4L12 2L20 4L20 12Q20 20 12 22Q4 20 4 12Z", fill: e }),
708
+ /* @__PURE__ */ t("rect", { x: "11", y: "6", width: "2", height: "10", rx: "0.5", fill: i, opacity: "0.6" }),
709
+ /* @__PURE__ */ t("rect", { x: "7", y: "10", width: "10", height: "2", rx: "0.5", fill: i, opacity: "0.6" }),
710
+ /* @__PURE__ */ t("path", { d: "M4 4L12 2L20 4L20 12Q20 20 12 22Q4 20 4 12Z", fill: "none", stroke: i, strokeWidth: "0.8" })
711
+ ] })
712
+ }), W1 = {
713
+ GiSword: ht,
714
+ GiAxe: yt,
715
+ GiBow: xt,
716
+ GiStaff: pt,
717
+ GiDagger: kt,
718
+ GiHammer: ft,
719
+ GiSpear: Lt,
720
+ GiWand: mt,
721
+ GiShield: ut
722
+ }, Wt = l({
723
+ displayName: "GiHelmet",
724
+ animationFn: o,
725
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
726
+ /* @__PURE__ */ t("path", { d: "M6 12L6 7Q6 2 12 2Q18 2 18 7L18 12Z", fill: e }),
727
+ /* @__PURE__ */ t("line", { x1: "6", y1: "10", x2: "18", y2: "10", stroke: i, strokeWidth: "0.8" }),
728
+ /* @__PURE__ */ t("rect", { x: "8", y: "10", width: "8", height: "5", rx: "0.5", fill: e }),
729
+ /* @__PURE__ */ t("rect", { x: "9", y: "11.5", width: "6", height: "1.5", rx: "0.5", fill: i, opacity: "0.3" }),
730
+ /* @__PURE__ */ t("line", { x1: "6", y1: "14", x2: "18", y2: "14", stroke: i, strokeWidth: "1" })
731
+ ] })
732
+ }), gt = l({
733
+ displayName: "GiChestplate",
734
+ animationFn: o,
735
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
736
+ /* @__PURE__ */ t("path", { d: "M5 5L9 3L12 4L15 3L19 5L19 16Q19 18 12 20Q5 18 5 16Z", fill: e }),
737
+ /* @__PURE__ */ t("path", { d: "M5 5L9 3L12 4L15 3L19 5", fill: "none", stroke: i, strokeWidth: "0.8" }),
738
+ /* @__PURE__ */ t("line", { x1: "12", y1: "4", x2: "12", y2: "17", stroke: i, strokeWidth: "0.5", opacity: "0.4" }),
739
+ /* @__PURE__ */ t("line", { x1: "7", y1: "9", x2: "17", y2: "9", stroke: i, strokeWidth: "0.5", opacity: "0.4" })
740
+ ] })
741
+ }), Gt = l({
742
+ displayName: "GiBoots",
743
+ animationFn: o,
744
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
745
+ /* @__PURE__ */ t("path", { d: "M5 8L5 18L2 18L2 20L9 20L9 8Z", fill: e }),
746
+ /* @__PURE__ */ t("line", { x1: "5", y1: "12", x2: "9", y2: "12", stroke: i, strokeWidth: "0.6", opacity: "0.4" }),
747
+ /* @__PURE__ */ t("path", { d: "M15 8L15 18L22 18L22 20L15 20L15 8Z", fill: e }),
748
+ /* @__PURE__ */ t("line", { x1: "15", y1: "12", x2: "19", y2: "12", stroke: i, strokeWidth: "0.6", opacity: "0.4" }),
749
+ /* @__PURE__ */ t("rect", { x: "4.5", y: "7", width: "5", height: "2", rx: "0.5", fill: i, opacity: "0.5" }),
750
+ /* @__PURE__ */ t("rect", { x: "14.5", y: "7", width: "5", height: "2", rx: "0.5", fill: i, opacity: "0.5" })
751
+ ] })
752
+ }), Mt = l({
753
+ displayName: "GiGloves",
754
+ animationFn: o,
755
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
756
+ /* @__PURE__ */ t("rect", { x: "3", y: "8", width: "5", height: "8", rx: "1.5", fill: e }),
757
+ /* @__PURE__ */ t("line", { x1: "3.5", y1: "12", x2: "7.5", y2: "12", stroke: i, strokeWidth: "0.5" }),
758
+ /* @__PURE__ */ t("line", { x1: "4", y1: "16", x2: "4", y2: "19", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
759
+ /* @__PURE__ */ t("line", { x1: "5.5", y1: "16", x2: "5.5", y2: "20", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
760
+ /* @__PURE__ */ t("line", { x1: "7", y1: "16", x2: "7", y2: "19", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
761
+ /* @__PURE__ */ t("line", { x1: "3", y1: "12", x2: "1.5", y2: "14", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
762
+ /* @__PURE__ */ t("rect", { x: "16", y: "8", width: "5", height: "8", rx: "1.5", fill: e }),
763
+ /* @__PURE__ */ t("line", { x1: "16.5", y1: "12", x2: "20.5", y2: "12", stroke: i, strokeWidth: "0.5" }),
764
+ /* @__PURE__ */ t("line", { x1: "17", y1: "16", x2: "17", y2: "19", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
765
+ /* @__PURE__ */ t("line", { x1: "18.5", y1: "16", x2: "18.5", y2: "20", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
766
+ /* @__PURE__ */ t("line", { x1: "20", y1: "16", x2: "20", y2: "19", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" }),
767
+ /* @__PURE__ */ t("line", { x1: "21", y1: "12", x2: "22.5", y2: "14", stroke: e, strokeWidth: "1.2", strokeLinecap: "round" })
768
+ ] })
769
+ }), wt = l({
770
+ displayName: "GiAmulet",
771
+ animationFn: o,
772
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
773
+ /* @__PURE__ */ t("path", { d: "M8 3Q12 6 16 3", stroke: i, strokeWidth: "1", fill: "none" }),
774
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "13", r: "5", fill: e }),
775
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "13", r: "3", fill: i, opacity: "0.4" }),
776
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "13", r: "1.2", fill: i })
777
+ ] })
778
+ }), Qt = l({
779
+ displayName: "GiSpellLightning",
780
+ animationFn: o,
781
+ content: (e) => /* @__PURE__ */ t(n, { children: /* @__PURE__ */ t("polygon", { points: "14,1 8,11 12,11 7,23 18,10 13,10", fill: e }) })
782
+ }), Nt = l({
783
+ displayName: "GiSpellFire",
784
+ animationFn: o,
785
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
786
+ /* @__PURE__ */ t("path", { d: "M12 2Q18 8 17 14Q16 20 12 22Q8 20 7 14Q6 8 12 2Z", fill: e }),
787
+ /* @__PURE__ */ t("path", { d: "M12 8Q15 12 14 16Q13 19 12 20Q11 19 10 16Q9 12 12 8Z", fill: i, opacity: "0.6" })
788
+ ] })
789
+ }), vt = l({
790
+ displayName: "GiSpellIce",
791
+ animationFn: o,
792
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
793
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "2", fill: e }),
794
+ /* @__PURE__ */ t("line", { x1: "12", y1: "2", x2: "12", y2: "22", stroke: e, strokeWidth: "1.5" }),
795
+ /* @__PURE__ */ t("line", { x1: "3.4", y1: "7", x2: "20.6", y2: "17", stroke: e, strokeWidth: "1.5" }),
796
+ /* @__PURE__ */ t("line", { x1: "3.4", y1: "17", x2: "20.6", y2: "7", stroke: e, strokeWidth: "1.5" }),
797
+ /* @__PURE__ */ t("path", { d: "M12 2L10 5M12 2L14 5", stroke: i, strokeWidth: "0.8" }),
798
+ /* @__PURE__ */ t("path", { d: "M12 22L10 19M12 22L14 19", stroke: i, strokeWidth: "0.8" })
799
+ ] })
800
+ }), Zt = l({
801
+ displayName: "GiSpellHeal",
802
+ animationFn: o,
803
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
804
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "9", fill: i, opacity: "0.15" }),
805
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "6", fill: i, opacity: "0.1" }),
806
+ /* @__PURE__ */ t("rect", { x: "10", y: "5", width: "4", height: "14", rx: "1", fill: e }),
807
+ /* @__PURE__ */ t("rect", { x: "5", y: "10", width: "14", height: "4", rx: "1", fill: e })
808
+ ] })
809
+ }), bt = l({
810
+ displayName: "GiSpellPoison",
811
+ animationFn: o,
812
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
813
+ /* @__PURE__ */ t("circle", { cx: "10", cy: "14", r: "4", fill: e, opacity: "0.6" }),
814
+ /* @__PURE__ */ t("circle", { cx: "15", cy: "13", r: "3.5", fill: e, opacity: "0.5" }),
815
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "10", r: "3", fill: e, opacity: "0.7" }),
816
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "2.5", fill: i, opacity: "0.6" }),
817
+ /* @__PURE__ */ t("circle", { cx: "11", cy: "11.5", r: "0.5", fill: e }),
818
+ /* @__PURE__ */ t("circle", { cx: "13", cy: "11.5", r: "0.5", fill: e }),
819
+ /* @__PURE__ */ t("path", { d: "M11 13.5L12 14L13 13.5", stroke: e, strokeWidth: "0.5", fill: "none" })
820
+ ] })
821
+ }), Ft = l({
822
+ displayName: "GiSpellShield",
823
+ animationFn: o,
824
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
825
+ /* @__PURE__ */ t("path", { d: "M4 16Q4 4 12 2Q20 4 20 16", stroke: e, strokeWidth: "2", fill: "none" }),
826
+ /* @__PURE__ */ t("path", { d: "M4 16Q4 4 12 2Q20 4 20 16", fill: i, opacity: "0.1" }),
827
+ /* @__PURE__ */ t("path", { d: "M7 15Q7 6 12 4Q17 6 17 15", stroke: e, strokeWidth: "1", fill: "none", opacity: "0.5" }),
828
+ /* @__PURE__ */ t("circle", { cx: "8", cy: "10", r: "0.5", fill: e, opacity: "0.6" }),
829
+ /* @__PURE__ */ t("circle", { cx: "16", cy: "10", r: "0.5", fill: e, opacity: "0.6" }),
830
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "5", r: "0.5", fill: e, opacity: "0.6" })
831
+ ] })
832
+ }), Ct = l({
833
+ displayName: "GiSpellTeleport",
834
+ animationFn: o,
835
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
836
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "18", rx: "7", ry: "3", fill: "none", stroke: e, strokeWidth: "1.5" }),
837
+ /* @__PURE__ */ t("path", { d: "M12 18Q8 14 12 12Q16 10 12 7Q8 4 12 2", stroke: i, strokeWidth: "1.5", fill: "none", strokeLinecap: "round" }),
838
+ /* @__PURE__ */ t("circle", { cx: "10", cy: "6", r: "0.6", fill: e, opacity: "0.7" }),
839
+ /* @__PURE__ */ t("circle", { cx: "14", cy: "10", r: "0.6", fill: e, opacity: "0.7" }),
840
+ /* @__PURE__ */ t("circle", { cx: "9", cy: "14", r: "0.6", fill: e, opacity: "0.7" })
841
+ ] })
842
+ }), St = l({
843
+ displayName: "GiStatusBurn",
844
+ animationFn: o,
845
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
846
+ /* @__PURE__ */ t("path", { d: "M12 2Q16 6 16 10Q16 14 12 16Q8 14 8 10Q8 6 12 2Z", fill: e }),
847
+ /* @__PURE__ */ t("path", { d: "M12 6Q14 8 14 10Q14 13 12 14Q10 13 10 10Q10 8 12 6Z", fill: i, opacity: "0.5" }),
848
+ /* @__PURE__ */ t("circle", { cx: "9", cy: "16", r: "1", fill: e, opacity: "0.6" }),
849
+ /* @__PURE__ */ t("circle", { cx: "15", cy: "15", r: "0.8", fill: e, opacity: "0.6" }),
850
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "18", r: "1.2", fill: e, opacity: "0.4" })
851
+ ] })
852
+ }), Bt = l({
853
+ displayName: "GiStatusFreeze",
854
+ animationFn: o,
855
+ content: (e) => /* @__PURE__ */ r(n, { children: [
856
+ /* @__PURE__ */ t("line", { x1: "12", y1: "2", x2: "12", y2: "22", stroke: e, strokeWidth: "2" }),
857
+ /* @__PURE__ */ t("line", { x1: "3", y1: "7", x2: "21", y2: "17", stroke: e, strokeWidth: "2" }),
858
+ /* @__PURE__ */ t("line", { x1: "3", y1: "17", x2: "21", y2: "7", stroke: e, strokeWidth: "2" }),
859
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "2.5", fill: e })
860
+ ] })
861
+ }), $t = l({
862
+ displayName: "GiStatusStun",
863
+ animationFn: o,
864
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
865
+ /* @__PURE__ */ t("path", { d: "M6 6L7.5 9L5 8L6 10.5L3.5 9.5Z", fill: e }),
866
+ /* @__PURE__ */ t("path", { d: "M18 6L16.5 9L19 8L18 10.5L20.5 9.5Z", fill: e }),
867
+ /* @__PURE__ */ t("path", { d: "M12 3L13 5.5L10.5 4.5L12 7L9.5 5.5Z", fill: e }),
868
+ /* @__PURE__ */ t("path", { d: "M8 14Q12 10 16 14Q14 18 12 16Q10 14 12 12", stroke: i, strokeWidth: "1.5", fill: "none", strokeLinecap: "round" })
869
+ ] })
870
+ }), Tt = l({
871
+ displayName: "GiStatusBleed",
872
+ animationFn: o,
873
+ content: (e) => /* @__PURE__ */ r(n, { children: [
874
+ /* @__PURE__ */ t("path", { d: "M12 2L14 8L12 14L10 8Z", fill: e }),
875
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "16", r: "3", fill: e }),
876
+ /* @__PURE__ */ t("path", { d: "M7 8L8 12L6 10Z", fill: e, opacity: "0.6" }),
877
+ /* @__PURE__ */ t("path", { d: "M17 8L16 12L18 10Z", fill: e, opacity: "0.6" }),
878
+ /* @__PURE__ */ t("circle", { cx: "8", cy: "18", r: "1", fill: e, opacity: "0.4" }),
879
+ /* @__PURE__ */ t("circle", { cx: "16", cy: "19", r: "0.8", fill: e, opacity: "0.4" })
880
+ ] })
881
+ }), At = l({
882
+ displayName: "GiStatusSleep",
883
+ animationFn: o,
884
+ content: (e) => /* @__PURE__ */ r(n, { children: [
885
+ /* @__PURE__ */ t("text", { x: "6", y: "12", fontSize: "8", fontWeight: "bold", fill: e, opacity: "0.5", children: "Z" }),
886
+ /* @__PURE__ */ t("text", { x: "11", y: "9", fontSize: "10", fontWeight: "bold", fill: e, opacity: "0.7", children: "Z" }),
887
+ /* @__PURE__ */ t("text", { x: "15", y: "5", fontSize: "12", fontWeight: "bold", fill: e, children: "Z" })
888
+ ] })
889
+ }), It = l({
890
+ displayName: "GiTree",
891
+ animationFn: o,
892
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
893
+ /* @__PURE__ */ t("rect", { x: "10.5", y: "14", width: "3", height: "8", rx: "0.5", fill: i }),
894
+ /* @__PURE__ */ t("polygon", { points: "12,2 6,10 18,10", fill: e }),
895
+ /* @__PURE__ */ t("polygon", { points: "12,6 5,14 19,14", fill: e })
896
+ ] })
897
+ }), Ht = l({
898
+ displayName: "GiRock",
899
+ animationFn: o,
900
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
901
+ /* @__PURE__ */ t("polygon", { points: "5,20 3,14 7,8 12,6 17,8 21,13 20,20", fill: e }),
902
+ /* @__PURE__ */ t("line", { x1: "10", y1: "10", x2: "8", y2: "16", stroke: i, strokeWidth: "0.5", opacity: "0.4" }),
903
+ /* @__PURE__ */ t("line", { x1: "15", y1: "9", x2: "17", y2: "15", stroke: i, strokeWidth: "0.5", opacity: "0.4" })
904
+ ] })
905
+ }), Pt = l({
906
+ displayName: "GiWater",
907
+ animationFn: o,
908
+ content: (e) => /* @__PURE__ */ r(n, { children: [
909
+ /* @__PURE__ */ t("path", { d: "M2 10Q6 7 8 10Q10 13 12 10Q14 7 16 10Q18 13 22 10", stroke: e, strokeWidth: "2", fill: "none" }),
910
+ /* @__PURE__ */ t("path", { d: "M2 15Q6 12 8 15Q10 18 12 15Q14 12 16 15Q18 18 22 15", stroke: e, strokeWidth: "2", fill: "none", opacity: "0.7" }),
911
+ /* @__PURE__ */ t("path", { d: "M2 20Q6 17 8 20Q10 23 12 20Q14 17 16 20Q18 23 22 20", stroke: e, strokeWidth: "2", fill: "none", opacity: "0.4" })
912
+ ] })
913
+ }), Dt = l({
914
+ displayName: "GiMountain",
915
+ animationFn: o,
916
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
917
+ /* @__PURE__ */ t("polygon", { points: "12,2 22,22 2,22", fill: e }),
918
+ /* @__PURE__ */ t("polygon", { points: "12,2 9,8 15,8", fill: i, opacity: "0.6" })
919
+ ] })
920
+ }), Rt = l({
921
+ displayName: "GiBridge",
922
+ animationFn: o,
923
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
924
+ /* @__PURE__ */ t("rect", { x: "2", y: "10", width: "20", height: "3", rx: "0.5", fill: e }),
925
+ /* @__PURE__ */ t("rect", { x: "3", y: "6", width: "2", height: "4", rx: "0.3", fill: i }),
926
+ /* @__PURE__ */ t("rect", { x: "19", y: "6", width: "2", height: "4", rx: "0.3", fill: i }),
927
+ /* @__PURE__ */ t("path", { d: "M4 13Q12 20 20 13", stroke: i, strokeWidth: "1", fill: "none" }),
928
+ /* @__PURE__ */ t("line", { x1: "3", y1: "6", x2: "21", y2: "6", stroke: i, strokeWidth: "1" })
929
+ ] })
930
+ }), g1 = { GiHelmet: Wt, GiChestplate: gt, GiBoots: Gt, GiGloves: Mt, GiAmulet: wt }, G1 = { GiSpellLightning: Qt, GiSpellFire: Nt, GiSpellIce: vt, GiSpellHeal: Zt, GiSpellPoison: bt, GiSpellShield: Ft, GiSpellTeleport: Ct }, M1 = { GiStatusBurn: St, GiStatusFreeze: Bt, GiStatusStun: $t, GiStatusBleed: Tt, GiStatusSleep: At }, w1 = { GiTree: It, GiRock: Ht, GiWater: Pt, GiMountain: Dt, GiBridge: Rt }, M = m(
931
+ ({
932
+ size: e = 24,
933
+ animation: i = "none",
934
+ color: a = "currentColor",
935
+ secondaryColor: d = "#888",
936
+ className: c,
937
+ style: s,
938
+ ...p
939
+ }, k) => /* @__PURE__ */ t(
940
+ "svg",
941
+ {
942
+ ref: k,
943
+ xmlns: "http://www.w3.org/2000/svg",
944
+ viewBox: "0 0 24 24",
945
+ width: e,
946
+ height: e,
947
+ fill: "none",
948
+ className: c,
949
+ style: s,
950
+ role: "img",
951
+ "aria-label": "GiChest",
952
+ ...p,
953
+ children: /* @__PURE__ */ r("g", { children: [
954
+ /* @__PURE__ */ t("rect", { x: "3", y: "12", width: "18", height: "10", rx: "1.5", fill: a }),
955
+ /* @__PURE__ */ t("rect", { x: "10.5", y: "14", width: "3", height: "3", rx: "0.5", fill: d }),
956
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "15.5", r: "0.6", fill: a }),
957
+ /* @__PURE__ */ t("line", { x1: "3", y1: "17", x2: "21", y2: "17", stroke: d, strokeWidth: "0.8" }),
958
+ /* @__PURE__ */ r("g", { children: [
959
+ /* @__PURE__ */ t("path", { d: "M3 12L3 8Q3 5 12 5Q21 5 21 8L21 12Z", fill: a }),
960
+ /* @__PURE__ */ t("line", { x1: "3", y1: "9", x2: "21", y2: "9", stroke: d, strokeWidth: "0.8" }),
961
+ i === "open" && /* @__PURE__ */ t(
962
+ "animateTransform",
963
+ {
964
+ attributeName: "transform",
965
+ type: "rotate",
966
+ values: "0 12 12;-40 12 12",
967
+ dur: "0.5s",
968
+ fill: "freeze"
969
+ }
970
+ )
971
+ ] }),
972
+ i !== "none" && i !== "open" && o(i)
973
+ ] })
974
+ }
975
+ )
976
+ );
977
+ M.displayName = "GiChest";
978
+ const jt = l({
979
+ displayName: "GiBarrel",
980
+ animationFn: o,
981
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
982
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "4", rx: "6", ry: "2.5", fill: e }),
983
+ /* @__PURE__ */ t("path", { d: "M6 4L6 20Q6 22 12 22Q18 22 18 20L18 4", fill: e }),
984
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "4", rx: "6", ry: "2.5", fill: e }),
985
+ /* @__PURE__ */ t("line", { x1: "6.5", y1: "9", x2: "17.5", y2: "9", stroke: i, strokeWidth: "1" }),
986
+ /* @__PURE__ */ t("line", { x1: "6.5", y1: "17", x2: "17.5", y2: "17", stroke: i, strokeWidth: "1" }),
987
+ /* @__PURE__ */ t("line", { x1: "8", y1: "4", x2: "8", y2: "21", stroke: i, strokeWidth: "0.5", opacity: "0.4" }),
988
+ /* @__PURE__ */ t("line", { x1: "16", y1: "4", x2: "16", y2: "21", stroke: i, strokeWidth: "0.5", opacity: "0.4" })
989
+ ] })
990
+ }), Kt = l({
991
+ displayName: "GiCrate",
992
+ animationFn: o,
993
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
994
+ /* @__PURE__ */ t("rect", { x: "3", y: "6", width: "18", height: "16", rx: "1", fill: e }),
995
+ /* @__PURE__ */ t("line", { x1: "12", y1: "6", x2: "12", y2: "22", stroke: i, strokeWidth: "0.8" }),
996
+ /* @__PURE__ */ t("line", { x1: "3", y1: "14", x2: "21", y2: "14", stroke: i, strokeWidth: "0.8" }),
997
+ /* @__PURE__ */ t("line", { x1: "3", y1: "6", x2: "21", y2: "22", stroke: i, strokeWidth: "0.4", opacity: "0.3" }),
998
+ /* @__PURE__ */ t("line", { x1: "21", y1: "6", x2: "3", y2: "22", stroke: i, strokeWidth: "0.4", opacity: "0.3" })
999
+ ] })
1000
+ }), Ot = l({
1001
+ displayName: "GiBag",
1002
+ animationFn: o,
1003
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1004
+ /* @__PURE__ */ t("path", { d: "M8 8Q8 3 12 3Q16 3 16 8", stroke: i, strokeWidth: "1.5", fill: "none" }),
1005
+ /* @__PURE__ */ t("path", { d: "M5 8Q5 8 5 10L6 22L18 22L19 10Q19 8 19 8Z", fill: e }),
1006
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "8", r: "1", fill: i }),
1007
+ /* @__PURE__ */ t("line", { x1: "8", y1: "14", x2: "16", y2: "14", stroke: i, strokeWidth: "0.5", opacity: "0.4" })
1008
+ ] })
1009
+ }), Vt = l({
1010
+ displayName: "GiHealthPotion",
1011
+ animationFn: o,
1012
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1013
+ /* @__PURE__ */ t("rect", { x: "10", y: "3", width: "4", height: "4", rx: "0.5", fill: i }),
1014
+ /* @__PURE__ */ t("rect", { x: "10.5", y: "1.5", width: "3", height: "2", rx: "0.5", fill: i, opacity: "0.6" }),
1015
+ /* @__PURE__ */ t(
1016
+ "path",
1017
+ {
1018
+ d: "M8 7L10 7L10 7L8 7Q6 9 6 13L6 19Q6 21 12 21Q18 21 18 19L18 13Q18 9 16 7L14 7Z",
1019
+ fill: e
1020
+ }
1021
+ ),
1022
+ /* @__PURE__ */ t("path", { d: "M7 13L17 13L17 19Q17 20 12 20Q7 20 7 19Z", fill: i, opacity: "0.5" }),
1023
+ /* @__PURE__ */ t("rect", { x: "11", y: "14", width: "2", height: "5", rx: "0.3", fill: e }),
1024
+ /* @__PURE__ */ t("rect", { x: "9", y: "15.5", width: "6", height: "2", rx: "0.3", fill: e })
1025
+ ] })
1026
+ }), Xt = l({
1027
+ displayName: "GiManaPotion",
1028
+ animationFn: o,
1029
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1030
+ /* @__PURE__ */ t("rect", { x: "10", y: "3", width: "4", height: "4", rx: "0.5", fill: i }),
1031
+ /* @__PURE__ */ t("rect", { x: "10.5", y: "1.5", width: "3", height: "2", rx: "0.5", fill: i, opacity: "0.6" }),
1032
+ /* @__PURE__ */ t("path", { d: "M8 7Q6 9 6 13L6 19Q6 21 12 21Q18 21 18 19L18 13Q18 9 16 7Z", fill: e }),
1033
+ /* @__PURE__ */ t("path", { d: "M7 13L17 13L17 19Q17 20 12 20Q7 20 7 19Z", fill: i, opacity: "0.5" }),
1034
+ /* @__PURE__ */ t(
1035
+ "path",
1036
+ {
1037
+ d: "M12 14L12.8 16L15 16L13.3 17.3L14 19.5L12 18L10 19.5L10.7 17.3L9 16L11.2 16Z",
1038
+ fill: e
1039
+ }
1040
+ )
1041
+ ] })
1042
+ }), Yt = l({
1043
+ displayName: "GiFood",
1044
+ animationFn: o,
1045
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1046
+ /* @__PURE__ */ t("path", { d: "M7 10Q4 10 4 15Q4 20 12 21Q20 20 20 15Q20 10 17 10Q15 10 12 8Q9 10 7 10Z", fill: e }),
1047
+ /* @__PURE__ */ t("line", { x1: "12", y1: "8", x2: "12", y2: "5", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" }),
1048
+ /* @__PURE__ */ t("path", { d: "M12 6Q14 4 16 5Q14 6 12 6Z", fill: i }),
1049
+ /* @__PURE__ */ t("path", { d: "M8 12Q9 11 10 12", stroke: i, strokeWidth: "0.5", fill: "none", opacity: "0.4" })
1050
+ ] })
1051
+ }), _t = l({
1052
+ displayName: "GiScroll",
1053
+ animationFn: o,
1054
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1055
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "4", rx: "7", ry: "2", fill: i }),
1056
+ /* @__PURE__ */ t("rect", { x: "5", y: "4", width: "14", height: "14", fill: e }),
1057
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "18", rx: "7", ry: "2", fill: i }),
1058
+ /* @__PURE__ */ t("line", { x1: "7", y1: "7", x2: "17", y2: "7", stroke: i, strokeWidth: "0.5", opacity: "0.4" }),
1059
+ /* @__PURE__ */ t("line", { x1: "7", y1: "9", x2: "15", y2: "9", stroke: i, strokeWidth: "0.5", opacity: "0.4" }),
1060
+ /* @__PURE__ */ t("line", { x1: "7", y1: "11", x2: "16", y2: "11", stroke: i, strokeWidth: "0.5", opacity: "0.4" }),
1061
+ /* @__PURE__ */ t("line", { x1: "7", y1: "13", x2: "14", y2: "13", stroke: i, strokeWidth: "0.5", opacity: "0.4" }),
1062
+ /* @__PURE__ */ t("line", { x1: "7", y1: "15", x2: "17", y2: "15", stroke: i, strokeWidth: "0.5", opacity: "0.4" })
1063
+ ] })
1064
+ }), qt = l({
1065
+ displayName: "GiBomb",
1066
+ animationFn: o,
1067
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1068
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "14", r: "7", fill: e }),
1069
+ /* @__PURE__ */ t("circle", { cx: "9.5", cy: "11.5", r: "1.5", fill: i, opacity: "0.3" }),
1070
+ /* @__PURE__ */ t("path", { d: "M14 7Q16 5 18 3", stroke: i, strokeWidth: "1.2", fill: "none", strokeLinecap: "round" }),
1071
+ /* @__PURE__ */ t("circle", { cx: "18.5", cy: "2.5", r: "1", fill: i, opacity: "0.8", children: /* @__PURE__ */ t("animate", { attributeName: "opacity", values: "0.8;0.2;0.8", dur: "0.3s", repeatCount: "indefinite" }) })
1072
+ ] })
1073
+ }), zt = l({
1074
+ displayName: "GiCoin",
1075
+ animationFn: o,
1076
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1077
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "8", fill: e }),
1078
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "6.5", fill: "none", stroke: i, strokeWidth: "0.8" }),
1079
+ /* @__PURE__ */ t("text", { x: "12", y: "16", textAnchor: "middle", fontSize: "10", fontWeight: "bold", fill: i, children: "$" })
1080
+ ] })
1081
+ }), Et = l({
1082
+ displayName: "GiGem",
1083
+ animationFn: o,
1084
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1085
+ /* @__PURE__ */ t("polygon", { points: "12,2 20,9 12,22 4,9", fill: e }),
1086
+ /* @__PURE__ */ t("line", { x1: "4", y1: "9", x2: "20", y2: "9", stroke: i, strokeWidth: "0.8" }),
1087
+ /* @__PURE__ */ t("line", { x1: "12", y1: "2", x2: "8", y2: "9", stroke: i, strokeWidth: "0.5", opacity: "0.5" }),
1088
+ /* @__PURE__ */ t("line", { x1: "12", y1: "2", x2: "16", y2: "9", stroke: i, strokeWidth: "0.5", opacity: "0.5" }),
1089
+ /* @__PURE__ */ t("line", { x1: "8", y1: "9", x2: "12", y2: "22", stroke: i, strokeWidth: "0.5", opacity: "0.5" }),
1090
+ /* @__PURE__ */ t("line", { x1: "16", y1: "9", x2: "12", y2: "22", stroke: i, strokeWidth: "0.5", opacity: "0.5" }),
1091
+ /* @__PURE__ */ t("polygon", { points: "12,2 8,9 12,9", fill: i, opacity: "0.2" })
1092
+ ] })
1093
+ }), Jt = l({
1094
+ displayName: "GiCrown",
1095
+ animationFn: o,
1096
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1097
+ /* @__PURE__ */ t("path", { d: "M3 18L3 10L7 14L12 7L17 14L21 10L21 18Z", fill: e }),
1098
+ /* @__PURE__ */ t("rect", { x: "3", y: "18", width: "18", height: "3", rx: "0.5", fill: e }),
1099
+ /* @__PURE__ */ t("line", { x1: "3", y1: "18", x2: "21", y2: "18", stroke: i, strokeWidth: "0.8" }),
1100
+ /* @__PURE__ */ t("circle", { cx: "7", cy: "16", r: "0.8", fill: i }),
1101
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "15", r: "0.8", fill: i }),
1102
+ /* @__PURE__ */ t("circle", { cx: "17", cy: "16", r: "0.8", fill: i })
1103
+ ] })
1104
+ }), Ut = l({
1105
+ displayName: "GiKey",
1106
+ animationFn: o,
1107
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1108
+ /* @__PURE__ */ t("circle", { cx: "8", cy: "7", r: "4", fill: "none", stroke: e, strokeWidth: "2" }),
1109
+ /* @__PURE__ */ t("circle", { cx: "8", cy: "7", r: "1.5", fill: "none", stroke: e, strokeWidth: "1" }),
1110
+ /* @__PURE__ */ t("line", { x1: "12", y1: "7", x2: "20", y2: "7", stroke: e, strokeWidth: "2", strokeLinecap: "round" }),
1111
+ /* @__PURE__ */ t("line", { x1: "18", y1: "7", x2: "18", y2: "11", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
1112
+ /* @__PURE__ */ t("line", { x1: "16", y1: "7", x2: "16", y2: "10", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
1113
+ ] })
1114
+ }), t1 = l({
1115
+ displayName: "GiRing",
1116
+ animationFn: o,
1117
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1118
+ /* @__PURE__ */ t("ellipse", { cx: "12", cy: "13", rx: "7", ry: "6", fill: "none", stroke: e, strokeWidth: "2.5" }),
1119
+ /* @__PURE__ */ t(
1120
+ "ellipse",
1121
+ {
1122
+ cx: "12",
1123
+ cy: "13",
1124
+ rx: "4.5",
1125
+ ry: "3.5",
1126
+ fill: "none",
1127
+ stroke: e,
1128
+ strokeWidth: "0.5",
1129
+ opacity: "0.3"
1130
+ }
1131
+ ),
1132
+ /* @__PURE__ */ t("polygon", { points: "12,5 14,8 10,8", fill: i }),
1133
+ /* @__PURE__ */ t("rect", { x: "10.5", y: "8", width: "3", height: "1.5", rx: "0.3", fill: i, opacity: "0.6" })
1134
+ ] })
1135
+ }), e1 = l({
1136
+ displayName: "GiTorch",
1137
+ animationFn: o,
1138
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1139
+ /* @__PURE__ */ t("rect", { x: "11", y: "10", width: "2", height: "12", rx: "0.5", fill: i }),
1140
+ /* @__PURE__ */ t("rect", { x: "10", y: "10", width: "4", height: "3", rx: "1", fill: e }),
1141
+ /* @__PURE__ */ t("path", { d: "M12 3Q14 5 14 7Q14 10 12 10Q10 10 10 7Q10 5 12 3Z", fill: e, children: /* @__PURE__ */ t(
1142
+ "animate",
1143
+ {
1144
+ attributeName: "d",
1145
+ values: "M12 3Q14 5 14 7Q14 10 12 10Q10 10 10 7Q10 5 12 3Z;M12 2Q15 5 14.5 7.5Q14 10 12 10Q10 10 9.5 7.5Q9 5 12 2Z;M12 3Q14 5 14 7Q14 10 12 10Q10 10 10 7Q10 5 12 3Z",
1146
+ dur: "0.7s",
1147
+ repeatCount: "indefinite"
1148
+ }
1149
+ ) }),
1150
+ /* @__PURE__ */ t("path", { d: "M12 5Q13 6.5 13 7.5Q13 9 12 9Q11 9 11 7.5Q11 6.5 12 5Z", fill: i, opacity: "0.6" })
1151
+ ] })
1152
+ }), i1 = l({
1153
+ displayName: "GiDoor",
1154
+ animationFn: o,
1155
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1156
+ /* @__PURE__ */ t("rect", { x: "4", y: "2", width: "16", height: "20", rx: "0.5", fill: i, opacity: "0.3" }),
1157
+ /* @__PURE__ */ t("rect", { x: "5", y: "3", width: "14", height: "19", rx: "0.5", fill: e }),
1158
+ /* @__PURE__ */ t(
1159
+ "rect",
1160
+ {
1161
+ x: "7",
1162
+ y: "5",
1163
+ width: "10",
1164
+ height: "6",
1165
+ rx: "0.5",
1166
+ fill: "none",
1167
+ stroke: i,
1168
+ strokeWidth: "0.6",
1169
+ opacity: "0.4"
1170
+ }
1171
+ ),
1172
+ /* @__PURE__ */ t(
1173
+ "rect",
1174
+ {
1175
+ x: "7",
1176
+ y: "13",
1177
+ width: "10",
1178
+ height: "6",
1179
+ rx: "0.5",
1180
+ fill: "none",
1181
+ stroke: i,
1182
+ strokeWidth: "0.6",
1183
+ opacity: "0.4"
1184
+ }
1185
+ ),
1186
+ /* @__PURE__ */ t("circle", { cx: "16", cy: "13", r: "1", fill: i })
1187
+ ] })
1188
+ }), r1 = l({
1189
+ displayName: "GiFlag",
1190
+ animationFn: o,
1191
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1192
+ /* @__PURE__ */ t("line", { x1: "6", y1: "2", x2: "6", y2: "22", stroke: i, strokeWidth: "1.5", strokeLinecap: "round" }),
1193
+ /* @__PURE__ */ t("path", { d: "M6 3L20 6L6 12Z", fill: e, children: /* @__PURE__ */ t(
1194
+ "animate",
1195
+ {
1196
+ attributeName: "d",
1197
+ values: "M6 3L20 6L6 12Z;M6 3L19 5.5L6 11.5Z;M6 3L20 6.5L6 12.5Z;M6 3L20 6L6 12Z",
1198
+ dur: "1.5s",
1199
+ repeatCount: "indefinite"
1200
+ }
1201
+ ) }),
1202
+ /* @__PURE__ */ t("circle", { cx: "6", cy: "2", r: "1", fill: i })
1203
+ ] })
1204
+ }), n1 = l({
1205
+ displayName: "GiTrap",
1206
+ animationFn: o,
1207
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1208
+ /* @__PURE__ */ t("rect", { x: "3", y: "18", width: "18", height: "3", rx: "0.5", fill: i }),
1209
+ /* @__PURE__ */ t("polygon", { points: "5,18 6.5,10 8,18", fill: e }),
1210
+ /* @__PURE__ */ t("polygon", { points: "8.5,18 10,8 11.5,18", fill: e }),
1211
+ /* @__PURE__ */ t("polygon", { points: "12,18 13.5,8 15,18", fill: e }),
1212
+ /* @__PURE__ */ t("polygon", { points: "15.5,18 17,10 18.5,18", fill: e })
1213
+ ] })
1214
+ }), l1 = l({
1215
+ displayName: "GiCampfire",
1216
+ animationFn: o,
1217
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1218
+ /* @__PURE__ */ t("line", { x1: "4", y1: "20", x2: "14", y2: "16", stroke: i, strokeWidth: "2", strokeLinecap: "round" }),
1219
+ /* @__PURE__ */ t("line", { x1: "20", y1: "20", x2: "10", y2: "16", stroke: i, strokeWidth: "2", strokeLinecap: "round" }),
1220
+ /* @__PURE__ */ t("path", { d: "M12 5Q16 9 15 13Q14 16 12 16Q10 16 9 13Q8 9 12 5Z", fill: e, children: /* @__PURE__ */ t(
1221
+ "animate",
1222
+ {
1223
+ attributeName: "d",
1224
+ values: "M12 5Q16 9 15 13Q14 16 12 16Q10 16 9 13Q8 9 12 5Z;M12 3Q17 8 15.5 12.5Q14 16 12 16Q10 16 8.5 12.5Q7 8 12 3Z;M12 5Q16 9 15 13Q14 16 12 16Q10 16 9 13Q8 9 12 5Z",
1225
+ dur: "0.8s",
1226
+ repeatCount: "indefinite"
1227
+ }
1228
+ ) }),
1229
+ /* @__PURE__ */ t("path", { d: "M12 8Q14 10 13.5 12Q13 14 12 14Q11 14 10.5 12Q10 10 12 8Z", fill: i, opacity: "0.6", children: /* @__PURE__ */ t(
1230
+ "animate",
1231
+ {
1232
+ attributeName: "d",
1233
+ values: "M12 8Q14 10 13.5 12Q13 14 12 14Q11 14 10.5 12Q10 10 12 8Z;M12 7Q14.5 10 14 12.5Q13 14 12 14Q11 14 10 12.5Q9.5 10 12 7Z;M12 8Q14 10 13.5 12Q13 14 12 14Q11 14 10.5 12Q10 10 12 8Z",
1234
+ dur: "0.6s",
1235
+ repeatCount: "indefinite"
1236
+ }
1237
+ ) })
1238
+ ] })
1239
+ }), o1 = l({
1240
+ displayName: "GiArrow",
1241
+ animationFn: o,
1242
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1243
+ /* @__PURE__ */ t("line", { x1: "3", y1: "12", x2: "19", y2: "12", stroke: i, strokeWidth: "1.2", strokeLinecap: "round" }),
1244
+ /* @__PURE__ */ t("polygon", { points: "19,12 15,9.5 15,14.5", fill: e }),
1245
+ /* @__PURE__ */ t("path", { d: "M5 12L3 10L4 12L3 14Z", fill: e, opacity: "0.7" })
1246
+ ] })
1247
+ }), a1 = l({
1248
+ displayName: "GiFireball",
1249
+ animationFn: o,
1250
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1251
+ /* @__PURE__ */ t("path", { d: "M3 12Q6 8 8 12Q6 16 3 12Z", fill: e, opacity: "0.4" }),
1252
+ /* @__PURE__ */ t("path", { d: "M5 12Q8 9 10 12Q8 15 5 12Z", fill: e, opacity: "0.6" }),
1253
+ /* @__PURE__ */ t("circle", { cx: "14", cy: "12", r: "5", fill: e, children: /* @__PURE__ */ t("animate", { attributeName: "r", values: "5;5.5;4.8;5", dur: "0.3s", repeatCount: "indefinite" }) }),
1254
+ /* @__PURE__ */ t("circle", { cx: "14", cy: "12", r: "2.5", fill: i, opacity: "0.7" })
1255
+ ] })
1256
+ }), s1 = l({
1257
+ displayName: "GiShuriken",
1258
+ animationFn: o,
1259
+ content: (e) => /* @__PURE__ */ r(n, { children: [
1260
+ /* @__PURE__ */ t("path", { d: "M12 3L14 10L21 12L14 14L12 21L10 14L3 12L10 10Z", fill: e }),
1261
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "1.5", fill: "none", stroke: e, strokeWidth: "0.5" })
1262
+ ] })
1263
+ }), d1 = l({
1264
+ displayName: "GiIceShard",
1265
+ animationFn: o,
1266
+ content: (e, i) => /* @__PURE__ */ r(n, { children: [
1267
+ /* @__PURE__ */ t("polygon", { points: "12,2 15,10 13,22 11,22 9,10", fill: e }),
1268
+ /* @__PURE__ */ t("polygon", { points: "12,2 13,10 12,10", fill: i, opacity: "0.3" }),
1269
+ /* @__PURE__ */ t("polygon", { points: "9,10 6,8 8,12", fill: e, opacity: "0.7" }),
1270
+ /* @__PURE__ */ t("polygon", { points: "15,10 18,8 16,12", fill: e, opacity: "0.7" })
1271
+ ] })
1272
+ }), Q1 = { GiChest: M, GiBarrel: jt, GiCrate: Kt, GiBag: Ot }, N1 = { GiHealthPotion: Vt, GiManaPotion: Xt, GiFood: Yt, GiScroll: _t, GiBomb: qt }, v1 = { GiCoin: zt, GiGem: Et, GiCrown: Jt, GiKey: Ut, GiRing: t1 }, Z1 = { GiTorch: e1, GiDoor: i1, GiFlag: r1, GiTrap: n1, GiCampfire: l1 }, b1 = { GiArrow: o1, GiFireball: a1, GiShuriken: s1, GiIceShard: d1 }, w = m(
1273
+ ({
1274
+ size: e = 24,
1275
+ fill: i = 1,
1276
+ animation: a = "none",
1277
+ color: d = "#e74c3c",
1278
+ secondaryColor: c = "#555",
1279
+ className: s,
1280
+ style: p,
1281
+ ...k
1282
+ }, h) => {
1283
+ const y = Math.max(0, Math.min(1, i)), x = `heart-clip-${Math.random().toString(36).slice(2, 8)}`;
1284
+ return /* @__PURE__ */ r(
1285
+ "svg",
1286
+ {
1287
+ ref: h,
1288
+ xmlns: "http://www.w3.org/2000/svg",
1289
+ viewBox: "0 0 24 24",
1290
+ width: e,
1291
+ height: e,
1292
+ className: s,
1293
+ style: p,
1294
+ role: "img",
1295
+ "aria-label": "GiHeart",
1296
+ ...k,
1297
+ children: [
1298
+ /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: x, children: /* @__PURE__ */ t("rect", { x: "0", y: 24 - 24 * y, width: "24", height: 24 * y }) }) }),
1299
+ /* @__PURE__ */ r("g", { children: [
1300
+ /* @__PURE__ */ t(
1301
+ "path",
1302
+ {
1303
+ d: "M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z",
1304
+ fill: c,
1305
+ opacity: "0.3"
1306
+ }
1307
+ ),
1308
+ /* @__PURE__ */ t(
1309
+ "path",
1310
+ {
1311
+ d: "M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z",
1312
+ fill: d,
1313
+ clipPath: `url(#${x})`
1314
+ }
1315
+ ),
1316
+ a !== "none" && c1(a)
1317
+ ] })
1318
+ ]
1319
+ }
1320
+ );
1321
+ }
1322
+ );
1323
+ w.displayName = "GiHeart";
1324
+ function c1(e) {
1325
+ switch (e) {
1326
+ case "beat":
1327
+ return /* @__PURE__ */ t(
1328
+ "animateTransform",
1329
+ {
1330
+ attributeName: "transform",
1331
+ type: "scale",
1332
+ values: "1 1;1.15 1.15;1 1",
1333
+ dur: "0.6s",
1334
+ repeatCount: "indefinite",
1335
+ additive: "sum"
1336
+ }
1337
+ );
1338
+ case "damage":
1339
+ return /* @__PURE__ */ r(n, { children: [
1340
+ /* @__PURE__ */ t(
1341
+ "animateTransform",
1342
+ {
1343
+ attributeName: "transform",
1344
+ type: "translate",
1345
+ values: "0 0;-1 0;1 0;0 0",
1346
+ dur: "0.2s",
1347
+ repeatCount: "3"
1348
+ }
1349
+ ),
1350
+ /* @__PURE__ */ t("animate", { attributeName: "opacity", values: "1;0.4;1", dur: "0.15s", repeatCount: "4" })
1351
+ ] });
1352
+ case "heal":
1353
+ return /* @__PURE__ */ t(
1354
+ "animateTransform",
1355
+ {
1356
+ attributeName: "transform",
1357
+ type: "scale",
1358
+ values: "1 1;1.2 1.2;1 1",
1359
+ dur: "0.4s",
1360
+ repeatCount: "2"
1361
+ }
1362
+ );
1363
+ default:
1364
+ return o(e);
1365
+ }
1366
+ }
1367
+ const Q = m(
1368
+ ({
1369
+ current: e,
1370
+ max: i,
1371
+ heartSize: a = 20,
1372
+ color: d = "#e74c3c",
1373
+ emptyColor: c = "#555",
1374
+ animation: s = "none",
1375
+ className: p,
1376
+ style: k
1377
+ }, h) => {
1378
+ const y = Math.max(0, Math.min(i, e)), x = i * (a + 2);
1379
+ return /* @__PURE__ */ t(
1380
+ "svg",
1381
+ {
1382
+ ref: h,
1383
+ xmlns: "http://www.w3.org/2000/svg",
1384
+ viewBox: `0 0 ${x} ${a}`,
1385
+ width: x,
1386
+ height: a,
1387
+ className: p,
1388
+ style: k,
1389
+ role: "img",
1390
+ "aria-label": "GiHeartRow",
1391
+ children: Array.from({ length: i }, (f, u) => {
1392
+ const L = Math.max(0, Math.min(1, y - u));
1393
+ return /* @__PURE__ */ t("g", { transform: `translate(${u * (a + 2)}, 0)`, children: /* @__PURE__ */ r("svg", { viewBox: "0 0 24 24", width: a, height: a, children: [
1394
+ /* @__PURE__ */ t(
1395
+ "path",
1396
+ {
1397
+ d: "M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z",
1398
+ fill: c,
1399
+ opacity: "0.3"
1400
+ }
1401
+ ),
1402
+ L > 0 && /* @__PURE__ */ r(n, { children: [
1403
+ /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: `hr-${u}`, children: /* @__PURE__ */ t("rect", { x: "0", y: 24 - 24 * L, width: "24", height: 24 * L }) }) }),
1404
+ /* @__PURE__ */ t(
1405
+ "path",
1406
+ {
1407
+ d: "M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z",
1408
+ fill: d,
1409
+ clipPath: `url(#hr-${u})`
1410
+ }
1411
+ )
1412
+ ] })
1413
+ ] }) }, u);
1414
+ })
1415
+ }
1416
+ );
1417
+ }
1418
+ );
1419
+ Q.displayName = "GiHeartRow";
1420
+ function W(e, i) {
1421
+ const a = m(
1422
+ ({
1423
+ value: d,
1424
+ width: c = 120,
1425
+ height: s = 16,
1426
+ color: p = i,
1427
+ bgColor: k = "#333",
1428
+ animated: h = !1,
1429
+ pulseThreshold: y = 0.25,
1430
+ className: x,
1431
+ style: f
1432
+ }, u) => {
1433
+ const L = Math.max(0, Math.min(1, d)), g = (c - 4) * L, G = h && L > 0 && L <= y;
1434
+ return /* @__PURE__ */ r(
1435
+ "svg",
1436
+ {
1437
+ ref: u,
1438
+ xmlns: "http://www.w3.org/2000/svg",
1439
+ viewBox: `0 0 ${c} ${s}`,
1440
+ width: c,
1441
+ height: s,
1442
+ className: x,
1443
+ style: f,
1444
+ role: "img",
1445
+ "aria-label": e,
1446
+ children: [
1447
+ /* @__PURE__ */ t("rect", { x: "0", y: "0", width: c, height: s, rx: s / 4, fill: k }),
1448
+ L > 0 && /* @__PURE__ */ t("rect", { x: "2", y: "2", width: g, height: s - 4, rx: (s - 4) / 4, fill: p, children: G && /* @__PURE__ */ t(
1449
+ "animate",
1450
+ {
1451
+ attributeName: "opacity",
1452
+ values: "1;0.5;1",
1453
+ dur: "0.6s",
1454
+ repeatCount: "indefinite"
1455
+ }
1456
+ ) }),
1457
+ L > 0 && /* @__PURE__ */ t(
1458
+ "rect",
1459
+ {
1460
+ x: "2",
1461
+ y: "2",
1462
+ width: g,
1463
+ height: (s - 4) / 3,
1464
+ rx: (s - 4) / 6,
1465
+ fill: "#fff",
1466
+ opacity: "0.15"
1467
+ }
1468
+ ),
1469
+ /* @__PURE__ */ t(
1470
+ "rect",
1471
+ {
1472
+ x: "0",
1473
+ y: "0",
1474
+ width: c,
1475
+ height: s,
1476
+ rx: s / 4,
1477
+ fill: "none",
1478
+ stroke: k,
1479
+ strokeWidth: "1"
1480
+ }
1481
+ )
1482
+ ]
1483
+ }
1484
+ );
1485
+ }
1486
+ );
1487
+ return a.displayName = e, a;
1488
+ }
1489
+ const h1 = W("GiHealthBar", "#e74c3c"), y1 = W("GiManaBar", "#3498db"), x1 = W("GiXpBar", "#f1c40f"), p1 = W("GiStaminaBar", "#2ecc71"), k1 = W("GiShieldBar", "#95a5a6"), N = m(
1490
+ ({
1491
+ value: e,
1492
+ size: i = 32,
1493
+ color: a = "rgba(0,0,0,0.6)",
1494
+ bgColor: d = "#555",
1495
+ animated: c = !1,
1496
+ className: s,
1497
+ style: p
1498
+ }, k) => {
1499
+ const h = Math.max(0, Math.min(1, e)), y = i / 2 - 2, x = i / 2, f = i / 2, u = h * 360, L = (u - 90) * (Math.PI / 180), g = u > 180 ? 1 : 0, G = x + y * Math.cos(L), S = f + y * Math.sin(L), B = h >= 1 ? `M${x},${f - y}A${y},${y} 0 1 1 ${x - 0.01},${f - y}Z` : `M${x},${f}L${x},${f - y}A${y},${y} 0 ${g} 1 ${G},${S}Z`;
1500
+ return /* @__PURE__ */ r(
1501
+ "svg",
1502
+ {
1503
+ ref: k,
1504
+ xmlns: "http://www.w3.org/2000/svg",
1505
+ viewBox: `0 0 ${i} ${i}`,
1506
+ width: i,
1507
+ height: i,
1508
+ className: s,
1509
+ style: p,
1510
+ role: "img",
1511
+ "aria-label": "GiCooldown",
1512
+ children: [
1513
+ /* @__PURE__ */ t("circle", { cx: x, cy: f, r: y, fill: d, opacity: "0.3" }),
1514
+ h > 0 && /* @__PURE__ */ t("path", { d: B, fill: a }),
1515
+ /* @__PURE__ */ t("circle", { cx: x, cy: f, r: y, fill: "none", stroke: d, strokeWidth: "1.5" }),
1516
+ c && h > 0 && h < 1 && /* @__PURE__ */ t(
1517
+ "animateTransform",
1518
+ {
1519
+ attributeName: "transform",
1520
+ type: "rotate",
1521
+ values: `0 ${x} ${f};360 ${x} ${f}`,
1522
+ dur: "2s",
1523
+ repeatCount: "indefinite"
1524
+ }
1525
+ )
1526
+ ]
1527
+ }
1528
+ );
1529
+ }
1530
+ );
1531
+ N.displayName = "GiCooldown";
1532
+ const v = m(
1533
+ ({ count: e, size: i = 48, color: a = "#e67e22", textColor: d = "#fff", animated: c = !1, className: s, style: p }, k) => /* @__PURE__ */ t(
1534
+ "svg",
1535
+ {
1536
+ ref: k,
1537
+ xmlns: "http://www.w3.org/2000/svg",
1538
+ viewBox: "0 0 48 48",
1539
+ width: i,
1540
+ height: i,
1541
+ className: s,
1542
+ style: p,
1543
+ role: "img",
1544
+ "aria-label": "GiComboCounter",
1545
+ children: /* @__PURE__ */ r("g", { children: [
1546
+ /* @__PURE__ */ t(
1547
+ "path",
1548
+ {
1549
+ d: "M24 2L28 14L40 8L32 18L46 22L32 26L40 38L28 30L24 46L20 30L8 38L16 26L2 22L16 18L8 8L20 14Z",
1550
+ fill: a
1551
+ }
1552
+ ),
1553
+ /* @__PURE__ */ r("text", { x: "24", y: "26", textAnchor: "middle", fontSize: "14", fontWeight: "bold", fill: d, children: [
1554
+ e,
1555
+ "x"
1556
+ ] }),
1557
+ c && /* @__PURE__ */ t(
1558
+ "animateTransform",
1559
+ {
1560
+ attributeName: "transform",
1561
+ type: "rotate",
1562
+ values: "0 24 24;5 24 24;-5 24 24;0 24 24",
1563
+ dur: "0.3s",
1564
+ repeatCount: "indefinite"
1565
+ }
1566
+ )
1567
+ ] })
1568
+ }
1569
+ )
1570
+ );
1571
+ v.displayName = "GiComboCounter";
1572
+ const Z = m(
1573
+ ({ level: e, size: i = 40, color: a = "#f1c40f", textColor: d = "#333", animated: c = !1, className: s, style: p }, k) => /* @__PURE__ */ t(
1574
+ "svg",
1575
+ {
1576
+ ref: k,
1577
+ xmlns: "http://www.w3.org/2000/svg",
1578
+ viewBox: "0 0 40 40",
1579
+ width: i,
1580
+ height: i,
1581
+ className: s,
1582
+ style: p,
1583
+ role: "img",
1584
+ "aria-label": "GiLevelBadge",
1585
+ children: /* @__PURE__ */ r("g", { children: [
1586
+ /* @__PURE__ */ t("path", { d: "M4 6L20 2L36 6L36 22Q36 34 20 38Q4 34 4 22Z", fill: a }),
1587
+ /* @__PURE__ */ t(
1588
+ "path",
1589
+ {
1590
+ d: "M4 6L20 2L36 6L36 22Q36 34 20 38Q4 34 4 22Z",
1591
+ fill: "none",
1592
+ stroke: a,
1593
+ strokeWidth: "1",
1594
+ opacity: "0.5"
1595
+ }
1596
+ ),
1597
+ /* @__PURE__ */ t("text", { x: "20", y: "16", textAnchor: "middle", fontSize: "8", fill: d, opacity: "0.7", children: "LVL" }),
1598
+ /* @__PURE__ */ t("text", { x: "20", y: "28", textAnchor: "middle", fontSize: "14", fontWeight: "bold", fill: d, children: e }),
1599
+ c && /* @__PURE__ */ t("animate", { attributeName: "opacity", values: "1;0.7;1", dur: "1.5s", repeatCount: "indefinite" })
1600
+ ] })
1601
+ }
1602
+ )
1603
+ );
1604
+ Z.displayName = "GiLevelBadge";
1605
+ const b = m(
1606
+ ({
1607
+ value: e,
1608
+ color: i = "#e74c3c",
1609
+ critical: a = !1,
1610
+ fontSize: d = 14,
1611
+ animated: c = !1,
1612
+ className: s,
1613
+ style: p
1614
+ }, k) => {
1615
+ const h = d * 3, y = a ? "#ff0" : i, x = a ? d * 1.4 : d;
1616
+ return /* @__PURE__ */ t(
1617
+ "svg",
1618
+ {
1619
+ ref: k,
1620
+ xmlns: "http://www.w3.org/2000/svg",
1621
+ viewBox: `0 0 ${h} ${h}`,
1622
+ width: h,
1623
+ height: h,
1624
+ className: s,
1625
+ style: p,
1626
+ role: "img",
1627
+ "aria-label": "GiDamageNumber",
1628
+ children: /* @__PURE__ */ r("g", { children: [
1629
+ /* @__PURE__ */ t(
1630
+ "text",
1631
+ {
1632
+ x: h / 2,
1633
+ y: h / 2 + x / 3,
1634
+ textAnchor: "middle",
1635
+ fontSize: x,
1636
+ fontWeight: "bold",
1637
+ fill: y,
1638
+ stroke: a ? "#a00" : "none",
1639
+ strokeWidth: a ? 0.5 : 0,
1640
+ children: a ? `${e}!` : e
1641
+ }
1642
+ ),
1643
+ c && /* @__PURE__ */ r(n, { children: [
1644
+ /* @__PURE__ */ t(
1645
+ "animateTransform",
1646
+ {
1647
+ attributeName: "transform",
1648
+ type: "translate",
1649
+ values: `0 0;0 -${h / 2}`,
1650
+ dur: "0.8s",
1651
+ fill: "freeze"
1652
+ }
1653
+ ),
1654
+ /* @__PURE__ */ t("animate", { attributeName: "opacity", values: "1;1;0", dur: "0.8s", fill: "freeze" })
1655
+ ] })
1656
+ ] })
1657
+ }
1658
+ );
1659
+ }
1660
+ );
1661
+ b.displayName = "GiDamageNumber";
1662
+ const F = m(
1663
+ ({ size: e = 12, animation: i = "none", color: a = "#2ecc71", className: d, style: c, ...s }, p) => /* @__PURE__ */ t(
1664
+ "svg",
1665
+ {
1666
+ ref: p,
1667
+ xmlns: "http://www.w3.org/2000/svg",
1668
+ viewBox: "0 0 12 12",
1669
+ width: e,
1670
+ height: e,
1671
+ className: d,
1672
+ style: c,
1673
+ role: "img",
1674
+ "aria-label": "GiMinimapDot",
1675
+ ...s,
1676
+ children: /* @__PURE__ */ r("g", { children: [
1677
+ /* @__PURE__ */ t("circle", { cx: "6", cy: "6", r: "4", fill: a }),
1678
+ /* @__PURE__ */ t("circle", { cx: "6", cy: "6", r: "5.5", fill: "none", stroke: a, strokeWidth: "0.8", opacity: "0.5" }),
1679
+ i === "pulse" && /* @__PURE__ */ r("circle", { cx: "6", cy: "6", r: "4", fill: "none", stroke: a, strokeWidth: "1", children: [
1680
+ /* @__PURE__ */ t("animate", { attributeName: "r", values: "4;8;4", dur: "1.5s", repeatCount: "indefinite" }),
1681
+ /* @__PURE__ */ t(
1682
+ "animate",
1683
+ {
1684
+ attributeName: "opacity",
1685
+ values: "0.6;0;0.6",
1686
+ dur: "1.5s",
1687
+ repeatCount: "indefinite"
1688
+ }
1689
+ )
1690
+ ] }),
1691
+ i !== "none" && i !== "pulse" && o(i)
1692
+ ] })
1693
+ }
1694
+ )
1695
+ );
1696
+ F.displayName = "GiMinimapDot";
1697
+ const C = m(
1698
+ ({ size: e = 24, color: i = "currentColor", className: a, style: d, ...c }, s) => /* @__PURE__ */ t(
1699
+ "svg",
1700
+ {
1701
+ ref: s,
1702
+ xmlns: "http://www.w3.org/2000/svg",
1703
+ viewBox: "0 0 24 24",
1704
+ width: e,
1705
+ height: e,
1706
+ className: a,
1707
+ style: d,
1708
+ role: "img",
1709
+ "aria-label": "GiLoadingSpinner",
1710
+ ...c,
1711
+ children: /* @__PURE__ */ r("g", { children: [
1712
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "9", fill: "none", stroke: i, strokeWidth: "2", opacity: "0.2" }),
1713
+ /* @__PURE__ */ t(
1714
+ "path",
1715
+ {
1716
+ d: "M12 3A9 9 0 0 1 21 12",
1717
+ fill: "none",
1718
+ stroke: i,
1719
+ strokeWidth: "2",
1720
+ strokeLinecap: "round",
1721
+ children: /* @__PURE__ */ t(
1722
+ "animateTransform",
1723
+ {
1724
+ attributeName: "transform",
1725
+ type: "rotate",
1726
+ values: "0 12 12;360 12 12",
1727
+ dur: "0.8s",
1728
+ repeatCount: "indefinite"
1729
+ }
1730
+ )
1731
+ }
1732
+ )
1733
+ ] })
1734
+ }
1735
+ )
1736
+ );
1737
+ C.displayName = "GiLoadingSpinner";
1738
+ const F1 = { GiHeart: w, GiHeartRow: Q }, C1 = { GiHealthBar: h1, GiManaBar: y1, GiXpBar: x1, GiStaminaBar: p1, GiShieldBar: k1 }, S1 = {
1739
+ GiCooldown: N,
1740
+ GiComboCounter: v,
1741
+ GiLevelBadge: Z,
1742
+ GiDamageNumber: b,
1743
+ GiMinimapDot: F,
1744
+ GiLoadingSpinner: C
1745
+ };
1746
+ export {
1747
+ wt as GiAmulet,
1748
+ lt as GiAngel,
1749
+ I as GiArcher,
1750
+ o1 as GiArrow,
1751
+ yt as GiAxe,
1752
+ Ot as GiBag,
1753
+ jt as GiBarrel,
1754
+ q as GiBat,
1755
+ E as GiBlacksmith,
1756
+ qt as GiBomb,
1757
+ Gt as GiBoots,
1758
+ xt as GiBow,
1759
+ Rt as GiBridge,
1760
+ l1 as GiCampfire,
1761
+ M as GiChest,
1762
+ gt as GiChestplate,
1763
+ zt as GiCoin,
1764
+ v as GiComboCounter,
1765
+ N as GiCooldown,
1766
+ Kt as GiCrate,
1767
+ Jt as GiCrown,
1768
+ kt as GiDagger,
1769
+ b as GiDamageNumber,
1770
+ ot as GiDemon,
1771
+ i1 as GiDoor,
1772
+ K as GiDragon,
1773
+ a1 as GiFireball,
1774
+ r1 as GiFlag,
1775
+ Yt as GiFood,
1776
+ Et as GiGem,
1777
+ Y as GiGhost,
1778
+ Mt as GiGloves,
1779
+ j as GiGoblin,
1780
+ _ as GiGolem,
1781
+ ft as GiHammer,
1782
+ D as GiHealer,
1783
+ h1 as GiHealthBar,
1784
+ Vt as GiHealthPotion,
1785
+ w as GiHeart,
1786
+ Q as GiHeartRow,
1787
+ Wt as GiHelmet,
1788
+ d1 as GiIceShard,
1789
+ Ut as GiKey,
1790
+ J as GiKing,
1791
+ P as GiKnight,
1792
+ Z as GiLevelBadge,
1793
+ C as GiLoadingSpinner,
1794
+ A as GiMage,
1795
+ y1 as GiManaBar,
1796
+ Xt as GiManaPotion,
1797
+ z as GiMerchant,
1798
+ F as GiMinimapDot,
1799
+ Dt as GiMountain,
1800
+ V as GiNinja,
1801
+ X as GiOrc,
1802
+ rt as GiPaladin,
1803
+ nt as GiPirate,
1804
+ U as GiPrincess,
1805
+ t1 as GiRing,
1806
+ Ht as GiRock,
1807
+ H as GiRogue,
1808
+ _t as GiScroll,
1809
+ ut as GiShield,
1810
+ k1 as GiShieldBar,
1811
+ s1 as GiShuriken,
1812
+ R as GiSkeleton,
1813
+ O as GiSlime,
1814
+ st as GiSnake,
1815
+ Lt as GiSpear,
1816
+ Nt as GiSpellFire,
1817
+ Zt as GiSpellHeal,
1818
+ vt as GiSpellIce,
1819
+ Qt as GiSpellLightning,
1820
+ bt as GiSpellPoison,
1821
+ Ft as GiSpellShield,
1822
+ Ct as GiSpellTeleport,
1823
+ at as GiSpider,
1824
+ pt as GiStaff,
1825
+ p1 as GiStaminaBar,
1826
+ Tt as GiStatusBleed,
1827
+ St as GiStatusBurn,
1828
+ Bt as GiStatusFreeze,
1829
+ At as GiStatusSleep,
1830
+ $t as GiStatusStun,
1831
+ ht as GiSword,
1832
+ e1 as GiTorch,
1833
+ n1 as GiTrap,
1834
+ It as GiTree,
1835
+ dt as GiTroll,
1836
+ tt as GiVampire,
1837
+ mt as GiWand,
1838
+ T as GiWarrior,
1839
+ Pt as GiWater,
1840
+ et as GiWerewolf,
1841
+ it as GiWitch,
1842
+ x1 as GiXpBar,
1843
+ ct as GiYeti,
1844
+ g1 as armorIcons,
1845
+ C1 as barIcons,
1846
+ m1 as characterIcons,
1847
+ N1 as consumableIcons,
1848
+ Q1 as containerIcons,
1849
+ l as createGameIcon,
1850
+ Z1 as environmentIcons,
1851
+ $ as getCharacterAnimation,
1852
+ o as getObjectAnimation,
1853
+ F1 as heartIcons,
1854
+ S1 as indicatorIcons,
1855
+ u1 as npcIcons,
1856
+ b1 as projectileIcons,
1857
+ G1 as spellIcons,
1858
+ M1 as statusIcons,
1859
+ w1 as terrainIcons,
1860
+ v1 as treasureIcons,
1861
+ W1 as weaponIcons
1862
+ };