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