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