Jay
2025-02-19 123566d92fae8861adc39149c1f6a9679a0e259e
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}