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