import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import Cog from './';
import { lightTheme } from '../../../../theme/';
import { GlobalStyles } from '../../../../theme/GlobalStyles';
import * as CogStories from './Cog.stories.tsx';
# Cog Icon
The Cog component creates a gear icon using inline SVG. Typically, you can use it for settings.
## Importing
```javascript
import { Cog } from 'amazon-chime-sdk-component-library-react';
```
## Example
```jsx
```
## Props