@icongo/mc
Version:
Micon Icons
13 lines • 574 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDeviceMonitorLeftPic = 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 0v1280H0V0h1920zM896 1152q0-106-27.5-204T791 764.5 671 609 515.5 489 332 411.5 128 384v768h768zm896-1024H128v128q124 0 238.5 32t214 90.5 181 140 140 181 90.5 214 32 238.5h768V128z"
})
}));
export { MCMdlDeviceMonitorLeftPic };