@icongo/mc
Version:
Micon Icons
13 lines • 506 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDialShape3 = 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: "M1792 569v1038l-832 417-832-417V569l832-417zM960 296 335 608l625 312 625-312zM256 1528l640 321v-817L256 711v817zm1408 0V711l-640 321v817z"
})
}));
export { MCMdlDialShape3 };