@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 1.58 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LITechEthernet = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LITechEthernet = function LITechEthernet(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#cfd8dc",
d: "M13 11.667c0 .736-.597 1.333-1.333 1.333H2.333A1.333 1.333 0 0 1 1 11.667V2.333C1 1.597 1.597 1 2.333 1h9.334C12.403 1 13 1.597 13 2.333v9.334z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#455a64",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.667 3.333h8.666v5.334H2.667z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4 7.333h6v2.334H4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.333 8.667h3.334v2H5.333z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fdd835",
d: "M3.667 4h.666v2.333h-.666zm1 0h.666v2.333h-.666zm1 0h.666v2.333h-.666zm1 0h.666v2.333h-.666zm1 0h.666v2.333h-.666zm1 0h.666v2.333h-.666zm1 0h.666v2.333h-.666z"
})]
}));
};
exports.LITechEthernet = LITechEthernet;