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

function PeoplesTime(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="M12.5 8a2.5 2.5 0 011.625 4.4A3.5 3.5 0 0116 15.5v.5H9v-.5c0-1.347.76-2.516 1.875-3.101A2.5 2.5 0 0112.5 8zm0 5a2.502 2.502 0 00-2.45 2h4.9l-.038-.161A2.501 2.501 0 0012.5 13zm0-4a1.5 1.5 0 10.001 3.001A1.5 1.5 0 0012.5 9zM7 10a2 2 0 110 4c-1.052 0-2 1.084-2 2H4c0-.99.644-2.036 1.578-2.594A2 2 0 017 10zm0 1a1 1 0 100 2 1 1 0 000-2zM11.999 5.999a.5.5 0 01-1 0A5 5 0 103.287 10.2a.5.5 0 11-.543.839 6 6 0 119.255-5.041z" />
      <path d="M5.5 7a.5.5 0 01-.5-.5V3a.5.5 0 011 0v3h2a.5.5 0 010 1H5.5z" />
    </svg>
  );
}

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