@karrotmarket/react-multicolor-icon 1.11.0 → 1.14.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.
@@ -0,0 +1,59 @@
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/IconCupTakeout.tsx
21
+ var IconCupTakeout_exports = {};
22
+ __export(IconCupTakeout_exports, {
23
+ default: () => IconCupTakeout_default
24
+ });
25
+ module.exports = __toCommonJS(IconCupTakeout_exports);
26
+ var import_react = require("react");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
29
+ "svg",
30
+ {
31
+ viewBox: "0 0 24 24",
32
+ fill: "none",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ "data-seed-icon": "true",
35
+ width: size,
36
+ height: size,
37
+ ref,
38
+ ...props,
39
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
41
+ "path",
42
+ {
43
+ d: "M3.11133 6.99997H4L4.83887 3.6445C4.93659 3.25396 5.25931 2.95963 5.65723 2.89841L17.166 1.1279C17.6477 1.0538 18.1125 1.33842 18.2666 1.80075L20 6.99997H20.8887C21.5023 6.99997 22 7.44769 22 7.99997V9.99997C22 10.5522 21.5023 11 20.8887 11H3.11133C2.49769 11 2.00002 10.5522 2 9.99997V7.99997C2 7.44769 2.49768 6.99997 3.11133 6.99997Z",
44
+ fill: "#E68507"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
48
+ "path",
49
+ {
50
+ d: "M18.1309 22.1523C18.0557 22.6401 17.6351 23 17.1416 23H6.8584C6.3649 23 5.94428 22.6401 5.86914 22.1523L4.1543 11H19.8457L18.1309 22.1523Z",
51
+ fill: "#FFCB64"
52
+ }
53
+ ),
54
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18.46 20L19.46 13.5H4.54004L5.54004 20H18.46Z", fill: "#FF9F30" })
55
+ ] })
56
+ }
57
+ );
58
+ var IconCupTakeout = (0, import_react.forwardRef)(Icon);
59
+ var IconCupTakeout_default = IconCupTakeout;
@@ -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,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAVpJREFUeAG1lcFKxDAQhv/JrrjopVf1Us8erIJn6yP4BKvgS8heFgR9CcFHce8e7D6BEcHixbNLbcZUylrakTbZ7gch4U8yk0ySCbBmCI6kd6OQWUVAbms6BDgqdKXofOf6S9fHDyUjL9Mg2N7KwjzLIya2RhDaEoERsmHbzMvV8XKOMebCVlO07eB3hcY8264AbujdyWK/LqrGMIPYw3hBmN6M4nYHMKfwxCgTtzpgohieEGjc1Erebzcf7ZnF6AF79MneZHFUtFVFjdETVNy4EoU1U3WQoC+IZstmvY+fruwb+NuiIzM6uT+rCs0QMebwhUjXpWaq+PxIkOdj+DAYzNsdpG8a/ui6IN2iVQ5b1wUxXfNDxPCALpOGPdV1JR0Qdy47IK8wvXZ3wPLgFrQkij8aDo4TkGMWUZRIUfrHysA9RIa1JMsONjJtPwZxgkjxgoff/eUyF34AcnlhjjoCy2wAAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconCupTakeout: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconCupTakeout;
@@ -0,0 +1,38 @@
1
+ // src/IconCupTakeout.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
+ width: size,
12
+ height: size,
13
+ ref,
14
+ ...props,
15
+ children: /* @__PURE__ */ jsxs("g", { children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ d: "M3.11133 6.99997H4L4.83887 3.6445C4.93659 3.25396 5.25931 2.95963 5.65723 2.89841L17.166 1.1279C17.6477 1.0538 18.1125 1.33842 18.2666 1.80075L20 6.99997H20.8887C21.5023 6.99997 22 7.44769 22 7.99997V9.99997C22 10.5522 21.5023 11 20.8887 11H3.11133C2.49769 11 2.00002 10.5522 2 9.99997V7.99997C2 7.44769 2.49768 6.99997 3.11133 6.99997Z",
20
+ fill: "#E68507"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ d: "M18.1309 22.1523C18.0557 22.6401 17.6351 23 17.1416 23H6.8584C6.3649 23 5.94428 22.6401 5.86914 22.1523L4.1543 11H19.8457L18.1309 22.1523Z",
27
+ fill: "#FFCB64"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ jsx("path", { d: "M18.46 20L19.46 13.5H4.54004L5.54004 20H18.46Z", fill: "#FF9F30" })
31
+ ] })
32
+ }
33
+ );
34
+ var IconCupTakeout = forwardRef(Icon);
35
+ var IconCupTakeout_default = IconCupTakeout;
36
+ export {
37
+ IconCupTakeout_default as default
38
+ };
@@ -0,0 +1,72 @@
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/IconCupcake.tsx
21
+ var IconCupcake_exports = {};
22
+ __export(IconCupcake_exports, {
23
+ default: () => IconCupcake_default
24
+ });
25
+ module.exports = __toCommonJS(IconCupcake_exports);
26
+ var import_react = require("react");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
29
+ "svg",
30
+ {
31
+ viewBox: "0 0 24 24",
32
+ fill: "none",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ "data-seed-icon": "true",
35
+ width: size,
36
+ height: size,
37
+ ref,
38
+ ...props,
39
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
41
+ "path",
42
+ {
43
+ d: "M7.7666 2C8.32234 3.65973 11.1011 4.21289 14.4355 4.21289C18.3936 4.2129 20.9944 6.80262 19.6318 9.69531C21.1086 10.5513 22 11.6863 22 13C22 13.6472 21.7831 14.4146 21.3867 15.0869C21.0041 15.7357 20.2405 16 19.4873 16H4.5127C3.75948 16 2.99592 15.7357 2.61328 15.0869C2.21687 14.4146 2 13.6472 2 13C2 11.5872 3.03052 10.3803 4.71191 9.50586C2.95206 6.98942 4.64177 2.88877 7.7666 2Z",
44
+ fill: "#FEAEBC"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
48
+ "path",
49
+ {
50
+ d: "M19.3213 21.3926C19.1342 22.3272 18.3136 23 17.3604 23H6.63965C5.68642 23 4.86583 22.3272 4.67871 21.3926L3.56836 15.8438C3.86451 15.9506 4.18943 16 4.5127 16H19.4873C19.8103 16 20.1347 15.9504 20.4307 15.8438L19.3213 21.3926Z",
51
+ fill: "#FB4162"
52
+ }
53
+ ),
54
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
55
+ "path",
56
+ {
57
+ d: "M19.2548 1.94722C19.6888 1.86467 20.1075 2.14936 20.1902 2.58333C20.2728 3.01729 19.988 3.43595 19.5541 3.51866C18.9944 3.62524 18.4004 4.00723 17.9396 4.49691C17.7148 4.7359 17.5439 4.97812 17.4361 5.18599C17.3826 5.28925 17.3493 5.3748 17.3311 5.43988C17.316 5.49368 17.3146 5.52172 17.3144 5.5273C17.3425 5.96821 17.0076 6.34851 16.5667 6.37668C16.1258 6.40478 15.7455 6.06985 15.7173 5.62896C15.6905 5.2083 15.8391 4.79003 16.0158 4.44922C16.2018 4.09043 16.4648 3.72953 16.7745 3.40031C17.3833 2.75328 18.2614 2.13641 19.2548 1.94722Z",
58
+ fill: "#B62942"
59
+ }
60
+ ),
61
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
62
+ "path",
63
+ {
64
+ d: "M15.25 3.80005C17.3211 3.80005 19 5.47918 19 7.55005C18.9999 8.51363 18.6357 9.39144 18.038 10.0552C17.7027 10.4274 17.1836 10.5512 16.6891 10.4707C14.9993 10.1955 13.478 9.6557 12.243 8.92872C11.8388 8.69076 11.5437 8.29061 11.5099 7.82278C11.5033 7.73272 11.5 7.64177 11.5 7.55005C11.5 5.47918 13.1789 3.80005 15.25 3.80005Z",
65
+ fill: "#FB4162"
66
+ }
67
+ )
68
+ ] })
69
+ }
70
+ );
71
+ var IconCupcake = (0, import_react.forwardRef)(Icon);
72
+ var IconCupcake_default = IconCupcake;
@@ -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 컵케이크, 케이크, 디저트, 베이커리, 베이킹, cupcake, cake, dessert, bakery, party
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAdxJREFUeAHVlE1LG0EYx//PbGwpSJtTe+ihaW8FD5ZCe420CNJLcuutSi+9xW9g/AQl9xY9C5J48qCR9RusN0GQBfXgG66viZqZx9nFxA2zu8ZEBX+w7M7L8/8/z+zMAE8dihvgucUCSxonEkOUH3KRwPzA9yxLntBRWWL1fmTVdhMNuFydYObi9RRXMSYtIR3KDzutOdk/mcs+mV7cXM/4EVrJY4XSj9WlYmIFPFsdZeIpxHF47MqZBQ/1+qDfrMkGdmqn3trx/qdw5k2EYUD8CwnIylKmKe7zwkrhXf+r9PDnr4Wo+SKibxAx8PoGcHQaOaZOzsbl7EKxE4M04gz2PMSijYmo0ImBjRjo7Wvg+bPowZf9kckZBjoLB7EGb2D9HAF9/NAUvBH6MuC/jNi2XaTK1TKYc+gQ3toGdg+CqgLToBMVEtaYPjvBeqZak8vVv3wHcVxXBP9pTzmnVGNFfxX9ZmuJtPgo7onwzxZ4YMIGDu4JJqoYBkTWGOoXLnqldu4IiMmWbnis8e13jpW+uHqAmPIp+79ZgY8lpY0esSDblrrNgOxpjwEX3eNpDTfWIDBJOMm3Y8aa17XiZXStb8aaFUB0XQGpDiros//ZOpMS7qzOpfDueTSuAJh0sIkqYTGbAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconCupcake: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconCupcake;
@@ -0,0 +1,51 @@
1
+ // src/IconCupcake.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
+ width: size,
12
+ height: size,
13
+ ref,
14
+ ...props,
15
+ children: /* @__PURE__ */ jsxs("g", { children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ d: "M7.7666 2C8.32234 3.65973 11.1011 4.21289 14.4355 4.21289C18.3936 4.2129 20.9944 6.80262 19.6318 9.69531C21.1086 10.5513 22 11.6863 22 13C22 13.6472 21.7831 14.4146 21.3867 15.0869C21.0041 15.7357 20.2405 16 19.4873 16H4.5127C3.75948 16 2.99592 15.7357 2.61328 15.0869C2.21687 14.4146 2 13.6472 2 13C2 11.5872 3.03052 10.3803 4.71191 9.50586C2.95206 6.98942 4.64177 2.88877 7.7666 2Z",
20
+ fill: "#FEAEBC"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ d: "M19.3213 21.3926C19.1342 22.3272 18.3136 23 17.3604 23H6.63965C5.68642 23 4.86583 22.3272 4.67871 21.3926L3.56836 15.8438C3.86451 15.9506 4.18943 16 4.5127 16H19.4873C19.8103 16 20.1347 15.9504 20.4307 15.8438L19.3213 21.3926Z",
27
+ fill: "#FB4162"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ jsx(
31
+ "path",
32
+ {
33
+ d: "M19.2548 1.94722C19.6888 1.86467 20.1075 2.14936 20.1902 2.58333C20.2728 3.01729 19.988 3.43595 19.5541 3.51866C18.9944 3.62524 18.4004 4.00723 17.9396 4.49691C17.7148 4.7359 17.5439 4.97812 17.4361 5.18599C17.3826 5.28925 17.3493 5.3748 17.3311 5.43988C17.316 5.49368 17.3146 5.52172 17.3144 5.5273C17.3425 5.96821 17.0076 6.34851 16.5667 6.37668C16.1258 6.40478 15.7455 6.06985 15.7173 5.62896C15.6905 5.2083 15.8391 4.79003 16.0158 4.44922C16.2018 4.09043 16.4648 3.72953 16.7745 3.40031C17.3833 2.75328 18.2614 2.13641 19.2548 1.94722Z",
34
+ fill: "#B62942"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ jsx(
38
+ "path",
39
+ {
40
+ d: "M15.25 3.80005C17.3211 3.80005 19 5.47918 19 7.55005C18.9999 8.51363 18.6357 9.39144 18.038 10.0552C17.7027 10.4274 17.1836 10.5512 16.6891 10.4707C14.9993 10.1955 13.478 9.6557 12.243 8.92872C11.8388 8.69076 11.5437 8.29061 11.5099 7.82278C11.5033 7.73272 11.5 7.64177 11.5 7.55005C11.5 5.47918 13.1789 3.80005 15.25 3.80005Z",
41
+ fill: "#FB4162"
42
+ }
43
+ )
44
+ ] })
45
+ }
46
+ );
47
+ var IconCupcake = forwardRef(Icon);
48
+ var IconCupcake_default = IconCupcake;
49
+ export {
50
+ IconCupcake_default as default
51
+ };
@@ -0,0 +1,58 @@
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/IconEyebrow.tsx
21
+ var IconEyebrow_exports = {};
22
+ __export(IconEyebrow_exports, {
23
+ default: () => IconEyebrow_default
24
+ });
25
+ module.exports = __toCommonJS(IconEyebrow_exports);
26
+ var import_react = require("react");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
29
+ "svg",
30
+ {
31
+ viewBox: "0 0 24 24",
32
+ fill: "none",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ "data-seed-icon": "true",
35
+ width: size,
36
+ height: size,
37
+ ref,
38
+ ...props,
39
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
41
+ "path",
42
+ {
43
+ d: "M19.1428 11.4854C19.4272 11.0122 20.0416 10.8585 20.5149 11.1426C20.988 11.427 21.1416 12.0414 20.8576 12.5147C20.6726 12.8226 20.4631 13.1171 20.2346 13.3994C20.2558 13.4431 20.2842 13.4976 20.3264 13.5606C20.4398 13.7297 20.6088 13.9172 20.8186 14.0996C21.2643 14.4872 21.7366 14.717 21.9846 14.7607C22.5283 14.8566 22.8917 15.3753 22.7961 15.919C22.7002 16.4628 22.1808 16.8264 21.6369 16.7305C20.9004 16.6005 20.1046 16.1288 19.507 15.6094C19.2394 15.3767 18.9853 15.1077 18.7707 14.8174C18.2308 15.2314 17.6354 15.5944 16.9953 15.8994C16.9986 15.9325 17.0002 15.9661 17.0002 16C17.0002 16.2188 17.1336 16.6474 17.4572 17.1328C17.7732 17.6068 18.1542 17.9588 18.4475 18.1055C18.9413 18.3525 19.1416 18.9534 18.8947 19.4473C18.6478 19.9412 18.0469 20.1414 17.5529 19.8945C16.8463 19.5412 16.2272 18.8931 15.7932 18.2422C15.476 17.7665 15.1923 17.19 15.0676 16.6045C14.403 16.7805 13.7098 16.8998 12.9973 16.958C12.9979 16.972 13.0002 16.9859 13.0002 17V20C13.0002 20.5522 12.5524 20.9999 12.0002 21C11.4479 21 11.0002 20.5523 11.0002 20V17C11.0002 16.9859 11.0016 16.972 11.0022 16.958C10.2252 16.8945 9.47123 16.7577 8.75216 16.5547C8.63324 17.1572 8.34385 17.7531 8.01779 18.2422C7.58381 18.8931 6.96465 19.5412 6.25802 19.8945C5.76411 20.1413 5.16316 19.9411 4.91623 19.4473C4.66944 18.9534 4.86982 18.3525 5.36349 18.1055C5.65676 17.9588 6.03774 17.6067 6.35373 17.1328C6.67736 16.6474 6.81076 16.2188 6.81076 16C6.81076 15.9363 6.81694 15.8739 6.82834 15.8135C6.20759 15.5033 5.63078 15.1379 5.10861 14.7236C4.88151 15.0507 4.60029 15.3517 4.30392 15.6094C3.70641 16.1288 2.91061 16.6005 2.17404 16.7305C1.63029 16.8263 1.11094 16.4636 1.01486 15.9199C0.918957 15.376 1.2825 14.8567 1.82638 14.7607C2.0744 14.717 2.54666 14.4872 2.9924 14.0996C3.20217 13.9172 3.37118 13.7297 3.48459 13.5606C3.6038 13.3828 3.62528 13.2803 3.62716 13.2588C3.628 13.2493 3.629 13.2399 3.63009 13.2305C3.45371 13.0001 3.29101 12.7613 3.14279 12.5147C2.85868 12.0413 3.01234 11.427 3.48556 11.1426C3.95885 10.8586 4.57328 11.0122 4.85763 11.4854C6.06532 13.4944 8.7515 15 12.0002 15L12.3029 14.9961C15.4153 14.9058 17.973 13.4316 19.1428 11.4854Z",
44
+ fill: "#9E51E7"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
48
+ "path",
49
+ {
50
+ d: "M2.71323 5.34791C2.59079 5.13193 2.64343 4.85769 2.85193 4.72289C5.19384 3.20869 10.0426 2.55287 14 2.99999C17.8906 3.43964 21.2866 6.31627 21.9459 8.7692C21.9689 8.85459 21.8736 8.91836 21.7986 8.87139C15.1862 4.72526 8.06311 6.65179 4.93951 8.26074C4.69285 8.38779 4.38858 8.30324 4.25175 8.06187L2.71323 5.34791Z",
51
+ fill: "#CB71F8"
52
+ }
53
+ )
54
+ ] })
55
+ }
56
+ );
57
+ var IconEyebrow = (0, import_react.forwardRef)(Icon);
58
+ var IconEyebrow_default = IconEyebrow;
@@ -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 눈썹, 속눈썹, 뷰티, 메이크업, 케어, eyebrow, eyelash, brow, beauty, care
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAhVJREFUeAHtVD1y01AQ/vbhDHaFWqdyThBnBhg6nBNgUtEhmQMgcYHgC9g+AZI7KiyfAFMxkxQJJ7AqTJnOHn7esk9PIj88EsVDk0y+5v1o99tv9+0KuOmgKkZHIXvAyju9qZ/sjOikii+5yH6qpU+4t62ZO2JgiD2HrwlwzMTjx4NGcmWAz+GytaHUPjP7uCaEJNPEfVcgVW5qQGsdcgMWX2KKD9+sho7gpziIlgmBXl6wyUshhl+YdcbK1p40e0SqJeTbcmyjKCMRJQ8H9wNnAFOmGtFR8WEsGaWPRo0ZKuAwXHaY4BuBvwjRk0F95DQ8CL+3bdesByNSShXi1uDcG7x7vpjnl7zaCdKtSoPk8u9NmlvlnXLYtaDqQ1wT8d4izn0voHb2IC2WSueEzPDjvW8eNEdB2sxwGXF30ZI6xOLTyTmUis5xWqO5B9UwU1y+flaqIUIiNZtig46D9zZY/EJIf3BbJuwps/Jl1KTrzHzYlUn3labUiMsDFLXLCSVIpEApFA1l30UF5CL0KtKoh7Lft7c87U02u7XyIOV5AI1xL92cFalPJT8TwKjIGNS2Cu2/B2fvNPpFU7wVv0zEPdOaPxW27rrKVH40WckavPrQTIpM2azSJUXmX2Va6bUcZsGkueviUn+Tz72S3KgsyZ2lYRrZTNApW/TKAH+cRRUxdnEJ8ke0Nhn+B4zKfym9w9r4Dbz456l3GgLuAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconEyebrow: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconEyebrow;
@@ -0,0 +1,37 @@
1
+ // src/IconEyebrow.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
+ width: size,
12
+ height: size,
13
+ ref,
14
+ ...props,
15
+ children: /* @__PURE__ */ jsxs("g", { children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ d: "M19.1428 11.4854C19.4272 11.0122 20.0416 10.8585 20.5149 11.1426C20.988 11.427 21.1416 12.0414 20.8576 12.5147C20.6726 12.8226 20.4631 13.1171 20.2346 13.3994C20.2558 13.4431 20.2842 13.4976 20.3264 13.5606C20.4398 13.7297 20.6088 13.9172 20.8186 14.0996C21.2643 14.4872 21.7366 14.717 21.9846 14.7607C22.5283 14.8566 22.8917 15.3753 22.7961 15.919C22.7002 16.4628 22.1808 16.8264 21.6369 16.7305C20.9004 16.6005 20.1046 16.1288 19.507 15.6094C19.2394 15.3767 18.9853 15.1077 18.7707 14.8174C18.2308 15.2314 17.6354 15.5944 16.9953 15.8994C16.9986 15.9325 17.0002 15.9661 17.0002 16C17.0002 16.2188 17.1336 16.6474 17.4572 17.1328C17.7732 17.6068 18.1542 17.9588 18.4475 18.1055C18.9413 18.3525 19.1416 18.9534 18.8947 19.4473C18.6478 19.9412 18.0469 20.1414 17.5529 19.8945C16.8463 19.5412 16.2272 18.8931 15.7932 18.2422C15.476 17.7665 15.1923 17.19 15.0676 16.6045C14.403 16.7805 13.7098 16.8998 12.9973 16.958C12.9979 16.972 13.0002 16.9859 13.0002 17V20C13.0002 20.5522 12.5524 20.9999 12.0002 21C11.4479 21 11.0002 20.5523 11.0002 20V17C11.0002 16.9859 11.0016 16.972 11.0022 16.958C10.2252 16.8945 9.47123 16.7577 8.75216 16.5547C8.63324 17.1572 8.34385 17.7531 8.01779 18.2422C7.58381 18.8931 6.96465 19.5412 6.25802 19.8945C5.76411 20.1413 5.16316 19.9411 4.91623 19.4473C4.66944 18.9534 4.86982 18.3525 5.36349 18.1055C5.65676 17.9588 6.03774 17.6067 6.35373 17.1328C6.67736 16.6474 6.81076 16.2188 6.81076 16C6.81076 15.9363 6.81694 15.8739 6.82834 15.8135C6.20759 15.5033 5.63078 15.1379 5.10861 14.7236C4.88151 15.0507 4.60029 15.3517 4.30392 15.6094C3.70641 16.1288 2.91061 16.6005 2.17404 16.7305C1.63029 16.8263 1.11094 16.4636 1.01486 15.9199C0.918957 15.376 1.2825 14.8567 1.82638 14.7607C2.0744 14.717 2.54666 14.4872 2.9924 14.0996C3.20217 13.9172 3.37118 13.7297 3.48459 13.5606C3.6038 13.3828 3.62528 13.2803 3.62716 13.2588C3.628 13.2493 3.629 13.2399 3.63009 13.2305C3.45371 13.0001 3.29101 12.7613 3.14279 12.5147C2.85868 12.0413 3.01234 11.427 3.48556 11.1426C3.95885 10.8586 4.57328 11.0122 4.85763 11.4854C6.06532 13.4944 8.7515 15 12.0002 15L12.3029 14.9961C15.4153 14.9058 17.973 13.4316 19.1428 11.4854Z",
20
+ fill: "#9E51E7"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ d: "M2.71323 5.34791C2.59079 5.13193 2.64343 4.85769 2.85193 4.72289C5.19384 3.20869 10.0426 2.55287 14 2.99999C17.8906 3.43964 21.2866 6.31627 21.9459 8.7692C21.9689 8.85459 21.8736 8.91836 21.7986 8.87139C15.1862 4.72526 8.06311 6.65179 4.93951 8.26074C4.69285 8.38779 4.38858 8.30324 4.25175 8.06187L2.71323 5.34791Z",
27
+ fill: "#CB71F8"
28
+ }
29
+ )
30
+ ] })
31
+ }
32
+ );
33
+ var IconEyebrow = forwardRef(Icon);
34
+ var IconEyebrow_default = IconEyebrow;
35
+ export {
36
+ IconEyebrow_default as default
37
+ };
@@ -0,0 +1,58 @@
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/IconHandDrop.tsx
21
+ var IconHandDrop_exports = {};
22
+ __export(IconHandDrop_exports, {
23
+ default: () => IconHandDrop_default
24
+ });
25
+ module.exports = __toCommonJS(IconHandDrop_exports);
26
+ var import_react = require("react");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
29
+ "svg",
30
+ {
31
+ viewBox: "0 0 24 24",
32
+ fill: "none",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ "data-seed-icon": "true",
35
+ width: size,
36
+ height: size,
37
+ ref,
38
+ ...props,
39
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
41
+ "path",
42
+ {
43
+ d: "M1.49364 11.0102C2.36651 9.84636 3.94634 9.47287 5.24754 10.1235L9.11278 12.0561C9.03961 12.3587 9.00047 12.6754 9.00047 13.0004C9.00097 15.2091 10.7917 17.0004 13.0005 17.0004H17.5005C18.0522 17.0002 18.5 16.5521 18.5005 16.0004C18.5005 15.4483 18.0525 15.0007 17.5005 15.0004H13.0005C12.9314 15.0004 12.8627 14.9965 12.7954 14.9897C12.6608 14.976 12.5302 14.9487 12.4048 14.9096C11.5911 14.6562 11.0007 13.8975 11.0005 13.0004C11.0005 11.8959 11.8959 11.0004 13.0005 11.0004H21.0005C22.1048 11.0007 23.0005 11.896 23.0005 13.0004V18.0756C23.0003 18.9277 22.46 19.6874 21.6548 19.9662L14.3638 22.4897C11.7171 23.4058 8.77818 22.6556 6.89403 20.5834L1.6743 14.8403C0.703144 13.7719 0.62742 12.1652 1.49364 11.0102Z",
44
+ fill: "#FFBB32"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
48
+ "path",
49
+ {
50
+ d: "M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 4.5 12 2 12 2C12 2 15 4.5 15 7Z",
51
+ fill: "#E68507"
52
+ }
53
+ )
54
+ ] })
55
+ }
56
+ );
57
+ var IconHandDrop = (0, import_react.forwardRef)(Icon);
58
+ var IconHandDrop_default = IconHandDrop;
@@ -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 마사지, 스파, 피부관리, 뷰티, 케어, massage, spa, therapy, wellness, beauty
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAbxJREFUeAHlVc1OwkAQnl2IcuTkQS99hCIx8SiJHDyJT4A+AleNocYDR+EN4AnUEwmaFG8eVHgDezDhSowm/tAdZ5cKFFq6FePFL2mTTme+mfl2pgX4V+hVUuVeZakcJ4bpOkpyFGh5UaXVw/eqTpxWAiI3iPxx0paEZGbl6LUbFctBB0LMyDJggzPQgFYCBCgEGE3QgF4HC0CzA16btgkBDY1Q/yFjc9OAFBlzt86049PpcpVzLCo/wWtrx28W6CZAm4jdD5tKNTxzm64Tlr9rw4IYJrjKdugecGj+RHidpQ6wSoWkI1gdulls+77B0TbTweSKcovUtieerUhy5UZKIKpF1DtkVYQKjCYfQ/lyluv2qaXaXNdB0vQSlOhyIAZGU0T6nlNbhRAvBxIio4oJAbYydWCs6AvLP7CxRAn3gEzB3xapqcs7VEQhLAHQDENgbZM8UutP3iGrAb8AfwfSICVwRS6uzoHwOGamiO10HZUEoA8/x2hwQv8H2NowgblyB2KMJi0mxwY8iwu2NxyIuT8cbJoGJLg9/0zktuMlvIj6N6nvLWgAW+v7tDG7apoYptW0Id6Ekf4pvgCffaVPL7DN5AAAAABJRU5ErkJggg==)
9
+ */
10
+ declare const IconHandDrop: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconHandDrop;
@@ -0,0 +1,37 @@
1
+ // src/IconHandDrop.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
+ width: size,
12
+ height: size,
13
+ ref,
14
+ ...props,
15
+ children: /* @__PURE__ */ jsxs("g", { children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ d: "M1.49364 11.0102C2.36651 9.84636 3.94634 9.47287 5.24754 10.1235L9.11278 12.0561C9.03961 12.3587 9.00047 12.6754 9.00047 13.0004C9.00097 15.2091 10.7917 17.0004 13.0005 17.0004H17.5005C18.0522 17.0002 18.5 16.5521 18.5005 16.0004C18.5005 15.4483 18.0525 15.0007 17.5005 15.0004H13.0005C12.9314 15.0004 12.8627 14.9965 12.7954 14.9897C12.6608 14.976 12.5302 14.9487 12.4048 14.9096C11.5911 14.6562 11.0007 13.8975 11.0005 13.0004C11.0005 11.8959 11.8959 11.0004 13.0005 11.0004H21.0005C22.1048 11.0007 23.0005 11.896 23.0005 13.0004V18.0756C23.0003 18.9277 22.46 19.6874 21.6548 19.9662L14.3638 22.4897C11.7171 23.4058 8.77818 22.6556 6.89403 20.5834L1.6743 14.8403C0.703144 13.7719 0.62742 12.1652 1.49364 11.0102Z",
20
+ fill: "#FFBB32"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ d: "M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 4.5 12 2 12 2C12 2 15 4.5 15 7Z",
27
+ fill: "#E68507"
28
+ }
29
+ )
30
+ ] })
31
+ }
32
+ );
33
+ var IconHandDrop = forwardRef(Icon);
34
+ var IconHandDrop_default = IconHandDrop;
35
+ export {
36
+ IconHandDrop_default as default
37
+ };
@@ -0,0 +1,68 @@
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/IconHouseCard.tsx
21
+ var IconHouseCard_exports = {};
22
+ __export(IconHouseCard_exports, {
23
+ default: () => IconHouseCard_default
24
+ });
25
+ module.exports = __toCommonJS(IconHouseCard_exports);
26
+ var import_react = require("react");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
29
+ "svg",
30
+ {
31
+ viewBox: "0 0 24 24",
32
+ fill: "none",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ "data-seed-icon": "true",
35
+ width: size,
36
+ height: size,
37
+ ref,
38
+ ...props,
39
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
41
+ "path",
42
+ {
43
+ d: "M2 8.84615L11.4998 3L21 8.84615V22H5C3.34315 22 2 20.6569 2 19V8.84615Z",
44
+ fill: "#FED481"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: 10, y: 13, width: 13, height: 9, rx: 1, fill: "#FF6F0F" }),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
50
+ "path",
51
+ {
52
+ d: "M23.0001 17.7497H10.0001V15.2497H23.0001V17.7497Z",
53
+ fill: "#FFAA00"
54
+ }
55
+ ),
56
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
57
+ "path",
58
+ {
59
+ d: "M9.66518 2.2409C10.7715 1.48422 12.2289 1.48408 13.3351 2.2409L21.7062 7.96844C22.2756 8.35828 22.4209 9.13613 22.0314 9.70575C21.6415 10.2752 20.8637 10.4207 20.2941 10.0309L11.924 4.30438C11.6688 4.12976 11.3316 4.12989 11.0763 4.30438L2.7062 10.0309C2.13655 10.4207 1.3588 10.2752 0.968892 9.70575C0.579215 9.13611 0.724626 8.35832 1.29409 7.96844L9.66518 2.2409Z",
60
+ fill: "#FFAA00"
61
+ }
62
+ )
63
+ ] })
64
+ ] })
65
+ }
66
+ );
67
+ var IconHouseCard = (0, import_react.forwardRef)(Icon);
68
+ var IconHouseCard_default = IconHouseCard;
@@ -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,realty
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAYJJREFUeAHdkrFOAkEQhv89wJgQAxi1sPEorNTE0hLeQApN7HgDtbQCngDpTbDTaEFpqW8ghT1bGROaOw0JCRfHuVWWM8fhHnqNX3K3m7nZ+effGyBhhGki3WAXBBsL6IoKpOm5HwWogzxGaPK2qoMWLpFCw0RopgDdosRdt3lrT/ks+WmIQxaLK6C69lDj4ic6mC2CVkqA24VwHoMVzpFWbhwjgVDX1iJorQws702SHBZ5uQPeh0E3FXbTjRSI7Hp9H8jkEWLkQDx3gIEMVquLAzRCAmpCgM7MrqPoP0D074MRiQzK4wEQ3LnNU9Iz6joK341sq1WTQcH/LxZvdZRWy6CNarziqlgetHmqzmuGUEU+r+gKNm2d9fyr+TXKTbMwnipLqRzxff1FcR92ExxZCwmTNk0U1xfA26tRLh3niBcpWm7R3IFh8QC2/zJ2gO0B5sFcIOdhHswFXPPUCV4Mgacs4uN+G1MHCaAFiNBCAmiB1E6t/iUy3clSDjGR+Bd8AG+DeethPXs7AAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconHouseCard: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconHouseCard;
@@ -0,0 +1,47 @@
1
+ // src/IconHouseCard.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
+ width: size,
12
+ height: size,
13
+ ref,
14
+ ...props,
15
+ children: /* @__PURE__ */ jsxs("g", { children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ d: "M2 8.84615L11.4998 3L21 8.84615V22H5C3.34315 22 2 20.6569 2 19V8.84615Z",
20
+ fill: "#FED481"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx("rect", { x: 10, y: 13, width: 13, height: 9, rx: 1, fill: "#FF6F0F" }),
24
+ /* @__PURE__ */ jsxs("g", { children: [
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M23.0001 17.7497H10.0001V15.2497H23.0001V17.7497Z",
29
+ fill: "#FFAA00"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ jsx(
33
+ "path",
34
+ {
35
+ d: "M9.66518 2.2409C10.7715 1.48422 12.2289 1.48408 13.3351 2.2409L21.7062 7.96844C22.2756 8.35828 22.4209 9.13613 22.0314 9.70575C21.6415 10.2752 20.8637 10.4207 20.2941 10.0309L11.924 4.30438C11.6688 4.12976 11.3316 4.12989 11.0763 4.30438L2.7062 10.0309C2.13655 10.4207 1.3588 10.2752 0.968892 9.70575C0.579215 9.13611 0.724626 8.35832 1.29409 7.96844L9.66518 2.2409Z",
36
+ fill: "#FFAA00"
37
+ }
38
+ )
39
+ ] })
40
+ ] })
41
+ }
42
+ );
43
+ var IconHouseCard = forwardRef(Icon);
44
+ var IconHouseCard_default = IconHouseCard;
45
+ export {
46
+ IconHouseCard_default as default
47
+ };