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-

24 lines 1.21 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 20 20", 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: "M7.023 10.203a3 3 0 0 0 2.774 2.774ZM15.084 8.912a.75.75 0 0 0-.584.73V10a4.5 4.5 0 0 1-.17 1.15l1.193 1.194A6.001 6.001 0 0 0 16 10v-.357a.75.75 0 0 0-.916-.73Z" }), /*#__PURE__*/React.createElement("path", { d: "M4.584 8.912a.75.75 0 0 0-.584.73V10a6 6 0 0 0 5.25 5.953V17.5h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-1.547a6.001 6.001 0 0 0 1.592-.432l-1.18-1.18A4.5 4.5 0 0 1 5.5 10v-.357a.75.75 0 0 0-.916-.73ZM10 1a3 3 0 0 0-2.982 2.838L13 9.82V4a3 3 0 0 0-3-3ZM2.21 2.21a.75.75 0 0 1 1.06 0l14.5 14.5a.75.75 0 1 1-1.06 1.06L2.21 3.27a.75.75 0 0 1 0-1.06z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(MicrophoneSlashIcon); module.exports = ForwardRef;