@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
12 lines (11 loc) • 2.21 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const VRC = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 246 245.9", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.VRC-b {
fill: #eee;
}
.VRC-c {
fill: #111;
}
` }) }), _jsxs("g", { children: [_jsx("path", { className: "VRC-b", d: "M204.8,240.9c-2.5,0-4.8-1.1-6.4-3.1l-47.4-58.8H36.1c-17.1,0-31.1-13.9-31.1-31.1V36.1c0-17.1,13.9-31.1,31.1-31.1h173.9c17.1,0,31.1,13.9,31.1,31.1v111.9c0,16.1-12.3,29.4-28,30.9l.2,53.7c0,2.2-.8,4.3-2.4,5.9-1.6,1.6-3.7,2.5-5.9,2.5Z" }), _jsx("path", { className: "VRC-c", d: "M209.9,10c14.4,0,26.1,11.7,26.1,26.1v111.9c0,14.4-11.7,26.1-26.1,26.1h-1.9l.2,58.6c0,2-1.6,3.3-3.3,3.3s-1.8-.4-2.5-1.2l-48.9-60.7H36.1c-14.4,0-26.1-11.7-26.1-26.1V36.1c0-14.4,11.7-26.1,26.1-26.1h173.9M209.9,0H36.1C16.2,0,0,16.2,0,36.1v111.9c0,19.9,16.2,36.1,36.1,36.1h112.6l45.9,57c2.5,3.2,6.3,5,10.3,5s7-1.4,9.5-3.9c2.5-2.5,3.9-5.8,3.9-9.4v-49.5c15.9-3.7,27.8-18,27.8-35.2V36.1c0-19.9-16.2-36.1-36.1-36.1h0Z" })] }), _jsxs("g", { children: [_jsx("path", { className: "VRC-c", d: "M84.9,144c-2.1,0-4.1-.4-6-1.3-1.9-.9-3.1-2.2-3.7-3.9l-28.7-93.3c-.2-.6-.3-1-.3-1.3,0-1.2.5-2.3,1.5-3.2,1-.9,2.3-1.7,3.7-2.2,1.5-.6,2.9-.9,4.2-.9s2.5.2,3.5.7c1,.5,1.6,1.3,1.9,2.4l23.8,82.1,23.6-82.1c.4-1.2,1.1-2,2-2.4,1-.5,2.1-.7,3.3-.7s2.9.3,4.3.9c1.4.6,2.7,1.3,3.7,2.2,1,.9,1.5,2,1.5,3.2s0,.4,0,.6c0,.2,0,.4,0,.7l-28.5,93.3c-.6,1.7-1.8,3-3.7,3.9-1.9.9-3.9,1.3-6.1,1.3Z" }), _jsx("path", { className: "VRC-c", d: "M190.1,143.6c-1.2,0-2.4-.4-3.4-1.3-1-.9-1.8-1.9-2.5-3.2l-21.2-41.2h-14.4v40.2c0,1.6-.8,2.9-2.4,3.7-1.6.9-3.3,1.3-5.3,1.3s-3.7-.4-5.3-1.3c-1.6-.9-2.4-2.1-2.4-3.7V42.8c0-1.3.5-2.5,1.4-3.5.9-1,2.2-1.4,3.8-1.4h27.4c6,0,11.6.9,16.6,2.7,5,1.8,9,4.8,12,9.1,3,4.3,4.5,10.2,4.5,17.6s-.9,10.6-2.7,14.4c-1.8,3.8-4.2,6.9-7.2,9.1-3,2.3-6.5,3.9-10.3,5l20.2,37.9c.2.3.3.6.4,1.1,0,.4.1.8.1,1.1,0,1.2-.5,2.5-1.4,3.7-1,1.2-2.1,2.2-3.5,3-1.4.8-2.9,1.2-4.4,1.2ZM148.6,85.7h17.3c5.4,0,9.7-1.3,12.9-3.9,3.2-2.6,4.8-7,4.8-13.2s-1.6-10.7-4.8-13.2c-3.2-2.6-7.5-3.9-12.9-3.9h-17.3v34.3Z" })] })] }));
export default VRC;
//# sourceMappingURL=VRC.js.map