Repository URL to install this package:
Version:
0.14.1 ▾
|
/**
* PROPS
*/
export interface DefaultProps {
type?: string
direction?: string
width?: string
height?: string
viewBox?: string
stroke?: string
fill?: string
color?: string
breed?: string
}