@karrotmarket/react-multicolor-icon 1.14.0 → 1.16.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,81 @@
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/IconFlower.tsx
21
+ var IconFlower_exports = {};
22
+ __export(IconFlower_exports, {
23
+ default: () => IconFlower_default
24
+ });
25
+ module.exports = __toCommonJS(IconFlower_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: "M12 1C14.1568 1 15.9371 2.60676 16.2119 4.68848C16.689 4.5031 17.2074 4.40039 17.75 4.40039C20.097 4.40039 21.9997 6.30243 22 8.64941C22 10.0109 21.359 11.2222 20.3633 12C21.359 12.7778 22 13.9891 22 15.3506C21.9997 17.6976 20.097 19.6006 17.75 19.6006C17.2072 19.6006 16.6891 19.496 16.2119 19.3105C15.9375 21.3927 14.1571 23 12 23C9.84283 23 8.06149 21.3928 7.78711 19.3105C7.31013 19.4958 6.79245 19.6006 6.25 19.6006C3.90295 19.6006 2.00026 17.6976 2 15.3506C2 13.9894 2.64037 12.7778 3.63574 12C2.64049 11.2222 2.00015 10.0114 2 8.65039C2 6.30318 3.90279 4.40039 6.25 4.40039C6.79233 4.40039 7.31022 4.5033 7.78711 4.68848C8.06191 2.6067 9.84316 1 12 1Z",
44
+ fill: "#FFC2DB"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M7.78809 19.3115C7.31096 19.4969 6.79265 19.5996 6.25 19.5996C3.90295 19.5996 2.00026 17.6976 2 15.3506C2 13.9891 2.641 12.7778 3.63672 12H12L7.78809 19.3115Z",
52
+ fill: "#FFA6C4"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M20.3633 12C21.359 12.7778 22 13.9891 22 15.3506C21.9997 17.6976 20.097 19.5996 17.75 19.5996C17.2074 19.5996 16.689 19.4969 16.2119 19.3115L12 12H20.3633Z",
59
+ fill: "#FFA6C4"
60
+ }
61
+ ),
62
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
63
+ "path",
64
+ {
65
+ d: "M12.001 1C14.1575 1.00024 15.937 2.60695 16.2119 4.68848L12 12L7.78809 4.6875C8.06334 2.60622 9.84449 1 12.001 1Z",
66
+ fill: "#FFA6C4"
67
+ }
68
+ )
69
+ ] }),
70
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
71
+ "path",
72
+ {
73
+ d: "M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8Z",
74
+ fill: "#FA417E"
75
+ }
76
+ )
77
+ ] })
78
+ }
79
+ );
80
+ var IconFlower = (0, import_react.forwardRef)(Icon);
81
+ var IconFlower_default = IconFlower;
@@ -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 꽃,꽃가게,꽃집,벗꽃,flower,florist,flower shop,cherry blossom
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAlZJREFUeAHFVT1v01AUPc92SEIbUpVUCKSqZqDKwJC19IP2FxSEhBQm+gtKf0GbX9BmhAUWxFiQELBhqGCBoRtSGQgCCaqIJlYgpI3jx7WrOInfdcxS9QzWe/fdc867fl/ACUP8T5J8/K4ATW7ClQUIMUYsC9BXRHGmEseNNfDF4b72hRW2XBLFeWsYX0PsFOQ2K+67i4exdIWz83kREst+57Blo2qvD1XIZctIpbPErJPaMzF/xYo0IPF1Et8YEKjWyOiIF08mgIlxhKa8QSYlhA3k27271FVLbjvA/i+wuJijtdaZgc6aWMhvea3eGgixyookDGD0rBofSUWIezACLSOISRQQBRdwnn8ADhqQhw7E1ASM5WuIhjS7rf5dVGdz67/h3H8B+aPmi/v0r1W0H7z0x3h9WVENJMpcrvPqI2SLWWSKOdvvwUJolmrgGlv9zoHvp2+IgvxZY4Kk0dHXut3eGtTpD/39oxLOUMqRAxZeZd/31Xi6HTR7FbSam/Q1w7kil0EUvMVmYKJp3FMNpFzksvWFq8dVhMWTBvSZPHjn3pbXBpy53Ewaxu05iPzkcT+VgDAvQL81649FILi7+qdWiTS5lINRnBwMNpqA3UAEdruN/grYbeqf1hFmphk63YkES6FfVFYMxJ05b5uWlOTxc4jE2KgaIw1RnH0U6CrjT3boutZu0EgWqaSN89lVDEP1oETbeIoOqg3hPg0/QPEv2pu9L1SyyQ/Kirg+fXkYP/5F08QKL053l4ubiKPHJfgvVMfxZmkFwl7bpfd4aXoXp41/G7C47yIkfRwAAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconFlower: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconFlower;
@@ -0,0 +1,60 @@
1
+ // src/IconFlower.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: "M12 1C14.1568 1 15.9371 2.60676 16.2119 4.68848C16.689 4.5031 17.2074 4.40039 17.75 4.40039C20.097 4.40039 21.9997 6.30243 22 8.64941C22 10.0109 21.359 11.2222 20.3633 12C21.359 12.7778 22 13.9891 22 15.3506C21.9997 17.6976 20.097 19.6006 17.75 19.6006C17.2072 19.6006 16.6891 19.496 16.2119 19.3105C15.9375 21.3927 14.1571 23 12 23C9.84283 23 8.06149 21.3928 7.78711 19.3105C7.31013 19.4958 6.79245 19.6006 6.25 19.6006C3.90295 19.6006 2.00026 17.6976 2 15.3506C2 13.9894 2.64037 12.7778 3.63574 12C2.64049 11.2222 2.00015 10.0114 2 8.65039C2 6.30318 3.90279 4.40039 6.25 4.40039C6.79233 4.40039 7.31022 4.5033 7.78711 4.68848C8.06191 2.6067 9.84316 1 12 1Z",
20
+ fill: "#FFC2DB"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsxs("g", { children: [
24
+ /* @__PURE__ */ jsx(
25
+ "path",
26
+ {
27
+ d: "M7.78809 19.3115C7.31096 19.4969 6.79265 19.5996 6.25 19.5996C3.90295 19.5996 2.00026 17.6976 2 15.3506C2 13.9891 2.641 12.7778 3.63672 12H12L7.78809 19.3115Z",
28
+ fill: "#FFA6C4"
29
+ }
30
+ ),
31
+ /* @__PURE__ */ jsx(
32
+ "path",
33
+ {
34
+ d: "M20.3633 12C21.359 12.7778 22 13.9891 22 15.3506C21.9997 17.6976 20.097 19.5996 17.75 19.5996C17.2074 19.5996 16.689 19.4969 16.2119 19.3115L12 12H20.3633Z",
35
+ fill: "#FFA6C4"
36
+ }
37
+ ),
38
+ /* @__PURE__ */ jsx(
39
+ "path",
40
+ {
41
+ d: "M12.001 1C14.1575 1.00024 15.937 2.60695 16.2119 4.68848L12 12L7.78809 4.6875C8.06334 2.60622 9.84449 1 12.001 1Z",
42
+ fill: "#FFA6C4"
43
+ }
44
+ )
45
+ ] }),
46
+ /* @__PURE__ */ jsx(
47
+ "path",
48
+ {
49
+ d: "M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8Z",
50
+ fill: "#FA417E"
51
+ }
52
+ )
53
+ ] })
54
+ }
55
+ );
56
+ var IconFlower = forwardRef(Icon);
57
+ var IconFlower_default = IconFlower;
58
+ export {
59
+ IconFlower_default as default
60
+ };
@@ -0,0 +1,65 @@
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/IconStarCalendar.tsx
21
+ var IconStarCalendar_exports = {};
22
+ __export(IconStarCalendar_exports, {
23
+ default: () => IconStarCalendar_default
24
+ });
25
+ module.exports = __toCommonJS(IconStarCalendar_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.5 3.30017C21.1569 3.30017 22.5 4.64332 22.5 6.30017V19.8002C22.5 21.457 21.1569 22.8002 19.5 22.8002H4.5C2.84315 22.8002 1.5 21.457 1.5 19.8002V6.30017C1.5 4.64332 2.84315 3.30017 4.5 3.30017H19.5Z",
44
+ fill: "#FFAC64"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
48
+ "path",
49
+ {
50
+ d: "M16.5 1.09998C17.1627 1.09998 17.7002 1.63743 17.7002 2.30017V3.30017H19.5C21.1569 3.30017 22.5 4.64332 22.5 6.30017V9.30017H1.5V6.30017C1.5 4.64332 2.84315 3.30017 4.5 3.30017H6.2998V2.30017C6.2998 1.63743 6.83726 1.09998 7.5 1.09998C8.16274 1.09998 8.7002 1.63743 8.7002 2.30017V3.30017H15.2998V2.30017C15.2998 1.63743 15.8373 1.09998 16.5 1.09998Z",
51
+ fill: "#FF6F0F"
52
+ }
53
+ ),
54
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
55
+ "path",
56
+ {
57
+ d: "M11.1949 12.3324C11.5986 11.8009 12.4108 11.8017 12.8131 12.3344L12.8922 12.4565L13.6588 13.8295L15.1529 14.1752C15.8926 14.3467 16.1916 15.238 15.7047 15.8207L14.6774 17.0483L14.8356 18.6811C14.911 19.4627 14.1108 20.0325 13.3971 19.7055L12.0006 19.0639L10.6041 19.7055C9.89022 20.0329 9.09014 19.4629 9.16564 18.6811L9.32287 17.0483L8.2965 15.8207C7.80933 15.2379 8.1083 14.3465 8.84826 14.1752L10.3424 13.8295L11.1149 12.4545L11.1949 12.3324Z",
58
+ fill: "white"
59
+ }
60
+ )
61
+ ] })
62
+ }
63
+ );
64
+ var IconStarCalendar = (0, import_react.forwardRef)(Icon);
65
+ var IconStarCalendar_default = IconStarCalendar;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'stopColor' | 'floodColor' | 'lightingColor' | 'style' | 'className'> & {
4
+ size?: number | string;
5
+ };
6
+ /**
7
+ * @alias 달력,이벤트,별,calendar,event,star
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAWNJREFUeAHNVTtLxEAQ/nZzNtcY8NFYmMIHIojXWoigjYVwVraWdrmfYKeFxdnZaWslWCuIhZ142omCi4IWWqTxGs+ss9kEct5jI9lTP5hHhpn5JjsLC/wVZMUtS7//gWwlTw5Hx2rpk/ZIFvLksNQ0LsLQB2Oz9OmSJDYgqXWob81hTNldVg1EMwH9ajyNDQgiKhFJwOPp1y02R9yrrByeCtiGlyboGXpOUIj09DxRMVhFKEkdxwTucOo+WYLU5p/tYHmLZBvoK2YuyU4wtQIUB0kGtJ8RBWPGzBrd6LnmqceXdExcADeHXcvNfzA02f5IVGykZCw3E1zuAx/11riKne8Yy80EwZOW73i9Bd7fjOXZltzuiNTCM8C8ZIVHWmZ9Arg/1WRji8BL7QcEnB4M2SXr7kRLgucrGMGZ0K0j3TigB0LAFlQv7pxFbhKTRxsePhub5I4iF9g1HKfKVvcEfgNf+VVbuwV1MoMAAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconStarCalendar: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconStarCalendar;
@@ -0,0 +1,44 @@
1
+ // src/IconStarCalendar.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.5 3.30017C21.1569 3.30017 22.5 4.64332 22.5 6.30017V19.8002C22.5 21.457 21.1569 22.8002 19.5 22.8002H4.5C2.84315 22.8002 1.5 21.457 1.5 19.8002V6.30017C1.5 4.64332 2.84315 3.30017 4.5 3.30017H19.5Z",
20
+ fill: "#FFAC64"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ d: "M16.5 1.09998C17.1627 1.09998 17.7002 1.63743 17.7002 2.30017V3.30017H19.5C21.1569 3.30017 22.5 4.64332 22.5 6.30017V9.30017H1.5V6.30017C1.5 4.64332 2.84315 3.30017 4.5 3.30017H6.2998V2.30017C6.2998 1.63743 6.83726 1.09998 7.5 1.09998C8.16274 1.09998 8.7002 1.63743 8.7002 2.30017V3.30017H15.2998V2.30017C15.2998 1.63743 15.8373 1.09998 16.5 1.09998Z",
27
+ fill: "#FF6F0F"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ jsx(
31
+ "path",
32
+ {
33
+ d: "M11.1949 12.3324C11.5986 11.8009 12.4108 11.8017 12.8131 12.3344L12.8922 12.4565L13.6588 13.8295L15.1529 14.1752C15.8926 14.3467 16.1916 15.238 15.7047 15.8207L14.6774 17.0483L14.8356 18.6811C14.911 19.4627 14.1108 20.0325 13.3971 19.7055L12.0006 19.0639L10.6041 19.7055C9.89022 20.0329 9.09014 19.4629 9.16564 18.6811L9.32287 17.0483L8.2965 15.8207C7.80933 15.2379 8.1083 14.3465 8.84826 14.1752L10.3424 13.8295L11.1149 12.4545L11.1949 12.3324Z",
34
+ fill: "white"
35
+ }
36
+ )
37
+ ] })
38
+ }
39
+ );
40
+ var IconStarCalendar = forwardRef(Icon);
41
+ var IconStarCalendar_default = IconStarCalendar;
42
+ export {
43
+ IconStarCalendar_default as default
44
+ };
@@ -0,0 +1,97 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // src/IconWandPlusCircle.tsx
31
+ var IconWandPlusCircle_exports = {};
32
+ __export(IconWandPlusCircle_exports, {
33
+ default: () => IconWandPlusCircle_default
34
+ });
35
+ module.exports = __toCommonJS(IconWandPlusCircle_exports);
36
+ var React = __toESM(require("react"), 1);
37
+ var import_react = require("react");
38
+ var import_jsx_runtime = require("react/jsx-runtime");
39
+ var Icon = ({ size = 24, ...props }, ref) => {
40
+ const id = React.useId();
41
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
42
+ "svg",
43
+ {
44
+ viewBox: "0 0 24 24",
45
+ fill: "none",
46
+ xmlns: "http://www.w3.org/2000/svg",
47
+ "data-seed-icon": "true",
48
+ width: size,
49
+ height: size,
50
+ ref,
51
+ ...props,
52
+ children: [
53
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
54
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
55
+ "path",
56
+ {
57
+ d: "M6.1537 21.6612C5.85287 22.012 5.34746 22.116 4.95582 21.8708C4.40658 21.5269 3.89018 21.1203 3.41735 20.6475C2.94249 20.1726 2.53442 19.6538 2.1896 19.1019C1.94678 18.7133 2.04726 18.2123 2.39198 17.9104L13.0001 8.62036L15.2978 11L6.1537 21.6612Z",
58
+ fill: "#B93901"
59
+ }
60
+ ),
61
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
62
+ "path",
63
+ {
64
+ d: "M20.1412 3.16699C20.6061 3.01775 21.0451 3.45674 20.8959 3.92166L19.5519 8.10842C19.4746 8.34938 19.5568 8.61296 19.7573 8.7673L22.3559 10.767C22.7959 11.1057 22.5795 11.8089 22.0252 11.8415L18.0246 12.0768C17.7796 12.0912 17.5682 12.2533 17.4906 12.486L15.7394 17.7397C15.5545 18.2943 14.7664 18.284 14.5962 17.7247L12.7658 11.7105C12.7057 11.5133 12.5486 11.3606 12.3496 11.3064L6.61832 9.74329C6.06298 9.59184 6.01891 8.82113 6.55336 8.60735L11.585 6.59468C11.8128 6.50356 11.9622 6.28294 11.9622 6.03759L11.9622 1.81169C11.9622 1.2422 12.6813 0.993073 13.0336 1.4405L15.2949 4.31234C15.45 4.50924 15.7111 4.58903 15.9497 4.51243L20.1412 3.16699Z",
65
+ fill: `url(#${id}_paint_0)`
66
+ }
67
+ ),
68
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
69
+ "path",
70
+ {
71
+ d: "M4.5 0.999023C5.05228 0.999023 5.5 1.44674 5.5 1.99902V3.5H6.99805C7.55033 3.5 7.99805 3.94772 7.99805 4.5C7.99805 5.05228 7.55033 5.5 6.99805 5.5H5.5V6.99902C5.5 7.55131 5.05228 7.99902 4.5 7.99902C3.94772 7.99902 3.5 7.55131 3.5 6.99902V5.5H1.99805C1.44576 5.5 0.998047 5.05228 0.998047 4.5C0.998047 3.94772 1.44576 3.5 1.99805 3.5H3.5V1.99902C3.5 1.44674 3.94772 0.999023 4.5 0.999023Z",
72
+ fill: "#FC650E"
73
+ }
74
+ ),
75
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 20.5, cy: 19.5, r: 2.5, fill: "#E15E88" })
76
+ ] }) }),
77
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
78
+ "linearGradient",
79
+ {
80
+ id: `${id}_paint_0`,
81
+ x1: 6.17615,
82
+ y1: 18.15,
83
+ x2: 23.1611,
84
+ y2: 1.80303,
85
+ gradientUnits: "userSpaceOnUse",
86
+ children: [
87
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
88
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
89
+ ]
90
+ }
91
+ ) })
92
+ ]
93
+ }
94
+ );
95
+ };
96
+ var IconWandPlusCircle = (0, import_react.forwardRef)(Icon);
97
+ var IconWandPlusCircle_default = IconWandPlusCircle;
@@ -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 마술봉,에이전트,ai,마법,별,wand,agent,ai,magic,star,tag:service
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAA0FJREFUeAHdVL9PE3EUf+9711IkQHVQTDRcFycTupgYHSyDQV0omxtHAq7i4IAOHpMjuBkh4TTu4KS40E4w4j8gl4gxMQYrmJRee9/ne9cftuVKOzn4mt5937v7fj7v8/l+7wvwL6Myl7Qrc0NUmRu0O73zZXph/ZvtWNBjqOaEUFvVO1qdJ/jZgPytPdtJQg9hykU6F3AkvMXwIPfygyEHiTxz5chtIcBjIILROMASpzNS27OXmCyRDoL+aU0J68rb++MtBAB6DSnsva4lw3kGACVpIyiBBmRusL/aT4B0PwW6nNVkJhF9fqByJxTwtJkmBQKcI6S8KIC2QDgGQ1zkZjTBNNspbSCG9hEoRe4JAnOlEBartkBGwGOvDp3mF3/OZ5NwWHmowYeA8QQ2/DGVIvGVhzzWKpaPUFDrjpQHYkBT50ezVzMIicng8MDWkEgqhmM87oMIqh4KrrhLmhtLuY+9jgQ1JfKH4tyIjdTHi1bOEBjE3osTYgvK1tOKVUj3XNQ1NWxRC/gJgpYH5I9xU2mBEUtCG8KO2Xu+ch4mQd1/vjC5vW8/hTLEHqVcp1Bdsy5RnL2UMSA+WQzMrGmcsTT1MVCCjeQ/jwmaxpQgHrN9Cc9AY/yi63hmN4L+1f3c5k1jFLW2+2JxODc4DNZIChp6QmWy6LIGoVWFgK0LIJblN5a7EmzeUM9Aa0fwjss+fP91AJfPXwBDybZhi1AsUstHVFpMuW8K7fPNruBETnMtCIICku8pMMa44+raaHyRcj8UojAiCdYzkBzw1RIR2e3PKkAzMTOwAEpL4S5C/WnYzXvQIVR74f11sM74uBUFzmoW723DRqlScRWUwmPDUEUXTgnVDs7be4tFp6PAJ3bAkeFZ1yswQU7xsYGG/+40goZFH69Bms+VdR5aEV1s3K6B1wOZgD+RZOLlZ0/yPfu5ZRCukRySCLv8VU+l3AXvr4IYrkWBc3i/+2imvRhb/bEYH4g3jmWl1XoIHqqFtJDVmquGJsxHgWui8akcRO4QXPaa6tRia52sQXBnW8/zGfa6MRmgIOB3d8CDHoI/hlxbYbeFQGJiR9sMuijgsh17BZcIkG2sgQqZRj0F/0X8AU8+hCqjK9YbAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconWandPlusCircle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconWandPlusCircle;
@@ -0,0 +1,66 @@
1
+ // src/IconWandPlusCircle.tsx
2
+ import * as React from "react";
3
+ import { forwardRef } from "react";
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var Icon = ({ size = 24, ...props }, ref) => {
6
+ const id = React.useId();
7
+ return /* @__PURE__ */ jsxs(
8
+ "svg",
9
+ {
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ "data-seed-icon": "true",
14
+ width: size,
15
+ height: size,
16
+ ref,
17
+ ...props,
18
+ children: [
19
+ /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
20
+ /* @__PURE__ */ jsx(
21
+ "path",
22
+ {
23
+ d: "M6.1537 21.6612C5.85287 22.012 5.34746 22.116 4.95582 21.8708C4.40658 21.5269 3.89018 21.1203 3.41735 20.6475C2.94249 20.1726 2.53442 19.6538 2.1896 19.1019C1.94678 18.7133 2.04726 18.2123 2.39198 17.9104L13.0001 8.62036L15.2978 11L6.1537 21.6612Z",
24
+ fill: "#B93901"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ jsx(
28
+ "path",
29
+ {
30
+ d: "M20.1412 3.16699C20.6061 3.01775 21.0451 3.45674 20.8959 3.92166L19.5519 8.10842C19.4746 8.34938 19.5568 8.61296 19.7573 8.7673L22.3559 10.767C22.7959 11.1057 22.5795 11.8089 22.0252 11.8415L18.0246 12.0768C17.7796 12.0912 17.5682 12.2533 17.4906 12.486L15.7394 17.7397C15.5545 18.2943 14.7664 18.284 14.5962 17.7247L12.7658 11.7105C12.7057 11.5133 12.5486 11.3606 12.3496 11.3064L6.61832 9.74329C6.06298 9.59184 6.01891 8.82113 6.55336 8.60735L11.585 6.59468C11.8128 6.50356 11.9622 6.28294 11.9622 6.03759L11.9622 1.81169C11.9622 1.2422 12.6813 0.993073 13.0336 1.4405L15.2949 4.31234C15.45 4.50924 15.7111 4.58903 15.9497 4.51243L20.1412 3.16699Z",
31
+ fill: `url(#${id}_paint_0)`
32
+ }
33
+ ),
34
+ /* @__PURE__ */ jsx(
35
+ "path",
36
+ {
37
+ d: "M4.5 0.999023C5.05228 0.999023 5.5 1.44674 5.5 1.99902V3.5H6.99805C7.55033 3.5 7.99805 3.94772 7.99805 4.5C7.99805 5.05228 7.55033 5.5 6.99805 5.5H5.5V6.99902C5.5 7.55131 5.05228 7.99902 4.5 7.99902C3.94772 7.99902 3.5 7.55131 3.5 6.99902V5.5H1.99805C1.44576 5.5 0.998047 5.05228 0.998047 4.5C0.998047 3.94772 1.44576 3.5 1.99805 3.5H3.5V1.99902C3.5 1.44674 3.94772 0.999023 4.5 0.999023Z",
38
+ fill: "#FC650E"
39
+ }
40
+ ),
41
+ /* @__PURE__ */ jsx("circle", { cx: 20.5, cy: 19.5, r: 2.5, fill: "#E15E88" })
42
+ ] }) }),
43
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs(
44
+ "linearGradient",
45
+ {
46
+ id: `${id}_paint_0`,
47
+ x1: 6.17615,
48
+ y1: 18.15,
49
+ x2: 23.1611,
50
+ y2: 1.80303,
51
+ gradientUnits: "userSpaceOnUse",
52
+ children: [
53
+ /* @__PURE__ */ jsx("stop", { offset: 0.2, stopColor: "#FF6600" }),
54
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#D25ACA" })
55
+ ]
56
+ }
57
+ ) })
58
+ ]
59
+ }
60
+ );
61
+ };
62
+ var IconWandPlusCircle = forwardRef(Icon);
63
+ var IconWandPlusCircle_default = IconWandPlusCircle;
64
+ export {
65
+ IconWandPlusCircle_default as default
66
+ };