@nice2dev/icons-life 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.
Files changed (66) hide show
  1. package/README.md +182 -0
  2. package/dist/createLifeIcon-BAJdO67Z.cjs +134 -0
  3. package/dist/createLifeIcon-BAJdO67Z.cjs.map +1 -0
  4. package/dist/createLifeIcon-BjwgNM6z.js +135 -0
  5. package/dist/createLifeIcon-BjwgNM6z.js.map +1 -0
  6. package/dist/createLifeIcon.d.ts +11 -0
  7. package/dist/createLifeIcon.d.ts.map +1 -0
  8. package/dist/family.d.ts +53 -0
  9. package/dist/family.d.ts.map +1 -0
  10. package/dist/finance-CY9lsJ72.cjs +496 -0
  11. package/dist/finance-CY9lsJ72.cjs.map +1 -0
  12. package/dist/finance-CeKDD16o.js +497 -0
  13. package/dist/finance-CeKDD16o.js.map +1 -0
  14. package/dist/finance.cjs +21 -0
  15. package/dist/finance.cjs.map +1 -0
  16. package/dist/finance.d.ts +18 -0
  17. package/dist/finance.d.ts.map +1 -0
  18. package/dist/finance.js +21 -0
  19. package/dist/finance.js.map +1 -0
  20. package/dist/health-C45FWWY6.cjs +531 -0
  21. package/dist/health-C45FWWY6.cjs.map +1 -0
  22. package/dist/health-DslCiA58.js +532 -0
  23. package/dist/health-DslCiA58.js.map +1 -0
  24. package/dist/health.cjs +21 -0
  25. package/dist/health.cjs.map +1 -0
  26. package/dist/health.d.ts +18 -0
  27. package/dist/health.d.ts.map +1 -0
  28. package/dist/health.js +21 -0
  29. package/dist/health.js.map +1 -0
  30. package/dist/hobbies.d.ts +49 -0
  31. package/dist/hobbies.d.ts.map +1 -0
  32. package/dist/home-DIQE0xSu.js +541 -0
  33. package/dist/home-DIQE0xSu.js.map +1 -0
  34. package/dist/home-M8Wx9F25.cjs +540 -0
  35. package/dist/home-M8Wx9F25.cjs.map +1 -0
  36. package/dist/home.cjs +21 -0
  37. package/dist/home.cjs.map +1 -0
  38. package/dist/home.d.ts +18 -0
  39. package/dist/home.d.ts.map +1 -0
  40. package/dist/home.js +21 -0
  41. package/dist/home.js.map +1 -0
  42. package/dist/index.cjs +7223 -0
  43. package/dist/index.cjs.map +1 -0
  44. package/dist/index.d.ts +640 -0
  45. package/dist/index.d.ts.map +1 -0
  46. package/dist/index.js +7227 -0
  47. package/dist/index.js.map +1 -0
  48. package/dist/productivity-BK198AbT.js +512 -0
  49. package/dist/productivity-BK198AbT.js.map +1 -0
  50. package/dist/productivity-DhUOR9P4.cjs +511 -0
  51. package/dist/productivity-DhUOR9P4.cjs.map +1 -0
  52. package/dist/productivity.cjs +21 -0
  53. package/dist/productivity.cjs.map +1 -0
  54. package/dist/productivity.d.ts +18 -0
  55. package/dist/productivity.d.ts.map +1 -0
  56. package/dist/productivity.js +21 -0
  57. package/dist/productivity.js.map +1 -0
  58. package/dist/relationships.d.ts +38 -0
  59. package/dist/relationships.d.ts.map +1 -0
  60. package/dist/selfcare.d.ts +45 -0
  61. package/dist/selfcare.d.ts.map +1 -0
  62. package/dist/travel.d.ts +46 -0
  63. package/dist/travel.d.ts.map +1 -0
  64. package/dist/types.d.ts +33 -0
  65. package/dist/types.d.ts.map +1 -0
  66. package/package.json +84 -0
@@ -0,0 +1,532 @@
1
+ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
+ import { c as createLifeIcon } from "./createLifeIcon-BjwgNM6z.js";
3
+ const HeartIcon = createLifeIcon(
4
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ d: "M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z",
8
+ fill: variant === "outlined" ? "none" : accentColor || "#ef4444",
9
+ stroke: color || "#ef4444",
10
+ strokeWidth: "2",
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round"
13
+ }
14
+ ),
15
+ { displayName: "HeartIcon" }
16
+ );
17
+ const HeartbeatIcon = createLifeIcon(
18
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M19.5 12.572l-7.5 7.428-7.5-7.428A5 5 0 1112 6.006a5 5 0 117.5 6.566z",
23
+ fill: variant === "outlined" ? "none" : accentColor || "#ef4444",
24
+ stroke: color || "#ef4444",
25
+ strokeWidth: "2"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ jsx(
29
+ "path",
30
+ {
31
+ d: "M3 12h4l2-4 4 8 2-4h6",
32
+ fill: "none",
33
+ stroke: variant === "filled" ? "#fff" : color,
34
+ strokeWidth: "2",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round"
37
+ }
38
+ )
39
+ ] }),
40
+ { displayName: "HeartbeatIcon" }
41
+ );
42
+ const StethoscopeIcon = createLifeIcon(
43
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
44
+ /* @__PURE__ */ jsx(
45
+ "path",
46
+ {
47
+ d: "M4.8 2.3A.3.3 0 105 2H4a2 2 0 00-2 2v5a6 6 0 006 6v0a6 6 0 006-6V4a2 2 0 00-2-2h-1a.2.2 0 10.3.3",
48
+ fill: "none",
49
+ stroke: color,
50
+ strokeWidth: "2",
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ jsx(
56
+ "path",
57
+ {
58
+ d: "M8 15v1a6 6 0 006 6v0a6 6 0 006-6v-4",
59
+ fill: "none",
60
+ stroke: color,
61
+ strokeWidth: "2",
62
+ strokeLinecap: "round"
63
+ }
64
+ ),
65
+ /* @__PURE__ */ jsx(
66
+ "circle",
67
+ {
68
+ cx: "20",
69
+ cy: "10",
70
+ r: "2",
71
+ fill: variant === "outlined" ? "none" : accentColor || color,
72
+ stroke: color,
73
+ strokeWidth: "2"
74
+ }
75
+ )
76
+ ] }),
77
+ { displayName: "StethoscopeIcon" }
78
+ );
79
+ const PillsIcon = createLifeIcon(
80
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
81
+ /* @__PURE__ */ jsx(
82
+ "path",
83
+ {
84
+ d: "M10.5 20.5a4.5 4.5 0 01-6.364-6.364l6.364-6.364a4.5 4.5 0 016.364 6.364l-6.364 6.364z",
85
+ fill: variant === "outlined" ? "none" : color,
86
+ stroke: color,
87
+ strokeWidth: "2"
88
+ }
89
+ ),
90
+ /* @__PURE__ */ jsx(
91
+ "path",
92
+ {
93
+ d: "M7.172 14.172l6.364-6.364",
94
+ stroke: variant === "filled" ? "#fff" : accentColor || color,
95
+ strokeWidth: "2"
96
+ }
97
+ ),
98
+ /* @__PURE__ */ jsx(
99
+ "ellipse",
100
+ {
101
+ cx: "18",
102
+ cy: "9",
103
+ rx: "3",
104
+ ry: "5",
105
+ fill: variant === "outlined" ? "none" : accentColor || "#22c55e",
106
+ stroke: color,
107
+ strokeWidth: "2",
108
+ transform: "rotate(30 18 9)"
109
+ }
110
+ )
111
+ ] }),
112
+ { displayName: "PillsIcon" }
113
+ );
114
+ const SyringeIcon = createLifeIcon(
115
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
116
+ /* @__PURE__ */ jsx(
117
+ "path",
118
+ {
119
+ d: "M18 2l4 4-4 4",
120
+ fill: "none",
121
+ stroke: color,
122
+ strokeWidth: "2",
123
+ strokeLinecap: "round",
124
+ strokeLinejoin: "round"
125
+ }
126
+ ),
127
+ /* @__PURE__ */ jsx(
128
+ "path",
129
+ {
130
+ d: "M20 4l-7.5 7.5M11.5 11.5l-5 5a2 2 0 00 0 2.83l.17.17a2 2 0 002.83 0l5-5",
131
+ fill: variant === "outlined" ? "none" : color,
132
+ stroke: color,
133
+ strokeWidth: "2",
134
+ strokeLinecap: "round",
135
+ strokeLinejoin: "round"
136
+ }
137
+ ),
138
+ /* @__PURE__ */ jsx("path", { d: "M2 22l4-4", stroke: accentColor || color, strokeWidth: "2", strokeLinecap: "round" }),
139
+ /* @__PURE__ */ jsx(
140
+ "path",
141
+ {
142
+ d: "M9 13l2 2M7 15l2 2",
143
+ stroke: variant === "filled" ? "#fff" : color,
144
+ strokeWidth: "1.5",
145
+ strokeLinecap: "round"
146
+ }
147
+ )
148
+ ] }),
149
+ { displayName: "SyringeIcon" }
150
+ );
151
+ const BandageIcon = createLifeIcon(
152
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
153
+ /* @__PURE__ */ jsx(
154
+ "path",
155
+ {
156
+ d: "M18 2a4 4 0 014 4v12a4 4 0 01-4 4H6a4 4 0 01-4-4V6a4 4 0 014-4h12z",
157
+ fill: variant === "outlined" ? "none" : accentColor || "#f5d0c5",
158
+ stroke: color,
159
+ strokeWidth: "2"
160
+ }
161
+ ),
162
+ /* @__PURE__ */ jsx(
163
+ "rect",
164
+ {
165
+ x: "8",
166
+ y: "8",
167
+ width: "8",
168
+ height: "8",
169
+ rx: "1",
170
+ fill: variant === "outlined" ? "none" : color,
171
+ stroke: color,
172
+ strokeWidth: "2"
173
+ }
174
+ ),
175
+ /* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "0.5", fill: variant === "filled" ? "#fff" : color }),
176
+ /* @__PURE__ */ jsx("circle", { cx: "14", cy: "10", r: "0.5", fill: variant === "filled" ? "#fff" : color }),
177
+ /* @__PURE__ */ jsx("circle", { cx: "10", cy: "14", r: "0.5", fill: variant === "filled" ? "#fff" : color }),
178
+ /* @__PURE__ */ jsx("circle", { cx: "14", cy: "14", r: "0.5", fill: variant === "filled" ? "#fff" : color })
179
+ ] }),
180
+ { displayName: "BandageIcon" }
181
+ );
182
+ const HospitalIcon = createLifeIcon(
183
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
184
+ /* @__PURE__ */ jsx(
185
+ "rect",
186
+ {
187
+ x: "3",
188
+ y: "3",
189
+ width: "18",
190
+ height: "18",
191
+ rx: "2",
192
+ fill: variant === "outlined" ? "none" : color,
193
+ stroke: color,
194
+ strokeWidth: "2"
195
+ }
196
+ ),
197
+ /* @__PURE__ */ jsx(
198
+ "path",
199
+ {
200
+ d: "M9 12h6M12 9v6",
201
+ stroke: accentColor || (variant === "filled" ? "#fff" : "#ef4444"),
202
+ strokeWidth: "2",
203
+ strokeLinecap: "round"
204
+ }
205
+ )
206
+ ] }),
207
+ { displayName: "HospitalIcon" }
208
+ );
209
+ const AmbulanceIcon = createLifeIcon(
210
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
211
+ /* @__PURE__ */ jsx(
212
+ "path",
213
+ {
214
+ d: "M3 13V7a2 2 0 012-2h6v12H3a2 2 0 01-2-2v-2",
215
+ fill: variant === "outlined" ? "none" : color,
216
+ stroke: color,
217
+ strokeWidth: "2"
218
+ }
219
+ ),
220
+ /* @__PURE__ */ jsx(
221
+ "path",
222
+ {
223
+ d: "M11 5h4l4 5v7a1 1 0 01-1 1h-7V5z",
224
+ fill: variant === "outlined" ? "none" : accentColor || color,
225
+ stroke: color,
226
+ strokeWidth: "2"
227
+ }
228
+ ),
229
+ /* @__PURE__ */ jsx(
230
+ "circle",
231
+ {
232
+ cx: "7",
233
+ cy: "18",
234
+ r: "2",
235
+ fill: variant === "outlined" ? "none" : color,
236
+ stroke: color,
237
+ strokeWidth: "2"
238
+ }
239
+ ),
240
+ /* @__PURE__ */ jsx(
241
+ "circle",
242
+ {
243
+ cx: "17",
244
+ cy: "18",
245
+ r: "2",
246
+ fill: variant === "outlined" ? "none" : color,
247
+ stroke: color,
248
+ strokeWidth: "2"
249
+ }
250
+ ),
251
+ /* @__PURE__ */ jsx(
252
+ "path",
253
+ {
254
+ d: "M5 9h4M7 7v4",
255
+ stroke: variant === "filled" ? "#fff" : "#ef4444",
256
+ strokeWidth: "1.5",
257
+ strokeLinecap: "round"
258
+ }
259
+ )
260
+ ] }),
261
+ { displayName: "AmbulanceIcon" }
262
+ );
263
+ const DoctorIcon = createLifeIcon(
264
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
265
+ /* @__PURE__ */ jsx(
266
+ "circle",
267
+ {
268
+ cx: "12",
269
+ cy: "7",
270
+ r: "4",
271
+ fill: variant === "outlined" ? "none" : accentColor || "#fde68a",
272
+ stroke: color,
273
+ strokeWidth: "2"
274
+ }
275
+ ),
276
+ /* @__PURE__ */ jsx(
277
+ "path",
278
+ {
279
+ d: "M5 21v-2a7 7 0 0114 0v2",
280
+ fill: variant === "outlined" ? "none" : color,
281
+ stroke: color,
282
+ strokeWidth: "2",
283
+ strokeLinecap: "round"
284
+ }
285
+ ),
286
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "14", r: "1", fill: color }),
287
+ /* @__PURE__ */ jsx("path", { d: "M12 15v3", stroke: color, strokeWidth: "2", strokeLinecap: "round" })
288
+ ] }),
289
+ { displayName: "DoctorIcon" }
290
+ );
291
+ const DnaIcon = createLifeIcon(
292
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
293
+ /* @__PURE__ */ jsx(
294
+ "path",
295
+ {
296
+ d: "M2 15c6.667-6 13.333 0 20-6M2 9c6.667 6 13.333 0 20 6",
297
+ fill: "none",
298
+ stroke: color,
299
+ strokeWidth: "2",
300
+ strokeLinecap: "round"
301
+ }
302
+ ),
303
+ /* @__PURE__ */ jsx(
304
+ "path",
305
+ {
306
+ d: "M8 3v18M16 3v18",
307
+ fill: "none",
308
+ stroke: accentColor || color,
309
+ strokeWidth: "2",
310
+ strokeLinecap: "round"
311
+ }
312
+ ),
313
+ /* @__PURE__ */ jsx("circle", { cx: "8", cy: "5", r: "1", fill: variant === "filled" ? color : "none", stroke: color }),
314
+ /* @__PURE__ */ jsx("circle", { cx: "16", cy: "5", r: "1", fill: variant === "filled" ? color : "none", stroke: color }),
315
+ /* @__PURE__ */ jsx("circle", { cx: "8", cy: "19", r: "1", fill: variant === "filled" ? color : "none", stroke: color }),
316
+ /* @__PURE__ */ jsx("circle", { cx: "16", cy: "19", r: "1", fill: variant === "filled" ? color : "none", stroke: color })
317
+ ] }),
318
+ { displayName: "DnaIcon" }
319
+ );
320
+ const BrainIcon = createLifeIcon(
321
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
322
+ /* @__PURE__ */ jsx(
323
+ "path",
324
+ {
325
+ d: "M9.5 2A4.5 4.5 0 005 6.5c0 .86.24 1.66.66 2.34A5 5 0 003 13.5a5 5 0 003.5 4.77V19a3 3 0 003 3h5a3 3 0 003-3v-.73A5 5 0 0021 13.5a5 5 0 00-2.66-4.66c.42-.68.66-1.48.66-2.34A4.5 4.5 0 0014.5 2a4.5 4.5 0 00-2.5.75A4.5 4.5 0 009.5 2z",
326
+ fill: variant === "outlined" ? "none" : accentColor || "#f9a8d4",
327
+ stroke: color,
328
+ strokeWidth: "2"
329
+ }
330
+ ),
331
+ /* @__PURE__ */ jsx(
332
+ "path",
333
+ {
334
+ d: "M12 2v20M15 6c-1.5 1-3.5 1-5 0M15 10c-1.5 1-3.5 1-5 0M15 14c-1.5 1-3.5 1-5 0",
335
+ fill: "none",
336
+ stroke: color,
337
+ strokeWidth: "1.5",
338
+ strokeLinecap: "round"
339
+ }
340
+ )
341
+ ] }),
342
+ { displayName: "BrainIcon" }
343
+ );
344
+ const LungsIcon = createLifeIcon(
345
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
346
+ /* @__PURE__ */ jsx(
347
+ "path",
348
+ {
349
+ d: "M12 3v8M12 11c-4 0-7 3-7 7 0 2 1 3 3 3s3-1 3-3",
350
+ fill: variant === "outlined" ? "none" : accentColor || "#fca5a5",
351
+ stroke: color,
352
+ strokeWidth: "2",
353
+ strokeLinecap: "round",
354
+ strokeLinejoin: "round"
355
+ }
356
+ ),
357
+ /* @__PURE__ */ jsx(
358
+ "path",
359
+ {
360
+ d: "M12 11c4 0 7 3 7 7 0 2-1 3-3 3s-3-1-3-3",
361
+ fill: variant === "outlined" ? "none" : accentColor || "#fca5a5",
362
+ stroke: color,
363
+ strokeWidth: "2",
364
+ strokeLinecap: "round",
365
+ strokeLinejoin: "round"
366
+ }
367
+ ),
368
+ /* @__PURE__ */ jsx("path", { d: "M9 6h6", stroke: color, strokeWidth: "2", strokeLinecap: "round" })
369
+ ] }),
370
+ { displayName: "LungsIcon" }
371
+ );
372
+ const DumbbellIcon = createLifeIcon(
373
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
374
+ /* @__PURE__ */ jsx(
375
+ "rect",
376
+ {
377
+ x: "1",
378
+ y: "9",
379
+ width: "4",
380
+ height: "6",
381
+ rx: "1",
382
+ fill: variant === "outlined" ? "none" : accentColor || color,
383
+ stroke: color,
384
+ strokeWidth: "2"
385
+ }
386
+ ),
387
+ /* @__PURE__ */ jsx(
388
+ "rect",
389
+ {
390
+ x: "19",
391
+ y: "9",
392
+ width: "4",
393
+ height: "6",
394
+ rx: "1",
395
+ fill: variant === "outlined" ? "none" : accentColor || color,
396
+ stroke: color,
397
+ strokeWidth: "2"
398
+ }
399
+ ),
400
+ /* @__PURE__ */ jsx(
401
+ "rect",
402
+ {
403
+ x: "5",
404
+ y: "7",
405
+ width: "3",
406
+ height: "10",
407
+ rx: "1",
408
+ fill: variant === "outlined" ? "none" : color,
409
+ stroke: color,
410
+ strokeWidth: "2"
411
+ }
412
+ ),
413
+ /* @__PURE__ */ jsx(
414
+ "rect",
415
+ {
416
+ x: "16",
417
+ y: "7",
418
+ width: "3",
419
+ height: "10",
420
+ rx: "1",
421
+ fill: variant === "outlined" ? "none" : color,
422
+ stroke: color,
423
+ strokeWidth: "2"
424
+ }
425
+ ),
426
+ /* @__PURE__ */ jsx("path", { d: "M8 12h8", stroke: color, strokeWidth: "2", strokeLinecap: "round" })
427
+ ] }),
428
+ { displayName: "DumbbellIcon" }
429
+ );
430
+ const YogaIcon = createLifeIcon(
431
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
432
+ /* @__PURE__ */ jsx(
433
+ "circle",
434
+ {
435
+ cx: "12",
436
+ cy: "4",
437
+ r: "2",
438
+ fill: variant === "outlined" ? "none" : accentColor || color,
439
+ stroke: color,
440
+ strokeWidth: "2"
441
+ }
442
+ ),
443
+ /* @__PURE__ */ jsx(
444
+ "path",
445
+ {
446
+ d: "M4 17l4-2 4 3 4-3 4 2",
447
+ fill: "none",
448
+ stroke: color,
449
+ strokeWidth: "2",
450
+ strokeLinecap: "round",
451
+ strokeLinejoin: "round"
452
+ }
453
+ ),
454
+ /* @__PURE__ */ jsx(
455
+ "path",
456
+ {
457
+ d: "M12 7v5M8 15l4-3 4 3M6 12l6-3 6 3",
458
+ fill: "none",
459
+ stroke: color,
460
+ strokeWidth: "2",
461
+ strokeLinecap: "round",
462
+ strokeLinejoin: "round"
463
+ }
464
+ )
465
+ ] }),
466
+ { displayName: "YogaIcon" }
467
+ );
468
+ const RunningIcon = createLifeIcon(
469
+ ({ color, accentColor, variant }) => /* @__PURE__ */ jsxs(Fragment, { children: [
470
+ /* @__PURE__ */ jsx(
471
+ "circle",
472
+ {
473
+ cx: "14",
474
+ cy: "4",
475
+ r: "2",
476
+ fill: variant === "outlined" ? "none" : accentColor || color,
477
+ stroke: color,
478
+ strokeWidth: "2"
479
+ }
480
+ ),
481
+ /* @__PURE__ */ jsx(
482
+ "path",
483
+ {
484
+ d: "M4 17l5-1.5L12 13l3-3 2 2M11 22l3-8 4-1v6",
485
+ fill: "none",
486
+ stroke: color,
487
+ strokeWidth: "2",
488
+ strokeLinecap: "round",
489
+ strokeLinejoin: "round"
490
+ }
491
+ ),
492
+ /* @__PURE__ */ jsx("path", { d: "M6 22l4-5", fill: "none", stroke: color, strokeWidth: "2", strokeLinecap: "round" })
493
+ ] }),
494
+ { displayName: "RunningIcon" }
495
+ );
496
+ const health = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
497
+ __proto__: null,
498
+ AmbulanceIcon,
499
+ BandageIcon,
500
+ BrainIcon,
501
+ DnaIcon,
502
+ DoctorIcon,
503
+ DumbbellIcon,
504
+ HeartIcon,
505
+ HeartbeatIcon,
506
+ HospitalIcon,
507
+ LungsIcon,
508
+ PillsIcon,
509
+ RunningIcon,
510
+ StethoscopeIcon,
511
+ SyringeIcon,
512
+ YogaIcon
513
+ }, Symbol.toStringTag, { value: "Module" }));
514
+ export {
515
+ AmbulanceIcon as A,
516
+ BandageIcon as B,
517
+ DnaIcon as D,
518
+ HeartIcon as H,
519
+ LungsIcon as L,
520
+ PillsIcon as P,
521
+ RunningIcon as R,
522
+ StethoscopeIcon as S,
523
+ YogaIcon as Y,
524
+ BrainIcon as a,
525
+ DoctorIcon as b,
526
+ DumbbellIcon as c,
527
+ HeartbeatIcon as d,
528
+ HospitalIcon as e,
529
+ SyringeIcon as f,
530
+ health as h
531
+ };
532
+ //# sourceMappingURL=health-DslCiA58.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"health-DslCiA58.js","sources":["../src/health.tsx"],"sourcesContent":["/**\r\n * @file health.tsx\r\n * @description Health and fitness icons\r\n */\r\n\r\nimport React from 'react';\r\n\r\nimport { createLifeIcon } from './createLifeIcon';\r\nimport type { LifeIconProps } from './types';\r\n\r\n/* ─── Heart Icon ─── */\r\nexport const HeartIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <path\r\n d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || '#ef4444'}\r\n stroke={color || '#ef4444'}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n ),\r\n { displayName: 'HeartIcon' },\r\n);\r\n\r\n/* ─── Heartbeat Icon ─── */\r\nexport const HeartbeatIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <path\r\n d=\"M19.5 12.572l-7.5 7.428-7.5-7.428A5 5 0 1112 6.006a5 5 0 117.5 6.566z\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || '#ef4444'}\r\n stroke={color || '#ef4444'}\r\n strokeWidth=\"2\"\r\n />\r\n <path\r\n d=\"M3 12h4l2-4 4 8 2-4h6\"\r\n fill=\"none\"\r\n stroke={variant === 'filled' ? '#fff' : color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n </>\r\n ),\r\n { displayName: 'HeartbeatIcon' },\r\n);\r\n\r\n/* ─── Stethoscope Icon ─── */\r\nexport const StethoscopeIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <path\r\n d=\"M4.8 2.3A.3.3 0 105 2H4a2 2 0 00-2 2v5a6 6 0 006 6v0a6 6 0 006-6V4a2 2 0 00-2-2h-1a.2.2 0 10.3.3\"\r\n fill=\"none\"\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n <path\r\n d=\"M8 15v1a6 6 0 006 6v0a6 6 0 006-6v-4\"\r\n fill=\"none\"\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n />\r\n <circle\r\n cx=\"20\"\r\n cy=\"10\"\r\n r=\"2\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n </>\r\n ),\r\n { displayName: 'StethoscopeIcon' },\r\n);\r\n\r\n/* ─── Pills Icon ─── */\r\nexport const PillsIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <path\r\n d=\"M10.5 20.5a4.5 4.5 0 01-6.364-6.364l6.364-6.364a4.5 4.5 0 016.364 6.364l-6.364 6.364z\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <path\r\n d=\"M7.172 14.172l6.364-6.364\"\r\n stroke={variant === 'filled' ? '#fff' : accentColor || color}\r\n strokeWidth=\"2\"\r\n />\r\n <ellipse\r\n cx=\"18\"\r\n cy=\"9\"\r\n rx=\"3\"\r\n ry=\"5\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || '#22c55e'}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n transform=\"rotate(30 18 9)\"\r\n />\r\n </>\r\n ),\r\n { displayName: 'PillsIcon' },\r\n);\r\n\r\n/* ─── Syringe Icon ─── */\r\nexport const SyringeIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <path\r\n d=\"M18 2l4 4-4 4\"\r\n fill=\"none\"\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n <path\r\n d=\"M20 4l-7.5 7.5M11.5 11.5l-5 5a2 2 0 00 0 2.83l.17.17a2 2 0 002.83 0l5-5\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n <path d=\"M2 22l4-4\" stroke={accentColor || color} strokeWidth=\"2\" strokeLinecap=\"round\" />\r\n <path\r\n d=\"M9 13l2 2M7 15l2 2\"\r\n stroke={variant === 'filled' ? '#fff' : color}\r\n strokeWidth=\"1.5\"\r\n strokeLinecap=\"round\"\r\n />\r\n </>\r\n ),\r\n { displayName: 'SyringeIcon' },\r\n);\r\n\r\n/* ─── Bandage Icon ─── */\r\nexport const BandageIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <path\r\n d=\"M18 2a4 4 0 014 4v12a4 4 0 01-4 4H6a4 4 0 01-4-4V6a4 4 0 014-4h12z\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || '#f5d0c5'}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <rect\r\n x=\"8\"\r\n y=\"8\"\r\n width=\"8\"\r\n height=\"8\"\r\n rx=\"1\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <circle cx=\"10\" cy=\"10\" r=\"0.5\" fill={variant === 'filled' ? '#fff' : color} />\r\n <circle cx=\"14\" cy=\"10\" r=\"0.5\" fill={variant === 'filled' ? '#fff' : color} />\r\n <circle cx=\"10\" cy=\"14\" r=\"0.5\" fill={variant === 'filled' ? '#fff' : color} />\r\n <circle cx=\"14\" cy=\"14\" r=\"0.5\" fill={variant === 'filled' ? '#fff' : color} />\r\n </>\r\n ),\r\n { displayName: 'BandageIcon' },\r\n);\r\n\r\n/* ─── Hospital Icon ─── */\r\nexport const HospitalIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <rect\r\n x=\"3\"\r\n y=\"3\"\r\n width=\"18\"\r\n height=\"18\"\r\n rx=\"2\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <path\r\n d=\"M9 12h6M12 9v6\"\r\n stroke={accentColor || (variant === 'filled' ? '#fff' : '#ef4444')}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n />\r\n </>\r\n ),\r\n { displayName: 'HospitalIcon' },\r\n);\r\n\r\n/* ─── Ambulance Icon ─── */\r\nexport const AmbulanceIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <path\r\n d=\"M3 13V7a2 2 0 012-2h6v12H3a2 2 0 01-2-2v-2\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <path\r\n d=\"M11 5h4l4 5v7a1 1 0 01-1 1h-7V5z\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <circle\r\n cx=\"7\"\r\n cy=\"18\"\r\n r=\"2\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <circle\r\n cx=\"17\"\r\n cy=\"18\"\r\n r=\"2\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <path\r\n d=\"M5 9h4M7 7v4\"\r\n stroke={variant === 'filled' ? '#fff' : '#ef4444'}\r\n strokeWidth=\"1.5\"\r\n strokeLinecap=\"round\"\r\n />\r\n </>\r\n ),\r\n { displayName: 'AmbulanceIcon' },\r\n);\r\n\r\n/* ─── Doctor Icon ─── */\r\nexport const DoctorIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <circle\r\n cx=\"12\"\r\n cy=\"7\"\r\n r=\"4\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || '#fde68a'}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <path\r\n d=\"M5 21v-2a7 7 0 0114 0v2\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n />\r\n <circle cx=\"12\" cy=\"14\" r=\"1\" fill={color} />\r\n <path d=\"M12 15v3\" stroke={color} strokeWidth=\"2\" strokeLinecap=\"round\" />\r\n </>\r\n ),\r\n { displayName: 'DoctorIcon' },\r\n);\r\n\r\n/* ─── DNA Icon ─── */\r\nexport const DnaIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <path\r\n d=\"M2 15c6.667-6 13.333 0 20-6M2 9c6.667 6 13.333 0 20 6\"\r\n fill=\"none\"\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n />\r\n <path\r\n d=\"M8 3v18M16 3v18\"\r\n fill=\"none\"\r\n stroke={accentColor || color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n />\r\n <circle cx=\"8\" cy=\"5\" r=\"1\" fill={variant === 'filled' ? color : 'none'} stroke={color} />\r\n <circle cx=\"16\" cy=\"5\" r=\"1\" fill={variant === 'filled' ? color : 'none'} stroke={color} />\r\n <circle cx=\"8\" cy=\"19\" r=\"1\" fill={variant === 'filled' ? color : 'none'} stroke={color} />\r\n <circle cx=\"16\" cy=\"19\" r=\"1\" fill={variant === 'filled' ? color : 'none'} stroke={color} />\r\n </>\r\n ),\r\n { displayName: 'DnaIcon' },\r\n);\r\n\r\n/* ─── Brain Icon ─── */\r\nexport const BrainIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <path\r\n d=\"M9.5 2A4.5 4.5 0 005 6.5c0 .86.24 1.66.66 2.34A5 5 0 003 13.5a5 5 0 003.5 4.77V19a3 3 0 003 3h5a3 3 0 003-3v-.73A5 5 0 0021 13.5a5 5 0 00-2.66-4.66c.42-.68.66-1.48.66-2.34A4.5 4.5 0 0014.5 2a4.5 4.5 0 00-2.5.75A4.5 4.5 0 009.5 2z\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || '#f9a8d4'}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <path\r\n d=\"M12 2v20M15 6c-1.5 1-3.5 1-5 0M15 10c-1.5 1-3.5 1-5 0M15 14c-1.5 1-3.5 1-5 0\"\r\n fill=\"none\"\r\n stroke={color}\r\n strokeWidth=\"1.5\"\r\n strokeLinecap=\"round\"\r\n />\r\n </>\r\n ),\r\n { displayName: 'BrainIcon' },\r\n);\r\n\r\n/* ─── Lungs Icon ─── */\r\nexport const LungsIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <path\r\n d=\"M12 3v8M12 11c-4 0-7 3-7 7 0 2 1 3 3 3s3-1 3-3\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || '#fca5a5'}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n <path\r\n d=\"M12 11c4 0 7 3 7 7 0 2-1 3-3 3s-3-1-3-3\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || '#fca5a5'}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n <path d=\"M9 6h6\" stroke={color} strokeWidth=\"2\" strokeLinecap=\"round\" />\r\n </>\r\n ),\r\n { displayName: 'LungsIcon' },\r\n);\r\n\r\n/* ─── Dumbbell Icon ─── */\r\nexport const DumbbellIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <rect\r\n x=\"1\"\r\n y=\"9\"\r\n width=\"4\"\r\n height=\"6\"\r\n rx=\"1\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <rect\r\n x=\"19\"\r\n y=\"9\"\r\n width=\"4\"\r\n height=\"6\"\r\n rx=\"1\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <rect\r\n x=\"5\"\r\n y=\"7\"\r\n width=\"3\"\r\n height=\"10\"\r\n rx=\"1\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <rect\r\n x=\"16\"\r\n y=\"7\"\r\n width=\"3\"\r\n height=\"10\"\r\n rx=\"1\"\r\n fill={variant === 'outlined' ? 'none' : color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <path d=\"M8 12h8\" stroke={color} strokeWidth=\"2\" strokeLinecap=\"round\" />\r\n </>\r\n ),\r\n { displayName: 'DumbbellIcon' },\r\n);\r\n\r\n/* ─── Yoga Icon ─── */\r\nexport const YogaIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <circle\r\n cx=\"12\"\r\n cy=\"4\"\r\n r=\"2\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <path\r\n d=\"M4 17l4-2 4 3 4-3 4 2\"\r\n fill=\"none\"\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n <path\r\n d=\"M12 7v5M8 15l4-3 4 3M6 12l6-3 6 3\"\r\n fill=\"none\"\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n </>\r\n ),\r\n { displayName: 'YogaIcon' },\r\n);\r\n\r\n/* ─── Running Icon ─── */\r\nexport const RunningIcon = createLifeIcon(\r\n ({ color, accentColor, variant }: LifeIconProps) => (\r\n <>\r\n <circle\r\n cx=\"14\"\r\n cy=\"4\"\r\n r=\"2\"\r\n fill={variant === 'outlined' ? 'none' : accentColor || color}\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n />\r\n <path\r\n d=\"M4 17l5-1.5L12 13l3-3 2 2M11 22l3-8 4-1v6\"\r\n fill=\"none\"\r\n stroke={color}\r\n strokeWidth=\"2\"\r\n strokeLinecap=\"round\"\r\n strokeLinejoin=\"round\"\r\n />\r\n <path d=\"M6 22l4-5\" fill=\"none\" stroke={color} strokeWidth=\"2\" strokeLinecap=\"round\" />\r\n </>\r\n ),\r\n { displayName: 'RunningIcon' },\r\n);\r\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ require("react/jsx-runtime");
4
+ require("./createLifeIcon-BAJdO67Z.cjs");
5
+ const health = require("./health-C45FWWY6.cjs");
6
+ exports.AmbulanceIcon = health.AmbulanceIcon;
7
+ exports.BandageIcon = health.BandageIcon;
8
+ exports.BrainIcon = health.BrainIcon;
9
+ exports.DnaIcon = health.DnaIcon;
10
+ exports.DoctorIcon = health.DoctorIcon;
11
+ exports.DumbbellIcon = health.DumbbellIcon;
12
+ exports.HeartIcon = health.HeartIcon;
13
+ exports.HeartbeatIcon = health.HeartbeatIcon;
14
+ exports.HospitalIcon = health.HospitalIcon;
15
+ exports.LungsIcon = health.LungsIcon;
16
+ exports.PillsIcon = health.PillsIcon;
17
+ exports.RunningIcon = health.RunningIcon;
18
+ exports.StethoscopeIcon = health.StethoscopeIcon;
19
+ exports.SyringeIcon = health.SyringeIcon;
20
+ exports.YogaIcon = health.YogaIcon;
21
+ //# sourceMappingURL=health.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"health.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+ import { LifeIconProps } from './types';
3
+ export declare const HeartIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const HeartbeatIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const StethoscopeIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
6
+ export declare const PillsIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
7
+ export declare const SyringeIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
8
+ export declare const BandageIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
9
+ export declare const HospitalIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
10
+ export declare const AmbulanceIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ export declare const DoctorIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
12
+ export declare const DnaIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
13
+ export declare const BrainIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
14
+ export declare const LungsIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
15
+ export declare const DumbbellIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
16
+ export declare const YogaIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
17
+ export declare const RunningIcon: React.ForwardRefExoticComponent<LifeIconProps & React.RefAttributes<SVGSVGElement>>;
18
+ //# sourceMappingURL=health.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"health.d.ts","sourceRoot":"","sources":["../src/health.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,eAAO,MAAM,SAAS,qFAYrB,CAAC;AAGF,eAAO,MAAM,aAAa,qFAoBzB,CAAC;AAGF,eAAO,MAAM,eAAe,qFA6B3B,CAAC;AAGF,eAAO,MAAM,SAAS,qFA2BrB,CAAC;AAGF,eAAO,MAAM,WAAW,qFA6BvB,CAAC;AAGF,eAAO,MAAM,WAAW,qFA0BvB,CAAC;AAGF,eAAO,MAAM,YAAY,qFAsBxB,CAAC;AAGF,eAAO,MAAM,aAAa,qFAwCzB,CAAC;AAGF,eAAO,MAAM,UAAU,qFAuBtB,CAAC;AAGF,eAAO,MAAM,OAAO,qFAwBnB,CAAC;AAGF,eAAO,MAAM,SAAS,qFAmBrB,CAAC;AAGF,eAAO,MAAM,SAAS,qFAuBrB,CAAC;AAGF,eAAO,MAAM,YAAY,qFA+CxB,CAAC;AAGF,eAAO,MAAM,QAAQ,qFA8BpB,CAAC;AAGF,eAAO,MAAM,WAAW,qFAuBvB,CAAC"}
package/dist/health.js ADDED
@@ -0,0 +1,21 @@
1
+ import "react/jsx-runtime";
2
+ import "./createLifeIcon-BjwgNM6z.js";
3
+ import { A, B, a, D, b, c, H, d, e, L, P, R, S, f, Y } from "./health-DslCiA58.js";
4
+ export {
5
+ A as AmbulanceIcon,
6
+ B as BandageIcon,
7
+ a as BrainIcon,
8
+ D as DnaIcon,
9
+ b as DoctorIcon,
10
+ c as DumbbellIcon,
11
+ H as HeartIcon,
12
+ d as HeartbeatIcon,
13
+ e as HospitalIcon,
14
+ L as LungsIcon,
15
+ P as PillsIcon,
16
+ R as RunningIcon,
17
+ S as StethoscopeIcon,
18
+ f as SyringeIcon,
19
+ Y as YogaIcon
20
+ };
21
+ //# sourceMappingURL=health.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"health.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}