UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 414 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgDeleteBin6Line = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M7 4V2h10v2h5v2h-2v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6H2V4zM6 6v14h12V6zm3 3h2v8H9zm4 0h2v8h-2z" }) })); const Memo = memo(SvgDeleteBin6Line); export default Memo;