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

function Registered(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="M18.607 12.554c0-1.036-.357-1.768-1.071-2.161-.357-.196-.857-.321-2.089-.321h-2.196v5.018h2.893c1.571 0 2.464-.929 2.464-2.536zm.929 5.089l3.661 6.661a.558.558 0 01-.018.554.541.541 0 01-.482.286h-2.714a.533.533 0 01-.5-.304l-3.464-6.518h-2.768v6.25c0 .321-.25.571-.571.571h-2.393a.564.564 0 01-.571-.571V7.429c0-.321.25-.571.571-.571h5.25c1.875 0 2.696.161 3.393.429 2.018.75 3.268 2.732 3.268 5.161 0 2.196-1.089 4.054-2.821 4.911.054.089.107.179.161.286zM16 2.857C8.75 2.857 2.857 8.75 2.857 16S8.75 29.143 16 29.143 29.143 23.25 29.143 16 23.25 2.857 16 2.857zM32 16c0 8.839-7.161 16-16 16S0 24.839 0 16 7.161 0 16 0s16 7.161 16 16z" />
    </svg>
  );
}

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