/// <reference types="react" />
import { IconProps } from './interfaces';
declare const SVG: ({ fill, width, height, viewBox }: IconProps) => JSX.Element;
export default SVG;
