du
2025-03-28 04507be7e77642598f7fe9c8e85970df13d9a23c
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}