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