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