UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 814 B
"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 Tv = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.043 15.323h-6.661v2.22h1.665a.555.555 0 0 1 0 1.111h-4.44a.555.555 0 1 1 0-1.11h1.665v-2.22H2.61a1.11 1.11 0 0 1-1.11-1.111V3.11C1.5 2.497 1.997 2 2.61 2h14.433c.613 0 1.11.497 1.11 1.11v11.103a1.11 1.11 0 0 1-1.11 1.11zm0-11.657a.555.555 0 0 0-.555-.556H3.165a.555.555 0 0 0-.555.556v9.992c0 .307.249.555.555.555h13.323a.555.555 0 0 0 .555-.555V3.666z", fill: "#000", fillRule: "evenodd" })); exports.default = Tv;