UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

13 lines (12 loc) 1.73 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const VennColorOnlyPc = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 145 145", ...props, children: [_jsx("defs", { children: _jsx("style", { children: ` .VennColorOnlyPc-b { fill: white; } .VennColorOnlyPc-c { fill: #55a3f6; opacity: .9; } ` }) }), _jsx("circle", { className: "VennColorOnlyPc-c", cx: "73", cy: "73", r: "67.5" }), _jsx("path", { d: "M61.5,79.8c-.5,0-1-.1-1.4-.3-.4-.2-.6-.5-.6-1v-17.6c0-.4.1-.7.4-.9s.6-.4,1.1-.4h5.4c1.1,0,2.2.2,3.1.6s1.7,1.1,2.2,2c.5.9.8,2.2.8,3.7h0c0,1.7-.3,3-.8,3.9-.6.9-1.3,1.6-2.3,2.1-1,.4-2,.6-3.2.6h-2.6v5.9c0,.4-.2.8-.6,1-.4.2-.9.3-1.4.3ZM63.5,69.5h2.6c.7,0,1.3-.2,1.7-.7.4-.5.6-1.2.6-2.1v-.3c0-1-.2-1.7-.6-2.1-.4-.5-1-.7-1.7-.7h-2.6v6Z" }), _jsx("path", { d: "M80.7,78.6c-1.1,0-2.1-.2-3.1-.6-.9-.4-1.7-1-2.2-1.9-.6-.9-.8-2.1-.8-3.5v-6.8c0-1.5.3-2.6.8-3.5.6-.9,1.3-1.5,2.2-1.9.9-.4,2-.6,3.1-.6s2.3.2,3.3.6,1.7,1,2.3,1.7c.6.8.8,1.7.8,2.8s-.2,1.3-.5,1.5c-.3.2-.8.4-1.5.4s-1,0-1.4-.3c-.4-.2-.6-.5-.6-.9,0-.2,0-.4,0-.6,0-.3-.1-.5-.3-.8-.1-.3-.4-.5-.7-.6-.3-.2-.7-.3-1.3-.3s-1.3.2-1.7.6c-.4.4-.6,1.1-.6,1.9v6.8c0,.9.2,1.5.6,1.9.4.4,1,.6,1.7.6s.9,0,1.2-.3c.3-.2.5-.4.7-.7.1-.3.2-.5.3-.8,0-.3,0-.6.1-.8,0-.5.2-.8.6-1,.4-.2.8-.2,1.3-.2s1.2.1,1.5.4c.3.2.5.8.5,1.5,0,1.1-.3,2.1-.8,2.9-.6.8-1.3,1.4-2.3,1.8-1,.4-2.1.6-3.3.6Z" }), _jsx("path", { className: "VennColorOnlyPc-b", d: "M72.5,145C32.5,145,0,112.5,0,72.5S32.5,0,72.5,0s72.5,32.5,72.5,72.5-32.5,72.5-72.5,72.5ZM72.5,8C36.9,8,8,36.9,8,72.5s28.9,64.5,64.5,64.5,64.5-28.9,64.5-64.5S108.1,8,72.5,8Z" })] })); export default VennColorOnlyPc; //# sourceMappingURL=VennColorOnlyPc.js.map