UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

40 lines 1.22 kB
const React = require("react"); const { forwardRef } = require("react"); const SmartTv2Icon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M7 21c2.761-1.333 7.238-1.333 10 0", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M17 3H7a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4Z" }), /*#__PURE__*/React.createElement("g", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, opacity: 0.4 }, /*#__PURE__*/React.createElement("path", { d: "M8.531 7v7M6.2 7h4.666" })), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m12.865 7 2.334 7 2.333-7", opacity: 0.4 })); const ForwardRef = forwardRef(SmartTv2Icon); module.exports = ForwardRef;