Used to represent an action to like or approve of something. social thumbs up hand like approve positive yes upvote
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
ThumbsUpIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={ThumbsUpIcon}
tone="base"
/>