@icongo/mc
Version:
Micon Icons
13 lines • 483 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlExpandTile = 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: "M2048 896v128h-821l298 299-74 74-438-437 438-437 74 74-298 299h821zM0 1408V512h896v896H0zm128-768v640h640V640H128z"
})
}));
export { MCMdlExpandTile };