import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import Add from './'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as AddStories from './Add.stories.tsx'; # Add Icon The Add component creates a plus icon using inline SVG. Typically, you can use it to represent an add action. ## Importing ```javascript import { Add } from 'amazon-chime-sdk-component-library-react'; ``` ## Example With custom width and height ```jsx ``` With title on hover ```jsx ``` ## Props