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