UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 421 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArchiveStackLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M4 5h16V3H4zm16 4H4V7h16zM3 11h7v2h4v-2h7v9a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm13 2v2H8v-2H5v6h14v-6z" }) })); const Memo = memo(SvgArchiveStackLine); export default Memo;