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