UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 435 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFile2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 9h6a1 1 0 0 0 1-1V2h10.002c.551 0 .998.455.998.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.992zm0-2 5-4.997V7z" }) })); const Memo = memo(SvgFile2Fill); export default Memo;