Used to alert merchants of a warning message. attention alert warning exclamation bang circle round
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
AlertCircleIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={AlertCircleIcon}
tone="base"
/>