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