@icongo/mc
Version:
Micon Icons
13 lines • 672 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlPointErase = 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 300h427zM0 1792h128v128H0v-128zm1168 128 112-112v112h-112zm240-128h128v128h-128v-128zm256 0h128v128h-128v-128zm384 0v128h-128v-128h128z"
})
}));
export { MCMdlPointErase };