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