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

function SunO(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="M26.286 16c0-5.679-4.607-10.286-10.286-10.286S5.714 10.321 5.714 16 10.321 26.286 16 26.286 26.286 21.679 26.286 16zm4.928 4.946a.546.546 0 01-.357.357l-5.214 1.714v5.464a.59.59 0 01-.232.464c-.161.107-.339.143-.518.071l-5.214-1.679-3.214 4.429c-.107.143-.286.232-.464.232s-.357-.089-.464-.232l-3.214-4.429-5.214 1.679a.543.543 0 01-.518-.071.592.592 0 01-.232-.464v-5.464l-5.214-1.714c-.161-.054-.304-.179-.357-.357s-.036-.375.071-.518l3.214-4.429L.859 11.57c-.107-.161-.125-.339-.071-.518s.196-.304.357-.357l5.214-1.714V3.517a.59.59 0 01.232-.464c.161-.107.339-.143.518-.071l5.214 1.679L15.537.232c.214-.286.714-.286.929 0l3.214 4.429 5.214-1.679a.543.543 0 01.518.071.592.592 0 01.232.464v5.464l5.214 1.714c.161.054.304.179.357.357s.036.357-.071.518l-3.214 4.429 3.214 4.429a.585.585 0 01.071.518z" />
    </svg>
  );
}

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