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