@karrotmarket/react-multicolor-icon 0.0.16
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/LICENSE +2 -0
- package/README.md +25 -0
- package/lib/IconAnimalFace.cjs +79 -0
- package/lib/IconAnimalFace.d.ts +11 -0
- package/lib/IconAnimalFace.js +59 -0
- package/lib/IconApple.cjs +85 -0
- package/lib/IconApple.d.ts +11 -0
- package/lib/IconApple.js +65 -0
- package/lib/IconBuilding2.cjs +93 -0
- package/lib/IconBuilding2.d.ts +11 -0
- package/lib/IconBuilding2.js +73 -0
- package/lib/IconCarFrontside.cjs +100 -0
- package/lib/IconCarFrontside.d.ts +11 -0
- package/lib/IconCarFrontside.js +80 -0
- package/lib/IconCard.cjs +60 -0
- package/lib/IconCard.d.ts +11 -0
- package/lib/IconCard.js +40 -0
- package/lib/IconCheckmarkCalendar.cjs +66 -0
- package/lib/IconCheckmarkCalendar.d.ts +11 -0
- package/lib/IconCheckmarkCalendar.js +46 -0
- package/lib/IconCupHeatwave.cjs +59 -0
- package/lib/IconCupHeatwave.d.ts +11 -0
- package/lib/IconCupHeatwave.js +39 -0
- package/lib/IconDumbbell.cjs +68 -0
- package/lib/IconDumbbell.d.ts +11 -0
- package/lib/IconDumbbell.js +48 -0
- package/lib/IconForkSpoon.cjs +77 -0
- package/lib/IconForkSpoon.d.ts +11 -0
- package/lib/IconForkSpoon.js +57 -0
- package/lib/IconForkSpoonBag.cjs +77 -0
- package/lib/IconForkSpoonBag.d.ts +11 -0
- package/lib/IconForkSpoonBag.js +57 -0
- package/lib/IconFraction_1NUppercase.cjs +70 -0
- package/lib/IconFraction_1NUppercase.d.ts +11 -0
- package/lib/IconFraction_1NUppercase.js +50 -0
- package/lib/IconHospital.cjs +66 -0
- package/lib/IconHospital.d.ts +11 -0
- package/lib/IconHospital.js +46 -0
- package/lib/IconLinechartUpXaxis.cjs +59 -0
- package/lib/IconLinechartUpXaxis.d.ts +11 -0
- package/lib/IconLinechartUpXaxis.js +39 -0
- package/lib/IconMegaphoneTilted.cjs +61 -0
- package/lib/IconMegaphoneTilted.d.ts +11 -0
- package/lib/IconMegaphoneTilted.js +41 -0
- package/lib/IconNailpolish.cjs +69 -0
- package/lib/IconNailpolish.d.ts +11 -0
- package/lib/IconNailpolish.js +49 -0
- package/lib/IconPaintroller.cjs +68 -0
- package/lib/IconPaintroller.d.ts +11 -0
- package/lib/IconPaintroller.js +48 -0
- package/lib/IconPalette.cjs +50 -0
- package/lib/IconPalette.d.ts +11 -0
- package/lib/IconPalette.js +30 -0
- package/lib/IconPencil.cjs +59 -0
- package/lib/IconPencil.d.ts +11 -0
- package/lib/IconPencil.js +39 -0
- package/lib/IconPerson2Openarms.cjs +77 -0
- package/lib/IconPerson2Openarms.d.ts +11 -0
- package/lib/IconPerson2Openarms.js +57 -0
- package/lib/IconPersonMagnifyingglass.cjs +70 -0
- package/lib/IconPersonMagnifyingglass.d.ts +11 -0
- package/lib/IconPersonMagnifyingglass.js +50 -0
- package/lib/IconScissors.cjs +79 -0
- package/lib/IconScissors.d.ts +11 -0
- package/lib/IconScissors.js +59 -0
- package/lib/IconShoppingbag2Stacked.cjs +83 -0
- package/lib/IconShoppingbag2Stacked.d.ts +11 -0
- package/lib/IconShoppingbag2Stacked.js +63 -0
- package/lib/IconShoppingbagItems.cjs +75 -0
- package/lib/IconShoppingbagItems.d.ts +11 -0
- package/lib/IconShoppingbagItems.js +55 -0
- package/lib/IconSpraybottleSponge.cjs +66 -0
- package/lib/IconSpraybottleSponge.d.ts +11 -0
- package/lib/IconSpraybottleSponge.js +46 -0
- package/lib/IconTriangleRightChatbubbleLeft.cjs +61 -0
- package/lib/IconTriangleRightChatbubbleLeft.d.ts +11 -0
- package/lib/IconTriangleRightChatbubbleLeft.js +41 -0
- package/lib/IconTruck.cjs +82 -0
- package/lib/IconTruck.d.ts +11 -0
- package/lib/IconTruck.js +62 -0
- package/lib/IconWindow2Store.cjs +82 -0
- package/lib/IconWindow2Store.d.ts +11 -0
- package/lib/IconWindow2Store.js +62 -0
- package/lib/IconWindow4House.cjs +91 -0
- package/lib/IconWindow4House.d.ts +11 -0
- package/lib/IconWindow4House.js +71 -0
- package/lib/IconWrench.cjs +68 -0
- package/lib/IconWrench.d.ts +11 -0
- package/lib/IconWrench.js +48 -0
- package/lib/index.cjs +1514 -0
- package/lib/index.d.ts +29 -0
- package/lib/index.js +1492 -0
- package/package.json +61 -0
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/IconPerson2Openarms.tsx
|
|
20
|
+
var IconPerson2Openarms_exports = {};
|
|
21
|
+
__export(IconPerson2Openarms_exports, {
|
|
22
|
+
default: () => IconPerson2Openarms_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(IconPerson2Openarms_exports);
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
28
|
+
"svg",
|
|
29
|
+
{
|
|
30
|
+
viewBox: "0 0 24 24",
|
|
31
|
+
fill: "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
"data-seed-icon": "true",
|
|
34
|
+
"data-seed-icon-asset-version": "0.0.12",
|
|
35
|
+
"data-seed-icon-react-version": "0.0.16",
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
ref,
|
|
39
|
+
...props,
|
|
40
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M13.7157 6.66349C13.7157 5.11738 14.9653 3.86786 16.5113 3.86786C18.0573 3.86786 19.3069 5.11738 19.3069 6.66349C19.3069 8.2096 18.0573 9.45912 16.5113 9.45912C14.9653 9.45912 13.7157 8.2096 13.7157 6.66349Z",
|
|
46
|
+
fill: "#FF9000"
|
|
47
|
+
}
|
|
48
|
+
),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
+
"path",
|
|
51
|
+
{
|
|
52
|
+
d: "M9.47138 13.386C9.62459 13.4132 9.77816 13.4388 9.93208 13.4627L11.4244 19.9998C10.9879 20.114 10.6658 20.511 10.6658 20.9833C10.6658 21.5448 11.1209 21.9999 11.6824 21.9999H19.8151C20.1402 21.9999 20.4457 21.8445 20.637 21.5817C20.8283 21.3189 20.8824 20.9804 20.7826 20.6711L19.7941 16.0883L19.8152 16.067C19.9325 15.949 20.0257 15.8567 20.124 15.7594C20.2597 15.625 20.4051 15.481 20.637 15.2465C20.9741 14.9057 21.3663 14.5177 21.7319 14.1562C22.2253 13.6681 22.6701 13.2282 22.865 13.0172C23.3733 12.467 23.8674 11.1429 23.1122 10.3038C22.7172 9.86512 22.2015 9.62451 21.6269 9.60187C21.0922 9.5808 20.577 9.75006 20.1197 9.9808C16.7048 11.704 13.2042 11.9841 9.82704 11.3841C9.27425 11.2859 8.7465 11.6544 8.64829 12.2072C8.55008 12.76 8.91859 13.2878 9.47138 13.386Z",
|
|
53
|
+
fill: "#FF9000"
|
|
54
|
+
}
|
|
55
|
+
)
|
|
56
|
+
] }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
58
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
59
|
+
"path",
|
|
60
|
+
{
|
|
61
|
+
d: "M5.71873 5.49425C5.71873 3.57912 7.26003 2.03809 9.17515 2.03809C11.0903 2.03809 12.6316 3.57912 12.6316 5.49425C12.6316 7.41152 11.0774 8.95041 9.17515 8.95041C7.26003 8.95041 5.71873 7.40937 5.71873 5.49425Z",
|
|
62
|
+
fill: "#FF6F0F"
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
d: "M3.11637 7.61723C3.67553 7.79906 4.1778 8.18089 4.60847 8.6354C5.86861 9.96533 7.45852 10.9642 10.6659 11.4922C12.0986 11.7281 13.0352 11.7829 13.9918 11.8008L14.1631 11.8039C14.5662 11.811 14.9476 11.8178 15.2483 11.8427C15.4211 11.857 15.6146 11.8805 15.7971 11.9285C15.9489 11.9683 16.2414 12.061 16.4802 12.3106C16.769 12.6053 16.9761 13.0241 16.918 13.5221C16.8663 13.9655 16.6217 14.2936 16.429 14.4975C16.0479 14.9006 15.47 15.2298 14.9808 15.4797C14.5798 15.6846 14.1395 15.8837 13.7566 16.0569C13.6488 16.1056 13.5449 16.1526 13.4483 16.1968C13.2863 16.2709 13.1433 16.3378 13.0205 16.3984V20.9834C13.0205 21.5449 12.5654 22 12.0039 22H3.64382C3.32258 22 3.02025 21.8482 2.82841 21.5905C2.63657 21.3328 2.5778 20.9997 2.66992 20.6919L3.83253 15.9585L2.62113 13.921C1.88853 12.6889 1.13603 11.4238 1.04472 11.2719C0.744144 10.7718 0.527346 10.1917 0.502307 9.61304C0.476755 9.02247 0.658724 8.32677 1.28655 7.87485C1.85703 7.46449 2.5196 7.42317 3.11637 7.61723Z",
|
|
69
|
+
fill: "#FF6F0F"
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
] })
|
|
73
|
+
] })
|
|
74
|
+
}
|
|
75
|
+
);
|
|
76
|
+
var IconPerson2Openarms = (0, import_react.forwardRef)(Icon);
|
|
77
|
+
var IconPerson2Openarms_default = IconPerson2Openarms;
|
|
@@ -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 people,community,group,welcome,모임,동네생활,사람들,커뮤니티,그룹,환영,service:모임,tag:service
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconPerson2Openarms: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconPerson2Openarms;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// src/IconPerson2Openarms.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
|
+
"data-seed-icon-asset-version": "0.0.12",
|
|
12
|
+
"data-seed-icon-react-version": "0.0.16",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxs("g", { children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M13.7157 6.66349C13.7157 5.11738 14.9653 3.86786 16.5113 3.86786C18.0573 3.86786 19.3069 5.11738 19.3069 6.66349C19.3069 8.2096 18.0573 9.45912 16.5113 9.45912C14.9653 9.45912 13.7157 8.2096 13.7157 6.66349Z",
|
|
23
|
+
fill: "#FF9000"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
d: "M9.47138 13.386C9.62459 13.4132 9.77816 13.4388 9.93208 13.4627L11.4244 19.9998C10.9879 20.114 10.6658 20.511 10.6658 20.9833C10.6658 21.5448 11.1209 21.9999 11.6824 21.9999H19.8151C20.1402 21.9999 20.4457 21.8445 20.637 21.5817C20.8283 21.3189 20.8824 20.9804 20.7826 20.6711L19.7941 16.0883L19.8152 16.067C19.9325 15.949 20.0257 15.8567 20.124 15.7594C20.2597 15.625 20.4051 15.481 20.637 15.2465C20.9741 14.9057 21.3663 14.5177 21.7319 14.1562C22.2253 13.6681 22.6701 13.2282 22.865 13.0172C23.3733 12.467 23.8674 11.1429 23.1122 10.3038C22.7172 9.86512 22.2015 9.62451 21.6269 9.60187C21.0922 9.5808 20.577 9.75006 20.1197 9.9808C16.7048 11.704 13.2042 11.9841 9.82704 11.3841C9.27425 11.2859 8.7465 11.6544 8.64829 12.2072C8.55008 12.76 8.91859 13.2878 9.47138 13.386Z",
|
|
30
|
+
fill: "#FF9000"
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
] }),
|
|
34
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
35
|
+
/* @__PURE__ */ jsx(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M5.71873 5.49425C5.71873 3.57912 7.26003 2.03809 9.17515 2.03809C11.0903 2.03809 12.6316 3.57912 12.6316 5.49425C12.6316 7.41152 11.0774 8.95041 9.17515 8.95041C7.26003 8.95041 5.71873 7.40937 5.71873 5.49425Z",
|
|
39
|
+
fill: "#FF6F0F"
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ jsx(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M3.11637 7.61723C3.67553 7.79906 4.1778 8.18089 4.60847 8.6354C5.86861 9.96533 7.45852 10.9642 10.6659 11.4922C12.0986 11.7281 13.0352 11.7829 13.9918 11.8008L14.1631 11.8039C14.5662 11.811 14.9476 11.8178 15.2483 11.8427C15.4211 11.857 15.6146 11.8805 15.7971 11.9285C15.9489 11.9683 16.2414 12.061 16.4802 12.3106C16.769 12.6053 16.9761 13.0241 16.918 13.5221C16.8663 13.9655 16.6217 14.2936 16.429 14.4975C16.0479 14.9006 15.47 15.2298 14.9808 15.4797C14.5798 15.6846 14.1395 15.8837 13.7566 16.0569C13.6488 16.1056 13.5449 16.1526 13.4483 16.1968C13.2863 16.2709 13.1433 16.3378 13.0205 16.3984V20.9834C13.0205 21.5449 12.5654 22 12.0039 22H3.64382C3.32258 22 3.02025 21.8482 2.82841 21.5905C2.63657 21.3328 2.5778 20.9997 2.66992 20.6919L3.83253 15.9585L2.62113 13.921C1.88853 12.6889 1.13603 11.4238 1.04472 11.2719C0.744144 10.7718 0.527346 10.1917 0.502307 9.61304C0.476755 9.02247 0.658724 8.32677 1.28655 7.87485C1.85703 7.46449 2.5196 7.42317 3.11637 7.61723Z",
|
|
46
|
+
fill: "#FF6F0F"
|
|
47
|
+
}
|
|
48
|
+
)
|
|
49
|
+
] })
|
|
50
|
+
] })
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
var IconPerson2Openarms = forwardRef(Icon);
|
|
54
|
+
var IconPerson2Openarms_default = IconPerson2Openarms;
|
|
55
|
+
export {
|
|
56
|
+
IconPerson2Openarms_default as default
|
|
57
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/IconPersonMagnifyingglass.tsx
|
|
20
|
+
var IconPersonMagnifyingglass_exports = {};
|
|
21
|
+
__export(IconPersonMagnifyingglass_exports, {
|
|
22
|
+
default: () => IconPersonMagnifyingglass_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(IconPersonMagnifyingglass_exports);
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
28
|
+
"svg",
|
|
29
|
+
{
|
|
30
|
+
viewBox: "0 0 24 24",
|
|
31
|
+
fill: "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
"data-seed-icon": "true",
|
|
34
|
+
"data-seed-icon-asset-version": "0.0.12",
|
|
35
|
+
"data-seed-icon-react-version": "0.0.16",
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
ref,
|
|
39
|
+
...props,
|
|
40
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M11.1086 5.34729C9.0989 5.34729 7.45435 6.96639 7.45435 8.9726C7.45435 10.9788 9.0989 12.5979 11.1086 12.5979C13.1183 12.5979 14.7629 10.9788 14.7629 8.9726C14.7629 6.96639 13.1183 5.34729 11.1086 5.34729Z",
|
|
46
|
+
fill: "#FF9000"
|
|
47
|
+
}
|
|
48
|
+
),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
+
"path",
|
|
51
|
+
{
|
|
52
|
+
d: "M11.099 13.7098C9.49594 13.7098 7.9959 14.028 6.78419 14.5892C5.58866 15.1429 4.58221 15.9794 4.13535 17.0739C4.04758 17.2889 4.04938 17.53 4.14035 17.7437C4.23132 17.9573 4.4039 18.1257 4.6197 18.2114L10.7778 20.6573C10.9837 20.7391 11.213 20.7393 11.419 20.6578L17.5771 18.2215C17.793 18.1362 17.9657 17.9681 18.057 17.7547C18.1483 17.5413 18.1506 17.3003 18.0633 17.0853C17.617 15.9858 16.6109 15.1462 15.4145 14.5907C14.2023 14.0279 12.702 13.7098 11.099 13.7098Z",
|
|
53
|
+
fill: "#FF9000"
|
|
54
|
+
}
|
|
55
|
+
)
|
|
56
|
+
] }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
fillRule: "evenodd",
|
|
61
|
+
clipRule: "evenodd",
|
|
62
|
+
d: "M11.1188 21.0184C5.6978 21.0184 1.29636 16.6698 1.211 11.2691C1.2038 11.2169 1.20007 11.1635 1.20007 11.1092C1.20007 5.63481 5.63473 1.20007 11.1091 1.20007C16.5835 1.20007 21.0182 5.63481 21.0182 11.1092C21.0182 13.1456 20.4039 15.0322 19.3584 16.6017L22.2405 19.4837C23.0001 20.2434 23.0001 21.4806 22.2405 22.2402C21.4808 22.9999 20.2436 22.9999 19.484 22.2402L16.6035 19.3598C15.0349 20.4034 13.1449 21.0184 11.1188 21.0184ZM15.9792 16.9348C14.6645 18.0317 12.9651 18.6982 11.1188 18.6982C6.92583 18.6982 3.52992 15.3023 3.52992 11.1092C3.52992 11.0618 3.52707 11.0149 3.52152 10.9689C3.59627 6.84069 6.96303 3.52026 11.1091 3.52026C15.3021 3.52026 18.698 6.91618 18.698 11.1092C18.698 12.9688 18.0307 14.6659 16.926 15.9861C16.8832 16.0202 16.842 16.0569 16.8024 16.0965C16.7226 16.1763 16.6541 16.2631 16.5968 16.3549C16.5191 16.4364 16.4397 16.5163 16.3585 16.5944C16.2654 16.6522 16.1775 16.7214 16.0967 16.8022C16.0544 16.8445 16.0152 16.8888 15.9792 16.9348Z",
|
|
63
|
+
fill: "#FF6F0F"
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
] })
|
|
67
|
+
}
|
|
68
|
+
);
|
|
69
|
+
var IconPersonMagnifyingglass = (0, import_react.forwardRef)(Icon);
|
|
70
|
+
var IconPersonMagnifyingglass_default = IconPersonMagnifyingglass;
|
|
@@ -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 discover,explore,find,job,jobs,magnifying glass,person,search,vertical,검색,공고,돋보기,발견,버티컬,사람,알바,찾기,탐색,service:알바,tag:service
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconPersonMagnifyingglass: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconPersonMagnifyingglass;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// src/IconPersonMagnifyingglass.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
|
+
"data-seed-icon-asset-version": "0.0.12",
|
|
12
|
+
"data-seed-icon-react-version": "0.0.16",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxs("g", { children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M11.1086 5.34729C9.0989 5.34729 7.45435 6.96639 7.45435 8.9726C7.45435 10.9788 9.0989 12.5979 11.1086 12.5979C13.1183 12.5979 14.7629 10.9788 14.7629 8.9726C14.7629 6.96639 13.1183 5.34729 11.1086 5.34729Z",
|
|
23
|
+
fill: "#FF9000"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
d: "M11.099 13.7098C9.49594 13.7098 7.9959 14.028 6.78419 14.5892C5.58866 15.1429 4.58221 15.9794 4.13535 17.0739C4.04758 17.2889 4.04938 17.53 4.14035 17.7437C4.23132 17.9573 4.4039 18.1257 4.6197 18.2114L10.7778 20.6573C10.9837 20.7391 11.213 20.7393 11.419 20.6578L17.5771 18.2215C17.793 18.1362 17.9657 17.9681 18.057 17.7547C18.1483 17.5413 18.1506 17.3003 18.0633 17.0853C17.617 15.9858 16.6109 15.1462 15.4145 14.5907C14.2023 14.0279 12.702 13.7098 11.099 13.7098Z",
|
|
30
|
+
fill: "#FF9000"
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
] }),
|
|
34
|
+
/* @__PURE__ */ jsx(
|
|
35
|
+
"path",
|
|
36
|
+
{
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
clipRule: "evenodd",
|
|
39
|
+
d: "M11.1188 21.0184C5.6978 21.0184 1.29636 16.6698 1.211 11.2691C1.2038 11.2169 1.20007 11.1635 1.20007 11.1092C1.20007 5.63481 5.63473 1.20007 11.1091 1.20007C16.5835 1.20007 21.0182 5.63481 21.0182 11.1092C21.0182 13.1456 20.4039 15.0322 19.3584 16.6017L22.2405 19.4837C23.0001 20.2434 23.0001 21.4806 22.2405 22.2402C21.4808 22.9999 20.2436 22.9999 19.484 22.2402L16.6035 19.3598C15.0349 20.4034 13.1449 21.0184 11.1188 21.0184ZM15.9792 16.9348C14.6645 18.0317 12.9651 18.6982 11.1188 18.6982C6.92583 18.6982 3.52992 15.3023 3.52992 11.1092C3.52992 11.0618 3.52707 11.0149 3.52152 10.9689C3.59627 6.84069 6.96303 3.52026 11.1091 3.52026C15.3021 3.52026 18.698 6.91618 18.698 11.1092C18.698 12.9688 18.0307 14.6659 16.926 15.9861C16.8832 16.0202 16.842 16.0569 16.8024 16.0965C16.7226 16.1763 16.6541 16.2631 16.5968 16.3549C16.5191 16.4364 16.4397 16.5163 16.3585 16.5944C16.2654 16.6522 16.1775 16.7214 16.0967 16.8022C16.0544 16.8445 16.0152 16.8888 15.9792 16.9348Z",
|
|
40
|
+
fill: "#FF6F0F"
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
] })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
var IconPersonMagnifyingglass = forwardRef(Icon);
|
|
47
|
+
var IconPersonMagnifyingglass_default = IconPersonMagnifyingglass;
|
|
48
|
+
export {
|
|
49
|
+
IconPersonMagnifyingglass_default as default
|
|
50
|
+
};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/IconScissors.tsx
|
|
20
|
+
var IconScissors_exports = {};
|
|
21
|
+
__export(IconScissors_exports, {
|
|
22
|
+
default: () => IconScissors_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(IconScissors_exports);
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
28
|
+
"svg",
|
|
29
|
+
{
|
|
30
|
+
viewBox: "0 0 24 24",
|
|
31
|
+
fill: "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
"data-seed-icon": "true",
|
|
34
|
+
"data-seed-icon-asset-version": "0.0.12",
|
|
35
|
+
"data-seed-icon-react-version": "0.0.16",
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
ref,
|
|
39
|
+
...props,
|
|
40
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
42
|
+
"path",
|
|
43
|
+
{
|
|
44
|
+
d: "M15.2297 20.9453C15.1996 21.1682 15.0315 21.3461 14.8115 21.3877C14.5915 21.4292 14.3684 21.3254 14.2564 21.1293L5.55386 5.88882C4.85707 4.66854 5.25673 3.12046 6.45242 2.40833L7.01544 2.07301C7.13535 2.00159 7.2791 1.98156 7.41469 2.01738C7.55027 2.05319 7.66643 2.14189 7.73729 2.2637L15.7743 16.0801C15.8338 16.1823 15.8575 16.3014 15.8417 16.4181L15.2297 20.9453Z",
|
|
45
|
+
fill: "#A5ACE1"
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
d: "M8.77045 20.9453C8.8006 21.1682 8.96871 21.3461 9.18868 21.3877C9.40866 21.4292 9.63177 21.3254 9.74374 21.1293L18.4463 5.88882C19.1431 4.66854 18.7434 3.12046 17.5477 2.40833L16.9847 2.07301C16.8648 2.00159 16.7211 1.98156 16.5855 2.01738C16.4499 2.05319 16.3337 2.14188 16.2629 2.2637L8.22587 16.0801C8.1664 16.1823 8.14266 16.3014 8.15845 16.4181L8.77045 20.9453Z",
|
|
52
|
+
fill: "#C2C3EC"
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
d: "M2.9045 18.8248C2.9045 17.0712 4.29887 15.6496 6.0189 15.6496C7.73894 15.6496 9.1333 17.0712 9.1333 18.8248C9.1333 20.5784 7.73894 22 6.0189 22C4.29887 22 2.9045 20.5784 2.9045 18.8248Z",
|
|
59
|
+
stroke: "#8465FF",
|
|
60
|
+
strokeWidth: 2.52152,
|
|
61
|
+
strokeLinecap: "round",
|
|
62
|
+
strokeLinejoin: "round"
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
d: "M21.0955 18.8248C21.0955 17.0712 19.7011 15.6496 17.9811 15.6496C16.2611 15.6496 14.8667 17.0712 14.8667 18.8248C14.8667 20.5784 16.2611 22 17.9811 22C19.7011 22 21.0955 20.5784 21.0955 18.8248Z",
|
|
69
|
+
stroke: "#8465FF",
|
|
70
|
+
strokeWidth: 2.52152,
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round"
|
|
73
|
+
}
|
|
74
|
+
)
|
|
75
|
+
] })
|
|
76
|
+
}
|
|
77
|
+
);
|
|
78
|
+
var IconScissors = (0, import_react.forwardRef)(Icon);
|
|
79
|
+
var IconScissors_default = IconScissors;
|
|
@@ -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 beautyshop,hair,beauty,scissors,cut,tool,미용실,헤어샵,가위,자르기,도구
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconScissors: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconScissors;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// src/IconScissors.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
|
+
"data-seed-icon-asset-version": "0.0.12",
|
|
12
|
+
"data-seed-icon-react-version": "0.0.16",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxs("g", { children: [
|
|
18
|
+
/* @__PURE__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M15.2297 20.9453C15.1996 21.1682 15.0315 21.3461 14.8115 21.3877C14.5915 21.4292 14.3684 21.3254 14.2564 21.1293L5.55386 5.88882C4.85707 4.66854 5.25673 3.12046 6.45242 2.40833L7.01544 2.07301C7.13535 2.00159 7.2791 1.98156 7.41469 2.01738C7.55027 2.05319 7.66643 2.14189 7.73729 2.2637L15.7743 16.0801C15.8338 16.1823 15.8575 16.3014 15.8417 16.4181L15.2297 20.9453Z",
|
|
22
|
+
fill: "#A5ACE1"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ jsx(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M8.77045 20.9453C8.8006 21.1682 8.96871 21.3461 9.18868 21.3877C9.40866 21.4292 9.63177 21.3254 9.74374 21.1293L18.4463 5.88882C19.1431 4.66854 18.7434 3.12046 17.5477 2.40833L16.9847 2.07301C16.8648 2.00159 16.7211 1.98156 16.5855 2.01738C16.4499 2.05319 16.3337 2.14188 16.2629 2.2637L8.22587 16.0801C8.1664 16.1823 8.14266 16.3014 8.15845 16.4181L8.77045 20.9453Z",
|
|
29
|
+
fill: "#C2C3EC"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ jsx(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
d: "M2.9045 18.8248C2.9045 17.0712 4.29887 15.6496 6.0189 15.6496C7.73894 15.6496 9.1333 17.0712 9.1333 18.8248C9.1333 20.5784 7.73894 22 6.0189 22C4.29887 22 2.9045 20.5784 2.9045 18.8248Z",
|
|
36
|
+
stroke: "#8465FF",
|
|
37
|
+
strokeWidth: 2.52152,
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round"
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ jsx(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M21.0955 18.8248C21.0955 17.0712 19.7011 15.6496 17.9811 15.6496C16.2611 15.6496 14.8667 17.0712 14.8667 18.8248C14.8667 20.5784 16.2611 22 17.9811 22C19.7011 22 21.0955 20.5784 21.0955 18.8248Z",
|
|
46
|
+
stroke: "#8465FF",
|
|
47
|
+
strokeWidth: 2.52152,
|
|
48
|
+
strokeLinecap: "round",
|
|
49
|
+
strokeLinejoin: "round"
|
|
50
|
+
}
|
|
51
|
+
)
|
|
52
|
+
] })
|
|
53
|
+
}
|
|
54
|
+
);
|
|
55
|
+
var IconScissors = forwardRef(Icon);
|
|
56
|
+
var IconScissors_default = IconScissors;
|
|
57
|
+
export {
|
|
58
|
+
IconScissors_default as default
|
|
59
|
+
};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/IconShoppingbag2Stacked.tsx
|
|
20
|
+
var IconShoppingbag2Stacked_exports = {};
|
|
21
|
+
__export(IconShoppingbag2Stacked_exports, {
|
|
22
|
+
default: () => IconShoppingbag2Stacked_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(IconShoppingbag2Stacked_exports);
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
28
|
+
"svg",
|
|
29
|
+
{
|
|
30
|
+
viewBox: "0 0 24 24",
|
|
31
|
+
fill: "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
"data-seed-icon": "true",
|
|
34
|
+
"data-seed-icon-asset-version": "0.0.12",
|
|
35
|
+
"data-seed-icon-react-version": "0.0.16",
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
ref,
|
|
39
|
+
...props,
|
|
40
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd",
|
|
47
|
+
d: "M10.3196 4.73532C10.3196 2.44217 12.1925 0.564376 14.5122 0.550049L14.527 0.550049C16.8281 0.564351 18.7196 2.41352 18.7196 4.73532V5.25003C18.7196 5.91277 18.1823 6.45003 17.5196 6.45003C16.8568 6.45003 16.3196 5.91277 16.3196 5.25003V4.73532C16.3196 3.76539 15.5275 2.96025 14.5196 2.95006C13.5094 2.96027 12.7196 3.77787 12.7196 4.73532V5.25003C12.7196 5.91277 12.1823 6.45003 11.5196 6.45003C10.8568 6.45003 10.3196 5.91277 10.3196 5.25003V4.73532Z",
|
|
48
|
+
fill: "#FFAA00"
|
|
49
|
+
}
|
|
50
|
+
),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
52
|
+
"path",
|
|
53
|
+
{
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
clipRule: "evenodd",
|
|
56
|
+
d: "M22.5 7.59336L22.9222 6.68685C23.3166 6.87053 23.547 7.28818 23.492 7.71979L22.1502 18.2475C22.0866 18.7469 21.6616 19.1211 21.1582 19.1211H7.84184C7.33844 19.1211 6.91351 18.7469 6.84987 18.2475L5.50806 7.71979C5.45305 7.28818 5.68344 6.87053 6.07787 6.68685L6.50004 7.59336C6.07787 6.68685 6.07787 6.68685 6.07787 6.68685L6.08053 6.68561L6.08436 6.68385L6.0955 6.67875L6.13161 6.66256C6.16179 6.64919 6.20412 6.63078 6.25825 6.60806C6.36648 6.56262 6.52195 6.49991 6.72173 6.42578C7.12118 6.27756 7.69857 6.0834 8.43047 5.89031C9.89341 5.50436 11.98 5.12109 14.5 5.12109C17.0201 5.12109 19.1067 5.50436 20.5696 5.89031C21.3015 6.0834 21.8789 6.27756 22.2783 6.42578C22.4781 6.49991 22.6336 6.56262 22.7418 6.60806C22.796 6.63078 22.8383 6.64919 22.8685 6.66256L22.9046 6.67875L22.9157 6.68385L22.9196 6.68561L22.9222 6.68685C22.9222 6.68685 22.9222 6.68685 22.5 7.59336Z",
|
|
57
|
+
fill: "#FFAA00"
|
|
58
|
+
}
|
|
59
|
+
)
|
|
60
|
+
] }),
|
|
61
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M18.492 11.8487C18.547 11.4171 18.3166 10.9994 17.9222 10.8158L17.9195 10.8145L17.9157 10.8128L17.9046 10.8077L17.8685 10.7915C17.8383 10.7781 17.796 10.7597 17.7418 10.737C17.6336 10.6915 17.4781 10.6288 17.2783 10.5547C16.8789 10.4065 16.3015 10.2123 15.5696 10.0192C14.1067 9.63327 12.0201 9.25 9.50004 9.25C6.97997 9.25 4.89341 9.63327 3.43047 10.0192C2.69857 10.2123 2.12118 10.4065 1.72173 10.5547C1.52195 10.6288 1.36648 10.6915 1.25825 10.737C1.20412 10.7597 1.16179 10.7781 1.13161 10.7915L1.0955 10.8077L1.08436 10.8128L1.08053 10.8145L1.07787 10.8158C1.07761 10.8159 1.0803 10.821 1.50002 11.7222L1.07787 10.8158C0.683441 10.9994 0.453054 11.4171 0.508065 11.8487L1.84987 22.3764C1.91351 22.8758 2.33844 23.25 2.84184 23.25H16.1582C16.6616 23.25 17.0866 22.8758 17.1502 22.3764L18.492 11.8487ZM17.5 11.7223L17.9222 10.8158C17.9225 10.8159 17.9222 10.8158 17.5 11.7223Z",
|
|
67
|
+
fill: "#FF6F0F"
|
|
68
|
+
}
|
|
69
|
+
),
|
|
70
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
71
|
+
"path",
|
|
72
|
+
{
|
|
73
|
+
fillRule: "evenodd",
|
|
74
|
+
clipRule: "evenodd",
|
|
75
|
+
d: "M9.49322 18.4821L9.49322 18.482C7.35796 18.4675 5.75 16.6235 5.75 14.4967L5.75 13.982C5.75 13.4297 6.19771 12.982 6.75 12.982C7.30228 12.982 7.75 13.4297 7.75 13.982L7.75 14.4967C7.75 15.6611 8.6013 16.4718 9.50001 16.4819C10.4017 16.4718 11.25 15.6476 11.25 14.4967L11.25 13.982C11.25 13.4297 11.6977 12.982 12.25 12.982C12.8023 12.982 13.25 13.4297 13.25 13.982L13.25 14.4967C13.25 16.5959 11.658 18.4675 9.50674 18.482L9.49322 18.4821Z",
|
|
76
|
+
fill: "white"
|
|
77
|
+
}
|
|
78
|
+
)
|
|
79
|
+
] })
|
|
80
|
+
}
|
|
81
|
+
);
|
|
82
|
+
var IconShoppingbag2Stacked = (0, import_react.forwardRef)(Icon);
|
|
83
|
+
var IconShoppingbag2Stacked_default = IconShoppingbag2Stacked;
|
|
@@ -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 shopping bags,shopping,bags,stack,한번에,물건,쇼핑백,쇼핑,스택
|
|
8
|
+
* @preview 
|
|
9
|
+
*/
|
|
10
|
+
declare const IconShoppingbag2Stacked: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default IconShoppingbag2Stacked;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
// src/IconShoppingbag2Stacked.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
|
+
"data-seed-icon-asset-version": "0.0.12",
|
|
12
|
+
"data-seed-icon-react-version": "0.0.16",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxs("g", { children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M10.3196 4.73532C10.3196 2.44217 12.1925 0.564376 14.5122 0.550049L14.527 0.550049C16.8281 0.564351 18.7196 2.41352 18.7196 4.73532V5.25003C18.7196 5.91277 18.1823 6.45003 17.5196 6.45003C16.8568 6.45003 16.3196 5.91277 16.3196 5.25003V4.73532C16.3196 3.76539 15.5275 2.96025 14.5196 2.95006C13.5094 2.96027 12.7196 3.77787 12.7196 4.73532V5.25003C12.7196 5.91277 12.1823 6.45003 11.5196 6.45003C10.8568 6.45003 10.3196 5.91277 10.3196 5.25003V4.73532Z",
|
|
25
|
+
fill: "#FFAA00"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ jsx(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M22.5 7.59336L22.9222 6.68685C23.3166 6.87053 23.547 7.28818 23.492 7.71979L22.1502 18.2475C22.0866 18.7469 21.6616 19.1211 21.1582 19.1211H7.84184C7.33844 19.1211 6.91351 18.7469 6.84987 18.2475L5.50806 7.71979C5.45305 7.28818 5.68344 6.87053 6.07787 6.68685L6.50004 7.59336C6.07787 6.68685 6.07787 6.68685 6.07787 6.68685L6.08053 6.68561L6.08436 6.68385L6.0955 6.67875L6.13161 6.66256C6.16179 6.64919 6.20412 6.63078 6.25825 6.60806C6.36648 6.56262 6.52195 6.49991 6.72173 6.42578C7.12118 6.27756 7.69857 6.0834 8.43047 5.89031C9.89341 5.50436 11.98 5.12109 14.5 5.12109C17.0201 5.12109 19.1067 5.50436 20.5696 5.89031C21.3015 6.0834 21.8789 6.27756 22.2783 6.42578C22.4781 6.49991 22.6336 6.56262 22.7418 6.60806C22.796 6.63078 22.8383 6.64919 22.8685 6.66256L22.9046 6.67875L22.9157 6.68385L22.9196 6.68561L22.9222 6.68685C22.9222 6.68685 22.9222 6.68685 22.5 7.59336Z",
|
|
34
|
+
fill: "#FFAA00"
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
] }),
|
|
38
|
+
/* @__PURE__ */ jsx(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M18.492 11.8487C18.547 11.4171 18.3166 10.9994 17.9222 10.8158L17.9195 10.8145L17.9157 10.8128L17.9046 10.8077L17.8685 10.7915C17.8383 10.7781 17.796 10.7597 17.7418 10.737C17.6336 10.6915 17.4781 10.6288 17.2783 10.5547C16.8789 10.4065 16.3015 10.2123 15.5696 10.0192C14.1067 9.63327 12.0201 9.25 9.50004 9.25C6.97997 9.25 4.89341 9.63327 3.43047 10.0192C2.69857 10.2123 2.12118 10.4065 1.72173 10.5547C1.52195 10.6288 1.36648 10.6915 1.25825 10.737C1.20412 10.7597 1.16179 10.7781 1.13161 10.7915L1.0955 10.8077L1.08436 10.8128L1.08053 10.8145L1.07787 10.8158C1.07761 10.8159 1.0803 10.821 1.50002 11.7222L1.07787 10.8158C0.683441 10.9994 0.453054 11.4171 0.508065 11.8487L1.84987 22.3764C1.91351 22.8758 2.33844 23.25 2.84184 23.25H16.1582C16.6616 23.25 17.0866 22.8758 17.1502 22.3764L18.492 11.8487ZM17.5 11.7223L17.9222 10.8158C17.9225 10.8159 17.9222 10.8158 17.5 11.7223Z",
|
|
44
|
+
fill: "#FF6F0F"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
fillRule: "evenodd",
|
|
51
|
+
clipRule: "evenodd",
|
|
52
|
+
d: "M9.49322 18.4821L9.49322 18.482C7.35796 18.4675 5.75 16.6235 5.75 14.4967L5.75 13.982C5.75 13.4297 6.19771 12.982 6.75 12.982C7.30228 12.982 7.75 13.4297 7.75 13.982L7.75 14.4967C7.75 15.6611 8.6013 16.4718 9.50001 16.4819C10.4017 16.4718 11.25 15.6476 11.25 14.4967L11.25 13.982C11.25 13.4297 11.6977 12.982 12.25 12.982C12.8023 12.982 13.25 13.4297 13.25 13.982L13.25 14.4967C13.25 16.5959 11.658 18.4675 9.50674 18.482L9.49322 18.4821Z",
|
|
53
|
+
fill: "white"
|
|
54
|
+
}
|
|
55
|
+
)
|
|
56
|
+
] })
|
|
57
|
+
}
|
|
58
|
+
);
|
|
59
|
+
var IconShoppingbag2Stacked = forwardRef(Icon);
|
|
60
|
+
var IconShoppingbag2Stacked_default = IconShoppingbag2Stacked;
|
|
61
|
+
export {
|
|
62
|
+
IconShoppingbag2Stacked_default as default
|
|
63
|
+
};
|