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