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