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

function Time(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="M10.575.423a.5.5 0 01-.321.947 7 7 0 103.988 3.457.5.5 0 01.891-.454 8 8 0 11-4.557-3.95z" />
      <path d="M7.5 9a.5.5 0 01-.5-.5v-5a.5.5 0 011 0V8h3.5a.5.5 0 010 1h-4z" />
    </svg>
  );
}

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