@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 606 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const VRCPlus = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 122 104", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.VRCPlus-b{fill:white;}` }) }), _jsx("path", { className: "VRCPlus-b", d: "M90,104l-24-28H25.9S0,72,0,38,26,0,26,0h68.2s27.8,0,27.8,38-32,39-32,39v27ZM57,42v20.4s1,3.5,4,3.5,4-4,4-4v-19.9h20.1s4.4,0,4.4-4-4.1-4-4.1-4h-20.4V14c.1,0,.1-4-3.9-4s-4.1,3.9-4.1,3.9v20.1h-20s-4,0-4,4,4,4,4,4h20Z" })] }));
export default VRCPlus;
//# sourceMappingURL=VRCPlus.js.map