@icongo/mc
Version:
Micon Icons
13 lines • 794 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlNetworkPrinter = 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 1920h-384v128H512v-128H128v-128h384v-128h256v-128h128v-128H512v-128H256V640q0-27 10-50t27.5-40.5T334 522t50-10h128V0h896v512h128q27 0 50 10t40.5 27.5T1654 590t10 50v640h-256v128h-384v128h128v128h256v128h384v128zM640 512h640V128H640v384zm-128 640v-128h896v128h128V640H384v512h128zm768 128v-128H640v128h640zm0 512h-256v-128H896v128H640v128h640v-128zM576 896q-26 0-45-19t-19-45 19-45 45-19 45 19 19 45-19 45-45 19z"
})
}));
export { MCMdlNetworkPrinter };