import type { IconDefinition } from '../../types';
export const thumbsDown: IconDefinition = {
name: 'thumbs-down',
category: 'social',
description: 'Disapprove or dislike gesture',
tags: ['dislike', 'disapprove', 'negative', 'disagree', 'downvote'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};