UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 1.16 kB
const React = require("react"); function MicrophoneSlashIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M12 .75A3.75 3.75 0 0 0 8.25 4.5v.57l7.5 7.5V4.5A3.75 3.75 0 0 0 12 .75zM6 10.5a.75.75 0 0 0-.75.75v1.5a6.751 6.751 0 0 0 6 6.709v2.291h-3a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-3v-2.291a6.751 6.751 0 0 0 2.635-.895l-1.108-1.107A5.25 5.25 0 0 1 6.75 12.75v-1.5A.75.75 0 0 0 6 10.5zm12 0a.75.75 0 0 0-.75.75v1.5a5.25 5.25 0 0 1-.146 1.174l1.199 1.199a6.751 6.751 0 0 0 .447-2.373v-1.5a.75.75 0 0 0-.75-.75zm-9.75.93v1.32a3.75 3.75 0 0 0 4.875 3.555L8.25 11.43zM3.511 2.451a.75.75 0 0 0-1.06 1.06l18 18a.75.75 0 1 0 1.06-1.06z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneSlashIcon); module.exports = ForwardRef;