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

function TimeRound(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="M8 16A8 8 0 118 0a8 8 0 010 16zm1-7.521V4a1 1 0 00-2 0v5c0 .094.013.186.038.272a1 1 0 00.479.66l2.936 1.695a1 1 0 001-1.732L9.001 8.479z" />
    </svg>
  );
}

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