@icongo/mc
Version:
Micon Icons
13 lines • 515 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDialShape4 = 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: "m1920 1088-832 960-832-960L1088 0zm-768 125 560-187-560-731v918zm-128-918-560 731 560 187V295zm-526 877 526 607v-432zm654 607 526-607-526 175v432z"
})
}));
export { MCMdlDialShape4 };