eight
2024-09-14 85adf58c4a495102a6d6e56499d462ac19511615
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}