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