dengzedong
2025-03-19 aa0bc5d40026bd5e627191466a3e3064f1082c0e
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}