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