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