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