@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 673 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Compass = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 231.8 231.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Compass-b{fill:white;}` }) }), _jsx("circle", { className: "Compass-b", cx: "115.9", cy: "115.9", r: "25.2" }), _jsx("path", { className: "Compass-b", d: "M115.9,0C51.9,0,0,51.9,0,115.9s51.9,115.9,115.9,115.9,115.9-51.9,115.9-115.9S179.9,0,115.9,0ZM147.3,151c-18.4,18.4-90,23.5-90,23.5,0,0,5.1-71.6,23.5-90s93.7-27.2,93.7-27.2c0,0-8.8,75.3-27.2,93.7Z" })] }));
export default Compass;
//# sourceMappingURL=Compass.js.map