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