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