@icongo/mc
Version:
Micon Icons
13 lines • 801 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMobileLocked = 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: "M384 1920h640v128H384q-27 0-50-10t-40.5-27.5T266 1970t-10-50V128q0-27 10-50t27.5-40.5T334 10t50-10h1024q27 0 50 10t40.5 27.5T1526 78t10 50v736q-33 0-65 6t-63 16V128H384v1792zm384-256h256v128H768v-128zm1152-256v640h-768v-640h128v-128q0-53 20-99.5t55-81.5 81.5-55 99.5-20 99.5 20 81.5 55 55 81.5 20 99.5v128h128zm-512 0h256v-128q0-27-10-50t-27.5-40.5-40.5-27.5-50-10-50 10-40.5 27.5-27.5 40.5-10 50v128zm384 128h-512v384h512v-384z"
})
}));
export { MCMdlMobileLocked };