UNPKG

@astraicons/react

Version:

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

30 lines 1.68 kB
import * as React from "react"; function NotificationMutedIcon({ 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: "M14 21s-.333 1-2 1-2-1-2-1M20.378 4.582s1.183.252 1.382 2.094c.2 1.842-.903 2.326-.903 2.326M3.35 4.493s-1.164.322-1.248 2.172 1.046 2.269 1.046 2.269M18.429 8.649q0-.233-.016-.464m.016.464-.016-.464m.016.464v3.33c0 .43.235.823.607 1.017l.646.334A2.48 2.48 0 0 1 21 15.535C21 16.896 19.933 18 18.616 18H6.624m11.79-9.815a7 7 0 0 0-.052-.494m0 0q-.03-.21-.071-.417m.071.417-.071-.417m0 0a7 7 0 0 0-.093-.396l-.064-.213m-1.507-2.632C15.457 2.78 13.817 2 12 2 8.45 2 5.572 4.977 5.572 8.649v3.33c0 .43-.236.823-.607 1.016l-.647.334A2.48 2.48 0 0 0 3 15.535a2.5 2.5 0 0 0 .712 1.757M19 2l-17 17", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M18.429 8.649q0-.233-.016-.464m.016.464-.016-.464m.016.464v3.33c0 .43.235.823.607 1.017l.646.334A2.48 2.48 0 0 1 21 15.535C21 16.896 19.933 18 18.616 18H6.625m11.788-9.815a7 7 0 0 0-.05-.494m0 0q-.03-.21-.072-.417m.072.417-.072-.417m0 0a7 7 0 0 0-.093-.396l-.064-.213" })); } const ForwardRef = React.forwardRef(NotificationMutedIcon); export default ForwardRef;