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