dengzedong
2025-06-04 b57246c31dda2e725b1483173337f1e8a31db01d
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}