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