UndoIcon
RedoIcon
XIcon
XSmallIcon
BlankFilledIcon
BlankIcon
KeyIcon
MergeIcon
Used to indicate undoing an action in an editor context. redo undo return cancel
Use the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import { UndoIcon } from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon source={UndoIcon} tone="base" />