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