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