UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

12 lines (11 loc) 1.2 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const CircleHandle = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 235 235", ...props, children: [_jsx("defs", { children: _jsx("style", { children: ` .CircleHandle-b { fill: white; } .CircleHandle-c { opacity: .2; } ` }) }), _jsx("circle", { className: "CircleHandle-c", cx: "117.5", cy: "117.5", r: "113" }), _jsx("path", { className: "CircleHandle-b", d: "M117.5,235C52.7,235,0,182.3,0,117.5S52.7,0,117.5,0s117.5,52.7,117.5,117.5-52.7,117.5-117.5,117.5ZM117.5,9C57.7,9,9,57.7,9,117.5s48.7,108.5,108.5,108.5,108.5-48.7,108.5-108.5S177.3,9,117.5,9Z" }), _jsx("path", { className: "CircleHandle-b", d: "M117.5,200.5c-45.8,0-83-37.2-83-83S71.7,34.5,117.5,34.5s83,37.2,83,83-37.2,83-83,83ZM117.5,42.5c-41.4,0-75,33.6-75,75s33.6,75,75,75,75-33.6,75-75-33.6-75-75-75Z" }), _jsx("path", { className: "CircleHandle-b", d: "M117.5,158.5c-22.6,0-41-18.4-41-41s18.4-41,41-41,41,18.4,41,41-18.4,41-41,41ZM117.5,84.5c-18.2,0-33,14.8-33,33s14.8,33,33,33,33-14.8,33-33-14.8-33-33-33Z" })] })); export default CircleHandle; //# sourceMappingURL=CircleHandle.js.map