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