FolderIcon
FolderAddIcon
FolderDownIcon
FolderRemoveIcon
FolderUpIcon
ImageIcon
Used to represent an image or placeholder. image placeholder
Use the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import { ImageIcon } from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon source={ImageIcon} tone="base" />