import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import Dots from './';
import { lightTheme } from '../../../../theme/';
import { GlobalStyles } from '../../../../theme/GlobalStyles';
import * as DotsStories from './Dots.stories.tsx';
# Dots Icon
The Dots component creates an icon with three dots using inline SVG. Typically, you can use it to indicate that there are more options.
## Importing
```javascript
import { Dots } from 'amazon-chime-sdk-component-library-react';
```
## Example
```jsx
```
## Props