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