UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 454 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArchiveFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 10h18v10.004c0 .55-.445.996-.993.996H3.993A.994.994 0 0 1 3 20.004zm6 2v2h6v-2zM2 4c0-.552.455-1 .992-1h18.016c.548 0 .992.444.992 1v4H2z" }) })); const Memo = memo(SvgArchiveFill); export default Memo;