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