export interface SVGComponentProps {
    className?: string;
    height?: number | string;
    width?: number | string;
}
