UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

7 lines (6 loc) 1.45 kB
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime"; var ProfileIcon = function (_a) { var _b = _a.size, size = _b === void 0 ? 200 : _b; return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("circle", { cx: "100", cy: "100", r: "100", fill: "#CCCCCC" }), _jsx("mask", { id: "mask0_47_217", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "200", height: "200", children: _jsx("circle", { cx: "100", cy: "100", r: "100", fill: "#F7F7F7" }) }), _jsx("g", { mask: "url(#mask0_47_217)", children: _jsx("path", { d: "M100 119.999C89.0002 119.999 79.5835 116.082 71.7502 108.249C63.9168 100.416 60.0002 90.999 60.0002 79.999C60.0002 68.999 63.9168 59.5824 71.7502 51.749C79.5835 43.9157 89.0002 39.999 100 39.999C111 39.999 120.417 43.9157 128.25 51.749C136.083 59.5824 140 68.999 140 79.999C140 90.999 136.083 100.416 128.25 108.249C120.417 116.082 111 119.999 100 119.999ZM20.0002 199.999V171.999C20.0002 166.332 21.4585 161.124 24.3752 156.374C27.2918 151.624 31.1668 147.999 36.0002 145.499C46.3335 140.332 56.8335 136.457 67.5002 133.874C78.1668 131.291 89.0002 129.999 100 129.999C111 129.999 121.833 131.291 132.5 133.874C143.167 136.457 153.667 140.332 164 145.499C168.833 147.999 172.708 151.624 175.625 156.374C178.542 161.124 180 166.332 180 171.999V199.999H20.0002Z", fill: "#F7F7F7" }) })] })); }; export default ProfileIcon;