@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
16 lines (14 loc) • 1.21 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const PieLow = (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: `
.PieLow-b {
fill: #dbdbdb;
}
.PieLow-c {
fill: #4a4a4a;
}
.PieLow-d {
fill: #5dd3ec;
}
` }) }), _jsx("path", { className: "PieLow-b", d: "M122.9,130.6V8.9s-1.6,0-1.6,0c-30.5,1.3-58.9,14.2-80.2,36.2C19.9,67.4,8.1,96.5,8.1,127.1c0,65.2,53,118.2,118.2,118.2s59.7-11.7,81.9-33c22.1-21.2,35-49.7,36.2-80.2v-1.6c0,0-121.6,0-121.6,0Z" }), _jsx("path", { className: "PieLow-d", d: "M240.1,122.1c-1.3-28.1-13.4-55.6-33.2-75.4-19.8-19.8-47.3-31.9-75.4-33.2h-1.6c0,0,0,110.2,0,110.2h110.3v-1.6Z" }), _jsx("path", { className: "PieLow-c", 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,0ZM10,129.9C8.3,65.8,58.6,12.8,121.7,10.1v121.6s121.6,0,121.6,0c-2.7,63.1-55.7,113.4-119.8,111.7-61.7-1.7-111.8-51.8-113.5-113.5ZM131.7,14.5c27.8,1.3,54.7,13.1,74.4,32.8s31.5,46.6,32.8,74.4h-107.2V14.5Z" })] }));
export default PieLow;
//# sourceMappingURL=PieLow.js.map