@icongo/mc
Version:
Micon Icons
13 lines • 596 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMapLayers = 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 832 384 192-384 192 384 192-1024 512L0 1408l384-192L0 1024l384-192L0 640l1024-512 1024 512zM286 640l738 369 738-369-738-369zm1476 768-241-120-497 248-497-248-241 120 738 369zm-738-15 738-369-241-120-497 248-497-248-241 120z"
})
}));
export { MCMdlMapLayers };