@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.07 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Lens = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 207.89 207.89", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Lens-b{fill:white;}` }) }), _jsx("path", { className: "Lens-b", d: "M124.62,107.53c-13.64,0-24.73-11.09-24.73-24.73,0-5.96,2.12-11.43,5.64-15.71-.34,0-.67-.03-1.01-.03-20.07,0-36.35,16.27-36.35,36.35s16.27,36.35,36.35,36.35,36.35-16.27,36.35-36.35c0-.65-.02-1.3-.05-1.94-4.34,3.77-10,6.06-16.19,6.06ZM91.02,111.65c-1.95,0-3.52-1.58-3.52-3.52s1.58-3.52,3.52-3.52,3.52,1.58,3.52,3.52-1.58,3.52-3.52,3.52Z" }), _jsx("circle", { className: "Lens-b", cx: "124.62", cy: "82.8", r: "15.73" }), _jsx("path", { className: "Lens-b", d: "M103.94,0C46.63,0,0,46.63,0,103.94s46.63,103.94,103.94,103.94,103.94-46.63,103.94-103.94S161.26,0,103.94,0ZM103.94,166.89c-34.71,0-62.94-28.24-62.94-62.94s28.24-62.94,62.94-62.94,62.94,28.24,62.94,62.94-28.24,62.94-62.94,62.94Z" })] }));
export default Lens;
//# sourceMappingURL=Lens.js.map