@icongo/mc
Version:
Micon Icons
13 lines • 551 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlEraseTool = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1115 1792h421v128H453L50 1516q-24-24-37-56.5T0 1392t13-67.5 38-57.5L1248 69l794 795zm133-1542L538 960l614 613 709-709zM933 1792l128-128-613-614-306 307q-14 14-14 35t14 35l364 365h427z"
})
}));
export { MCMdlEraseTool };