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