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