@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 850 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Graphics = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 82 74.5", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Graphics-b{fill:white;}` }) }), _jsx("path", { className: "Graphics-b", d: "M80.8.6c-.7-.6-1.7-.8-2.6-.5-8.2,2.2-30.9,7.9-37.2,7.9h0C34.8,7.9,12,2.3,3.8,0c-.9-.2-1.9,0-2.6.5C.4,1.2,0,2.1,0,3v68.5c0,.5,0,1,.3,1.5.6,1.1,1.6,1.6,2.7,1.6s.8,0,1.2-.2c11.8-4.9,31.4-12.3,36.8-12.3s25,7,36.9,11.8c.9.4,2,.3,2.8-.3.8-.6,1.3-1.5,1.3-2.5V3c0-.9-.4-1.8-1.2-2.4ZM41,14h0c6.7,0,26.6-4.9,35-7.1v46l-13.3-15.6-11.7,15.7-16-30-16,28-13-11.2V6.9c8.4,2.1,28.4,7.1,35,7.1Z" }), _jsx("circle", { className: "Graphics-b", cx: "55", cy: "22.7", r: "7" })] }));
export default Graphics;
//# sourceMappingURL=Graphics.js.map