eight
2024-09-14 deea4f96f68325f4c9a8ab743342980f076c758d
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}