@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 905 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Reload = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 179.77 182.05", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Reload-b{fill:white;}` }) }), _jsx("path", { className: "Reload-b", d: "M168.75,80.36c-5.12.51-8.96,5-8.98,10.15-.11,38.51-31.47,69.8-70,69.8-16.44,0-32.06-5.67-44.59-16.06l22.52-23.12-60.11.79.77,60.12,22.84-23.44c16.31,14.02,36.89,21.7,58.58,21.7,49.63,0,90-40.37,90-90,0-5.86-5.04-10.54-11.02-9.95Z" }), _jsx("path", { className: "Reload-b", d: "M11.02,100.62c5.12-.51,8.97-5,8.98-10.15.11-38.51,31.47-69.8,70-69.8,16.78,0,32.65,5.88,45.29,16.65l-22.82,22.82h60.12s.01-60.13.01-60.13l-23.14,23.14C133.03,8.62,112.13.67,90,.67,40.37.67,0,41.04,0,90.67c0,5.86,5.04,10.54,11.02,9.95Z" })] }));
export default Reload;
//# sourceMappingURL=Reload.js.map