dengzedong
2025-01-21 feb41861db1eb815d6ea86fad4015ee03a7a452f
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}