import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import Clock from './';
import { lightTheme } from '../../../../theme/';
import { GlobalStyles } from '../../../../theme/GlobalStyles';
import * as ClockStories from './Clock.stories.tsx';
# Clock Icon
The Clock component creates a clock icon using inline SVG.
## Importing
```javascript
import { Clock } from 'amazon-chime-sdk-component-library-react';
```
## Example
```jsx
```
## Props