sinake
2026-06-22 b6d3aeac5729abd70e46cf5999163356f7f8add0
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}