@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.04 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Group = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 186 186", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Group-b{fill:white;}` }) }), _jsx("path", { className: "Group-b", d: "M149.5,113c-2.79,0-5.51.32-8.13.92l-19.59-41c-4.34,3.05-9.24,5.36-14.53,6.71l19.69,41.2c-8.48,6.68-13.94,17.04-13.94,28.68,0,20.16,16.34,36.5,36.5,36.5s36.5-16.34,36.5-36.5-16.34-36.5-36.5-36.5Z" }), _jsx("path", { className: "Group-b", d: "M64.1,114.83l22.5-43.2c3.15.89,6.47,1.37,9.9,1.37,20.16,0,36.5-16.34,36.5-36.5S116.66,0,96.5,0s-36.5,16.34-36.5,36.5c0,10.98,4.85,20.82,12.53,27.51l-22.5,43.18c5.17,1.69,9.92,4.29,14.07,7.63Z" }), _jsx("path", { className: "Group-b", d: "M105.5,149c0-2.38.19-4.72.56-7h-33.83c-3.46-16.56-18.14-29-35.73-29-20.16,0-36.5,16.34-36.5,36.5s16.34,36.5,36.5,36.5c17.23,0,31.66-11.94,35.49-28h34.42c-.6-2.91-.92-5.92-.92-9Z" })] }));
export default Group;
//# sourceMappingURL=Group.js.map