eight
2024-10-25 100191d75207356c0dac976617572c536334ad7d
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}