import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgBadge: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgBadge; //# sourceMappingURL=Badge.d.ts.map