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

function UserChange(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M5.5 6a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm0 1a3.5 3.5 0 110-7 3.5 3.5 0 010 7z" />
      <path d="M0 16v-4.435C0 7.878 2.693 6 6 6c2.209 0 3.542.333 4 1l-.825.566C8.972 7.27 7.892 7 6 7c-3.036 0-5 1.682-5 4.565V15h5a.5.5 0 010 1H0z" />
      <path d="M15 9.353V8a.5.5 0 011 0v2.5a.5.5 0 01-.5.5H13a.5.5 0 010-1h1.237a3 3 0 10.495 3.243.5.5 0 11.91.416 4 4 0 11-.64-4.305z" />
    </svg>
  );
}

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