@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,61 @@
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/IconCarrotFill.tsx
21
+ var IconCarrotFill_exports = {};
22
+ __export(IconCarrotFill_exports, {
23
+ default: () => IconCarrotFill_default
24
+ });
25
+ module.exports = __toCommonJS(IconCarrotFill_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.20648 7.79146C8.99534 6.35196 10.7801 6.27402 12.27 6.79244C12.3787 6.8303 12.4854 6.87197 12.5903 6.91549C12.7167 6.96796 12.8399 7.02499 12.9604 7.08443C14.1308 7.66194 15.0153 8.53472 15.4887 9.0776C16.0511 9.72264 17.0051 11.0138 17.3608 12.6313C17.734 14.3289 17.4245 16.3057 15.5766 18.1069C14.6822 18.9782 12.9695 20.0543 11.0707 20.9692C10.5178 21.2355 9.94921 21.4884 9.38031 21.7182C8.10395 22.2338 6.77748 22.6558 5.57073 22.8618C4.76512 22.9992 3.94192 23.0537 3.20062 22.9311C3.06554 22.9088 2.93319 22.8808 2.80413 22.8462C2.61109 22.7943 2.42571 22.7275 2.24945 22.645L2.24456 22.643C1.99872 22.5263 1.77812 22.3584 1.5971 22.1508C1.41877 21.9462 1.27712 21.7009 1.1889 21.4282L1.13226 21.2358C0.89733 20.3329 1.00216 19.2714 1.24554 18.2348C1.26602 18.1476 1.28668 18.0598 1.30902 17.9731C1.36566 17.7533 1.4306 17.5306 1.50042 17.3051C1.82047 16.2718 2.26914 15.1883 2.77777 14.1469C3.51563 12.6363 4.41058 11.1438 5.26507 9.95846C5.39951 9.77204 5.53177 9.59237 5.66351 9.42232C5.77716 9.27557 5.8908 9.13638 6.0014 9.00338C6.21578 8.74564 6.42306 8.51392 6.62054 8.31588C6.69825 8.23795 6.77472 8.16467 6.84906 8.09713C6.96811 7.98898 7.08737 7.88731 7.20648 7.79146Z",
47
+ fill: "currentColor"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ "path",
52
+ {
53
+ d: "M17.2826 1.3901C19.1956 1.48486 20.8882 3.17864 20.6088 5.33443C21.8304 5.86494 22.7184 7.09607 22.6391 8.70455C22.5516 10.4712 21.0899 11.839 19.2983 11.8745C18.7908 9.92461 17.673 8.44213 17.0444 7.72115C16.4546 7.0448 15.2392 5.82761 13.5395 5.07955C13.5722 4.6632 13.637 4.20514 13.769 3.81881C14.2631 2.37198 15.6326 1.30892 17.2826 1.3901Z",
54
+ fill: "currentColor"
55
+ }
56
+ )
57
+ ] }) })
58
+ }
59
+ );
60
+ var IconCarrotFill = (0, import_react.forwardRef)(Icon);
61
+ var IconCarrotFill_default = IconCarrotFill;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * @alias 당근,carrot,karrot
4
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG9SURBVHgBzVTBVcJAEP1LgIOniDcIunaAFQgVgB1ABUoFQAd0QDpAK5AOkApcHoHnkaMPCHHmEdCEsJCg7/kvYXd2539m/g7wxxA4A5Yly55A1V+OphNl/xpB3pIt+rQDyQS6RNI8m0ASFiu8RwYFHmYT9bxdppAArouSJlz9uTCQABc581N4uKSf+0QC5lXOfJkTNssjoGqYyyVq1ExJNVYZAwNF4Jjf5L7nwQyRqKyBOzo21xJY1/KRLrfDCYjIJqImJyhIWYKL1z0SoDNzVPtgD9gl6zW6ERdBe/WFiyE3e6rUG2019xII3PAndUg5Qhbcgwd2Up9LyP6nUgxC8XEkAavisuA0lIjkaSMYHXyrV+s0bH8/iIIlhx60Ngxjnk3jlvuRL8o+uWvsptH98I0QICgUZZ3U9xAT1PRG1JhgBEpEyltIABIlD8V2BKwemoNJsSNIqt5PMtDENi8ysXpyjOOogZaA1NeQJLfAfG2gojuzLdE9YmeHolFZ2dpRSxDT95zc5mHmjwkt0ogBHgf8Yp3J4ZpHEvBF+hflo4md0xMHCOhpN4wVejsSD0qkyHoCo0wKNo8B/Fd8AQKCq7oi5DLnAAAAAElFTkSuQmCC)
5
+ */
6
+ declare const IconCarrotFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconCarrotFill;
@@ -0,0 +1,40 @@
1
+ // src/IconCarrotFill.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.20648 7.79146C8.99534 6.35196 10.7801 6.27402 12.27 6.79244C12.3787 6.8303 12.4854 6.87197 12.5903 6.91549C12.7167 6.96796 12.8399 7.02499 12.9604 7.08443C14.1308 7.66194 15.0153 8.53472 15.4887 9.0776C16.0511 9.72264 17.0051 11.0138 17.3608 12.6313C17.734 14.3289 17.4245 16.3057 15.5766 18.1069C14.6822 18.9782 12.9695 20.0543 11.0707 20.9692C10.5178 21.2355 9.94921 21.4884 9.38031 21.7182C8.10395 22.2338 6.77748 22.6558 5.57073 22.8618C4.76512 22.9992 3.94192 23.0537 3.20062 22.9311C3.06554 22.9088 2.93319 22.8808 2.80413 22.8462C2.61109 22.7943 2.42571 22.7275 2.24945 22.645L2.24456 22.643C1.99872 22.5263 1.77812 22.3584 1.5971 22.1508C1.41877 21.9462 1.27712 21.7009 1.1889 21.4282L1.13226 21.2358C0.89733 20.3329 1.00216 19.2714 1.24554 18.2348C1.26602 18.1476 1.28668 18.0598 1.30902 17.9731C1.36566 17.7533 1.4306 17.5306 1.50042 17.3051C1.82047 16.2718 2.26914 15.1883 2.77777 14.1469C3.51563 12.6363 4.41058 11.1438 5.26507 9.95846C5.39951 9.77204 5.53177 9.59237 5.66351 9.42232C5.77716 9.27557 5.8908 9.13638 6.0014 9.00338C6.21578 8.74564 6.42306 8.51392 6.62054 8.31588C6.69825 8.23795 6.77472 8.16467 6.84906 8.09713C6.96811 7.98898 7.08737 7.88731 7.20648 7.79146Z",
23
+ fill: "currentColor"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M17.2826 1.3901C19.1956 1.48486 20.8882 3.17864 20.6088 5.33443C21.8304 5.86494 22.7184 7.09607 22.6391 8.70455C22.5516 10.4712 21.0899 11.839 19.2983 11.8745C18.7908 9.92461 17.673 8.44213 17.0444 7.72115C16.4546 7.0448 15.2392 5.82761 13.5395 5.07955C13.5722 4.6632 13.637 4.20514 13.769 3.81881C14.2631 2.37198 15.6326 1.30892 17.2826 1.3901Z",
30
+ fill: "currentColor"
31
+ }
32
+ )
33
+ ] }) })
34
+ }
35
+ );
36
+ var IconCarrotFill = forwardRef(Icon);
37
+ var IconCarrotFill_default = IconCarrotFill;
38
+ export {
39
+ IconCarrotFill_default as default
40
+ };
@@ -0,0 +1,54 @@
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/IconCarrotLine.tsx
21
+ var IconCarrotLine_exports = {};
22
+ __export(IconCarrotLine_exports, {
23
+ default: () => IconCarrotLine_default
24
+ });
25
+ module.exports = __toCommonJS(IconCarrotLine_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.jsx)(
43
+ "path",
44
+ {
45
+ fillRule: "evenodd",
46
+ clipRule: "evenodd",
47
+ d: "M17.1163 1.30403C19.1076 1.40273 20.8822 3.12555 20.6983 5.34602C21.9226 5.95339 22.7912 7.23726 22.7101 8.88118C22.6201 10.6987 21.1819 12.1166 19.3849 12.2757C19.6064 13.9392 19.1482 15.8009 17.3233 17.513C16.0527 18.7047 13.2808 20.2598 10.505 21.3392C9.1005 21.8853 7.64143 22.3311 6.31358 22.5491C5.02379 22.7609 3.69374 22.7865 2.65831 22.3197L2.65342 22.3177C2.3828 22.194 2.13978 22.0162 1.94053 21.7962C1.7444 21.5796 1.58839 21.3202 1.49132 21.0316L1.42979 20.8265C1.14957 19.7898 1.30734 18.5552 1.62413 17.3714C1.97206 16.0713 2.55837 14.6627 3.24034 13.3187C4.58799 10.6628 6.40859 8.05812 7.71983 6.91145C9.59062 5.27549 11.4757 4.99468 13.1017 5.3675C13.131 4.90713 13.1963 4.3621 13.3536 3.90168L13.462 3.6175C14.0635 2.2208 15.4554 1.22196 17.1163 1.30403ZM13.0499 7.42707C11.9386 7.05472 10.5718 7.07358 9.03624 8.41633C8.00819 9.31531 6.3273 11.6566 5.02452 14.2239C4.38126 15.4917 3.85624 16.7653 3.55577 17.888C3.24532 19.048 3.21783 19.8921 3.38682 20.3939C3.3931 20.4122 3.40502 20.4346 3.42296 20.4544C3.43837 20.4714 3.45938 20.4868 3.48448 20.4984C3.96764 20.7147 4.80743 20.7686 5.98936 20.5745C7.13611 20.3862 8.45551 19.9901 9.78038 19.4749C12.4637 18.4315 14.9587 16.9886 15.9552 16.054L16.2189 15.7933C17.4606 14.49 17.5816 13.2297 17.337 12.1585C17.0566 10.9312 16.2674 9.86877 15.7452 9.29231C15.2231 8.71591 14.2435 7.82717 13.0499 7.42707ZM17.0177 3.30207C16.2151 3.26242 15.5111 3.77316 15.2462 4.54817C15.1639 4.78921 15.1104 5.18213 15.089 5.6302C15.0797 5.82346 15.0775 6.0108 15.0782 6.17707C16.0529 6.75695 16.7951 7.47406 17.2267 7.95051C17.6592 8.42801 18.3011 9.23965 18.7823 10.2698C19.8494 10.4189 20.668 9.66991 20.712 8.78254C20.7616 7.77633 20.1304 7.12981 19.3673 6.98957L18.2364 6.78157L18.5987 5.69075C19.0231 4.41263 18.1203 3.35697 17.0177 3.30207Z",
48
+ fill: "currentColor"
49
+ }
50
+ ) })
51
+ }
52
+ );
53
+ var IconCarrotLine = (0, import_react.forwardRef)(Icon);
54
+ var IconCarrotLine_default = IconCarrotLine;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * @alias 당근,carrot,karrot
4
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJcSURBVHgBvVRtdtJAFH2ToL/56RHQ6QrarkC6Au0KgB3gCiAraFlBcQXKCpodtDswHhL1n/i3DYn3zkw4KUkJRe09hzNk5s19933ME/nPUPIX6LzRY8nlOM+lrZQskmU0/2cOXnf1DZaTB2RK5nAyKu95cgCMcpIriVQuIxDzt0Ikw05PD8u2LTkEmbw36kAeJ1HonLaRrotc5B0+509y0O3qfq5AmruUKKxgSlsSbYxyWbn1g9Y6iIBGBzBs363lKsMlEpbIDLxUBlgCt1fUg3eucfcUPlZeA/kNFTG/JILxGX+I4JMzm7LYtE3iaJy15AhdE+KOvktlvDMCKqchC7n25eynC9khfKX11INSKr9fywX2RrTp9fRsnUtfXIfVRgBVEyoneVYlN+Aez7a7J7NFZp1+2aWaGob31Rmdf19GX2QHSAwHVxTjCm2Uo31PkyS6rURwn8pnRz5vIif4ek2NmE6Qu4g+kpznXkWNe0AIP5A9gTsLsWzBC1+OfiTRZXHmbRlOrHgJ6vL+GJR7A1jZ/qvymVdWX3RN3dDaGYGyL5sOts+8kvxBoV6eANdxRlgc27FRhnkHrnP6/I8cNhbW3Wmj/ycoqHlQnEt1dsYBDPvue7GdwzpwNm0eopgxPYqXVfUbByhu36y5hE3EbISM9pxHHNe+nCeRbclHHaA4b2nvK6kYmlRkMuSIzpwQ1+szvJOpNMBGoOQbFWEdQCUj0Sj/MedMUZsyMep0uU8qzZ0idKi7rjWwr/QWzmcvfQn3JX7ggOhofSIpUiFQbufKb09J6B9A+qz4A1i/IsRgnX7BAAAAAElFTkSuQmCC)
5
+ */
6
+ declare const IconCarrotLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconCarrotLine;
@@ -0,0 +1,33 @@
1
+ // src/IconCarrotLine.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx } 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__ */ jsx(
19
+ "path",
20
+ {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M17.1163 1.30403C19.1076 1.40273 20.8822 3.12555 20.6983 5.34602C21.9226 5.95339 22.7912 7.23726 22.7101 8.88118C22.6201 10.6987 21.1819 12.1166 19.3849 12.2757C19.6064 13.9392 19.1482 15.8009 17.3233 17.513C16.0527 18.7047 13.2808 20.2598 10.505 21.3392C9.1005 21.8853 7.64143 22.3311 6.31358 22.5491C5.02379 22.7609 3.69374 22.7865 2.65831 22.3197L2.65342 22.3177C2.3828 22.194 2.13978 22.0162 1.94053 21.7962C1.7444 21.5796 1.58839 21.3202 1.49132 21.0316L1.42979 20.8265C1.14957 19.7898 1.30734 18.5552 1.62413 17.3714C1.97206 16.0713 2.55837 14.6627 3.24034 13.3187C4.58799 10.6628 6.40859 8.05812 7.71983 6.91145C9.59062 5.27549 11.4757 4.99468 13.1017 5.3675C13.131 4.90713 13.1963 4.3621 13.3536 3.90168L13.462 3.6175C14.0635 2.2208 15.4554 1.22196 17.1163 1.30403ZM13.0499 7.42707C11.9386 7.05472 10.5718 7.07358 9.03624 8.41633C8.00819 9.31531 6.3273 11.6566 5.02452 14.2239C4.38126 15.4917 3.85624 16.7653 3.55577 17.888C3.24532 19.048 3.21783 19.8921 3.38682 20.3939C3.3931 20.4122 3.40502 20.4346 3.42296 20.4544C3.43837 20.4714 3.45938 20.4868 3.48448 20.4984C3.96764 20.7147 4.80743 20.7686 5.98936 20.5745C7.13611 20.3862 8.45551 19.9901 9.78038 19.4749C12.4637 18.4315 14.9587 16.9886 15.9552 16.054L16.2189 15.7933C17.4606 14.49 17.5816 13.2297 17.337 12.1585C17.0566 10.9312 16.2674 9.86877 15.7452 9.29231C15.2231 8.71591 14.2435 7.82717 13.0499 7.42707ZM17.0177 3.30207C16.2151 3.26242 15.5111 3.77316 15.2462 4.54817C15.1639 4.78921 15.1104 5.18213 15.089 5.6302C15.0797 5.82346 15.0775 6.0108 15.0782 6.17707C16.0529 6.75695 16.7951 7.47406 17.2267 7.95051C17.6592 8.42801 18.3011 9.23965 18.7823 10.2698C19.8494 10.4189 20.668 9.66991 20.712 8.78254C20.7616 7.77633 20.1304 7.12981 19.3673 6.98957L18.2364 6.78157L18.5987 5.69075C19.0231 4.41263 18.1203 3.35697 17.0177 3.30207Z",
24
+ fill: "currentColor"
25
+ }
26
+ ) })
27
+ }
28
+ );
29
+ var IconCarrotLine = forwardRef(Icon);
30
+ var IconCarrotLine_default = IconCarrotLine;
31
+ export {
32
+ IconCarrotLine_default as default
33
+ };
@@ -44,7 +44,7 @@ var Icon = ({
44
44
  {
45
45
  fillRule: "evenodd",
46
46
  clipRule: "evenodd",
47
- d: "M20.9997 1.7998C21.6625 1.79983 22.1999 2.33728 22.1999 3C22.1999 3.66272 21.6625 4.20017 20.9997 4.2002H15.9997V7H17.4802L17.7273 7.0127C18.2999 7.06466 18.8483 7.28008 19.3044 7.63574C19.8198 8.03782 20.1889 8.59723 20.3572 9.22852L22.8874 18.1885L22.8884 18.1895C23.0137 18.6354 23.0335 19.1045 22.947 19.5596C22.8605 20.0146 22.6695 20.4436 22.3894 20.8125C22.1093 21.1813 21.7475 21.4806 21.3328 21.6865C20.9697 21.8666 20.574 21.9717 20.1706 21.9951L19.9968 22H3.94896C3.49565 21.9917 3.04974 21.8806 2.64525 21.6758C2.24083 21.4709 1.88772 21.1771 1.61302 20.8164C1.33837 20.4557 1.14797 20.0372 1.05834 19.5928C0.968739 19.1482 0.981793 18.6881 1.09545 18.249C1.09678 18.2439 1.09793 18.2385 1.09935 18.2334L3.59935 9.19336L3.60033 9.18945C3.77597 8.56422 4.15002 8.01279 4.66576 7.61816C5.18157 7.22359 5.81229 7.00678 6.46166 7H7.99974V4.2002H2.99974C2.33711 4.20006 1.79955 3.66266 1.79955 3C1.79955 2.33734 2.33711 1.79994 2.99974 1.7998H20.9997ZM16.1951 11.2812C15.7981 10.8975 15.1649 10.9078 14.781 11.3047L10.8054 15.415L8.68627 13.416C8.28465 13.037 7.65128 13.0545 7.2722 13.4561C6.89327 13.8577 6.91174 14.4911 7.31322 14.8701L10.1511 17.5488C10.5493 17.9246 11.1757 17.91 11.5564 17.5166L16.2185 12.6953C16.6024 12.2983 16.5919 11.6652 16.1951 11.2812Z",
47
+ d: "M20.9998 1.7998C21.6625 1.79983 22.2 2.33728 22.2 3C22.2 3.66272 21.6625 4.20017 20.9998 4.2002H15.9998V7H17.4802L17.7273 7.0127C18.2999 7.06466 18.8483 7.28008 19.3045 7.63574C19.8199 8.03782 20.1889 8.59723 20.3572 9.22852L22.8875 18.1885L22.8884 18.1895C23.0137 18.6354 23.0335 19.1045 22.947 19.5596C22.8605 20.0146 22.6695 20.4436 22.3894 20.8125C22.1094 21.1813 21.7476 21.4806 21.3328 21.6865C20.9698 21.8666 20.574 21.9717 20.1707 21.9951L19.9968 22H3.94899C3.49568 21.9917 3.04977 21.8806 2.64528 21.6758C2.24086 21.4709 1.88775 21.1771 1.61305 20.8164C1.3384 20.4557 1.148 20.0372 1.05837 19.5928C0.968769 19.1482 0.981823 18.6881 1.09548 18.249C1.09681 18.2439 1.09796 18.2385 1.09938 18.2334L3.59938 9.19336L3.60036 9.18945C3.776 8.56422 4.15005 8.01279 4.66579 7.61816C5.1816 7.22359 5.81232 7.00678 6.46169 7H7.99977V4.2002H2.99977C2.33714 4.20006 1.79958 3.66266 1.79958 3C1.79958 2.33734 2.33714 1.79994 2.99977 1.7998H20.9998ZM16.1951 11.2812C15.7981 10.8975 15.1649 10.9078 14.781 11.3047L10.8054 15.415L8.6863 13.416C8.28468 13.037 7.65131 13.0545 7.27223 13.4561C6.8933 13.8577 6.91177 14.4911 7.31325 14.8701L10.1511 17.5488C10.5493 17.9246 11.1758 17.91 11.5564 17.5166L16.2185 12.6953C16.6024 12.2983 16.592 11.6652 16.1951 11.2812Z",
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: "M20.9997 1.7998C21.6625 1.79983 22.1999 2.33728 22.1999 3C22.1999 3.66272 21.6625 4.20017 20.9997 4.2002H15.9997V7H17.4802L17.7273 7.0127C18.2999 7.06466 18.8483 7.28008 19.3044 7.63574C19.8198 8.03782 20.1889 8.59723 20.3572 9.22852L22.8874 18.1885L22.8884 18.1895C23.0137 18.6354 23.0335 19.1045 22.947 19.5596C22.8605 20.0146 22.6695 20.4436 22.3894 20.8125C22.1093 21.1813 21.7475 21.4806 21.3328 21.6865C20.9697 21.8666 20.574 21.9717 20.1706 21.9951L19.9968 22H3.94896C3.49565 21.9917 3.04974 21.8806 2.64525 21.6758C2.24083 21.4709 1.88772 21.1771 1.61302 20.8164C1.33837 20.4557 1.14797 20.0372 1.05834 19.5928C0.968739 19.1482 0.981793 18.6881 1.09545 18.249C1.09678 18.2439 1.09793 18.2385 1.09935 18.2334L3.59935 9.19336L3.60033 9.18945C3.77597 8.56422 4.15002 8.01279 4.66576 7.61816C5.18157 7.22359 5.81229 7.00678 6.46166 7H7.99974V4.2002H2.99974C2.33711 4.20006 1.79955 3.66266 1.79955 3C1.79955 2.33734 2.33711 1.79994 2.99974 1.7998H20.9997ZM16.1951 11.2812C15.7981 10.8975 15.1649 10.9078 14.781 11.3047L10.8054 15.415L8.68627 13.416C8.28465 13.037 7.65128 13.0545 7.2722 13.4561C6.89327 13.8577 6.91174 14.4911 7.31322 14.8701L10.1511 17.5488C10.5493 17.9246 11.1757 17.91 11.5564 17.5166L16.2185 12.6953C16.6024 12.2983 16.5919 11.6652 16.1951 11.2812Z",
23
+ d: "M20.9998 1.7998C21.6625 1.79983 22.2 2.33728 22.2 3C22.2 3.66272 21.6625 4.20017 20.9998 4.2002H15.9998V7H17.4802L17.7273 7.0127C18.2999 7.06466 18.8483 7.28008 19.3045 7.63574C19.8199 8.03782 20.1889 8.59723 20.3572 9.22852L22.8875 18.1885L22.8884 18.1895C23.0137 18.6354 23.0335 19.1045 22.947 19.5596C22.8605 20.0146 22.6695 20.4436 22.3894 20.8125C22.1094 21.1813 21.7476 21.4806 21.3328 21.6865C20.9698 21.8666 20.574 21.9717 20.1707 21.9951L19.9968 22H3.94899C3.49568 21.9917 3.04977 21.8806 2.64528 21.6758C2.24086 21.4709 1.88775 21.1771 1.61305 20.8164C1.3384 20.4557 1.148 20.0372 1.05837 19.5928C0.968769 19.1482 0.981823 18.6881 1.09548 18.249C1.09681 18.2439 1.09796 18.2385 1.09938 18.2334L3.59938 9.19336L3.60036 9.18945C3.776 8.56422 4.15005 8.01279 4.66579 7.61816C5.1816 7.22359 5.81232 7.00678 6.46169 7H7.99977V4.2002H2.99977C2.33714 4.20006 1.79958 3.66266 1.79958 3C1.79958 2.33734 2.33714 1.79994 2.99977 1.7998H20.9998ZM16.1951 11.2812C15.7981 10.8975 15.1649 10.9078 14.781 11.3047L10.8054 15.415L8.6863 13.416C8.28468 13.037 7.65131 13.0545 7.27223 13.4561C6.8933 13.8577 6.91177 14.4911 7.31325 14.8701L10.1511 17.5488C10.5493 17.9246 11.1758 17.91 11.5564 17.5166L16.2185 12.6953C16.6024 12.2983 16.592 11.6652 16.1951 11.2812Z",
24
24
  fill: "currentColor"
25
25
  }
26
26
  ) })
@@ -43,7 +43,7 @@ var Icon = ({
43
43
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
44
  "path",
45
45
  {
46
- d: "M14.781 11.3047C15.1649 10.9078 15.7981 10.8975 16.1951 11.2812C16.5919 11.6652 16.6024 12.2983 16.2185 12.6953L11.5564 17.5166C11.1757 17.91 10.5493 17.9246 10.1511 17.5488L7.31322 14.8701C6.91174 14.4911 6.89327 13.8577 7.2722 13.4561C7.65128 13.0545 8.28465 13.037 8.68627 13.416L10.8054 15.415L14.781 11.3047Z",
46
+ d: "M14.781 11.3047C15.1649 10.9078 15.7981 10.8975 16.1951 11.2812C16.592 11.6652 16.6024 12.2983 16.2185 12.6953L11.5564 17.5166C11.1758 17.91 10.5493 17.9246 10.1511 17.5488L7.31325 14.8701C6.91177 14.4911 6.8933 13.8577 7.27223 13.4561C7.65131 13.0545 8.28468 13.037 8.6863 13.416L10.8054 15.415L14.781 11.3047Z",
47
47
  fill: "currentColor"
48
48
  }
49
49
  ),
@@ -52,7 +52,7 @@ var Icon = ({
52
52
  {
53
53
  fillRule: "evenodd",
54
54
  clipRule: "evenodd",
55
- d: "M20.9997 2C21.552 2.00003 21.9997 2.44773 21.9997 3C21.9997 3.55227 21.552 3.99997 20.9997 4H15.9997V7H17.4802L17.7273 7.0127C18.2999 7.06466 18.8483 7.28008 19.3044 7.63574C19.8198 8.03782 20.1889 8.59723 20.3572 9.22852L22.8874 18.1885L22.8884 18.1895C23.0137 18.6354 23.0335 19.1045 22.947 19.5596C22.8605 20.0146 22.6695 20.4436 22.3894 20.8125C22.1093 21.1813 21.7475 21.4806 21.3328 21.6865C20.9697 21.8666 20.574 21.9717 20.1706 21.9951L19.9968 22H3.94896C3.49565 21.9917 3.04974 21.8806 2.64525 21.6758C2.24083 21.4709 1.88772 21.1771 1.61302 20.8164C1.33837 20.4557 1.14797 20.0372 1.05834 19.5928C0.968739 19.1482 0.981793 18.6881 1.09545 18.249C1.09678 18.2439 1.09793 18.2385 1.09935 18.2334L3.59935 9.19336L3.60033 9.18945C3.77597 8.56422 4.15002 8.01279 4.66576 7.61816C5.18157 7.22359 5.81229 7.00678 6.46166 7H7.99974V4H2.99974C2.44757 3.99987 1.99974 3.5522 1.99974 3C1.99974 2.4478 2.44757 2.00013 2.99974 2H20.9997ZM6.32005 9.01465C6.16119 9.04228 6.01064 9.10834 5.88158 9.20703C5.70932 9.33886 5.58452 9.52253 5.52611 9.73047L3.03099 18.75C2.9932 18.896 2.98949 19.0494 3.01927 19.1973C3.04906 19.345 3.11234 19.4843 3.20384 19.6045C3.29539 19.7247 3.41335 19.8231 3.54857 19.8916C3.68382 19.9601 3.83328 19.9972 3.98509 20H19.9968C20.1516 19.9999 20.3046 19.9641 20.4431 19.8955C20.5818 19.8267 20.7032 19.7264 20.7966 19.6035C20.8899 19.4806 20.9533 19.3377 20.9822 19.1865C21.0109 19.0355 21.0041 18.8795 20.9626 18.7314L18.4333 9.77148C18.4314 9.76449 18.4293 9.75704 18.4275 9.75C18.3724 9.5373 18.248 9.34862 18.074 9.21289C17.9432 9.11097 17.7898 9.04277 17.6277 9.01465L17.4636 9H6.48216L6.32005 9.01465ZM9.99974 7H13.9997V4H9.99974V7Z",
55
+ d: "M20.9998 2C21.552 2.00003 21.9998 2.44773 21.9998 3C21.9998 3.55227 21.552 3.99997 20.9998 4H15.9998V7H17.4802L17.7273 7.0127C18.2999 7.06466 18.8483 7.28008 19.3045 7.63574C19.8199 8.03782 20.1889 8.59723 20.3572 9.22852L22.8875 18.1885L22.8884 18.1895C23.0137 18.6354 23.0335 19.1045 22.947 19.5596C22.8605 20.0146 22.6695 20.4436 22.3894 20.8125C22.1094 21.1813 21.7476 21.4806 21.3328 21.6865C20.9698 21.8666 20.574 21.9717 20.1707 21.9951L19.9968 22H3.94899C3.49568 21.9917 3.04977 21.8806 2.64528 21.6758C2.24086 21.4709 1.88775 21.1771 1.61305 20.8164C1.3384 20.4557 1.148 20.0372 1.05837 19.5928C0.968769 19.1482 0.981823 18.6881 1.09548 18.249C1.09681 18.2439 1.09796 18.2385 1.09938 18.2334L3.59938 9.19336L3.60036 9.18945C3.776 8.56422 4.15005 8.01279 4.66579 7.61816C5.1816 7.22359 5.81232 7.00678 6.46169 7H7.99977V4H2.99977C2.4476 3.99987 1.99977 3.5522 1.99977 3C1.99977 2.4478 2.4476 2.00013 2.99977 2H20.9998ZM6.32009 9.01465C6.16122 9.04228 6.01067 9.10834 5.88161 9.20703C5.70935 9.33886 5.58455 9.52253 5.52614 9.73047L3.03102 18.75C2.99323 18.896 2.98952 19.0494 3.0193 19.1973C3.04909 19.345 3.11237 19.4843 3.20387 19.6045C3.29542 19.7247 3.41338 19.8231 3.5486 19.8916C3.68385 19.9601 3.83331 19.9972 3.98512 20H19.9968C20.1517 19.9999 20.3046 19.9641 20.4431 19.8955C20.5819 19.8267 20.7033 19.7264 20.7966 19.6035C20.89 19.4806 20.9534 19.3377 20.9822 19.1865C21.0109 19.0355 21.0041 18.8795 20.9627 18.7314L18.4334 9.77148C18.4314 9.76449 18.4293 9.75704 18.4275 9.75C18.3724 9.5373 18.248 9.34862 18.074 9.21289C17.9432 9.11097 17.7898 9.04277 17.6277 9.01465L17.4636 9H6.48219L6.32009 9.01465ZM9.99977 7H13.9998V4H9.99977V7Z",
56
56
  fill: "currentColor"
57
57
  }
58
58
  )
@@ -19,7 +19,7 @@ var Icon = ({
19
19
  /* @__PURE__ */ jsx(
20
20
  "path",
21
21
  {
22
- d: "M14.781 11.3047C15.1649 10.9078 15.7981 10.8975 16.1951 11.2812C16.5919 11.6652 16.6024 12.2983 16.2185 12.6953L11.5564 17.5166C11.1757 17.91 10.5493 17.9246 10.1511 17.5488L7.31322 14.8701C6.91174 14.4911 6.89327 13.8577 7.2722 13.4561C7.65128 13.0545 8.28465 13.037 8.68627 13.416L10.8054 15.415L14.781 11.3047Z",
22
+ d: "M14.781 11.3047C15.1649 10.9078 15.7981 10.8975 16.1951 11.2812C16.592 11.6652 16.6024 12.2983 16.2185 12.6953L11.5564 17.5166C11.1758 17.91 10.5493 17.9246 10.1511 17.5488L7.31325 14.8701C6.91177 14.4911 6.8933 13.8577 7.27223 13.4561C7.65131 13.0545 8.28468 13.037 8.6863 13.416L10.8054 15.415L14.781 11.3047Z",
23
23
  fill: "currentColor"
24
24
  }
25
25
  ),
@@ -28,7 +28,7 @@ var Icon = ({
28
28
  {
29
29
  fillRule: "evenodd",
30
30
  clipRule: "evenodd",
31
- d: "M20.9997 2C21.552 2.00003 21.9997 2.44773 21.9997 3C21.9997 3.55227 21.552 3.99997 20.9997 4H15.9997V7H17.4802L17.7273 7.0127C18.2999 7.06466 18.8483 7.28008 19.3044 7.63574C19.8198 8.03782 20.1889 8.59723 20.3572 9.22852L22.8874 18.1885L22.8884 18.1895C23.0137 18.6354 23.0335 19.1045 22.947 19.5596C22.8605 20.0146 22.6695 20.4436 22.3894 20.8125C22.1093 21.1813 21.7475 21.4806 21.3328 21.6865C20.9697 21.8666 20.574 21.9717 20.1706 21.9951L19.9968 22H3.94896C3.49565 21.9917 3.04974 21.8806 2.64525 21.6758C2.24083 21.4709 1.88772 21.1771 1.61302 20.8164C1.33837 20.4557 1.14797 20.0372 1.05834 19.5928C0.968739 19.1482 0.981793 18.6881 1.09545 18.249C1.09678 18.2439 1.09793 18.2385 1.09935 18.2334L3.59935 9.19336L3.60033 9.18945C3.77597 8.56422 4.15002 8.01279 4.66576 7.61816C5.18157 7.22359 5.81229 7.00678 6.46166 7H7.99974V4H2.99974C2.44757 3.99987 1.99974 3.5522 1.99974 3C1.99974 2.4478 2.44757 2.00013 2.99974 2H20.9997ZM6.32005 9.01465C6.16119 9.04228 6.01064 9.10834 5.88158 9.20703C5.70932 9.33886 5.58452 9.52253 5.52611 9.73047L3.03099 18.75C2.9932 18.896 2.98949 19.0494 3.01927 19.1973C3.04906 19.345 3.11234 19.4843 3.20384 19.6045C3.29539 19.7247 3.41335 19.8231 3.54857 19.8916C3.68382 19.9601 3.83328 19.9972 3.98509 20H19.9968C20.1516 19.9999 20.3046 19.9641 20.4431 19.8955C20.5818 19.8267 20.7032 19.7264 20.7966 19.6035C20.8899 19.4806 20.9533 19.3377 20.9822 19.1865C21.0109 19.0355 21.0041 18.8795 20.9626 18.7314L18.4333 9.77148C18.4314 9.76449 18.4293 9.75704 18.4275 9.75C18.3724 9.5373 18.248 9.34862 18.074 9.21289C17.9432 9.11097 17.7898 9.04277 17.6277 9.01465L17.4636 9H6.48216L6.32005 9.01465ZM9.99974 7H13.9997V4H9.99974V7Z",
31
+ d: "M20.9998 2C21.552 2.00003 21.9998 2.44773 21.9998 3C21.9998 3.55227 21.552 3.99997 20.9998 4H15.9998V7H17.4802L17.7273 7.0127C18.2999 7.06466 18.8483 7.28008 19.3045 7.63574C19.8199 8.03782 20.1889 8.59723 20.3572 9.22852L22.8875 18.1885L22.8884 18.1895C23.0137 18.6354 23.0335 19.1045 22.947 19.5596C22.8605 20.0146 22.6695 20.4436 22.3894 20.8125C22.1094 21.1813 21.7476 21.4806 21.3328 21.6865C20.9698 21.8666 20.574 21.9717 20.1707 21.9951L19.9968 22H3.94899C3.49568 21.9917 3.04977 21.8806 2.64528 21.6758C2.24086 21.4709 1.88775 21.1771 1.61305 20.8164C1.3384 20.4557 1.148 20.0372 1.05837 19.5928C0.968769 19.1482 0.981823 18.6881 1.09548 18.249C1.09681 18.2439 1.09796 18.2385 1.09938 18.2334L3.59938 9.19336L3.60036 9.18945C3.776 8.56422 4.15005 8.01279 4.66579 7.61816C5.1816 7.22359 5.81232 7.00678 6.46169 7H7.99977V4H2.99977C2.4476 3.99987 1.99977 3.5522 1.99977 3C1.99977 2.4478 2.4476 2.00013 2.99977 2H20.9998ZM6.32009 9.01465C6.16122 9.04228 6.01067 9.10834 5.88161 9.20703C5.70935 9.33886 5.58455 9.52253 5.52614 9.73047L3.03102 18.75C2.99323 18.896 2.98952 19.0494 3.0193 19.1973C3.04909 19.345 3.11237 19.4843 3.20387 19.6045C3.29542 19.7247 3.41338 19.8231 3.5486 19.8916C3.68385 19.9601 3.83331 19.9972 3.98512 20H19.9968C20.1517 19.9999 20.3046 19.9641 20.4431 19.8955C20.5819 19.8267 20.7033 19.7264 20.7966 19.6035C20.89 19.4806 20.9534 19.3377 20.9822 19.1865C21.0109 19.0355 21.0041 18.8795 20.9627 18.7314L18.4334 9.77148C18.4314 9.76449 18.4293 9.75704 18.4275 9.75C18.3724 9.5373 18.248 9.34862 18.074 9.21289C17.9432 9.11097 17.7898 9.04277 17.6277 9.01465L17.4636 9H6.48219L6.32009 9.01465ZM9.99977 7H13.9998V4H9.99977V7Z",
32
32
  fill: "currentColor"
33
33
  }
34
34
  )
@@ -45,7 +45,7 @@ var Icon = ({
45
45
  {
46
46
  fillRule: "evenodd",
47
47
  clipRule: "evenodd",
48
- d: "M2.99999 7.30005L6.50037 7.30003C6.94192 7.30003 7.29999 6.94212 7.29999 6.50011L7.29999 3.00005C7.29999 2.33731 7.83725 1.80005 8.49999 1.80005C9.16273 1.80005 9.69999 2.33731 9.69999 3.00005L9.69999 6.50011C9.69999 8.26713 8.26789 9.70001 6.5004 9.70003L2.99999 9.70005C2.33725 9.70005 1.79999 9.16279 1.79999 8.50005C1.79999 7.83731 2.33725 7.30005 2.99999 7.30005Z",
48
+ d: "M3.00005 7.30005L6.50043 7.30003C6.94198 7.30003 7.30005 6.94212 7.30005 6.50011L7.30005 3.00005C7.30005 2.33731 7.83731 1.80005 8.50005 1.80005C9.16279 1.80005 9.70005 2.33731 9.70005 3.00005L9.70005 6.50011C9.70005 8.26713 8.26795 9.70001 6.50046 9.70003L3.00005 9.70005C2.33731 9.70005 1.80005 9.16279 1.80005 8.50005C1.80005 7.83731 2.33731 7.30005 3.00005 7.30005Z",
49
49
  fill: "currentColor"
50
50
  }
51
51
  ),
@@ -54,7 +54,7 @@ var Icon = ({
54
54
  {
55
55
  fillRule: "evenodd",
56
56
  clipRule: "evenodd",
57
- d: "M22.2 8.50005C22.2 9.16279 21.6627 9.70005 21 9.70005L17.5 9.70005C15.7329 9.70005 14.3 8.26783 14.3 6.50031L14.3 3.00005C14.3 2.33731 14.8372 1.80005 15.5 1.80005C16.1627 1.80005 16.7 2.33731 16.7 3.00005L16.7 6.50031C16.7 6.94193 17.058 7.30005 17.5 7.30005L21 7.30005C21.6627 7.30005 22.2 7.83731 22.2 8.50005Z",
57
+ d: "M22.2 8.50005C22.2 9.16279 21.6628 9.70005 21 9.70005L17.5 9.70005C15.7329 9.70005 14.3 8.26783 14.3 6.50031L14.3 3.00005C14.3 2.33731 14.8373 1.80005 15.5 1.80005C16.1628 1.80005 16.7 2.33731 16.7 3.00005L16.7 6.50031C16.7 6.94193 17.058 7.30005 17.5 7.30005L21 7.30005C21.6628 7.30005 22.2 7.83731 22.2 8.50005Z",
58
58
  fill: "currentColor"
59
59
  }
60
60
  ),
@@ -63,7 +63,7 @@ var Icon = ({
63
63
  {
64
64
  fillRule: "evenodd",
65
65
  clipRule: "evenodd",
66
- d: "M8.49992 22.2C7.83718 22.2 7.29992 21.6628 7.29992 21L7.29994 17.4999C7.29994 17.0582 6.94192 16.7 6.49987 16.7L2.99999 16.7C2.33725 16.7 1.79999 16.1628 1.79999 15.5C1.79999 14.8373 2.33725 14.3 2.99999 14.3L6.49987 14.3C8.26705 14.3 9.69996 15.7324 9.69994 17.4999L9.69992 21C9.69992 21.6628 9.16267 22.2 8.49992 22.2Z",
66
+ d: "M8.49998 22.2C7.83724 22.2 7.29998 21.6628 7.29998 21L7.3 17.4999C7.3 17.0582 6.94198 16.7 6.49993 16.7L3.00005 16.7C2.33731 16.7 1.80005 16.1628 1.80005 15.5C1.80005 14.8373 2.33731 14.3 3.00005 14.3L6.49993 14.3C8.26711 14.3 9.70002 15.7324 9.7 17.4999L9.69999 21C9.69999 21.6628 9.16273 22.2 8.49998 22.2Z",
67
67
  fill: "currentColor"
68
68
  }
69
69
  ),
@@ -72,7 +72,7 @@ var Icon = ({
72
72
  {
73
73
  fillRule: "evenodd",
74
74
  clipRule: "evenodd",
75
- d: "M15.5 22.2001C14.8372 22.2001 14.3 21.6628 14.3 21L14.3 17.4998C14.3 15.7323 15.7329 14.3001 17.5 14.3001L21 14.3C21.6627 14.3 22.2 14.8373 22.2 15.5C22.2 16.1628 21.6627 16.7 21 16.7L17.5 16.7001C17.058 16.7001 16.7 17.0582 16.7 17.4998L16.7 21C16.7 21.6628 16.1627 22.2001 15.5 22.2001Z",
75
+ d: "M15.5 22.2001C14.8373 22.2001 14.3 21.6628 14.3 21L14.3 17.4998C14.3 15.7323 15.7329 14.3001 17.5 14.3001L21 14.3C21.6628 14.3 22.2 14.8373 22.2 15.5C22.2 16.1628 21.6628 16.7 21 16.7L17.5 16.7001C17.058 16.7001 16.7 17.0582 16.7 17.4998L16.7 21C16.7 21.6628 16.1628 22.2001 15.5 22.2001Z",
76
76
  fill: "currentColor"
77
77
  }
78
78
  )
@@ -21,7 +21,7 @@ var Icon = ({
21
21
  {
22
22
  fillRule: "evenodd",
23
23
  clipRule: "evenodd",
24
- d: "M2.99999 7.30005L6.50037 7.30003C6.94192 7.30003 7.29999 6.94212 7.29999 6.50011L7.29999 3.00005C7.29999 2.33731 7.83725 1.80005 8.49999 1.80005C9.16273 1.80005 9.69999 2.33731 9.69999 3.00005L9.69999 6.50011C9.69999 8.26713 8.26789 9.70001 6.5004 9.70003L2.99999 9.70005C2.33725 9.70005 1.79999 9.16279 1.79999 8.50005C1.79999 7.83731 2.33725 7.30005 2.99999 7.30005Z",
24
+ d: "M3.00005 7.30005L6.50043 7.30003C6.94198 7.30003 7.30005 6.94212 7.30005 6.50011L7.30005 3.00005C7.30005 2.33731 7.83731 1.80005 8.50005 1.80005C9.16279 1.80005 9.70005 2.33731 9.70005 3.00005L9.70005 6.50011C9.70005 8.26713 8.26795 9.70001 6.50046 9.70003L3.00005 9.70005C2.33731 9.70005 1.80005 9.16279 1.80005 8.50005C1.80005 7.83731 2.33731 7.30005 3.00005 7.30005Z",
25
25
  fill: "currentColor"
26
26
  }
27
27
  ),
@@ -30,7 +30,7 @@ var Icon = ({
30
30
  {
31
31
  fillRule: "evenodd",
32
32
  clipRule: "evenodd",
33
- d: "M22.2 8.50005C22.2 9.16279 21.6627 9.70005 21 9.70005L17.5 9.70005C15.7329 9.70005 14.3 8.26783 14.3 6.50031L14.3 3.00005C14.3 2.33731 14.8372 1.80005 15.5 1.80005C16.1627 1.80005 16.7 2.33731 16.7 3.00005L16.7 6.50031C16.7 6.94193 17.058 7.30005 17.5 7.30005L21 7.30005C21.6627 7.30005 22.2 7.83731 22.2 8.50005Z",
33
+ d: "M22.2 8.50005C22.2 9.16279 21.6628 9.70005 21 9.70005L17.5 9.70005C15.7329 9.70005 14.3 8.26783 14.3 6.50031L14.3 3.00005C14.3 2.33731 14.8373 1.80005 15.5 1.80005C16.1628 1.80005 16.7 2.33731 16.7 3.00005L16.7 6.50031C16.7 6.94193 17.058 7.30005 17.5 7.30005L21 7.30005C21.6628 7.30005 22.2 7.83731 22.2 8.50005Z",
34
34
  fill: "currentColor"
35
35
  }
36
36
  ),
@@ -39,7 +39,7 @@ var Icon = ({
39
39
  {
40
40
  fillRule: "evenodd",
41
41
  clipRule: "evenodd",
42
- d: "M8.49992 22.2C7.83718 22.2 7.29992 21.6628 7.29992 21L7.29994 17.4999C7.29994 17.0582 6.94192 16.7 6.49987 16.7L2.99999 16.7C2.33725 16.7 1.79999 16.1628 1.79999 15.5C1.79999 14.8373 2.33725 14.3 2.99999 14.3L6.49987 14.3C8.26705 14.3 9.69996 15.7324 9.69994 17.4999L9.69992 21C9.69992 21.6628 9.16267 22.2 8.49992 22.2Z",
42
+ d: "M8.49998 22.2C7.83724 22.2 7.29998 21.6628 7.29998 21L7.3 17.4999C7.3 17.0582 6.94198 16.7 6.49993 16.7L3.00005 16.7C2.33731 16.7 1.80005 16.1628 1.80005 15.5C1.80005 14.8373 2.33731 14.3 3.00005 14.3L6.49993 14.3C8.26711 14.3 9.70002 15.7324 9.7 17.4999L9.69999 21C9.69999 21.6628 9.16273 22.2 8.49998 22.2Z",
43
43
  fill: "currentColor"
44
44
  }
45
45
  ),
@@ -48,7 +48,7 @@ var Icon = ({
48
48
  {
49
49
  fillRule: "evenodd",
50
50
  clipRule: "evenodd",
51
- d: "M15.5 22.2001C14.8372 22.2001 14.3 21.6628 14.3 21L14.3 17.4998C14.3 15.7323 15.7329 14.3001 17.5 14.3001L21 14.3C21.6627 14.3 22.2 14.8373 22.2 15.5C22.2 16.1628 21.6627 16.7 21 16.7L17.5 16.7001C17.058 16.7001 16.7 17.0582 16.7 17.4998L16.7 21C16.7 21.6628 16.1627 22.2001 15.5 22.2001Z",
51
+ d: "M15.5 22.2001C14.8373 22.2001 14.3 21.6628 14.3 21L14.3 17.4998C14.3 15.7323 15.7329 14.3001 17.5 14.3001L21 14.3C21.6628 14.3 22.2 14.8373 22.2 15.5C22.2 16.1628 21.6628 16.7 21 16.7L17.5 16.7001C17.058 16.7001 16.7 17.0582 16.7 17.4998L16.7 21C16.7 21.6628 16.1628 22.2001 15.5 22.2001Z",
52
52
  fill: "currentColor"
53
53
  }
54
54
  )
@@ -43,14 +43,14 @@ var Icon = ({
43
43
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
44
  "path",
45
45
  {
46
- d: "M17.76 10.2H16.75V9.4C16.75 8.9 16.35 8.5 15.85 8.5H2.84995C2.34995 8.5 1.94995 8.9 1.94995 9.4V19.48C1.94995 20.56 2.59995 21.51 3.57995 21.85C4.81995 22.28 6.82995 22.8 9.34995 22.8C11.87 22.8 13.88 22.28 15.12 21.85C16.06 21.52 16.69 20.63 16.74 19.6H17.76C20.12 19.6 22.05 17.49 22.05 14.9C22.05 12.31 20.13 10.2 17.76 10.2ZM17.76 17.2H16.75V12.6H17.76C18.8 12.6 19.65 13.63 19.65 14.9C19.65 16.17 18.8 17.2 17.76 17.2Z",
46
+ d: "M18.81 10.0008H17.8V9.20078C17.8 8.70078 17.4 8.30078 16.9 8.30078H3.9C3.4 8.30078 3 8.70078 3 9.20078V19.2808C3 20.3608 3.65 21.3108 4.63 21.6508C5.87 22.0808 7.88 22.6008 10.4 22.6008C12.92 22.6008 14.93 22.0808 16.17 21.6508C17.11 21.3208 17.74 20.4308 17.79 19.4008H18.81C21.17 19.4008 23.1 17.2908 23.1 14.7008C23.1 12.1108 21.18 10.0008 18.81 10.0008ZM18.81 17.0008H17.8V12.4008H18.81C19.85 12.4008 20.7 13.4308 20.7 14.7008C20.7 15.9708 19.85 17.0008 18.81 17.0008Z",
47
47
  fill: "currentColor"
48
48
  }
49
49
  ),
50
50
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
51
  "path",
52
52
  {
53
- d: "M4.53972 7.05977C5.15959 7.24573 5.8493 6.82854 6.00972 6.20977C6.11972 5.78977 6.62972 5.34977 7.27972 5.34977C8.99305 5.34977 10.7064 5.34977 12.4197 5.34977C14.0897 5.34977 15.5997 4.23977 16.0097 2.70977C16.1797 2.06977 15.7997 1.40977 15.1597 1.23977C14.5197 1.06977 13.8597 1.44977 13.6897 2.08977C13.5797 2.50977 13.0697 2.94977 12.4197 2.94977C10.7064 2.94977 8.99305 2.94977 7.27972 2.94977C5.60972 2.94977 4.08972 4.05977 3.68972 5.58977C3.51972 6.22977 3.89972 6.88977 4.53972 7.05977Z",
53
+ d: "M5.58977 6.86055C6.20964 7.04651 6.89935 6.62932 7.05977 6.01055C7.16977 5.59055 7.67977 5.15055 8.32977 5.15055C10.0431 5.15055 11.7564 5.15055 13.4698 5.15055C15.1398 5.15055 16.6498 4.04055 17.0598 2.51055C17.2298 1.87055 16.8498 1.21055 16.2098 1.04055C15.5698 0.870551 14.9098 1.25055 14.7398 1.89055C14.6298 2.31055 14.1198 2.75055 13.4698 2.75055C11.7564 2.75055 10.0431 2.75055 8.32977 2.75055C6.65977 2.75055 5.13977 3.86055 4.73977 5.39055C4.56977 6.03055 4.94977 6.69055 5.58977 6.86055Z",
54
54
  fill: "currentColor"
55
55
  }
56
56
  )
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  /**
3
3
  * @alias cafe,drink,cup,beverage,hot,coffee,tea,카페,음료,뜨거운,커피,차,컵
4
- * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGLSURBVHgBxVRLUsJAFOwhwYVlaZYqsWo8gSxdcgS8AZ4AvIHeQE5AuAFbV+QIOcJUAa6j7tQ49lAh4RcgIRS9mYT36J68TwMHhoUCkMTpmdM7v3Duvz7Dt025FeQnd34itPnY1Bqdbfn2OoLvX7SFQIcEznKcsRQCHvIKkGDIo07yjRCAX7XwhDwCrisbfySPCbrQCNb+q4pgolSAHbAgoG2EIkLIy4eTkdpa30IwPUCJELOH2o1sse4SOXFiw1NEVjwpEcl7KAAOhelZMyuefMG1K7fMTSZCkgQxW5+988oWWAD3x6PI4+w99yavMkIZUnOaV5a6dVWTndIEhIYyN34fqVuzfNPfKlMrKUdgARr9+JSHEbBWvas0AbOgrP+sNImN2NgTHL16zZVDWngdsfuy6d3SBAiHIg2kQ/4yvwv7C5gxNdOj8cFzMB4rfz5sp3kIdGzVucDJmYzVc1Y4aXJk40EAO3k80lsNaHavm1OWcMlxsKJpTc3X3C1lK1OKioBvWfBpoiGOjX9B+oDfi1wcqgAAAABJRU5ErkJggg==)
4
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGUSURBVHgBzVVLUsJAFOwhCeXOqBs/KWu8Ad6AI3gEOQEeQXYuzQmEG+AJ5AgcYaoguI1bDBnfS4ImkokFjiVdUJlHhu6Zns4L8McQ2BGSsFzhhceLmbraSYBJkgTy+++pgC80+hroct12caSUius4XBPxe4KnZZITbEBnn/UKQxO5UaDYukQDhECsNcJoru6b5m0IBIHspjon59V5Lh4N/42bVm4UcF1MyZ4pE9Dq7rDvqKQouJR9neIG20JgFM3UsO5WxaI0NfrdzJ9Halh7r1ycB1LjF+Bk0WXsORhQAJR1gS8lqLaDa05ZC3YwJZt6fBZZRTGnhzRLoBUBwZGO1JB60u2nCNC3JlCGQ2dQDP1TajnWBagRyvX4gHZmVYDbDPWnzBqybcKH7MICuG1zAtOiKAQGfLVuET8L9O3N52rCtZUdII9pyAPqvuNyl60IsG/rt9Q2IN9Hi6i+Fznl4uTYf15pnJGST6WPH5mhaG74GqkH0xTjO/lCyk5rBUmCHcFiAodE+EY7jMkO5XlZShT+Gx98jpXQqnmOIwAAAABJRU5ErkJggg==)
5
5
  */
6
6
  declare const IconCupHeatwaveFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
7
7
  size?: number | string;
@@ -19,14 +19,14 @@ var Icon = ({
19
19
  /* @__PURE__ */ jsx(
20
20
  "path",
21
21
  {
22
- d: "M17.76 10.2H16.75V9.4C16.75 8.9 16.35 8.5 15.85 8.5H2.84995C2.34995 8.5 1.94995 8.9 1.94995 9.4V19.48C1.94995 20.56 2.59995 21.51 3.57995 21.85C4.81995 22.28 6.82995 22.8 9.34995 22.8C11.87 22.8 13.88 22.28 15.12 21.85C16.06 21.52 16.69 20.63 16.74 19.6H17.76C20.12 19.6 22.05 17.49 22.05 14.9C22.05 12.31 20.13 10.2 17.76 10.2ZM17.76 17.2H16.75V12.6H17.76C18.8 12.6 19.65 13.63 19.65 14.9C19.65 16.17 18.8 17.2 17.76 17.2Z",
22
+ d: "M18.81 10.0008H17.8V9.20078C17.8 8.70078 17.4 8.30078 16.9 8.30078H3.9C3.4 8.30078 3 8.70078 3 9.20078V19.2808C3 20.3608 3.65 21.3108 4.63 21.6508C5.87 22.0808 7.88 22.6008 10.4 22.6008C12.92 22.6008 14.93 22.0808 16.17 21.6508C17.11 21.3208 17.74 20.4308 17.79 19.4008H18.81C21.17 19.4008 23.1 17.2908 23.1 14.7008C23.1 12.1108 21.18 10.0008 18.81 10.0008ZM18.81 17.0008H17.8V12.4008H18.81C19.85 12.4008 20.7 13.4308 20.7 14.7008C20.7 15.9708 19.85 17.0008 18.81 17.0008Z",
23
23
  fill: "currentColor"
24
24
  }
25
25
  ),
26
26
  /* @__PURE__ */ jsx(
27
27
  "path",
28
28
  {
29
- d: "M4.53972 7.05977C5.15959 7.24573 5.8493 6.82854 6.00972 6.20977C6.11972 5.78977 6.62972 5.34977 7.27972 5.34977C8.99305 5.34977 10.7064 5.34977 12.4197 5.34977C14.0897 5.34977 15.5997 4.23977 16.0097 2.70977C16.1797 2.06977 15.7997 1.40977 15.1597 1.23977C14.5197 1.06977 13.8597 1.44977 13.6897 2.08977C13.5797 2.50977 13.0697 2.94977 12.4197 2.94977C10.7064 2.94977 8.99305 2.94977 7.27972 2.94977C5.60972 2.94977 4.08972 4.05977 3.68972 5.58977C3.51972 6.22977 3.89972 6.88977 4.53972 7.05977Z",
29
+ d: "M5.58977 6.86055C6.20964 7.04651 6.89935 6.62932 7.05977 6.01055C7.16977 5.59055 7.67977 5.15055 8.32977 5.15055C10.0431 5.15055 11.7564 5.15055 13.4698 5.15055C15.1398 5.15055 16.6498 4.04055 17.0598 2.51055C17.2298 1.87055 16.8498 1.21055 16.2098 1.04055C15.5698 0.870551 14.9098 1.25055 14.7398 1.89055C14.6298 2.31055 14.1198 2.75055 13.4698 2.75055C11.7564 2.75055 10.0431 2.75055 8.32977 2.75055C6.65977 2.75055 5.13977 3.86055 4.73977 5.39055C4.56977 6.03055 4.94977 6.69055 5.58977 6.86055Z",
30
30
  fill: "currentColor"
31
31
  }
32
32
  )
@@ -39,44 +39,24 @@ var Icon = ({
39
39
  height: size,
40
40
  ref,
41
41
  ...props,
42
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
43
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
44
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
45
- "path",
46
- {
47
- d: "M16.3203 1C16.8703 1 17.3203 1.45 17.3203 2C17.3203 3.51 16.1203 4.75 14.6003 4.75H8.04031C7.65031 4.75 7.32031 5.07 7.32031 5.5C7.32031 6.05 6.87031 6.5 6.32031 6.5C5.77031 6.5 5.32031 6.05 5.32031 5.5C5.32031 3.99 6.52031 2.75 8.04031 2.75H14.6003C14.9903 2.75 15.3203 2.43 15.3203 2C15.3203 1.45 15.7703 1 16.3203 1Z",
48
- fill: "currentColor"
49
- }
50
- ),
51
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
52
- "path",
53
- {
54
- fillRule: "evenodd",
55
- clipRule: "evenodd",
56
- d: "M17.5 10C23.45 9.71 23.45 19.3 17.5 19C17.61 20.23 17.12 21.53 15.81 21.99C14.59 22.42 12.45 23 9.75 23C7.05 23 4.91 22.42 3.69 21.99C2.6 21.6 2 20.57 2 19.52V9C2 8.45 2.45 8 3 8H16.5C17.05 8 17.5 8.45 17.5 9V10ZM17.5 12V17C20.81 17.34 20.81 11.65 17.5 12ZM4 19.53V10.01H15.5V19.53C15.5 19.84 15.33 20.04 15.14 20.11C14.08 20.49 12.17 21.01 9.75 21.01C7.33 21.01 5.42 20.49 4.36 20.11C4.17 20.04 4 19.84 4 19.53Z",
57
- fill: "currentColor"
58
- }
59
- )
60
- ] }),
61
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
62
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
63
- "path",
64
- {
65
- d: "M16.3203 1C16.8703 1 17.3203 1.45 17.3203 2C17.3203 3.51 16.1203 4.75 14.6003 4.75H8.04031C7.65031 4.75 7.32031 5.07 7.32031 5.5C7.32031 6.05 6.87031 6.5 6.32031 6.5C5.77031 6.5 5.32031 6.05 5.32031 5.5C5.32031 3.99 6.52031 2.75 8.04031 2.75H14.6003C14.9903 2.75 15.3203 2.43 15.3203 2C15.3203 1.45 15.7703 1 16.3203 1Z",
66
- fill: "currentColor"
67
- }
68
- ),
69
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
70
- "path",
71
- {
72
- fillRule: "evenodd",
73
- clipRule: "evenodd",
74
- d: "M17.5 10C23.45 9.71 23.45 19.3 17.5 19C17.61 20.23 17.12 21.53 15.81 21.99C14.59 22.42 12.45 23 9.75 23C7.05 23 4.91 22.42 3.69 21.99C2.6 21.6 2 20.57 2 19.52V9C2 8.45 2.45 8 3 8H16.5C17.05 8 17.5 8.45 17.5 9V10ZM17.5 12V17C20.81 17.34 20.81 11.65 17.5 12ZM4 19.53V10.01H15.5V19.53C15.5 19.84 15.33 20.04 15.14 20.11C14.08 20.49 12.17 21.01 9.75 21.01C7.33 21.01 5.42 20.49 4.36 20.11C4.17 20.04 4 19.84 4 19.53Z",
75
- fill: "currentColor"
76
- }
77
- )
78
- ] })
79
- ] })
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: "M17.3203 1C17.8703 1 18.3203 1.45 18.3203 2C18.3203 3.51 17.1203 4.75 15.6003 4.75H9.04031C8.65031 4.75 8.32031 5.07 8.32031 5.5C8.32031 6.05 7.87031 6.5 7.32031 6.5C6.77031 6.5 6.32031 6.05 6.32031 5.5C6.32031 3.99 7.52031 2.75 9.04031 2.75H15.6003C15.9903 2.75 16.3203 2.43 16.3203 2C16.3203 1.45 16.7703 1 17.3203 1Z",
47
+ fill: "currentColor"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ "path",
52
+ {
53
+ fillRule: "evenodd",
54
+ clipRule: "evenodd",
55
+ d: "M18.5 10C24.45 9.71 24.45 19.3 18.5 19C18.61 20.23 18.12 21.53 16.81 21.99C15.59 22.42 13.45 23 10.75 23C8.05 23 5.91 22.42 4.69 21.99C3.6 21.6 3 20.57 3 19.52V9C3 8.45 3.45 8 4 8H17.5C18.05 8 18.5 8.45 18.5 9V10ZM18.5 12V17C21.81 17.34 21.81 11.65 18.5 12ZM5 19.53V10.01H16.5V19.53C16.5 19.84 16.33 20.04 16.14 20.11C15.08 20.49 13.17 21.01 10.75 21.01C8.33 21.01 6.42 20.49 5.36 20.11C5.17 20.04 5 19.84 5 19.53Z",
56
+ fill: "currentColor"
57
+ }
58
+ )
59
+ ] }) })
80
60
  }
81
61
  );
82
62
  var IconCupHeatwaveLine = (0, import_react.forwardRef)(Icon);
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  /**
3
3
  * @alias cafe,drink,cup,beverage,hot,coffee,tea,카페,음료,뜨거운,커피,차,컵
4
- * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGLSURBVHgBzVXNUcJAGH1L4OQl49Ggs3RAB2IF2oFSgVgBpAM7kA6gA7GDUAHrCAxHzoRkfV9mEtFJwMGdkXfZ/+/t97NvgVNGcKV7F5d6FgS6XbWnvtcADyoFv2wt5by1eISFrtojUGWTWms/3mJkgQ4OQcEsP0yrarnUgzjBnRjnzda8YYRqTBMPz3vWywnym7PtLudmjD/AK5s8O/ejGvBO14c4dRRJlnKTisARYK66iwpva0XvSOPZ0T1nvzxoaistk6rwS/DMgE0/MyQVB4wbHkJD5HtqcAR6IQ/vYZPgVd6Ra4IwraNF1yMJ9WaLnmsCrBgWEjxlA4V75wSC+dxMss5O0p0SMPa5qkbOCWhcYv+SDZR7gj6Nz9i2RV1TlqprguwdMMkTGr9Z7byDOtwgpFQMyhYKAmEXmRZNYn/M/ptKYRYLU8RT4hzH/L08ynmKWx5qW4tvMf+JQhYCVoBNMDpCk0LKy+AgQY5mU3dS+c2Aaw59K4nLYWEyzZEbK0wbNQwZ7jX+E5+kaInXJPN2rgAAAABJRU5ErkJggg==)
4
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGQSURBVHgBzVXdUcJAEP5C4MmXjI8GnaMDOhAr0A6UCsQKIB3YgXQAHYgdhAqIIzA88kxIzm8zhDGYm4yZm5Hv5bK32f1uf24POHf4N2pwda0Wvq+6ZfpmpQMaOg68Ml3Kfa3xDA1l+scxOVZKefEeEw30UAUH0for6pSpjBHECR7EOU+25QlDmDFPXLyalEaC/ORc++tlNEVNuCbFxaUXNoBPhj7GOaNQZGk36QjUAGvVX5VE2yhINZ1npgbbYgRtpWVlUY3tewrajLgMM2fSccC05SKICNlrwCIYhVy8p12Cd7lHtgmCtIkOQw8l1bs9BrYJsGFaSPCSCQ4erRMIlstoln0cim6dgLnPp2ponYDOJfdvmeDYJxjS+YJrV6Zryla1TZDdAxZ5Rud3m8M9qHxw/oCAo2J0ulkgEHYZ0zKT+D3l94eTIlqtouN7IHmOY75eLsd5insadbXGMee/ovop+OwAnWBSYyYFHC+jSoIc7bbqpfKaAbcUPS2Fy6ERZTNHTuxg3mpgzHRv8V/4Bn2qidfX/VmLAAAAAElFTkSuQmCC)
5
5
  */
6
6
  declare const IconCupHeatwaveLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
7
7
  size?: number | string;
@@ -15,44 +15,24 @@ var Icon = ({
15
15
  height: size,
16
16
  ref,
17
17
  ...props,
18
- children: /* @__PURE__ */ jsxs("g", { children: [
19
- /* @__PURE__ */ jsxs("g", { children: [
20
- /* @__PURE__ */ jsx(
21
- "path",
22
- {
23
- d: "M16.3203 1C16.8703 1 17.3203 1.45 17.3203 2C17.3203 3.51 16.1203 4.75 14.6003 4.75H8.04031C7.65031 4.75 7.32031 5.07 7.32031 5.5C7.32031 6.05 6.87031 6.5 6.32031 6.5C5.77031 6.5 5.32031 6.05 5.32031 5.5C5.32031 3.99 6.52031 2.75 8.04031 2.75H14.6003C14.9903 2.75 15.3203 2.43 15.3203 2C15.3203 1.45 15.7703 1 16.3203 1Z",
24
- fill: "currentColor"
25
- }
26
- ),
27
- /* @__PURE__ */ jsx(
28
- "path",
29
- {
30
- fillRule: "evenodd",
31
- clipRule: "evenodd",
32
- d: "M17.5 10C23.45 9.71 23.45 19.3 17.5 19C17.61 20.23 17.12 21.53 15.81 21.99C14.59 22.42 12.45 23 9.75 23C7.05 23 4.91 22.42 3.69 21.99C2.6 21.6 2 20.57 2 19.52V9C2 8.45 2.45 8 3 8H16.5C17.05 8 17.5 8.45 17.5 9V10ZM17.5 12V17C20.81 17.34 20.81 11.65 17.5 12ZM4 19.53V10.01H15.5V19.53C15.5 19.84 15.33 20.04 15.14 20.11C14.08 20.49 12.17 21.01 9.75 21.01C7.33 21.01 5.42 20.49 4.36 20.11C4.17 20.04 4 19.84 4 19.53Z",
33
- fill: "currentColor"
34
- }
35
- )
36
- ] }),
37
- /* @__PURE__ */ jsxs("g", { children: [
38
- /* @__PURE__ */ jsx(
39
- "path",
40
- {
41
- d: "M16.3203 1C16.8703 1 17.3203 1.45 17.3203 2C17.3203 3.51 16.1203 4.75 14.6003 4.75H8.04031C7.65031 4.75 7.32031 5.07 7.32031 5.5C7.32031 6.05 6.87031 6.5 6.32031 6.5C5.77031 6.5 5.32031 6.05 5.32031 5.5C5.32031 3.99 6.52031 2.75 8.04031 2.75H14.6003C14.9903 2.75 15.3203 2.43 15.3203 2C15.3203 1.45 15.7703 1 16.3203 1Z",
42
- fill: "currentColor"
43
- }
44
- ),
45
- /* @__PURE__ */ jsx(
46
- "path",
47
- {
48
- fillRule: "evenodd",
49
- clipRule: "evenodd",
50
- d: "M17.5 10C23.45 9.71 23.45 19.3 17.5 19C17.61 20.23 17.12 21.53 15.81 21.99C14.59 22.42 12.45 23 9.75 23C7.05 23 4.91 22.42 3.69 21.99C2.6 21.6 2 20.57 2 19.52V9C2 8.45 2.45 8 3 8H16.5C17.05 8 17.5 8.45 17.5 9V10ZM17.5 12V17C20.81 17.34 20.81 11.65 17.5 12ZM4 19.53V10.01H15.5V19.53C15.5 19.84 15.33 20.04 15.14 20.11C14.08 20.49 12.17 21.01 9.75 21.01C7.33 21.01 5.42 20.49 4.36 20.11C4.17 20.04 4 19.84 4 19.53Z",
51
- fill: "currentColor"
52
- }
53
- )
54
- ] })
55
- ] })
18
+ children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M17.3203 1C17.8703 1 18.3203 1.45 18.3203 2C18.3203 3.51 17.1203 4.75 15.6003 4.75H9.04031C8.65031 4.75 8.32031 5.07 8.32031 5.5C8.32031 6.05 7.87031 6.5 7.32031 6.5C6.77031 6.5 6.32031 6.05 6.32031 5.5C6.32031 3.99 7.52031 2.75 9.04031 2.75H15.6003C15.9903 2.75 16.3203 2.43 16.3203 2C16.3203 1.45 16.7703 1 17.3203 1Z",
23
+ fill: "currentColor"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M18.5 10C24.45 9.71 24.45 19.3 18.5 19C18.61 20.23 18.12 21.53 16.81 21.99C15.59 22.42 13.45 23 10.75 23C8.05 23 5.91 22.42 4.69 21.99C3.6 21.6 3 20.57 3 19.52V9C3 8.45 3.45 8 4 8H17.5C18.05 8 18.5 8.45 18.5 9V10ZM18.5 12V17C21.81 17.34 21.81 11.65 18.5 12ZM5 19.53V10.01H16.5V19.53C16.5 19.84 16.33 20.04 16.14 20.11C15.08 20.49 13.17 21.01 10.75 21.01C8.33 21.01 6.42 20.49 5.36 20.11C5.17 20.04 5 19.84 5 19.53Z",
32
+ fill: "currentColor"
33
+ }
34
+ )
35
+ ] }) })
56
36
  }
57
37
  );
58
38
  var IconCupHeatwaveLine = forwardRef(Icon);