UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 480 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgEraserFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14 18.997h7v2h-9l-3.998.002-6.487-6.488a1 1 0 0 1 0-1.414L12.12 2.491a1 1 0 0 1 1.414 0l7.779 7.778a1 1 0 0 1 0 1.414zm1.657-4.486 3.535-3.535-6.364-6.364-3.535 3.535z" }) })); const Memo = memo(SvgEraserFill); export default Memo;