@icongo/mc
Version:
Micon Icons
13 lines • 908 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlESimNoProfile = 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: "M256 1920h1280v128H256q-26 0-49.5-10t-41-27.5-27.5-41-10-49.5V128q0-26 10-49.5t27.5-41 41-27.5T256 0h1115l421 421v577q-16-4-32-5t-32-1-32 1-32 5V475l-347-347H256v1792zM640 896V640H384V512h256V256h128v256h256v128H768v256H640zm1024 1024h128v128h-128v-128zm64-768q53 0 99.5 20t81.5 55 55 81.5 20 99.5q0 46-14 81t-35.5 63-46.5 50.5-46.5 44.5-35.5 45-14 52v48h-128v-48q0-47 14-81.5t35.5-62.5 46.5-50.5 46.5-44.5 35.5-45 14-52q0-27-10-50t-27.5-40.5-40.5-27.5-50-10-50 10-40.5 27.5-27.5 40.5-10 50h-128q0-53 20-99.5t55-81.5 81.5-55 99.5-20z"
})
}));
export { MCMdlESimNoProfile };