@icongo/mc
Version:
Micon Icons
13 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlCloudPrinter = 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 1152q27 0 50 10t40.5 27.5 27.5 40.5 10 50v640h-256v128H896v-128H640v-512H512q-106 0-199-40.5t-162.5-110-110-162.5T0 896t40.5-199 110-162.5 162.5-110T512 384q46 0 93 9 40-61 93-110t115-83.5 132-53 143-18.5q110 0 208.5 39T1472 275t127 162.5 62 202.5h131v512h128zm-896-384v384h640V768h-640zm-384 512q0-27 10-50t27.5-40.5T718 1162t50-10h128V640h633q-12-82-51-152.5t-97.5-122T1247 285t-159-29q-70 0-135 21t-119.5 59-96.5 91.5T670 547q-75-35-158-35-80 0-149.5 30t-122 82.5T158 747t-30 149q0 80 30 149.5t82.5 122 122 82.5 149.5 30h128zm1024 512h-640v128h640v-128zm256-512H768v512h128v-128h896v128h128v-512zm-960 128q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19z"
})
}));
export { MCMdlCloudPrinter };