UNPKG

@nomercyicons/react

Version:
30 lines 1.03 kB
const React = require("react"); function ConnectedTvSharpIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M8.57 16H10c0-2.76-2.24-5-5-5v1.43c1.97 0 3.57 1.6 3.57 3.57z" }), /*#__PURE__*/React.createElement("path", { d: "M11.55 16H13c0-4.42-3.59-8-8-8v1.45c3.61 0 6.55 2.93 6.55 6.55zM5 14v2h2c0-1.11-.89-2-2-2z" }), /*#__PURE__*/React.createElement("path", { d: "M22 3H2v16h6v2h8v-2h6V3zm-2 14H4V5h16v12z" })); } const ForwardRef = React.forwardRef(ConnectedTvSharpIcon); module.exports = ForwardRef;