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