import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import UpAndDownCaret from './'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as UpAndDownCaretStories from './UpAndDownCaret.stories.tsx'; # Up and Down Caret Icon The UpAndDownCaret component creates a up and down facing carets icon using inline SVG. Typically, you can use it to represent an more options action. ## Importing ```javascript import { UpAndDownCaret } from 'amazon-chime-sdk-component-library-react'; ``` ## Example With custom width and height ```jsx ``` With title on hover ```jsx ``` ## Props