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