UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 433 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgNavigationFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m2.9 2.3 18.805 6.268a.5.5 0 0 1 .028.939L13 13l-4.425 8.85a.5.5 0 0 1-.928-.086L2.261 2.912a.5.5 0 0 1 .638-.612" }) })); const Memo = memo(SvgNavigationFill); export default Memo;