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