UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 443 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFilterOffFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M6.929.515 21.07 14.657l-1.414 1.414-3.823-3.822L14 14.999v7h-4v-7L4 6H3V4h4.585l-2.07-2.07zM21 4v2h-1l-1.915 2.872L13.213 4z" }) })); const Memo = memo(SvgFilterOffFill); export default Memo;