Used to represent a resource that is in an Active state. active tick good positive checkmark circle round approve
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
StatusActiveIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={StatusActiveIcon}
tone="base"
/>