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