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

function Expeditedssl(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M16 1.143C7.804 1.143 1.143 7.804 1.143 16S7.804 30.857 16 30.857 30.857 24.196 30.857 16 24.196 1.143 16 1.143zM16 0c8.839 0 16 7.161 16 16s-7.161 16-16 16S0 24.839 0 16 7.161 0 16 0zM8.857 14.857c.161 0 .286.125.286.286v8.571a.282.282 0 01-.286.286h-.571A.282.282 0 018 23.714v-8.571c0-.161.125-.286.286-.286h.571zM16 16a2.279 2.279 0 012.286 2.286c0 .839-.464 1.571-1.143 1.964v2.036c0 .321-.25.571-.571.571h-1.143a.564.564 0 01-.571-.571V20.25a2.274 2.274 0 01-1.143-1.964A2.279 2.279 0 0116.001 16zm0-13.714c7.571 0 13.714 6.143 13.714 13.714S23.571 29.714 16 29.714 2.286 23.571 2.286 16 8.429 2.286 16 2.286zm-6.286 8.571v1.714c0 .321.25.571.571.571h1.143c.321 0 .571-.25.571-.571v-1.714c0-2.214 1.786-4 4-4s4 1.786 4 4v1.714c0 .321.25.571.571.571h1.143c.321 0 .571-.25.571-.571v-1.714c0-3.464-2.821-6.286-6.286-6.286s-6.286 2.821-6.286 6.286zM25.143 24v-9.143c0-.625-.518-1.143-1.143-1.143H8c-.625 0-1.143.518-1.143 1.143V24c0 .625.518 1.143 1.143 1.143h16c.625 0 1.143-.518 1.143-1.143z" />
    </svg>
  );
}

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