@karrotmarket/react-monochrome-icon 1.22.0 → 1.24.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/IconArrowUpRightArrowDownLeftCouponFill.cjs +54 -0
- package/lib/IconArrowUpRightArrowDownLeftCouponFill.d.ts +9 -0
- package/lib/IconArrowUpRightArrowDownLeftCouponFill.js +33 -0
- package/lib/IconArrowUpRightArrowDownLeftCouponLine.cjs +63 -0
- package/lib/IconArrowUpRightArrowDownLeftCouponLine.d.ts +9 -0
- package/lib/IconArrowUpRightArrowDownLeftCouponLine.js +42 -0
- package/lib/IconDollarFill.cjs +1 -1
- package/lib/IconDollarFill.d.ts +1 -1
- package/lib/IconDollarFill.js +1 -1
- package/lib/IconMagnifyingglassFill.cjs +1 -1
- package/lib/IconMagnifyingglassFill.d.ts +1 -1
- package/lib/IconMagnifyingglassFill.js +1 -1
- package/lib/IconMetroFrontsideLine.cjs +3 -3
- package/lib/IconMetroFrontsideLine.d.ts +1 -1
- package/lib/IconMetroFrontsideLine.js +3 -3
- package/lib/IconMoonLine.cjs +1 -1
- package/lib/IconMoonLine.d.ts +1 -1
- package/lib/IconMoonLine.js +1 -1
- package/lib/IconPeople3Fill.cjs +12 -5
- package/lib/IconPeople3Fill.d.ts +1 -1
- package/lib/IconPeople3Fill.js +12 -5
- package/lib/IconPeople3Line.cjs +20 -5
- package/lib/IconPeople3Line.d.ts +1 -1
- package/lib/IconPeople3Line.js +20 -5
- package/lib/IconPushpinSlashFill.cjs +61 -0
- package/lib/IconPushpinSlashFill.d.ts +9 -0
- package/lib/IconPushpinSlashFill.js +40 -0
- package/lib/IconPushpinSlashLine.cjs +63 -0
- package/lib/IconPushpinSlashLine.d.ts +9 -0
- package/lib/IconPushpinSlashLine.js +42 -0
- package/lib/IconSparkleViewfinderFill.cjs +5 -5
- package/lib/IconSparkleViewfinderFill.d.ts +1 -1
- package/lib/IconSparkleViewfinderFill.js +5 -5
- package/lib/IconThumbDownFill.cjs +2 -2
- package/lib/IconThumbDownFill.d.ts +1 -1
- package/lib/IconThumbDownFill.js +2 -2
- package/lib/index.cjs +5108 -4933
- package/lib/index.d.ts +4 -0
- package/lib/index.js +1264 -1256
- package/lib/loader.js +4 -0
- package/package.json +1 -1
|
@@ -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/IconArrowUpRightArrowDownLeftCouponFill.tsx
|
|
21
|
+
var IconArrowUpRightArrowDownLeftCouponFill_exports = {};
|
|
22
|
+
__export(IconArrowUpRightArrowDownLeftCouponFill_exports, {
|
|
23
|
+
default: () => IconArrowUpRightArrowDownLeftCouponFill_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconArrowUpRightArrowDownLeftCouponFill_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: "M19.7081 2.50391C20.935 2.50391 22.0799 3.27477 22.4542 4.50488C22.9582 6.16221 23.3364 7.93309 23.4952 9.52051C23.5233 9.80157 23.4308 10.0815 23.2413 10.291C23.0517 10.5005 22.7826 10.6201 22.5001 10.6201H21.628C20.897 10.6203 20.2717 11.231 20.2715 12.0049C20.2716 12.7737 20.8918 13.3895 21.628 13.3896H22.5001C22.7853 13.3896 23.0574 13.5116 23.2471 13.7246C23.4367 13.9376 23.5261 14.2216 23.4932 14.5049C23.3196 15.994 22.9549 17.8536 22.4815 19.4902C22.1211 20.7355 20.9683 21.5039 19.7452 21.5039H4.25494C3.0318 21.5038 1.87847 20.7351 1.51861 19.4893C1.04509 17.8498 0.680553 15.9857 0.506895 14.5059C0.473709 14.2224 0.563325 13.9379 0.752989 13.7246C0.942686 13.5114 1.21471 13.3897 1.50006 13.3896H2.37213C3.1002 13.3896 3.72855 12.7706 3.72857 12.0049C3.72844 11.2361 3.10837 10.6201 2.37213 10.6201H1.50006C1.21762 10.62 0.948369 10.5004 0.758848 10.291C0.569476 10.0816 0.476848 9.80148 0.504942 9.52051C0.663696 7.93346 1.04787 6.16565 1.54693 4.51465C1.91979 3.28168 3.06586 2.50407 4.29889 2.50391H19.7081ZM12.7061 6.60645C12.1541 6.60648 11.7065 7.05448 11.7061 7.60645C11.7061 8.15871 12.1539 8.60641 12.7061 8.60645H13.9835L8.59967 13.9883V12.709C8.59933 12.157 8.15175 11.709 7.59967 11.709C7.04762 11.709 6.6 12.157 6.59967 12.709V16.4023C6.59967 16.9546 7.04741 17.4023 7.59967 17.4023H11.293C11.8453 17.4023 12.293 16.9546 12.293 16.4023C12.2927 15.8503 11.8451 15.4023 11.293 15.4023H10.0137L15.3995 10.0176V11.2998C15.3995 11.852 15.8472 12.2997 16.3995 12.2998C16.9518 12.2998 17.3995 11.8521 17.3995 11.2998V7.60449C17.3994 7.47455 17.3727 7.34464 17.3223 7.22266C17.3193 7.21557 17.3157 7.20818 17.3126 7.20117C17.2641 7.09152 17.1964 6.98734 17.1065 6.89746C16.9016 6.69276 16.6297 6.59622 16.3614 6.60645H12.7061Z",
|
|
48
|
+
fill: "currentColor"
|
|
49
|
+
}
|
|
50
|
+
) })
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
var IconArrowUpRightArrowDownLeftCouponFill = (0, import_react.forwardRef)(Icon);
|
|
54
|
+
var IconArrowUpRightArrowDownLeftCouponFill_default = IconArrowUpRightArrowDownLeftCouponFill;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias exchange ticket,voucher,coupon,교환권,바우처,티켓,쿠폰,service:교환권,tag:service
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconArrowUpRightArrowDownLeftCouponFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconArrowUpRightArrowDownLeftCouponFill;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// src/IconArrowUpRightArrowDownLeftCouponFill.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: "M19.7081 2.50391C20.935 2.50391 22.0799 3.27477 22.4542 4.50488C22.9582 6.16221 23.3364 7.93309 23.4952 9.52051C23.5233 9.80157 23.4308 10.0815 23.2413 10.291C23.0517 10.5005 22.7826 10.6201 22.5001 10.6201H21.628C20.897 10.6203 20.2717 11.231 20.2715 12.0049C20.2716 12.7737 20.8918 13.3895 21.628 13.3896H22.5001C22.7853 13.3896 23.0574 13.5116 23.2471 13.7246C23.4367 13.9376 23.5261 14.2216 23.4932 14.5049C23.3196 15.994 22.9549 17.8536 22.4815 19.4902C22.1211 20.7355 20.9683 21.5039 19.7452 21.5039H4.25494C3.0318 21.5038 1.87847 20.7351 1.51861 19.4893C1.04509 17.8498 0.680553 15.9857 0.506895 14.5059C0.473709 14.2224 0.563325 13.9379 0.752989 13.7246C0.942686 13.5114 1.21471 13.3897 1.50006 13.3896H2.37213C3.1002 13.3896 3.72855 12.7706 3.72857 12.0049C3.72844 11.2361 3.10837 10.6201 2.37213 10.6201H1.50006C1.21762 10.62 0.948369 10.5004 0.758848 10.291C0.569476 10.0816 0.476848 9.80148 0.504942 9.52051C0.663696 7.93346 1.04787 6.16565 1.54693 4.51465C1.91979 3.28168 3.06586 2.50407 4.29889 2.50391H19.7081ZM12.7061 6.60645C12.1541 6.60648 11.7065 7.05448 11.7061 7.60645C11.7061 8.15871 12.1539 8.60641 12.7061 8.60645H13.9835L8.59967 13.9883V12.709C8.59933 12.157 8.15175 11.709 7.59967 11.709C7.04762 11.709 6.6 12.157 6.59967 12.709V16.4023C6.59967 16.9546 7.04741 17.4023 7.59967 17.4023H11.293C11.8453 17.4023 12.293 16.9546 12.293 16.4023C12.2927 15.8503 11.8451 15.4023 11.293 15.4023H10.0137L15.3995 10.0176V11.2998C15.3995 11.852 15.8472 12.2997 16.3995 12.2998C16.9518 12.2998 17.3995 11.8521 17.3995 11.2998V7.60449C17.3994 7.47455 17.3727 7.34464 17.3223 7.22266C17.3193 7.21557 17.3157 7.20818 17.3126 7.20117C17.2641 7.09152 17.1964 6.98734 17.1065 6.89746C16.9016 6.69276 16.6297 6.59622 16.3614 6.60645H12.7061Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}
|
|
26
|
+
) })
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
var IconArrowUpRightArrowDownLeftCouponFill = forwardRef(Icon);
|
|
30
|
+
var IconArrowUpRightArrowDownLeftCouponFill_default = IconArrowUpRightArrowDownLeftCouponFill;
|
|
31
|
+
export {
|
|
32
|
+
IconArrowUpRightArrowDownLeftCouponFill_default as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
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/IconArrowUpRightArrowDownLeftCouponLine.tsx
|
|
21
|
+
var IconArrowUpRightArrowDownLeftCouponLine_exports = {};
|
|
22
|
+
__export(IconArrowUpRightArrowDownLeftCouponLine_exports, {
|
|
23
|
+
default: () => IconArrowUpRightArrowDownLeftCouponLine_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconArrowUpRightArrowDownLeftCouponLine_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: "M16.2119 6.75684C16.4804 6.74666 16.7521 6.84298 16.9571 7.04785C17.1137 7.20457 17.2054 7.40101 17.2364 7.60449C17.2391 7.62254 17.2433 7.64083 17.2451 7.65918C17.2482 7.69089 17.25 7.72305 17.25 7.75488V11.3242C17.25 11.8764 16.8022 12.3241 16.25 12.3242C15.6978 12.3242 15.2501 11.8764 15.25 11.3242V10.168L10.1641 15.2529H11.3174C11.8696 15.2529 12.3173 15.7008 12.3174 16.2529C12.3173 16.8051 11.8696 17.2529 11.3174 17.2529H7.75002C7.19783 17.2529 6.75015 16.8051 6.75002 16.2529V12.6855C6.75015 12.1334 7.19783 11.6856 7.75002 11.6855C8.30223 11.6855 8.74989 12.1334 8.75002 12.6855V13.8389L13.834 8.75684H12.6826C12.1304 8.75682 11.6827 8.30904 11.6826 7.75684C11.6828 7.20467 12.1304 6.75685 12.6826 6.75684H16.2119Z",
|
|
47
|
+
fill: "currentColor"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M19.708 2.50391C20.9351 2.50391 22.0799 3.27557 22.4541 4.50586C22.9582 6.16316 23.3364 7.93414 23.4951 9.52148C23.5231 9.80242 23.4307 10.0826 23.2412 10.292C23.0517 10.5013 22.7824 10.6211 22.5 10.6211H21.628C20.8968 10.6211 20.2715 11.2318 20.2715 12.0059C20.2718 12.7745 20.8918 13.3906 21.628 13.3906H22.5C22.7854 13.3906 23.0573 13.5124 23.2471 13.7256C23.4365 13.9386 23.5261 14.2226 23.4932 14.5059C23.3195 15.995 22.9549 17.8547 22.4815 19.4912C22.1209 20.7362 20.9681 21.5049 19.7451 21.5049H4.2549C3.03184 21.5048 1.87859 20.7359 1.51858 19.4902C1.04506 17.8509 0.680549 15.9866 0.506858 14.5068C0.473597 14.2234 0.563384 13.9389 0.752952 13.7256C0.942689 13.5123 1.21458 13.3907 1.50002 13.3906H2.37209C3.10001 13.3906 3.72824 12.7714 3.72854 12.0059C3.72854 11.2369 3.10841 10.6211 2.37209 10.6211H1.50002C1.21763 10.6211 0.948358 10.5013 0.758811 10.292C0.569388 10.0826 0.476953 9.80241 0.504905 9.52148C0.663631 7.93451 1.04787 6.16658 1.5469 4.51562C1.91971 3.28249 3.06569 2.50401 4.29885 2.50391H19.708ZM4.29885 4.50488C3.89162 4.50498 3.56383 4.75763 3.46194 5.09473C3.10712 6.26861 2.81914 7.48917 2.63772 8.63184C4.38048 8.76933 5.72854 10.2492 5.72854 12.0059C5.72826 13.7609 4.37379 15.2345 2.64846 15.3779C2.83373 16.5194 3.10962 17.7902 3.44045 18.9355C3.53324 19.2556 3.84814 19.5048 4.2549 19.5049H19.7451C20.152 19.5049 20.4667 19.255 20.5596 18.9346C20.8907 17.7898 21.1664 16.5212 21.3516 15.377C19.6143 15.2342 18.2718 13.7586 18.2715 12.0059C18.2715 10.2328 19.6348 8.76853 21.3633 8.63184C21.1831 7.48527 20.8981 6.26182 20.541 5.08789C20.44 4.75556 20.1143 4.50488 19.708 4.50488H4.29885Z",
|
|
56
|
+
fill: "currentColor"
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] }) })
|
|
60
|
+
}
|
|
61
|
+
);
|
|
62
|
+
var IconArrowUpRightArrowDownLeftCouponLine = (0, import_react.forwardRef)(Icon);
|
|
63
|
+
var IconArrowUpRightArrowDownLeftCouponLine_default = IconArrowUpRightArrowDownLeftCouponLine;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @alias exchange ticket,voucher,coupon,교환권,바우처,티켓,쿠폰,service:교환권,tag:service
|
|
4
|
+
* @preview 
|
|
5
|
+
*/
|
|
6
|
+
declare const IconArrowUpRightArrowDownLeftCouponLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
|
+
size?: number | string;
|
|
8
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default IconArrowUpRightArrowDownLeftCouponLine;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// src/IconArrowUpRightArrowDownLeftCouponLine.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: "M16.2119 6.75684C16.4804 6.74666 16.7521 6.84298 16.9571 7.04785C17.1137 7.20457 17.2054 7.40101 17.2364 7.60449C17.2391 7.62254 17.2433 7.64083 17.2451 7.65918C17.2482 7.69089 17.25 7.72305 17.25 7.75488V11.3242C17.25 11.8764 16.8022 12.3241 16.25 12.3242C15.6978 12.3242 15.2501 11.8764 15.25 11.3242V10.168L10.1641 15.2529H11.3174C11.8696 15.2529 12.3173 15.7008 12.3174 16.2529C12.3173 16.8051 11.8696 17.2529 11.3174 17.2529H7.75002C7.19783 17.2529 6.75015 16.8051 6.75002 16.2529V12.6855C6.75015 12.1334 7.19783 11.6856 7.75002 11.6855C8.30223 11.6855 8.74989 12.1334 8.75002 12.6855V13.8389L13.834 8.75684H12.6826C12.1304 8.75682 11.6827 8.30904 11.6826 7.75684C11.6828 7.20467 12.1304 6.75685 12.6826 6.75684H16.2119Z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M19.708 2.50391C20.9351 2.50391 22.0799 3.27557 22.4541 4.50586C22.9582 6.16316 23.3364 7.93414 23.4951 9.52148C23.5231 9.80242 23.4307 10.0826 23.2412 10.292C23.0517 10.5013 22.7824 10.6211 22.5 10.6211H21.628C20.8968 10.6211 20.2715 11.2318 20.2715 12.0059C20.2718 12.7745 20.8918 13.3906 21.628 13.3906H22.5C22.7854 13.3906 23.0573 13.5124 23.2471 13.7256C23.4365 13.9386 23.5261 14.2226 23.4932 14.5059C23.3195 15.995 22.9549 17.8547 22.4815 19.4912C22.1209 20.7362 20.9681 21.5049 19.7451 21.5049H4.2549C3.03184 21.5048 1.87859 20.7359 1.51858 19.4902C1.04506 17.8509 0.680549 15.9866 0.506858 14.5068C0.473597 14.2234 0.563384 13.9389 0.752952 13.7256C0.942689 13.5123 1.21458 13.3907 1.50002 13.3906H2.37209C3.10001 13.3906 3.72824 12.7714 3.72854 12.0059C3.72854 11.2369 3.10841 10.6211 2.37209 10.6211H1.50002C1.21763 10.6211 0.948358 10.5013 0.758811 10.292C0.569388 10.0826 0.476953 9.80241 0.504905 9.52148C0.663631 7.93451 1.04787 6.16658 1.5469 4.51562C1.91971 3.28249 3.06569 2.50401 4.29885 2.50391H19.708ZM4.29885 4.50488C3.89162 4.50498 3.56383 4.75763 3.46194 5.09473C3.10712 6.26861 2.81914 7.48917 2.63772 8.63184C4.38048 8.76933 5.72854 10.2492 5.72854 12.0059C5.72826 13.7609 4.37379 15.2345 2.64846 15.3779C2.83373 16.5194 3.10962 17.7902 3.44045 18.9355C3.53324 19.2556 3.84814 19.5048 4.2549 19.5049H19.7451C20.152 19.5049 20.4667 19.255 20.5596 18.9346C20.8907 17.7898 21.1664 16.5212 21.3516 15.377C19.6143 15.2342 18.2718 13.7586 18.2715 12.0059C18.2715 10.2328 19.6348 8.76853 21.3633 8.63184C21.1831 7.48527 20.8981 6.26182 20.541 5.08789C20.44 4.75556 20.1143 4.50488 19.708 4.50488H4.29885Z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
] }) })
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
var IconArrowUpRightArrowDownLeftCouponLine = forwardRef(Icon);
|
|
39
|
+
var IconArrowUpRightArrowDownLeftCouponLine_default = IconArrowUpRightArrowDownLeftCouponLine;
|
|
40
|
+
export {
|
|
41
|
+
IconArrowUpRightArrowDownLeftCouponLine_default as default
|
|
42
|
+
};
|
package/lib/IconDollarFill.cjs
CHANGED
|
@@ -44,7 +44,7 @@ var Icon = ({
|
|
|
44
44
|
{
|
|
45
45
|
fillRule: "evenodd",
|
|
46
46
|
clipRule: "evenodd",
|
|
47
|
-
d: "M12.
|
|
47
|
+
d: "M12.5 0.800049C13.1627 0.800049 13.7 1.33731 13.7 2.00005V3.81755H14.1667C15.223 3.81755 16.3339 4.13111 17.2068 4.82772C18.1104 5.5488 18.7 6.63898 18.7 8.01005C18.7 8.67279 18.1627 9.21005 17.5 9.21005C16.8372 9.21005 16.3 8.67279 16.3 8.01005C16.3 7.38612 16.0562 6.98005 15.7098 6.70363C15.3328 6.40274 14.777 6.21755 14.1667 6.21755H10.8333C10.5881 6.21755 10.0123 6.34387 9.51945 6.71978C9.08152 7.05383 8.69999 7.58598 8.69999 8.5088C8.69999 9.29236 9.41411 10.8 11.3889 10.8H13.6111C16.371 10.8 18.7 12.7151 18.7 15.4913C18.7 18.1263 16.7408 20.1825 14.0555 20.1825H13.7V22C13.7 22.6628 13.1627 23.2001 12.5 23.2001C11.8373 23.2001 11.3 22.6628 11.3 22V20.1825H10.9444C9.84074 20.1825 8.71414 19.7919 7.8463 19.0956C6.96542 18.3889 6.29999 17.3177 6.29999 15.99C6.29999 15.3273 6.83725 14.79 7.49999 14.79C8.16273 14.79 8.69999 15.3273 8.69999 15.99C8.69999 16.4579 8.92345 16.8829 9.34812 17.2236C9.78583 17.5747 10.3815 17.7825 10.9444 17.7825H14.0555C15.3703 17.7825 16.3 16.8463 16.3 15.4913C16.3 14.2775 15.2956 13.2 13.6111 13.2H11.3889C7.80809 13.2 6.29999 10.3187 6.29999 8.5088C6.29999 6.77162 7.08513 5.55814 8.06387 4.81157C8.98772 4.10685 10.0785 3.81755 10.8333 3.81755H11.3V2.00005C11.3 1.33731 11.8373 0.800049 12.5 0.800049Z",
|
|
48
48
|
fill: "currentColor"
|
|
49
49
|
}
|
|
50
50
|
) })
|
package/lib/IconDollarFill.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* @alias money,dollor,돈,머니,달러
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconDollarFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
package/lib/IconDollarFill.js
CHANGED
|
@@ -20,7 +20,7 @@ var Icon = ({
|
|
|
20
20
|
{
|
|
21
21
|
fillRule: "evenodd",
|
|
22
22
|
clipRule: "evenodd",
|
|
23
|
-
d: "M12.
|
|
23
|
+
d: "M12.5 0.800049C13.1627 0.800049 13.7 1.33731 13.7 2.00005V3.81755H14.1667C15.223 3.81755 16.3339 4.13111 17.2068 4.82772C18.1104 5.5488 18.7 6.63898 18.7 8.01005C18.7 8.67279 18.1627 9.21005 17.5 9.21005C16.8372 9.21005 16.3 8.67279 16.3 8.01005C16.3 7.38612 16.0562 6.98005 15.7098 6.70363C15.3328 6.40274 14.777 6.21755 14.1667 6.21755H10.8333C10.5881 6.21755 10.0123 6.34387 9.51945 6.71978C9.08152 7.05383 8.69999 7.58598 8.69999 8.5088C8.69999 9.29236 9.41411 10.8 11.3889 10.8H13.6111C16.371 10.8 18.7 12.7151 18.7 15.4913C18.7 18.1263 16.7408 20.1825 14.0555 20.1825H13.7V22C13.7 22.6628 13.1627 23.2001 12.5 23.2001C11.8373 23.2001 11.3 22.6628 11.3 22V20.1825H10.9444C9.84074 20.1825 8.71414 19.7919 7.8463 19.0956C6.96542 18.3889 6.29999 17.3177 6.29999 15.99C6.29999 15.3273 6.83725 14.79 7.49999 14.79C8.16273 14.79 8.69999 15.3273 8.69999 15.99C8.69999 16.4579 8.92345 16.8829 9.34812 17.2236C9.78583 17.5747 10.3815 17.7825 10.9444 17.7825H14.0555C15.3703 17.7825 16.3 16.8463 16.3 15.4913C16.3 14.2775 15.2956 13.2 13.6111 13.2H11.3889C7.80809 13.2 6.29999 10.3187 6.29999 8.5088C6.29999 6.77162 7.08513 5.55814 8.06387 4.81157C8.98772 4.10685 10.0785 3.81755 10.8333 3.81755H11.3V2.00005C11.3 1.33731 11.8373 0.800049 12.5 0.800049Z",
|
|
24
24
|
fill: "currentColor"
|
|
25
25
|
}
|
|
26
26
|
) })
|
|
@@ -44,7 +44,7 @@ var Icon = ({
|
|
|
44
44
|
{
|
|
45
45
|
fillRule: "evenodd",
|
|
46
46
|
clipRule: "evenodd",
|
|
47
|
-
d: "M10.
|
|
47
|
+
d: "M10.811 1C5.3928 1 0.999939 5.38822 0.999939 10.8046V10.8176C0.999939 16.234 5.3928 20.6222 10.811 20.6222C12.792 20.6222 14.6438 20.0354 16.1897 19.0193L20.2858 23.1156C21.0669 23.8967 22.3332 23.8967 23.1143 23.1156C23.8953 22.3346 23.8953 21.0683 23.1143 20.2872L19.0171 16.1899C20.0326 14.6429 20.6222 12.7916 20.6222 10.8046C20.6222 5.38822 16.2293 1 10.811 1ZM3.39994 10.8046C3.39994 6.71542 6.71657 3.4 10.811 3.4C14.9055 3.4 18.2222 6.71542 18.2222 10.8046C18.2222 13.0196 17.2561 15.0073 15.7142 16.3681L15.7118 16.3702C14.4095 17.5257 12.6917 18.2222 10.811 18.2222C6.71657 18.2222 3.39994 14.9068 3.39994 10.8176V10.8046Z",
|
|
48
48
|
fill: "currentColor"
|
|
49
49
|
}
|
|
50
50
|
) })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* @alias find,magnifying glass,search,검색,돋보기,찾기
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconMagnifyingglassFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -20,7 +20,7 @@ var Icon = ({
|
|
|
20
20
|
{
|
|
21
21
|
fillRule: "evenodd",
|
|
22
22
|
clipRule: "evenodd",
|
|
23
|
-
d: "M10.
|
|
23
|
+
d: "M10.811 1C5.3928 1 0.999939 5.38822 0.999939 10.8046V10.8176C0.999939 16.234 5.3928 20.6222 10.811 20.6222C12.792 20.6222 14.6438 20.0354 16.1897 19.0193L20.2858 23.1156C21.0669 23.8967 22.3332 23.8967 23.1143 23.1156C23.8953 22.3346 23.8953 21.0683 23.1143 20.2872L19.0171 16.1899C20.0326 14.6429 20.6222 12.7916 20.6222 10.8046C20.6222 5.38822 16.2293 1 10.811 1ZM3.39994 10.8046C3.39994 6.71542 6.71657 3.4 10.811 3.4C14.9055 3.4 18.2222 6.71542 18.2222 10.8046C18.2222 13.0196 17.2561 15.0073 15.7142 16.3681L15.7118 16.3702C14.4095 17.5257 12.6917 18.2222 10.811 18.2222C6.71657 18.2222 3.39994 14.9068 3.39994 10.8176V10.8046Z",
|
|
24
24
|
fill: "currentColor"
|
|
25
25
|
}
|
|
26
26
|
) })
|
|
@@ -43,14 +43,14 @@ var Icon = ({
|
|
|
43
43
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
44
|
"path",
|
|
45
45
|
{
|
|
46
|
-
d: "M6.
|
|
46
|
+
d: "M6.62402 14.0002C6.62402 13.2409 7.23963 12.6252 7.99902 12.6252C8.75841 12.6252 9.37402 13.2409 9.37402 14.0002C9.37402 14.7596 8.75842 15.3752 7.99902 15.3752C7.23963 15.3752 6.62402 14.7596 6.62402 14.0002Z",
|
|
47
47
|
fill: "currentColor"
|
|
48
48
|
}
|
|
49
49
|
),
|
|
50
50
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
51
|
"path",
|
|
52
52
|
{
|
|
53
|
-
d: "M14.
|
|
53
|
+
d: "M14.624 14.0002C14.624 13.2409 15.2396 12.6252 15.999 12.6252C16.7584 12.6252 17.374 13.2409 17.374 14.0002C17.374 14.7596 16.7584 15.3752 15.999 15.3752C15.2396 15.3752 14.624 14.7596 14.624 14.0002Z",
|
|
54
54
|
fill: "currentColor"
|
|
55
55
|
}
|
|
56
56
|
),
|
|
@@ -59,7 +59,7 @@ var Icon = ({
|
|
|
59
59
|
{
|
|
60
60
|
fillRule: "evenodd",
|
|
61
61
|
clipRule: "evenodd",
|
|
62
|
-
d: "M7.
|
|
62
|
+
d: "M7.64094 1C6.3222 1 5.33442 1.45276 4.64147 2.11685C3.97092 2.75948 3.63466 3.54232 3.48101 4.14272C3.14484 5.45625 2.08997 10.8854 2.08997 14.7703C2.08997 16.5383 2.87641 17.6806 3.98134 18.3159C4.69151 18.7243 5.48427 18.896 6.16911 18.9624L4.16358 22.011C3.86005 22.4724 3.98802 23.0925 4.44942 23.396C4.91082 23.6996 5.53091 23.5716 5.83444 23.1102L6.53026 22.0525H17.4678L18.1636 23.1102C18.4671 23.5716 19.0872 23.6995 19.5486 23.396C20.01 23.0925 20.138 22.4724 19.8345 22.011L17.828 18.9609C18.5159 18.892 19.3106 18.7149 20.022 18.3002C21.1231 17.6582 21.9082 16.5119 21.9082 14.7449C21.9082 10.8852 20.8532 5.4562 20.5171 4.14307C20.3635 3.54265 20.0272 2.75981 19.3566 2.11719C18.6637 1.45311 17.6759 1.00034 16.3572 1.00034L7.64094 1ZM7.84597 20.0525L8.53824 19.0002L15.4598 19.0001L16.1521 20.0525H7.84597ZM17.0165 17.0001L6.9816 17.0002C6.29529 17.0002 5.5362 16.9029 4.9783 16.5821C4.50805 16.3117 4.08997 15.839 4.08997 14.7703C4.08997 13.487 4.21505 12.0071 4.39097 10.5738C5.95384 10.9253 8.80239 11.3602 11.999 11.3602C15.3473 11.3602 18.1016 10.8837 19.6029 10.5321C19.781 11.9725 19.9082 13.4602 19.9082 14.7449C19.9082 15.8147 19.4887 16.296 19.0146 16.5724C18.4559 16.8981 17.6967 17.0001 17.0165 17.0001ZM19.3232 8.54255C18.0166 8.86219 15.3243 9.36018 11.999 9.36018C8.79491 9.36018 5.99461 8.89855 4.6686 8.5857C4.95338 6.75466 5.26738 5.22932 5.41856 4.63859C5.5082 4.28833 5.69657 3.87585 6.0253 3.56081C6.33163 3.26724 6.81778 3 7.64094 3L16.3572 3.00034C17.1803 3.00034 17.6665 3.26758 17.9728 3.56116C18.3016 3.8762 18.4899 4.28869 18.5796 4.63894C18.7297 5.22545 19.0401 6.73254 19.3232 8.54255Z",
|
|
63
63
|
fill: "currentColor"
|
|
64
64
|
}
|
|
65
65
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* @alias metro,subway,underground,지하철,메트로,역,교통
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconMetroFrontsideLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
|
@@ -19,14 +19,14 @@ var Icon = ({
|
|
|
19
19
|
/* @__PURE__ */ jsx(
|
|
20
20
|
"path",
|
|
21
21
|
{
|
|
22
|
-
d: "M6.
|
|
22
|
+
d: "M6.62402 14.0002C6.62402 13.2409 7.23963 12.6252 7.99902 12.6252C8.75841 12.6252 9.37402 13.2409 9.37402 14.0002C9.37402 14.7596 8.75842 15.3752 7.99902 15.3752C7.23963 15.3752 6.62402 14.7596 6.62402 14.0002Z",
|
|
23
23
|
fill: "currentColor"
|
|
24
24
|
}
|
|
25
25
|
),
|
|
26
26
|
/* @__PURE__ */ jsx(
|
|
27
27
|
"path",
|
|
28
28
|
{
|
|
29
|
-
d: "M14.
|
|
29
|
+
d: "M14.624 14.0002C14.624 13.2409 15.2396 12.6252 15.999 12.6252C16.7584 12.6252 17.374 13.2409 17.374 14.0002C17.374 14.7596 16.7584 15.3752 15.999 15.3752C15.2396 15.3752 14.624 14.7596 14.624 14.0002Z",
|
|
30
30
|
fill: "currentColor"
|
|
31
31
|
}
|
|
32
32
|
),
|
|
@@ -35,7 +35,7 @@ var Icon = ({
|
|
|
35
35
|
{
|
|
36
36
|
fillRule: "evenodd",
|
|
37
37
|
clipRule: "evenodd",
|
|
38
|
-
d: "M7.
|
|
38
|
+
d: "M7.64094 1C6.3222 1 5.33442 1.45276 4.64147 2.11685C3.97092 2.75948 3.63466 3.54232 3.48101 4.14272C3.14484 5.45625 2.08997 10.8854 2.08997 14.7703C2.08997 16.5383 2.87641 17.6806 3.98134 18.3159C4.69151 18.7243 5.48427 18.896 6.16911 18.9624L4.16358 22.011C3.86005 22.4724 3.98802 23.0925 4.44942 23.396C4.91082 23.6996 5.53091 23.5716 5.83444 23.1102L6.53026 22.0525H17.4678L18.1636 23.1102C18.4671 23.5716 19.0872 23.6995 19.5486 23.396C20.01 23.0925 20.138 22.4724 19.8345 22.011L17.828 18.9609C18.5159 18.892 19.3106 18.7149 20.022 18.3002C21.1231 17.6582 21.9082 16.5119 21.9082 14.7449C21.9082 10.8852 20.8532 5.4562 20.5171 4.14307C20.3635 3.54265 20.0272 2.75981 19.3566 2.11719C18.6637 1.45311 17.6759 1.00034 16.3572 1.00034L7.64094 1ZM7.84597 20.0525L8.53824 19.0002L15.4598 19.0001L16.1521 20.0525H7.84597ZM17.0165 17.0001L6.9816 17.0002C6.29529 17.0002 5.5362 16.9029 4.9783 16.5821C4.50805 16.3117 4.08997 15.839 4.08997 14.7703C4.08997 13.487 4.21505 12.0071 4.39097 10.5738C5.95384 10.9253 8.80239 11.3602 11.999 11.3602C15.3473 11.3602 18.1016 10.8837 19.6029 10.5321C19.781 11.9725 19.9082 13.4602 19.9082 14.7449C19.9082 15.8147 19.4887 16.296 19.0146 16.5724C18.4559 16.8981 17.6967 17.0001 17.0165 17.0001ZM19.3232 8.54255C18.0166 8.86219 15.3243 9.36018 11.999 9.36018C8.79491 9.36018 5.99461 8.89855 4.6686 8.5857C4.95338 6.75466 5.26738 5.22932 5.41856 4.63859C5.5082 4.28833 5.69657 3.87585 6.0253 3.56081C6.33163 3.26724 6.81778 3 7.64094 3L16.3572 3.00034C17.1803 3.00034 17.6665 3.26758 17.9728 3.56116C18.3016 3.8762 18.4899 4.28869 18.5796 4.63894C18.7297 5.22545 19.0401 6.73254 19.3232 8.54255Z",
|
|
39
39
|
fill: "currentColor"
|
|
40
40
|
}
|
|
41
41
|
)
|
package/lib/IconMoonLine.cjs
CHANGED
|
@@ -42,7 +42,7 @@ var Icon = ({
|
|
|
42
42
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
43
|
"path",
|
|
44
44
|
{
|
|
45
|
-
d: "M12.
|
|
45
|
+
d: "M12.1992 22.5007C16.8292 22.5007 21.7287 19.8808 22.4692 14.9607C22.4868 14.8438 22.5092 14.7607 22.5092 14.6607C22.5092 14.3307 22.3492 14.0207 22.0892 13.8307C21.8292 13.6407 21.4892 13.5907 21.1792 13.7007C20.9792 13.7707 16.0792 15.3507 12.2792 11.5507C8.49922 7.77072 10.2092 3.05072 10.2792 2.85072C10.4092 2.49072 10.3292 2.09072 10.0692 1.81072C9.80922 1.53072 9.40922 1.43072 9.04922 1.54072C4.71922 2.88072 1.68922 6.83072 1.50922 11.3607C1.28922 16.8107 5.02922 21.4307 10.3892 22.3407C10.9892 22.4407 11.5992 22.4907 12.1892 22.4907L12.1992 22.5007ZM19.8492 16.0107C18.0892 19.1807 14.4292 21.0007 10.7292 20.3707C6.36922 19.6307 3.32922 15.8707 3.50922 11.4407C3.62922 8.39072 5.33922 5.66072 7.92922 4.19072C7.63922 6.37072 7.79922 9.91072 10.8592 12.9707C13.9592 16.0707 17.6392 16.2607 19.8492 16.0107Z",
|
|
46
46
|
fill: "currentColor"
|
|
47
47
|
}
|
|
48
48
|
) })
|
package/lib/IconMoonLine.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* @alias dark,moon,night,weather,날씨,다크,달,밤,어두운
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconMoonLine: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|
package/lib/IconMoonLine.js
CHANGED
|
@@ -18,7 +18,7 @@ var Icon = ({
|
|
|
18
18
|
children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
|
|
19
19
|
"path",
|
|
20
20
|
{
|
|
21
|
-
d: "M12.
|
|
21
|
+
d: "M12.1992 22.5007C16.8292 22.5007 21.7287 19.8808 22.4692 14.9607C22.4868 14.8438 22.5092 14.7607 22.5092 14.6607C22.5092 14.3307 22.3492 14.0207 22.0892 13.8307C21.8292 13.6407 21.4892 13.5907 21.1792 13.7007C20.9792 13.7707 16.0792 15.3507 12.2792 11.5507C8.49922 7.77072 10.2092 3.05072 10.2792 2.85072C10.4092 2.49072 10.3292 2.09072 10.0692 1.81072C9.80922 1.53072 9.40922 1.43072 9.04922 1.54072C4.71922 2.88072 1.68922 6.83072 1.50922 11.3607C1.28922 16.8107 5.02922 21.4307 10.3892 22.3407C10.9892 22.4407 11.5992 22.4907 12.1892 22.4907L12.1992 22.5007ZM19.8492 16.0107C18.0892 19.1807 14.4292 21.0007 10.7292 20.3707C6.36922 19.6307 3.32922 15.8707 3.50922 11.4407C3.62922 8.39072 5.33922 5.66072 7.92922 4.19072C7.63922 6.37072 7.79922 9.91072 10.8592 12.9707C13.9592 16.0707 17.6392 16.2607 19.8492 16.0107Z",
|
|
22
22
|
fill: "currentColor"
|
|
23
23
|
}
|
|
24
24
|
) })
|
package/lib/IconPeople3Fill.cjs
CHANGED
|
@@ -43,35 +43,42 @@ var Icon = ({
|
|
|
43
43
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
44
|
"path",
|
|
45
45
|
{
|
|
46
|
-
d: "
|
|
46
|
+
d: "M12.0004 12.0996C12.6616 12.0997 13.2844 12.2559 13.8539 12.5537C13.8753 12.5649 13.8961 12.5773 13.9174 12.5889C13.9855 12.626 14.053 12.6648 14.1195 12.7061C14.147 12.7231 14.1744 12.7401 14.2016 12.7578C14.263 12.7979 14.3232 12.8402 14.3832 12.8838C14.4111 12.904 14.4397 12.9234 14.4672 12.9443C14.634 13.0715 14.7942 13.2129 14.9486 13.3672C14.9694 13.388 14.9896 13.4094 15.0102 13.4307C15.0661 13.4885 15.1211 13.548 15.1752 13.6094C15.2011 13.6387 15.2269 13.6681 15.2523 13.6982C15.3048 13.7603 15.356 13.8242 15.4066 13.8896C15.4253 13.9138 15.4449 13.9373 15.4633 13.9619C15.5339 14.0561 15.6034 14.1531 15.6703 14.2539L15.8197 14.4902C15.8752 14.5818 15.9291 14.6759 15.9818 14.7725C15.9901 14.7876 15.998 14.8031 16.0062 14.8184C16.0464 14.8931 16.0859 14.9692 16.1244 15.0469C16.1422 15.0828 16.1587 15.1197 16.1762 15.1562C16.2058 15.2183 16.2355 15.2809 16.2641 15.3447C16.2786 15.377 16.2928 15.4096 16.307 15.4424C16.3356 15.5082 16.3635 15.5749 16.391 15.6426C16.4087 15.6862 16.4265 15.73 16.4437 15.7744C16.4634 15.825 16.4823 15.8762 16.5014 15.9277C16.5238 15.9883 16.5461 16.0494 16.5678 16.1113C16.5823 16.153 16.5966 16.195 16.6107 16.2373C16.9781 17.3314 17.2247 18.6323 17.3334 20.1348C17.4459 21.6912 16.1692 22.9002 14.6977 22.9004H9.30312C7.83159 22.9002 6.55489 21.6912 6.66738 20.1348C6.70504 19.6144 6.75973 19.1183 6.82949 18.6465C6.83753 18.5921 6.84643 18.5381 6.85488 18.4844C6.98494 17.6582 7.16347 16.9087 7.38906 16.2373C7.40326 16.195 7.41747 16.153 7.43203 16.1113C7.45369 16.0494 7.47598 15.9883 7.49844 15.9277C7.51635 15.8794 7.5347 15.8316 7.55312 15.7842C7.57643 15.7242 7.6003 15.665 7.62441 15.6064C7.64167 15.5645 7.6585 15.5227 7.67617 15.4814C7.69745 15.4318 7.71875 15.3826 7.74062 15.334C7.76483 15.2802 7.78991 15.2273 7.81484 15.1748C7.8383 15.1254 7.86203 15.0766 7.88613 15.0283C7.92173 14.957 7.95852 14.8872 7.99551 14.8184C8.00387 14.8028 8.01149 14.7869 8.01992 14.7715C8.04759 14.7208 8.07646 14.6713 8.10488 14.6221C8.1782 14.495 8.25318 14.3718 8.33144 14.2539C8.39783 14.1539 8.46647 14.0574 8.53652 13.9639C8.55313 13.9417 8.5705 13.9202 8.5873 13.8984C8.64257 13.8268 8.69884 13.7571 8.75625 13.6895C8.77904 13.6626 8.80148 13.6356 8.82461 13.6094C8.87067 13.5571 8.91788 13.5067 8.96523 13.457C8.9978 13.4229 9.02973 13.3884 9.06289 13.3555C9.13519 13.2837 9.20853 13.2144 9.28359 13.1484C9.28723 13.1452 9.29069 13.1419 9.29433 13.1387C9.37282 13.0702 9.45319 13.0054 9.53457 12.9434C9.55985 12.9241 9.58616 12.9063 9.61172 12.8877C9.67175 12.8439 9.73185 12.801 9.79336 12.7607C9.82305 12.7413 9.85317 12.7227 9.8832 12.7041C9.94748 12.6643 10.0127 12.6268 10.0785 12.5908C10.101 12.5785 10.1232 12.5656 10.1459 12.5537C10.7155 12.2557 11.3388 12.0997 12.0004 12.0996Z",
|
|
47
47
|
fill: "currentColor"
|
|
48
48
|
}
|
|
49
49
|
),
|
|
50
50
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
51
|
"path",
|
|
52
52
|
{
|
|
53
|
-
d: "
|
|
53
|
+
d: "M5.99941 9.09961C7.23411 9.09967 8.4076 9.64637 9.34414 10.7178C8.27249 11.2489 7.36471 12.0948 6.66543 13.1484C5.5864 14.7745 4.96568 16.9135 4.72305 19.4004H3.24453C1.82195 19.4001 0.543459 18.2586 0.623436 16.7236C0.884889 11.7091 3.29906 9.10002 5.99941 9.09961Z",
|
|
54
54
|
fill: "currentColor"
|
|
55
55
|
}
|
|
56
56
|
),
|
|
57
57
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
58
58
|
"path",
|
|
59
59
|
{
|
|
60
|
-
d: "
|
|
60
|
+
d: "M17.9994 9.09961C20.6999 9.09974 23.1139 11.7088 23.3754 16.7236C23.4554 18.2588 22.1771 19.4003 20.7543 19.4004H19.2768C19.0344 16.9145 18.4161 14.7747 17.3373 13.1484C16.6376 12.0941 15.7274 11.2488 14.6547 10.7178C15.5912 9.64642 16.7648 9.0998 17.9994 9.09961Z",
|
|
61
61
|
fill: "currentColor"
|
|
62
62
|
}
|
|
63
63
|
),
|
|
64
64
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
65
65
|
"path",
|
|
66
66
|
{
|
|
67
|
-
d: "
|
|
67
|
+
d: "M12.0004 4.2998C13.4896 4.30004 14.7005 5.51071 14.7006 7C14.7005 8.48932 13.4897 9.69996 12.0004 9.7002C10.511 9.70007 9.30026 8.48939 9.30019 7C9.3003 5.51065 10.511 4.29993 12.0004 4.2998Z",
|
|
68
68
|
fill: "currentColor"
|
|
69
69
|
}
|
|
70
70
|
),
|
|
71
71
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
72
72
|
"path",
|
|
73
73
|
{
|
|
74
|
-
d: "
|
|
74
|
+
d: "M5.3998 1.2998C6.88921 1.29986 8.09989 2.5106 8.1 4C8.1 5.48949 6.88928 6.70014 5.3998 6.7002C3.91046 6.69999 2.69961 5.48939 2.69961 4C2.69971 2.5107 3.91052 1.30001 5.3998 1.2998Z",
|
|
75
|
+
fill: "currentColor"
|
|
76
|
+
}
|
|
77
|
+
),
|
|
78
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
79
|
+
"path",
|
|
80
|
+
{
|
|
81
|
+
d: "M18.6 1.2998C20.0893 1.29996 21.3001 2.51067 21.3002 4C21.3002 5.48942 20.0894 6.70004 18.6 6.7002C17.1106 6.70009 15.8998 5.48946 15.8998 4C15.8999 2.51063 17.1106 1.29991 18.6 1.2998Z",
|
|
75
82
|
fill: "currentColor"
|
|
76
83
|
}
|
|
77
84
|
)
|
package/lib/IconPeople3Fill.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* @alias 커뮤니티,사람,그룹,사회,community,people,group,society,tag:service
|
|
4
|
-
* @preview 
|
|
5
5
|
*/
|
|
6
6
|
declare const IconPeople3Fill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
7
7
|
size?: number | string;
|