eight
2024-08-08 78368f9e68249a2b95dcc81934287f39129138f3
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}