import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import Camera from './';
import { lightTheme } from '../../../../theme/';
import { GlobalStyles } from '../../../../theme/GlobalStyles';
import * as CameraStories from './Camera.stories.tsx';
# Camera Icon
The Camera component creates a camera icon using inline SVG. Typically, you can use it to indicate the status of attendee's video input.
## Importing
```javascript
import { Camera } from 'amazon-chime-sdk-component-library-react';
```
## Example
With custom width, height and title
```jsx
```
Disabled camera icon
```jsx
```
## Props