eight
2024-10-31 f98ab75bf0f7fb54e7e3955a5f6e5a4935a86cbe
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}