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