@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,75 @@
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/IconShoppingbagItems.tsx
20
+ var IconShoppingbagItems_exports = {};
21
+ __export(IconShoppingbagItems_exports, {
22
+ default: () => IconShoppingbagItems_default
23
+ });
24
+ module.exports = __toCommonJS(IconShoppingbagItems_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: "M9.84309 4.75124C9.36967 4.95223 9.14891 5.49889 9.35001 5.97226L12.2977 12.9108C12.4988 13.3841 13.0456 13.6049 13.519 13.404L20.0229 10.6428C20.4963 10.4419 20.7171 9.89519 20.516 9.42182L17.5683 2.48332C17.3672 2.00995 16.8204 1.78915 16.347 1.99013L9.84309 4.75124Z",
45
+ fill: "#FFCB64"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M9.05747 1.83844C6.05398 1.83844 3.61865 4.27248 3.61865 7.27567C3.61865 10.2789 6.05398 12.7129 9.05747 12.7129C12.061 12.7129 14.4963 10.2789 14.4963 7.27567C14.4963 4.27248 12.061 1.83844 9.05747 1.83844Z",
52
+ fill: "#FF9F30"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M21.9145 8.60293C21.8823 8.58775 21.8374 8.56718 21.7801 8.54198C21.6653 8.49159 21.5003 8.42273 21.2851 8.34172C20.8546 8.17969 20.2233 7.96909 19.3914 7.76034C17.7269 7.34266 15.2625 6.93323 12 6.93323C8.73747 6.93323 6.27312 7.34266 4.60861 7.76034C3.77667 7.96909 3.14541 8.17969 2.71491 8.34172C2.49968 8.42273 2.33469 8.49159 2.21993 8.54198C2.16255 8.56718 2.11774 8.58775 2.08549 8.60293L2.02642 8.63145C1.66197 8.81435 1.45396 9.20856 1.50867 9.61263L2.87759 19.7227C3.06674 21.1197 4.25943 22.1617 5.66918 22.1617H18.3245C19.7336 22.1617 20.926 21.1206 21.1159 19.7244L22.4913 9.61321C22.5462 9.20895 22.3382 8.81444 21.9736 8.63145L21.9145 8.60293Z",
59
+ fill: "#FF6F0F"
60
+ }
61
+ ),
62
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
63
+ "path",
64
+ {
65
+ fillRule: "evenodd",
66
+ clipRule: "evenodd",
67
+ d: "M9.01721 10.0162C9.5695 10.0162 10.0172 10.464 10.0172 11.0162V12.0132C10.0172 13.1106 10.9055 14.0043 12.0172 14.0162C13.1263 14.0043 14.0172 13.1012 14.0172 12.0132V11.0162C14.0172 10.464 14.4649 10.0162 15.0172 10.0162C15.5695 10.0162 16.0172 10.464 16.0172 11.0162V12.0132C16.0172 14.2142 14.224 16.0003 12.0245 16.0162H12.01C9.81301 16.0003 8.01721 14.2288 8.01721 12.0132V11.0162C8.01721 10.464 8.46493 10.0162 9.01721 10.0162Z",
68
+ fill: "white"
69
+ }
70
+ )
71
+ ] })
72
+ }
73
+ );
74
+ var IconShoppingbagItems = (0, import_react.forwardRef)(Icon);
75
+ var IconShoppingbagItems_default = IconShoppingbagItems;
@@ -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 shopping,retail,products,goods,items,중고거래,커머스,쇼핑,소매,제품,상품,service:중고거래,tag:service
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHaSURBVHgBxZW/L0NRFMe/t6kfRaIxsMmTsBlqsJF0NBiYDSoxSnSRmPyYDAYkRsKfYGAmYTN4YZW4lTDKE7+qKdc57/X1vdfeV60Wn+T0vnvuud9zfxf4b9RewmALbb9Ixyv1FyGi3GmeLE3mClhkB2SrYsaU6nw2Sd0pRk3YvuGdlaoSFMSPyRLQIzEwKNHSmvT5LETzfWJo3yoNjmhSblQQZwzcZ5Ilvjjy0ZQuOJDAXmsFbWCAlyfHgiOb/jYBKo8c+Ph0jMm+ljSqhLMvQaIl9Ties8BbjuzdKVkwl0cZ5g3Q3g50tAHNTUBPNxCLLVPLiT/M3mSVjhvgU6NUCt6p+SmSFE8gIqti05LuEqVI3H8k68GgcadsTXh7IEPD5w6Bpcvq/R4m/0T9FS39I7X5Pew7EfFXtLw9OmWs0/N19aIKzGIC3ozQJHdXTjm55ghzorFFx3d9FiZukaatV3wq6CTd0EYbZaEsunAanAHDM1sfBR5udQlMsfU4VJyBf0plsAALXR15wjzy7fEwcRq2yLif/ouWQRgstDuFGpDuR0TnbADytxOYugQmGkfxRAb+cNR8J71gfNXrQtIJ6nMrwedaiEnUt1SyoOFJ6qIKr2vNFC7s3/IFhPKV0F5aWEQAAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconShoppingbagItems: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconShoppingbagItems;
@@ -0,0 +1,55 @@
1
+ // src/IconShoppingbagItems.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: "M9.84309 4.75124C9.36967 4.95223 9.14891 5.49889 9.35001 5.97226L12.2977 12.9108C12.4988 13.3841 13.0456 13.6049 13.519 13.404L20.0229 10.6428C20.4963 10.4419 20.7171 9.89519 20.516 9.42182L17.5683 2.48332C17.3672 2.00995 16.8204 1.78915 16.347 1.99013L9.84309 4.75124Z",
22
+ fill: "#FFCB64"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M9.05747 1.83844C6.05398 1.83844 3.61865 4.27248 3.61865 7.27567C3.61865 10.2789 6.05398 12.7129 9.05747 12.7129C12.061 12.7129 14.4963 10.2789 14.4963 7.27567C14.4963 4.27248 12.061 1.83844 9.05747 1.83844Z",
29
+ fill: "#FF9F30"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ jsx(
33
+ "path",
34
+ {
35
+ d: "M21.9145 8.60293C21.8823 8.58775 21.8374 8.56718 21.7801 8.54198C21.6653 8.49159 21.5003 8.42273 21.2851 8.34172C20.8546 8.17969 20.2233 7.96909 19.3914 7.76034C17.7269 7.34266 15.2625 6.93323 12 6.93323C8.73747 6.93323 6.27312 7.34266 4.60861 7.76034C3.77667 7.96909 3.14541 8.17969 2.71491 8.34172C2.49968 8.42273 2.33469 8.49159 2.21993 8.54198C2.16255 8.56718 2.11774 8.58775 2.08549 8.60293L2.02642 8.63145C1.66197 8.81435 1.45396 9.20856 1.50867 9.61263L2.87759 19.7227C3.06674 21.1197 4.25943 22.1617 5.66918 22.1617H18.3245C19.7336 22.1617 20.926 21.1206 21.1159 19.7244L22.4913 9.61321C22.5462 9.20895 22.3382 8.81444 21.9736 8.63145L21.9145 8.60293Z",
36
+ fill: "#FF6F0F"
37
+ }
38
+ ),
39
+ /* @__PURE__ */ jsx(
40
+ "path",
41
+ {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M9.01721 10.0162C9.5695 10.0162 10.0172 10.464 10.0172 11.0162V12.0132C10.0172 13.1106 10.9055 14.0043 12.0172 14.0162C13.1263 14.0043 14.0172 13.1012 14.0172 12.0132V11.0162C14.0172 10.464 14.4649 10.0162 15.0172 10.0162C15.5695 10.0162 16.0172 10.464 16.0172 11.0162V12.0132C16.0172 14.2142 14.224 16.0003 12.0245 16.0162H12.01C9.81301 16.0003 8.01721 14.2288 8.01721 12.0132V11.0162C8.01721 10.464 8.46493 10.0162 9.01721 10.0162Z",
45
+ fill: "white"
46
+ }
47
+ )
48
+ ] })
49
+ }
50
+ );
51
+ var IconShoppingbagItems = forwardRef(Icon);
52
+ var IconShoppingbagItems_default = IconShoppingbagItems;
53
+ export {
54
+ IconShoppingbagItems_default as default
55
+ };
@@ -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/IconSpraybottleSponge.tsx
20
+ var IconSpraybottleSponge_exports = {};
21
+ __export(IconSpraybottleSponge_exports, {
22
+ default: () => IconSpraybottleSponge_default
23
+ });
24
+ module.exports = __toCommonJS(IconSpraybottleSponge_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: "M6.94461 5.64355C6.49863 5.64355 6.11523 5.9597 6.03027 6.39752L3.52577 19.304C3.21343 20.9136 4.4463 22.4087 6.08592 22.4087H14.3626C16.1145 22.4087 17.3681 20.7157 16.857 19.04L12.9724 6.30324C12.8529 5.91132 12.4913 5.64355 12.0816 5.64355H6.94461Z",
45
+ fill: "#4EDB7D"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M8.23329 1.01171C5.45519 1.08248 3 3.13473 3 5.65698C3 6.17138 3.417 6.58838 3.9314 6.58838H14.3873L14.388 6.59279C14.3901 6.60528 14.3928 6.62075 14.3961 6.63904C14.4029 6.6756 14.4124 6.72353 14.4255 6.78135C14.4517 6.89677 14.4923 7.05294 14.5533 7.23775C14.6747 7.60532 14.8811 8.09889 15.2258 8.61279L15.2272 8.61492C15.5737 9.12911 15.9447 9.50343 16.2348 9.75301C16.3803 9.87817 16.507 9.97336 16.6027 10.0404C16.6506 10.0739 16.691 10.1006 16.7222 10.1206C16.7379 10.1305 16.7512 10.1389 16.7622 10.1456L16.7768 10.1544L16.7827 10.1579L16.7853 10.1594L16.7865 10.1601C16.7865 10.1601 16.7876 10.1608 17.3522 9.19619L16.7876 10.1608C17.3204 10.4726 18.005 10.2935 18.3168 9.76077C18.6266 9.23144 18.4518 8.55215 17.927 8.23762L17.9253 8.23656C17.9195 8.23288 17.9057 8.22392 17.8852 8.20953C17.844 8.18066 17.7765 8.13062 17.6927 8.05848C17.5243 7.9136 17.2965 7.68531 17.0816 7.36671C16.8743 7.05743 16.7487 6.7573 16.6759 6.53687C16.6398 6.42755 16.6178 6.34107 16.6056 6.28737C16.5996 6.26063 16.596 6.24238 16.5945 6.2339L16.5937 6.22983C16.5856 6.1777 16.574 6.12696 16.5592 6.07783L18.575 3.97266C18.7411 3.79929 18.8337 3.56853 18.8337 3.32849V1.9314C18.8337 1.417 18.4167 1 17.9023 1H8.3814C8.33099 1 8.28152 1.004 8.23329 1.01171Z",
52
+ fill: "#2CCA6F"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M13.1113 15.907C12.1573 15.907 11.3239 16.2663 10.7397 16.9266C10.1685 17.5723 9.90698 18.4232 9.90698 19.3022V20.1958C9.90698 21.0748 10.1685 21.9257 10.7397 22.5714C11.3239 23.2317 12.1573 23.591 13.1113 23.591C13.5716 23.591 14.0155 23.4615 14.3618 23.3323C14.7183 23.1993 15.053 23.0347 15.2973 22.9133C15.706 22.7101 16.4024 22.7101 16.811 22.9132C17.0554 23.0347 17.3901 23.1993 17.7466 23.3323C18.0929 23.4615 18.5368 23.591 18.9971 23.591C19.9511 23.591 20.7845 23.2317 21.3687 22.5714C21.9399 21.9257 22.2014 21.0748 22.2014 20.1958V19.3022C22.2014 18.4232 21.9399 17.5723 21.3687 16.9266C20.7845 16.2663 19.9511 15.907 18.9971 15.907C18.5368 15.907 18.0929 16.0365 17.7466 16.1657C17.3901 16.2986 17.0554 16.4633 16.811 16.5847C16.4024 16.7879 15.706 16.7879 15.2974 16.5847C15.053 16.4633 14.7183 16.2986 14.3618 16.1657C14.0155 16.0365 13.5716 15.907 13.1113 15.907Z",
59
+ fill: "#25A18E"
60
+ }
61
+ )
62
+ ] })
63
+ }
64
+ );
65
+ var IconSpraybottleSponge = (0, import_react.forwardRef)(Icon);
66
+ var IconSpraybottleSponge_default = IconSpraybottleSponge;
@@ -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 cleaning,housekeeping,chores,clean,life,청소,집안일
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIvSURBVHgBtVVBbtNAFP1/7DRSVSqLBWtXYoEECFdCkVjFOUGdG8QXIMkeUd8g5gQpJyA3IOuywFKpVKkVWGIB6oYUJFDBM58Zu4Q6nthx1D7J8p/v7/e+5814AG4ZqEs+ejdwQVAfEVwCsGA1TD+0XnUWk2aR/Pk+EAVKmqBWp7Yuz64PHh8OekAYwBqQzcwqBQipD2tAdh+bDexWCsg2HFiD3GhgJ9oNY91zM1+MvgBoq3h7o9FbRvor4RMuuCOnxSaCaBn5VQNFeJ8CRyT8/bKXCMGPZz9mJOhNOgbcPW6Fka6W6ZKcJzaUgAFrHz0NJzKMsi7p7cPDgaOv1QCBuVACIuGpu8mxqzyQoSWJaggQPYFyWN5p4EbPwtjg2FFTdNQKD3SFpv59dKq2maBEfcVUiZTVFb5AGUxA1b8HhnuwAgoCVQbPQWDLZiprCwJVBl+HSESvqqYoUGGwSDC9smao/S9vj0eWugp8i4m905ffdB4o0s8nW/Dze7YuNrcTsO5dwpePW125m/ty7boZI04NDv6JP4zVMLeKrnaw1uCv8eacXEHF2TjbzXNIIW7gWEbp2ZCbojKDL843YGVIkQfjkV0QQGLa3fjnkkFdJCYUBRjQDG4IzSQ7gPKtmcYBEsaLxY2mAGbWOkDjY3+Y/ghzJk92AqW645298LjAnNl37v62L86b+zkaSZQdlZSbWgLx+n9NDSjjOKNBSiJwcuYPpyq+Px65yMhbzCv8BdmK3BWpTa6rAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconSpraybottleSponge: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconSpraybottleSponge;
@@ -0,0 +1,46 @@
1
+ // src/IconSpraybottleSponge.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: "M6.94461 5.64355C6.49863 5.64355 6.11523 5.9597 6.03027 6.39752L3.52577 19.304C3.21343 20.9136 4.4463 22.4087 6.08592 22.4087H14.3626C16.1145 22.4087 17.3681 20.7157 16.857 19.04L12.9724 6.30324C12.8529 5.91132 12.4913 5.64355 12.0816 5.64355H6.94461Z",
22
+ fill: "#4EDB7D"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M8.23329 1.01171C5.45519 1.08248 3 3.13473 3 5.65698C3 6.17138 3.417 6.58838 3.9314 6.58838H14.3873L14.388 6.59279C14.3901 6.60528 14.3928 6.62075 14.3961 6.63904C14.4029 6.6756 14.4124 6.72353 14.4255 6.78135C14.4517 6.89677 14.4923 7.05294 14.5533 7.23775C14.6747 7.60532 14.8811 8.09889 15.2258 8.61279L15.2272 8.61492C15.5737 9.12911 15.9447 9.50343 16.2348 9.75301C16.3803 9.87817 16.507 9.97336 16.6027 10.0404C16.6506 10.0739 16.691 10.1006 16.7222 10.1206C16.7379 10.1305 16.7512 10.1389 16.7622 10.1456L16.7768 10.1544L16.7827 10.1579L16.7853 10.1594L16.7865 10.1601C16.7865 10.1601 16.7876 10.1608 17.3522 9.19619L16.7876 10.1608C17.3204 10.4726 18.005 10.2935 18.3168 9.76077C18.6266 9.23144 18.4518 8.55215 17.927 8.23762L17.9253 8.23656C17.9195 8.23288 17.9057 8.22392 17.8852 8.20953C17.844 8.18066 17.7765 8.13062 17.6927 8.05848C17.5243 7.9136 17.2965 7.68531 17.0816 7.36671C16.8743 7.05743 16.7487 6.7573 16.6759 6.53687C16.6398 6.42755 16.6178 6.34107 16.6056 6.28737C16.5996 6.26063 16.596 6.24238 16.5945 6.2339L16.5937 6.22983C16.5856 6.1777 16.574 6.12696 16.5592 6.07783L18.575 3.97266C18.7411 3.79929 18.8337 3.56853 18.8337 3.32849V1.9314C18.8337 1.417 18.4167 1 17.9023 1H8.3814C8.33099 1 8.28152 1.004 8.23329 1.01171Z",
29
+ fill: "#2CCA6F"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ jsx(
33
+ "path",
34
+ {
35
+ d: "M13.1113 15.907C12.1573 15.907 11.3239 16.2663 10.7397 16.9266C10.1685 17.5723 9.90698 18.4232 9.90698 19.3022V20.1958C9.90698 21.0748 10.1685 21.9257 10.7397 22.5714C11.3239 23.2317 12.1573 23.591 13.1113 23.591C13.5716 23.591 14.0155 23.4615 14.3618 23.3323C14.7183 23.1993 15.053 23.0347 15.2973 22.9133C15.706 22.7101 16.4024 22.7101 16.811 22.9132C17.0554 23.0347 17.3901 23.1993 17.7466 23.3323C18.0929 23.4615 18.5368 23.591 18.9971 23.591C19.9511 23.591 20.7845 23.2317 21.3687 22.5714C21.9399 21.9257 22.2014 21.0748 22.2014 20.1958V19.3022C22.2014 18.4232 21.9399 17.5723 21.3687 16.9266C20.7845 16.2663 19.9511 15.907 18.9971 15.907C18.5368 15.907 18.0929 16.0365 17.7466 16.1657C17.3901 16.2986 17.0554 16.4633 16.811 16.5847C16.4024 16.7879 15.706 16.7879 15.2974 16.5847C15.053 16.4633 14.7183 16.2986 14.3618 16.1657C14.0155 16.0365 13.5716 15.907 13.1113 15.907Z",
36
+ fill: "#25A18E"
37
+ }
38
+ )
39
+ ] })
40
+ }
41
+ );
42
+ var IconSpraybottleSponge = forwardRef(Icon);
43
+ var IconSpraybottleSponge_default = IconSpraybottleSponge;
44
+ export {
45
+ IconSpraybottleSponge_default as default
46
+ };
@@ -0,0 +1,61 @@
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/IconTriangleRightChatbubbleLeft.tsx
20
+ var IconTriangleRightChatbubbleLeft_exports = {};
21
+ __export(IconTriangleRightChatbubbleLeft_exports, {
22
+ default: () => IconTriangleRightChatbubbleLeft_default
23
+ });
24
+ module.exports = __toCommonJS(IconTriangleRightChatbubbleLeft_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
+ fillRule: "evenodd",
45
+ clipRule: "evenodd",
46
+ d: "M12.1061 1.495C6.28075 1.495 1.71595 5.63961 1.71595 11.2644C1.71595 13.4418 2.33669 14.731 2.96697 15.686C3.20133 16.0465 3.4904 16.3857 3.69276 16.7651C4.06248 17.389 3.90012 17.922 3.23437 18.2549C2.89762 18.4233 2.46709 18.521 2.31759 18.5509C2.28894 18.5509 2.32714 18.5414 2.31759 18.5509C1.92605 18.6082 1.60135 18.9043 1.52495 19.2958C1.43901 19.6969 1.6109 20.098 1.9547 20.3081C4.42809 21.8265 7.37898 22.495 10.6737 22.495C13.9683 22.495 16.8524 21.5018 19.0202 19.6396C21.188 17.7583 22.5154 15.0557 22.5154 11.7801C22.5059 6.27944 18.0175 1.495 12.1061 1.495Z",
47
+ fill: "#FB4162"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ "path",
52
+ {
53
+ d: "M10.9125 15.8292L15.6874 12.7255H15.6778C15.9166 12.5632 16.0694 12.2958 16.0694 11.9997C16.0694 11.7132 15.9261 11.4363 15.6778 11.2739L10.922 8.17025C10.6546 7.99835 10.3108 7.97925 10.0339 8.13205C9.74739 8.28485 9.5755 8.58089 9.5755 8.89603L9.5564 15.1034C9.5564 15.4185 9.73784 15.7146 10.0148 15.8674C10.3089 16.0145 10.6498 16.0043 10.9125 15.8292Z",
54
+ fill: "white"
55
+ }
56
+ )
57
+ ] })
58
+ }
59
+ );
60
+ var IconTriangleRightChatbubbleLeft = (0, import_react.forwardRef)(Icon);
61
+ var IconTriangleRightChatbubbleLeft_default = IconTriangleRightChatbubbleLeft;
@@ -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 bubble,chat,communication,message,play,short form,shortform,story,triangle,video,동영상,말풍선,메시지,미디어,비디오,삼각형,소통,숏폼,스토리,채팅,service:동네스토리,tag:service
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHwSURBVHgBxZWxjtNAEIb/WdupI0FxZagoMU+AKWjhEc6ADtHFPEGSko6SAk5JQ4cE1Kdj3wDT3XV5BOt0ukiJs3OzTuxzdHFsxXe6T3KUGXvnn92dnQXuGWry0fzVkY/l0pePe9ZmICGlYu/km64bWynAQdRN1UVfokVidisGT0GkHeONSH+doqnAPHjfJ+JhVeBtQoYw6pwej7e822QRvBuId4h9kHHe6fFo01VinfkXtICYQld/n9wSmAUfew7N/+Yb2YLEZfOE9Dixhsq9nloM7iC4RYpDRblRCBjmoGoEPXsK58dnqMM3aASjz0HYLQTmwZG/M/uDxyB51OFruCJkbdTNwnX9QoDAjcoxF3MbzIaNuRHYh2I2FdD6DGUCDEqwD5ez2k9c++NhMU2hrMj2lnDw6JbPTH7L8wdVZG0E+R5kNUsxGsDxGdIPw53BswSMiYsZZANZfSJa/tsa9P+5LMfVKuufJ6jDZu/pcbz+f4P0oaF4BmgJM9529KrxbVQRw/mFltjs8+CWbIny3s+8DNGOxGHzsuzIBCR4JOkPGl1vO4KzBJeCmZad2RKlxowZPMHekJYO+ryz3tiNN2VjFoQ9R1FErF7Iwvk1UVelzTTydPXdvONODrspXJ+V6ZUbIdsDZJzYHs685z8o1yCpuXInIiZbAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconTriangleRightChatbubbleLeft: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconTriangleRightChatbubbleLeft;
@@ -0,0 +1,41 @@
1
+ // src/IconTriangleRightChatbubbleLeft.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
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M12.1061 1.495C6.28075 1.495 1.71595 5.63961 1.71595 11.2644C1.71595 13.4418 2.33669 14.731 2.96697 15.686C3.20133 16.0465 3.4904 16.3857 3.69276 16.7651C4.06248 17.389 3.90012 17.922 3.23437 18.2549C2.89762 18.4233 2.46709 18.521 2.31759 18.5509C2.28894 18.5509 2.32714 18.5414 2.31759 18.5509C1.92605 18.6082 1.60135 18.9043 1.52495 19.2958C1.43901 19.6969 1.6109 20.098 1.9547 20.3081C4.42809 21.8265 7.37898 22.495 10.6737 22.495C13.9683 22.495 16.8524 21.5018 19.0202 19.6396C21.188 17.7583 22.5154 15.0557 22.5154 11.7801C22.5059 6.27944 18.0175 1.495 12.1061 1.495Z",
24
+ fill: "#FB4162"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ jsx(
28
+ "path",
29
+ {
30
+ d: "M10.9125 15.8292L15.6874 12.7255H15.6778C15.9166 12.5632 16.0694 12.2958 16.0694 11.9997C16.0694 11.7132 15.9261 11.4363 15.6778 11.2739L10.922 8.17025C10.6546 7.99835 10.3108 7.97925 10.0339 8.13205C9.74739 8.28485 9.5755 8.58089 9.5755 8.89603L9.5564 15.1034C9.5564 15.4185 9.73784 15.7146 10.0148 15.8674C10.3089 16.0145 10.6498 16.0043 10.9125 15.8292Z",
31
+ fill: "white"
32
+ }
33
+ )
34
+ ] })
35
+ }
36
+ );
37
+ var IconTriangleRightChatbubbleLeft = forwardRef(Icon);
38
+ var IconTriangleRightChatbubbleLeft_default = IconTriangleRightChatbubbleLeft;
39
+ export {
40
+ IconTriangleRightChatbubbleLeft_default as default
41
+ };
@@ -0,0 +1,82 @@
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/IconTruck.tsx
20
+ var IconTruck_exports = {};
21
+ __export(IconTruck_exports, {
22
+ default: () => IconTruck_default
23
+ });
24
+ module.exports = __toCommonJS(IconTruck_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: "M8.5 2.49994C6.40046 2.49994 4.96576 2.80885 3.77612 3.12123C3.18115 3.27746 2.71481 3.43475 2.39249 3.55521C2.2313 3.61546 2.106 3.66654 2.01851 3.70373C1.97476 3.72233 1.94045 3.73747 1.91582 3.74855L1.88615 3.76206L1.87682 3.7664L1.87353 3.76795L1.87117 3.76906C1.87117 3.76906 1.87337 3.77369 2.24007 4.54721L1.87117 3.76906C1.57055 3.91158 1.37891 4.21452 1.37891 4.54721V17.2695C1.37891 17.6585 1.63978 17.9993 2.01537 18.1008L4.80206 18.854C4.87532 18.8738 4.95088 18.8839 5.02677 18.8839H19.5622C19.6573 18.8839 19.7517 18.8681 19.8416 18.8373L22.0381 18.0841C22.3862 17.9647 22.6199 17.6374 22.6199 17.2695V12.9143C22.6199 12.4809 22.5458 12.0498 22.3997 11.6414L20.5649 6.99994C20.4424 6.65736 20.1178 6.49994 19.754 6.49994H15V4.54721C15 4.31739 14.9081 4.0971 14.7449 3.93537L14.1389 4.54717C14.7449 3.93537 14.7438 3.93436 14.7438 3.93436L14.7428 3.93333L14.7406 3.93118L14.7359 3.92658L14.7249 3.91618C14.717 3.90872 14.7077 3.90023 14.6971 3.89079C14.6759 3.87189 14.6493 3.8492 14.6169 3.82331C14.552 3.77148 14.4641 3.70706 14.3502 3.63475C14.122 3.48995 13.7914 3.31497 13.3346 3.14629C12.4207 2.80889 10.5993 2.49994 8.5 2.49994Z",
45
+ fill: "#AFC1DA"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M15.3046 5.93854C14.829 5.93854 14.4434 6.3241 14.4434 6.7997V12.0527L2.24007 12.0528C1.76446 12.0528 1.37891 12.4384 1.37891 12.914V17.3854C1.37891 17.7745 1.63978 18.1152 2.01537 18.2168L4.80206 18.97C4.87532 18.9898 4.95088 18.9998 5.02677 18.9998H19.5622C19.6573 18.9998 19.7517 18.9841 19.8416 18.9533L22.0381 18.2C22.3862 18.0807 22.6199 17.7534 22.6199 17.3854V12.914C22.6199 12.4806 22.5458 12.0494 22.3997 11.6411L20.5649 6.50975C20.4424 6.16717 20.1178 5.93854 19.754 5.93854H15.3046Z",
52
+ fill: "#5074E9"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M19.5778 12.1031L17.0287 12.1199C16.7183 12.121 16.4662 11.863 16.4662 11.5429V8.69693C16.4662 8.3779 16.7163 8.11993 17.0256 8.11993H18.6457C18.8979 8.11993 19.1184 8.29366 19.1847 8.54426L20.1137 11.3734C20.2117 11.7398 19.9452 12.102 19.5767 12.1041L19.5778 12.1031Z",
59
+ fill: "white"
60
+ }
61
+ ),
62
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
63
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
64
+ "path",
65
+ {
66
+ d: "M7.21578 16C5.63042 16 4.34521 17.2852 4.34521 18.8705C4.34521 20.4559 5.63042 21.7411 7.21578 21.7411C8.80115 21.7411 10.0863 20.4559 10.0863 18.8705C10.0863 17.2852 8.80115 16 7.21578 16Z",
67
+ fill: "#556175"
68
+ }
69
+ ),
70
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
71
+ "path",
72
+ {
73
+ d: "M16.7844 16C15.199 16 13.9138 17.2852 13.9138 18.8705C13.9138 20.4559 15.199 21.7411 16.7844 21.7411C18.3698 21.7411 19.655 20.4559 19.655 18.8705C19.655 17.2852 18.3698 16 16.7844 16Z",
74
+ fill: "#556175"
75
+ }
76
+ )
77
+ ] })
78
+ ] })
79
+ }
80
+ );
81
+ var IconTruck = (0, import_react.forwardRef)(Icon);
82
+ var IconTruck_default = IconTruck;
@@ -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 truck,delivery,shipping,transport,logistics,트럭,용달,배달,배송,운송
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIFSURBVHgB3VXNaxNBHH0zuxtbA7JRUPBkLZ4aJFBPCpr8B5uDZ/XoqQnUi6f0JlokHntye6wK7U1BNLmoICI5+AlKWtJDPw5NS7ef6Ux/mTRpMtvSdEkp7YP5+s37vTc7zM4AJx1MD4znijbMSgxSXlGlwWSTqlTMQjLRU8ZhDHZEB0gwDol4G3kFCJZOJq7lDyKaquabGQgMoH3EwOU4tZGDiLzWSBuHR1s5JgLifykEZ3BW7jE1NDF8KVMfcATE8grbb6plqwMb1JG40YWRxxfwPH0e0atWNWQ7g/PxjhlcjBiq9Fw20dcbqgWlvNcxg2ZEe61ah0nHyRTtIzAIIdytJG14YafaUafow9cwpmctBMHYew+5b2uNsbcqah2BO1S7yiCoeB1zC1v7znV0i47FYM8/ma99B1/5RIdhHeJMFOLsTUh+roXDxBKM5bdgmyU1J7v7sdXV79fyBdZ/wPA+KvHGmIR0KA6J1824lwOvlJqExOKuQSWUoms6Sb1RY+PvpC6mhOTuSQGZs41/8C/uZ5WdJ0Ia4dWMytVJdx88ygL+q/v1y2cNrnM/ZVvMKsJ/o74gXqrFVBeiL3GpbnmxpJRDzeMJN1sWEKNaZtmQRlaXM/TAr8Lnmeux22OCiQinJ5LER964w0903u/Cl3d9sVtTtAc2lTwt7OEr9+kfnDpsA5smrb84mbKPAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconTruck: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconTruck;
@@ -0,0 +1,62 @@
1
+ // src/IconTruck.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: "M8.5 2.49994C6.40046 2.49994 4.96576 2.80885 3.77612 3.12123C3.18115 3.27746 2.71481 3.43475 2.39249 3.55521C2.2313 3.61546 2.106 3.66654 2.01851 3.70373C1.97476 3.72233 1.94045 3.73747 1.91582 3.74855L1.88615 3.76206L1.87682 3.7664L1.87353 3.76795L1.87117 3.76906C1.87117 3.76906 1.87337 3.77369 2.24007 4.54721L1.87117 3.76906C1.57055 3.91158 1.37891 4.21452 1.37891 4.54721V17.2695C1.37891 17.6585 1.63978 17.9993 2.01537 18.1008L4.80206 18.854C4.87532 18.8738 4.95088 18.8839 5.02677 18.8839H19.5622C19.6573 18.8839 19.7517 18.8681 19.8416 18.8373L22.0381 18.0841C22.3862 17.9647 22.6199 17.6374 22.6199 17.2695V12.9143C22.6199 12.4809 22.5458 12.0498 22.3997 11.6414L20.5649 6.99994C20.4424 6.65736 20.1178 6.49994 19.754 6.49994H15V4.54721C15 4.31739 14.9081 4.0971 14.7449 3.93537L14.1389 4.54717C14.7449 3.93537 14.7438 3.93436 14.7438 3.93436L14.7428 3.93333L14.7406 3.93118L14.7359 3.92658L14.7249 3.91618C14.717 3.90872 14.7077 3.90023 14.6971 3.89079C14.6759 3.87189 14.6493 3.8492 14.6169 3.82331C14.552 3.77148 14.4641 3.70706 14.3502 3.63475C14.122 3.48995 13.7914 3.31497 13.3346 3.14629C12.4207 2.80889 10.5993 2.49994 8.5 2.49994Z",
22
+ fill: "#AFC1DA"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M15.3046 5.93854C14.829 5.93854 14.4434 6.3241 14.4434 6.7997V12.0527L2.24007 12.0528C1.76446 12.0528 1.37891 12.4384 1.37891 12.914V17.3854C1.37891 17.7745 1.63978 18.1152 2.01537 18.2168L4.80206 18.97C4.87532 18.9898 4.95088 18.9998 5.02677 18.9998H19.5622C19.6573 18.9998 19.7517 18.9841 19.8416 18.9533L22.0381 18.2C22.3862 18.0807 22.6199 17.7534 22.6199 17.3854V12.914C22.6199 12.4806 22.5458 12.0494 22.3997 11.6411L20.5649 6.50975C20.4424 6.16717 20.1178 5.93854 19.754 5.93854H15.3046Z",
29
+ fill: "#5074E9"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ jsx(
33
+ "path",
34
+ {
35
+ d: "M19.5778 12.1031L17.0287 12.1199C16.7183 12.121 16.4662 11.863 16.4662 11.5429V8.69693C16.4662 8.3779 16.7163 8.11993 17.0256 8.11993H18.6457C18.8979 8.11993 19.1184 8.29366 19.1847 8.54426L20.1137 11.3734C20.2117 11.7398 19.9452 12.102 19.5767 12.1041L19.5778 12.1031Z",
36
+ fill: "white"
37
+ }
38
+ ),
39
+ /* @__PURE__ */ jsxs("g", { children: [
40
+ /* @__PURE__ */ jsx(
41
+ "path",
42
+ {
43
+ d: "M7.21578 16C5.63042 16 4.34521 17.2852 4.34521 18.8705C4.34521 20.4559 5.63042 21.7411 7.21578 21.7411C8.80115 21.7411 10.0863 20.4559 10.0863 18.8705C10.0863 17.2852 8.80115 16 7.21578 16Z",
44
+ fill: "#556175"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ jsx(
48
+ "path",
49
+ {
50
+ d: "M16.7844 16C15.199 16 13.9138 17.2852 13.9138 18.8705C13.9138 20.4559 15.199 21.7411 16.7844 21.7411C18.3698 21.7411 19.655 20.4559 19.655 18.8705C19.655 17.2852 18.3698 16 16.7844 16Z",
51
+ fill: "#556175"
52
+ }
53
+ )
54
+ ] })
55
+ ] })
56
+ }
57
+ );
58
+ var IconTruck = forwardRef(Icon);
59
+ var IconTruck_default = IconTruck;
60
+ export {
61
+ IconTruck_default as default
62
+ };
@@ -0,0 +1,82 @@
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/IconWindow2Store.tsx
20
+ var IconWindow2Store_exports = {};
21
+ __export(IconWindow2Store_exports, {
22
+ default: () => IconWindow2Store_default
23
+ });
24
+ module.exports = __toCommonJS(IconWindow2Store_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: "M3.67495 9.425C3.67495 8.91414 3.26081 8.5 2.74995 8.5C2.23909 8.5 1.82495 8.91414 1.82495 9.425V19.4112C1.82495 21.0327 3.14805 22.3389 4.76136 22.3366C8.91248 22.3307 10.7155 22.3354 12.8927 22.341C14.469 22.3451 16.2415 22.3497 19.2432 22.3511C20.8553 22.3519 22.1749 21.0457 22.1749 19.4266V9.425C22.1749 8.91414 21.7608 8.5 21.25 8.5C20.7391 8.5 20.325 8.91414 20.325 9.425H3.67495Z",
45
+ fill: "#FFAA00"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M4.87147 1.80005C3.75963 1.80005 2.76062 2.47927 2.35175 3.5132L0.654074 7.80617C0.543575 8.0856 0.578202 8.40156 0.746595 8.65042L0.774671 8.69073C0.789641 8.7118 0.810213 8.74021 0.83622 8.77493C0.888167 8.84427 0.962199 8.93926 1.05701 9.05135C1.24564 9.27436 1.52184 9.57138 1.87556 9.87009C2.56934 10.456 3.6471 11.1192 4.99992 11.1192C6.35274 11.1192 7.4305 10.456 8.12428 9.87009C8.26133 9.75436 8.38673 9.63888 8.49992 9.52786C8.61311 9.63888 8.73852 9.75436 8.87556 9.87009C9.56934 10.456 10.6471 11.1192 11.9999 11.1192C13.3527 11.1192 14.4305 10.456 15.1243 9.87009C15.2613 9.75436 15.3867 9.63888 15.4999 9.52786C15.6131 9.63888 15.7385 9.75436 15.8756 9.87009C16.5693 10.456 17.6471 11.1192 18.9999 11.1192C20.3527 11.1192 21.4305 10.456 22.1243 9.87009C22.478 9.57138 22.7542 9.27436 22.9428 9.05135C23.0376 8.93926 23.1117 8.84427 23.1636 8.77493C23.1896 8.74021 23.2102 8.7118 23.2252 8.69073L23.2434 8.66471L23.2494 8.65606L23.2516 8.65285L23.2532 8.65042C23.4216 8.40156 23.4563 8.0856 23.3458 7.80617L21.6481 3.5132C21.2392 2.47927 20.2402 1.80005 19.1284 1.80005H4.87147Z",
52
+ fill: "#FFCB64"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M8.49992 1.80005C8.25868 1.80005 8.02732 1.89588 7.85674 2.06646C7.68616 2.23705 7.59033 2.4684 7.59033 2.70964L7.5904 8.1407C7.5904 8.32241 7.64483 8.49995 7.74666 8.65044L8.49998 8.14069C7.74666 8.65044 7.74647 8.65017 7.74666 8.65044L7.74742 8.65156L7.74831 8.65287L7.7505 8.65608L7.75646 8.66474L7.77473 8.69075C7.7897 8.71182 7.81027 8.74024 7.83628 8.77495C7.88823 8.84429 7.96226 8.93928 8.05707 9.05137C8.2457 9.27438 8.5219 9.5714 8.87562 9.87011C9.5694 10.456 10.6472 11.1192 12 11.1192C13.3528 11.1192 14.4306 10.456 15.1243 9.87011C15.4781 9.5714 15.7543 9.27438 15.9429 9.05137C16.0377 8.93928 16.1117 8.84429 16.1637 8.77495C16.1897 8.74024 16.2103 8.71182 16.2252 8.69075L16.2435 8.66474L16.2495 8.65608L16.2517 8.65287L16.2525 8.65156C16.2527 8.65129 16.2533 8.65044 15.501 8.14136L16.2533 8.65044C16.3551 8.49994 16.4096 8.32239 16.4096 8.14068L16.4095 2.70962C16.4095 2.20728 16.0023 1.80005 15.4999 1.80005H8.49992Z",
59
+ fill: "#FFE2A0"
60
+ }
61
+ ),
62
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
63
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
64
+ "path",
65
+ {
66
+ d: "M8.74381 14.75C8.35998 14.75 8.04883 15.0612 8.04883 15.445V16.555C8.04883 16.9388 8.35998 17.25 8.74381 17.25H9.85384C10.2377 17.25 10.5488 16.9388 10.5488 16.555V15.445C10.5488 15.0612 10.2377 14.75 9.85384 14.75H8.74381Z",
67
+ fill: "white"
68
+ }
69
+ ),
70
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
71
+ "path",
72
+ {
73
+ d: "M14.1462 14.75C13.7623 14.75 13.4512 15.0612 13.4512 15.445V16.555C13.4512 16.9388 13.7623 17.25 14.1462 17.25H15.2562C15.64 17.25 15.9512 16.9388 15.9512 16.555V15.445C15.9512 15.0612 15.64 14.75 15.2562 14.75H14.1462Z",
74
+ fill: "white"
75
+ }
76
+ )
77
+ ] })
78
+ ] })
79
+ }
80
+ );
81
+ var IconWindow2Store = (0, import_react.forwardRef)(Icon);
82
+ var IconWindow2Store_default = IconWindow2Store;