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