import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import DropToAttach from './';
import { lightTheme } from '../../../../theme/';
import { GlobalStyles } from '../../../../theme/GlobalStyles';
import * as DropToAttachStories from './DropToAttach.stories.tsx';
# DropToAttach Icon
The DropToAttach component creates an icon to indicate that user could drag and drop to attach file.
## Importing
```javascript
import { DropToAttach } from 'amazon-chime-sdk-component-library-react';
```
## Example
```jsx
```
## Props