UNPKG

@astraicons/react

Version:

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

32 lines 1.91 kB
import * as React from "react"; function MuteIcon({ title, titleId, ...props }, svgRef) { return /*#__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: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M18.91 13.727c.564-.359.953-1.105.953-1.974 0-.87-.39-1.616-.954-1.98M20.545 15.26c.878-.772 1.455-2.054 1.455-3.508 0-1.457-.578-2.74-1.457-3.512" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M18.615 2 2 19m.977-6.754v-.65c0-3.13 2.32-5.67 5.182-5.67h1.1c.689 0 1.349-.303 1.831-.841l1.332-1.486c1.041-1.162 3.109-.524 3.399.976m-12.844 7.67q0 .313.03.616m-.03-.615.03.614m5.14 5.043h1.028c.742 0 1.453.328 1.97.911l1.357 1.533c1.07 1.206 2.838.63 3.26-.82.126-.43.136-.89.217-1.33.714-3.925.887-6.624.423-10.096m-8.254 9.801q-.255 0-.502-.026m.502.026-.502-.026M3.008 12.86q.024.255.07.503m0 0q.04.22.096.433m-.096-.433.096.433m0 0q.072.279.17.546m0 0q.125.341.287.658m-.287-.658L3.63 15m0 0q.147.29.324.556m0 0q.152.231.325.444m-.325-.444L4.28 16m0 0q.188.231.396.438zm3.366 1.876a5 5 0 0 1-.444-.068m.444.068-.444-.068m0 0a5 5 0 0 1-.556-.148", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M8.148 17.903h1.027c.742 0 1.453.328 1.97.911l1.357 1.533c1.07 1.206 2.838.63 3.26-.82.126-.43.136-.89.217-1.33.714-3.925.887-6.624.423-10.096m-8.254 9.801q-.255 0-.502-.026m.502.026-.502-.026m0 0a5 5 0 0 1-.444-.068m.444.068-.444-.068m0 0a5 5 0 0 1-.556-.148" })); } const ForwardRef = React.forwardRef(MuteIcon); export default ForwardRef;