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

function ExpiredRound(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 16zm2-12v-.5a.5.5 0 00-1 0V4H7v-.5a.5.5 0 00-1 0V4H5a1 1 0 00-1 .999V11c0 .552.398 1 .889 1H6.5c.333 0 .5-.167.5-.5s-.167-.5-.5-.5H5V6h6v1h1V5a1 1 0 00-1-1h-1zm2.414 6l.793-.793a.999.999 0 10-1.414-1.414L11 8.586l-.793-.793a.999.999 0 10-1.414 1.414l.793.793-.793.793a.999.999 0 101.414 1.414l.793-.793.793.793a.999.999 0 101.414-1.414L12.414 10z" />
    </svg>
  );
}

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