UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.47 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Join = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 150 161", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Join-b{fill:white;}` }) }), _jsx("path", { className: "Join-b", d: "M54,25c6,0,11,7,11,11l-.2,14h-17.21c-4.24,0-6.36,5.14-3.34,8.13l29.8,29.54c1.85,1.84,4.84,1.84,6.69,0l29.81-29.54c3.01-2.99.9-8.13-3.34-8.13h-17.2v-14.55C91.22,12,79.12,0,54.24,0H4.75C2.13,0,0,2.13,0,4.75v15.5c0,2.62,2.13,4.75,4.75,4.75h49.25Z" }), _jsx("path", { className: "Join-b", d: "M101,88c0-2.02-.25-3.97-.72-5.84l-12.56,12.56c-2.87,2.87-6.65,4.31-10.43,4.31s-7.55-1.44-10.43-4.31l-13.02-13.01c-.55,2.01-.84,4.12-.84,6.3,0,13.25,10.75,24,24,24s24-10.75,24-24Z" }), _jsx("path", { className: "Join-b", d: "M37.33,65.2c-.31-.31-.59-.62-.86-.95-4.1,6.98-6.47,15.09-6.47,23.75,0,25.92,21.08,47,47,47s47-21.08,47-47c0-8.5-2.28-16.47-6.24-23.35-.17.19-.33.37-.51.55l-9.13,9.13c1.85,4.19,2.88,8.81,2.88,13.68,0,18.75-15.25,34-34,34s-34-15.25-34-34c0-5.02,1.1-9.78,3.06-14.08l-8.73-8.73Z" }), _jsx("path", { className: "Join-b", d: "M98.08,18.12c1.2,4.36,1.8,9.17,1.79,14.42,21.77,9.01,37.13,30.47,37.13,55.46,0,33.08-26.92,60-60,60s-60-26.92-60-60c0-22.94,12.95-42.91,31.92-53h-22.04c-14.07,13.32-22.88,32.14-22.88,53,0,40.25,32.75,73,73,73s73-32.75,73-73c0-32.93-21.92-60.82-51.92-69.88Z" })] })); export default Join; //# sourceMappingURL=Join.js.map