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