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