@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlLedLight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlLedLight = function MCMdlLedLight(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1024 256H896V0h128v256zM417 507 236 326l90-90 181 181zM0 896h256v128H0V896zm1920 0v128h-256V896h256zm-417-389-90-90 181-181 90 90zm-543 5q93 0 174.5 35.5t142 96 96 142T1408 960v704h128v128h-256v256h-128v-256H768v256H640v-256H384v-128h128V960q0-93 35.5-174.5t96-142 142-96T960 512zm320 1152V960q0-66-25.5-124t-69-101.5-101.5-69T960 640t-124 25.5-101.5 69-69 101.5T640 960v704h640z"
})
}));
};
exports.MCMdlLedLight = MCMdlLedLight;