@deepnoid/ui 0.1.6 → 0.1.8

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 (95) hide show
  1. package/.turbo/turbo-build.log +155 -155
  2. package/dist/{chunk-ZQV3NXHD.mjs → chunk-3WUQ5SJG.mjs} +1 -1
  3. package/dist/{chunk-TPKN62TM.mjs → chunk-5SI52U2V.mjs} +1 -1
  4. package/dist/{chunk-ERY4VRJA.mjs → chunk-6MWNK3IR.mjs} +1 -1
  5. package/dist/{chunk-DL4NAVLK.mjs → chunk-7TETAKD7.mjs} +1 -1
  6. package/dist/{chunk-W2YDY6V3.mjs → chunk-AOFU6N4B.mjs} +2 -2
  7. package/dist/{chunk-62RLAGOE.mjs → chunk-D32JTEZB.mjs} +1 -1
  8. package/dist/{chunk-NADRDQ6Z.mjs → chunk-FXXSX6HM.mjs} +1 -1
  9. package/dist/{chunk-OKGP3XMZ.mjs → chunk-GLJPHVXG.mjs} +40 -30
  10. package/dist/{chunk-HKS2RITB.mjs → chunk-HDZH3RQR.mjs} +3 -3
  11. package/dist/{chunk-NM22ZKFL.mjs → chunk-JY3CY3VT.mjs} +3 -3
  12. package/dist/{chunk-ON5SGXHZ.mjs → chunk-LMFV246N.mjs} +2 -2
  13. package/dist/{chunk-J7NLY4LW.mjs → chunk-P6CDIPHN.mjs} +2 -2
  14. package/dist/{chunk-BO5ZR3MX.mjs → chunk-P7UKIKKO.mjs} +1 -1
  15. package/dist/{chunk-HKWVXX2C.mjs → chunk-PDUKY2FL.mjs} +2 -2
  16. package/dist/{chunk-AV6PLM5Y.mjs → chunk-T3QBPU2H.mjs} +1 -1
  17. package/dist/{chunk-CTKXERBP.mjs → chunk-VC2BAC47.mjs} +1 -1
  18. package/dist/{chunk-WJ2MJJR2.mjs → chunk-Y7KG7S4B.mjs} +1 -1
  19. package/dist/{chunk-5KOINCEO.mjs → chunk-YTOYINWL.mjs} +1 -1
  20. package/dist/{chunk-447R3YAZ.mjs → chunk-ZQEQ2VI3.mjs} +2 -2
  21. package/dist/components/avatar/avatar.js +40 -30
  22. package/dist/components/avatar/avatar.mjs +2 -2
  23. package/dist/components/avatar/index.js +40 -30
  24. package/dist/components/avatar/index.mjs +2 -2
  25. package/dist/components/backdrop/backdrop.d.mts +2 -1
  26. package/dist/components/backdrop/backdrop.d.ts +2 -1
  27. package/dist/components/backdrop/backdrop.js +2 -2
  28. package/dist/components/backdrop/backdrop.mjs +1 -1
  29. package/dist/components/backdrop/index.js +2 -2
  30. package/dist/components/backdrop/index.mjs +1 -1
  31. package/dist/components/breadcrumb/breadcrumb.js +40 -30
  32. package/dist/components/breadcrumb/breadcrumb.mjs +3 -3
  33. package/dist/components/breadcrumb/index.js +40 -30
  34. package/dist/components/breadcrumb/index.mjs +3 -3
  35. package/dist/components/button/button.js +40 -30
  36. package/dist/components/button/button.mjs +3 -3
  37. package/dist/components/button/index.js +40 -30
  38. package/dist/components/button/index.mjs +3 -3
  39. package/dist/components/chip/chip.js +40 -30
  40. package/dist/components/chip/chip.mjs +3 -3
  41. package/dist/components/chip/index.js +40 -30
  42. package/dist/components/chip/index.mjs +3 -3
  43. package/dist/components/dateTimePicker/calendar.js +40 -30
  44. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  45. package/dist/components/dateTimePicker/dateTimePicker.js +40 -30
  46. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  47. package/dist/components/dateTimePicker/index.js +40 -30
  48. package/dist/components/dateTimePicker/index.mjs +7 -7
  49. package/dist/components/dateTimePicker/timePicker.js +40 -30
  50. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  51. package/dist/components/icon/Icon.d.mts +8 -4
  52. package/dist/components/icon/Icon.d.ts +8 -4
  53. package/dist/components/icon/Icon.js +40 -30
  54. package/dist/components/icon/Icon.mjs +2 -2
  55. package/dist/components/icon/index.js +40 -30
  56. package/dist/components/icon/index.mjs +2 -2
  57. package/dist/components/icon/template.d.mts +2 -1
  58. package/dist/components/icon/template.d.ts +2 -1
  59. package/dist/components/icon/template.js +40 -30
  60. package/dist/components/icon/template.mjs +1 -1
  61. package/dist/components/input/index.js +40 -30
  62. package/dist/components/input/index.mjs +3 -3
  63. package/dist/components/input/input.js +40 -30
  64. package/dist/components/input/input.mjs +3 -3
  65. package/dist/components/list/index.js +40 -30
  66. package/dist/components/list/index.mjs +4 -4
  67. package/dist/components/list/listItem.js +40 -30
  68. package/dist/components/list/listItem.mjs +4 -4
  69. package/dist/components/modal/index.js +40 -30
  70. package/dist/components/modal/index.mjs +4 -4
  71. package/dist/components/modal/modal.js +40 -30
  72. package/dist/components/modal/modal.mjs +4 -4
  73. package/dist/components/pagination/index.js +40 -30
  74. package/dist/components/pagination/index.mjs +4 -4
  75. package/dist/components/pagination/pagination.js +40 -30
  76. package/dist/components/pagination/pagination.mjs +4 -4
  77. package/dist/components/select/index.js +40 -30
  78. package/dist/components/select/index.mjs +4 -4
  79. package/dist/components/select/option.js +40 -30
  80. package/dist/components/select/option.mjs +3 -3
  81. package/dist/components/select/select.js +40 -30
  82. package/dist/components/select/select.mjs +4 -4
  83. package/dist/components/table/index.js +40 -30
  84. package/dist/components/table/index.mjs +7 -7
  85. package/dist/components/table/table.js +40 -30
  86. package/dist/components/table/table.mjs +7 -7
  87. package/dist/components/toast/index.js +40 -30
  88. package/dist/components/toast/index.mjs +4 -4
  89. package/dist/components/toast/toast.js +40 -30
  90. package/dist/components/toast/toast.mjs +3 -3
  91. package/dist/components/toast/use-toast.js +40 -30
  92. package/dist/components/toast/use-toast.mjs +4 -4
  93. package/dist/index.js +42 -32
  94. package/dist/index.mjs +33 -33
  95. package/package.json +1 -1
@@ -807,6 +807,46 @@ var template = {
807
807
  }
808
808
  );
809
809
  },
810
+ filter: ({ className }) => {
811
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
812
+ "svg",
813
+ {
814
+ xmlns: "http://www.w3.org/2000/svg",
815
+ width: "18",
816
+ height: "18",
817
+ viewBox: "0 0 18 18",
818
+ fill: "none",
819
+ className,
820
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
821
+ "path",
822
+ {
823
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
824
+ stroke: "currentColor",
825
+ strokeLinecap: "round",
826
+ strokeLinejoin: "round"
827
+ }
828
+ )
829
+ }
830
+ );
831
+ },
832
+ menu: ({ className }) => {
833
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
834
+ "svg",
835
+ {
836
+ xmlns: "http://www.w3.org/2000/svg",
837
+ width: "18",
838
+ height: "18",
839
+ viewBox: "0 0 18 18",
840
+ fill: "none",
841
+ className,
842
+ children: [
843
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
844
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
845
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
846
+ ]
847
+ }
848
+ );
849
+ },
810
850
  // ----------------------------------- old ---------------------------------
811
851
  // ** Status **
812
852
  plus: ({ className, fill }) => {
@@ -3163,36 +3203,6 @@ var template = {
3163
3203
  );
3164
3204
  },
3165
3205
  // ** Filter **
3166
- filter: ({ className, fill }) => {
3167
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3168
- "svg",
3169
- {
3170
- width: "24",
3171
- height: "24",
3172
- viewBox: "0 0 24 24",
3173
- fill: "none",
3174
- xmlns: "http://www.w3.org/2000/svg",
3175
- className,
3176
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3177
- "path",
3178
- {
3179
- fillRule: "evenodd",
3180
- clipRule: "evenodd",
3181
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
3182
- fill: "currentColor"
3183
- }
3184
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3185
- "path",
3186
- {
3187
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
3188
- stroke: "currentColor",
3189
- strokeLinecap: "round",
3190
- strokeLinejoin: "round"
3191
- }
3192
- )
3193
- }
3194
- );
3195
- },
3196
3206
  sparkle: ({ className, fill }) => {
3197
3207
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3198
3208
  "svg",
@@ -2,18 +2,18 @@
2
2
  import {
3
3
  dateTimePickerStyle,
4
4
  dateTimePicker_default
5
- } from "../../chunk-NM22ZKFL.mjs";
6
- import "../../chunk-ZQV3NXHD.mjs";
5
+ } from "../../chunk-JY3CY3VT.mjs";
6
+ import "../../chunk-3WUQ5SJG.mjs";
7
7
  import "../../chunk-7MVEAQ7Z.mjs";
8
8
  import "../../chunk-VVOOYDJS.mjs";
9
- import "../../chunk-J7NLY4LW.mjs";
9
+ import "../../chunk-P6CDIPHN.mjs";
10
10
  import "../../chunk-FWJ2ZKH6.mjs";
11
- import "../../chunk-NADRDQ6Z.mjs";
11
+ import "../../chunk-FXXSX6HM.mjs";
12
12
  import "../../chunk-P732YGHO.mjs";
13
- import "../../chunk-WJ2MJJR2.mjs";
13
+ import "../../chunk-Y7KG7S4B.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
- import "../../chunk-AV6PLM5Y.mjs";
16
- import "../../chunk-OKGP3XMZ.mjs";
15
+ import "../../chunk-T3QBPU2H.mjs";
16
+ import "../../chunk-GLJPHVXG.mjs";
17
17
  import "../../chunk-2ZT6V4QR.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
19
19
  import "../../chunk-AC6TWLRT.mjs";
@@ -808,6 +808,46 @@ var template = {
808
808
  }
809
809
  );
810
810
  },
811
+ filter: ({ className }) => {
812
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
813
+ "svg",
814
+ {
815
+ xmlns: "http://www.w3.org/2000/svg",
816
+ width: "18",
817
+ height: "18",
818
+ viewBox: "0 0 18 18",
819
+ fill: "none",
820
+ className,
821
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
822
+ "path",
823
+ {
824
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
825
+ stroke: "currentColor",
826
+ strokeLinecap: "round",
827
+ strokeLinejoin: "round"
828
+ }
829
+ )
830
+ }
831
+ );
832
+ },
833
+ menu: ({ className }) => {
834
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
835
+ "svg",
836
+ {
837
+ xmlns: "http://www.w3.org/2000/svg",
838
+ width: "18",
839
+ height: "18",
840
+ viewBox: "0 0 18 18",
841
+ fill: "none",
842
+ className,
843
+ children: [
844
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
845
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
846
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
847
+ ]
848
+ }
849
+ );
850
+ },
811
851
  // ----------------------------------- old ---------------------------------
812
852
  // ** Status **
813
853
  plus: ({ className, fill }) => {
@@ -3164,36 +3204,6 @@ var template = {
3164
3204
  );
3165
3205
  },
3166
3206
  // ** Filter **
3167
- filter: ({ className, fill }) => {
3168
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3169
- "svg",
3170
- {
3171
- width: "24",
3172
- height: "24",
3173
- viewBox: "0 0 24 24",
3174
- fill: "none",
3175
- xmlns: "http://www.w3.org/2000/svg",
3176
- className,
3177
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3178
- "path",
3179
- {
3180
- fillRule: "evenodd",
3181
- clipRule: "evenodd",
3182
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
3183
- fill: "currentColor"
3184
- }
3185
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3186
- "path",
3187
- {
3188
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
3189
- stroke: "currentColor",
3190
- strokeLinecap: "round",
3191
- strokeLinejoin: "round"
3192
- }
3193
- )
3194
- }
3195
- );
3196
- },
3197
3207
  sparkle: ({ className, fill }) => {
3198
3208
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3199
3209
  "svg",
@@ -2,18 +2,18 @@
2
2
  import "../../chunk-75HLCORR.mjs";
3
3
  import {
4
4
  dateTimePicker_default
5
- } from "../../chunk-NM22ZKFL.mjs";
6
- import "../../chunk-ZQV3NXHD.mjs";
5
+ } from "../../chunk-JY3CY3VT.mjs";
6
+ import "../../chunk-3WUQ5SJG.mjs";
7
7
  import "../../chunk-7MVEAQ7Z.mjs";
8
8
  import "../../chunk-VVOOYDJS.mjs";
9
- import "../../chunk-J7NLY4LW.mjs";
9
+ import "../../chunk-P6CDIPHN.mjs";
10
10
  import "../../chunk-FWJ2ZKH6.mjs";
11
- import "../../chunk-NADRDQ6Z.mjs";
11
+ import "../../chunk-FXXSX6HM.mjs";
12
12
  import "../../chunk-P732YGHO.mjs";
13
- import "../../chunk-WJ2MJJR2.mjs";
13
+ import "../../chunk-Y7KG7S4B.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
- import "../../chunk-AV6PLM5Y.mjs";
16
- import "../../chunk-OKGP3XMZ.mjs";
15
+ import "../../chunk-T3QBPU2H.mjs";
16
+ import "../../chunk-GLJPHVXG.mjs";
17
17
  import "../../chunk-2ZT6V4QR.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
19
19
  import "../../chunk-AC6TWLRT.mjs";
@@ -765,6 +765,46 @@ var template = {
765
765
  }
766
766
  );
767
767
  },
768
+ filter: ({ className }) => {
769
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
770
+ "svg",
771
+ {
772
+ xmlns: "http://www.w3.org/2000/svg",
773
+ width: "18",
774
+ height: "18",
775
+ viewBox: "0 0 18 18",
776
+ fill: "none",
777
+ className,
778
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
779
+ "path",
780
+ {
781
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
782
+ stroke: "currentColor",
783
+ strokeLinecap: "round",
784
+ strokeLinejoin: "round"
785
+ }
786
+ )
787
+ }
788
+ );
789
+ },
790
+ menu: ({ className }) => {
791
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
792
+ "svg",
793
+ {
794
+ xmlns: "http://www.w3.org/2000/svg",
795
+ width: "18",
796
+ height: "18",
797
+ viewBox: "0 0 18 18",
798
+ fill: "none",
799
+ className,
800
+ children: [
801
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
802
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
803
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
804
+ ]
805
+ }
806
+ );
807
+ },
768
808
  // ----------------------------------- old ---------------------------------
769
809
  // ** Status **
770
810
  plus: ({ className, fill }) => {
@@ -3121,36 +3161,6 @@ var template = {
3121
3161
  );
3122
3162
  },
3123
3163
  // ** Filter **
3124
- filter: ({ className, fill }) => {
3125
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3126
- "svg",
3127
- {
3128
- width: "24",
3129
- height: "24",
3130
- viewBox: "0 0 24 24",
3131
- fill: "none",
3132
- xmlns: "http://www.w3.org/2000/svg",
3133
- className,
3134
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3135
- "path",
3136
- {
3137
- fillRule: "evenodd",
3138
- clipRule: "evenodd",
3139
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
3140
- fill: "currentColor"
3141
- }
3142
- ) : /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3143
- "path",
3144
- {
3145
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
3146
- stroke: "currentColor",
3147
- strokeLinecap: "round",
3148
- strokeLinejoin: "round"
3149
- }
3150
- )
3151
- }
3152
- );
3153
- },
3154
3164
  sparkle: ({ className, fill }) => {
3155
3165
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
3156
3166
  "svg",
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  import {
3
3
  timePicker_default
4
- } from "../../chunk-ZQV3NXHD.mjs";
4
+ } from "../../chunk-3WUQ5SJG.mjs";
5
5
  import "../../chunk-7MVEAQ7Z.mjs";
6
6
  import "../../chunk-VVOOYDJS.mjs";
7
- import "../../chunk-J7NLY4LW.mjs";
8
- import "../../chunk-WJ2MJJR2.mjs";
7
+ import "../../chunk-P6CDIPHN.mjs";
8
+ import "../../chunk-Y7KG7S4B.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-AV6PLM5Y.mjs";
11
- import "../../chunk-OKGP3XMZ.mjs";
10
+ import "../../chunk-T3QBPU2H.mjs";
11
+ import "../../chunk-GLJPHVXG.mjs";
12
12
  import "../../chunk-2ZT6V4QR.mjs";
13
13
  import "../../chunk-E3G5QXSH.mjs";
14
14
  import "../../chunk-AC6TWLRT.mjs";
@@ -64,6 +64,14 @@ declare const iconTemplate: {
64
64
  className?: string;
65
65
  fill?: boolean;
66
66
  }) => react_jsx_runtime.JSX.Element;
67
+ filter: ({ className }: {
68
+ className?: string;
69
+ fill?: boolean;
70
+ }) => react_jsx_runtime.JSX.Element;
71
+ menu: ({ className }: {
72
+ className?: string;
73
+ fill?: boolean;
74
+ }) => react_jsx_runtime.JSX.Element;
67
75
  plus: ({ className, fill }: {
68
76
  className?: string;
69
77
  fill?: boolean;
@@ -360,10 +368,6 @@ declare const iconTemplate: {
360
368
  className?: string;
361
369
  fill?: boolean;
362
370
  }) => react_jsx_runtime.JSX.Element;
363
- filter: ({ className, fill }: {
364
- className?: string;
365
- fill?: boolean;
366
- }) => react_jsx_runtime.JSX.Element;
367
371
  sparkle: ({ className, fill }: {
368
372
  className?: string;
369
373
  fill?: boolean;
@@ -64,6 +64,14 @@ declare const iconTemplate: {
64
64
  className?: string;
65
65
  fill?: boolean;
66
66
  }) => react_jsx_runtime.JSX.Element;
67
+ filter: ({ className }: {
68
+ className?: string;
69
+ fill?: boolean;
70
+ }) => react_jsx_runtime.JSX.Element;
71
+ menu: ({ className }: {
72
+ className?: string;
73
+ fill?: boolean;
74
+ }) => react_jsx_runtime.JSX.Element;
67
75
  plus: ({ className, fill }: {
68
76
  className?: string;
69
77
  fill?: boolean;
@@ -360,10 +368,6 @@ declare const iconTemplate: {
360
368
  className?: string;
361
369
  fill?: boolean;
362
370
  }) => react_jsx_runtime.JSX.Element;
363
- filter: ({ className, fill }: {
364
- className?: string;
365
- fill?: boolean;
366
- }) => react_jsx_runtime.JSX.Element;
367
371
  sparkle: ({ className, fill }: {
368
372
  className?: string;
369
373
  fill?: boolean;
@@ -394,6 +394,46 @@ var template = {
394
394
  }
395
395
  );
396
396
  },
397
+ filter: ({ className }) => {
398
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
399
+ "svg",
400
+ {
401
+ xmlns: "http://www.w3.org/2000/svg",
402
+ width: "18",
403
+ height: "18",
404
+ viewBox: "0 0 18 18",
405
+ fill: "none",
406
+ className,
407
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
408
+ "path",
409
+ {
410
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
411
+ stroke: "currentColor",
412
+ strokeLinecap: "round",
413
+ strokeLinejoin: "round"
414
+ }
415
+ )
416
+ }
417
+ );
418
+ },
419
+ menu: ({ className }) => {
420
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
421
+ "svg",
422
+ {
423
+ xmlns: "http://www.w3.org/2000/svg",
424
+ width: "18",
425
+ height: "18",
426
+ viewBox: "0 0 18 18",
427
+ fill: "none",
428
+ className,
429
+ children: [
430
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
431
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
432
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
433
+ ]
434
+ }
435
+ );
436
+ },
397
437
  // ----------------------------------- old ---------------------------------
398
438
  // ** Status **
399
439
  plus: ({ className, fill }) => {
@@ -2750,36 +2790,6 @@ var template = {
2750
2790
  );
2751
2791
  },
2752
2792
  // ** Filter **
2753
- filter: ({ className, fill }) => {
2754
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2755
- "svg",
2756
- {
2757
- width: "24",
2758
- height: "24",
2759
- viewBox: "0 0 24 24",
2760
- fill: "none",
2761
- xmlns: "http://www.w3.org/2000/svg",
2762
- className,
2763
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2764
- "path",
2765
- {
2766
- fillRule: "evenodd",
2767
- clipRule: "evenodd",
2768
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
2769
- fill: "currentColor"
2770
- }
2771
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2772
- "path",
2773
- {
2774
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
2775
- stroke: "currentColor",
2776
- strokeLinecap: "round",
2777
- strokeLinejoin: "round"
2778
- }
2779
- )
2780
- }
2781
- );
2782
- },
2783
2793
  sparkle: ({ className, fill }) => {
2784
2794
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2785
2795
  "svg",
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  Icon_default,
4
4
  iconTemplate
5
- } from "../../chunk-AV6PLM5Y.mjs";
6
- import "../../chunk-OKGP3XMZ.mjs";
5
+ } from "../../chunk-T3QBPU2H.mjs";
6
+ import "../../chunk-GLJPHVXG.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
9
9
  Icon_default as default,
@@ -394,6 +394,46 @@ var template = {
394
394
  }
395
395
  );
396
396
  },
397
+ filter: ({ className }) => {
398
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
399
+ "svg",
400
+ {
401
+ xmlns: "http://www.w3.org/2000/svg",
402
+ width: "18",
403
+ height: "18",
404
+ viewBox: "0 0 18 18",
405
+ fill: "none",
406
+ className,
407
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
408
+ "path",
409
+ {
410
+ d: "M8.09091 5.4H14M8.09091 5.4C8.09091 5.63869 7.99513 5.86761 7.82464 6.0364C7.65416 6.20518 7.42292 6.3 7.18182 6.3C6.94071 6.3 6.70948 6.20518 6.53899 6.0364C6.36851 5.86761 6.27273 5.63869 6.27273 5.4M8.09091 5.4C8.09091 5.16131 7.99513 4.93239 7.82464 4.7636C7.65416 4.59482 7.42292 4.5 7.18182 4.5C6.94071 4.5 6.70948 4.59482 6.53899 4.7636C6.36851 4.93239 6.27273 5.16131 6.27273 5.4M6.27273 5.4H4M8.09091 12.6H14M8.09091 12.6C8.09091 12.8387 7.99513 13.0676 7.82464 13.2364C7.65416 13.4052 7.42292 13.5 7.18182 13.5C6.94071 13.5 6.70948 13.4052 6.53899 13.2364C6.36851 13.0676 6.27273 12.8387 6.27273 12.6M8.09091 12.6C8.09091 12.3613 7.99513 12.1324 7.82464 11.9636C7.65416 11.7948 7.42292 11.7 7.18182 11.7C6.94071 11.7 6.70948 11.7948 6.53899 11.9636C6.36851 12.1324 6.27273 12.3613 6.27273 12.6M6.27273 12.6H4M11.7273 9H14M11.7273 9C11.7273 9.2387 11.6315 9.46761 11.461 9.6364C11.2905 9.80518 11.0593 9.9 10.8182 9.9C10.5771 9.9 10.3458 9.80518 10.1754 9.6364C10.0049 9.46761 9.90909 9.2387 9.90909 9M11.7273 9C11.7273 8.76131 11.6315 8.53239 11.461 8.3636C11.2905 8.19482 11.0593 8.1 10.8182 8.1C10.5771 8.1 10.3458 8.19482 10.1754 8.3636C10.0049 8.53239 9.90909 8.76131 9.90909 9M9.90909 9H4",
411
+ stroke: "currentColor",
412
+ strokeLinecap: "round",
413
+ strokeLinejoin: "round"
414
+ }
415
+ )
416
+ }
417
+ );
418
+ },
419
+ menu: ({ className }) => {
420
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
421
+ "svg",
422
+ {
423
+ xmlns: "http://www.w3.org/2000/svg",
424
+ width: "18",
425
+ height: "18",
426
+ viewBox: "0 0 18 18",
427
+ fill: "none",
428
+ className,
429
+ children: [
430
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
431
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
432
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
433
+ ]
434
+ }
435
+ );
436
+ },
397
437
  // ----------------------------------- old ---------------------------------
398
438
  // ** Status **
399
439
  plus: ({ className, fill }) => {
@@ -2750,36 +2790,6 @@ var template = {
2750
2790
  );
2751
2791
  },
2752
2792
  // ** Filter **
2753
- filter: ({ className, fill }) => {
2754
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2755
- "svg",
2756
- {
2757
- width: "24",
2758
- height: "24",
2759
- viewBox: "0 0 24 24",
2760
- fill: "none",
2761
- xmlns: "http://www.w3.org/2000/svg",
2762
- className,
2763
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2764
- "path",
2765
- {
2766
- fillRule: "evenodd",
2767
- clipRule: "evenodd",
2768
- d: "M3.79198 2.938C6.50386 2.47904 9.24953 2.24889 12 2.25C14.797 2.25 17.54 2.486 20.209 2.938C20.6413 3.01266 21.0333 3.238 21.3154 3.57408C21.5974 3.91015 21.7514 4.33525 21.75 4.774V5.818C21.7498 6.61359 21.4336 7.37653 20.871 7.939L14.689 14.121C14.5497 14.2604 14.4393 14.4258 14.3639 14.6078C14.2886 14.7899 14.2499 14.985 14.25 15.182V18.109C14.2501 18.6662 14.0951 19.2125 13.8023 19.6865C13.5094 20.1606 13.0903 20.5437 12.592 20.793L10.835 21.671C10.7206 21.7281 10.5936 21.755 10.4659 21.7492C10.3383 21.7434 10.2142 21.7051 10.1055 21.6379C9.9968 21.5706 9.90708 21.4768 9.84486 21.3651C9.78264 21.2535 9.74998 21.1278 9.74998 21V15.182C9.74963 14.7843 9.59136 14.403 9.30998 14.122L3.12998 7.938C2.56733 7.37553 2.25115 6.61259 2.25098 5.817V4.774C2.25098 3.877 2.88998 3.091 3.79198 2.938Z",
2769
- fill: "currentColor"
2770
- }
2771
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2772
- "path",
2773
- {
2774
- d: "M12 3C14.755 3 17.455 3.232 20.083 3.678C20.616 3.768 21 4.234 21 4.774V5.818C21 6.11348 20.9418 6.40606 20.8287 6.67904C20.7157 6.95203 20.5499 7.20007 20.341 7.409L14.909 12.841C14.7001 13.0499 14.5343 13.298 14.4213 13.571C14.3082 13.8439 14.25 14.1365 14.25 14.432V17.359C14.2501 17.777 14.1337 18.1867 13.914 18.5423C13.6943 18.8978 13.3799 19.1851 13.006 19.372L9.75 21V14.432C9.75 14.1365 9.69181 13.8439 9.57874 13.571C9.46566 13.298 9.29993 13.0499 9.091 12.841L3.659 7.409C3.45007 7.20007 3.28434 6.95203 3.17126 6.67904C3.05819 6.40606 3 6.11348 3 5.818V4.774C3 4.234 3.384 3.768 3.917 3.678C6.58757 3.22586 9.29143 2.99906 12 3Z",
2775
- stroke: "currentColor",
2776
- strokeLinecap: "round",
2777
- strokeLinejoin: "round"
2778
- }
2779
- )
2780
- }
2781
- );
2782
- },
2783
2793
  sparkle: ({ className, fill }) => {
2784
2794
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2785
2795
  "svg",
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
3
3
  import {
4
4
  Icon_default,
5
5
  iconTemplate
6
- } from "../../chunk-AV6PLM5Y.mjs";
7
- import "../../chunk-OKGP3XMZ.mjs";
6
+ } from "../../chunk-T3QBPU2H.mjs";
7
+ import "../../chunk-GLJPHVXG.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  Icon_default as Icon,
@@ -20,6 +20,8 @@ declare const template: {
20
20
  computer: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
21
21
  bubble: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
22
22
  megaphone: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
23
+ filter: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
24
+ menu: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
23
25
  plus: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
24
26
  close: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
25
27
  check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -94,7 +96,6 @@ declare const template: {
94
96
  search: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
95
97
  "zoom-in": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
96
98
  "zoom-out": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
97
- filter: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
98
99
  sparkle: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
99
100
  "adjust-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
100
101
  "adjust-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -20,6 +20,8 @@ declare const template: {
20
20
  computer: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
21
21
  bubble: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
22
22
  megaphone: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
23
+ filter: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
24
+ menu: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
23
25
  plus: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
24
26
  close: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
25
27
  check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -94,7 +96,6 @@ declare const template: {
94
96
  search: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
95
97
  "zoom-in": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
96
98
  "zoom-out": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
97
- filter: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
98
99
  sparkle: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
99
100
  "adjust-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
100
101
  "adjust-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;