import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUserCheck = withIcon(function IconUserCheck(props) {
    return (<svg data-tag="IconUserCheck" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m22.774 8.067-2.646 2.646-2.645 2.645c-.317.317-.556.476-.796.476-.239 0-.478-.159-.795-.476l-1.333-1.333-1.333-1.333c-.318-.317-.476-.556-.476-.796 0-.239.158-.478.476-.795.317-.317.556-.476.795-.476.24 0 .478.159.796.476l.736.736.737.737c.143.143.27.215.398.215.127 0 .254-.072.397-.215l2.05-2.05 2.048-2.048C21.5 6.159 21.74 6 21.98 6s.478.159.795.476c.317.317.476.556.476.795 0 .24-.159.479-.476.796m-13.602 4.54c-.34-.054-.531-.243-.557-.451-.025-.209.115-.437.438-.57a2.648 2.648 0 0 0 1.358-1.222c.306-.569.464-1.297.464-2.182 0-1.214-.296-2.134-.865-2.751C9.44 4.814 8.596 4.5 7.5 4.5s-1.94.314-2.51.93c-.57.618-.865 1.538-.865 2.752 0 .885.158 1.613.464 2.182.307.568.762.977 1.358 1.222.323.133.463.361.438.57-.026.208-.217.397-.557.452-2.32.371-3.59 1.624-4.279 2.88C.86 16.745.75 18.005.75 18.391c0 .513.266.79 1.243.939.977.15 2.664.17 5.507.17 2.843 0 4.53-.02 5.507-.17.977-.15 1.243-.426 1.243-.94 0-.385-.11-1.645-.8-2.902-.689-1.256-1.958-2.509-4.278-2.88"/>
    </svg>);
});
//# sourceMappingURL=UserCheck.jsx.map