dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 431 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgCompassDiscoverFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M13 22C7.477 22 3 17.523 3 12S7.477 2 13 2s10 4.477 10 10-4.477 10-10 10M8 11.5l4 1.5 1.5 4.002L17 8z" }) }));
const Memo = memo(SvgCompassDiscoverFill);
export default Memo;