UNPKG

@astraicons/react

Version:

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

31 lines 1.16 kB
import * as React from "react"; function MicrophoneSlashIcon({ 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", d: "M12 21v-2.919M8.4 21h7.2M19 11.27v.08c0 3.717-3.098 6.731-6.919 6.731h-.212A6.96 6.96 0 0 1 7.5 16.555" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M16.5 7.865v3.405c0 2.418-2.015 4.379-4.5 4.379a4.56 4.56 0 0 1-2.77-.927" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M8 8.351h2M18.5 3 4 16.622m1-5.273v.049q.001.685.136 1.332m2.364.184v-5.05c0-2.417 2.015-4.378 4.5-4.378 1.333 0 2.53.564 3.354 1.46", opacity: 0.4 })); } const ForwardRef = React.forwardRef(MicrophoneSlashIcon); export default ForwardRef;