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