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