@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 940 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Path = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 239 234", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Path-b{fill:white;}` }) }), _jsx("path", { className: "Path-b", d: "M222.5,0h-28c-9.1,0-16.5,7.4-16.5,16.5v3.5h-25c-26,0-47,21-47,47v8.2c-17.8,4.5-31,20.6-31,39.8s13.2,35.3,31,39.8v12.2c0,13.8-11.2,25-25,25h-20v-2.5c0-9.1-7.4-16.5-16.5-16.5h-28c-9.1,0-16.5,7.4-16.5,16.5v28c0,9.1,7.4,16.5,16.5,16.5h28c9.1,0,16.5-7.4,16.5-16.5v-3.5h20c26,0,47-21,47-47v-12.8c16.8-5.1,29-20.8,29-39.2s-12.2-34.1-29-39.2v-8.8c0-13.8,11.2-25,25-25h25v2.5c0,9.1,7.4,16.5,16.5,16.5h28c9.1,0,16.5-7.4,16.5-16.5v-28c0-9.1-7.4-16.5-16.5-16.5ZM39,212h-17v-17h17v17ZM135,115c0,10.5-8.5,19-19,19s-19-8.5-19-19,8.5-19,19-19,19,8.5,19,19ZM217,39h-17v-17h17v17Z" })] }));
export default Path;
//# sourceMappingURL=Path.js.map