eight
2024-12-03 a9a16f92a3175bef8a84b868ce747ad76832999e
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}