UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 570 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFileSearchFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m16 2 5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2zm-2.471 12.446 2.21 2.21 1.415-1.413-2.21-2.21a4.001 4.001 0 0 0-6.276-4.861 4 4 0 0 0 4.861 6.274m-.618-2.032a2 2 0 1 1-2.828-2.828 2 2 0 0 1 2.828 2.828" }) })); const Memo = memo(SvgFileSearchFill); export default Memo;