@karrotmarket/react-monochrome-icon 1.14.0 → 1.15.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.
- package/lib/IconHouseCardFill.cjs +68 -0
- package/lib/IconHouseCardFill.d.ts +9 -0
- package/lib/IconHouseCardFill.js +47 -0
- package/lib/IconHouseCardLine.cjs +54 -0
- package/lib/IconHouseCardLine.d.ts +9 -0
- package/lib/IconHouseCardLine.js +33 -0
- package/lib/IconWandPlusCircleFill.cjs +75 -0
- package/lib/IconWandPlusCircleFill.d.ts +9 -0
- package/lib/IconWandPlusCircleFill.js +54 -0
- package/lib/IconWandPlusCircleLine.cjs +72 -0
- package/lib/IconWandPlusCircleLine.d.ts +9 -0
- package/lib/IconWandPlusCircleLine.js +51 -0
- package/lib/index.cjs +542 -361
- package/lib/index.d.ts +4 -0
- package/lib/index.js +100 -92
- package/package.json +1 -1
|
@@ -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/IconHouseCardFill.tsx
|
|
21
|
+
var IconHouseCardFill_exports = {};
|
|
22
|
+
__export(IconHouseCardFill_exports, {
|
|
23
|
+
default: () => IconHouseCardFill_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconHouseCardFill_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
d: "M22.4999 21.4994C22.4999 22.0517 22.0522 22.4993 21.4999 22.4994H10.9999C10.4477 22.4994 9.99995 22.0517 9.99995 21.4994V18.7992H22.4999V21.4994Z",
|
|
47
|
+
fill: "currentColor"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
d: "M9.99506 1.78653C10.9045 1.19561 12.0759 1.17949 13.0009 1.76114C14.9703 3.00011 19.5101 5.87847 22.0751 7.68302C22.5262 8.00097 22.6349 8.62415 22.3173 9.0756C21.9996 9.5267 21.3763 9.63489 20.9248 9.31778C20.7893 9.22248 20.6462 9.12499 20.4999 9.02384V11.9994H10.9999C9.34319 11.9994 8.00011 13.3427 7.99995 14.9994V21.4994C7.99996 21.6703 8.01449 21.8383 8.04194 22.0014H5.49995C3.84361 22.001 2.5006 20.6572 2.49995 19.0014C2.49963 15.5689 2.4999 12.5619 2.49995 9.04337L2.04487 9.33927C1.58211 9.63959 0.9621 9.50761 0.661081 9.04532C0.360792 8.58246 0.492508 7.96245 0.955026 7.66153L9.99506 1.78653Z",
|
|
54
|
+
fill: "currentColor"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
d: "M21.4999 13.9994C22.0521 13.9995 22.4998 14.4473 22.4999 14.9994V16.7992H9.99995V14.9994C10.0001 14.4473 10.4478 13.9994 10.9999 13.9994H21.4999Z",
|
|
61
|
+
fill: "currentColor"
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
] }) })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
var IconHouseCardFill = (0, import_react.forwardRef)(Icon);
|
|
68
|
+
var IconHouseCardFill_default = IconHouseCardFill;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias 월세,카드,집,부동산,페이,결제,rent,card,home,real estate,pay,payment
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconHouseCardFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconHouseCardFill;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// src/IconHouseCardFill.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
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: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M22.4999 21.4994C22.4999 22.0517 22.0522 22.4993 21.4999 22.4994H10.9999C10.4477 22.4994 9.99995 22.0517 9.99995 21.4994V18.7992H22.4999V21.4994Z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
d: "M9.99506 1.78653C10.9045 1.19561 12.0759 1.17949 13.0009 1.76114C14.9703 3.00011 19.5101 5.87847 22.0751 7.68302C22.5262 8.00097 22.6349 8.62415 22.3173 9.0756C21.9996 9.5267 21.3763 9.63489 20.9248 9.31778C20.7893 9.22248 20.6462 9.12499 20.4999 9.02384V11.9994H10.9999C9.34319 11.9994 8.00011 13.3427 7.99995 14.9994V21.4994C7.99996 21.6703 8.01449 21.8383 8.04194 22.0014H5.49995C3.84361 22.001 2.5006 20.6572 2.49995 19.0014C2.49963 15.5689 2.4999 12.5619 2.49995 9.04337L2.04487 9.33927C1.58211 9.63959 0.9621 9.50761 0.661081 9.04532C0.360792 8.58246 0.492508 7.96245 0.955026 7.66153L9.99506 1.78653Z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M21.4999 13.9994C22.0521 13.9995 22.4998 14.4473 22.4999 14.9994V16.7992H9.99995V14.9994C10.0001 14.4473 10.4478 13.9994 10.9999 13.9994H21.4999Z",
|
|
37
|
+
fill: "currentColor"
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
] }) })
|
|
41
|
+
}
|
|
42
|
+
);
|
|
43
|
+
var IconHouseCardFill = forwardRef(Icon);
|
|
44
|
+
var IconHouseCardFill_default = IconHouseCardFill;
|
|
45
|
+
export {
|
|
46
|
+
IconHouseCardFill_default as default
|
|
47
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
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/IconHouseCardLine.tsx
|
|
21
|
+
var IconHouseCardLine_exports = {};
|
|
22
|
+
__export(IconHouseCardLine_exports, {
|
|
23
|
+
default: () => IconHouseCardLine_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconHouseCardLine_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd",
|
|
47
|
+
d: "M9.99394 1.7854C10.9032 1.19473 12.0749 1.17853 12.9998 1.76001C14.9687 2.99871 19.5087 5.87712 22.074 7.68188C22.5254 7.99955 22.6335 8.62284 22.3162 9.07446C21.9984 9.52604 21.3753 9.6344 20.9236 9.31665C20.7879 9.22116 20.6454 9.12405 20.4988 9.0227V12.0002H20.9988C22.1031 12.0003 22.9984 12.8961 22.9988 14.0002V20.5002C22.9986 21.6046 22.1032 22.5002 20.9988 22.5002H10.9988C10.4928 22.5002 10.0318 22.3112 9.67949 22.0012H5.49882C3.84227 22.0009 2.499 20.6576 2.49882 19.0012C2.49845 15.6222 2.49875 12.4397 2.49882 9.04223L2.04374 9.33813C1.58072 9.63875 0.960838 9.50711 0.659956 9.04419C0.359997 8.58132 0.491393 7.96117 0.953901 7.6604L9.99394 1.7854ZM10.9988 20.5002H20.9988V18.0002H10.9988V20.5002ZM11.9344 3.45239C11.6764 3.29065 11.3461 3.29199 11.0838 3.46216L4.49882 7.74145C4.49881 11.6377 4.49841 15.1948 4.49882 19.0012C4.49889 19.5534 4.947 20.0009 5.49882 20.0012H8.99882V14.0002C8.99926 12.8961 9.89463 12.0004 10.9988 12.0002H18.4988V7.67212C16.1307 6.10447 13.3699 4.35552 11.9344 3.45239ZM10.9988 16.0002H20.9988V14.0002H10.9988V16.0002Z",
|
|
48
|
+
fill: "currentColor"
|
|
49
|
+
}
|
|
50
|
+
) })
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
var IconHouseCardLine = (0, import_react.forwardRef)(Icon);
|
|
54
|
+
var IconHouseCardLine_default = IconHouseCardLine;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias 월세,카드,집,부동산,페이,결제,rent,card,home,real estate,pay,payment
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconHouseCardLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconHouseCardLine;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// src/IconHouseCardLine.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
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: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M9.99394 1.7854C10.9032 1.19473 12.0749 1.17853 12.9998 1.76001C14.9687 2.99871 19.5087 5.87712 22.074 7.68188C22.5254 7.99955 22.6335 8.62284 22.3162 9.07446C21.9984 9.52604 21.3753 9.6344 20.9236 9.31665C20.7879 9.22116 20.6454 9.12405 20.4988 9.0227V12.0002H20.9988C22.1031 12.0003 22.9984 12.8961 22.9988 14.0002V20.5002C22.9986 21.6046 22.1032 22.5002 20.9988 22.5002H10.9988C10.4928 22.5002 10.0318 22.3112 9.67949 22.0012H5.49882C3.84227 22.0009 2.499 20.6576 2.49882 19.0012C2.49845 15.6222 2.49875 12.4397 2.49882 9.04223L2.04374 9.33813C1.58072 9.63875 0.960838 9.50711 0.659956 9.04419C0.359997 8.58132 0.491393 7.96117 0.953901 7.6604L9.99394 1.7854ZM10.9988 20.5002H20.9988V18.0002H10.9988V20.5002ZM11.9344 3.45239C11.6764 3.29065 11.3461 3.29199 11.0838 3.46216L4.49882 7.74145C4.49881 11.6377 4.49841 15.1948 4.49882 19.0012C4.49889 19.5534 4.947 20.0009 5.49882 20.0012H8.99882V14.0002C8.99926 12.8961 9.89463 12.0004 10.9988 12.0002H18.4988V7.67212C16.1307 6.10447 13.3699 4.35552 11.9344 3.45239ZM10.9988 16.0002H20.9988V14.0002H10.9988V16.0002Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
) })
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
var IconHouseCardLine = forwardRef(Icon);
|
|
30
|
+
var IconHouseCardLine_default = IconHouseCardLine;
|
|
31
|
+
export {
|
|
32
|
+
IconHouseCardLine_default as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,75 @@
|
|
|
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/IconWandPlusCircleFill.tsx
|
|
21
|
+
var IconWandPlusCircleFill_exports = {};
|
|
22
|
+
__export(IconWandPlusCircleFill_exports, {
|
|
23
|
+
default: () => IconWandPlusCircleFill_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconWandPlusCircleFill_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
d: "M11.0293 12.9902L11.7471 15.3486L6.10645 21.6494C5.80284 21.9832 5.30981 22.0773 4.92676 21.8389C4.37023 21.4924 3.8466 21.0819 3.36816 20.6035C2.88976 20.1251 2.47925 19.6014 2.13281 19.0449C1.89459 18.6619 1.98855 18.1688 2.32227 17.8652L8.53027 12.3086L11.0293 12.9902Z",
|
|
47
|
+
fill: "currentColor"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
d: "M20.4434 16.6426C21.8241 16.6426 22.9434 17.7619 22.9434 19.1426C22.9434 20.5233 21.8241 21.6426 20.4434 21.6426C19.0626 21.6426 17.9434 20.5233 17.9434 19.1426C17.9434 17.7619 19.0626 16.6426 20.4434 16.6426Z",
|
|
54
|
+
fill: "currentColor"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
d: "M11.9111 1.76758C11.9113 1.19824 12.6301 0.949224 12.9824 1.39648L15.2441 4.26855C15.3992 4.46521 15.66 4.54517 15.8984 4.46875L20.0898 3.12305C20.5548 2.97381 20.994 3.41301 20.8447 3.87793L19.501 8.06445C19.4236 8.30541 19.5055 8.56929 19.7061 8.72363L22.3047 10.7227C22.7447 11.0613 22.5279 11.7652 21.9736 11.7979L17.9736 12.0332C17.7287 12.0476 17.517 12.2096 17.4395 12.4424L15.6885 17.6953C15.5036 18.25 14.7151 18.24 14.5449 17.6807L12.7148 11.667C12.6548 11.4698 12.4976 11.317 12.2988 11.2627L6.56738 9.69922C6.01216 9.54779 5.96785 8.77744 6.50195 8.56348L11.5342 6.55078C11.7619 6.45962 11.9111 6.23845 11.9111 5.99316V1.76758Z",
|
|
61
|
+
fill: "currentColor"
|
|
62
|
+
}
|
|
63
|
+
),
|
|
64
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
65
|
+
"path",
|
|
66
|
+
{
|
|
67
|
+
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",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
}
|
|
70
|
+
)
|
|
71
|
+
] }) })
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
var IconWandPlusCircleFill = (0, import_react.forwardRef)(Icon);
|
|
75
|
+
var IconWandPlusCircleFill_default = IconWandPlusCircleFill;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias 마술봉,에이전트,ai,마법,별,wand,agent,ai,magic,star,tag:service
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconWandPlusCircleFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconWandPlusCircleFill;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// src/IconWandPlusCircleFill.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
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: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M11.0293 12.9902L11.7471 15.3486L6.10645 21.6494C5.80284 21.9832 5.30981 22.0773 4.92676 21.8389C4.37023 21.4924 3.8466 21.0819 3.36816 20.6035C2.88976 20.1251 2.47925 19.6014 2.13281 19.0449C1.89459 18.6619 1.98855 18.1688 2.32227 17.8652L8.53027 12.3086L11.0293 12.9902Z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
d: "M20.4434 16.6426C21.8241 16.6426 22.9434 17.7619 22.9434 19.1426C22.9434 20.5233 21.8241 21.6426 20.4434 21.6426C19.0626 21.6426 17.9434 20.5233 17.9434 19.1426C17.9434 17.7619 19.0626 16.6426 20.4434 16.6426Z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M11.9111 1.76758C11.9113 1.19824 12.6301 0.949224 12.9824 1.39648L15.2441 4.26855C15.3992 4.46521 15.66 4.54517 15.8984 4.46875L20.0898 3.12305C20.5548 2.97381 20.994 3.41301 20.8447 3.87793L19.501 8.06445C19.4236 8.30541 19.5055 8.56929 19.7061 8.72363L22.3047 10.7227C22.7447 11.0613 22.5279 11.7652 21.9736 11.7979L17.9736 12.0332C17.7287 12.0476 17.517 12.2096 17.4395 12.4424L15.6885 17.6953C15.5036 18.25 14.7151 18.24 14.5449 17.6807L12.7148 11.667C12.6548 11.4698 12.4976 11.317 12.2988 11.2627L6.56738 9.69922C6.01216 9.54779 5.96785 8.77744 6.50195 8.56348L11.5342 6.55078C11.7619 6.45962 11.9111 6.23845 11.9111 5.99316V1.76758Z",
|
|
37
|
+
fill: "currentColor"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
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",
|
|
44
|
+
fill: "currentColor"
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
] }) })
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
var IconWandPlusCircleFill = forwardRef(Icon);
|
|
51
|
+
var IconWandPlusCircleFill_default = IconWandPlusCircleFill;
|
|
52
|
+
export {
|
|
53
|
+
IconWandPlusCircleFill_default as default
|
|
54
|
+
};
|
|
@@ -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/IconWandPlusCircleLine.tsx
|
|
21
|
+
var IconWandPlusCircleLine_exports = {};
|
|
22
|
+
__export(IconWandPlusCircleLine_exports, {
|
|
23
|
+
default: () => IconWandPlusCircleLine_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconWandPlusCircleLine_exports);
|
|
26
|
+
var import_react = require("react");
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var Icon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
"data-seed-icon": "true",
|
|
38
|
+
width: size,
|
|
39
|
+
height: size,
|
|
40
|
+
ref,
|
|
41
|
+
...props,
|
|
42
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
fillRule: "evenodd",
|
|
47
|
+
clipRule: "evenodd",
|
|
48
|
+
d: "M20.0508 17C21.5696 17 22.8008 18.2312 22.8008 19.75C22.8008 21.2688 21.5696 22.5 20.0508 22.5C18.532 22.5 17.3008 21.2688 17.3008 19.75C17.3008 18.2312 18.532 17 20.0508 17ZM20.0508 19C19.6366 19 19.3008 19.3358 19.3008 19.75C19.3008 20.1642 19.6366 20.5 20.0508 20.5C20.465 20.5 20.8008 20.1642 20.8008 19.75C20.8008 19.3358 20.465 19 20.0508 19Z",
|
|
49
|
+
fill: "currentColor"
|
|
50
|
+
}
|
|
51
|
+
),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
53
|
+
"path",
|
|
54
|
+
{
|
|
55
|
+
fillRule: "evenodd",
|
|
56
|
+
clipRule: "evenodd",
|
|
57
|
+
d: "M11.0664 2.85059C11.0664 1.3952 12.9041 0.75834 13.8047 1.90137L15.6152 4.19922L19.0342 3.10352L19.1445 3.07129C20.2533 2.80045 21.2647 3.81218 20.9941 4.9209L20.9629 5.03223L19.8672 8.44141L21.918 10.0205L22.0195 10.1045C23.008 10.9969 22.4456 12.6868 21.0732 12.7676L17.8311 12.957L16.373 17.3301C15.9003 18.7472 13.8873 18.7202 13.4521 17.291L12.207 13.2012L4.20508 21.1592C3.81353 21.5485 3.18044 21.5466 2.79102 21.1553C2.40162 20.7637 2.40343 20.1307 2.79492 19.7412L10.7129 11.8662L7.05176 10.8682C5.63264 10.4811 5.51942 8.51157 6.88477 7.96484L11.0664 6.29102V2.85059ZM13.0664 6.6084C13.0663 7.23531 12.6846 7.79938 12.1025 8.03223L8.9209 9.30469L12.6738 10.3281L12.8594 10.3926C13.2191 10.5422 13.509 10.8235 13.6689 11.1787L13.7373 11.3613L14.9395 15.3096L16.0342 12.0254C16.2326 11.4309 16.7727 11.0173 17.3984 10.9805L19.709 10.8438L18.3877 9.82715C17.8756 9.43275 17.666 8.76002 17.8633 8.14453L18.7803 5.28418L15.918 6.2041C15.3082 6.39978 14.6404 6.19543 14.2441 5.69238L13.0664 4.19531V6.6084Z",
|
|
58
|
+
fill: "currentColor"
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
d: "M4.50195 1C5.05424 1 5.50195 1.44772 5.50195 2V3.50098H7C7.55229 3.50098 8 3.94869 8 4.50098C8 5.05326 7.55229 5.50098 7 5.50098H5.50195V7C5.50195 7.55229 5.05424 8 4.50195 8C3.94967 8 3.50195 7.55229 3.50195 7V5.50098H2C1.44772 5.50098 1 5.05326 1 4.50098C1 3.94869 1.44772 3.50098 2 3.50098H3.50195V2C3.50195 1.44772 3.94967 1 4.50195 1Z",
|
|
65
|
+
fill: "currentColor"
|
|
66
|
+
}
|
|
67
|
+
)
|
|
68
|
+
] }) })
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
var IconWandPlusCircleLine = (0, import_react.forwardRef)(Icon);
|
|
72
|
+
var IconWandPlusCircleLine_default = IconWandPlusCircleLine;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias 마술봉,에이전트,ai,마법,별,wand,agent,ai,magic,star,tag:service
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconWandPlusCircleLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconWandPlusCircleLine;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
// src/IconWandPlusCircleLine.tsx
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
var Icon = ({
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}, ref) => /* @__PURE__ */ jsx(
|
|
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: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M20.0508 17C21.5696 17 22.8008 18.2312 22.8008 19.75C22.8008 21.2688 21.5696 22.5 20.0508 22.5C18.532 22.5 17.3008 21.2688 17.3008 19.75C17.3008 18.2312 18.532 17 20.0508 17ZM20.0508 19C19.6366 19 19.3008 19.3358 19.3008 19.75C19.3008 20.1642 19.6366 20.5 20.0508 20.5C20.465 20.5 20.8008 20.1642 20.8008 19.75C20.8008 19.3358 20.465 19 20.0508 19Z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ jsx(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M11.0664 2.85059C11.0664 1.3952 12.9041 0.75834 13.8047 1.90137L15.6152 4.19922L19.0342 3.10352L19.1445 3.07129C20.2533 2.80045 21.2647 3.81218 20.9941 4.9209L20.9629 5.03223L19.8672 8.44141L21.918 10.0205L22.0195 10.1045C23.008 10.9969 22.4456 12.6868 21.0732 12.7676L17.8311 12.957L16.373 17.3301C15.9003 18.7472 13.8873 18.7202 13.4521 17.291L12.207 13.2012L4.20508 21.1592C3.81353 21.5485 3.18044 21.5466 2.79102 21.1553C2.40162 20.7637 2.40343 20.1307 2.79492 19.7412L10.7129 11.8662L7.05176 10.8682C5.63264 10.4811 5.51942 8.51157 6.88477 7.96484L11.0664 6.29102V2.85059ZM13.0664 6.6084C13.0663 7.23531 12.6846 7.79938 12.1025 8.03223L8.9209 9.30469L12.6738 10.3281L12.8594 10.3926C13.2191 10.5422 13.509 10.8235 13.6689 11.1787L13.7373 11.3613L14.9395 15.3096L16.0342 12.0254C16.2326 11.4309 16.7727 11.0173 17.3984 10.9805L19.709 10.8438L18.3877 9.82715C17.8756 9.43275 17.666 8.76002 17.8633 8.14453L18.7803 5.28418L15.918 6.2041C15.3082 6.39978 14.6404 6.19543 14.2441 5.69238L13.0664 4.19531V6.6084Z",
|
|
34
|
+
fill: "currentColor"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ jsx(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
d: "M4.50195 1C5.05424 1 5.50195 1.44772 5.50195 2V3.50098H7C7.55229 3.50098 8 3.94869 8 4.50098C8 5.05326 7.55229 5.50098 7 5.50098H5.50195V7C5.50195 7.55229 5.05424 8 4.50195 8C3.94967 8 3.50195 7.55229 3.50195 7V5.50098H2C1.44772 5.50098 1 5.05326 1 4.50098C1 3.94869 1.44772 3.50098 2 3.50098H3.50195V2C3.50195 1.44772 3.94967 1 4.50195 1Z",
|
|
41
|
+
fill: "currentColor"
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
] }) })
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
var IconWandPlusCircleLine = forwardRef(Icon);
|
|
48
|
+
var IconWandPlusCircleLine_default = IconWandPlusCircleLine;
|
|
49
|
+
export {
|
|
50
|
+
IconWandPlusCircleLine_default as default
|
|
51
|
+
};
|