UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 486 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFlagOffFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m16.586 18 4.607 4.607 1.414-1.415-19.8-19.799-1.413 1.415L3 4.414V22h2v-6h7l.724 1.447a1 1 0 0 0 .894.553zM21 6v10.758L7.242 3h5.14a1 1 0 0 1 .895.553L14 5h6a1 1 0 0 1 1 1" }) })); const Memo = memo(SvgFlagOffFill); export default Memo;