@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 903 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Share = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 233.24 237.6", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Share-b{fill:white;}` }) }), _jsx("path", { className: "Share-b", d: "M186.65,144.41c-11.51,0-22.04,4.18-30.17,11.1l-24.78-14.8c2.14-6.58,3.31-13.59,3.31-20.88,0-7.71-1.31-15.1-3.69-22l25.22-15.67c8.12,6.88,18.62,11.04,30.1,11.04,25.73,0,46.59-20.86,46.59-46.59S212.38,0,186.65,0s-46.59,20.86-46.59,46.59c0,3.37.37,6.66,1.05,9.83l-25.62,15.92c-12.24-12.36-29.21-20.03-47.98-20.03C30.22,52.32,0,82.54,0,119.82s30.22,67.51,67.51,67.51c19.19,0,36.5-8.02,48.79-20.88l24.79,14.81c-.67,3.15-1.03,6.41-1.03,9.75,0,25.73,20.86,46.59,46.59,46.59s46.59-20.86,46.59-46.59-20.86-46.59-46.59-46.59Z" })] }));
export default Share;
//# sourceMappingURL=Share.js.map