ThemeIcon
Used to indicate free themes in the Shopify theme store. theme free customize
Use the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import { ThemeIcon } from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon source={ThemeIcon} tone="base" />