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