eight
2024-11-08 4e974cee5a740fd537af164793e333b5ca76c717
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}