UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 833 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Power = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 80 86", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Power-b{fill:white;}` }) }), _jsx("path", { className: "Power-b", d: "M40,86C17.94,86,0,68.06,0,46c0-10.68,4.16-20.73,11.72-28.28,1.95-1.95,5.12-1.95,7.07,0,1.95,1.95,1.95,5.12,0,7.07-5.67,5.67-8.79,13.2-8.79,21.21,0,16.54,13.46,30,30,30s30-13.46,30-30c0-8.08-3.17-15.66-8.92-21.34-1.96-1.94-1.98-5.11-.04-7.07,1.94-1.96,5.11-1.98,7.07-.04,7.67,7.57,11.89,17.68,11.89,28.45,0,22.06-17.94,40-40,40Z" }), _jsx("path", { className: "Power-b", d: "M40,54c-2.76,0-5-2.24-5-5V5c0-2.76,2.24-5,5-5s5,2.24,5,5v44c0,2.76-2.24,5-5,5Z" })] })); export default Power; //# sourceMappingURL=Power.js.map