import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import Echo from './'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as EchoStories from './Echo.stories.tsx'; # Echo Icon The Echo component creates a echo icon using inline SVG. Typically, you can use it in a meeting roster to indicate status of attendees who join the meeting via echo. ## Importing ```javascript import { Echo } from 'amazon-chime-sdk-component-library-react'; ``` ## Example With custom width ```jsx ``` Muted Echo icon ```jsx ``` ## Props