@karrotmarket/react-multicolor-icon 1.16.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.
@@ -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 ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAplJREFUeAHdVb9PE3EU/3yvLVcK9I4WNZJI6oAbCRuJC9VBR4pxcaOTcTCBSR2M3YhxkFEmJP4BraNbGRxMGKrERFFi1aGJgdofcHe96935fd+2WIXSq+ggn6Tp+75738/nvXffe1/gfwfDMTC/uBIbVdU4GJsG3IQLqJzwqSZjIZWcLVGMvxfC1Epa7TcR1zR9ulzREzDtWEXTMTTQvx/DReZCNWEmPVVwd/FZ3Kib0z6weEQdivsDjZy2d8qw6nVhh4cGMBAKtm8r6TLOUxX+w8rmOxNnTkVnfIxN1m1HNYsmbMdBsVxFdFiBzychEgkLEdu2UanuIeD3oa8vsC/QMvYreLScflDd1ecru5pKawqODofFM9O0sPO9Imwib4nYtiP8JOKTpNxIRF2DxDK1IHKtdyAEHi6nH/PmzZNN2exphiCjsql8AvnoGYGyjUSUPGPsuakbuWLZyCylkiUcAtEi5mLObTqIkDIzaqYgZZIkXuJgKFiyrHpWrxlrloXMvVvX8vAAIUDHq92pKIOwixVYdj27W91bk/tY9v7tG1n8ARotepJ28XeR56Wn7tycWZXwbxCD6yyR0ZPA6ajC31HIa7jas8Ds1Skkr19CUA543tN1VMicbGJ8DOdGR6A0s09cmcLHTwVsfi7wo6sdT2DiwhguX5z4xTfGxegnBwN4uf7uyP1dW7S+sYWN918O+L/xMdGN3JMA4e3mQYH1N1vwAk8C4cFG742ahXKz54rH09QYFUCWf2nxTkFfC9tIv3iFD/mCWI/HzooWHQmGDP2JCmyXXw4uVjvFUtYtcgLZ5Q6nhydbooT5dF9orn+CbizZwKTkYpJJ4hpUeWUxHqT+Pq+IyG2Q5fkq7zrua4ch1z6qTwZ+ABKGCakuIZtXAAAAAElFTkSuQmCC)
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;
@@ -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 chatting,emoji,emoticon,face,happy,laughing,사람,얼굴,웃음,이모지,이모티콘,유머,즐거움,표정,활짝웃음
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAllJREFUeAG9Vc9vEkEU/obdpQWxhZimxtSAxqixibiJmN5KL/4bcujBW/kPSv8DvJnoAb2pt3rqqXKqhKR49bZJe1BJDBCkGFjGN7Psyv5gtSL9kt2dnffm+2bemzcDzBkszMgbxSSG3QK5bYKPHoCxjGXgBrUNcPYKmvKB6c+NcwmMiXeoWaQniT+jxHIv9/5KgB89zUAxD8F4BueBWJGibHlXw/4LeYhIxOUwC7mcIY01zUPeKCR9Ary+vTsT+aTIUC26BGRoKFFe39rxGVqd0VQuYase9dD/yb2mHXsVqvxVzLzX40vTxEG1K5/NjTiy6zEkl6wFC8LacQ+1Rp/aI6Sva8isaZPDaReqBfqWrRGMP/EKCLLVFUu/+rGH/YOOY3v9ri37BLkg9pBbGCEvPpYA98f+7fs2vjaHsn11RcOdWwuO7f76guwTME4HeLPf9gsoLAsnRHaFTuCRHkd6bYjsvUUnNDY29Jh8Wh1T5im5rPgFxpOWdUA7iGMOoOpm6ljNCFqFefYDnc91y1mLwm/vYvl2DupSKoCdig52iCKRT0F56DdP0P92gjAMut+DBcSk8TvJ1aDBsWs3wdToNG4oi5cQTa0GG8VJ6wiowwq9W16fCJFfyT2WRF4wVUNKz0OJJYIF6BiXfo5gfbtEn90gXxFrK1ynUlS7nEI8fVe2p2CPElxyC4jSHmiNmc8jSi57+OKG/etscKZXWjCVLYqdgX/F+Lh2dXl95nrhuIRCcuKB2BzPoCbKTC/7Nkr4pW+tJi8PQ1Enrkufage0vdVEJYj4wvAL9Qvsa9mGDIUAAAAASUVORK5CYII=)
9
+ */
10
+ declare const IconFaceLaughingCircle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconFaceLaughingCircle;
@@ -0,0 +1,53 @@
1
+ // src/IconFaceLaughingCircle.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: "#FFCB64"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ 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",
27
+ fill: "#E68507"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ jsxs("g", { children: [
31
+ /* @__PURE__ */ jsx(
32
+ "path",
33
+ {
34
+ 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",
35
+ fill: "#815A4F"
36
+ }
37
+ ),
38
+ /* @__PURE__ */ jsx(
39
+ "path",
40
+ {
41
+ 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",
42
+ fill: "#815A4F"
43
+ }
44
+ )
45
+ ] })
46
+ ] })
47
+ }
48
+ );
49
+ var IconFaceLaughingCircle = forwardRef(Icon);
50
+ var IconFaceLaughingCircle_default = IconFaceLaughingCircle;
51
+ export {
52
+ IconFaceLaughingCircle_default as default
53
+ };
@@ -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/IconTreasureChest.tsx
21
+ var IconTreasureChest_exports = {};
22
+ __export(IconTreasureChest_exports, {
23
+ default: () => IconTreasureChest_default
24
+ });
25
+ module.exports = __toCommonJS(IconTreasureChest_exports);
26
+ var import_react = require("react");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
29
+ "svg",
30
+ {
31
+ viewBox: "0 0 24 24",
32
+ fill: "none",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ "data-seed-icon": "true",
35
+ width: size,
36
+ height: size,
37
+ ref,
38
+ ...props,
39
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
41
+ "path",
42
+ {
43
+ d: "M19 3C19.1168 3 19.2324 3.00581 19.3467 3.01562C19.4515 3.0057 19.5577 3 19.665 3C21.5069 3.00003 23 4.49313 23 6.33496V18.2998C23 19.791 21.791 21 20.2998 21H4C2.34315 21 1 19.6569 1 18V7C1 4.79086 2.79086 3 5 3H19Z",
44
+ fill: "#937066"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
48
+ "path",
49
+ {
50
+ d: "M16.33 6.335C16.33 4.49313 17.8231 3 19.665 3C21.5068 3 23 4.49313 23 6.335V18.3C23 19.7912 21.7911 21 20.3 21H16.33V6.335Z",
51
+ fill: "#C4A67E"
52
+ }
53
+ ),
54
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ d: "M6.2627 3.00879C4.44039 3.13083 3 4.64678 3 6.5V9H14.3301V6.33496C14.3301 5.97306 14.365 5.61991 14.4297 5.27832C14.6168 4.40128 15.0985 3.39549 16.1504 3H19.665C18.0944 3 16.7776 4.0859 16.4238 5.54785C16.4194 5.56602 16.4152 5.58426 16.4111 5.60254C16.4021 5.64268 16.3933 5.68296 16.3857 5.72363C16.3822 5.74276 16.3792 5.76201 16.376 5.78125C16.3694 5.82041 16.3636 5.8598 16.3584 5.89941C16.3552 5.92375 16.3523 5.94816 16.3496 5.97266C16.3368 6.09167 16.3301 6.21253 16.3301 6.33496V9H23V11H16.3301V21H14.3301V11H3V20.8252C1.83548 20.413 1 19.3057 1 18V7C1 4.79086 2.79086 3 5 3H6C6.08827 3 6.17585 3.00316 6.2627 3.00879Z",
59
+ fill: "#FFCB64"
60
+ }
61
+ ),
62
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
63
+ "path",
64
+ {
65
+ d: "M8.83398 13.5342C9.66586 13.6188 10.3154 14.3216 10.3154 15.1758C10.3151 15.7964 9.97156 16.3366 9.46484 16.6182V17.6758C9.46442 18.1173 9.10567 18.4757 8.66406 18.4756C8.22274 18.4753 7.86564 18.117 7.86523 17.6758V16.6162C7.4056 16.3604 7.07947 15.8932 7.02344 15.3447L7.01465 15.1758L7.02344 15.0068C7.10804 14.1749 7.8108 13.5254 8.66504 13.5254L8.83398 13.5342Z",
66
+ fill: "#FFCB64"
67
+ }
68
+ )
69
+ ] })
70
+ ] })
71
+ }
72
+ );
73
+ var IconTreasureChest = (0, import_react.forwardRef)(Icon);
74
+ var IconTreasureChest_default = IconTreasureChest;
@@ -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 보물상자,상자,보물,동네걷기,treasure,treasure chest
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAV5JREFUeAHtlL9Lw0AUx78vpBUsaAp2L05d/LFYEB2dnNxEZwc38T+w+gdowVGwi+A/4NZBcOggagfFQiGKWNFapCpFik2fvZ6JpZg0jYYu/Qz3XnJ373sv712APh0g0+HMahRqbf/8iiYv86S9VTpvjo8z4mOMSjWAm+dhvH4ExetbIqRmljYTlsB38IucTlo6Q3BDbJQxN82ofqrI3kVQq7fv4/XZ5a0dpekHjO3GqGWv3QUXRMLSFsqhX4I3z74mRinAvCBMqQzXDASlNQzbQ0V/BHzEdwFZ5NMVhg/Q1B75noHa+rB74F5PtKho1fyjhuL7oO263hZZtOJEjDEShmdUp8nF+TqGQsJjHB4pXd0TE+cMAi1+EJ5wFDg5k9P6PaFQxP8LPDxJW3qBZ8waiK+rtU+KX3Y6o1hCXjAzSNotyOlSqFuIKGUJNK70BoiTLDP5O0THCiiBPm74AiOGY3LNED9GAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconTreasureChest: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconTreasureChest;
@@ -0,0 +1,53 @@
1
+ // src/IconTreasureChest.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "data-seed-icon": "true",
11
+ width: size,
12
+ height: size,
13
+ ref,
14
+ ...props,
15
+ children: /* @__PURE__ */ jsxs("g", { children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ d: "M19 3C19.1168 3 19.2324 3.00581 19.3467 3.01562C19.4515 3.0057 19.5577 3 19.665 3C21.5069 3.00003 23 4.49313 23 6.33496V18.2998C23 19.791 21.791 21 20.2998 21H4C2.34315 21 1 19.6569 1 18V7C1 4.79086 2.79086 3 5 3H19Z",
20
+ fill: "#937066"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ d: "M16.33 6.335C16.33 4.49313 17.8231 3 19.665 3C21.5068 3 23 4.49313 23 6.335V18.3C23 19.7912 21.7911 21 20.3 21H16.33V6.335Z",
27
+ fill: "#C4A67E"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ jsxs("g", { children: [
31
+ /* @__PURE__ */ jsx(
32
+ "path",
33
+ {
34
+ d: "M6.2627 3.00879C4.44039 3.13083 3 4.64678 3 6.5V9H14.3301V6.33496C14.3301 5.97306 14.365 5.61991 14.4297 5.27832C14.6168 4.40128 15.0985 3.39549 16.1504 3H19.665C18.0944 3 16.7776 4.0859 16.4238 5.54785C16.4194 5.56602 16.4152 5.58426 16.4111 5.60254C16.4021 5.64268 16.3933 5.68296 16.3857 5.72363C16.3822 5.74276 16.3792 5.76201 16.376 5.78125C16.3694 5.82041 16.3636 5.8598 16.3584 5.89941C16.3552 5.92375 16.3523 5.94816 16.3496 5.97266C16.3368 6.09167 16.3301 6.21253 16.3301 6.33496V9H23V11H16.3301V21H14.3301V11H3V20.8252C1.83548 20.413 1 19.3057 1 18V7C1 4.79086 2.79086 3 5 3H6C6.08827 3 6.17585 3.00316 6.2627 3.00879Z",
35
+ fill: "#FFCB64"
36
+ }
37
+ ),
38
+ /* @__PURE__ */ jsx(
39
+ "path",
40
+ {
41
+ d: "M8.83398 13.5342C9.66586 13.6188 10.3154 14.3216 10.3154 15.1758C10.3151 15.7964 9.97156 16.3366 9.46484 16.6182V17.6758C9.46442 18.1173 9.10567 18.4757 8.66406 18.4756C8.22274 18.4753 7.86564 18.117 7.86523 17.6758V16.6162C7.4056 16.3604 7.07947 15.8932 7.02344 15.3447L7.01465 15.1758L7.02344 15.0068C7.10804 14.1749 7.8108 13.5254 8.66504 13.5254L8.83398 13.5342Z",
42
+ fill: "#FFCB64"
43
+ }
44
+ )
45
+ ] })
46
+ ] })
47
+ }
48
+ );
49
+ var IconTreasureChest = forwardRef(Icon);
50
+ var IconTreasureChest_default = IconTreasureChest;
51
+ export {
52
+ IconTreasureChest_default as default
53
+ };
@@ -0,0 +1,60 @@
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/IconTrophy.tsx
21
+ var IconTrophy_exports = {};
22
+ __export(IconTrophy_exports, {
23
+ default: () => IconTrophy_default
24
+ });
25
+ module.exports = __toCommonJS(IconTrophy_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: "M13.2002 19.7998H16C16.6627 19.7998 17.2002 20.3373 17.2002 21C17.2002 21.6627 16.6627 22.2002 16 22.2002H8C7.33727 22.2002 6.7998 21.6627 6.7998 21C6.7998 20.3373 7.33727 19.7998 8 19.7998H10.7998V16.5H13.2002V19.7998Z",
44
+ fill: "#E98400"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
48
+ "path",
49
+ {
50
+ fillRule: "evenodd",
51
+ clipRule: "evenodd",
52
+ d: "M1.64355 2.89535C8.41556 0.788332 15.3222 0.748985 22.3506 2.89339C22.8682 3.05151 23.201 3.52817 23.2002 4.04281L23.2012 5.4891C23.2012 8.36304 21.4056 10.9115 18.752 11.8446C18.1414 15.0526 15.3672 17.4998 12 17.4998C8.63238 17.4998 5.85616 15.0522 5.24609 11.8436C2.59397 10.9097 0.799805 8.36205 0.799805 5.4891V4.04085C0.799683 3.52936 1.12939 3.05532 1.64355 2.89535ZM18.8799 9.11996C20.0467 8.34244 20.8008 6.99565 20.8008 5.4891V4.94125C20.1591 4.76228 19.5187 4.60372 18.8799 4.46371V9.11996ZM5.12012 4.45296C4.47904 4.59453 3.83901 4.75525 3.2002 4.93636V5.4891C3.2002 6.99518 3.95391 8.34135 5.12012 9.11898V4.45296Z",
53
+ fill: "#FFCB64"
54
+ }
55
+ )
56
+ ] })
57
+ }
58
+ );
59
+ var IconTrophy = (0, import_react.forwardRef)(Icon);
60
+ var IconTrophy_default = IconTrophy;
@@ -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 trophy,award,prize,winner,트로피,상,수상
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAgFJREFUeAG9VbGO00AQfbO24SSuiJBAUOE01LEEJ1GRfAF8QiIo6AglBSKnK2iT7qS74u4P+ANCRQHC/gOW6goaC51Q0NkeZtdOLkJ2nDgHT3K8nt19b2ZnZgP8Y1CZkcNhC8l5B5z5ICUP3csn2M93kS6+v8saLWs03N2IgnFcKmAJL34+hXIeI8u6QuCjGSLZGyHDR3jOlIJDTfzphQ83CWWyhatFLLxtJT/+gpxZwqWJnWxCyDgFF8dnOBO3o8RwSUY0oAdHQxHaXIAopr3jPogHy2aF1FkSUNsfE/Elh+tqRY8ONeZHwtlLbA31JBcibZKsCuukeHf58/O3aAi7l7mff/Cp1bHjsC9l6oUSno+rgOkT50Zg+sJGQMFJLLnoLVXAluROb950amE3ufAuAhnuo2mZmr3Wc5vXnLdsJX95NpZoNks40YmU+OBvsypdzPQemyJbFEq9AD08ns6rYC0Y7/eOorUFLLx0CHN51bNHcu6vKmdRA6ntkbzKesMkdSLRjlbtrxWwInKdz/TXYTo7t0LezTv7127fH5fd/40EDM4O0FWED2asGL1bbzBdZ5+7avLbCK1dB53ClU5W2FMZ/zjIx4kLffc1dBVHZQRn7+A7KUKu/yOKfyVot0flzVlZRTu/1+tm4+HO9WonVubARIFEnhWYpYiqvP8v+APjqq9HVnJaMQAAAABJRU5ErkJggg==)
9
+ */
10
+ declare const IconTrophy: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconTrophy;
@@ -0,0 +1,39 @@
1
+ // src/IconTrophy.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: "M13.2002 19.7998H16C16.6627 19.7998 17.2002 20.3373 17.2002 21C17.2002 21.6627 16.6627 22.2002 16 22.2002H8C7.33727 22.2002 6.7998 21.6627 6.7998 21C6.7998 20.3373 7.33727 19.7998 8 19.7998H10.7998V16.5H13.2002V19.7998Z",
20
+ fill: "#E98400"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M1.64355 2.89535C8.41556 0.788332 15.3222 0.748985 22.3506 2.89339C22.8682 3.05151 23.201 3.52817 23.2002 4.04281L23.2012 5.4891C23.2012 8.36304 21.4056 10.9115 18.752 11.8446C18.1414 15.0526 15.3672 17.4998 12 17.4998C8.63238 17.4998 5.85616 15.0522 5.24609 11.8436C2.59397 10.9097 0.799805 8.36205 0.799805 5.4891V4.04085C0.799683 3.52936 1.12939 3.05532 1.64355 2.89535ZM18.8799 9.11996C20.0467 8.34244 20.8008 6.99565 20.8008 5.4891V4.94125C20.1591 4.76228 19.5187 4.60372 18.8799 4.46371V9.11996ZM5.12012 4.45296C4.47904 4.59453 3.83901 4.75525 3.2002 4.93636V5.4891C3.2002 6.99518 3.95391 8.34135 5.12012 9.11898V4.45296Z",
29
+ fill: "#FFCB64"
30
+ }
31
+ )
32
+ ] })
33
+ }
34
+ );
35
+ var IconTrophy = forwardRef(Icon);
36
+ var IconTrophy_default = IconTrophy;
37
+ export {
38
+ IconTrophy_default as default
39
+ };