@karrotmarket/react-multicolor-icon 0.0.16

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 (93) hide show
  1. package/LICENSE +2 -0
  2. package/README.md +25 -0
  3. package/lib/IconAnimalFace.cjs +79 -0
  4. package/lib/IconAnimalFace.d.ts +11 -0
  5. package/lib/IconAnimalFace.js +59 -0
  6. package/lib/IconApple.cjs +85 -0
  7. package/lib/IconApple.d.ts +11 -0
  8. package/lib/IconApple.js +65 -0
  9. package/lib/IconBuilding2.cjs +93 -0
  10. package/lib/IconBuilding2.d.ts +11 -0
  11. package/lib/IconBuilding2.js +73 -0
  12. package/lib/IconCarFrontside.cjs +100 -0
  13. package/lib/IconCarFrontside.d.ts +11 -0
  14. package/lib/IconCarFrontside.js +80 -0
  15. package/lib/IconCard.cjs +60 -0
  16. package/lib/IconCard.d.ts +11 -0
  17. package/lib/IconCard.js +40 -0
  18. package/lib/IconCheckmarkCalendar.cjs +66 -0
  19. package/lib/IconCheckmarkCalendar.d.ts +11 -0
  20. package/lib/IconCheckmarkCalendar.js +46 -0
  21. package/lib/IconCupHeatwave.cjs +59 -0
  22. package/lib/IconCupHeatwave.d.ts +11 -0
  23. package/lib/IconCupHeatwave.js +39 -0
  24. package/lib/IconDumbbell.cjs +68 -0
  25. package/lib/IconDumbbell.d.ts +11 -0
  26. package/lib/IconDumbbell.js +48 -0
  27. package/lib/IconForkSpoon.cjs +77 -0
  28. package/lib/IconForkSpoon.d.ts +11 -0
  29. package/lib/IconForkSpoon.js +57 -0
  30. package/lib/IconForkSpoonBag.cjs +77 -0
  31. package/lib/IconForkSpoonBag.d.ts +11 -0
  32. package/lib/IconForkSpoonBag.js +57 -0
  33. package/lib/IconFraction_1NUppercase.cjs +70 -0
  34. package/lib/IconFraction_1NUppercase.d.ts +11 -0
  35. package/lib/IconFraction_1NUppercase.js +50 -0
  36. package/lib/IconHospital.cjs +66 -0
  37. package/lib/IconHospital.d.ts +11 -0
  38. package/lib/IconHospital.js +46 -0
  39. package/lib/IconLinechartUpXaxis.cjs +59 -0
  40. package/lib/IconLinechartUpXaxis.d.ts +11 -0
  41. package/lib/IconLinechartUpXaxis.js +39 -0
  42. package/lib/IconMegaphoneTilted.cjs +61 -0
  43. package/lib/IconMegaphoneTilted.d.ts +11 -0
  44. package/lib/IconMegaphoneTilted.js +41 -0
  45. package/lib/IconNailpolish.cjs +69 -0
  46. package/lib/IconNailpolish.d.ts +11 -0
  47. package/lib/IconNailpolish.js +49 -0
  48. package/lib/IconPaintroller.cjs +68 -0
  49. package/lib/IconPaintroller.d.ts +11 -0
  50. package/lib/IconPaintroller.js +48 -0
  51. package/lib/IconPalette.cjs +50 -0
  52. package/lib/IconPalette.d.ts +11 -0
  53. package/lib/IconPalette.js +30 -0
  54. package/lib/IconPencil.cjs +59 -0
  55. package/lib/IconPencil.d.ts +11 -0
  56. package/lib/IconPencil.js +39 -0
  57. package/lib/IconPerson2Openarms.cjs +77 -0
  58. package/lib/IconPerson2Openarms.d.ts +11 -0
  59. package/lib/IconPerson2Openarms.js +57 -0
  60. package/lib/IconPersonMagnifyingglass.cjs +70 -0
  61. package/lib/IconPersonMagnifyingglass.d.ts +11 -0
  62. package/lib/IconPersonMagnifyingglass.js +50 -0
  63. package/lib/IconScissors.cjs +79 -0
  64. package/lib/IconScissors.d.ts +11 -0
  65. package/lib/IconScissors.js +59 -0
  66. package/lib/IconShoppingbag2Stacked.cjs +83 -0
  67. package/lib/IconShoppingbag2Stacked.d.ts +11 -0
  68. package/lib/IconShoppingbag2Stacked.js +63 -0
  69. package/lib/IconShoppingbagItems.cjs +75 -0
  70. package/lib/IconShoppingbagItems.d.ts +11 -0
  71. package/lib/IconShoppingbagItems.js +55 -0
  72. package/lib/IconSpraybottleSponge.cjs +66 -0
  73. package/lib/IconSpraybottleSponge.d.ts +11 -0
  74. package/lib/IconSpraybottleSponge.js +46 -0
  75. package/lib/IconTriangleRightChatbubbleLeft.cjs +61 -0
  76. package/lib/IconTriangleRightChatbubbleLeft.d.ts +11 -0
  77. package/lib/IconTriangleRightChatbubbleLeft.js +41 -0
  78. package/lib/IconTruck.cjs +82 -0
  79. package/lib/IconTruck.d.ts +11 -0
  80. package/lib/IconTruck.js +62 -0
  81. package/lib/IconWindow2Store.cjs +82 -0
  82. package/lib/IconWindow2Store.d.ts +11 -0
  83. package/lib/IconWindow2Store.js +62 -0
  84. package/lib/IconWindow4House.cjs +91 -0
  85. package/lib/IconWindow4House.d.ts +11 -0
  86. package/lib/IconWindow4House.js +71 -0
  87. package/lib/IconWrench.cjs +68 -0
  88. package/lib/IconWrench.d.ts +11 -0
  89. package/lib/IconWrench.js +48 -0
  90. package/lib/index.cjs +1514 -0
  91. package/lib/index.d.ts +29 -0
  92. package/lib/index.js +1492 -0
  93. package/package.json +61 -0
@@ -0,0 +1,80 @@
1
+ // src/IconCarFrontside.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "data-seed-icon": "true",
11
+ "data-seed-icon-asset-version": "0.0.12",
12
+ "data-seed-icon-react-version": "0.0.16",
13
+ width: size,
14
+ height: size,
15
+ ref,
16
+ ...props,
17
+ children: /* @__PURE__ */ jsxs("g", { children: [
18
+ /* @__PURE__ */ jsxs("g", { children: [
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M1.59759 8.09C0.968323 7.87337 0.282588 8.20788 0.065956 8.83714C-0.150676 9.46641 0.183829 10.1521 0.813094 10.3688C1.45735 10.5906 2.09511 10.7785 2.70445 10.9511C3.34476 11.1325 4.0109 10.7605 4.19232 10.1202C4.37374 9.47991 4.00174 8.81377 3.36143 8.63235C2.76576 8.46358 2.17843 8.28997 1.59759 8.09Z",
23
+ fill: "#126BE0"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M23.9397 8.85396C24.147 9.48635 23.8025 10.1671 23.1701 10.3744C22.551 10.5774 21.9309 10.7739 21.3056 10.9511C20.6653 11.1325 19.9991 10.7605 19.8177 10.1202C19.6363 9.47991 20.0083 8.81377 20.6486 8.63235C21.2283 8.4681 21.8132 8.28305 22.4192 8.08435C23.0516 7.87701 23.7324 8.22158 23.9397 8.85396Z",
30
+ fill: "#126BE0"
31
+ }
32
+ ),
33
+ /* @__PURE__ */ jsx(
34
+ "path",
35
+ {
36
+ d: "M2.68287 16.8355C2.66853 16.2811 2.20747 15.8433 1.65307 15.8576C1.09866 15.8719 0.66085 16.333 0.675188 16.8874C0.707223 18.1261 0.878102 19.3401 1.18134 20.4664C1.28136 20.8379 1.58486 21.1196 1.96277 21.1917L6.12006 21.985C6.41405 22.0411 6.71774 21.9632 6.94835 21.7724C7.17896 21.5816 7.31246 21.2979 7.31246 20.9986V17.8757C7.31246 17.3211 6.86288 16.8715 6.30829 16.8715C5.82748 16.8715 5.42559 17.2094 5.32717 17.6607L2.6914 17.0832C2.68786 17.0009 2.68501 16.9183 2.68287 16.8355Z",
37
+ fill: "#126BE0"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ jsx(
41
+ "path",
42
+ {
43
+ d: "M21.3216 17.0832C21.3251 17.0009 21.3279 16.9183 21.3301 16.8355C21.3444 16.2811 21.8055 15.8433 22.3599 15.8576C22.9143 15.8719 23.3521 16.333 23.3378 16.8874C23.3057 18.1261 23.1349 19.3401 22.8316 20.4664C22.7316 20.8379 22.4281 21.1196 22.0502 21.1917L17.8929 21.985C17.5989 22.0411 17.2952 21.9632 17.0646 21.7724C16.834 21.5816 16.7005 21.2979 16.7005 20.9986V17.8757C16.7005 17.3211 17.1501 16.8715 17.7047 16.8715C18.1855 16.8715 18.5874 17.2094 18.6858 17.6607L21.3216 17.0832Z",
44
+ fill: "#126BE0"
45
+ }
46
+ )
47
+ ] }),
48
+ /* @__PURE__ */ jsx(
49
+ "path",
50
+ {
51
+ fillRule: "evenodd",
52
+ clipRule: "evenodd",
53
+ d: "M2.01535 9.60315C2.02977 9.56388 2.04637 9.52498 2.06519 9.48659L4.54039 4.43914L4.5413 4.43728C5.09673 3.29738 6.25013 2.5957 7.49862 2.5957H16.3862C17.6441 2.5957 18.7774 3.3049 19.3386 4.4274L19.3415 4.43321L21.5921 8.99582L21.9141 9.78794C22.575 11.7837 23.4131 14.2718 23.3392 16.8895C23.3271 17.3177 23.0448 17.691 22.6361 17.8193L22.3354 16.8612C22.6361 17.8193 22.6361 17.8193 22.6361 17.8193L22.6301 17.8212L22.6173 17.8251L22.5719 17.839C22.5328 17.8508 22.4763 17.8675 22.4034 17.8886C22.2576 17.9306 22.0458 17.9898 21.775 18.0604C21.2336 18.2015 20.4555 18.3884 19.4972 18.5749C17.5836 18.9474 14.9362 19.3214 12.0125 19.3214C9.08885 19.3214 6.43659 18.9474 4.51827 18.575C3.55757 18.3885 2.77704 18.2017 2.23389 18.0606C1.96222 17.9901 1.74967 17.9309 1.60336 17.8889C1.53019 17.8678 1.47357 17.8511 1.43438 17.8393L1.38877 17.8255L1.37597 17.8215L1.37081 17.8199L1.37107 17.8171C1.37027 17.8198 1.37081 17.8199 1.37081 17.8199C0.902751 17.6737 0.617034 17.2161 0.67171 16.7462C0.612678 14.275 1.07643 11.6809 2.01535 9.60315ZM6.70757 5.49345C6.85183 5.1969 7.15483 5.00573 7.49862 5.00573H16.3862C16.7204 5.00573 17.024 5.18924 17.1818 5.50287L17.183 5.50519L19.0335 9.25661C16.6734 9.80368 14.3354 10.0849 12.0025 10.093C9.64258 10.0848 7.27075 9.79514 4.87442 9.23164L6.70591 5.49686L6.70757 5.49345Z",
54
+ fill: "#318EFF"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ jsxs("g", { children: [
58
+ /* @__PURE__ */ jsx(
59
+ "path",
60
+ {
61
+ d: "M18.9881 15.0397C19.5346 14.9455 19.9013 14.426 19.807 13.8795C19.7128 13.333 19.1934 12.9663 18.6468 13.0605L17.1908 13.3116C16.6443 13.4058 16.2776 13.9253 16.3718 14.4718C16.4661 15.0183 16.9855 15.385 17.532 15.2907L18.9881 15.0397Z",
62
+ fill: "white"
63
+ }
64
+ ),
65
+ /* @__PURE__ */ jsx(
66
+ "path",
67
+ {
68
+ d: "M5.34073 13.0605C4.7942 12.9663 4.27476 13.333 4.18054 13.8795C4.08631 14.426 4.45297 14.9455 4.9995 15.0397L6.45555 15.2907C7.00208 15.385 7.52152 15.0183 7.61575 14.4718C7.70998 13.9253 7.34331 13.4058 6.79679 13.3116L5.34073 13.0605Z",
69
+ fill: "white"
70
+ }
71
+ )
72
+ ] })
73
+ ] })
74
+ }
75
+ );
76
+ var IconCarFrontside = forwardRef(Icon);
77
+ var IconCarFrontside_default = IconCarFrontside;
78
+ export {
79
+ IconCarFrontside_default as default
80
+ };
@@ -0,0 +1,60 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/IconCard.tsx
20
+ var IconCard_exports = {};
21
+ __export(IconCard_exports, {
22
+ default: () => IconCard_default
23
+ });
24
+ module.exports = __toCommonJS(IconCard_exports);
25
+ var import_react = require("react");
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
28
+ "svg",
29
+ {
30
+ viewBox: "0 0 24 24",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ "data-seed-icon": "true",
34
+ "data-seed-icon-asset-version": "0.0.12",
35
+ "data-seed-icon-react-version": "0.0.16",
36
+ width: size,
37
+ height: size,
38
+ ref,
39
+ ...props,
40
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
42
+ "path",
43
+ {
44
+ d: "M20.2 3H3.8C2.2536 3 1 4.2536 1 5.8V18.2C1 19.7464 2.2536 21 3.8 21H20.2C21.7464 21 23 19.7464 23 18.2V5.8C23 4.2536 21.7464 3 20.2 3Z",
45
+ fill: "#FF6F0F"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M23 7.5H1V10.5H23V7.5Z", fill: "#FFAA00" }),
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
50
+ "path",
51
+ {
52
+ d: "M12 14.2H6C5.44772 14.2 5 14.6477 5 15.2C5 15.7522 5.44772 16.2 6 16.2H12C12.5523 16.2 13 15.7522 13 15.2C13 14.6477 12.5523 14.2 12 14.2Z",
53
+ fill: "white"
54
+ }
55
+ )
56
+ ] })
57
+ }
58
+ );
59
+ var IconCard = (0, import_react.forwardRef)(Icon);
60
+ var IconCard_default = IconCard;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'stopColor' | 'floodColor' | 'lightingColor' | 'style' | 'className'> & {
4
+ size?: number | string;
5
+ };
6
+ /**
7
+ * @alias 당근페이,카드,결제,체크카드,card,pay,money
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADSSURBVHgB7dU/CsIwFAbwL0XQsbjbyQN0cnJwdHBxdeoRdNNT6OAB9AS9gkcQvEHFVTLGKeZfFSSikjyn/uCVEEi+5mUI0PiA6Y+cpymkLNUwV5UimNyBJQu24TxxM2tVoziba6xwPwwbIGWB+PJnAA3TjZYZ9m6gYgMyASqULTLsCaoOaAgXcG6DhqBv0Z/u4NV4CfSH/hWXE1CuEBYwmAHdzL9CzwcHbCfvA/QJfuAPuFa2IqgvmYNIHXBEdOpNeAQwNlW1Rxxc7XXQDw4a37gDthcoqlecLHIAAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconCard: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconCard;
@@ -0,0 +1,40 @@
1
+ // src/IconCard.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "data-seed-icon": "true",
11
+ "data-seed-icon-asset-version": "0.0.12",
12
+ "data-seed-icon-react-version": "0.0.16",
13
+ width: size,
14
+ height: size,
15
+ ref,
16
+ ...props,
17
+ children: /* @__PURE__ */ jsxs("g", { children: [
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M20.2 3H3.8C2.2536 3 1 4.2536 1 5.8V18.2C1 19.7464 2.2536 21 3.8 21H20.2C21.7464 21 23 19.7464 23 18.2V5.8C23 4.2536 21.7464 3 20.2 3Z",
22
+ fill: "#FF6F0F"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx("path", { d: "M23 7.5H1V10.5H23V7.5Z", fill: "#FFAA00" }),
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M12 14.2H6C5.44772 14.2 5 14.6477 5 15.2C5 15.7522 5.44772 16.2 6 16.2H12C12.5523 16.2 13 15.7522 13 15.2C13 14.6477 12.5523 14.2 12 14.2Z",
30
+ fill: "white"
31
+ }
32
+ )
33
+ ] })
34
+ }
35
+ );
36
+ var IconCard = forwardRef(Icon);
37
+ var IconCard_default = IconCard;
38
+ export {
39
+ IconCard_default as default
40
+ };
@@ -0,0 +1,66 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/IconCheckmarkCalendar.tsx
20
+ var IconCheckmarkCalendar_exports = {};
21
+ __export(IconCheckmarkCalendar_exports, {
22
+ default: () => IconCheckmarkCalendar_default
23
+ });
24
+ module.exports = __toCommonJS(IconCheckmarkCalendar_exports);
25
+ var import_react = require("react");
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
28
+ "svg",
29
+ {
30
+ viewBox: "0 0 24 24",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ "data-seed-icon": "true",
34
+ "data-seed-icon-asset-version": "0.0.12",
35
+ "data-seed-icon-react-version": "0.0.16",
36
+ width: size,
37
+ height: size,
38
+ ref,
39
+ ...props,
40
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
42
+ "path",
43
+ {
44
+ d: "M19.7 3.29993H4.3C2.7536 3.29993 1.5 4.55353 1.5 6.09993V19.9999C1.5 21.5463 2.7536 22.7999 4.3 22.7999H19.7C21.2464 22.7999 22.5 21.5463 22.5 19.9999V6.09993C22.5 4.55353 21.2464 3.29993 19.7 3.29993Z",
45
+ fill: "#A3C2FF"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M8.69999 3.29993V2.29998C8.69999 1.63998 8.15999 1.09998 7.49999 1.09998C6.83999 1.09998 6.29999 1.63998 6.29999 2.29998V3.29993H4.3C2.75 3.29993 1.5 4.54993 1.5 6.09993V8.89993H22.5V6.09993C22.5 4.54993 21.25 3.29993 19.7 3.29993H17.7V2.29998C17.7 1.63998 17.16 1.09998 16.5 1.09998C15.84 1.09998 15.3 1.63998 15.3 2.29998V3.29993H8.69999Z",
52
+ fill: "#527BFF"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M16.7099 13.51C17.0999 13.12 17.0999 12.49 16.7099 12.1C16.3199 11.71 15.6899 11.71 15.2999 12.1L10.9499 16.45L8.64994 14.54C8.22994 14.19 7.58994 14.24 7.23994 14.67C6.88994 15.09 6.93994 15.73 7.36994 16.08L10.3699 18.57C10.7699 18.9 11.3499 18.87 11.7199 18.51L16.7199 13.51H16.7099Z",
59
+ fill: "white"
60
+ }
61
+ )
62
+ ] }) })
63
+ }
64
+ );
65
+ var IconCheckmarkCalendar = (0, import_react.forwardRef)(Icon);
66
+ var IconCheckmarkCalendar_default = IconCheckmarkCalendar;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'stopColor' | 'floodColor' | 'lightingColor' | 'style' | 'className'> & {
4
+ size?: number | string;
5
+ };
6
+ /**
7
+ * @alias calendar,schedule,동네행사,달력,일정
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF0SURBVHgBvZU/S8NAGMafi2krUrCbg6DBSQRDC87+gYLgVPAL6Cfo7BYnx9pPoIODk3RyUeimi2DRSYeSwcVBzKAgbeP1vUtbMjQJSS59hrvLe+89v7s3RwJkLBY0cXjCa5yhAY7mzRk7T5qjBQFopk54gwx20+RMTlCzuKH1UadAWTzTojLtrERDh2KdaYun5XDq8zk0ry1mTwAj8zYNDaiR/Z9DpWUxR5ZI68kjGlAnseEj6Q2vNaBaTJYu5CUrki6ahULIfU0o7gfsbyMTwhVmUKJUgDydv1hANoDiPHBQAaom1AOEeXXT6z++kBywvgyYq8Hm3U/gqYtQ6WGT5opX56VF4PEN8qb5zR/eEalQwN0LsLPhAca1jmMuFFqi71/g/hX4+fOM45oL6VEJwvz2GdhaA3qD6JrHBggJ4zi79kuWiH4cDhSLjTwlwHVxSZ0yCOew+y5aEjQOXrS5oc+hQYESUoi+cc7AxenxHutgFhoCd65tMGn/QBkAAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconCheckmarkCalendar: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconCheckmarkCalendar;
@@ -0,0 +1,46 @@
1
+ // src/IconCheckmarkCalendar.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "data-seed-icon": "true",
11
+ "data-seed-icon-asset-version": "0.0.12",
12
+ "data-seed-icon-react-version": "0.0.16",
13
+ width: size,
14
+ height: size,
15
+ ref,
16
+ ...props,
17
+ children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M19.7 3.29993H4.3C2.7536 3.29993 1.5 4.55353 1.5 6.09993V19.9999C1.5 21.5463 2.7536 22.7999 4.3 22.7999H19.7C21.2464 22.7999 22.5 21.5463 22.5 19.9999V6.09993C22.5 4.55353 21.2464 3.29993 19.7 3.29993Z",
22
+ fill: "#A3C2FF"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M8.69999 3.29993V2.29998C8.69999 1.63998 8.15999 1.09998 7.49999 1.09998C6.83999 1.09998 6.29999 1.63998 6.29999 2.29998V3.29993H4.3C2.75 3.29993 1.5 4.54993 1.5 6.09993V8.89993H22.5V6.09993C22.5 4.54993 21.25 3.29993 19.7 3.29993H17.7V2.29998C17.7 1.63998 17.16 1.09998 16.5 1.09998C15.84 1.09998 15.3 1.63998 15.3 2.29998V3.29993H8.69999Z",
29
+ fill: "#527BFF"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ jsx(
33
+ "path",
34
+ {
35
+ d: "M16.7099 13.51C17.0999 13.12 17.0999 12.49 16.7099 12.1C16.3199 11.71 15.6899 11.71 15.2999 12.1L10.9499 16.45L8.64994 14.54C8.22994 14.19 7.58994 14.24 7.23994 14.67C6.88994 15.09 6.93994 15.73 7.36994 16.08L10.3699 18.57C10.7699 18.9 11.3499 18.87 11.7199 18.51L16.7199 13.51H16.7099Z",
36
+ fill: "white"
37
+ }
38
+ )
39
+ ] }) })
40
+ }
41
+ );
42
+ var IconCheckmarkCalendar = forwardRef(Icon);
43
+ var IconCheckmarkCalendar_default = IconCheckmarkCalendar;
44
+ export {
45
+ IconCheckmarkCalendar_default as default
46
+ };
@@ -0,0 +1,59 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/IconCupHeatwave.tsx
20
+ var IconCupHeatwave_exports = {};
21
+ __export(IconCupHeatwave_exports, {
22
+ default: () => IconCupHeatwave_default
23
+ });
24
+ module.exports = __toCommonJS(IconCupHeatwave_exports);
25
+ var import_react = require("react");
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
28
+ "svg",
29
+ {
30
+ viewBox: "0 0 24 24",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ "data-seed-icon": "true",
34
+ "data-seed-icon-asset-version": "0.0.12",
35
+ "data-seed-icon-react-version": "0.0.16",
36
+ width: size,
37
+ height: size,
38
+ ref,
39
+ ...props,
40
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
42
+ "path",
43
+ {
44
+ d: "M17.76 10.2604H16.75V8.96047C16.75 8.46048 16.35 8.06047 15.85 8.06047H2.84995C2.34995 8.06047 1.94995 8.46048 1.94995 8.96047V19.5404C1.94995 20.6203 2.59995 21.5704 3.57995 21.9104C4.81995 22.3403 6.82995 22.8604 9.34995 22.8604C11.87 22.8604 13.88 22.3403 15.12 21.9104C16.06 21.5804 16.69 20.6903 16.74 19.6604H17.76C20.12 19.6604 22.05 17.5504 22.05 14.9604C22.05 12.3704 20.13 10.2604 17.76 10.2604ZM17.76 17.2604H16.75V12.6604H17.76C18.8 12.6604 19.65 13.6904 19.65 14.9604C19.65 16.2304 18.8 17.2604 17.76 17.2604Z",
45
+ fill: "#FFAA00"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M4.53987 6.8605C5.15973 7.04646 5.84945 6.62927 6.00987 6.01051C6.11987 5.59051 6.62987 5.15051 7.27987 5.15051C8.9932 5.15051 10.7065 5.15051 12.4199 5.15051C14.0899 5.15051 15.5999 4.04052 16.0099 2.51054C16.1799 1.87054 15.7999 1.21055 15.1599 1.04055C14.5199 0.870552 13.8599 1.25055 13.6899 1.89054C13.5799 2.31054 13.0699 2.75054 12.4199 2.75054C10.7065 2.75054 8.9932 2.75054 7.27987 2.75054C5.60987 2.75054 4.08987 3.86053 3.68987 5.39051C3.51987 6.03051 3.89987 6.6905 4.53987 6.8605Z",
52
+ fill: "#E68507"
53
+ }
54
+ )
55
+ ] }) })
56
+ }
57
+ );
58
+ var IconCupHeatwave = (0, import_react.forwardRef)(Icon);
59
+ var IconCupHeatwave_default = IconCupHeatwave;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'stopColor' | 'floodColor' | 'lightingColor' | 'style' | 'className'> & {
4
+ size?: number | string;
5
+ };
6
+ /**
7
+ * @alias cafe,drink,cup,beverage,hot,coffee,tea,카페,음료,뜨거운,커피,차,컵
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGMSURBVHgBzVU9UsJQEP42BNGOWi3gBtxAPIE641/ncAKhdYYRxsIWTiB2jhbqCcgNwBtgo23sCA5v3RcJIUyIEJIZv+b97Nv93u7b3QekDEIMfN5uFlipHoj621fOftRZM8qIDIX5fWYjr9T4mkB5MMr4A2bo7ZjvWHE5XGU8dVvONLEqgRjvys0K0WpsszLaO3WngVUIPm42Dj3jSqGdMakVpjR0tuxiw7axBAIEznhk5YxcX9x4262PqovVhvg3mKYpP6En4SlhVSjU6BytRWJjOotjXCODgyix78GjUMSDLVbk3aAf/ZVO0UmaIAhCi05Q85YG1sdArHTcUYNR5QdUkyMgDOgYFQlNUebWxOpFcgSzYNxPZqV0CAj5+a3ECPgZurteTpZ9b9/EupD6kSLt4tsNi+dBOzkCIPgvMJp05tdCEgQ6TS1pGV/yBi+STdas0Cf4rcY47cLSabpIONuLKvCKZVnovM/6VRt+ZA7SMkqyWxbCPTftgr+bzo53d8xKOI6w1KeTKn4ApDt/y4KLokoAAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconCupHeatwave: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconCupHeatwave;
@@ -0,0 +1,39 @@
1
+ // src/IconCupHeatwave.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "data-seed-icon": "true",
11
+ "data-seed-icon-asset-version": "0.0.12",
12
+ "data-seed-icon-react-version": "0.0.16",
13
+ width: size,
14
+ height: size,
15
+ ref,
16
+ ...props,
17
+ children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M17.76 10.2604H16.75V8.96047C16.75 8.46048 16.35 8.06047 15.85 8.06047H2.84995C2.34995 8.06047 1.94995 8.46048 1.94995 8.96047V19.5404C1.94995 20.6203 2.59995 21.5704 3.57995 21.9104C4.81995 22.3403 6.82995 22.8604 9.34995 22.8604C11.87 22.8604 13.88 22.3403 15.12 21.9104C16.06 21.5804 16.69 20.6903 16.74 19.6604H17.76C20.12 19.6604 22.05 17.5504 22.05 14.9604C22.05 12.3704 20.13 10.2604 17.76 10.2604ZM17.76 17.2604H16.75V12.6604H17.76C18.8 12.6604 19.65 13.6904 19.65 14.9604C19.65 16.2304 18.8 17.2604 17.76 17.2604Z",
22
+ fill: "#FFAA00"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M4.53987 6.8605C5.15973 7.04646 5.84945 6.62927 6.00987 6.01051C6.11987 5.59051 6.62987 5.15051 7.27987 5.15051C8.9932 5.15051 10.7065 5.15051 12.4199 5.15051C14.0899 5.15051 15.5999 4.04052 16.0099 2.51054C16.1799 1.87054 15.7999 1.21055 15.1599 1.04055C14.5199 0.870552 13.8599 1.25055 13.6899 1.89054C13.5799 2.31054 13.0699 2.75054 12.4199 2.75054C10.7065 2.75054 8.9932 2.75054 7.27987 2.75054C5.60987 2.75054 4.08987 3.86053 3.68987 5.39051C3.51987 6.03051 3.89987 6.6905 4.53987 6.8605Z",
29
+ fill: "#E68507"
30
+ }
31
+ )
32
+ ] }) })
33
+ }
34
+ );
35
+ var IconCupHeatwave = forwardRef(Icon);
36
+ var IconCupHeatwave_default = IconCupHeatwave;
37
+ export {
38
+ IconCupHeatwave_default as default
39
+ };
@@ -0,0 +1,68 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/IconDumbbell.tsx
20
+ var IconDumbbell_exports = {};
21
+ __export(IconDumbbell_exports, {
22
+ default: () => IconDumbbell_default
23
+ });
24
+ module.exports = __toCommonJS(IconDumbbell_exports);
25
+ var import_react = require("react");
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
28
+ "svg",
29
+ {
30
+ viewBox: "0 0 24 24",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ "data-seed-icon": "true",
34
+ "data-seed-icon-asset-version": "0.0.12",
35
+ "data-seed-icon-react-version": "0.0.16",
36
+ width: size,
37
+ height: size,
38
+ ref,
39
+ ...props,
40
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
42
+ "path",
43
+ {
44
+ d: "M7.10408 13.7295C6.73223 14.1015 6.73223 14.7047 7.10408 15.0767L8.92892 16.9024C9.30077 17.2744 9.90366 17.2744 10.2755 16.9024L16.8939 10.281C17.2658 9.90898 17.2658 9.30583 16.8939 8.93381L15.0691 7.10817C14.6973 6.73616 14.0944 6.73616 13.7225 7.10817L7.10408 13.7295Z",
45
+ fill: "#1D7EDE"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
50
+ "path",
51
+ {
52
+ d: "M15.8914 1.19388C15.515 0.956854 15.0247 1.0119 14.7103 1.32648L12.0814 3.95649C11.7675 4.27059 11.7123 4.75997 11.9484 5.13611L14.5002 9.20156C14.5764 9.32289 14.6789 9.42548 14.8002 9.50168L18.8639 12.0546C19.2402 12.291 19.7299 12.2358 20.0441 11.9215L22.6729 9.29146C22.9876 8.97668 23.0423 8.48596 22.8046 8.10964C21.0446 5.32253 18.6901 2.95643 15.8914 1.19388Z",
53
+ fill: "#3CBAF9"
54
+ }
55
+ ),
56
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
57
+ "path",
58
+ {
59
+ d: "M5.13539 11.9453C4.7591 11.7089 4.26933 11.7641 3.95516 12.0784L1.3263 14.7084C1.01166 15.0232 0.956988 15.5139 1.19463 15.8903C2.95466 18.6774 5.30915 21.0435 8.10784 22.806C8.48421 23.043 8.97452 22.988 9.28896 22.6734L11.9178 20.0434C12.2318 19.7293 12.287 19.2399 12.0509 18.8638L9.49906 14.7983C9.4229 14.677 9.32035 14.5744 9.19905 14.4982L5.13539 11.9453Z",
60
+ fill: "#3CBAF9"
61
+ }
62
+ )
63
+ ] })
64
+ ] })
65
+ }
66
+ );
67
+ var IconDumbbell = (0, import_react.forwardRef)(Icon);
68
+ var IconDumbbell_default = IconDumbbell;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'stopColor' | 'floodColor' | 'lightingColor' | 'style' | 'className'> & {
4
+ size?: number | string;
5
+ };
6
+ /**
7
+ * @alias fitness,gym,workout,exercise,헬스,체육관,운동
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG/SURBVHgBvZU9T8JAGMef6wtaY2LiS+JigolxcKqrOtDBFzZGN/EbwCcA/ALqJ0A+gXHC4MKAbkYmBxIjiZsiOkiAcr2zJ2ktDT24+vJfmvYuv1+v9zxXgD8OgpDZuuplgNIEJaRwvTd58quCPpxkvyHoTFbVdNlA7z8W+OEeUF1WiVE2tLrv+fiJFdtRLEuPQePDJOIrKJl3AFTnSyLrzueSQDTISvOGKUAUYzPv3AsLKttaud3sVIFvSWxedlKhBEuZh3yj9qbjLubOQxLKCAsYHChKEkzg5b4JXAklp+wiw5hx4M691SPQem5DZEqtqpqy6IPnKrtaFoatYKNk6qPgTgjGhdv9mXXFIsusevxwloEydZrIW89BcBtfeDpaSQ6+3Id+szM9UADID/cOsmpp1Jo6wXQkPCgoCO4Edy17Q1/BbPWE4Sz9PaAkFTRBmZBhYW0OJAUJw10BJTTHm8Qk86uzVVE4i2cPuuesA/mzicE6GQTilqmiRA7dUgsKlY9BMK6AnX6yRQy+hOqxIo1CGMGXJK7VuRK7icpxVIewAldin+eIkoIf7u3QccP94bAjF0nSAVDrIgz8X/IJfZHgBWN6ou8AAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconDumbbell: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconDumbbell;
@@ -0,0 +1,48 @@
1
+ // src/IconDumbbell.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "data-seed-icon": "true",
11
+ "data-seed-icon-asset-version": "0.0.12",
12
+ "data-seed-icon-react-version": "0.0.16",
13
+ width: size,
14
+ height: size,
15
+ ref,
16
+ ...props,
17
+ children: /* @__PURE__ */ jsxs("g", { children: [
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M7.10408 13.7295C6.73223 14.1015 6.73223 14.7047 7.10408 15.0767L8.92892 16.9024C9.30077 17.2744 9.90366 17.2744 10.2755 16.9024L16.8939 10.281C17.2658 9.90898 17.2658 9.30583 16.8939 8.93381L15.0691 7.10817C14.6973 6.73616 14.0944 6.73616 13.7225 7.10817L7.10408 13.7295Z",
22
+ fill: "#1D7EDE"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsxs("g", { children: [
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M15.8914 1.19388C15.515 0.956854 15.0247 1.0119 14.7103 1.32648L12.0814 3.95649C11.7675 4.27059 11.7123 4.75997 11.9484 5.13611L14.5002 9.20156C14.5764 9.32289 14.6789 9.42548 14.8002 9.50168L18.8639 12.0546C19.2402 12.291 19.7299 12.2358 20.0441 11.9215L22.6729 9.29146C22.9876 8.97668 23.0423 8.48596 22.8046 8.10964C21.0446 5.32253 18.6901 2.95643 15.8914 1.19388Z",
30
+ fill: "#3CBAF9"
31
+ }
32
+ ),
33
+ /* @__PURE__ */ jsx(
34
+ "path",
35
+ {
36
+ d: "M5.13539 11.9453C4.7591 11.7089 4.26933 11.7641 3.95516 12.0784L1.3263 14.7084C1.01166 15.0232 0.956988 15.5139 1.19463 15.8903C2.95466 18.6774 5.30915 21.0435 8.10784 22.806C8.48421 23.043 8.97452 22.988 9.28896 22.6734L11.9178 20.0434C12.2318 19.7293 12.287 19.2399 12.0509 18.8638L9.49906 14.7983C9.4229 14.677 9.32035 14.5744 9.19905 14.4982L5.13539 11.9453Z",
37
+ fill: "#3CBAF9"
38
+ }
39
+ )
40
+ ] })
41
+ ] })
42
+ }
43
+ );
44
+ var IconDumbbell = forwardRef(Icon);
45
+ var IconDumbbell_default = IconDumbbell;
46
+ export {
47
+ IconDumbbell_default as default
48
+ };
@@ -0,0 +1,77 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/IconForkSpoon.tsx
20
+ var IconForkSpoon_exports = {};
21
+ __export(IconForkSpoon_exports, {
22
+ default: () => IconForkSpoon_default
23
+ });
24
+ module.exports = __toCommonJS(IconForkSpoon_exports);
25
+ var import_react = require("react");
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
28
+ "svg",
29
+ {
30
+ viewBox: "0 0 24 24",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ "data-seed-icon": "true",
34
+ "data-seed-icon-asset-version": "0.0.12",
35
+ "data-seed-icon-react-version": "0.0.16",
36
+ width: size,
37
+ height: size,
38
+ ref,
39
+ ...props,
40
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
42
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
43
+ "path",
44
+ {
45
+ d: "M10.198 2.74567C9.57504 2.74567 9.06537 3.25534 9.06537 3.87828V8.4559C9.06537 8.87119 8.72558 9.21097 8.31029 9.21097C7.895 9.21097 7.55522 8.87119 7.55522 8.4559V3.87828C7.55522 3.25534 7.05499 2.74567 6.43205 2.74567C5.80912 2.74567 5.29945 3.25534 5.29945 3.87828V8.4559C5.29945 8.87119 4.95966 9.21097 4.54437 9.21097C4.12908 9.21097 3.7893 8.87119 3.7893 8.4559V3.87828C3.7893 3.25534 3.27963 2.74567 2.65669 2.74567C2.03376 2.74567 1.51465 3.24591 1.51465 3.87828V8.87119C1.51465 11.2214 2.99648 12.7032 4.79921 13.26V20.386C4.79921 21.2827 5.52597 22 6.41318 22C7.30039 22 8.02714 21.2732 8.02714 20.386V13.2695C9.83931 12.7221 11.3306 11.2402 11.3306 8.88063V3.87828C11.3306 3.25534 10.8209 2.74567 10.198 2.74567Z",
46
+ fill: "#FF7F29"
47
+ }
48
+ ),
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
50
+ "path",
51
+ {
52
+ d: "M17.7664 2C15.4257 2 13.0472 3.63284 13.0472 6.73808V8.57856C13.0472 10.9665 14.4441 12.4766 16.1524 13.0524V20.3766C16.1524 21.2732 16.8792 21.9905 17.7664 21.9905C18.6536 21.9905 19.3804 21.2638 19.3804 20.3766V13.0524C21.0887 12.4766 22.4856 10.9665 22.4856 8.57856V6.73808C22.4856 3.6234 20.1071 2 17.7664 2Z",
53
+ fill: "#FF7F29"
54
+ }
55
+ )
56
+ ] }),
57
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
58
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
59
+ "path",
60
+ {
61
+ d: "M4.79919 20.3858V15.6699H8.02713V20.3858C8.02713 21.273 7.30037 21.9998 6.41316 21.9998C5.52595 21.9998 4.79919 21.2825 4.79919 20.3858Z",
62
+ fill: "#DE5D00"
63
+ }
64
+ ),
65
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
66
+ "path",
67
+ {
68
+ d: "M16.1524 20.3763V15.6699H19.3803V20.3763C19.3803 21.2635 18.6536 21.9903 17.7664 21.9903C16.8792 21.9903 16.1524 21.273 16.1524 20.3763Z",
69
+ fill: "#DE5D00"
70
+ }
71
+ )
72
+ ] })
73
+ ] })
74
+ }
75
+ );
76
+ var IconForkSpoon = (0, import_react.forwardRef)(Icon);
77
+ var IconForkSpoon_default = IconForkSpoon;