Used to represent an action to dislike or disapprove of something. down thumbs down no downvote dislike disapprove negative social
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
ThumbsDownIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={ThumbsDownIcon}
tone="base"
/>