import type { IconDefinition } from '../../types';
export const warning: IconDefinition = {
name: 'warning',
category: 'status',
description: 'Warning icon with exclamation mark in triangle',
tags: ['alert', 'caution', 'attention', 'danger'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};