@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 680 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CircleCircle = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 91 91", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CircleCircle-b{fill:white;}` }) }), _jsx("circle", { className: "CircleCircle-b", cx: "45.5", cy: "45.5", r: "24" }), _jsx("path", { className: "CircleCircle-b", d: "M45.5,91C20.4,91,0,70.6,0,45.5S20.4,0,45.5,0s45.5,20.4,45.5,45.5-20.4,45.5-45.5,45.5ZM45.5,14c-17.4,0-31.5,14.1-31.5,31.5s14.1,31.5,31.5,31.5,31.5-14.1,31.5-31.5-14.1-31.5-31.5-31.5Z" })] }));
export default CircleCircle;
//# sourceMappingURL=CircleCircle.js.map