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