@icongo/mc
Version:
Micon Icons
13 lines • 538 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlSurfaceHubSelected = 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 384v740l-87-92-41 41V512h-128v689l-128 128V512H384v1024h640v128H0V384h2048zM256 512H128v1024h128V512zm1683 771 90 91-557 557-269-269 90-91 179 179z"
})
}));
export { MCMdlSurfaceHubSelected };