Repository URL to install this package:
|
Version:
4.0.21 ▾
|
/**
* PROPS
*/
export interface DefaultProps {
type?: string
direction?: string
width?: string
height?: string
viewBox?: string
stroke?: string
fill?: string
circleFill?: string
color?: string
breed?: string
dataQa?: string
}
export interface IconProps {
identifier?: string
className?: string
vectorClassName?: string
wording?: string
}