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