@icongo/mc
Version:
Micon Icons
13 lines • 660 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlPrinter3DLegacy = 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: "M320 384q-26 0-45-19t-19-45 19-45 45-19 45 19 19 45-19 45-45 19zm640 569 448 223v592l-448 223-448-223v-592zm0 142-241 121 241 121 241-121zm-320 593 256 128v-368l-256-128v368zm640 0v-368l-256 128v368zM1920 0v1024h-512V640H512v384H0V0h1920zm-128 128H128v768h256V512h1152v384h256V128z"
})
}));
export { MCMdlPrinter3DLegacy };