6 lines
103 B
TypeScript

export interface IconifyOptions {
componentName?: string
color?: string
size?: string | number
}