UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 631 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const CircleCross = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 167 167", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.CircleCross-b {fill:white;}` }) }), _jsx("path", { className: "CircleCross-b", d: "M167,83.5c0,46.1-37.4,83.5-83.5,83.5S0,129.6,0,83.5,37.4,0,83.5,0s83.5,37.4,83.5,83.5ZM117.9,62l-13.2-13.2-21.6,21.6-21.6-21.6-13.2,13.2,21.6,21.6-21.6,21.6,13.2,13.2,21.6-21.6,21.6,21.6,13.2-13.2-21.6-21.6,21.6-21.6Z" })] })); export default CircleCross; //# sourceMappingURL=CircleCross.js.map