import type { IconDefinition } from '../../types';
export const success: IconDefinition = {
name: 'success',
category: 'status',
description: 'Success icon with checkmark in circle',
tags: ['check', 'complete', 'done', 'correct', 'verified'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};