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