import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import HandRaise from './'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as HandRaiseStories from './HandRaise.stories.tsx'; # HandRaise Icon The HandRaise component creates a hand raise icon using inline SVG. Typically, you can use it to action hand raise in a meeting. ## Importing ```javascript import { HandRaise } from 'amazon-chime-sdk-component-library-react'; ``` ## Example With custom width and height ```jsx ``` HandRaised icon ```jsx ``` ## Props