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