@karrotmarket/react-monochrome-icon 1.6.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/lib/IconCarrotFill.cjs +61 -0
  2. package/lib/IconCarrotFill.d.ts +9 -0
  3. package/lib/IconCarrotFill.js +40 -0
  4. package/lib/IconCarrotLine.cjs +54 -0
  5. package/lib/IconCarrotLine.d.ts +9 -0
  6. package/lib/IconCarrotLine.js +33 -0
  7. package/lib/IconCheckmarkScaleFill.cjs +1 -1
  8. package/lib/IconCheckmarkScaleFill.js +1 -1
  9. package/lib/IconCheckmarkScaleLine.cjs +2 -2
  10. package/lib/IconCheckmarkScaleLine.js +2 -2
  11. package/lib/IconCorner4InwardFill.cjs +4 -4
  12. package/lib/IconCorner4InwardFill.js +4 -4
  13. package/lib/IconCupHeatwaveFill.cjs +2 -2
  14. package/lib/IconCupHeatwaveFill.d.ts +1 -1
  15. package/lib/IconCupHeatwaveFill.js +2 -2
  16. package/lib/IconCupHeatwaveLine.cjs +18 -38
  17. package/lib/IconCupHeatwaveLine.d.ts +1 -1
  18. package/lib/IconCupHeatwaveLine.js +18 -38
  19. package/lib/IconDiamondLine.cjs +1 -1
  20. package/lib/IconDiamondLine.js +1 -1
  21. package/lib/IconDocumentLine.cjs +4 -4
  22. package/lib/IconDocumentLine.js +4 -4
  23. package/lib/IconDot3HorizontalChatbubbleLeftLine.cjs +4 -4
  24. package/lib/IconDot3HorizontalChatbubbleLeftLine.js +4 -4
  25. package/lib/IconFireworkFill.cjs +6 -6
  26. package/lib/IconFireworkFill.js +6 -6
  27. package/lib/IconFireworkLine.cjs +6 -6
  28. package/lib/IconFireworkLine.d.ts +1 -1
  29. package/lib/IconFireworkLine.js +6 -6
  30. package/lib/IconFishWave2Fill.cjs +52 -0
  31. package/lib/IconFishWave2Fill.d.ts +9 -0
  32. package/lib/IconFishWave2Fill.js +31 -0
  33. package/lib/IconFishWave2Line.cjs +77 -0
  34. package/lib/IconFishWave2Line.d.ts +9 -0
  35. package/lib/IconFishWave2Line.js +56 -0
  36. package/lib/IconGridFill.cjs +75 -0
  37. package/lib/IconGridFill.d.ts +9 -0
  38. package/lib/IconGridFill.js +54 -0
  39. package/lib/IconGridLine.cjs +83 -0
  40. package/lib/IconGridLine.d.ts +9 -0
  41. package/lib/IconGridLine.js +62 -0
  42. package/lib/IconMagnifyingglassFill.cjs +1 -1
  43. package/lib/IconMagnifyingglassFill.js +1 -1
  44. package/lib/IconMetroFrontsideFill.cjs +1 -1
  45. package/lib/IconMetroFrontsideFill.js +1 -1
  46. package/lib/IconMetroFrontsideLine.cjs +3 -3
  47. package/lib/IconMetroFrontsideLine.js +3 -3
  48. package/lib/IconPencilFill.cjs +2 -2
  49. package/lib/IconPencilFill.js +2 -2
  50. package/lib/IconPercentFlowerLine.cjs +4 -4
  51. package/lib/IconPercentFlowerLine.js +4 -4
  52. package/lib/IconPerson2Fill.cjs +4 -4
  53. package/lib/IconPerson2Fill.js +4 -4
  54. package/lib/IconSmartkeyLine.cjs +4 -4
  55. package/lib/IconSmartkeyLine.js +4 -4
  56. package/lib/IconSpeedometer_1xFill.cjs +1 -1
  57. package/lib/IconSpeedometer_1xFill.js +1 -1
  58. package/lib/IconVertline3ViewfinderFill.cjs +96 -0
  59. package/lib/IconVertline3ViewfinderFill.d.ts +9 -0
  60. package/lib/IconVertline3ViewfinderFill.js +75 -0
  61. package/lib/IconVertline3ViewfinderLine.cjs +96 -0
  62. package/lib/IconVertline3ViewfinderLine.d.ts +9 -0
  63. package/lib/IconVertline3ViewfinderLine.js +75 -0
  64. package/lib/IconVertlineCouponFill.cjs +52 -0
  65. package/lib/IconVertlineCouponFill.d.ts +9 -0
  66. package/lib/IconVertlineCouponFill.js +31 -0
  67. package/lib/IconVertlineCouponLine.cjs +63 -0
  68. package/lib/IconVertlineCouponLine.d.ts +9 -0
  69. package/lib/IconVertlineCouponLine.js +42 -0
  70. package/lib/IconXmarkScaleFill.cjs +1 -1
  71. package/lib/IconXmarkScaleFill.js +1 -1
  72. package/lib/IconXmarkScaleLine.cjs +2 -2
  73. package/lib/IconXmarkScaleLine.js +2 -2
  74. package/lib/index.cjs +3917 -3448
  75. package/lib/index.d.ts +10 -0
  76. package/lib/index.js +880 -860
  77. package/package.json +1 -1
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/IconFishWave2Line.tsx
21
+ var IconFishWave2Line_exports = {};
22
+ __export(IconFishWave2Line_exports, {
23
+ default: () => IconFishWave2Line_default
24
+ });
25
+ module.exports = __toCommonJS(IconFishWave2Line_exports);
26
+ var import_react = require("react");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var Icon = ({
29
+ size = 24,
30
+ ...props
31
+ }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
32
+ "svg",
33
+ {
34
+ viewBox: "0 0 24 24",
35
+ fill: "none",
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ "data-seed-icon": "true",
38
+ width: size,
39
+ height: size,
40
+ ref,
41
+ ...props,
42
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
+ "path",
45
+ {
46
+ d: "M9.87866 8.75861C10.1609 8.41424 10.6729 8.35985 11.0203 8.65119C11.2591 8.84833 11.5427 9.17497 11.7664 9.57306C11.9902 9.97179 12.1665 10.4637 12.1667 10.9881C12.1667 11.4703 12.109 11.793 12.0193 12.0438C11.9354 12.2777 11.813 12.461 11.7498 12.5789C11.733 12.6147 11.7317 12.6519 11.739 12.6805L11.7507 12.701C11.9266 13.0087 12.1665 13.5892 12.1667 14.2567C12.1667 14.7784 11.9892 15.2689 11.7654 15.6668C11.5431 16.0617 11.2621 16.3863 11.0242 16.5838L11.0251 16.5848C10.8751 16.7132 10.6858 16.7752 10.5066 16.7752C10.3996 16.7752 10.2857 16.7463 10.1863 16.7029C10.0851 16.6587 9.97462 16.5891 9.88647 16.4901L9.87769 16.4803C9.59933 16.1392 9.6355 15.6257 9.98608 15.3387C10.0898 15.2515 10.2336 15.0789 10.3513 14.867C10.4705 14.6523 10.5437 14.4329 10.5437 14.2567C10.5435 13.8439 10.3847 13.5248 10.241 13.2967C9.97289 12.8808 9.97249 12.3569 10.241 11.9412C10.3812 11.7181 10.5437 11.3326 10.5437 10.9813C10.5433 10.8407 10.4729 10.6225 10.3494 10.3924C10.228 10.1664 10.0839 9.98262 9.98608 9.90021L9.92456 9.84455C9.63621 9.55461 9.60616 9.08416 9.87866 8.75861Z",
47
+ fill: "currentColor"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ "path",
52
+ {
53
+ d: "M13.2166 9.60529C13.5022 9.26964 14.0163 9.20569 14.3621 9.50763C14.5551 9.67076 14.7821 9.93355 14.9626 10.2537C15.1446 10.5767 15.2896 10.9786 15.2898 11.411C15.2898 11.7919 15.2558 12.0314 15.1931 12.2166C15.1616 12.3094 15.1245 12.3825 15.0916 12.4432L15.0105 12.5955C14.999 12.6201 14.9989 12.6451 15.0056 12.6697L15.0105 12.6688C15.1407 12.9435 15.2896 13.3661 15.2898 13.8543C15.2897 14.2835 15.1441 14.6844 14.9626 15.0076C14.7821 15.3291 14.5531 15.5939 14.3591 15.7576L14.3601 15.7586C14.21 15.8873 14.0199 15.95 13.8406 15.95C13.7335 15.9499 13.6196 15.9202 13.5203 15.8768C13.4191 15.8325 13.3086 15.7639 13.2205 15.6649L13.2126 15.6551C12.9341 15.3141 12.9698 14.8007 13.3201 14.5135C13.3768 14.4667 13.4691 14.3598 13.5466 14.2225C13.6251 14.0832 13.6667 13.9519 13.6667 13.8602C13.6664 13.6103 13.5658 13.3961 13.4714 13.2518L13.4695 13.2498C13.2276 12.8727 13.2299 12.3974 13.4685 12.0174L13.4714 12.0125C13.5627 11.8726 13.6667 11.6186 13.6667 11.4041C13.6664 11.3344 13.6271 11.2042 13.5447 11.0535C13.464 10.9064 13.3725 10.7943 13.321 10.7518L13.2595 10.6961C12.9698 10.4049 12.9402 9.93101 13.2166 9.60529Z",
54
+ fill: "currentColor"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
58
+ "path",
59
+ {
60
+ d: "M6.53979 10.9793C7.23013 10.9793 7.78977 11.539 7.78979 12.2293C7.78979 12.9197 7.23015 13.4793 6.53979 13.4793C5.84955 13.4792 5.28979 12.9196 5.28979 12.2293C5.28982 11.5391 5.84957 10.9794 6.53979 10.9793Z",
61
+ fill: "currentColor"
62
+ }
63
+ ),
64
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
65
+ "path",
66
+ {
67
+ fillRule: "evenodd",
68
+ clipRule: "evenodd",
69
+ d: "M6.93628 4.13556C8.24125 2.17964 10.8624 1.61717 12.8542 2.85822L12.8552 2.85724L16.3894 4.98908L16.407 4.99982L16.4246 5.01154C17.4189 5.64456 17.6945 6.62647 17.7546 7.23908C17.7851 7.55034 17.7688 7.82139 17.7468 8.01154C17.7509 8.01158 17.7544 8.01252 17.7585 8.01252C17.8828 8.01223 18.2876 7.90333 19.1013 7.17951L19.2498 7.05646C20.0051 6.47531 20.9562 6.38492 21.7214 6.62092C22.5732 6.88383 23.4973 7.68093 23.4978 8.97834V16.9803C23.4969 18.2923 22.5477 19.0822 21.7175 19.3436C20.9167 19.5955 19.8408 19.5034 19.0496 18.7293C18.6331 18.327 18.3727 18.072 18.1052 17.8846C17.871 17.7205 17.7778 17.7186 17.7585 17.7186C17.4737 17.7186 17.3604 17.7745 17.1033 18.0203C16.8829 18.2311 16.7933 18.3482 16.449 18.701C16.1663 18.9906 15.8035 19.335 15.3337 19.6483C13.9436 20.575 12.2847 21.677 9.15894 21.6795H9.01343C4.2714 21.6061 0.450009 17.7394 0.449951 12.9803C0.450277 9.06858 3.03091 5.76303 6.58081 4.66681L6.93628 4.13556ZM11.9568 4.34748C10.7592 3.58554 9.17122 3.92063 8.38354 5.10138L7.66382 6.17951C4.5343 6.86035 2.1905 9.64685 2.19019 12.9803L2.19897 13.3348C2.38177 16.9775 5.36529 19.8822 9.03979 19.9393H9.15796C11.7612 19.9371 13.0647 19.0689 14.3679 18.2C15.6725 17.33 16.0188 15.9793 17.7585 15.9793L17.9431 15.9881C18.8526 16.0767 19.5607 16.8052 20.2585 17.4793C20.7586 17.9789 21.7579 17.6924 21.7585 16.9793V8.97931C21.7581 8.26609 20.7917 8.0054 20.2585 8.47931C19.4039 9.23965 18.5735 9.75255 17.7585 9.75275L17.4343 9.74787C17.1689 9.73717 16.9121 9.69998 16.6492 9.56916L16.49 9.47931C15.901 9.10078 15.9882 8.00092 15.99 7.97931C15.9953 7.9574 16.2048 7.07562 15.6199 6.57502L15.49 6.47931L11.9568 4.34748Z",
70
+ fill: "currentColor"
71
+ }
72
+ )
73
+ ] }) })
74
+ }
75
+ );
76
+ var IconFishWave2Line = (0, import_react.forwardRef)(Icon);
77
+ var IconFishWave2Line_default = IconFishWave2Line;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * @alias 붕어빵,붕어,물고기,겨울,간식,fish,winter,snack
4
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALISURBVHgB3VW7chMxFL1ab1LwMBpowI8gdyntkgqno4tdUtn5ApyOznYHFfgLcL4Ap6PDfxDnC9DgxzgVO9Aw8e6Kc7Vrz+J4Y1OSO6PRWrqSzjk6Vyb630NsSygUVNUIapAhZYg8Ieh8OtZ92jFuPSBXUG10nQ1To32X6hpBW8JJmygcqDd2c0EaSUeziRahSyX8PsN4+dqnbwxAKSXpXxjki6qJ7oMxZBfypvM1pJwDudosGwPYz9BRGptM8kcurz4xauj8G/17IO/OvuvR+qJfP70RWu9hVjLAWhiSwO8vYKPuZ2Uzm5WHTx5Lj0MkUDHqFj5HQF2f76CvBVVQ8AANIXYfjD4umcfMKpkVZUPv7KBLLyZaz5ObsM73Hsi3QKUZVXIu+0i2INchNq8x84yg1xi+QnvlB3RlL9nqiQgjLb0NQBVae+ETS2gNkCuqWoy0ywzQegEQj8d6gO+BnRIkBdCxIy6Q2J+N9UmqFEXFEjT40p2AvuJbgm1pEyCunZCQgzt0FiFV4/HzZUL+QLVY22d51VqOCUs0/g6pi076PpVpSzgmjC7FMbRCIgy9tGOCjhO5LInHly+caNwk1qQesGnQz9Ap0wtcWklmIoaSLzw0dEk7hgs0HlgQvKaWg7FFO8lESPSDNUKBSDjluTG7HeDsOfAwWbrHaUlcQOiabGM+HHtX2TXT6c0ivMEA+aN8QQ2xqMYbpZS8h/lhGElHcFspPljCup/5QD4cl19fP9RWcsJW/Eqm1cI6Kwl785oyNhnhkHKsxKnjWAlbqIMTe8mTibaFwsnXAV3EkqQGA+K8ePPedKIrwqUKNuT/i+jJASMU3vCv1xTe71Bc1Ujsw65nrkuaJUKTi4WVomEliaKLZ7yzXP8UwDIh7ByQt7dHA1Zi43O9eopTIn4ausyctoS4TYaQ3QJLJrIv4bqB3vGlvRvxBwk2MjhEN9qbAAAAAElFTkSuQmCC)
5
+ */
6
+ declare const IconFishWave2Line: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconFishWave2Line;
@@ -0,0 +1,56 @@
1
+ // src/IconFishWave2Line.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({
5
+ size = 24,
6
+ ...props
7
+ }, ref) => /* @__PURE__ */ jsx(
8
+ "svg",
9
+ {
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ "data-seed-icon": "true",
14
+ width: size,
15
+ height: size,
16
+ ref,
17
+ ...props,
18
+ children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M9.87866 8.75861C10.1609 8.41424 10.6729 8.35985 11.0203 8.65119C11.2591 8.84833 11.5427 9.17497 11.7664 9.57306C11.9902 9.97179 12.1665 10.4637 12.1667 10.9881C12.1667 11.4703 12.109 11.793 12.0193 12.0438C11.9354 12.2777 11.813 12.461 11.7498 12.5789C11.733 12.6147 11.7317 12.6519 11.739 12.6805L11.7507 12.701C11.9266 13.0087 12.1665 13.5892 12.1667 14.2567C12.1667 14.7784 11.9892 15.2689 11.7654 15.6668C11.5431 16.0617 11.2621 16.3863 11.0242 16.5838L11.0251 16.5848C10.8751 16.7132 10.6858 16.7752 10.5066 16.7752C10.3996 16.7752 10.2857 16.7463 10.1863 16.7029C10.0851 16.6587 9.97462 16.5891 9.88647 16.4901L9.87769 16.4803C9.59933 16.1392 9.6355 15.6257 9.98608 15.3387C10.0898 15.2515 10.2336 15.0789 10.3513 14.867C10.4705 14.6523 10.5437 14.4329 10.5437 14.2567C10.5435 13.8439 10.3847 13.5248 10.241 13.2967C9.97289 12.8808 9.97249 12.3569 10.241 11.9412C10.3812 11.7181 10.5437 11.3326 10.5437 10.9813C10.5433 10.8407 10.4729 10.6225 10.3494 10.3924C10.228 10.1664 10.0839 9.98262 9.98608 9.90021L9.92456 9.84455C9.63621 9.55461 9.60616 9.08416 9.87866 8.75861Z",
23
+ fill: "currentColor"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M13.2166 9.60529C13.5022 9.26964 14.0163 9.20569 14.3621 9.50763C14.5551 9.67076 14.7821 9.93355 14.9626 10.2537C15.1446 10.5767 15.2896 10.9786 15.2898 11.411C15.2898 11.7919 15.2558 12.0314 15.1931 12.2166C15.1616 12.3094 15.1245 12.3825 15.0916 12.4432L15.0105 12.5955C14.999 12.6201 14.9989 12.6451 15.0056 12.6697L15.0105 12.6688C15.1407 12.9435 15.2896 13.3661 15.2898 13.8543C15.2897 14.2835 15.1441 14.6844 14.9626 15.0076C14.7821 15.3291 14.5531 15.5939 14.3591 15.7576L14.3601 15.7586C14.21 15.8873 14.0199 15.95 13.8406 15.95C13.7335 15.9499 13.6196 15.9202 13.5203 15.8768C13.4191 15.8325 13.3086 15.7639 13.2205 15.6649L13.2126 15.6551C12.9341 15.3141 12.9698 14.8007 13.3201 14.5135C13.3768 14.4667 13.4691 14.3598 13.5466 14.2225C13.6251 14.0832 13.6667 13.9519 13.6667 13.8602C13.6664 13.6103 13.5658 13.3961 13.4714 13.2518L13.4695 13.2498C13.2276 12.8727 13.2299 12.3974 13.4685 12.0174L13.4714 12.0125C13.5627 11.8726 13.6667 11.6186 13.6667 11.4041C13.6664 11.3344 13.6271 11.2042 13.5447 11.0535C13.464 10.9064 13.3725 10.7943 13.321 10.7518L13.2595 10.6961C12.9698 10.4049 12.9402 9.93101 13.2166 9.60529Z",
30
+ fill: "currentColor"
31
+ }
32
+ ),
33
+ /* @__PURE__ */ jsx(
34
+ "path",
35
+ {
36
+ d: "M6.53979 10.9793C7.23013 10.9793 7.78977 11.539 7.78979 12.2293C7.78979 12.9197 7.23015 13.4793 6.53979 13.4793C5.84955 13.4792 5.28979 12.9196 5.28979 12.2293C5.28982 11.5391 5.84957 10.9794 6.53979 10.9793Z",
37
+ fill: "currentColor"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ jsx(
41
+ "path",
42
+ {
43
+ fillRule: "evenodd",
44
+ clipRule: "evenodd",
45
+ d: "M6.93628 4.13556C8.24125 2.17964 10.8624 1.61717 12.8542 2.85822L12.8552 2.85724L16.3894 4.98908L16.407 4.99982L16.4246 5.01154C17.4189 5.64456 17.6945 6.62647 17.7546 7.23908C17.7851 7.55034 17.7688 7.82139 17.7468 8.01154C17.7509 8.01158 17.7544 8.01252 17.7585 8.01252C17.8828 8.01223 18.2876 7.90333 19.1013 7.17951L19.2498 7.05646C20.0051 6.47531 20.9562 6.38492 21.7214 6.62092C22.5732 6.88383 23.4973 7.68093 23.4978 8.97834V16.9803C23.4969 18.2923 22.5477 19.0822 21.7175 19.3436C20.9167 19.5955 19.8408 19.5034 19.0496 18.7293C18.6331 18.327 18.3727 18.072 18.1052 17.8846C17.871 17.7205 17.7778 17.7186 17.7585 17.7186C17.4737 17.7186 17.3604 17.7745 17.1033 18.0203C16.8829 18.2311 16.7933 18.3482 16.449 18.701C16.1663 18.9906 15.8035 19.335 15.3337 19.6483C13.9436 20.575 12.2847 21.677 9.15894 21.6795H9.01343C4.2714 21.6061 0.450009 17.7394 0.449951 12.9803C0.450277 9.06858 3.03091 5.76303 6.58081 4.66681L6.93628 4.13556ZM11.9568 4.34748C10.7592 3.58554 9.17122 3.92063 8.38354 5.10138L7.66382 6.17951C4.5343 6.86035 2.1905 9.64685 2.19019 12.9803L2.19897 13.3348C2.38177 16.9775 5.36529 19.8822 9.03979 19.9393H9.15796C11.7612 19.9371 13.0647 19.0689 14.3679 18.2C15.6725 17.33 16.0188 15.9793 17.7585 15.9793L17.9431 15.9881C18.8526 16.0767 19.5607 16.8052 20.2585 17.4793C20.7586 17.9789 21.7579 17.6924 21.7585 16.9793V8.97931C21.7581 8.26609 20.7917 8.0054 20.2585 8.47931C19.4039 9.23965 18.5735 9.75255 17.7585 9.75275L17.4343 9.74787C17.1689 9.73717 16.9121 9.69998 16.6492 9.56916L16.49 9.47931C15.901 9.10078 15.9882 8.00092 15.99 7.97931C15.9953 7.9574 16.2048 7.07562 15.6199 6.57502L15.49 6.47931L11.9568 4.34748Z",
46
+ fill: "currentColor"
47
+ }
48
+ )
49
+ ] }) })
50
+ }
51
+ );
52
+ var IconFishWave2Line = forwardRef(Icon);
53
+ var IconFishWave2Line_default = IconFishWave2Line;
54
+ export {
55
+ IconFishWave2Line_default as default
56
+ };
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/IconGridFill.tsx
21
+ var IconGridFill_exports = {};
22
+ __export(IconGridFill_exports, {
23
+ default: () => IconGridFill_default
24
+ });
25
+ module.exports = __toCommonJS(IconGridFill_exports);
26
+ var import_react = require("react");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var Icon = ({
29
+ size = 24,
30
+ ...props
31
+ }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
32
+ "svg",
33
+ {
34
+ viewBox: "0 0 24 24",
35
+ fill: "none",
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ "data-seed-icon": "true",
38
+ width: size,
39
+ height: size,
40
+ ref,
41
+ ...props,
42
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
+ "path",
45
+ {
46
+ d: "M7.9541 13.3496C9.44298 13.3496 10.6504 14.557 10.6504 16.0459V19.9541C10.6504 21.443 9.443 22.6504 7.9541 22.6504H4.0459C2.557 22.6504 1.34961 21.443 1.34961 19.9541V16.0459C1.34969 14.5571 2.55707 13.3506 4.0459 13.3506L7.9541 13.3496Z",
47
+ fill: "currentColor"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ "path",
52
+ {
53
+ d: "M19.7041 13.3496C21.193 13.3496 22.4004 14.557 22.4004 16.0459V19.9541C22.4004 21.443 21.193 22.6504 19.7041 22.6504H15.7959C14.307 22.6504 13.0996 21.443 13.0996 19.9541V16.0459C13.0997 14.5571 14.3071 13.3506 15.7959 13.3506L19.7041 13.3496Z",
54
+ fill: "currentColor"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
58
+ "path",
59
+ {
60
+ d: "M7.9541 1.34961C9.44298 1.34961 10.6504 2.55701 10.6504 4.0459V7.9541C10.6504 9.443 9.443 10.6504 7.9541 10.6504H4.0459C2.557 10.6504 1.34961 9.443 1.34961 7.9541V4.0459C1.34969 2.55709 2.55707 1.35062 4.0459 1.35059L7.9541 1.34961Z",
61
+ fill: "currentColor"
62
+ }
63
+ ),
64
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
65
+ "path",
66
+ {
67
+ d: "M19.9541 1.34961C21.443 1.34961 22.6504 2.55701 22.6504 4.0459V7.9541C22.6504 9.443 21.443 10.6504 19.9541 10.6504H16.0459C14.557 10.6504 13.3496 9.443 13.3496 7.9541V4.0459C13.3497 2.55709 14.5571 1.35062 16.0459 1.35059L19.9541 1.34961Z",
68
+ fill: "currentColor"
69
+ }
70
+ )
71
+ ] }) })
72
+ }
73
+ );
74
+ var IconGridFill = (0, import_react.forwardRef)(Icon);
75
+ var IconGridFill_default = IconGridFill;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * @alias align,contents,grid,layout,list,menu,all,전체,그리드,레이아웃,리스트,모아보기,목록,전체,정렬,콘텐츠
4
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADBSURBVHgB5ZThDYIwEIWfLKAjdAQ30E3sCIyCG7iRbqBOAE6gB5bkOBXu2vSH8JKXXC4fbWmuD8isFau35AN5I5iGfCTfRN/EO3JNfv5wHRaM5VGNwL2rGL4IH8jf/KY1q9V8gcyazwaNgn2w2sp3IzU1di6G5w+tbZQYTkt/khP5IvpW/k+VkkX7wEPDO9iyxWM8Jq7yoNYsOit434I5swh8g2xabhZpNFjTmkUlpse0U0oWefIOn7rjPdKaW0nXC6SghQgchcwZAAAAAElFTkSuQmCC)
5
+ */
6
+ declare const IconGridFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconGridFill;
@@ -0,0 +1,54 @@
1
+ // src/IconGridFill.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({
5
+ size = 24,
6
+ ...props
7
+ }, ref) => /* @__PURE__ */ jsx(
8
+ "svg",
9
+ {
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ "data-seed-icon": "true",
14
+ width: size,
15
+ height: size,
16
+ ref,
17
+ ...props,
18
+ children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M7.9541 13.3496C9.44298 13.3496 10.6504 14.557 10.6504 16.0459V19.9541C10.6504 21.443 9.443 22.6504 7.9541 22.6504H4.0459C2.557 22.6504 1.34961 21.443 1.34961 19.9541V16.0459C1.34969 14.5571 2.55707 13.3506 4.0459 13.3506L7.9541 13.3496Z",
23
+ fill: "currentColor"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M19.7041 13.3496C21.193 13.3496 22.4004 14.557 22.4004 16.0459V19.9541C22.4004 21.443 21.193 22.6504 19.7041 22.6504H15.7959C14.307 22.6504 13.0996 21.443 13.0996 19.9541V16.0459C13.0997 14.5571 14.3071 13.3506 15.7959 13.3506L19.7041 13.3496Z",
30
+ fill: "currentColor"
31
+ }
32
+ ),
33
+ /* @__PURE__ */ jsx(
34
+ "path",
35
+ {
36
+ d: "M7.9541 1.34961C9.44298 1.34961 10.6504 2.55701 10.6504 4.0459V7.9541C10.6504 9.443 9.443 10.6504 7.9541 10.6504H4.0459C2.557 10.6504 1.34961 9.443 1.34961 7.9541V4.0459C1.34969 2.55709 2.55707 1.35062 4.0459 1.35059L7.9541 1.34961Z",
37
+ fill: "currentColor"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ jsx(
41
+ "path",
42
+ {
43
+ d: "M19.9541 1.34961C21.443 1.34961 22.6504 2.55701 22.6504 4.0459V7.9541C22.6504 9.443 21.443 10.6504 19.9541 10.6504H16.0459C14.557 10.6504 13.3496 9.443 13.3496 7.9541V4.0459C13.3497 2.55709 14.5571 1.35062 16.0459 1.35059L19.9541 1.34961Z",
44
+ fill: "currentColor"
45
+ }
46
+ )
47
+ ] }) })
48
+ }
49
+ );
50
+ var IconGridFill = forwardRef(Icon);
51
+ var IconGridFill_default = IconGridFill;
52
+ export {
53
+ IconGridFill_default as default
54
+ };
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/IconGridLine.tsx
21
+ var IconGridLine_exports = {};
22
+ __export(IconGridLine_exports, {
23
+ default: () => IconGridLine_default
24
+ });
25
+ module.exports = __toCommonJS(IconGridLine_exports);
26
+ var import_react = require("react");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var Icon = ({
29
+ size = 24,
30
+ ...props
31
+ }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
32
+ "svg",
33
+ {
34
+ viewBox: "0 0 24 24",
35
+ fill: "none",
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ "data-seed-icon": "true",
38
+ width: size,
39
+ height: size,
40
+ ref,
41
+ ...props,
42
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
+ "path",
45
+ {
46
+ fillRule: "evenodd",
47
+ clipRule: "evenodd",
48
+ d: "M7.9541 13.25C9.49821 13.25 10.75 14.5018 10.75 16.0459V19.9541C10.75 21.4982 9.49823 22.75 7.9541 22.75H4.0459C2.50177 22.75 1.25 21.4982 1.25 19.9541V16.0459C1.25008 14.5019 2.50184 13.25 4.0459 13.25H7.9541ZM4.0459 15.25C3.60639 15.25 3.25008 15.6064 3.25 16.0459V19.9541C3.25 20.3937 3.60634 20.75 4.0459 20.75H7.9541C8.39366 20.75 8.75 20.3937 8.75 19.9541V16.0459C8.74997 15.6064 8.39365 15.25 7.9541 15.25H4.0459Z",
49
+ fill: "currentColor"
50
+ }
51
+ ),
52
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
53
+ "path",
54
+ {
55
+ fillRule: "evenodd",
56
+ clipRule: "evenodd",
57
+ d: "M19.7041 13.25C21.2482 13.25 22.5 14.5018 22.5 16.0459V19.9541C22.5 21.4982 21.2482 22.75 19.7041 22.75H15.7959C14.2518 22.75 13 21.4982 13 19.9541V16.0459C13.0001 14.5019 14.2518 13.25 15.7959 13.25H19.7041ZM15.7959 15.25C15.3564 15.25 15.0001 15.6064 15 16.0459V19.9541C15 20.3937 15.3563 20.75 15.7959 20.75H19.7041C20.1437 20.75 20.5 20.3937 20.5 19.9541V16.0459C20.5 15.6064 20.1436 15.25 19.7041 15.25H15.7959Z",
58
+ fill: "currentColor"
59
+ }
60
+ ),
61
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
62
+ "path",
63
+ {
64
+ fillRule: "evenodd",
65
+ clipRule: "evenodd",
66
+ d: "M7.9541 1.25C9.49821 1.25 10.75 2.50178 10.75 4.0459V7.9541C10.75 9.49823 9.49823 10.75 7.9541 10.75H4.0459C2.50177 10.75 1.25 9.49823 1.25 7.9541V4.0459C1.25008 2.50186 2.50184 1.25004 4.0459 1.25H7.9541ZM4.0459 3.25C3.60639 3.25001 3.25008 3.60641 3.25 4.0459V7.9541C3.25 8.39366 3.60634 8.75 4.0459 8.75H7.9541C8.39366 8.75 8.75 8.39366 8.75 7.9541V4.0459C8.74997 3.60636 8.39365 3.25 7.9541 3.25H4.0459Z",
67
+ fill: "currentColor"
68
+ }
69
+ ),
70
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
71
+ "path",
72
+ {
73
+ fillRule: "evenodd",
74
+ clipRule: "evenodd",
75
+ d: "M19.9541 1.25C21.4982 1.25 22.75 2.50178 22.75 4.0459V7.9541C22.75 9.49823 21.4982 10.75 19.9541 10.75H16.0459C14.5018 10.75 13.25 9.49823 13.25 7.9541V4.0459C13.2501 2.50186 14.5018 1.25004 16.0459 1.25H19.9541ZM16.0459 3.25C15.6064 3.25001 15.2501 3.60641 15.25 4.0459V7.9541C15.25 8.39366 15.6063 8.75 16.0459 8.75H19.9541C20.3937 8.75 20.75 8.39366 20.75 7.9541V4.0459C20.75 3.60636 20.3936 3.25 19.9541 3.25H16.0459Z",
76
+ fill: "currentColor"
77
+ }
78
+ )
79
+ ] }) })
80
+ }
81
+ );
82
+ var IconGridLine = (0, import_react.forwardRef)(Icon);
83
+ var IconGridLine_default = IconGridLine;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * @alias align,contents,grid,layout,list,menu,all,전체,그리드,레이아웃,리스트,모아보기,목록,전체,정렬,콘텐츠
4
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADgSURBVHgB7ZRhDcIwEIUPggAk4AALdcAcgIPNAeBgSEABczAcgAPmgKEAruRtNJeGcmv6Ywkveely9223pO0jSqyJ82zYOXsumJZ9ZFeiruIz9jNgE8HTCcUSDdclelUET7VvKmTQq4fwU0qs8Q+YYW2xrjxMV3s4NS3fb8w3Z0N496LZwpr8F+fAPou6lh+pYrIoxzuSb9h7rL202bINsDc5WJstd/qcFMlf0CvcAT9nC9T9qU879Oz6z6KwYrLInhK7kVfBL8U33zKky6KCwsd0YcGYLNqAl2rIc9GS6QU9OozYikwbawAAAABJRU5ErkJggg==)
5
+ */
6
+ declare const IconGridLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconGridLine;
@@ -0,0 +1,62 @@
1
+ // src/IconGridLine.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({
5
+ size = 24,
6
+ ...props
7
+ }, ref) => /* @__PURE__ */ jsx(
8
+ "svg",
9
+ {
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ "data-seed-icon": "true",
14
+ width: size,
15
+ height: size,
16
+ ref,
17
+ ...props,
18
+ children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M7.9541 13.25C9.49821 13.25 10.75 14.5018 10.75 16.0459V19.9541C10.75 21.4982 9.49823 22.75 7.9541 22.75H4.0459C2.50177 22.75 1.25 21.4982 1.25 19.9541V16.0459C1.25008 14.5019 2.50184 13.25 4.0459 13.25H7.9541ZM4.0459 15.25C3.60639 15.25 3.25008 15.6064 3.25 16.0459V19.9541C3.25 20.3937 3.60634 20.75 4.0459 20.75H7.9541C8.39366 20.75 8.75 20.3937 8.75 19.9541V16.0459C8.74997 15.6064 8.39365 15.25 7.9541 15.25H4.0459Z",
25
+ fill: "currentColor"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ jsx(
29
+ "path",
30
+ {
31
+ fillRule: "evenodd",
32
+ clipRule: "evenodd",
33
+ d: "M19.7041 13.25C21.2482 13.25 22.5 14.5018 22.5 16.0459V19.9541C22.5 21.4982 21.2482 22.75 19.7041 22.75H15.7959C14.2518 22.75 13 21.4982 13 19.9541V16.0459C13.0001 14.5019 14.2518 13.25 15.7959 13.25H19.7041ZM15.7959 15.25C15.3564 15.25 15.0001 15.6064 15 16.0459V19.9541C15 20.3937 15.3563 20.75 15.7959 20.75H19.7041C20.1437 20.75 20.5 20.3937 20.5 19.9541V16.0459C20.5 15.6064 20.1436 15.25 19.7041 15.25H15.7959Z",
34
+ fill: "currentColor"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ jsx(
38
+ "path",
39
+ {
40
+ fillRule: "evenodd",
41
+ clipRule: "evenodd",
42
+ d: "M7.9541 1.25C9.49821 1.25 10.75 2.50178 10.75 4.0459V7.9541C10.75 9.49823 9.49823 10.75 7.9541 10.75H4.0459C2.50177 10.75 1.25 9.49823 1.25 7.9541V4.0459C1.25008 2.50186 2.50184 1.25004 4.0459 1.25H7.9541ZM4.0459 3.25C3.60639 3.25001 3.25008 3.60641 3.25 4.0459V7.9541C3.25 8.39366 3.60634 8.75 4.0459 8.75H7.9541C8.39366 8.75 8.75 8.39366 8.75 7.9541V4.0459C8.74997 3.60636 8.39365 3.25 7.9541 3.25H4.0459Z",
43
+ fill: "currentColor"
44
+ }
45
+ ),
46
+ /* @__PURE__ */ jsx(
47
+ "path",
48
+ {
49
+ fillRule: "evenodd",
50
+ clipRule: "evenodd",
51
+ d: "M19.9541 1.25C21.4982 1.25 22.75 2.50178 22.75 4.0459V7.9541C22.75 9.49823 21.4982 10.75 19.9541 10.75H16.0459C14.5018 10.75 13.25 9.49823 13.25 7.9541V4.0459C13.2501 2.50186 14.5018 1.25004 16.0459 1.25H19.9541ZM16.0459 3.25C15.6064 3.25001 15.2501 3.60641 15.25 4.0459V7.9541C15.25 8.39366 15.6063 8.75 16.0459 8.75H19.9541C20.3937 8.75 20.75 8.39366 20.75 7.9541V4.0459C20.75 3.60636 20.3936 3.25 19.9541 3.25H16.0459Z",
52
+ fill: "currentColor"
53
+ }
54
+ )
55
+ ] }) })
56
+ }
57
+ );
58
+ var IconGridLine = forwardRef(Icon);
59
+ var IconGridLine_default = IconGridLine;
60
+ export {
61
+ IconGridLine_default as default
62
+ };
@@ -44,7 +44,7 @@ var Icon = ({
44
44
  {
45
45
  fillRule: "evenodd",
46
46
  clipRule: "evenodd",
47
- d: "M10.811 1C5.3928 1 0.999939 5.38822 0.999939 10.8046V10.8176C0.999939 16.234 5.3928 20.6222 10.811 20.6222C12.792 20.6222 14.6438 20.0354 16.1897 19.0193L20.2858 23.1156C21.0669 23.8967 22.3332 23.8967 23.1143 23.1156C23.8953 22.3346 23.8953 21.0683 23.1143 20.2872L19.0171 16.1899C20.0326 14.6429 20.6222 12.7916 20.6222 10.8046C20.6222 5.38822 16.2293 1 10.811 1ZM3.39994 10.8046C3.39994 6.71542 6.71657 3.4 10.811 3.4C14.9055 3.4 18.2222 6.71542 18.2222 10.8046C18.2222 13.0196 17.2561 15.0073 15.7142 16.3681L15.7118 16.3702C14.4095 17.5257 12.6917 18.2222 10.811 18.2222C6.71657 18.2222 3.39994 14.9068 3.39994 10.8176V10.8046Z",
47
+ d: "M10.8111 1C5.39286 1 1 5.38822 1 10.8046V10.8176C1 16.234 5.39286 20.6222 10.8111 20.6222C12.7921 20.6222 14.6439 20.0354 16.1898 19.0193L20.2859 23.1156C21.0669 23.8967 22.3333 23.8967 23.1143 23.1156C23.8954 22.3346 23.8954 21.0683 23.1144 20.2872L19.0172 16.1899C20.0326 14.6429 20.6222 12.7916 20.6222 10.8046C20.6222 5.38822 16.2294 1 10.8111 1ZM3.4 10.8046C3.4 6.71542 6.71663 3.4 10.8111 3.4C14.9056 3.4 18.2222 6.71542 18.2222 10.8046C18.2222 13.0196 17.2562 15.0073 15.7143 16.3681L15.7119 16.3702C14.4096 17.5257 12.6917 18.2222 10.8111 18.2222C6.71663 18.2222 3.4 14.9068 3.4 10.8176V10.8046Z",
48
48
  fill: "currentColor"
49
49
  }
50
50
  ) })
@@ -20,7 +20,7 @@ var Icon = ({
20
20
  {
21
21
  fillRule: "evenodd",
22
22
  clipRule: "evenodd",
23
- d: "M10.811 1C5.3928 1 0.999939 5.38822 0.999939 10.8046V10.8176C0.999939 16.234 5.3928 20.6222 10.811 20.6222C12.792 20.6222 14.6438 20.0354 16.1897 19.0193L20.2858 23.1156C21.0669 23.8967 22.3332 23.8967 23.1143 23.1156C23.8953 22.3346 23.8953 21.0683 23.1143 20.2872L19.0171 16.1899C20.0326 14.6429 20.6222 12.7916 20.6222 10.8046C20.6222 5.38822 16.2293 1 10.811 1ZM3.39994 10.8046C3.39994 6.71542 6.71657 3.4 10.811 3.4C14.9055 3.4 18.2222 6.71542 18.2222 10.8046C18.2222 13.0196 17.2561 15.0073 15.7142 16.3681L15.7118 16.3702C14.4095 17.5257 12.6917 18.2222 10.811 18.2222C6.71657 18.2222 3.39994 14.9068 3.39994 10.8176V10.8046Z",
23
+ d: "M10.8111 1C5.39286 1 1 5.38822 1 10.8046V10.8176C1 16.234 5.39286 20.6222 10.8111 20.6222C12.7921 20.6222 14.6439 20.0354 16.1898 19.0193L20.2859 23.1156C21.0669 23.8967 22.3333 23.8967 23.1143 23.1156C23.8954 22.3346 23.8954 21.0683 23.1144 20.2872L19.0172 16.1899C20.0326 14.6429 20.6222 12.7916 20.6222 10.8046C20.6222 5.38822 16.2294 1 10.8111 1ZM3.4 10.8046C3.4 6.71542 6.71663 3.4 10.8111 3.4C14.9056 3.4 18.2222 6.71542 18.2222 10.8046C18.2222 13.0196 17.2562 15.0073 15.7143 16.3681L15.7119 16.3702C14.4096 17.5257 12.6917 18.2222 10.8111 18.2222C6.71663 18.2222 3.4 14.9068 3.4 10.8176V10.8046Z",
24
24
  fill: "currentColor"
25
25
  }
26
26
  ) })
@@ -44,7 +44,7 @@ var Icon = ({
44
44
  {
45
45
  fillRule: "evenodd",
46
46
  clipRule: "evenodd",
47
- d: "M7.65096 1C6.28267 1 5.24473 1.47131 4.51312 2.17246C3.80838 2.84784 3.45734 3.66772 3.29728 4.29313C2.95887 5.61542 1.89999 11.0624 1.89999 14.9703C1.89999 16.8083 2.72327 18.0175 3.89167 18.6893C4.52164 19.0516 5.21 19.2341 5.8343 19.3227L4.00655 22.1011C3.64231 22.6548 3.79588 23.3989 4.34955 23.7631C4.90323 24.1274 5.64734 23.9738 6.01158 23.4201L6.48512 22.7003H17.5331L18.0067 23.4201C18.3709 23.9738 19.115 24.1273 19.6687 23.7631C20.2224 23.3989 20.3759 22.6548 20.0117 22.1011L18.1823 19.3202C18.8099 19.2288 19.5009 19.0414 20.1328 18.673C21.2965 17.9944 22.1182 16.7816 22.1182 14.9449C22.1182 11.0622 21.0592 5.6153 20.7209 4.29348C20.5608 3.66805 20.2098 2.84818 19.5051 2.1728C18.7734 1.47166 17.7355 1.00034 16.3672 1.00034L7.65096 1ZM15.3621 19.4001L8.65612 19.4002L8.06397 20.3003H15.9543L15.3621 19.4001ZM19.2725 9.68993C17.9235 10.0061 15.3356 10.4603 12.1691 10.4603C8.86312 10.4603 5.99329 9.96609 4.75073 9.65891C5.06193 7.47235 5.44964 5.56301 5.62234 4.88818C5.70558 4.56293 5.87917 4.18749 6.17371 3.90521C6.44138 3.64869 6.87736 3.4 7.65096 3.4L16.3672 3.40034C17.1408 3.40034 17.5768 3.64903 17.8445 3.90556C18.139 4.18784 18.3126 4.5633 18.3958 4.88852C18.5695 5.56721 18.9605 7.49332 19.2725 9.68993ZM8.00912 12.8252C7.24973 12.8252 6.63412 13.4408 6.63412 14.2002C6.63412 14.9596 7.24973 15.5752 8.00912 15.5752C8.76852 15.5752 9.38412 14.9596 9.38412 14.2002C9.38412 13.4408 8.76852 12.8252 8.00912 12.8252ZM16.0091 12.8252C15.2497 12.8252 14.6341 13.4408 14.6341 14.2002C14.6341 14.9596 15.2497 15.5752 16.0091 15.5752C16.7685 15.5752 17.3841 14.9596 17.3841 14.2002C17.3841 13.4408 16.7685 12.8252 16.0091 12.8252Z",
47
+ d: "M7.651 1C6.2827 1 5.24476 1.47131 4.51315 2.17246C3.80841 2.84784 3.45737 3.66772 3.29731 4.29313C2.9589 5.61542 1.90002 11.0624 1.90002 14.9703C1.90002 16.8083 2.72331 18.0175 3.8917 18.6893C4.52167 19.0516 5.21003 19.2341 5.83434 19.3227L4.00658 22.1011C3.64234 22.6548 3.79591 23.3989 4.34958 23.7631C4.90326 24.1274 5.64737 23.9738 6.01161 23.4201L6.48515 22.7003H17.5332L18.0067 23.4201C18.3709 23.9738 19.115 24.1273 19.6687 23.7631C20.2224 23.3989 20.376 22.6548 20.0117 22.1011L18.1823 19.3202C18.8099 19.2288 19.5009 19.0414 20.1328 18.673C21.2965 17.9944 22.1182 16.7816 22.1182 14.9449C22.1182 11.0622 21.0592 5.6153 20.7209 4.29348C20.5609 3.66805 20.2098 2.84818 19.5051 2.1728C18.7735 1.47166 17.7355 1.00034 16.3673 1.00034L7.651 1ZM15.3622 19.4001L8.65615 19.4002L8.064 20.3003H15.9544L15.3622 19.4001ZM19.2725 9.68993C17.9235 10.0061 15.3356 10.4603 12.1691 10.4603C8.86315 10.4603 5.99332 9.96609 4.75076 9.65891C5.06196 7.47235 5.44967 5.56301 5.62237 4.88818C5.70561 4.56293 5.8792 4.18749 6.17374 3.90521C6.44141 3.64869 6.87739 3.4 7.651 3.4L16.3673 3.40034C17.1408 3.40034 17.5768 3.64903 17.8445 3.90556C18.1391 4.18784 18.3126 4.5633 18.3959 4.88852C18.5696 5.56721 18.9605 7.49332 19.2725 9.68993ZM8.00916 12.8252C7.24976 12.8252 6.63416 13.4408 6.63416 14.2002C6.63416 14.9596 7.24976 15.5752 8.00916 15.5752C8.76855 15.5752 9.38416 14.9596 9.38416 14.2002C9.38416 13.4408 8.76855 12.8252 8.00916 12.8252ZM16.0092 12.8252C15.2498 12.8252 14.6342 13.4408 14.6342 14.2002C14.6342 14.9596 15.2498 15.5752 16.0092 15.5752C16.7685 15.5752 17.3842 14.9596 17.3842 14.2002C17.3842 13.4408 16.7685 12.8252 16.0092 12.8252Z",
48
48
  fill: "currentColor"
49
49
  }
50
50
  ) })
@@ -20,7 +20,7 @@ var Icon = ({
20
20
  {
21
21
  fillRule: "evenodd",
22
22
  clipRule: "evenodd",
23
- d: "M7.65096 1C6.28267 1 5.24473 1.47131 4.51312 2.17246C3.80838 2.84784 3.45734 3.66772 3.29728 4.29313C2.95887 5.61542 1.89999 11.0624 1.89999 14.9703C1.89999 16.8083 2.72327 18.0175 3.89167 18.6893C4.52164 19.0516 5.21 19.2341 5.8343 19.3227L4.00655 22.1011C3.64231 22.6548 3.79588 23.3989 4.34955 23.7631C4.90323 24.1274 5.64734 23.9738 6.01158 23.4201L6.48512 22.7003H17.5331L18.0067 23.4201C18.3709 23.9738 19.115 24.1273 19.6687 23.7631C20.2224 23.3989 20.3759 22.6548 20.0117 22.1011L18.1823 19.3202C18.8099 19.2288 19.5009 19.0414 20.1328 18.673C21.2965 17.9944 22.1182 16.7816 22.1182 14.9449C22.1182 11.0622 21.0592 5.6153 20.7209 4.29348C20.5608 3.66805 20.2098 2.84818 19.5051 2.1728C18.7734 1.47166 17.7355 1.00034 16.3672 1.00034L7.65096 1ZM15.3621 19.4001L8.65612 19.4002L8.06397 20.3003H15.9543L15.3621 19.4001ZM19.2725 9.68993C17.9235 10.0061 15.3356 10.4603 12.1691 10.4603C8.86312 10.4603 5.99329 9.96609 4.75073 9.65891C5.06193 7.47235 5.44964 5.56301 5.62234 4.88818C5.70558 4.56293 5.87917 4.18749 6.17371 3.90521C6.44138 3.64869 6.87736 3.4 7.65096 3.4L16.3672 3.40034C17.1408 3.40034 17.5768 3.64903 17.8445 3.90556C18.139 4.18784 18.3126 4.5633 18.3958 4.88852C18.5695 5.56721 18.9605 7.49332 19.2725 9.68993ZM8.00912 12.8252C7.24973 12.8252 6.63412 13.4408 6.63412 14.2002C6.63412 14.9596 7.24973 15.5752 8.00912 15.5752C8.76852 15.5752 9.38412 14.9596 9.38412 14.2002C9.38412 13.4408 8.76852 12.8252 8.00912 12.8252ZM16.0091 12.8252C15.2497 12.8252 14.6341 13.4408 14.6341 14.2002C14.6341 14.9596 15.2497 15.5752 16.0091 15.5752C16.7685 15.5752 17.3841 14.9596 17.3841 14.2002C17.3841 13.4408 16.7685 12.8252 16.0091 12.8252Z",
23
+ d: "M7.651 1C6.2827 1 5.24476 1.47131 4.51315 2.17246C3.80841 2.84784 3.45737 3.66772 3.29731 4.29313C2.9589 5.61542 1.90002 11.0624 1.90002 14.9703C1.90002 16.8083 2.72331 18.0175 3.8917 18.6893C4.52167 19.0516 5.21003 19.2341 5.83434 19.3227L4.00658 22.1011C3.64234 22.6548 3.79591 23.3989 4.34958 23.7631C4.90326 24.1274 5.64737 23.9738 6.01161 23.4201L6.48515 22.7003H17.5332L18.0067 23.4201C18.3709 23.9738 19.115 24.1273 19.6687 23.7631C20.2224 23.3989 20.376 22.6548 20.0117 22.1011L18.1823 19.3202C18.8099 19.2288 19.5009 19.0414 20.1328 18.673C21.2965 17.9944 22.1182 16.7816 22.1182 14.9449C22.1182 11.0622 21.0592 5.6153 20.7209 4.29348C20.5609 3.66805 20.2098 2.84818 19.5051 2.1728C18.7735 1.47166 17.7355 1.00034 16.3673 1.00034L7.651 1ZM15.3622 19.4001L8.65615 19.4002L8.064 20.3003H15.9544L15.3622 19.4001ZM19.2725 9.68993C17.9235 10.0061 15.3356 10.4603 12.1691 10.4603C8.86315 10.4603 5.99332 9.96609 4.75076 9.65891C5.06196 7.47235 5.44967 5.56301 5.62237 4.88818C5.70561 4.56293 5.8792 4.18749 6.17374 3.90521C6.44141 3.64869 6.87739 3.4 7.651 3.4L16.3673 3.40034C17.1408 3.40034 17.5768 3.64903 17.8445 3.90556C18.1391 4.18784 18.3126 4.5633 18.3959 4.88852C18.5696 5.56721 18.9605 7.49332 19.2725 9.68993ZM8.00916 12.8252C7.24976 12.8252 6.63416 13.4408 6.63416 14.2002C6.63416 14.9596 7.24976 15.5752 8.00916 15.5752C8.76855 15.5752 9.38416 14.9596 9.38416 14.2002C9.38416 13.4408 8.76855 12.8252 8.00916 12.8252ZM16.0092 12.8252C15.2498 12.8252 14.6342 13.4408 14.6342 14.2002C14.6342 14.9596 15.2498 15.5752 16.0092 15.5752C16.7685 15.5752 17.3842 14.9596 17.3842 14.2002C17.3842 13.4408 16.7685 12.8252 16.0092 12.8252Z",
24
24
  fill: "currentColor"
25
25
  }
26
26
  ) })
@@ -43,14 +43,14 @@ var Icon = ({
43
43
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
44
  "path",
45
45
  {
46
- d: "M6.62405 14.0002C6.62405 13.2409 7.23966 12.6252 7.99905 12.6252C8.75845 12.6252 9.37405 13.2409 9.37405 14.0002C9.37405 14.7596 8.75845 15.3752 7.99905 15.3752C7.23966 15.3752 6.62405 14.7596 6.62405 14.0002Z",
46
+ d: "M6.62408 14.0002C6.62408 13.2409 7.23969 12.6252 7.99908 12.6252C8.75848 12.6252 9.37408 13.2409 9.37408 14.0002C9.37408 14.7596 8.75848 15.3752 7.99908 15.3752C7.23969 15.3752 6.62408 14.7596 6.62408 14.0002Z",
47
47
  fill: "currentColor"
48
48
  }
49
49
  ),
50
50
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
51
  "path",
52
52
  {
53
- d: "M14.6241 14.0002C14.6241 13.2409 15.2397 12.6252 15.9991 12.6252C16.7584 12.6252 17.3741 13.2409 17.3741 14.0002C17.3741 14.7596 16.7584 15.3752 15.9991 15.3752C15.2397 15.3752 14.6241 14.7596 14.6241 14.0002Z",
53
+ d: "M14.6241 14.0002C14.6241 13.2409 15.2397 12.6252 15.9991 12.6252C16.7585 12.6252 17.3741 13.2409 17.3741 14.0002C17.3741 14.7596 16.7585 15.3752 15.9991 15.3752C15.2397 15.3752 14.6241 14.7596 14.6241 14.0002Z",
54
54
  fill: "currentColor"
55
55
  }
56
56
  ),
@@ -59,7 +59,7 @@ var Icon = ({
59
59
  {
60
60
  fillRule: "evenodd",
61
61
  clipRule: "evenodd",
62
- d: "M7.64097 1C6.32223 1 5.33445 1.45276 4.6415 2.11685C3.97095 2.75948 3.63469 3.54232 3.48104 4.14272C3.14487 5.45625 2.09 10.8854 2.09 14.7703C2.09 16.5383 2.87644 17.6806 3.98137 18.3159C4.69154 18.7243 5.4843 18.896 6.16914 18.9624L4.16361 22.011C3.86008 22.4724 3.98805 23.0925 4.44945 23.396C4.91085 23.6996 5.53094 23.5716 5.83448 23.1102L6.53029 22.0525H17.4678L18.1636 23.1102C18.4672 23.5716 19.0873 23.6995 19.5487 23.396C20.01 23.0925 20.138 22.4724 19.8345 22.011L17.828 18.9609C18.516 18.892 19.3106 18.7149 20.022 18.3002C21.1231 17.6582 21.9082 16.5119 21.9082 14.7449C21.9082 10.8852 20.8532 5.4562 20.5172 4.14307C20.3635 3.54265 20.0272 2.75981 19.3567 2.11719C18.6637 1.45311 17.6759 1.00034 16.3572 1.00034L7.64097 1ZM7.846 20.0525L8.53827 19.0002L15.4599 19.0001L16.1522 20.0525H7.846ZM17.0166 17.0001L6.98163 17.0002C6.29532 17.0002 5.53623 16.9029 4.97833 16.5821C4.50808 16.3117 4.09 15.839 4.09 14.7703C4.09 13.487 4.21508 12.0071 4.391 10.5738C5.95387 10.9253 8.80242 11.3602 11.999 11.3602C15.3473 11.3602 18.1016 10.8837 19.6029 10.5321C19.7811 11.9725 19.9082 13.4602 19.9082 14.7449C19.9082 15.8147 19.4888 16.296 19.0146 16.5724C18.456 16.8981 17.6967 17.0001 17.0166 17.0001ZM19.3233 8.54255C18.0166 8.86219 15.3244 9.36018 11.999 9.36018C8.79494 9.36018 5.99464 8.89855 4.66863 8.5857C4.95341 6.75466 5.26741 5.22932 5.41859 4.63859C5.50823 4.28833 5.6966 3.87585 6.02533 3.56081C6.33166 3.26724 6.81781 3 7.64097 3L16.3572 3.00034C17.1804 3.00034 17.6665 3.26758 17.9729 3.56116C18.3016 3.8762 18.49 4.28869 18.5796 4.63894C18.7297 5.22545 19.0402 6.73254 19.3233 8.54255Z",
62
+ d: "M7.641 1C6.32226 1 5.33448 1.45276 4.64153 2.11685C3.97098 2.75948 3.63473 3.54232 3.48107 4.14272C3.1449 5.45625 2.09003 10.8854 2.09003 14.7703C2.09003 16.5383 2.87647 17.6806 3.9814 18.3159C4.69157 18.7243 5.48433 18.896 6.16917 18.9624L4.16364 22.011C3.86011 22.4724 3.98808 23.0925 4.44948 23.396C4.91088 23.6996 5.53097 23.5716 5.83451 23.1102L6.53032 22.0525H17.4679L18.1637 23.1102C18.4672 23.5716 19.0873 23.6995 19.5487 23.396C20.0101 23.0925 20.1381 22.4724 19.8345 22.011L17.828 18.9609C18.516 18.892 19.3107 18.7149 20.022 18.3002C21.1231 17.6582 21.9082 16.5119 21.9082 14.7449C21.9082 10.8852 20.8533 5.4562 20.5172 4.14307C20.3635 3.54265 20.0273 2.75981 19.3567 2.11719C18.6638 1.45311 17.676 1.00034 16.3573 1.00034L7.641 1ZM7.84603 20.0525L8.5383 19.0002L15.4599 19.0001L16.1522 20.0525H7.84603ZM17.0166 17.0001L6.98166 17.0002C6.29535 17.0002 5.53626 16.9029 4.97836 16.5821C4.50811 16.3117 4.09003 15.839 4.09003 14.7703C4.09003 13.487 4.21511 12.0071 4.39103 10.5738C5.9539 10.9253 8.80246 11.3602 11.9991 11.3602C15.3473 11.3602 18.1016 10.8837 19.6029 10.5321C19.7811 11.9725 19.9082 13.4602 19.9082 14.7449C19.9082 15.8147 19.4888 16.296 19.0147 16.5724C18.456 16.8981 17.6968 17.0001 17.0166 17.0001ZM19.3233 8.54255C18.0167 8.86219 15.3244 9.36018 11.9991 9.36018C8.79497 9.36018 5.99467 8.89855 4.66866 8.5857C4.95344 6.75466 5.26744 5.22932 5.41862 4.63859C5.50826 4.28833 5.69663 3.87585 6.02536 3.56081C6.33169 3.26724 6.81784 3 7.641 3L16.3573 3.00034C17.1804 3.00034 17.6665 3.26758 17.9729 3.56116C18.3016 3.8762 18.49 4.28869 18.5796 4.63894C18.7297 5.22545 19.0402 6.73254 19.3233 8.54255Z",
63
63
  fill: "currentColor"
64
64
  }
65
65
  )
@@ -19,14 +19,14 @@ var Icon = ({
19
19
  /* @__PURE__ */ jsx(
20
20
  "path",
21
21
  {
22
- d: "M6.62405 14.0002C6.62405 13.2409 7.23966 12.6252 7.99905 12.6252C8.75845 12.6252 9.37405 13.2409 9.37405 14.0002C9.37405 14.7596 8.75845 15.3752 7.99905 15.3752C7.23966 15.3752 6.62405 14.7596 6.62405 14.0002Z",
22
+ d: "M6.62408 14.0002C6.62408 13.2409 7.23969 12.6252 7.99908 12.6252C8.75848 12.6252 9.37408 13.2409 9.37408 14.0002C9.37408 14.7596 8.75848 15.3752 7.99908 15.3752C7.23969 15.3752 6.62408 14.7596 6.62408 14.0002Z",
23
23
  fill: "currentColor"
24
24
  }
25
25
  ),
26
26
  /* @__PURE__ */ jsx(
27
27
  "path",
28
28
  {
29
- d: "M14.6241 14.0002C14.6241 13.2409 15.2397 12.6252 15.9991 12.6252C16.7584 12.6252 17.3741 13.2409 17.3741 14.0002C17.3741 14.7596 16.7584 15.3752 15.9991 15.3752C15.2397 15.3752 14.6241 14.7596 14.6241 14.0002Z",
29
+ d: "M14.6241 14.0002C14.6241 13.2409 15.2397 12.6252 15.9991 12.6252C16.7585 12.6252 17.3741 13.2409 17.3741 14.0002C17.3741 14.7596 16.7585 15.3752 15.9991 15.3752C15.2397 15.3752 14.6241 14.7596 14.6241 14.0002Z",
30
30
  fill: "currentColor"
31
31
  }
32
32
  ),
@@ -35,7 +35,7 @@ var Icon = ({
35
35
  {
36
36
  fillRule: "evenodd",
37
37
  clipRule: "evenodd",
38
- d: "M7.64097 1C6.32223 1 5.33445 1.45276 4.6415 2.11685C3.97095 2.75948 3.63469 3.54232 3.48104 4.14272C3.14487 5.45625 2.09 10.8854 2.09 14.7703C2.09 16.5383 2.87644 17.6806 3.98137 18.3159C4.69154 18.7243 5.4843 18.896 6.16914 18.9624L4.16361 22.011C3.86008 22.4724 3.98805 23.0925 4.44945 23.396C4.91085 23.6996 5.53094 23.5716 5.83448 23.1102L6.53029 22.0525H17.4678L18.1636 23.1102C18.4672 23.5716 19.0873 23.6995 19.5487 23.396C20.01 23.0925 20.138 22.4724 19.8345 22.011L17.828 18.9609C18.516 18.892 19.3106 18.7149 20.022 18.3002C21.1231 17.6582 21.9082 16.5119 21.9082 14.7449C21.9082 10.8852 20.8532 5.4562 20.5172 4.14307C20.3635 3.54265 20.0272 2.75981 19.3567 2.11719C18.6637 1.45311 17.6759 1.00034 16.3572 1.00034L7.64097 1ZM7.846 20.0525L8.53827 19.0002L15.4599 19.0001L16.1522 20.0525H7.846ZM17.0166 17.0001L6.98163 17.0002C6.29532 17.0002 5.53623 16.9029 4.97833 16.5821C4.50808 16.3117 4.09 15.839 4.09 14.7703C4.09 13.487 4.21508 12.0071 4.391 10.5738C5.95387 10.9253 8.80242 11.3602 11.999 11.3602C15.3473 11.3602 18.1016 10.8837 19.6029 10.5321C19.7811 11.9725 19.9082 13.4602 19.9082 14.7449C19.9082 15.8147 19.4888 16.296 19.0146 16.5724C18.456 16.8981 17.6967 17.0001 17.0166 17.0001ZM19.3233 8.54255C18.0166 8.86219 15.3244 9.36018 11.999 9.36018C8.79494 9.36018 5.99464 8.89855 4.66863 8.5857C4.95341 6.75466 5.26741 5.22932 5.41859 4.63859C5.50823 4.28833 5.6966 3.87585 6.02533 3.56081C6.33166 3.26724 6.81781 3 7.64097 3L16.3572 3.00034C17.1804 3.00034 17.6665 3.26758 17.9729 3.56116C18.3016 3.8762 18.49 4.28869 18.5796 4.63894C18.7297 5.22545 19.0402 6.73254 19.3233 8.54255Z",
38
+ d: "M7.641 1C6.32226 1 5.33448 1.45276 4.64153 2.11685C3.97098 2.75948 3.63473 3.54232 3.48107 4.14272C3.1449 5.45625 2.09003 10.8854 2.09003 14.7703C2.09003 16.5383 2.87647 17.6806 3.9814 18.3159C4.69157 18.7243 5.48433 18.896 6.16917 18.9624L4.16364 22.011C3.86011 22.4724 3.98808 23.0925 4.44948 23.396C4.91088 23.6996 5.53097 23.5716 5.83451 23.1102L6.53032 22.0525H17.4679L18.1637 23.1102C18.4672 23.5716 19.0873 23.6995 19.5487 23.396C20.0101 23.0925 20.1381 22.4724 19.8345 22.011L17.828 18.9609C18.516 18.892 19.3107 18.7149 20.022 18.3002C21.1231 17.6582 21.9082 16.5119 21.9082 14.7449C21.9082 10.8852 20.8533 5.4562 20.5172 4.14307C20.3635 3.54265 20.0273 2.75981 19.3567 2.11719C18.6638 1.45311 17.676 1.00034 16.3573 1.00034L7.641 1ZM7.84603 20.0525L8.5383 19.0002L15.4599 19.0001L16.1522 20.0525H7.84603ZM17.0166 17.0001L6.98166 17.0002C6.29535 17.0002 5.53626 16.9029 4.97836 16.5821C4.50811 16.3117 4.09003 15.839 4.09003 14.7703C4.09003 13.487 4.21511 12.0071 4.39103 10.5738C5.9539 10.9253 8.80246 11.3602 11.9991 11.3602C15.3473 11.3602 18.1016 10.8837 19.6029 10.5321C19.7811 11.9725 19.9082 13.4602 19.9082 14.7449C19.9082 15.8147 19.4888 16.296 19.0147 16.5724C18.456 16.8981 17.6968 17.0001 17.0166 17.0001ZM19.3233 8.54255C18.0167 8.86219 15.3244 9.36018 11.9991 9.36018C8.79497 9.36018 5.99467 8.89855 4.66866 8.5857C4.95344 6.75466 5.26744 5.22932 5.41862 4.63859C5.50826 4.28833 5.69663 3.87585 6.02536 3.56081C6.33169 3.26724 6.81784 3 7.641 3L16.3573 3.00034C17.1804 3.00034 17.6665 3.26758 17.9729 3.56116C18.3016 3.8762 18.49 4.28869 18.5796 4.63894C18.7297 5.22545 19.0402 6.73254 19.3233 8.54255Z",
39
39
  fill: "currentColor"
40
40
  }
41
41
  )
@@ -43,14 +43,14 @@ var Icon = ({
43
43
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
44
  "path",
45
45
  {
46
- d: "M14.2237 2.97397C14.9104 2.2884 16.002 1.95266 17.0083 2.4105C18.9628 3.29969 20.431 4.80969 21.4387 6.85682C21.9428 7.88083 21.642 9.04017 20.9085 9.77434L18.7353 11.9495L11.9989 5.19513L14.2237 2.97397Z",
46
+ d: "M14.2238 2.97397C14.9105 2.2884 16.002 1.95266 17.0083 2.4105C18.9628 3.29969 20.4311 4.80969 21.4388 6.85682C21.9428 7.88083 21.6421 9.04017 20.9085 9.77434L18.7353 11.9495L11.9989 5.19513L14.2238 2.97397Z",
47
47
  fill: "currentColor"
48
48
  }
49
49
  ),
50
50
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
51
  "path",
52
52
  {
53
- d: "M10.5835 6.60816L2.99121 14.1878C2.48464 14.6935 2.19998 15.3799 2.19998 16.0957V20.8421C2.19998 21.337 2.60113 21.7381 3.09598 21.7381H7.83793C8.55337 21.7381 9.23947 21.4538 9.74514 20.9476L17.3217 13.3643L10.5835 6.60816Z",
53
+ d: "M10.5835 6.60816L2.99124 14.1878C2.48467 14.6935 2.20001 15.3799 2.20001 16.0957V20.8421C2.20001 21.337 2.60117 21.7381 3.09601 21.7381H7.83796C8.5534 21.7381 9.2395 21.4538 9.74517 20.9476L17.3218 13.3643L10.5835 6.60816Z",
54
54
  fill: "currentColor"
55
55
  }
56
56
  )
@@ -19,14 +19,14 @@ var Icon = ({
19
19
  /* @__PURE__ */ jsx(
20
20
  "path",
21
21
  {
22
- d: "M14.2237 2.97397C14.9104 2.2884 16.002 1.95266 17.0083 2.4105C18.9628 3.29969 20.431 4.80969 21.4387 6.85682C21.9428 7.88083 21.642 9.04017 20.9085 9.77434L18.7353 11.9495L11.9989 5.19513L14.2237 2.97397Z",
22
+ d: "M14.2238 2.97397C14.9105 2.2884 16.002 1.95266 17.0083 2.4105C18.9628 3.29969 20.4311 4.80969 21.4388 6.85682C21.9428 7.88083 21.6421 9.04017 20.9085 9.77434L18.7353 11.9495L11.9989 5.19513L14.2238 2.97397Z",
23
23
  fill: "currentColor"
24
24
  }
25
25
  ),
26
26
  /* @__PURE__ */ jsx(
27
27
  "path",
28
28
  {
29
- d: "M10.5835 6.60816L2.99121 14.1878C2.48464 14.6935 2.19998 15.3799 2.19998 16.0957V20.8421C2.19998 21.337 2.60113 21.7381 3.09598 21.7381H7.83793C8.55337 21.7381 9.23947 21.4538 9.74514 20.9476L17.3217 13.3643L10.5835 6.60816Z",
29
+ d: "M10.5835 6.60816L2.99124 14.1878C2.48467 14.6935 2.20001 15.3799 2.20001 16.0957V20.8421C2.20001 21.337 2.60117 21.7381 3.09601 21.7381H7.83796C8.5534 21.7381 9.2395 21.4538 9.74517 20.9476L17.3218 13.3643L10.5835 6.60816Z",
30
30
  fill: "currentColor"
31
31
  }
32
32
  )