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