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