UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 817 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Pad = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 80 62", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Pad-b{fill:white;}` }) }), _jsx("path", { className: "Pad-b", d: "M80,43c0,19-10,19-12.5,19-8.5,0-14.5-21-27.5-21s-16,21-25,21S0,62,0,43C0,3,22,0,41,0s39,2,39,43ZM50,18c-2.2,0-4,1.8-4,4s1.8,4,4,4,4-1.8,4-4-1.8-4-4-4ZM58,26c-2.2,0-4,1.8-4,4s1.8,4,4,4,4-1.8,4-4-1.8-4-4-4ZM66,18c-2.2,0-4,1.8-4,4s1.8,4,4,4,4-1.8,4-4-1.8-4-4-4ZM58,18c2.2,0,4-1.8,4-4s-1.8-4-4-4-4,1.8-4,4,1.8,4,4,4ZM30,18h-2v-2c0-2.2-1.8-4-4-4s-4,1.8-4,4v2h-2c-2.2,0-4,1.8-4,4s1.8,4,4,4h2v2c0,2.2,1.8,4,4,4s4-1.8,4-4v-2h2c2.2,0,4-1.8,4-4s-1.8-4-4-4Z" })] })); export default Pad; //# sourceMappingURL=Pad.js.map