Repository URL to install this package:
Version:
0.9.5 ▾
|
export interface VectorProps extends React.SVGAttributes<any> {
title?: string
description?: string
namespace?: string
className?: string
vectorClassName?: string
width?: string | number
height?: string | number
viewBox?: string
isDynamicViewBox?: boolean
}