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