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