Flex
2025-06-13 6d26133407533a651409ee3829612c1935be978d
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}