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