UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const DeviceTvOld = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-device-tv-old", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M8.707 2.293L12 5.585l3.293-3.292a1 1 0 011.32-.083l.094.083a1 1 0 010 1.414L14.414 6H19a3 3 0 013 3v9a3 3 0 01-3 3H5a3 3 0 01-3-3V9a3 3 0 013-3h4.585L7.293 3.707a1 1 0 011.414-1.414M19 8h-2a1 1 0 00-1 1v9a1 1 0 001 1h2a1 1 0 001-1V9a1 1 0 00-1-1" }), React.createElement("path", { d: "M18 14a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117L17 15a1 1 0 011-1M18 11a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117L17 12a1 1 0 011-1" })); exports.default = DeviceTvOld;