@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,75 @@
1
+ // src/IconVertline3ViewfinderLine.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: "M2 15C2.55228 15 3 15.4477 3 16V18C3 18.2652 3.10543 18.5195 3.29297 18.707C3.48051 18.8946 3.73478 19 4 19H6C6.55228 19 7 19.4477 7 20C7 20.5523 6.55228 21 6 21H4C3.20435 21 2.44151 20.6837 1.87891 20.1211C1.3163 19.5585 1 18.7956 1 18V16C1 15.4477 1.44772 15 2 15Z",
23
+ fill: "currentColor"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M22 15C22.5523 15 23 15.4477 23 16V18C23 18.7957 22.6837 19.5585 22.1211 20.1211C21.5585 20.6837 20.7957 21 20 21H18C17.4477 21 17 20.5523 17 20C17 19.4477 17.4477 19 18 19H20C20.2652 19 20.5195 18.8946 20.707 18.707C20.8946 18.5195 21 18.2652 21 18V16C21 15.4477 21.4477 15 22 15Z",
30
+ fill: "currentColor"
31
+ }
32
+ ),
33
+ /* @__PURE__ */ jsx(
34
+ "path",
35
+ {
36
+ d: "M7 7C7.55228 7 8 7.44772 8 8V16C8 16.5523 7.55228 17 7 17C6.44772 17 6 16.5523 6 16V8C6 7.44772 6.44772 7 7 7Z",
37
+ fill: "currentColor"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ jsx(
41
+ "path",
42
+ {
43
+ d: "M11 7C11.5523 7 12 7.44772 12 8V16C12 16.5523 11.5523 17 11 17C10.4477 17 10 16.5523 10 16V8C10 7.44772 10.4477 7 11 7Z",
44
+ fill: "currentColor"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ jsx(
48
+ "path",
49
+ {
50
+ d: "M17 7C17.5523 7 18 7.44772 18 8V16C18 16.5523 17.5523 17 17 17C16.4477 17 16 16.5523 16 16V8C16 7.44772 16.4477 7 17 7Z",
51
+ fill: "currentColor"
52
+ }
53
+ ),
54
+ /* @__PURE__ */ jsx(
55
+ "path",
56
+ {
57
+ d: "M6 3C6.55228 3 7 3.44772 7 4C7 4.55228 6.55228 5 6 5H4C3.73478 5 3.4805 5.10543 3.29297 5.29297C3.10543 5.4805 3 5.73478 3 6V8C3 8.55228 2.55228 9 2 9C1.44772 9 1 8.55228 1 8V6C1 5.20435 1.3163 4.44152 1.87891 3.87891C2.44152 3.3163 3.20435 3 4 3H6Z",
58
+ fill: "currentColor"
59
+ }
60
+ ),
61
+ /* @__PURE__ */ jsx(
62
+ "path",
63
+ {
64
+ d: "M20 3C20.7957 3 21.5585 3.3163 22.1211 3.87891C22.6837 4.44151 23 5.20435 23 6V8C23 8.55228 22.5523 9 22 9C21.4477 9 21 8.55228 21 8V6C21 5.73478 20.8946 5.48051 20.707 5.29297C20.5195 5.10543 20.2652 5 20 5H18C17.4477 5 17 4.55228 17 4C17 3.44772 17.4477 3 18 3H20Z",
65
+ fill: "currentColor"
66
+ }
67
+ )
68
+ ] }) })
69
+ }
70
+ );
71
+ var IconVertline3ViewfinderLine = forwardRef(Icon);
72
+ var IconVertline3ViewfinderLine_default = IconVertline3ViewfinderLine;
73
+ export {
74
+ IconVertline3ViewfinderLine_default as default
75
+ };
@@ -0,0 +1,52 @@
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/IconVertlineCouponFill.tsx
21
+ var IconVertlineCouponFill_exports = {};
22
+ __export(IconVertlineCouponFill_exports, {
23
+ default: () => IconVertlineCouponFill_default
24
+ });
25
+ module.exports = __toCommonJS(IconVertlineCouponFill_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
+ d: "M19.708 2.50391C20.9351 2.50391 22.0799 3.27558 22.4541 4.50586C22.9582 6.16315 23.3364 7.93414 23.4951 9.52148C23.5231 9.80242 23.4307 10.0826 23.2412 10.292C23.0517 10.5013 22.7824 10.6211 22.5 10.6211H21.628C20.8968 10.6212 20.2715 11.2318 20.2715 12.0059C20.2718 12.7745 20.8919 13.3905 21.628 13.3906H22.5C22.7854 13.3906 23.0573 13.5124 23.2471 13.7256C23.4365 13.9386 23.5261 14.2226 23.4932 14.5059C23.3195 15.995 22.9549 17.8547 22.4815 19.4912C22.1209 20.7362 20.9681 21.5049 19.7451 21.5049H4.2549C3.03186 21.5048 1.87858 20.7358 1.51858 19.4902C1.04506 17.8509 0.680547 15.9866 0.506857 14.5068C0.473598 14.2234 0.563398 13.9389 0.752951 13.7256C0.942678 13.5123 1.2146 13.3907 1.50002 13.3906H2.37209C3.10001 13.3906 3.72824 12.7714 3.72854 12.0059C3.72854 11.2369 3.10841 10.6211 2.37209 10.6211H1.50002C1.21764 10.6211 0.948347 10.5013 0.75881 10.292C0.569401 10.0826 0.476954 9.8024 0.504904 9.52148C0.66363 7.93452 1.04787 6.16658 1.5469 4.51562C1.9197 3.28251 3.06571 2.50402 4.29885 2.50391H19.708ZM9.00002 8C8.4479 8.00001 8.00027 8.44794 8.00002 9V15C8.00002 15.5523 8.44775 16 9.00002 16C9.55231 16 10 15.5523 10 15V9C9.99977 8.44793 9.55215 8 9.00002 8Z",
46
+ fill: "currentColor"
47
+ }
48
+ ) })
49
+ }
50
+ );
51
+ var IconVertlineCouponFill = (0, import_react.forwardRef)(Icon);
52
+ var IconVertlineCouponFill_default = IconVertlineCouponFill;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * @alias 쿠폰,기프티콘,e쿠폰,coupon,gifticon,e-coupon
4
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFkSURBVHgB3ZXLUcMwEIZ/yXLOORMeooOkEtwBoQM6oASgA9MBJYQKSAdohsdwIxyJkcW/tkMcZsiQWBzgm/Ho6V3p164E/HXUomKt7RcFsqBg0QGl4B7vXb7iQIzPPW4RuhlfeoHrJRg552Za2oVHFs24QFtvBcZS1U3HMSKjFY6WDhSGiExAbVNR/+H8nfr/AipgpL1fr31pcCgftkFjaHxYL88zQ0HKnV2LTQk8bMPV5YnHATXrU7gMHWEezFhcS90nyFV7cLBvT0OJ83bf04Or5nAH4YcOTtqJpldGQ+W9E2VJJdoOGUWWiXbWtDPqtjJh0x0QWeRErow0waVhiI7ZMUY8+s1CQduvhrHqgvp+tuxQSk7eHIWpSVNM1/3MsTtsiSpR6zvYsy9ftY+BnN/ispsiMlz5REpd28cNYqNw9emgZ3AhjwRiQVvM4kldbaieTF+Fl0UHKPos1cjlNcO/4ANvHH7mJmdbGQAAAABJRU5ErkJggg==)
5
+ */
6
+ declare const IconVertlineCouponFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconVertlineCouponFill;
@@ -0,0 +1,31 @@
1
+ // src/IconVertlineCouponFill.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
+ d: "M19.708 2.50391C20.9351 2.50391 22.0799 3.27558 22.4541 4.50586C22.9582 6.16315 23.3364 7.93414 23.4951 9.52148C23.5231 9.80242 23.4307 10.0826 23.2412 10.292C23.0517 10.5013 22.7824 10.6211 22.5 10.6211H21.628C20.8968 10.6212 20.2715 11.2318 20.2715 12.0059C20.2718 12.7745 20.8919 13.3905 21.628 13.3906H22.5C22.7854 13.3906 23.0573 13.5124 23.2471 13.7256C23.4365 13.9386 23.5261 14.2226 23.4932 14.5059C23.3195 15.995 22.9549 17.8547 22.4815 19.4912C22.1209 20.7362 20.9681 21.5049 19.7451 21.5049H4.2549C3.03186 21.5048 1.87858 20.7358 1.51858 19.4902C1.04506 17.8509 0.680547 15.9866 0.506857 14.5068C0.473598 14.2234 0.563398 13.9389 0.752951 13.7256C0.942678 13.5123 1.2146 13.3907 1.50002 13.3906H2.37209C3.10001 13.3906 3.72824 12.7714 3.72854 12.0059C3.72854 11.2369 3.10841 10.6211 2.37209 10.6211H1.50002C1.21764 10.6211 0.948347 10.5013 0.75881 10.292C0.569401 10.0826 0.476954 9.8024 0.504904 9.52148C0.66363 7.93452 1.04787 6.16658 1.5469 4.51562C1.9197 3.28251 3.06571 2.50402 4.29885 2.50391H19.708ZM9.00002 8C8.4479 8.00001 8.00027 8.44794 8.00002 9V15C8.00002 15.5523 8.44775 16 9.00002 16C9.55231 16 10 15.5523 10 15V9C9.99977 8.44793 9.55215 8 9.00002 8Z",
22
+ fill: "currentColor"
23
+ }
24
+ ) })
25
+ }
26
+ );
27
+ var IconVertlineCouponFill = forwardRef(Icon);
28
+ var IconVertlineCouponFill_default = IconVertlineCouponFill;
29
+ export {
30
+ IconVertlineCouponFill_default as default
31
+ };
@@ -0,0 +1,63 @@
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/IconVertlineCouponLine.tsx
21
+ var IconVertlineCouponLine_exports = {};
22
+ __export(IconVertlineCouponLine_exports, {
23
+ default: () => IconVertlineCouponLine_default
24
+ });
25
+ module.exports = __toCommonJS(IconVertlineCouponLine_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.00002 8C9.55215 8 9.99977 8.44793 10 9V15C10 15.5523 9.55231 16 9.00002 16C8.44775 16 8.00002 15.5523 8.00002 15V9C8.00027 8.44794 8.4479 8.00001 9.00002 8Z",
47
+ fill: "currentColor"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ "path",
52
+ {
53
+ fillRule: "evenodd",
54
+ clipRule: "evenodd",
55
+ d: "M19.708 2.50391C20.9351 2.50391 22.0799 3.27557 22.4541 4.50586C22.9582 6.16316 23.3364 7.93414 23.4951 9.52148C23.5231 9.80242 23.4307 10.0826 23.2412 10.292C23.0517 10.5013 22.7824 10.6211 22.5 10.6211H21.628C20.8968 10.6211 20.2715 11.2318 20.2715 12.0059C20.2718 12.7745 20.8918 13.3906 21.628 13.3906H22.5C22.7854 13.3906 23.0573 13.5124 23.2471 13.7256C23.4365 13.9386 23.5261 14.2226 23.4932 14.5059C23.3195 15.995 22.9549 17.8547 22.4815 19.4912C22.1209 20.7362 20.9681 21.5049 19.7451 21.5049H4.2549C3.03184 21.5048 1.87859 20.7359 1.51858 19.4902C1.04506 17.8509 0.680549 15.9866 0.506858 14.5068C0.473597 14.2234 0.563384 13.9389 0.752952 13.7256C0.942689 13.5123 1.21458 13.3907 1.50002 13.3906H2.37209C3.10001 13.3906 3.72824 12.7714 3.72854 12.0059C3.72854 11.2369 3.10841 10.6211 2.37209 10.6211H1.50002C1.21763 10.6211 0.948358 10.5013 0.758811 10.292C0.569388 10.0826 0.476953 9.80241 0.504905 9.52148C0.663631 7.93451 1.04787 6.16658 1.5469 4.51562C1.91971 3.28249 3.06569 2.50401 4.29885 2.50391H19.708ZM4.29885 4.50488C3.89162 4.50498 3.56383 4.75763 3.46194 5.09473C3.10712 6.26861 2.81914 7.48917 2.63772 8.63184C4.38048 8.76933 5.72854 10.2492 5.72854 12.0059C5.72826 13.7609 4.37379 15.2345 2.64846 15.3779C2.83373 16.5194 3.10962 17.7902 3.44045 18.9355C3.53324 19.2556 3.84814 19.5048 4.2549 19.5049H19.7451C20.152 19.5049 20.4667 19.255 20.5596 18.9346C20.8907 17.7898 21.1664 16.5212 21.3516 15.377C19.6143 15.2342 18.2718 13.7586 18.2715 12.0059C18.2715 10.2328 19.6348 8.76853 21.3633 8.63184C21.1831 7.48527 20.8981 6.26182 20.541 5.08789C20.44 4.75556 20.1143 4.50488 19.708 4.50488H4.29885Z",
56
+ fill: "currentColor"
57
+ }
58
+ )
59
+ ] }) })
60
+ }
61
+ );
62
+ var IconVertlineCouponLine = (0, import_react.forwardRef)(Icon);
63
+ var IconVertlineCouponLine_default = IconVertlineCouponLine;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ /**
3
+ * @alias 쿠폰,기프티콘,e쿠폰,coupon,gifticon,e-coupon
4
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHwSURBVHgB1VXbUcJAFD2bBL/x14CuHYQK1AqkA+lArACtQK1ArEDtQCsQK2BnfIx/4qfisp67CUMyfgCzOKNnJtns495zX3sD/Heo6YfWuj4eo+0UNAKgFMzzo+lXCET5p8U9XJjyGQvMWoyWMWaUyHxs0fbKucHxEiFQOBBdH2N0ODvzBFw4KLaPXp7MNQKQptowzBeRwr4QRAVrJsMkxgCBqNXgDXTIdSrGP/v8YvyBAa1vYQXYSPWQRmvl0IqsnSWWZPrH4aYeyoMFwRBlUkl+EiGLrMtdIcSTYdrUpxUJSf6C1bXR0D3G/57h2fWilEsmCfqxxRYX61TU5mKXJA/lWl7I8qbuUPaY1o849XmwMfrVQ5u6Syscn+uSVTJ38wgaTX0l54SovB5VTjnPHoTJhJEoIZHE8qL1inlbXnRz6btAF29EnrI9erIjia7FOE+Y2A43OqWzJ8vGXyAyaUNnJDoUIuYD1P0esVZNYcEd47XHu3BckZSSm5bdPJIn02XRbLPBDQrZweyiUcnLo9nGCkBPpFQzuWi+mzLzb3SpvpZgXTogAuA78xfe5JvRUHkVudwltuxdBMIWOmj5rYxJrh93yG/fKSsgQwAsis6s8rb/az8cdua9V8a7+su0vrw0AsCgj2oR+qG5/Dv4BlKxxdXiVjeKAAAAAElFTkSuQmCC)
5
+ */
6
+ declare const IconVertlineCouponLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default IconVertlineCouponLine;
@@ -0,0 +1,42 @@
1
+ // src/IconVertlineCouponLine.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.00002 8C9.55215 8 9.99977 8.44793 10 9V15C10 15.5523 9.55231 16 9.00002 16C8.44775 16 8.00002 15.5523 8.00002 15V9C8.00027 8.44794 8.4479 8.00001 9.00002 8Z",
23
+ fill: "currentColor"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M19.708 2.50391C20.9351 2.50391 22.0799 3.27557 22.4541 4.50586C22.9582 6.16316 23.3364 7.93414 23.4951 9.52148C23.5231 9.80242 23.4307 10.0826 23.2412 10.292C23.0517 10.5013 22.7824 10.6211 22.5 10.6211H21.628C20.8968 10.6211 20.2715 11.2318 20.2715 12.0059C20.2718 12.7745 20.8918 13.3906 21.628 13.3906H22.5C22.7854 13.3906 23.0573 13.5124 23.2471 13.7256C23.4365 13.9386 23.5261 14.2226 23.4932 14.5059C23.3195 15.995 22.9549 17.8547 22.4815 19.4912C22.1209 20.7362 20.9681 21.5049 19.7451 21.5049H4.2549C3.03184 21.5048 1.87859 20.7359 1.51858 19.4902C1.04506 17.8509 0.680549 15.9866 0.506858 14.5068C0.473597 14.2234 0.563384 13.9389 0.752952 13.7256C0.942689 13.5123 1.21458 13.3907 1.50002 13.3906H2.37209C3.10001 13.3906 3.72824 12.7714 3.72854 12.0059C3.72854 11.2369 3.10841 10.6211 2.37209 10.6211H1.50002C1.21763 10.6211 0.948358 10.5013 0.758811 10.292C0.569388 10.0826 0.476953 9.80241 0.504905 9.52148C0.663631 7.93451 1.04787 6.16658 1.5469 4.51562C1.91971 3.28249 3.06569 2.50401 4.29885 2.50391H19.708ZM4.29885 4.50488C3.89162 4.50498 3.56383 4.75763 3.46194 5.09473C3.10712 6.26861 2.81914 7.48917 2.63772 8.63184C4.38048 8.76933 5.72854 10.2492 5.72854 12.0059C5.72826 13.7609 4.37379 15.2345 2.64846 15.3779C2.83373 16.5194 3.10962 17.7902 3.44045 18.9355C3.53324 19.2556 3.84814 19.5048 4.2549 19.5049H19.7451C20.152 19.5049 20.4667 19.255 20.5596 18.9346C20.8907 17.7898 21.1664 16.5212 21.3516 15.377C19.6143 15.2342 18.2718 13.7586 18.2715 12.0059C18.2715 10.2328 19.6348 8.76853 21.3633 8.63184C21.1831 7.48527 20.8981 6.26182 20.541 5.08789C20.44 4.75556 20.1143 4.50488 19.708 4.50488H4.29885Z",
32
+ fill: "currentColor"
33
+ }
34
+ )
35
+ ] }) })
36
+ }
37
+ );
38
+ var IconVertlineCouponLine = forwardRef(Icon);
39
+ var IconVertlineCouponLine_default = IconVertlineCouponLine;
40
+ export {
41
+ IconVertlineCouponLine_default as default
42
+ };
@@ -44,7 +44,7 @@ var Icon = ({
44
44
  {
45
45
  fillRule: "evenodd",
46
46
  clipRule: "evenodd",
47
- d: "M20.9997 1.7998C21.6624 1.79985 22.1999 2.33729 22.1999 3C22.1999 3.66271 21.6624 4.20015 20.9997 4.2002H15.9997V7H17.4802L17.7273 7.0127C18.2999 7.06467 18.8483 7.28008 19.3044 7.63574C19.8198 8.03782 20.1889 8.59724 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.9716 20.1706 21.9951L19.9968 22H3.94896C3.49566 21.9917 3.04973 21.8806 2.64525 21.6758C2.24084 21.4709 1.88771 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.01278 4.66576 7.61816C5.18157 7.2236 5.8123 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.9997ZM15.2068 11.293C14.8162 10.9026 14.1832 10.9025 13.7927 11.293L11.9997 13.0859L10.2068 11.293C9.81624 10.9026 9.18319 10.9025 8.79271 11.293C8.40228 11.6834 8.40235 12.3165 8.79271 12.707L10.5857 14.5L8.79271 16.293C8.40228 16.6834 8.40235 17.3165 8.79271 17.707C9.18323 18.0974 9.81628 18.0975 10.2068 17.707L11.9997 15.9141L13.7927 17.707C14.1832 18.0974 14.8163 18.0975 15.2068 17.707C15.5972 17.3165 15.5972 16.6835 15.2068 16.293L13.4138 14.5L15.2068 12.707C15.5972 12.3165 15.5972 11.6835 15.2068 11.293Z",
47
+ d: "M20.9998 1.7998C21.6625 1.79985 22.2 2.33729 22.2 3C22.2 3.66271 21.6625 4.20015 20.9998 4.2002H15.9998V7H17.4802L17.7273 7.0127C18.2999 7.06467 18.8483 7.28008 19.3045 7.63574C19.8198 8.03782 20.1889 8.59724 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.9716 20.1707 21.9951L19.9968 22H3.94899C3.49569 21.9917 3.04976 21.8806 2.64528 21.6758C2.24087 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.01278 4.66579 7.61816C5.1816 7.2236 5.81233 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.9998ZM15.2068 11.293C14.8163 10.9026 14.1832 10.9025 13.7927 11.293L11.9998 13.0859L10.2068 11.293C9.81627 10.9026 9.18322 10.9025 8.79274 11.293C8.40231 11.6834 8.40238 12.3165 8.79274 12.707L10.5857 14.5L8.79274 16.293C8.40231 16.6834 8.40238 17.3165 8.79274 17.707C9.18326 18.0974 9.81631 18.0975 10.2068 17.707L11.9998 15.9141L13.7927 17.707C14.1833 18.0974 14.8163 18.0975 15.2068 17.707C15.5973 17.3165 15.5972 16.6835 15.2068 16.293L13.4138 14.5L15.2068 12.707C15.5973 12.3165 15.5972 11.6835 15.2068 11.293Z",
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.6624 1.79985 22.1999 2.33729 22.1999 3C22.1999 3.66271 21.6624 4.20015 20.9997 4.2002H15.9997V7H17.4802L17.7273 7.0127C18.2999 7.06467 18.8483 7.28008 19.3044 7.63574C19.8198 8.03782 20.1889 8.59724 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.9716 20.1706 21.9951L19.9968 22H3.94896C3.49566 21.9917 3.04973 21.8806 2.64525 21.6758C2.24084 21.4709 1.88771 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.01278 4.66576 7.61816C5.18157 7.2236 5.8123 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.9997ZM15.2068 11.293C14.8162 10.9026 14.1832 10.9025 13.7927 11.293L11.9997 13.0859L10.2068 11.293C9.81624 10.9026 9.18319 10.9025 8.79271 11.293C8.40228 11.6834 8.40235 12.3165 8.79271 12.707L10.5857 14.5L8.79271 16.293C8.40228 16.6834 8.40235 17.3165 8.79271 17.707C9.18323 18.0974 9.81628 18.0975 10.2068 17.707L11.9997 15.9141L13.7927 17.707C14.1832 18.0974 14.8163 18.0975 15.2068 17.707C15.5972 17.3165 15.5972 16.6835 15.2068 16.293L13.4138 14.5L15.2068 12.707C15.5972 12.3165 15.5972 11.6835 15.2068 11.293Z",
23
+ d: "M20.9998 1.7998C21.6625 1.79985 22.2 2.33729 22.2 3C22.2 3.66271 21.6625 4.20015 20.9998 4.2002H15.9998V7H17.4802L17.7273 7.0127C18.2999 7.06467 18.8483 7.28008 19.3045 7.63574C19.8198 8.03782 20.1889 8.59724 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.9716 20.1707 21.9951L19.9968 22H3.94899C3.49569 21.9917 3.04976 21.8806 2.64528 21.6758C2.24087 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.01278 4.66579 7.61816C5.1816 7.2236 5.81233 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.9998ZM15.2068 11.293C14.8163 10.9026 14.1832 10.9025 13.7927 11.293L11.9998 13.0859L10.2068 11.293C9.81627 10.9026 9.18322 10.9025 8.79274 11.293C8.40231 11.6834 8.40238 12.3165 8.79274 12.707L10.5857 14.5L8.79274 16.293C8.40231 16.6834 8.40238 17.3165 8.79274 17.707C9.18326 18.0974 9.81631 18.0975 10.2068 17.707L11.9998 15.9141L13.7927 17.707C14.1833 18.0974 14.8163 18.0975 15.2068 17.707C15.5973 17.3165 15.5972 16.6835 15.2068 16.293L13.4138 14.5L15.2068 12.707C15.5973 12.3165 15.5972 11.6835 15.2068 11.293Z",
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: "M13.7927 11.293C14.1832 10.9025 14.8162 10.9026 15.2068 11.293C15.5972 11.6835 15.5972 12.3165 15.2068 12.707L13.4138 14.5L15.2068 16.293C15.5972 16.6835 15.5972 17.3165 15.2068 17.707C14.8163 18.0975 14.1832 18.0974 13.7927 17.707L11.9997 15.9141L10.2068 17.707C9.81628 18.0975 9.18323 18.0974 8.79271 17.707C8.40235 17.3165 8.40228 16.6834 8.79271 16.293L10.5857 14.5L8.79271 12.707C8.40235 12.3165 8.40228 11.6834 8.79271 11.293C9.18319 10.9025 9.81624 10.9026 10.2068 11.293L11.9997 13.0859L13.7927 11.293Z",
46
+ d: "M13.7927 11.293C14.1832 10.9025 14.8163 10.9026 15.2068 11.293C15.5972 11.6835 15.5973 12.3165 15.2068 12.707L13.4138 14.5L15.2068 16.293C15.5972 16.6835 15.5973 17.3165 15.2068 17.707C14.8163 18.0975 14.1833 18.0974 13.7927 17.707L11.9998 15.9141L10.2068 17.707C9.81631 18.0975 9.18326 18.0974 8.79274 17.707C8.40238 17.3165 8.40231 16.6834 8.79274 16.293L10.5857 14.5L8.79274 12.707C8.40238 12.3165 8.40231 11.6834 8.79274 11.293C9.18322 10.9025 9.81627 10.9026 10.2068 11.293L11.9998 13.0859L13.7927 11.293Z",
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.00004 21.9997 2.44774 21.9997 3C21.9997 3.55226 21.552 3.99996 20.9997 4H15.9997V7H17.4802L17.7273 7.0127C18.2999 7.06467 18.8483 7.28008 19.3044 7.63574C19.8198 8.03782 20.1889 8.59724 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.9716 20.1706 21.9951L19.9968 22H3.94896C3.49566 21.9917 3.04973 21.8806 2.64525 21.6758C2.24084 21.4709 1.88771 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.01278 4.66576 7.61816C5.18157 7.2236 5.8123 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.01063 9.10835 5.88158 9.20703C5.70932 9.33886 5.58452 9.52254 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.29538 19.7247 3.41336 19.8231 3.54857 19.8916C3.68382 19.9601 3.83329 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.75703 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.00004 21.9998 2.44774 21.9998 3C21.9998 3.55226 21.552 3.99996 20.9998 4H15.9998V7H17.4802L17.7273 7.0127C18.2999 7.06467 18.8483 7.28008 19.3045 7.63574C19.8198 8.03782 20.1889 8.59724 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.9716 20.1707 21.9951L19.9968 22H3.94899C3.49569 21.9917 3.04976 21.8806 2.64528 21.6758C2.24087 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.01278 4.66579 7.61816C5.1816 7.2236 5.81233 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.01066 9.10835 5.88161 9.20703C5.70935 9.33886 5.58455 9.52254 5.52614 9.73047L3.03102 18.75C2.99323 18.896 2.98952 19.0494 3.0193 19.1973C3.04909 19.345 3.11238 19.4843 3.20387 19.6045C3.29542 19.7247 3.41339 19.8231 3.5486 19.8916C3.68385 19.9601 3.83332 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.8899 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.75703 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: "M13.7927 11.293C14.1832 10.9025 14.8162 10.9026 15.2068 11.293C15.5972 11.6835 15.5972 12.3165 15.2068 12.707L13.4138 14.5L15.2068 16.293C15.5972 16.6835 15.5972 17.3165 15.2068 17.707C14.8163 18.0975 14.1832 18.0974 13.7927 17.707L11.9997 15.9141L10.2068 17.707C9.81628 18.0975 9.18323 18.0974 8.79271 17.707C8.40235 17.3165 8.40228 16.6834 8.79271 16.293L10.5857 14.5L8.79271 12.707C8.40235 12.3165 8.40228 11.6834 8.79271 11.293C9.18319 10.9025 9.81624 10.9026 10.2068 11.293L11.9997 13.0859L13.7927 11.293Z",
22
+ d: "M13.7927 11.293C14.1832 10.9025 14.8163 10.9026 15.2068 11.293C15.5972 11.6835 15.5973 12.3165 15.2068 12.707L13.4138 14.5L15.2068 16.293C15.5972 16.6835 15.5973 17.3165 15.2068 17.707C14.8163 18.0975 14.1833 18.0974 13.7927 17.707L11.9998 15.9141L10.2068 17.707C9.81631 18.0975 9.18326 18.0974 8.79274 17.707C8.40238 17.3165 8.40231 16.6834 8.79274 16.293L10.5857 14.5L8.79274 12.707C8.40238 12.3165 8.40231 11.6834 8.79274 11.293C9.18322 10.9025 9.81627 10.9026 10.2068 11.293L11.9998 13.0859L13.7927 11.293Z",
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.00004 21.9997 2.44774 21.9997 3C21.9997 3.55226 21.552 3.99996 20.9997 4H15.9997V7H17.4802L17.7273 7.0127C18.2999 7.06467 18.8483 7.28008 19.3044 7.63574C19.8198 8.03782 20.1889 8.59724 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.9716 20.1706 21.9951L19.9968 22H3.94896C3.49566 21.9917 3.04973 21.8806 2.64525 21.6758C2.24084 21.4709 1.88771 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.01278 4.66576 7.61816C5.18157 7.2236 5.8123 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.01063 9.10835 5.88158 9.20703C5.70932 9.33886 5.58452 9.52254 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.29538 19.7247 3.41336 19.8231 3.54857 19.8916C3.68382 19.9601 3.83329 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.75703 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.00004 21.9998 2.44774 21.9998 3C21.9998 3.55226 21.552 3.99996 20.9998 4H15.9998V7H17.4802L17.7273 7.0127C18.2999 7.06467 18.8483 7.28008 19.3045 7.63574C19.8198 8.03782 20.1889 8.59724 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.9716 20.1707 21.9951L19.9968 22H3.94899C3.49569 21.9917 3.04976 21.8806 2.64528 21.6758C2.24087 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.01278 4.66579 7.61816C5.1816 7.2236 5.81233 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.01066 9.10835 5.88161 9.20703C5.70935 9.33886 5.58455 9.52254 5.52614 9.73047L3.03102 18.75C2.99323 18.896 2.98952 19.0494 3.0193 19.1973C3.04909 19.345 3.11238 19.4843 3.20387 19.6045C3.29542 19.7247 3.41339 19.8231 3.5486 19.8916C3.68385 19.9601 3.83332 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.8899 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.75703 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
  )