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