@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 580 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Stand = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 72 238", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Stand-b{fill:white;}` }) }), _jsx("circle", { className: "Stand-b", cx: "36.5", cy: "29.5", r: "29.5" }), _jsx("path", { className: "Stand-b", d: "M56.9,91.1c-4.1-23.3-37.5-23.4-41.7,0L0,177.1v60.9h29v-50.9c0-3.6,2.6-6.8,6.1-7.2s7.9,2.8,7.9,6.9v51.1h29v-60.9l-15.1-86Z" })] }));
export default Stand;
//# sourceMappingURL=Stand.js.map