UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 588 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgDeleteBack2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M6.535 3h14.464a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6.535a1 1 0 0 1-.833-.445l-5.333-8a1 1 0 0 1 0-1.11l5.333-8A1 1 0 0 1 6.535 3m6.464 7.586-2.828-2.829-1.414 1.415L11.585 12l-2.828 2.828 1.414 1.415 2.828-2.829 2.829 2.829 1.414-1.415L14.414 12l2.828-2.828-1.414-1.415z" }) })); const Memo = memo(SvgDeleteBack2Fill); export default Memo;