Used to denote the action of previewing an online store. view preview eye eyeball look see show reveal
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
ViewIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={ViewIcon}
tone="base"
/>