潘志宝
2024-12-10 ff3e1a52e511b9cef988a5373569266d052a062a
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}