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