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