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