@icongo/li
Version:
LibreICONS Icons
42 lines (41 loc) • 1.74 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIDeviceHdtv = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIDeviceHdtv = function LIDeviceHdtv(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.jsxs)("g", {
fill: "#455a64",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6 9.333h2V11H6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.667 11.333H3.333s0-.666.667-.666h6c.667 0 .667.666.667.666z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546e7a",
d: "M1 2.667h12v7H1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#bbdefb",
d: "M1.667 3.333h10.666V9H1.667z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1e88e5",
fillRule: "evenodd",
d: "M5.702 7.667h.875l.513-3h-.884l-.168 1H4.886l.177-1H4.18l-.513 3h.883l.196-1.242 1.152.001z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1e88e5",
d: "M9.347 4.667h-1.59l-.484 3h1.521c.95 0 1.705-.601 1.761-1.79.056-1.187-1.208-1.21-1.208-1.21zM8.707 7h-.453l.299-1.667h.407c.395.021.81.06.78.709C9.7 6.857 9.064 7 8.706 7z"
})]
}));
};
exports.LIDeviceHdtv = LIDeviceHdtv;