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