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