import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import Pin from './';
import { lightTheme } from '../../../../theme/';
import { GlobalStyles } from '../../../../theme/GlobalStyles';
import * as PinStories from './Pin.stories.tsx';
# Pin Icon
The Pin component creates a pin icon using inline SVG. Typically, you can use it to dock and undock a Roster or Chat display.
## Importing
```javascript
import { Pin } from 'amazon-chime-sdk-component-library-react';
```
## Example
With custom width and height
```jsx
```
Unpin icon
```jsx
```
## Props