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