du
2025-04-02 ead3e72486e04b3ca5b58420d56e438487364b80
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}