import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import Microphone from './'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as MicrophoneStories from './Microphone.stories.tsx'; # Microphone Icon The Microphone component creates an microphone icon using inline SVG. Typically, you can use it to indicate status of attendee's audio input. You can define status of muted or poor connection. ## Importing ```javascript import { Microphone } from 'amazon-chime-sdk-component-library-react'; ``` ## Example With custom width ```jsx ``` With muted status ```jsx ``` With poor connection status ```jsx ``` ## Props