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