@icongo/mc
Version:
Micon Icons
13 lines • 605 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStrokeErase = 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: "m1946 960-959 960H453l-338-339q-25-25-37.5-57.5T65 1456t12.5-67.5T114 1332L1216 230zm-730-550-678 678 550 550 678-678zM998 1728l-550-550-243 243q-13 13-13 35t14 36l300 300h427zm1050 64v128h-880l128-128h752zm-1903 0 128 128H0v-128h145z"
})
}));
export { MCMdlStrokeErase };