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