@icongo/mc
Version:
Micon Icons
13 lines • 542 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlEthernet = 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: "M2048 1408h-896v256h384v128H640v-128h384v-256H384v384H256v-768H0V256h2048v1152zM128 384v128h384V384H128zm0 512h384V640H384v128H256V640H128v256zm256 384h1536V384H640v640H384v256z"
})
}));
export { MCMdlEthernet };