@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
16 lines (14 loc) • 1.26 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const PieHi = (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: `
.PieHi-b {
fill: #dbdbdb;
}
.PieHi-c {
fill: #dc634b;
}
.PieHi-d {
fill: #4a4a4a;
}
` }) }), _jsx("path", { className: "PieHi-b", d: "M122,8.6c-32.3,1.4-62,15.5-83.5,39.9l-1,1.2,86.1,69.7V8.5s-1.6,0-1.6,0Z" }), _jsx("path", { className: "PieHi-c", d: "M207.4,46.4c-20.3-20.3-47-32.1-75.3-33.4h-1.6c0,0,0,121.1,0,121.1L36.5,57.8l-.9,1.3c-14.4,19.5-22.3,43.5-22.3,67.6s11.9,58.7,33.5,80.3c21.6,21.6,50.1,33.5,80.3,33.5s58.7-11.9,80.3-33.5,33.5-50.1,33.5-80.3-11.9-58.7-33.5-80.3Z" }), _jsx("path", { className: "PieHi-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,0ZM122.1,10.1v106.1S39.7,49.5,39.7,49.5C60,26.5,89.3,11.5,122.1,10.1ZM127.1,239.1c-29.8,0-57.9-11.7-79.3-33.1-21.3-21.3-33.1-49.5-33.1-79.3s7.8-47.5,22-66.7l95.4,77.2V14.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-49.5,33.1-79.3,33.1Z" })] }));
export default PieHi;
//# sourceMappingURL=PieHi.js.map