import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import Sound from './'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as SoundStories from './Sound.stories.tsx'; # Sound Icon The Sound component creates a speaker icon using inline SVG. Typically, you can use it to indicate volume or status of attendee's audio output. ## Importing ```javascript import { Sound } from 'amazon-chime-sdk-component-library-react'; ``` ## Example With custom width and height ```jsx ``` Disabled sound icon ```jsx ``` ## Props