import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import LeaveMeeting from './'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as LeaveMeetingStories from './LeaveMeeting.stories.tsx'; # LeaveMeeting Icon The LeaveMeeting component creates an exit icon using inline SVG. Typically, you can use it to represent a leave or end meeting action. ## Importing ```javascript import { LeaveMeeting } from 'amazon-chime-sdk-component-library-react'; ``` ## Example ```jsx ``` ## Props