@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 826 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CircleReset = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CircleReset-b{fill:white;}` }) }), _jsx("path", { className: "CircleReset-b", d: "M128,0C57.3,0,0,57.3,0,128s57.3,128,128,128,128-57.3,128-128S198.7,0,128,0ZM128.8,218.5c-6.4,0-11.5-5.1-11.5-11.5s5.1-11.5,11.5-11.5c36.6,0,66.4-29.8,66.4-66.4s-29.8-66.4-66.4-66.4-60.2,23.9-65.5,55.5l5.2.9c4.9.9,6.7,7,3,10.4l-18.3,16.5c-3.9,3.5-10.1,2.4-12.5-2.3l-11.1-21.6c-2.3-4.4,1.5-9.5,6.4-8.6l4.6.8c3.2-19.3,12.7-37.1,27.3-50.6,16.6-15.4,38.2-23.9,60.9-23.9,49.3,0,89.4,40.1,89.4,89.4s-40.1,89.4-89.4,89.4Z" })] }));
export default CircleReset;
//# sourceMappingURL=CircleReset.js.map