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