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