@icongo/mc
Version:
Micon Icons
13 lines • 587 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlScan = 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: "M1408 1152H259v-128h1149v128zm640 768H0v-512q0-27 10-50t27.5-40.5T78 1290t50-10h1792v-152L355 345l58-114 1564 782q32 17 51.5 48t19.5 67v792zM128 1792h1792v-384H128v384zm192-256q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19z"
})
}));
export { MCMdlScan };