@icongo/mc
Version:
Micon Icons
13 lines • 745 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlLedLight = 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: "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"
})
}));
export { MCMdlLedLight };