UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 760 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Venn = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 168 121", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Venn-b{fill:white;}` }) }), _jsx("path", { className: "Venn-b", d: "M107.5,0c-8.33,0-16.27,1.69-23.5,4.75-7.23-3.06-15.17-4.75-23.5-4.75C27.14,0,0,27.14,0,60.5s27.14,60.5,60.5,60.5c8.33,0,16.27-1.69,23.5-4.75,7.23,3.06,15.17,4.75,23.5,4.75,33.36,0,60.5-27.14,60.5-60.5S140.86,0,107.5,0ZM60.5,106c-25.09,0-45.5-20.41-45.5-45.5S35.41,15,60.5,15c2.25,0,4.46.17,6.63.49-12.35,11.08-20.13,27.15-20.13,45.01s7.78,33.93,20.13,45.01c-2.16.32-4.38.49-6.63.49Z" })] })); export default Venn; //# sourceMappingURL=Venn.js.map