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