Flex
2025-04-21 243d1333860313d9dedbdba0a0e6765c81edfaad
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}