Used to represent an action to customize an item or resource. tools options settings customize configure
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
TransactionIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={TransactionIcon}
tone="base"
/>