eight
2024-09-05 45e97b23aa5b6a29ccb65c0935d87ca3eb920ad0
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}