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