@deepnoid/ui 0.1.4 → 0.1.6

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 (88) hide show
  1. package/.turbo/turbo-build.log +141 -141
  2. package/dist/{chunk-AMA53H3C.mjs → chunk-447R3YAZ.mjs} +2 -2
  3. package/dist/{chunk-GLBASISV.mjs → chunk-5KOINCEO.mjs} +1 -1
  4. package/dist/{chunk-2TJDQIKB.mjs → chunk-62RLAGOE.mjs} +1 -1
  5. package/dist/{chunk-24NQEB73.mjs → chunk-AV6PLM5Y.mjs} +1 -1
  6. package/dist/{chunk-YZNQ2QGK.mjs → chunk-BO5ZR3MX.mjs} +1 -1
  7. package/dist/{chunk-RCU5MLBU.mjs → chunk-CTKXERBP.mjs} +1 -1
  8. package/dist/{chunk-TDJJRQDC.mjs → chunk-DL4NAVLK.mjs} +14 -14
  9. package/dist/{chunk-S65S7QZ5.mjs → chunk-ERY4VRJA.mjs} +1 -1
  10. package/dist/{chunk-J7IAY6UH.mjs → chunk-HKS2RITB.mjs} +3 -3
  11. package/dist/{chunk-VRGHUYRU.mjs → chunk-HKWVXX2C.mjs} +2 -2
  12. package/dist/{chunk-AYWI2CRE.mjs → chunk-J7NLY4LW.mjs} +2 -2
  13. package/dist/{chunk-HKXUNG3H.mjs → chunk-NADRDQ6Z.mjs} +1 -1
  14. package/dist/{chunk-SSEQSF5F.mjs → chunk-NM22ZKFL.mjs} +3 -3
  15. package/dist/{chunk-P2TMIZRH.mjs → chunk-OKGP3XMZ.mjs} +328 -99
  16. package/dist/{chunk-XIHAABHB.mjs → chunk-TPKN62TM.mjs} +1 -1
  17. package/dist/{chunk-WPUTPWQ4.mjs → chunk-W2YDY6V3.mjs} +2 -2
  18. package/dist/{chunk-CF6O6TCF.mjs → chunk-WJ2MJJR2.mjs} +1 -1
  19. package/dist/{chunk-YCMZELLD.mjs → chunk-ZQV3NXHD.mjs} +1 -1
  20. package/dist/components/avatar/avatar.js +328 -99
  21. package/dist/components/avatar/avatar.mjs +2 -2
  22. package/dist/components/avatar/index.js +328 -99
  23. package/dist/components/avatar/index.mjs +2 -2
  24. package/dist/components/breadcrumb/breadcrumb.js +328 -99
  25. package/dist/components/breadcrumb/breadcrumb.mjs +3 -3
  26. package/dist/components/breadcrumb/index.js +328 -99
  27. package/dist/components/breadcrumb/index.mjs +3 -3
  28. package/dist/components/button/button.js +328 -99
  29. package/dist/components/button/button.mjs +3 -3
  30. package/dist/components/button/index.js +328 -99
  31. package/dist/components/button/index.mjs +3 -3
  32. package/dist/components/chip/chip.js +328 -99
  33. package/dist/components/chip/chip.mjs +3 -3
  34. package/dist/components/chip/index.js +328 -99
  35. package/dist/components/chip/index.mjs +3 -3
  36. package/dist/components/dateTimePicker/calendar.js +328 -99
  37. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  38. package/dist/components/dateTimePicker/dateTimePicker.js +328 -99
  39. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  40. package/dist/components/dateTimePicker/index.js +328 -99
  41. package/dist/components/dateTimePicker/index.mjs +7 -7
  42. package/dist/components/dateTimePicker/timePicker.js +328 -99
  43. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  44. package/dist/components/icon/Icon.d.mts +32 -12
  45. package/dist/components/icon/Icon.d.ts +32 -12
  46. package/dist/components/icon/Icon.js +328 -99
  47. package/dist/components/icon/Icon.mjs +2 -2
  48. package/dist/components/icon/index.js +328 -99
  49. package/dist/components/icon/index.mjs +2 -2
  50. package/dist/components/icon/template.d.mts +8 -3
  51. package/dist/components/icon/template.d.ts +8 -3
  52. package/dist/components/icon/template.js +328 -99
  53. package/dist/components/icon/template.mjs +1 -1
  54. package/dist/components/input/index.js +341 -112
  55. package/dist/components/input/index.mjs +3 -3
  56. package/dist/components/input/input.js +341 -112
  57. package/dist/components/input/input.mjs +3 -3
  58. package/dist/components/list/index.js +328 -99
  59. package/dist/components/list/index.mjs +4 -4
  60. package/dist/components/list/listItem.js +328 -99
  61. package/dist/components/list/listItem.mjs +4 -4
  62. package/dist/components/modal/index.js +328 -99
  63. package/dist/components/modal/index.mjs +4 -4
  64. package/dist/components/modal/modal.js +328 -99
  65. package/dist/components/modal/modal.mjs +4 -4
  66. package/dist/components/pagination/index.js +341 -112
  67. package/dist/components/pagination/index.mjs +4 -4
  68. package/dist/components/pagination/pagination.js +341 -112
  69. package/dist/components/pagination/pagination.mjs +4 -4
  70. package/dist/components/select/index.js +328 -99
  71. package/dist/components/select/index.mjs +4 -4
  72. package/dist/components/select/option.js +328 -99
  73. package/dist/components/select/option.mjs +3 -3
  74. package/dist/components/select/select.js +328 -99
  75. package/dist/components/select/select.mjs +4 -4
  76. package/dist/components/table/index.js +341 -112
  77. package/dist/components/table/index.mjs +7 -7
  78. package/dist/components/table/table.js +341 -112
  79. package/dist/components/table/table.mjs +7 -7
  80. package/dist/components/toast/index.js +328 -99
  81. package/dist/components/toast/index.mjs +4 -4
  82. package/dist/components/toast/toast.js +328 -99
  83. package/dist/components/toast/toast.mjs +3 -3
  84. package/dist/components/toast/use-toast.js +328 -99
  85. package/dist/components/toast/use-toast.mjs +4 -4
  86. package/dist/index.js +341 -112
  87. package/dist/index.mjs +28 -28
  88. package/package.json +1 -1
@@ -337,7 +337,7 @@ var template = {
337
337
  viewBox: "0 0 18 18",
338
338
  fill: "none",
339
339
  className,
340
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11 13L7 9L11 5", strokeLinecap: "round", "stroke-linejoin": "round" })
340
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11 13L7 9L11 5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
341
341
  }
342
342
  );
343
343
  },
@@ -351,7 +351,7 @@ var template = {
351
351
  viewBox: "0 0 18 18",
352
352
  fill: "none",
353
353
  className,
354
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7 5L11 9L7 13", strokeLinecap: "round", "stroke-linejoin": "round" })
354
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7 5L11 9L7 13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
355
355
  }
356
356
  );
357
357
  },
@@ -365,7 +365,15 @@ var template = {
365
365
  viewBox: "0 0 18 18",
366
366
  fill: "none",
367
367
  className,
368
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13 5L8.55556 9L13 13M9.44444 5L5 9L9.44444 13", strokeLinecap: "round", strokeLinejoin: "round" })
368
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
369
+ "path",
370
+ {
371
+ d: "M13 5L8.55556 9L13 13M9.44444 5L5 9L9.44444 13",
372
+ stroke: "currentColor",
373
+ strokeLinecap: "round",
374
+ strokeLinejoin: "round"
375
+ }
376
+ )
369
377
  }
370
378
  );
371
379
  },
@@ -379,7 +387,15 @@ var template = {
379
387
  viewBox: "0 0 18 18",
380
388
  fill: "none",
381
389
  className,
382
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5 5L9.44444 9L5 13M8.55556 5L13 9L8.55556 13", strokeLinecap: "round", strokeLinejoin: "round" })
390
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
391
+ "path",
392
+ {
393
+ d: "M5 5L9.44444 9L5 13M8.55556 5L13 9L8.55556 13",
394
+ stroke: "currentColor",
395
+ strokeLinecap: "round",
396
+ strokeLinejoin: "round"
397
+ }
398
+ )
383
399
  }
384
400
  );
385
401
  },
@@ -398,12 +414,14 @@ var template = {
398
414
  {
399
415
  fillRule: "evenodd",
400
416
  clipRule: "evenodd",
417
+ fill: "currentColor",
401
418
  d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z"
402
419
  }
403
420
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
404
421
  "path",
405
422
  {
406
423
  d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
424
+ stroke: "currentColor",
407
425
  strokeLinecap: "round",
408
426
  strokeLinejoin: "round"
409
427
  }
@@ -421,12 +439,10 @@ var template = {
421
439
  viewBox: "0 0 18 18",
422
440
  fill: "none",
423
441
  className,
424
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6.5 4L11.5 9L6.5 14", strokeLinecap: "round", strokeLinejoin: "round" })
442
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6.5 4L11.5 9L6.5 14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
425
443
  }
426
444
  );
427
445
  },
428
- // ----------------------------------- old ---------------------------------
429
- // ** avatar icon **
430
446
  avatar: ({ className }) => {
431
447
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
432
448
  "svg",
@@ -458,6 +474,225 @@ var template = {
458
474
  }
459
475
  );
460
476
  },
477
+ dashboard: ({ className }) => {
478
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
479
+ "svg",
480
+ {
481
+ xmlns: "http://www.w3.org/2000/svg",
482
+ width: "21",
483
+ height: "21",
484
+ viewBox: "0 0 21 21",
485
+ fill: "none",
486
+ className,
487
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
488
+ "path",
489
+ {
490
+ d: "M3.28125 5.25C3.28125 4.72786 3.48867 4.2271 3.85788 3.85788C4.2271 3.48867 4.72786 3.28125 5.25 3.28125H7.21875C7.74089 3.28125 8.24165 3.48867 8.61087 3.85788C8.98008 4.2271 9.1875 4.72786 9.1875 5.25V7.21875C9.1875 7.74089 8.98008 8.24165 8.61087 8.61087C8.24165 8.98008 7.74089 9.1875 7.21875 9.1875H5.25C4.72786 9.1875 4.2271 8.98008 3.85788 8.61087C3.48867 8.24165 3.28125 7.74089 3.28125 7.21875V5.25ZM3.28125 13.7812C3.28125 13.2591 3.48867 12.7583 3.85788 12.3891C4.2271 12.0199 4.72786 11.8125 5.25 11.8125H7.21875C7.74089 11.8125 8.24165 12.0199 8.61087 12.3891C8.98008 12.7583 9.1875 13.2591 9.1875 13.7812V15.75C9.1875 16.2721 8.98008 16.7729 8.61087 17.1421C8.24165 17.5113 7.74089 17.7187 7.21875 17.7187H5.25C4.72786 17.7187 4.2271 17.5113 3.85788 17.1421C3.48867 16.7729 3.28125 16.2721 3.28125 15.75V13.7812ZM11.8125 5.25C11.8125 4.72786 12.0199 4.2271 12.3891 3.85788C12.7583 3.48867 13.2591 3.28125 13.7812 3.28125H15.75C16.2721 3.28125 16.7729 3.48867 17.1421 3.85788C17.5113 4.2271 17.7187 4.72786 17.7187 5.25V7.21875C17.7187 7.74089 17.5113 8.24165 17.1421 8.61087C16.7729 8.98008 16.2721 9.1875 15.75 9.1875H13.7812C13.2591 9.1875 12.7583 8.98008 12.3891 8.61087C12.0199 8.24165 11.8125 7.74089 11.8125 7.21875V5.25ZM11.8125 13.7812C11.8125 13.2591 12.0199 12.7583 12.3891 12.3891C12.7583 12.0199 13.2591 11.8125 13.7812 11.8125H15.75C16.2721 11.8125 16.7729 12.0199 17.1421 12.3891C17.5113 12.7583 17.7187 13.2591 17.7187 13.7812V15.75C17.7187 16.2721 17.5113 16.7729 17.1421 17.1421C16.7729 17.5113 16.2721 17.7187 15.75 17.7187H13.7812C13.2591 17.7187 12.7583 17.5113 12.3891 17.1421C12.0199 16.7729 11.8125 16.2721 11.8125 15.75V13.7812Z",
491
+ stroke: "currentColor",
492
+ strokeWidth: "1.25",
493
+ strokeLinecap: "round",
494
+ strokeLinejoin: "round"
495
+ }
496
+ )
497
+ }
498
+ );
499
+ },
500
+ user: ({ className }) => {
501
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
502
+ "svg",
503
+ {
504
+ xmlns: "http://www.w3.org/2000/svg",
505
+ width: "21",
506
+ height: "21",
507
+ viewBox: "0 0 21 21",
508
+ fill: "none",
509
+ className,
510
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
511
+ "path",
512
+ {
513
+ d: "M13.125 16.737C13.8714 16.9537 14.6447 17.0633 15.4219 17.0625C16.6717 17.0643 17.9053 16.7793 19.0278 16.2295C19.0609 15.4452 18.8375 14.6715 18.3914 14.0257C17.9453 13.3798 17.3008 12.8969 16.5556 12.6503C15.8104 12.4037 15.0051 12.4067 14.2618 12.659C13.5184 12.9112 12.8776 13.3989 12.4364 14.0481M13.125 16.737V16.7344C13.125 15.7605 12.8748 14.8444 12.4364 14.0481M13.125 16.737V16.8297C11.441 17.844 9.51179 18.3783 7.546 18.375C5.50637 18.375 3.598 17.8106 1.96875 16.8297L1.96788 16.7344C1.9672 15.4958 2.37879 14.2922 3.13774 13.3134C3.89668 12.3345 4.95983 11.6361 6.15955 11.3283C7.35928 11.0204 8.62734 11.1206 9.76383 11.6131C10.9003 12.1055 11.8406 12.9622 12.4364 14.0481M10.5 5.57812C10.5 6.36134 10.1889 7.11248 9.63505 7.6663C9.08123 8.22012 8.33009 8.53125 7.54688 8.53125C6.76366 8.53125 6.01252 8.22012 5.4587 7.6663C4.90488 7.11248 4.59375 6.36134 4.59375 5.57812C4.59375 4.79491 4.90488 4.04377 5.4587 3.48995C6.01252 2.93613 6.76366 2.625 7.54688 2.625C8.33009 2.625 9.08123 2.93613 9.63505 3.48995C10.1889 4.04377 10.5 4.79491 10.5 5.57812ZM17.7188 7.54688C17.7188 8.15604 17.4768 8.74026 17.046 9.17101C16.6153 9.60176 16.031 9.84375 15.4219 9.84375C14.8127 9.84375 14.2285 9.60176 13.7977 9.17101C13.367 8.74026 13.125 8.15604 13.125 7.54688C13.125 6.93771 13.367 6.35349 13.7977 5.92274C14.2285 5.49199 14.8127 5.25 15.4219 5.25C16.031 5.25 16.6153 5.49199 17.046 5.92274C17.4768 6.35349 17.7188 6.93771 17.7188 7.54688Z",
514
+ stroke: "currentColor",
515
+ strokeWidth: "1.25",
516
+ strokeLinecap: "round",
517
+ strokeLinejoin: "round"
518
+ }
519
+ )
520
+ }
521
+ );
522
+ },
523
+ book: ({ className }) => {
524
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
525
+ "svg",
526
+ {
527
+ xmlns: "http://www.w3.org/2000/svg",
528
+ width: "21",
529
+ height: "21",
530
+ viewBox: "0 0 21 21",
531
+ fill: "none",
532
+ className,
533
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
534
+ "path",
535
+ {
536
+ d: "M10.5 5.28676C9.05766 3.99295 7.1876 3.27858 5.25 3.28126C4.3295 3.28126 3.44575 3.43876 2.625 3.72926V16.198C3.46817 15.9005 4.35589 15.749 5.25 15.75C7.26688 15.75 9.107 16.5086 10.5 17.7555M10.5 5.28676C11.9423 3.99287 13.8124 3.2785 15.75 3.28126C16.6705 3.28126 17.5542 3.43876 18.375 3.72926V16.198C17.5318 15.9005 16.6441 15.749 15.75 15.75C13.8124 15.7473 11.9423 16.4617 10.5 17.7555M10.5 5.28676V17.7555",
537
+ stroke: "currentColor",
538
+ strokeWidth: "1.25",
539
+ strokeLinecap: "round",
540
+ strokeLinejoin: "round"
541
+ }
542
+ )
543
+ }
544
+ );
545
+ },
546
+ file: ({ className }) => {
547
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
548
+ "svg",
549
+ {
550
+ xmlns: "http://www.w3.org/2000/svg",
551
+ width: "21",
552
+ height: "21",
553
+ viewBox: "0 0 21 21",
554
+ fill: "none",
555
+ className,
556
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
557
+ "path",
558
+ {
559
+ d: "M15.8855 11.0306L9.68831 16.5537C9.00849 17.1596 8.08645 17.5 7.12503 17.5C6.16361 17.5 5.24157 17.1596 4.56175 16.5537C3.88192 15.9479 3.5 15.1261 3.5 14.2693C3.5 13.4124 3.88192 12.5907 4.56175 11.9848L13.3745 4.13053C13.599 3.93056 13.8655 3.77196 14.1588 3.66377C14.452 3.55558 14.7663 3.49993 15.0837 3.5C15.4011 3.50007 15.7153 3.55585 16.0085 3.66416C16.3018 3.77247 16.5681 3.93119 16.7925 4.13125C17.0169 4.33131 17.1949 4.56881 17.3162 4.83017C17.4376 5.09153 17.5001 5.37164 17.5 5.65451C17.4999 5.93737 17.4373 6.21746 17.3158 6.47877C17.1943 6.74008 17.0162 6.97749 16.7917 7.17746L7.97247 15.0375C7.74368 15.2329 7.43788 15.3398 7.12096 15.3362C6.80404 15.3326 6.50139 15.2182 6.27823 15.0176C6.05507 14.817 5.92927 14.5463 5.92794 14.2639C5.92662 13.9814 6.04987 13.7098 6.27114 13.5075L12.5625 7.90043M7.97972 15.0303L7.97167 15.0375",
560
+ stroke: "currentColor",
561
+ strokeWidth: "1.25",
562
+ strokeLinecap: "round",
563
+ strokeLinejoin: "round"
564
+ }
565
+ )
566
+ }
567
+ );
568
+ },
569
+ list: ({ className }) => {
570
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
571
+ "svg",
572
+ {
573
+ xmlns: "http://www.w3.org/2000/svg",
574
+ width: "21",
575
+ height: "21",
576
+ viewBox: "0 0 21 21",
577
+ fill: "none",
578
+ className,
579
+ children: [
580
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
581
+ "path",
582
+ {
583
+ d: "M18.6667 5.44436V7.32659C18.6667 8.55547 17.8889 9.33325 16.66 9.33325H14V3.89659C14 3.03325 14.7078 2.33325 15.5711 2.33325C16.4189 2.34103 17.1967 2.68325 17.7567 3.24325C18.3167 3.81103 18.6667 4.58881 18.6667 5.44436Z",
584
+ stroke: "currentColor",
585
+ strokeWidth: "1.25",
586
+ strokeMiterlimit: "10",
587
+ strokeLinecap: "round",
588
+ strokeLinejoin: "round"
589
+ }
590
+ ),
591
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
592
+ "path",
593
+ {
594
+ d: "M2.33333 6.30102V17.4108C2.33333 18.0694 3.08727 18.4424 3.61665 18.0456L4.98823 17.0299C5.30906 16.7918 5.75823 16.8236 6.04698 17.1092L7.37842 18.4345C7.69123 18.744 8.2046 18.744 8.51741 18.4345L9.86491 17.1013C10.1456 16.8236 10.5948 16.7918 10.9076 17.0299L12.2792 18.0456C12.8086 18.4345 13.5625 18.0615 13.5625 17.4108V3.92036C13.5625 3.04745 14.2844 2.33325 15.1667 2.33325H6.34375H5.54167C3.13542 2.33325 2.33333 3.75371 2.33333 5.50747V6.30102Z",
595
+ stroke: "currentColor",
596
+ strokeWidth: "1.25",
597
+ strokeMiterlimit: "10",
598
+ strokeLinecap: "round",
599
+ strokeLinejoin: "round"
600
+ }
601
+ ),
602
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
603
+ "path",
604
+ {
605
+ d: "M4.66667 8.16675H10.5",
606
+ stroke: "currentColor",
607
+ strokeWidth: "1.25",
608
+ strokeLinecap: "round",
609
+ strokeLinejoin: "round"
610
+ }
611
+ ),
612
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
613
+ "path",
614
+ {
615
+ d: "M5.83333 10.5H9.33333",
616
+ stroke: "currentColor",
617
+ strokeWidth: "1.25",
618
+ strokeLinecap: "round",
619
+ strokeLinejoin: "round"
620
+ }
621
+ )
622
+ ]
623
+ }
624
+ );
625
+ },
626
+ computer: ({ className }) => {
627
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
628
+ "svg",
629
+ {
630
+ xmlns: "http://www.w3.org/2000/svg",
631
+ width: "21",
632
+ height: "21",
633
+ viewBox: "0 0 21 21",
634
+ fill: "none",
635
+ className,
636
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
637
+ "path",
638
+ {
639
+ d: "M8.16667 14.5833V15.3666C8.1667 15.6731 8.10634 15.9766 7.98904 16.2598C7.87173 16.543 7.69978 16.8003 7.483 17.017L7 17.5H14L13.517 17.017C13.3002 16.8003 13.1283 16.543 13.011 16.2598C12.8937 15.9766 12.8333 15.6731 12.8333 15.3666V14.5833M17.5 5.25V12.8333C17.5 13.2975 17.3156 13.7426 16.9874 14.0708C16.6592 14.399 16.2141 14.5833 15.75 14.5833H5.25C4.78587 14.5833 4.34075 14.399 4.01256 14.0708C3.68437 13.7426 3.5 13.2975 3.5 12.8333V5.25M17.5 5.25C17.5 4.78587 17.3156 4.34075 16.9874 4.01256C16.6592 3.68437 16.2141 3.5 15.75 3.5H5.25C4.78587 3.5 4.34075 3.68437 4.01256 4.01256C3.68437 4.34075 3.5 4.78587 3.5 5.25M17.5 5.25V10.5C17.5 10.9641 17.3156 11.4092 16.9874 11.7374C16.6592 12.0656 16.2141 12.25 15.75 12.25H5.25C4.78587 12.25 4.34075 12.0656 4.01256 11.7374C3.68437 11.4092 3.5 10.9641 3.5 10.5V5.25",
640
+ stroke: "currentColor",
641
+ strokeWidth: "1.25",
642
+ strokeLinecap: "round",
643
+ strokeLinejoin: "round"
644
+ }
645
+ )
646
+ }
647
+ );
648
+ },
649
+ bubble: ({ className }) => {
650
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
651
+ "svg",
652
+ {
653
+ xmlns: "http://www.w3.org/2000/svg",
654
+ width: "21",
655
+ height: "21",
656
+ viewBox: "0 0 21 21",
657
+ fill: "none",
658
+ className,
659
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
660
+ "path",
661
+ {
662
+ d: "M7 7.58333H14M7 9.91667H10.5M2.91667 11.0911C2.91667 12.3356 3.79011 13.4198 5.02211 13.601C5.90022 13.7301 6.78767 13.8289 7.68445 13.8958C7.95667 13.916 8.20556 14.0591 8.35722 14.2854L10.5 17.5L12.6428 14.2854C12.718 14.1737 12.8176 14.0805 12.9342 14.0129C13.0508 13.9454 13.1812 13.9054 13.3156 13.8958C14.2062 13.8293 15.0942 13.731 15.9779 13.601C17.2099 13.4198 18.0833 12.3363 18.0833 11.0903V6.40967C18.0833 5.16367 17.2099 4.08022 15.9779 3.899C14.1641 3.63278 12.3332 3.49942 10.5 3.5C8.63956 3.5 6.81022 3.63611 5.02211 3.899C3.79011 4.08022 2.91667 5.16445 2.91667 6.40967V11.0903V11.0911Z",
663
+ stroke: "currentColor",
664
+ strokeWidth: "1.25",
665
+ strokeLinecap: "round",
666
+ strokeLinejoin: "round"
667
+ }
668
+ )
669
+ }
670
+ );
671
+ },
672
+ megaphone: ({ className }) => {
673
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
674
+ "svg",
675
+ {
676
+ xmlns: "http://www.w3.org/2000/svg",
677
+ width: "21",
678
+ height: "21",
679
+ viewBox: "0 0 21 21",
680
+ fill: "none",
681
+ className,
682
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
683
+ "path",
684
+ {
685
+ d: "M9.1013 13.6763C8.52159 13.6288 7.93346 13.605 7.34028 13.605H6.70833C5.70272 13.605 4.7383 13.2293 4.02722 12.5604C3.31615 11.8916 2.91667 10.9844 2.91667 10.0385C2.91667 9.09265 3.31615 8.1855 4.02722 7.51666C4.7383 6.84782 5.70272 6.47206 6.70833 6.47206H7.34028C7.93346 6.47206 8.52159 6.44829 9.1013 6.40073M9.1013 13.6763C9.31447 14.4388 9.59337 15.1758 9.93125 15.882C10.1394 16.3179 9.98181 16.841 9.54113 17.0796L8.98755 17.3807C8.52328 17.6328 7.92588 17.4735 7.70091 17.0154C7.16695 15.9288 6.76012 14.7909 6.48758 13.6217M9.1013 13.6763C8.77014 12.4889 8.60306 11.2662 8.60417 10.0385C8.60417 8.78155 8.7769 7.56261 9.1013 6.40073M9.1013 13.6763C11.6978 13.8857 14.2261 14.568 16.5456 15.6855M9.1013 6.40073C11.6978 6.19144 14.2262 5.50906 16.5456 4.39162M16.5456 15.6855C16.4462 15.9866 16.3392 16.283 16.2254 16.5771M16.5456 15.6855C17.004 14.2958 17.2907 12.861 17.4 11.4097M16.5456 4.39162C16.4468 4.09195 16.34 3.79465 16.2254 3.5M16.5456 4.39162C17.004 5.78131 17.2907 7.21603 17.4 8.66743M17.4 8.66743C17.8171 8.99475 18.0833 9.48772 18.0833 10.0385C18.0833 10.5894 17.8171 11.0823 17.4 11.4097M17.4 8.66743C17.4691 9.58035 17.4691 10.4967 17.4 11.4097",
686
+ stroke: "currentColor",
687
+ strokeWidth: "1.25",
688
+ strokeLinecap: "round",
689
+ strokeLinejoin: "round"
690
+ }
691
+ )
692
+ }
693
+ );
694
+ },
695
+ // ----------------------------------- old ---------------------------------
461
696
  // ** Status **
462
697
  plus: ({ className, fill }) => {
463
698
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -858,64 +1093,60 @@ var template = {
858
1093
  }
859
1094
  );
860
1095
  },
861
- user: ({ className, fill }) => {
862
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
863
- "svg",
864
- {
865
- width: "24",
866
- height: "24",
867
- viewBox: "0 0 24 24",
868
- fill: "none",
869
- xmlns: "http://www.w3.org/2000/svg",
870
- className,
871
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
872
- "path",
873
- {
874
- fillRule: "evenodd",
875
- clipRule: "evenodd",
876
- d: "M7.49997 6C7.49997 4.80653 7.97408 3.66193 8.81799 2.81802C9.66191 1.97411 10.8065 1.5 12 1.5C13.1934 1.5 14.338 1.97411 15.182 2.81802C16.0259 3.66193 16.5 4.80653 16.5 6C16.5 7.19347 16.0259 8.33807 15.182 9.18198C14.338 10.0259 13.1934 10.5 12 10.5C10.8065 10.5 9.66191 10.0259 8.81799 9.18198C7.97408 8.33807 7.49997 7.19347 7.49997 6ZM3.75097 20.105C3.78469 17.9395 4.66862 15.8741 6.21193 14.3546C7.75525 12.8351 9.83419 11.9834 12 11.9834C14.1658 11.9834 16.2447 12.8351 17.788 14.3546C19.3313 15.8741 20.2153 17.9395 20.249 20.105C20.2516 20.2508 20.2116 20.3942 20.134 20.5176C20.0564 20.641 19.9445 20.7392 19.812 20.8C17.3611 21.9237 14.6961 22.5037 12 22.5C9.21397 22.5 6.56697 21.892 4.18797 20.8C4.05546 20.7392 3.94355 20.641 3.86594 20.5176C3.78832 20.3942 3.74837 20.2508 3.75097 20.105Z",
877
- fill: "currentColor"
878
- }
879
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
880
- "path",
881
- {
882
- d: "M15.75 6C15.75 6.99456 15.3549 7.94839 14.6516 8.65165C13.9484 9.35491 12.9945 9.75 12 9.75C11.0054 9.75 10.0516 9.35491 9.34833 8.65165C8.64506 7.94839 8.24998 6.99456 8.24998 6C8.24998 5.00544 8.64506 4.05161 9.34833 3.34835C10.0516 2.64509 11.0054 2.25 12 2.25C12.9945 2.25 13.9484 2.64509 14.6516 3.34835C15.3549 4.05161 15.75 5.00544 15.75 6ZM4.50098 20.118C4.53311 18.1504 5.33731 16.2742 6.74015 14.894C8.14299 13.5139 10.0321 12.7405 12 12.7405C13.9679 12.7405 15.857 13.5139 17.2598 14.894C18.6626 16.2742 19.4668 18.1504 19.499 20.118C17.1464 21.1968 14.5881 21.7535 12 21.75C9.32398 21.75 6.78398 21.166 4.50098 20.118Z",
883
- stroke: "currentColor",
884
- strokeLinecap: "round",
885
- strokeLinejoin: "round"
886
- }
887
- )
888
- }
889
- );
890
- },
891
- users: ({ className, fill }) => {
892
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
893
- "svg",
894
- {
895
- width: "24",
896
- height: "24",
897
- viewBox: "0 0 24 24",
898
- fill: "none",
899
- xmlns: "http://www.w3.org/2000/svg",
900
- className,
901
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
902
- "path",
903
- {
904
- d: "M4.5 6.375C4.5 5.28098 4.9346 4.23177 5.70818 3.45818C6.48177 2.6846 7.53098 2.25 8.625 2.25C9.71902 2.25 10.7682 2.6846 11.5418 3.45818C12.3154 4.23177 12.75 5.28098 12.75 6.375C12.75 7.46902 12.3154 8.51823 11.5418 9.29182C10.7682 10.0654 9.71902 10.5 8.625 10.5C7.53098 10.5 6.48177 10.0654 5.70818 9.29182C4.9346 8.51823 4.5 7.46902 4.5 6.375ZM14.25 8.625C14.25 8.18179 14.3373 7.74292 14.5069 7.33344C14.6765 6.92397 14.9251 6.55191 15.2385 6.23851C15.5519 5.92512 15.924 5.67652 16.3334 5.50691C16.7429 5.3373 17.1818 5.25 17.625 5.25C18.0682 5.25 18.5071 5.3373 18.9166 5.50691C19.326 5.67652 19.6981 5.92512 20.0115 6.23851C20.3249 6.55191 20.5735 6.92397 20.7431 7.33344C20.9127 7.74292 21 8.18179 21 8.625C21 9.52011 20.6444 10.3785 20.0115 11.0115C19.3786 11.6444 18.5201 12 17.625 12C16.7299 12 15.8715 11.6444 15.2385 11.0115C14.6056 10.3785 14.25 9.52011 14.25 8.625ZM1.5 19.125C1.5 17.2353 2.25067 15.4231 3.58686 14.0869C4.92306 12.7507 6.73533 12 8.625 12C10.5147 12 12.3269 12.7507 13.6631 14.0869C14.9993 15.4231 15.75 17.2353 15.75 19.125V19.128L15.749 19.247C15.7469 19.3742 15.7125 19.4987 15.6489 19.6089C15.5854 19.7191 15.495 19.8114 15.386 19.877C13.3452 21.106 11.0073 21.7536 8.625 21.75C6.153 21.75 3.839 21.066 1.865 19.877C1.75585 19.8115 1.66517 19.7193 1.60149 19.6091C1.53781 19.4989 1.50323 19.3743 1.501 19.247L1.5 19.125ZM17.25 19.128L17.249 19.272C17.2434 19.6053 17.1638 19.9332 17.016 20.232C18.7617 20.3397 20.5054 19.9916 22.076 19.222C22.1975 19.1626 22.3006 19.0715 22.3745 18.9583C22.4485 18.8451 22.4904 18.7141 22.496 18.579C22.5313 17.7402 22.3494 16.9066 21.9679 16.1588C21.5864 15.4109 21.0183 14.7743 20.3185 14.3105C19.6188 13.8467 18.8111 13.5715 17.9738 13.5115C17.1364 13.4515 16.2977 13.6087 15.539 13.968C16.6522 15.4566 17.2522 17.2662 17.249 19.125L17.25 19.128Z",
905
- fill: "currentColor"
906
- }
907
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
908
- "path",
909
- {
910
- d: "M15 19.128C15.853 19.3757 16.7368 19.5009 17.625 19.5C19.0534 19.5021 20.4633 19.1764 21.746 18.548C21.7839 17.6517 21.5286 16.7675 21.0188 16.0293C20.509 15.2912 19.7724 14.7394 18.9207 14.4575C18.0691 14.1757 17.1487 14.1791 16.2992 14.4674C15.4497 14.7557 14.7173 15.313 14.213 16.055M15 19.128V19.125C15 18.012 14.714 16.965 14.213 16.055M15 19.128V19.234C13.0755 20.3931 10.8706 21.0038 8.62402 21C6.29302 21 4.11202 20.355 2.25002 19.234L2.24902 19.125C2.24826 17.7095 2.71864 16.3339 3.58601 15.2153C4.45338 14.0966 5.6684 13.2984 7.03951 12.9466C8.41063 12.5948 9.85985 12.7093 11.1587 13.2721C12.4575 13.8349 13.5321 14.814 14.213 16.055M12 6.375C12 7.27011 11.6444 8.12855 11.0115 8.76149C10.3786 9.39442 9.52013 9.75 8.62502 9.75C7.72992 9.75 6.87147 9.39442 6.23854 8.76149C5.6056 8.12855 5.25002 7.27011 5.25002 6.375C5.25002 5.47989 5.6056 4.62145 6.23854 3.98851C6.87147 3.35558 7.72992 3 8.62502 3C9.52013 3 10.3786 3.35558 11.0115 3.98851C11.6444 4.62145 12 5.47989 12 6.375ZM20.25 8.625C20.25 9.32119 19.9735 9.98887 19.4812 10.4812C18.9889 10.9734 18.3212 11.25 17.625 11.25C16.9288 11.25 16.2612 10.9734 15.7689 10.4812C15.2766 9.98887 15 9.32119 15 8.625C15 7.92881 15.2766 7.26113 15.7689 6.76884C16.2612 6.27656 16.9288 6 17.625 6C18.3212 6 18.9889 6.27656 19.4812 6.76884C19.9735 7.26113 20.25 7.92881 20.25 8.625Z",
911
- stroke: "currentColor",
912
- strokeLinecap: "round",
913
- strokeLinejoin: "round"
914
- }
915
- )
916
- }
917
- );
918
- },
1096
+ // user: ({ className, fill }: IconProps) => {
1097
+ // return (
1098
+ // <svg
1099
+ // width="24"
1100
+ // height="24"
1101
+ // viewBox="0 0 24 24"
1102
+ // fill="none"
1103
+ // xmlns="http://www.w3.org/2000/svg"
1104
+ // className={className}
1105
+ // >
1106
+ // {fill ? (
1107
+ // <path
1108
+ // fillRule="evenodd"
1109
+ // clipRule="evenodd"
1110
+ // d="M7.49997 6C7.49997 4.80653 7.97408 3.66193 8.81799 2.81802C9.66191 1.97411 10.8065 1.5 12 1.5C13.1934 1.5 14.338 1.97411 15.182 2.81802C16.0259 3.66193 16.5 4.80653 16.5 6C16.5 7.19347 16.0259 8.33807 15.182 9.18198C14.338 10.0259 13.1934 10.5 12 10.5C10.8065 10.5 9.66191 10.0259 8.81799 9.18198C7.97408 8.33807 7.49997 7.19347 7.49997 6ZM3.75097 20.105C3.78469 17.9395 4.66862 15.8741 6.21193 14.3546C7.75525 12.8351 9.83419 11.9834 12 11.9834C14.1658 11.9834 16.2447 12.8351 17.788 14.3546C19.3313 15.8741 20.2153 17.9395 20.249 20.105C20.2516 20.2508 20.2116 20.3942 20.134 20.5176C20.0564 20.641 19.9445 20.7392 19.812 20.8C17.3611 21.9237 14.6961 22.5037 12 22.5C9.21397 22.5 6.56697 21.892 4.18797 20.8C4.05546 20.7392 3.94355 20.641 3.86594 20.5176C3.78832 20.3942 3.74837 20.2508 3.75097 20.105Z"
1111
+ // fill="currentColor"
1112
+ // />
1113
+ // ) : (
1114
+ // <path
1115
+ // d="M15.75 6C15.75 6.99456 15.3549 7.94839 14.6516 8.65165C13.9484 9.35491 12.9945 9.75 12 9.75C11.0054 9.75 10.0516 9.35491 9.34833 8.65165C8.64506 7.94839 8.24998 6.99456 8.24998 6C8.24998 5.00544 8.64506 4.05161 9.34833 3.34835C10.0516 2.64509 11.0054 2.25 12 2.25C12.9945 2.25 13.9484 2.64509 14.6516 3.34835C15.3549 4.05161 15.75 5.00544 15.75 6ZM4.50098 20.118C4.53311 18.1504 5.33731 16.2742 6.74015 14.894C8.14299 13.5139 10.0321 12.7405 12 12.7405C13.9679 12.7405 15.857 13.5139 17.2598 14.894C18.6626 16.2742 19.4668 18.1504 19.499 20.118C17.1464 21.1968 14.5881 21.7535 12 21.75C9.32398 21.75 6.78398 21.166 4.50098 20.118Z"
1116
+ // stroke="currentColor"
1117
+ // strokeLinecap="round"
1118
+ // strokeLinejoin="round"
1119
+ // />
1120
+ // )}
1121
+ // </svg>
1122
+ // );
1123
+ // },
1124
+ // users: ({ className, fill }: IconProps) => {
1125
+ // return (
1126
+ // <svg
1127
+ // width="24"
1128
+ // height="24"
1129
+ // viewBox="0 0 24 24"
1130
+ // fill="none"
1131
+ // xmlns="http://www.w3.org/2000/svg"
1132
+ // className={className}
1133
+ // >
1134
+ // {fill ? (
1135
+ // <path
1136
+ // d="M4.5 6.375C4.5 5.28098 4.9346 4.23177 5.70818 3.45818C6.48177 2.6846 7.53098 2.25 8.625 2.25C9.71902 2.25 10.7682 2.6846 11.5418 3.45818C12.3154 4.23177 12.75 5.28098 12.75 6.375C12.75 7.46902 12.3154 8.51823 11.5418 9.29182C10.7682 10.0654 9.71902 10.5 8.625 10.5C7.53098 10.5 6.48177 10.0654 5.70818 9.29182C4.9346 8.51823 4.5 7.46902 4.5 6.375ZM14.25 8.625C14.25 8.18179 14.3373 7.74292 14.5069 7.33344C14.6765 6.92397 14.9251 6.55191 15.2385 6.23851C15.5519 5.92512 15.924 5.67652 16.3334 5.50691C16.7429 5.3373 17.1818 5.25 17.625 5.25C18.0682 5.25 18.5071 5.3373 18.9166 5.50691C19.326 5.67652 19.6981 5.92512 20.0115 6.23851C20.3249 6.55191 20.5735 6.92397 20.7431 7.33344C20.9127 7.74292 21 8.18179 21 8.625C21 9.52011 20.6444 10.3785 20.0115 11.0115C19.3786 11.6444 18.5201 12 17.625 12C16.7299 12 15.8715 11.6444 15.2385 11.0115C14.6056 10.3785 14.25 9.52011 14.25 8.625ZM1.5 19.125C1.5 17.2353 2.25067 15.4231 3.58686 14.0869C4.92306 12.7507 6.73533 12 8.625 12C10.5147 12 12.3269 12.7507 13.6631 14.0869C14.9993 15.4231 15.75 17.2353 15.75 19.125V19.128L15.749 19.247C15.7469 19.3742 15.7125 19.4987 15.6489 19.6089C15.5854 19.7191 15.495 19.8114 15.386 19.877C13.3452 21.106 11.0073 21.7536 8.625 21.75C6.153 21.75 3.839 21.066 1.865 19.877C1.75585 19.8115 1.66517 19.7193 1.60149 19.6091C1.53781 19.4989 1.50323 19.3743 1.501 19.247L1.5 19.125ZM17.25 19.128L17.249 19.272C17.2434 19.6053 17.1638 19.9332 17.016 20.232C18.7617 20.3397 20.5054 19.9916 22.076 19.222C22.1975 19.1626 22.3006 19.0715 22.3745 18.9583C22.4485 18.8451 22.4904 18.7141 22.496 18.579C22.5313 17.7402 22.3494 16.9066 21.9679 16.1588C21.5864 15.4109 21.0183 14.7743 20.3185 14.3105C19.6188 13.8467 18.8111 13.5715 17.9738 13.5115C17.1364 13.4515 16.2977 13.6087 15.539 13.968C16.6522 15.4566 17.2522 17.2662 17.249 19.125L17.25 19.128Z"
1137
+ // fill="currentColor"
1138
+ // />
1139
+ // ) : (
1140
+ // <path
1141
+ // d="M15 19.128C15.853 19.3757 16.7368 19.5009 17.625 19.5C19.0534 19.5021 20.4633 19.1764 21.746 18.548C21.7839 17.6517 21.5286 16.7675 21.0188 16.0293C20.509 15.2912 19.7724 14.7394 18.9207 14.4575C18.0691 14.1757 17.1487 14.1791 16.2992 14.4674C15.4497 14.7557 14.7173 15.313 14.213 16.055M15 19.128V19.125C15 18.012 14.714 16.965 14.213 16.055M15 19.128V19.234C13.0755 20.3931 10.8706 21.0038 8.62402 21C6.29302 21 4.11202 20.355 2.25002 19.234L2.24902 19.125C2.24826 17.7095 2.71864 16.3339 3.58601 15.2153C4.45338 14.0966 5.6684 13.2984 7.03951 12.9466C8.41063 12.5948 9.85985 12.7093 11.1587 13.2721C12.4575 13.8349 13.5321 14.814 14.213 16.055M12 6.375C12 7.27011 11.6444 8.12855 11.0115 8.76149C10.3786 9.39442 9.52013 9.75 8.62502 9.75C7.72992 9.75 6.87147 9.39442 6.23854 8.76149C5.6056 8.12855 5.25002 7.27011 5.25002 6.375C5.25002 5.47989 5.6056 4.62145 6.23854 3.98851C6.87147 3.35558 7.72992 3 8.62502 3C9.52013 3 10.3786 3.35558 11.0115 3.98851C11.6444 4.62145 12 5.47989 12 6.375ZM20.25 8.625C20.25 9.32119 19.9735 9.98887 19.4812 10.4812C18.9889 10.9734 18.3212 11.25 17.625 11.25C16.9288 11.25 16.2612 10.9734 15.7689 10.4812C15.2766 9.98887 15 9.32119 15 8.625C15 7.92881 15.2766 7.26113 15.7689 6.76884C16.2612 6.27656 16.9288 6 17.625 6C18.3212 6 18.9889 6.27656 19.4812 6.76884C19.9735 7.26113 20.25 7.92881 20.25 8.625Z"
1142
+ // stroke="currentColor"
1143
+ // strokeLinecap="round"
1144
+ // strokeLinejoin="round"
1145
+ // />
1146
+ // )}
1147
+ // </svg>
1148
+ // );
1149
+ // },
919
1150
  // ** Common **
920
1151
  home: ({ className, fill }) => {
921
1152
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -1541,7 +1772,7 @@ var template = {
1541
1772
  {
1542
1773
  d: "M6 6H6.008V6.008H6V6Z",
1543
1774
  stroke: "currentColor",
1544
- "stroke-width": "1.5",
1775
+ strokeWidth: "1.5",
1545
1776
  strokeLinecap: "round",
1546
1777
  strokeLinejoin: "round"
1547
1778
  }
@@ -2269,36 +2500,34 @@ var template = {
2269
2500
  }
2270
2501
  );
2271
2502
  },
2272
- list: ({ className, fill }) => {
2273
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2274
- "svg",
2275
- {
2276
- width: "24",
2277
- height: "24",
2278
- viewBox: "0 0 24 24",
2279
- fill: "none",
2280
- xmlns: "http://www.w3.org/2000/svg",
2281
- className,
2282
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2283
- "path",
2284
- {
2285
- fillRule: "evenodd",
2286
- clipRule: "evenodd",
2287
- d: "M3 6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H20.25C20.4489 6 20.6397 6.07902 20.7803 6.21967C20.921 6.36032 21 6.55109 21 6.75C21 6.94891 20.921 7.13968 20.7803 7.28033C20.6397 7.42098 20.4489 7.5 20.25 7.5H3.75C3.55109 7.5 3.36032 7.42098 3.21967 7.28033C3.07902 7.13968 3 6.94891 3 6.75ZM3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12ZM3 17.25C3 17.0511 3.07902 16.8603 3.21967 16.7197C3.36032 16.579 3.55109 16.5 3.75 16.5H20.25C20.4489 16.5 20.6397 16.579 20.7803 16.7197C20.921 16.8603 21 17.0511 21 17.25C21 17.4489 20.921 17.6397 20.7803 17.7803C20.6397 17.921 20.4489 18 20.25 18H3.75C3.55109 18 3.36032 17.921 3.21967 17.7803C3.07902 17.6397 3 17.4489 3 17.25Z",
2288
- fill: "currentColor"
2289
- }
2290
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2291
- "path",
2292
- {
2293
- d: "M3.75 6.75H20.25M3.75 12H20.25M3.75 17.25H20.25",
2294
- stroke: "currentColor",
2295
- strokeLinecap: "round",
2296
- strokeLinejoin: "round"
2297
- }
2298
- )
2299
- }
2300
- );
2301
- },
2503
+ // list: ({ className, fill }: IconProps) => {
2504
+ // return (
2505
+ // <svg
2506
+ // width="24"
2507
+ // height="24"
2508
+ // viewBox="0 0 24 24"
2509
+ // fill="none"
2510
+ // xmlns="http://www.w3.org/2000/svg"
2511
+ // className={className}
2512
+ // >
2513
+ // {fill ? (
2514
+ // <path
2515
+ // fillRule="evenodd"
2516
+ // clipRule="evenodd"
2517
+ // d="M3 6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H20.25C20.4489 6 20.6397 6.07902 20.7803 6.21967C20.921 6.36032 21 6.55109 21 6.75C21 6.94891 20.921 7.13968 20.7803 7.28033C20.6397 7.42098 20.4489 7.5 20.25 7.5H3.75C3.55109 7.5 3.36032 7.42098 3.21967 7.28033C3.07902 7.13968 3 6.94891 3 6.75ZM3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12ZM3 17.25C3 17.0511 3.07902 16.8603 3.21967 16.7197C3.36032 16.579 3.55109 16.5 3.75 16.5H20.25C20.4489 16.5 20.6397 16.579 20.7803 16.7197C20.921 16.8603 21 17.0511 21 17.25C21 17.4489 20.921 17.6397 20.7803 17.7803C20.6397 17.921 20.4489 18 20.25 18H3.75C3.55109 18 3.36032 17.921 3.21967 17.7803C3.07902 17.6397 3 17.4489 3 17.25Z"
2518
+ // fill="currentColor"
2519
+ // />
2520
+ // ) : (
2521
+ // <path
2522
+ // d="M3.75 6.75H20.25M3.75 12H20.25M3.75 17.25H20.25"
2523
+ // stroke="currentColor"
2524
+ // strokeLinecap="round"
2525
+ // strokeLinejoin="round"
2526
+ // />
2527
+ // )}
2528
+ // </svg>
2529
+ // );
2530
+ // },
2302
2531
  "list-dot": ({ className, fill }) => {
2303
2532
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2304
2533
  "svg",
@@ -3839,13 +4068,13 @@ var template = {
3839
4068
  xmlns: "http://www.w3.org/2000/svg",
3840
4069
  className,
3841
4070
  children: [
3842
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { "clip-path": "url(#clip0_377_2103)", children: [
4071
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_377_2103)", children: [
3843
4072
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3844
4073
  "path",
3845
4074
  {
3846
4075
  d: "M3.19421 9.44931C3.92844 7.26609 5.4231 5.4196 7.4055 4.24672C9.3879 3.07384 11.7259 2.65276 13.9929 3.06029C16.26 3.46783 18.3049 4.67682 19.7547 6.4667C21.2045 8.25657 21.9625 10.508 21.8904 12.8103C21.8183 15.1125 20.9209 17.3121 19.3619 19.0077C17.803 20.7034 15.6863 21.782 13.3982 22.0469C11.1101 22.3117 8.80308 21.7452 6.89797 20.4505C4.99286 19.1559 3.61668 17.2195 3.02053 14.9946",
3847
4076
  stroke: "currentColor",
3848
- "stroke-width": "0.8",
4077
+ strokeWidth: "0.8",
3849
4078
  strokeLinecap: "round"
3850
4079
  }
3851
4080
  ),
@@ -3854,7 +4083,7 @@ var template = {
3854
4083
  {
3855
4084
  d: "M1.61074 5.77109L2.82717 10.2312L6.90294 7.87801",
3856
4085
  stroke: "currentColor",
3857
- "stroke-width": "0.8",
4086
+ strokeWidth: "0.8",
3858
4087
  strokeLinecap: "round"
3859
4088
  }
3860
4089
  )
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  breadcrumb_default
4
- } from "../../chunk-2TJDQIKB.mjs";
4
+ } from "../../chunk-62RLAGOE.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-24NQEB73.mjs";
7
- import "../../chunk-P2TMIZRH.mjs";
6
+ import "../../chunk-AV6PLM5Y.mjs";
7
+ import "../../chunk-OKGP3XMZ.mjs";
8
8
  import "../../chunk-2ZT6V4QR.mjs";
9
9
  import "../../chunk-AC6TWLRT.mjs";
10
10
  export {