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