UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 425 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArchive2Line = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M22 20V7l-2-4H4L2 7.004V20a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1M4 9h16v10H4zm1.236-4h13.528l1 2H4.237zM15 11H9v2h6z" }) })); const Memo = memo(SvgArchive2Line); export default Memo;