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