@karrotmarket/react-multicolor-icon 1.12.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,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
+ };
@@ -0,0 +1,74 @@
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/IconPercentArrowshapeDown.tsx
21
+ var IconPercentArrowshapeDown_exports = {};
22
+ __export(IconPercentArrowshapeDown_exports, {
23
+ default: () => IconPercentArrowshapeDown_default
24
+ });
25
+ module.exports = __toCommonJS(IconPercentArrowshapeDown_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: "M4.49999 3C4.49999 1.89543 5.39542 1 6.49999 1H17.5C18.6046 1 19.5 1.89543 19.5 3V12H22.3603C23.281 12 23.7125 13.139 23.0229 13.749L12.6626 22.9139C12.2843 23.2485 11.7158 23.2486 11.3375 22.9139L0.977132 13.749C0.287533 13.139 0.719009 12 1.6397 12H4.49999V3Z",
44
+ fill: "#FB4162"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M10.5 7.74997C10.5 8.44033 9.94033 8.99997 9.24997 8.99997C8.55962 8.99997 7.99997 8.44033 7.99997 7.74997C7.99997 7.05961 8.55962 6.49997 9.24997 6.49997C9.94033 6.49997 10.5 7.05961 10.5 7.74997Z",
52
+ fill: "white"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M16 13.25C16 13.9403 15.4403 14.5 14.75 14.5C14.0596 14.5 13.5 13.9403 13.5 13.25C13.5 12.5596 14.0596 12 14.75 12C15.4403 12 16 12.5596 16 13.25Z",
59
+ fill: "white"
60
+ }
61
+ ),
62
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
63
+ "path",
64
+ {
65
+ d: "M8.11235 12.9713L14.4763 6.60735C14.8668 6.21682 15.5 6.21682 15.8905 6.60735C16.281 6.99787 16.281 7.63104 15.8905 8.02156L9.52656 14.3855C9.13604 14.776 8.50288 14.776 8.11235 14.3855C7.72183 13.995 7.72183 13.3618 8.11235 12.9713Z",
66
+ fill: "white"
67
+ }
68
+ )
69
+ ] })
70
+ ] })
71
+ }
72
+ );
73
+ var IconPercentArrowshapeDown = (0, import_react.forwardRef)(Icon);
74
+ var IconPercentArrowshapeDown_default = IconPercentArrowshapeDown;
@@ -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 당근초특가,할인,특가,discount,sale,down
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAcRJREFUeAHFVD0vBFEUPffN2oQo9g9IFBIlWpohER0rFDqLaCjQUKKkEL9gP36A+KjFTqG3yu22JNlig5DYnXe9N2vt18zOzFpxkpeZ3HvPOe/NvHuBPwa1BtjcjVXo9VK/IQyIriLSXiMrXWoMi9a6sniJhxZ3dsbxshCJ1nCbgTrSMLqE4sZ8DXqN/zeg8VGIuSlgcKCZuDQLsbXiR/c3MPbXIQ7Umpusk1YXILZXIJZn24xDG8jHPPD2DtbPmvjqfDWXuXZynRCBn8FJEhJwFZeZGz968J/cjXhgg27FNejT3BwnsrNwaRIvcRoZgnG2D3n/AHma9FY3xLQgcMxLXN8Qt53T2Gg1p65wB5S4QiVn2OlTgOxLtzGhryOeipAXt83GUxPg5yI4l3cXZzkdtdK5n2n6YSaGDRLZ38wiDcUvGEpcTdWCs8Faol8FbJVgVYCuQblG8SaDmkkfywlVaCE0yIqw3STuRL3KyzNr52DaQQAwOBPNphJuOc8+6LtL7SrmMfxAOPYSr6Z9UDbXj1TVoVuOGXtRK3mOjv4BUDE34kycQr1fSt/iaT9uIAONWq/obypZLuo7jl6DzURMrzCcLwGBtWGqYCWnAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconPercentArrowshapeDown: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconPercentArrowshapeDown;
@@ -0,0 +1,53 @@
1
+ // src/IconPercentArrowshapeDown.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: "M4.49999 3C4.49999 1.89543 5.39542 1 6.49999 1H17.5C18.6046 1 19.5 1.89543 19.5 3V12H22.3603C23.281 12 23.7125 13.139 23.0229 13.749L12.6626 22.9139C12.2843 23.2485 11.7158 23.2486 11.3375 22.9139L0.977132 13.749C0.287533 13.139 0.719009 12 1.6397 12H4.49999V3Z",
20
+ fill: "#FB4162"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsxs("g", { children: [
24
+ /* @__PURE__ */ jsx(
25
+ "path",
26
+ {
27
+ d: "M10.5 7.74997C10.5 8.44033 9.94033 8.99997 9.24997 8.99997C8.55962 8.99997 7.99997 8.44033 7.99997 7.74997C7.99997 7.05961 8.55962 6.49997 9.24997 6.49997C9.94033 6.49997 10.5 7.05961 10.5 7.74997Z",
28
+ fill: "white"
29
+ }
30
+ ),
31
+ /* @__PURE__ */ jsx(
32
+ "path",
33
+ {
34
+ d: "M16 13.25C16 13.9403 15.4403 14.5 14.75 14.5C14.0596 14.5 13.5 13.9403 13.5 13.25C13.5 12.5596 14.0596 12 14.75 12C15.4403 12 16 12.5596 16 13.25Z",
35
+ fill: "white"
36
+ }
37
+ ),
38
+ /* @__PURE__ */ jsx(
39
+ "path",
40
+ {
41
+ d: "M8.11235 12.9713L14.4763 6.60735C14.8668 6.21682 15.5 6.21682 15.8905 6.60735C16.281 6.99787 16.281 7.63104 15.8905 8.02156L9.52656 14.3855C9.13604 14.776 8.50288 14.776 8.11235 14.3855C7.72183 13.995 7.72183 13.3618 8.11235 12.9713Z",
42
+ fill: "white"
43
+ }
44
+ )
45
+ ] })
46
+ ] })
47
+ }
48
+ );
49
+ var IconPercentArrowshapeDown = forwardRef(Icon);
50
+ var IconPercentArrowshapeDown_default = IconPercentArrowshapeDown;
51
+ export {
52
+ IconPercentArrowshapeDown_default as default
53
+ };
package/lib/index.cjs CHANGED
@@ -1249,7 +1249,7 @@ var require_react_development = __commonJS({
1249
1249
  }
1250
1250
  return lazyType;
1251
1251
  }
1252
- function forwardRef74(render) {
1252
+ function forwardRef79(render) {
1253
1253
  {
1254
1254
  if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
1255
1255
  error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).");
@@ -2147,7 +2147,7 @@ var require_react_development = __commonJS({
2147
2147
  exports.createElement = createElement$1;
2148
2148
  exports.createFactory = createFactory;
2149
2149
  exports.createRef = createRef;
2150
- exports.forwardRef = forwardRef74;
2150
+ exports.forwardRef = forwardRef79;
2151
2151
  exports.isValidElement = isValidElement;
2152
2152
  exports.lazy = lazy;
2153
2153
  exports.memo = memo;
@@ -3097,11 +3097,11 @@ var require_react_jsx_runtime_development = __commonJS({
3097
3097
  return jsxWithValidation(type, props, key, false);
3098
3098
  }
3099
3099
  }
3100
- var jsx74 = jsxWithValidationDynamic;
3101
- var jsxs74 = jsxWithValidationStatic;
3100
+ var jsx79 = jsxWithValidationDynamic;
3101
+ var jsxs79 = jsxWithValidationStatic;
3102
3102
  exports.Fragment = REACT_FRAGMENT_TYPE;
3103
- exports.jsx = jsx74;
3104
- exports.jsxs = jsxs74;
3103
+ exports.jsx = jsx79;
3104
+ exports.jsxs = jsxs79;
3105
3105
  })();
3106
3106
  }
3107
3107
  }
@@ -3140,6 +3140,7 @@ __export(src_exports, {
3140
3140
  IconClover4: () => IconClover4_default,
3141
3141
  IconCupHeatwave: () => IconCupHeatwave_default,
3142
3142
  IconCupTakeout: () => IconCupTakeout_default,
3143
+ IconCupcake: () => IconCupcake_default,
3143
3144
  IconDiamond: () => IconDiamond_default,
3144
3145
  IconDocumentSeal: () => IconDocumentSeal_default,
3145
3146
  IconDomePillar3: () => IconDomePillar3_default,
@@ -3147,6 +3148,7 @@ __export(src_exports, {
3147
3148
  IconDuckLeftside: () => IconDuckLeftside_default,
3148
3149
  IconDumbbell: () => IconDumbbell_default,
3149
3150
  IconEnvelope: () => IconEnvelope_default,
3151
+ IconEyebrow: () => IconEyebrow_default,
3150
3152
  IconFaceSmileCircle: () => IconFaceSmileCircle_default,
3151
3153
  IconFigureWalk: () => IconFigureWalk_default,
3152
3154
  IconFishWave2: () => IconFishWave2_default,
@@ -3156,8 +3158,10 @@ __export(src_exports, {
3156
3158
  IconGamepad: () => IconGamepad_default,
3157
3159
  IconGift: () => IconGift_default,
3158
3160
  IconGridDot5: () => IconGridDot5_default,
3161
+ IconHandDrop: () => IconHandDrop_default,
3159
3162
  IconHorizlineViewfinder: () => IconHorizlineViewfinder_default,
3160
3163
  IconHospital: () => IconHospital_default,
3164
+ IconHouseCard: () => IconHouseCard_default,
3161
3165
  IconIcecreamcone: () => IconIcecreamcone_default,
3162
3166
  IconLinechartUpXaxis: () => IconLinechartUpXaxis_default,
3163
3167
  IconMagnifyingglass: () => IconMagnifyingglass_default,
@@ -3168,6 +3172,7 @@ __export(src_exports, {
3168
3172
  IconPaintroller: () => IconPaintroller_default,
3169
3173
  IconPalette: () => IconPalette_default,
3170
3174
  IconPencil: () => IconPencil_default,
3175
+ IconPercentArrowshapeDown: () => IconPercentArrowshapeDown_default,
3171
3176
  IconPerson2Openarms: () => IconPerson2Openarms_default,
3172
3177
  IconPersonMagnifyingglass: () => IconPersonMagnifyingglass_default,
3173
3178
  IconPizzaSlice: () => IconPizzaSlice_default,
@@ -6785,6 +6790,221 @@ var Icon73 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
6785
6790
  );
6786
6791
  var IconDocumentSeal = (0, import_react73.forwardRef)(Icon73);
6787
6792
  var IconDocumentSeal_default = IconDocumentSeal;
6793
+
6794
+ // src/IconPercentArrowshapeDown.tsx
6795
+ var import_react74 = __toESM(require_react(), 1);
6796
+ var import_jsx_runtime74 = __toESM(require_jsx_runtime(), 1);
6797
+ var Icon74 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6798
+ "svg",
6799
+ {
6800
+ viewBox: "0 0 24 24",
6801
+ fill: "none",
6802
+ xmlns: "http://www.w3.org/2000/svg",
6803
+ "data-seed-icon": "true",
6804
+ width: size,
6805
+ height: size,
6806
+ ref,
6807
+ ...props,
6808
+ children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { children: [
6809
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6810
+ "path",
6811
+ {
6812
+ d: "M4.49999 3C4.49999 1.89543 5.39542 1 6.49999 1H17.5C18.6046 1 19.5 1.89543 19.5 3V12H22.3603C23.281 12 23.7125 13.139 23.0229 13.749L12.6626 22.9139C12.2843 23.2485 11.7158 23.2486 11.3375 22.9139L0.977132 13.749C0.287533 13.139 0.719009 12 1.6397 12H4.49999V3Z",
6813
+ fill: "#FB4162"
6814
+ }
6815
+ ),
6816
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { children: [
6817
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6818
+ "path",
6819
+ {
6820
+ d: "M10.5 7.74997C10.5 8.44033 9.94033 8.99997 9.24997 8.99997C8.55962 8.99997 7.99997 8.44033 7.99997 7.74997C7.99997 7.05961 8.55962 6.49997 9.24997 6.49997C9.94033 6.49997 10.5 7.05961 10.5 7.74997Z",
6821
+ fill: "white"
6822
+ }
6823
+ ),
6824
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6825
+ "path",
6826
+ {
6827
+ d: "M16 13.25C16 13.9403 15.4403 14.5 14.75 14.5C14.0596 14.5 13.5 13.9403 13.5 13.25C13.5 12.5596 14.0596 12 14.75 12C15.4403 12 16 12.5596 16 13.25Z",
6828
+ fill: "white"
6829
+ }
6830
+ ),
6831
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6832
+ "path",
6833
+ {
6834
+ d: "M8.11235 12.9713L14.4763 6.60735C14.8668 6.21682 15.5 6.21682 15.8905 6.60735C16.281 6.99787 16.281 7.63104 15.8905 8.02156L9.52656 14.3855C9.13604 14.776 8.50288 14.776 8.11235 14.3855C7.72183 13.995 7.72183 13.3618 8.11235 12.9713Z",
6835
+ fill: "white"
6836
+ }
6837
+ )
6838
+ ] })
6839
+ ] })
6840
+ }
6841
+ );
6842
+ var IconPercentArrowshapeDown = (0, import_react74.forwardRef)(Icon74);
6843
+ var IconPercentArrowshapeDown_default = IconPercentArrowshapeDown;
6844
+
6845
+ // src/IconHouseCard.tsx
6846
+ var import_react75 = __toESM(require_react(), 1);
6847
+ var import_jsx_runtime75 = __toESM(require_jsx_runtime(), 1);
6848
+ var Icon75 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6849
+ "svg",
6850
+ {
6851
+ viewBox: "0 0 24 24",
6852
+ fill: "none",
6853
+ xmlns: "http://www.w3.org/2000/svg",
6854
+ "data-seed-icon": "true",
6855
+ width: size,
6856
+ height: size,
6857
+ ref,
6858
+ ...props,
6859
+ children: /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("g", { children: [
6860
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6861
+ "path",
6862
+ {
6863
+ d: "M2 8.84615L11.4998 3L21 8.84615V22H5C3.34315 22 2 20.6569 2 19V8.84615Z",
6864
+ fill: "#FED481"
6865
+ }
6866
+ ),
6867
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("rect", { x: 10, y: 13, width: 13, height: 9, rx: 1, fill: "#FF6F0F" }),
6868
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("g", { children: [
6869
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6870
+ "path",
6871
+ {
6872
+ d: "M23.0001 17.7497H10.0001V15.2497H23.0001V17.7497Z",
6873
+ fill: "#FFAA00"
6874
+ }
6875
+ ),
6876
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6877
+ "path",
6878
+ {
6879
+ 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",
6880
+ fill: "#FFAA00"
6881
+ }
6882
+ )
6883
+ ] })
6884
+ ] })
6885
+ }
6886
+ );
6887
+ var IconHouseCard = (0, import_react75.forwardRef)(Icon75);
6888
+ var IconHouseCard_default = IconHouseCard;
6889
+
6890
+ // src/IconCupcake.tsx
6891
+ var import_react76 = __toESM(require_react(), 1);
6892
+ var import_jsx_runtime76 = __toESM(require_jsx_runtime(), 1);
6893
+ var Icon76 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6894
+ "svg",
6895
+ {
6896
+ viewBox: "0 0 24 24",
6897
+ fill: "none",
6898
+ xmlns: "http://www.w3.org/2000/svg",
6899
+ "data-seed-icon": "true",
6900
+ width: size,
6901
+ height: size,
6902
+ ref,
6903
+ ...props,
6904
+ children: /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("g", { children: [
6905
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6906
+ "path",
6907
+ {
6908
+ 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",
6909
+ fill: "#FEAEBC"
6910
+ }
6911
+ ),
6912
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6913
+ "path",
6914
+ {
6915
+ 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",
6916
+ fill: "#FB4162"
6917
+ }
6918
+ ),
6919
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6920
+ "path",
6921
+ {
6922
+ 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",
6923
+ fill: "#B62942"
6924
+ }
6925
+ ),
6926
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6927
+ "path",
6928
+ {
6929
+ 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",
6930
+ fill: "#FB4162"
6931
+ }
6932
+ )
6933
+ ] })
6934
+ }
6935
+ );
6936
+ var IconCupcake = (0, import_react76.forwardRef)(Icon76);
6937
+ var IconCupcake_default = IconCupcake;
6938
+
6939
+ // src/IconEyebrow.tsx
6940
+ var import_react77 = __toESM(require_react(), 1);
6941
+ var import_jsx_runtime77 = __toESM(require_jsx_runtime(), 1);
6942
+ var Icon77 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6943
+ "svg",
6944
+ {
6945
+ viewBox: "0 0 24 24",
6946
+ fill: "none",
6947
+ xmlns: "http://www.w3.org/2000/svg",
6948
+ "data-seed-icon": "true",
6949
+ width: size,
6950
+ height: size,
6951
+ ref,
6952
+ ...props,
6953
+ children: /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("g", { children: [
6954
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6955
+ "path",
6956
+ {
6957
+ 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",
6958
+ fill: "#9E51E7"
6959
+ }
6960
+ ),
6961
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6962
+ "path",
6963
+ {
6964
+ 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",
6965
+ fill: "#CB71F8"
6966
+ }
6967
+ )
6968
+ ] })
6969
+ }
6970
+ );
6971
+ var IconEyebrow = (0, import_react77.forwardRef)(Icon77);
6972
+ var IconEyebrow_default = IconEyebrow;
6973
+
6974
+ // src/IconHandDrop.tsx
6975
+ var import_react78 = __toESM(require_react(), 1);
6976
+ var import_jsx_runtime78 = __toESM(require_jsx_runtime(), 1);
6977
+ var Icon78 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6978
+ "svg",
6979
+ {
6980
+ viewBox: "0 0 24 24",
6981
+ fill: "none",
6982
+ xmlns: "http://www.w3.org/2000/svg",
6983
+ "data-seed-icon": "true",
6984
+ width: size,
6985
+ height: size,
6986
+ ref,
6987
+ ...props,
6988
+ children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("g", { children: [
6989
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6990
+ "path",
6991
+ {
6992
+ 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",
6993
+ fill: "#FFBB32"
6994
+ }
6995
+ ),
6996
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6997
+ "path",
6998
+ {
6999
+ 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",
7000
+ fill: "#E68507"
7001
+ }
7002
+ )
7003
+ ] })
7004
+ }
7005
+ );
7006
+ var IconHandDrop = (0, import_react78.forwardRef)(Icon78);
7007
+ var IconHandDrop_default = IconHandDrop;
6788
7008
  /*! Bundled license information:
6789
7009
 
6790
7010
  react/cjs/react.production.min.js:
package/lib/index.d.ts CHANGED
@@ -71,3 +71,8 @@ export { default as IconDuckLeftside } from "./IconDuckLeftside.js";
71
71
  export { default as IconSofa } from "./IconSofa.js";
72
72
  export { default as IconFishWave2 } from "./IconFishWave2.js";
73
73
  export { default as IconDocumentSeal } from "./IconDocumentSeal.js";
74
+ export { default as IconPercentArrowshapeDown } from "./IconPercentArrowshapeDown.js";
75
+ export { default as IconHouseCard } from "./IconHouseCard.js";
76
+ export { default as IconCupcake } from "./IconCupcake.js";
77
+ export { default as IconEyebrow } from "./IconEyebrow.js";
78
+ export { default as IconHandDrop } from "./IconHandDrop.js";
package/lib/index.js CHANGED
@@ -71,6 +71,11 @@ import { default as default71 } from "./IconDuckLeftside.js";
71
71
  import { default as default72 } from "./IconSofa.js";
72
72
  import { default as default73 } from "./IconFishWave2.js";
73
73
  import { default as default74 } from "./IconDocumentSeal.js";
74
+ import { default as default75 } from "./IconPercentArrowshapeDown.js";
75
+ import { default as default76 } from "./IconHouseCard.js";
76
+ import { default as default77 } from "./IconCupcake.js";
77
+ import { default as default78 } from "./IconEyebrow.js";
78
+ import { default as default79 } from "./IconHandDrop.js";
74
79
  export {
75
80
  default36 as IconAnimalFace,
76
81
  default11 as IconApple,
@@ -90,6 +95,7 @@ export {
90
95
  default55 as IconClover4,
91
96
  default27 as IconCupHeatwave,
92
97
  default28 as IconCupTakeout,
98
+ default77 as IconCupcake,
93
99
  default62 as IconDiamond,
94
100
  default74 as IconDocumentSeal,
95
101
  default65 as IconDomePillar3,
@@ -97,6 +103,7 @@ export {
97
103
  default71 as IconDuckLeftside,
98
104
  default26 as IconDumbbell,
99
105
  default68 as IconEnvelope,
106
+ default78 as IconEyebrow,
100
107
  default69 as IconFaceSmileCircle,
101
108
  default40 as IconFigureWalk,
102
109
  default73 as IconFishWave2,
@@ -106,8 +113,10 @@ export {
106
113
  default56 as IconGamepad,
107
114
  default53 as IconGift,
108
115
  default15 as IconGridDot5,
116
+ default79 as IconHandDrop,
109
117
  default58 as IconHorizlineViewfinder,
110
118
  default35 as IconHospital,
119
+ default76 as IconHouseCard,
111
120
  default49 as IconIcecreamcone,
112
121
  default9 as IconLinechartUpXaxis,
113
122
  default63 as IconMagnifyingglass,
@@ -118,6 +127,7 @@ export {
118
127
  default24 as IconPaintroller,
119
128
  default32 as IconPalette,
120
129
  default30 as IconPencil,
130
+ default75 as IconPercentArrowshapeDown,
121
131
  default12 as IconPerson2Openarms,
122
132
  default5 as IconPersonMagnifyingglass,
123
133
  default48 as IconPizzaSlice,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karrotmarket/react-multicolor-icon",
3
- "version": "1.12.0",
3
+ "version": "1.14.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-icon-v3.git",