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