Flex
2025-05-28 0bf5897786ede4066059e451fe5c651f9c338393
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}