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