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

function MoonO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 26 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.536 23.268c-.643.107-1.304.161-1.964.161-6.625 0-12-5.375-12-12 0-2.268.661-4.482 1.857-6.375A11.374 11.374 0 002.286 16c0 6.304 5.125 11.429 11.429 11.429 3.446 0 6.679-1.571 8.821-4.161zm3.625-1.518a13.753 13.753 0 01-12.446 7.964C6.161 29.714.001 23.553.001 16A13.656 13.656 0 0113.197 2.304c.5-.018.911.268 1.089.696a1.15 1.15 0 01-.268 1.286c-2.036 1.857-3.161 4.393-3.161 7.143 0 5.357 4.357 9.714 9.714 9.714a9.533 9.533 0 004.071-.911 1.146 1.146 0 011.518 1.518z" />
    </svg>
  );
}

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