export interface ISvgImageProps { inAssetsPath: string; className?: string; height?: string; width?: string; style?: object; }