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