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