UNPKG

@astraicons/react

Version:

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

45 lines 1.4 kB
const React = require("react"); const { forwardRef } = require("react"); const SmartTv1Icon = ({ 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: "M21 10v3a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h7.5" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M18.168 3.993a2 2 0 0 1 1.827 2.159M18.332 2a4 4 0 0 1 3.655 4.318", opacity: 0.4 }), /*#__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.906 7 2.334 7 2.333-7", opacity: 0.4 })); const ForwardRef = forwardRef(SmartTv1Icon); module.exports = ForwardRef;