Used to denote the action of contracting a section to hide additional content, like an accordion. Also used to represent sorting order. caret up close
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
CaretUpIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={CaretUpIcon}
tone="base"
/>