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