eight
2024-11-18 a4ab42cd00e588511d139344b65cdc6a669a312a
1
2
3
4
5
export interface IconTypes {
  size?: number
  color?: string
  icon: string
}