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