eight
2024-10-24 90de3fa97572d645e9da576f751257c913736e82
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}