@icongo/mc
Version:
Micon Icons
13 lines • 670 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlEthernetWarning = 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 1728v-320h128v320h-128zm0 192v-128h128v128h-128zm-512 128 576-1152 576 1152H896zm181-112h790l-395-790zM0 256h2048v1152h-141l-64-128h77V384H640v640H384v256h717l-64 128H384v384H256v-768H0V256zm512 640V640H384v128H256V640H128v256h384zm0-384V384H128v128h384zm128 1152h269l-64 128H640v-128z"
})
}));
export { MCMdlEthernetWarning };