// Generated by script, don't edit it please.
import * as React from 'react';

function UserTimes(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 36 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.571 16c-3.786 0-6.857-3.071-6.857-6.857s3.071-6.857 6.857-6.857 6.857 3.071 6.857 6.857S16.357 16 12.571 16zm19.233 5.714l4.446 4.446c.107.107.161.25.161.411a.555.555 0 01-.161.393l-2.429 2.429a.555.555 0 01-.393.161.566.566 0 01-.411-.161l-4.446-4.446-4.446 4.446a.566.566 0 01-.411.161.555.555 0 01-.393-.161l-2.429-2.429a.555.555 0 01-.161-.393c0-.161.054-.304.161-.411l4.446-4.446-4.446-4.446a.566.566 0 01-.161-.411c0-.143.054-.286.161-.393l2.429-2.429a.555.555 0 01.393-.161c.161 0 .304.054.411.161l4.446 4.446 4.446-4.446a.566.566 0 01.411-.161c.143 0 .286.054.393.161l2.429 2.429c.107.107.161.25.161.393a.566.566 0 01-.161.411zm-8.893 0l-3.232 3.232a2.296 2.296 0 00-.661 1.625c0 .589.232 1.179.661 1.607l1.482 1.482c-.25.036-.518.054-.786.054H4.768C1.911 29.714 0 28 0 25.089c0-4.036.946-10.232 6.179-10.232.286 0 .482.125.696.304 1.714 1.357 3.464 2.179 5.696 2.179s3.982-.821 5.696-2.179c.214-.179.411-.304.696-.304.339 0 .679.036 1.018.107-.589.571-.964 1.036-.964 1.893 0 .607.232 1.196.661 1.625z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(UserTimes);
export default ForwardRef;
