import type { IconDefinition } from '../../types';
export const thumbsUp: IconDefinition = {
name: 'thumbs-up',
category: 'social',
description: 'Approve or like gesture',
tags: ['like', 'approve', 'positive', 'agree', 'upvote'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};