@icongo/mc
Version:
Micon Icons
13 lines • 523 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlPencil = 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: "M1664 0h128v512l-768 1536L256 512V0h128v441l320-161 320 161 320-161 320 161V0zm-640 583L704 424 425 563l294 589h610l294-589-279-139zm-241 697 241 482 241-482H783z"
})
}));
export { MCMdlPencil };