@karrotmarket/react-multicolor-icon 1.17.0 → 1.18.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/IconArrowshapeCircle2.cjs +79 -0
- package/lib/IconArrowshapeCircle2.d.ts +11 -0
- package/lib/IconArrowshapeCircle2.js +58 -0
- package/lib/IconCamcorder.cjs +58 -0
- package/lib/IconCamcorder.d.ts +11 -0
- package/lib/IconCamcorder.js +37 -0
- package/lib/IconChatbubble2.cjs +81 -0
- package/lib/IconChatbubble2.d.ts +11 -0
- package/lib/IconChatbubble2.js +60 -0
- package/lib/IconClapperboardStar.cjs +81 -0
- package/lib/IconClapperboardStar.d.ts +11 -0
- package/lib/IconClapperboardStar.js +60 -0
- package/lib/IconFaceLaughingCircle.cjs +74 -0
- package/lib/IconFaceLaughingCircle.d.ts +11 -0
- package/lib/IconFaceLaughingCircle.js +53 -0
- package/lib/IconTreasureChest.cjs +74 -0
- package/lib/IconTreasureChest.d.ts +11 -0
- package/lib/IconTreasureChest.js +53 -0
- package/lib/IconTrophy.cjs +60 -0
- package/lib/IconTrophy.d.ts +11 -0
- package/lib/IconTrophy.js +39 -0
- package/lib/index.cjs +459 -106
- package/lib/index.d.ts +7 -0
- package/lib/index.js +38 -24
- package/package.json +1 -1
|
@@ -0,0 +1,79 @@
|
|
|
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/IconArrowshapeCircle2.tsx
|
|
21
|
+
var IconArrowshapeCircle2_exports = {};
|
|
22
|
+
__export(IconArrowshapeCircle2_exports, {
|
|
23
|
+
default: () => IconArrowshapeCircle2_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconArrowshapeCircle2_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 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1Z",
|
|
44
|
+
fill: "#3CBAF9"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
51
|
+
fill: "white"
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
55
|
+
"path",
|
|
56
|
+
{
|
|
57
|
+
d: "M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z",
|
|
58
|
+
fill: "#318EFF"
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
d: "M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z",
|
|
65
|
+
fill: "white"
|
|
66
|
+
}
|
|
67
|
+
),
|
|
68
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
69
|
+
"path",
|
|
70
|
+
{
|
|
71
|
+
d: "M22.9535 5.23361C22.8407 4.87764 22.5384 4.61377 22.1705 4.54998L19.8523 4.1474L19.4498 1.82927C19.386 1.46135 19.1221 1.15901 18.7661 1.04621C18.4103 0.933605 18.0212 1.02878 17.7573 1.29273L15.7285 3.32152C15.5214 3.52864 15.4151 3.81675 15.4384 4.10873L15.6636 6.92196L11.2932 11.2924C10.9027 11.6828 10.9028 12.316 11.2932 12.7066C11.6837 13.0968 12.3169 13.097 12.7074 12.7066L17.0778 8.33618L19.891 8.56129C20.183 8.58459 20.4711 8.47838 20.6782 8.27127L22.707 6.24248C22.9709 5.97852 23.0661 5.58945 22.9535 5.23361Z",
|
|
72
|
+
fill: "#126BE0"
|
|
73
|
+
}
|
|
74
|
+
)
|
|
75
|
+
] })
|
|
76
|
+
}
|
|
77
|
+
);
|
|
78
|
+
var IconArrowshapeCircle2 = (0, import_react.forwardRef)(Icon);
|
|
79
|
+
var IconArrowshapeCircle2_default = IconArrowshapeCircle2;
|
|
@@ -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 커리어,목표,취업,구인,일자리,직장,다트,과녘,job,career,target,dart,goal,work,employment, recruitment,hiring
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconArrowshapeCircle2: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconArrowshapeCircle2;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// src/IconArrowshapeCircle2.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 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1Z",
|
|
20
|
+
fill: "#3CBAF9"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ jsx(
|
|
24
|
+
"path",
|
|
25
|
+
{
|
|
26
|
+
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
27
|
+
fill: "white"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ jsx(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
d: "M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z",
|
|
34
|
+
fill: "#318EFF"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ jsx(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
d: "M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z",
|
|
41
|
+
fill: "white"
|
|
42
|
+
}
|
|
43
|
+
),
|
|
44
|
+
/* @__PURE__ */ jsx(
|
|
45
|
+
"path",
|
|
46
|
+
{
|
|
47
|
+
d: "M22.9535 5.23361C22.8407 4.87764 22.5384 4.61377 22.1705 4.54998L19.8523 4.1474L19.4498 1.82927C19.386 1.46135 19.1221 1.15901 18.7661 1.04621C18.4103 0.933605 18.0212 1.02878 17.7573 1.29273L15.7285 3.32152C15.5214 3.52864 15.4151 3.81675 15.4384 4.10873L15.6636 6.92196L11.2932 11.2924C10.9027 11.6828 10.9028 12.316 11.2932 12.7066C11.6837 13.0968 12.3169 13.097 12.7074 12.7066L17.0778 8.33618L19.891 8.56129C20.183 8.58459 20.4711 8.47838 20.6782 8.27127L22.707 6.24248C22.9709 5.97852 23.0661 5.58945 22.9535 5.23361Z",
|
|
48
|
+
fill: "#126BE0"
|
|
49
|
+
}
|
|
50
|
+
)
|
|
51
|
+
] })
|
|
52
|
+
}
|
|
53
|
+
);
|
|
54
|
+
var IconArrowshapeCircle2 = forwardRef(Icon);
|
|
55
|
+
var IconArrowshapeCircle2_default = IconArrowshapeCircle2;
|
|
56
|
+
export {
|
|
57
|
+
IconArrowshapeCircle2_default as default
|
|
58
|
+
};
|
|
@@ -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/IconCamcorder.tsx
|
|
21
|
+
var IconCamcorder_exports = {};
|
|
22
|
+
__export(IconCamcorder_exports, {
|
|
23
|
+
default: () => IconCamcorder_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconCamcorder_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: "M15.7441 3C17.2661 3.00013 18.4999 4.2339 18.5 5.75586V8.16406L21.4385 6.17188C21.7449 5.96412 22.1417 5.94282 22.4688 6.11621C22.7957 6.28964 23 6.62986 23 7V17C23 17.3701 22.7957 17.7104 22.4688 17.8838C22.1417 18.0572 21.7449 18.0359 21.4385 17.8281L18.5 15.835V18.2441C18.4999 19.7661 17.2661 20.9999 15.7441 21H4.48926C3.44918 20.9999 2.4181 20.3949 2.05469 19.2959C1.61208 17.9574 1.00003 15.4773 1 12C1.00005 8.52274 1.61209 6.04264 2.05469 4.7041C2.41809 3.6051 3.44916 3.00009 4.48926 3H15.7441Z",
|
|
44
|
+
fill: "#FB4162"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M7.61524 8.23271C7.88805 8.08547 8.21979 8.0996 8.47949 8.26884L13.1123 11.2913C13.3519 11.4477 13.4963 11.7151 13.4961 12.0013C13.4957 12.2873 13.3512 12.5543 13.1113 12.7102L8.46094 15.7327C8.20054 15.9018 7.86843 15.9143 7.59571 15.7659C7.32294 15.6174 7.15264 15.3314 7.15332 15.0208L7.1709 8.9749L7.17969 8.86064C7.21662 8.59633 7.37645 8.36164 7.61524 8.23271Z",
|
|
51
|
+
fill: "white"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] })
|
|
55
|
+
}
|
|
56
|
+
);
|
|
57
|
+
var IconCamcorder = (0, import_react.forwardRef)(Icon);
|
|
58
|
+
var IconCamcorder_default = IconCamcorder;
|
|
@@ -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 camcorder,camera,media,record,video,녹화,동영상,비디오,카메라,캠코더
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconCamcorder: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconCamcorder;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// src/IconCamcorder.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: "M15.7441 3C17.2661 3.00013 18.4999 4.2339 18.5 5.75586V8.16406L21.4385 6.17188C21.7449 5.96412 22.1417 5.94282 22.4688 6.11621C22.7957 6.28964 23 6.62986 23 7V17C23 17.3701 22.7957 17.7104 22.4688 17.8838C22.1417 18.0572 21.7449 18.0359 21.4385 17.8281L18.5 15.835V18.2441C18.4999 19.7661 17.2661 20.9999 15.7441 21H4.48926C3.44918 20.9999 2.4181 20.3949 2.05469 19.2959C1.61208 17.9574 1.00003 15.4773 1 12C1.00005 8.52274 1.61209 6.04264 2.05469 4.7041C2.41809 3.6051 3.44916 3.00009 4.48926 3H15.7441Z",
|
|
20
|
+
fill: "#FB4162"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ jsx(
|
|
24
|
+
"path",
|
|
25
|
+
{
|
|
26
|
+
d: "M7.61524 8.23271C7.88805 8.08547 8.21979 8.0996 8.47949 8.26884L13.1123 11.2913C13.3519 11.4477 13.4963 11.7151 13.4961 12.0013C13.4957 12.2873 13.3512 12.5543 13.1113 12.7102L8.46094 15.7327C8.20054 15.9018 7.86843 15.9143 7.59571 15.7659C7.32294 15.6174 7.15264 15.3314 7.15332 15.0208L7.1709 8.9749L7.17969 8.86064C7.21662 8.59633 7.37645 8.36164 7.61524 8.23271Z",
|
|
27
|
+
fill: "white"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
] })
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
var IconCamcorder = forwardRef(Icon);
|
|
34
|
+
var IconCamcorder_default = IconCamcorder;
|
|
35
|
+
export {
|
|
36
|
+
IconCamcorder_default as default
|
|
37
|
+
};
|
|
@@ -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/IconChatbubble2.tsx
|
|
21
|
+
var IconChatbubble2_exports = {};
|
|
22
|
+
__export(IconChatbubble2_exports, {
|
|
23
|
+
default: () => IconChatbubble2_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconChatbubble2_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.31108 1C10.8267 1 13.4993 3.85289 13.4996 7.12988C13.4996 9.06965 12.714 10.6901 11.4126 11.8115C10.1253 12.9207 8.38617 13.4999 6.51518 13.5C4.63964 13.4999 2.929 13.1163 1.47709 12.2266C1.11754 12.0061 0.934246 11.5829 1.02006 11.1699C1.10593 10.757 1.44237 10.4418 1.85991 10.3828C1.86191 10.3824 1.86604 10.3823 1.8687 10.3818C1.88681 10.3784 1.91756 10.3712 1.95561 10.3613C2.03644 10.3403 2.13238 10.3089 2.21733 10.2666C2.26685 10.2419 2.29935 10.2189 2.31987 10.2031C2.31315 10.1845 2.30053 10.1552 2.27495 10.1113C2.24127 10.0536 2.19662 9.98641 2.12748 9.8877C2.06431 9.79751 1.97597 9.67354 1.89018 9.54297C1.5032 8.9539 1.12365 8.15736 1.12358 6.85059C1.12358 3.46209 3.87447 1.00041 7.31108 1Z",
|
|
44
|
+
fill: "#FFCB64"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M14.4114 6C19.1131 6 22.8234 9.35185 22.8235 13.9287C22.8235 15.6973 22.3151 16.7545 21.7991 17.54C21.6809 17.7199 21.5595 17.889 21.4661 18.0225C21.3666 18.1645 21.2935 18.2728 21.2356 18.3721C21.129 18.555 21.1028 18.6598 21.1028 18.7646C21.1028 18.8777 21.1547 19.021 21.4983 19.1924C21.6545 19.2703 21.821 19.3254 21.9553 19.3604C22.0202 19.3772 22.073 19.3881 22.1067 19.3945C22.1229 19.3976 22.1349 19.3994 22.1409 19.4004L22.2922 19.4346C22.6375 19.5399 22.9046 19.8261 22.9797 20.1875C23.0654 20.6005 22.8823 21.0227 22.5227 21.2432C20.5319 22.4632 18.172 23 15.55 23C12.963 23 10.582 22.1991 8.83228 20.6914C7.06899 19.1717 6.00025 16.9765 6.00024 14.3291C6.00024 9.8789 9.63109 6.00024 14.4114 6Z",
|
|
51
|
+
fill: "#FF9F30"
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
d: "M10.5001 13.5C11.0524 13.5 11.5001 13.9477 11.5001 14.5C11.5001 15.0523 11.0524 15.5 10.5001 15.5C9.94784 15.5 9.50012 15.0523 9.50012 14.5C9.50012 13.9477 9.94784 13.5 10.5001 13.5Z",
|
|
59
|
+
fill: "white"
|
|
60
|
+
}
|
|
61
|
+
),
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
63
|
+
"path",
|
|
64
|
+
{
|
|
65
|
+
d: "M14.5001 13.5C15.0524 13.5 15.5001 13.9477 15.5001 14.5C15.5001 15.0523 15.0524 15.5 14.5001 15.5C13.9478 15.5 13.5001 15.0523 13.5001 14.5C13.5001 13.9477 13.9478 13.5 14.5001 13.5Z",
|
|
66
|
+
fill: "white"
|
|
67
|
+
}
|
|
68
|
+
),
|
|
69
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
70
|
+
"path",
|
|
71
|
+
{
|
|
72
|
+
d: "M18.5001 13.5C19.0524 13.5 19.5001 13.9477 19.5001 14.5C19.5001 15.0523 19.0524 15.5 18.5001 15.5C17.9478 15.5 17.5001 15.0523 17.5001 14.5C17.5001 13.9477 17.9478 13.5 18.5001 13.5Z",
|
|
73
|
+
fill: "white"
|
|
74
|
+
}
|
|
75
|
+
)
|
|
76
|
+
] })
|
|
77
|
+
] })
|
|
78
|
+
}
|
|
79
|
+
);
|
|
80
|
+
var IconChatbubble2 = (0, import_react.forwardRef)(Icon);
|
|
81
|
+
var IconChatbubble2_default = IconChatbubble2;
|
|
@@ -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 bubble,chat,chatting,dots,,reply,anonymous,consultation,talking,conversation,대화,익명,말풍선,메세지,고민,소통,채팅
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconChatbubble2: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconChatbubble2;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// src/IconChatbubble2.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.31108 1C10.8267 1 13.4993 3.85289 13.4996 7.12988C13.4996 9.06965 12.714 10.6901 11.4126 11.8115C10.1253 12.9207 8.38617 13.4999 6.51518 13.5C4.63964 13.4999 2.929 13.1163 1.47709 12.2266C1.11754 12.0061 0.934246 11.5829 1.02006 11.1699C1.10593 10.757 1.44237 10.4418 1.85991 10.3828C1.86191 10.3824 1.86604 10.3823 1.8687 10.3818C1.88681 10.3784 1.91756 10.3712 1.95561 10.3613C2.03644 10.3403 2.13238 10.3089 2.21733 10.2666C2.26685 10.2419 2.29935 10.2189 2.31987 10.2031C2.31315 10.1845 2.30053 10.1552 2.27495 10.1113C2.24127 10.0536 2.19662 9.98641 2.12748 9.8877C2.06431 9.79751 1.97597 9.67354 1.89018 9.54297C1.5032 8.9539 1.12365 8.15736 1.12358 6.85059C1.12358 3.46209 3.87447 1.00041 7.31108 1Z",
|
|
20
|
+
fill: "#FFCB64"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ jsx(
|
|
24
|
+
"path",
|
|
25
|
+
{
|
|
26
|
+
d: "M14.4114 6C19.1131 6 22.8234 9.35185 22.8235 13.9287C22.8235 15.6973 22.3151 16.7545 21.7991 17.54C21.6809 17.7199 21.5595 17.889 21.4661 18.0225C21.3666 18.1645 21.2935 18.2728 21.2356 18.3721C21.129 18.555 21.1028 18.6598 21.1028 18.7646C21.1028 18.8777 21.1547 19.021 21.4983 19.1924C21.6545 19.2703 21.821 19.3254 21.9553 19.3604C22.0202 19.3772 22.073 19.3881 22.1067 19.3945C22.1229 19.3976 22.1349 19.3994 22.1409 19.4004L22.2922 19.4346C22.6375 19.5399 22.9046 19.8261 22.9797 20.1875C23.0654 20.6005 22.8823 21.0227 22.5227 21.2432C20.5319 22.4632 18.172 23 15.55 23C12.963 23 10.582 22.1991 8.83228 20.6914C7.06899 19.1717 6.00025 16.9765 6.00024 14.3291C6.00024 9.8789 9.63109 6.00024 14.4114 6Z",
|
|
27
|
+
fill: "#FF9F30"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
31
|
+
/* @__PURE__ */ jsx(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M10.5001 13.5C11.0524 13.5 11.5001 13.9477 11.5001 14.5C11.5001 15.0523 11.0524 15.5 10.5001 15.5C9.94784 15.5 9.50012 15.0523 9.50012 14.5C9.50012 13.9477 9.94784 13.5 10.5001 13.5Z",
|
|
35
|
+
fill: "white"
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
/* @__PURE__ */ jsx(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
d: "M14.5001 13.5C15.0524 13.5 15.5001 13.9477 15.5001 14.5C15.5001 15.0523 15.0524 15.5 14.5001 15.5C13.9478 15.5 13.5001 15.0523 13.5001 14.5C13.5001 13.9477 13.9478 13.5 14.5001 13.5Z",
|
|
42
|
+
fill: "white"
|
|
43
|
+
}
|
|
44
|
+
),
|
|
45
|
+
/* @__PURE__ */ jsx(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
d: "M18.5001 13.5C19.0524 13.5 19.5001 13.9477 19.5001 14.5C19.5001 15.0523 19.0524 15.5 18.5001 15.5C17.9478 15.5 17.5001 15.0523 17.5001 14.5C17.5001 13.9477 17.9478 13.5 18.5001 13.5Z",
|
|
49
|
+
fill: "white"
|
|
50
|
+
}
|
|
51
|
+
)
|
|
52
|
+
] })
|
|
53
|
+
] })
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
var IconChatbubble2 = forwardRef(Icon);
|
|
57
|
+
var IconChatbubble2_default = IconChatbubble2;
|
|
58
|
+
export {
|
|
59
|
+
IconChatbubble2_default as default
|
|
60
|
+
};
|
|
@@ -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/IconClapperboardStar.tsx
|
|
21
|
+
var IconClapperboardStar_exports = {};
|
|
22
|
+
__export(IconClapperboardStar_exports, {
|
|
23
|
+
default: () => IconClapperboardStar_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconClapperboardStar_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: "M18.4375 2.10037C19.9308 1.70048 21.4657 2.58671 21.8662 4.07986L22.0645 4.81814C22.2073 5.35151 21.8907 5.90069 21.3574 6.04373L6.59082 9.99978H21C22.1045 9.99978 22.9998 10.8954 23 11.9998V18.3357C22.9999 19.3662 22.4121 20.4013 21.3096 20.7703C19.8059 21.2734 16.8015 21.9998 12 21.9998C7.19843 21.9998 4.1941 21.2734 2.69043 20.7703C1.58785 20.4013 1.00011 19.3662 1 18.3357V8.99978H1.00684C0.969931 7.73233 1.80129 6.55843 3.0791 6.21561L18.4375 2.10037Z",
|
|
44
|
+
fill: "#8998AF"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
d: "M9.17452 9.30658L6.59274 9.99837L3.25244 6.16894L5.83422 5.47716L9.17452 9.30658Z",
|
|
52
|
+
fill: "#70819C"
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
d: "M14.2079 7.95789L11.6261 8.64968L8.28582 4.82025L10.8676 4.12847L14.2079 7.95789Z",
|
|
59
|
+
fill: "#70819C"
|
|
60
|
+
}
|
|
61
|
+
),
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
63
|
+
"path",
|
|
64
|
+
{
|
|
65
|
+
d: "M19.2403 6.60946L16.6586 7.30124L13.3183 3.47181L15.9 2.78003L19.2403 6.60946Z",
|
|
66
|
+
fill: "#70819C"
|
|
67
|
+
}
|
|
68
|
+
)
|
|
69
|
+
] }),
|
|
70
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
71
|
+
"path",
|
|
72
|
+
{
|
|
73
|
+
d: "M11.4755 12.9192C11.7337 12.4812 12.3676 12.4828 12.6249 12.9212L13.4013 14.2444C13.4388 14.3084 13.5017 14.3544 13.5741 14.3704L15.0683 14.6995C15.5637 14.8086 15.7603 15.409 15.4257 15.7903L14.4228 16.9329C14.3741 16.9884 14.351 17.0626 14.3583 17.136L14.5136 18.6653C14.565 19.1728 14.0503 19.5474 13.5829 19.3431L12.1552 18.719C12.0872 18.6894 12.0093 18.6893 11.9413 18.719L10.5126 19.344C10.0452 19.5481 9.53046 19.1728 9.58195 18.6653L9.73722 17.136C9.74459 17.0626 9.72141 16.9885 9.67277 16.9329L8.66984 15.7903C8.33568 15.4091 8.53217 14.8087 9.02726 14.6995L10.5224 14.3704C10.5945 14.3545 10.6566 14.309 10.6943 14.2454L11.4755 12.9192Z",
|
|
74
|
+
fill: "white"
|
|
75
|
+
}
|
|
76
|
+
)
|
|
77
|
+
] })
|
|
78
|
+
}
|
|
79
|
+
);
|
|
80
|
+
var IconClapperboardStar = (0, import_react.forwardRef)(Icon);
|
|
81
|
+
var IconClapperboardStar_default = IconClapperboardStar;
|
|
@@ -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 클래퍼보드,영화,애니메이션,만화,콘텐츠,감상,clapperboard,movie,anime,manga,film,viewing, entertainment,animation,cartoon,subculture
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconClapperboardStar: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconClapperboardStar;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// src/IconClapperboardStar.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: "M18.4375 2.10037C19.9308 1.70048 21.4657 2.58671 21.8662 4.07986L22.0645 4.81814C22.2073 5.35151 21.8907 5.90069 21.3574 6.04373L6.59082 9.99978H21C22.1045 9.99978 22.9998 10.8954 23 11.9998V18.3357C22.9999 19.3662 22.4121 20.4013 21.3096 20.7703C19.8059 21.2734 16.8015 21.9998 12 21.9998C7.19843 21.9998 4.1941 21.2734 2.69043 20.7703C1.58785 20.4013 1.00011 19.3662 1 18.3357V8.99978H1.00684C0.969931 7.73233 1.80129 6.55843 3.0791 6.21561L18.4375 2.10037Z",
|
|
20
|
+
fill: "#8998AF"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
24
|
+
/* @__PURE__ */ jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M9.17452 9.30658L6.59274 9.99837L3.25244 6.16894L5.83422 5.47716L9.17452 9.30658Z",
|
|
28
|
+
fill: "#70819C"
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
/* @__PURE__ */ jsx(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M14.2079 7.95789L11.6261 8.64968L8.28582 4.82025L10.8676 4.12847L14.2079 7.95789Z",
|
|
35
|
+
fill: "#70819C"
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
/* @__PURE__ */ jsx(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
d: "M19.2403 6.60946L16.6586 7.30124L13.3183 3.47181L15.9 2.78003L19.2403 6.60946Z",
|
|
42
|
+
fill: "#70819C"
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
] }),
|
|
46
|
+
/* @__PURE__ */ jsx(
|
|
47
|
+
"path",
|
|
48
|
+
{
|
|
49
|
+
d: "M11.4755 12.9192C11.7337 12.4812 12.3676 12.4828 12.6249 12.9212L13.4013 14.2444C13.4388 14.3084 13.5017 14.3544 13.5741 14.3704L15.0683 14.6995C15.5637 14.8086 15.7603 15.409 15.4257 15.7903L14.4228 16.9329C14.3741 16.9884 14.351 17.0626 14.3583 17.136L14.5136 18.6653C14.565 19.1728 14.0503 19.5474 13.5829 19.3431L12.1552 18.719C12.0872 18.6894 12.0093 18.6893 11.9413 18.719L10.5126 19.344C10.0452 19.5481 9.53046 19.1728 9.58195 18.6653L9.73722 17.136C9.74459 17.0626 9.72141 16.9885 9.67277 16.9329L8.66984 15.7903C8.33568 15.4091 8.53217 14.8087 9.02726 14.6995L10.5224 14.3704C10.5945 14.3545 10.6566 14.309 10.6943 14.2454L11.4755 12.9192Z",
|
|
50
|
+
fill: "white"
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
] })
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
var IconClapperboardStar = forwardRef(Icon);
|
|
57
|
+
var IconClapperboardStar_default = IconClapperboardStar;
|
|
58
|
+
export {
|
|
59
|
+
IconClapperboardStar_default as default
|
|
60
|
+
};
|
|
@@ -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/IconFaceLaughingCircle.tsx
|
|
21
|
+
var IconFaceLaughingCircle_exports = {};
|
|
22
|
+
__export(IconFaceLaughingCircle_exports, {
|
|
23
|
+
default: () => IconFaceLaughingCircle_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(IconFaceLaughingCircle_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 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1Z",
|
|
44
|
+
fill: "#FFCB64"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M15.3952 13.2435C15.7288 13.2085 16.0578 13.3432 16.2712 13.6019C16.4845 13.8609 16.5539 14.2099 16.4558 14.5306C15.8798 16.4092 14.0822 17.7377 11.9997 17.7377C9.91758 17.7375 8.11963 16.4094 7.54366 14.5306C7.44564 14.2099 7.51501 13.8608 7.72823 13.6019C7.94161 13.3432 8.27068 13.2085 8.60421 13.2435L8.86495 13.2709C10.9492 13.4898 13.0512 13.49 15.1355 13.2709L15.3952 13.2435Z",
|
|
51
|
+
fill: "#E68507"
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
d: "M6.81558 7.95154C7.06387 7.52094 7.61447 7.37317 8.04507 7.62146L10.421 8.99158C10.7401 9.17576 10.9154 9.53616 10.8625 9.90076C10.8093 10.2652 10.5391 10.5612 10.1808 10.6469L9.98159 10.6947C9.14216 10.8953 8.32394 11.178 7.54019 11.5394L7.50503 11.556C7.05379 11.7641 6.51898 11.5667 6.3107 11.1156C6.10257 10.6642 6.29977 10.1294 6.75112 9.92127L6.78726 9.90467C7.09433 9.76308 7.40619 9.63234 7.72183 9.51209L7.14566 9.18006C6.7152 8.93182 6.56756 8.38208 6.81558 7.95154Z",
|
|
59
|
+
fill: "#815A4F"
|
|
60
|
+
}
|
|
61
|
+
),
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
63
|
+
"path",
|
|
64
|
+
{
|
|
65
|
+
d: "M15.9543 7.62146C16.3848 7.37317 16.9354 7.52094 17.1837 7.95154C17.4318 8.38208 17.2841 8.93181 16.8537 9.18006L16.2775 9.51209C16.5931 9.63233 16.905 9.76309 17.2121 9.90467L17.2482 9.92127C17.6996 10.1294 17.8967 10.6642 17.6886 11.1156C17.4803 11.5667 16.9455 11.7641 16.4943 11.556L16.4591 11.5394C15.6754 11.178 14.8571 10.8953 14.0177 10.6947L13.8185 10.6469C13.4603 10.5611 13.19 10.2652 13.1369 9.90076C13.0839 9.53619 13.2593 9.17577 13.5783 8.99158L15.9543 7.62146Z",
|
|
66
|
+
fill: "#815A4F"
|
|
67
|
+
}
|
|
68
|
+
)
|
|
69
|
+
] })
|
|
70
|
+
] })
|
|
71
|
+
}
|
|
72
|
+
);
|
|
73
|
+
var IconFaceLaughingCircle = (0, import_react.forwardRef)(Icon);
|
|
74
|
+
var IconFaceLaughingCircle_default = IconFaceLaughingCircle;
|