houzhongjian
2025-05-29 3880399bef4144fa15264f470a0a51034c0253c9
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}