UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 469 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFolderZipLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m10.414 3 2 2H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM18 18h-4v-3h2v-2h-2v-2h2V9h-2V7h-2.414l-2-2H4v14h16V7h-4v2h2v2h-2v2h2z" }) })); const Memo = memo(SvgFolderZipLine); export default Memo;