import * as React from 'react'; export interface FileGpx64Props extends React.SVGProps { ariaLabel?: string } export default function FileGpx64({ ariaLabel, ...props }: FileGpx64Props) { return ( ); }