@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
16 lines (14 loc) • 1.17 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const PieMed = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 253.5 253.5", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.PieMed-b {
fill:#dbdbdb;
}
.PieMed-c {
fill:#dfd35e;
}
.PieMed-d {
fill:#4a4a4a;
}
` }) }), _jsx("path", { className: "PieMed-b", d: "M121.3,9c-30.5,1.3-58.9,14.2-80.2,36.2C19.9,67.4,8.1,96.5,8.1,127.1s11.7,59.7,33,81.9c21.2,22.1,49.7,35,80.2,36.2h1.6c0,0,0-236.3,0-236.3h-1.6Z" }), _jsx("path", { className: "PieMed-c", d: "M206.7,46.8c-20.3-20.3-47-32.1-75.3-33.4h-1.6c0,0,0,227.5,0,227.5h1.6c28.3-1.3,55-13.2,75.3-33.5s33.5-50.1,33.5-80.3-11.9-58.7-33.5-80.3Z" }), _jsx("path", { className: "PieMed-d", d: "M126.7,0C56.9,0,0,56.9,0,126.7s56.9,126.7,126.7,126.7,126.7-56.9,126.7-126.7S196.6,0,126.7,0ZM121.7,10.1v233.2c-62.1-2.6-111.7-53.9-111.7-116.6S59.7,12.7,121.7,10.1ZM131.7,126.7V14.5c27.9,1.2,54.1,12.8,74.3,33s33.1,49.5,33.1,79.3-11.7,57.9-33.1,79.3-46.3,31.7-74.3,33v-112.2Z" })] }));
export default PieMed;
//# sourceMappingURL=PieMed.js.map