Files
stream.graff.tech-new/client/src/components/icons/MicrophoneOffIcon.tsx
T

20 lines
1.1 KiB
TypeScript

function MicrophoneOffIcon() {
return (
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M15.566 14.86 4.707 4M10 15.143c1.326 0 2.598-.482 3.536-1.34.937-.856 1.464-2.02 1.464-3.232V9.43m-5 5.714c-1.326 0-2.598-.482-3.536-1.34C5.527 12.948 5 11.784 5 10.572V9.43m5 5.714V18m-3.125 0h6.25"
stroke="currentColor"
strokeWidth={1.2}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M7.924 9.479a.6.6 0 0 1 .176.424v.668c0 .43.186.853.537 1.174a2.03 2.03 0 0 0 1.586.5c.242-.027.495.028.667.2.316.315.23.847-.207.94a3.3 3.3 0 0 1-.683.072 3.22 3.22 0 0 1-2.173-.826 2.8 2.8 0 0 1-.927-2.06v-.668a.6.6 0 0 1 1.024-.424m2.377-8.065c.697.063 1.36.345 1.872.813.586.536.927 1.276.927 2.06v6.284c0 .412-.096.81-.271 1.174-.16.33-.593.35-.852.091-.213-.213-.227-.547-.14-.836q.063-.21.063-.429V4.286c0-.429-.186-.853-.537-1.174a2 2 0 0 0-1.17-.504L10 2.6c-.52 0-1.01.19-1.363.512A1.6 1.6 0 0 0 8.1 4.286v2.225a.6.6 0 0 1-1.2 0V4.286c0-.783.34-1.523.927-2.06A3.22 3.22 0 0 1 10 1.4z"
fill="currentColor"
/>
</svg>
);
}
export default MicrophoneOffIcon;