Used to represent a button block appearing as a sub-element of a section, page or layout. button press click buy button block
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
ButtonIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={ButtonIcon}
tone="base"
/>