@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 866 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CircleDouble = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 217.3 217.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CircleDouble-b{fill:white;}` }) }), _jsx("path", { className: "CircleDouble-b", d: "M108.7,217.3C48.7,217.3,0,168.6,0,108.7S48.7,0,108.7,0s108.7,48.7,108.7,108.7-48.7,108.7-108.7,108.7ZM108.7,8C53.2,8,8,53.2,8,108.7s45.2,100.7,100.7,100.7,100.7-45.2,100.7-100.7S164.2,8,108.7,8Z" }), _jsx("path", { className: "CircleDouble-b", d: "M108.7,203c-52,0-94.4-42.3-94.4-94.4S56.6,14.3,108.7,14.3s94.4,42.3,94.4,94.4-42.3,94.4-94.4,94.4ZM108.7,34.3c-41,0-74.4,33.4-74.4,74.4s33.4,74.4,74.4,74.4,74.4-33.4,74.4-74.4-33.4-74.4-74.4-74.4Z" })] }));
export default CircleDouble;
//# sourceMappingURL=CircleDouble.js.map