/**
* Check Icon
* @category actions
*/
import type { IconDefinition } from '../../types';
export const check: IconDefinition = {
name: 'check',
category: 'actions',
description: 'Confirm or mark complete',
tags: ['check', 'checkmark', 'confirm', 'done', 'success'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default check;