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

function Skyatlas(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.536 10.411s-.018-.018 0 0zm4.643 3.643c3.464 0 6.393 2.589 6.393 6.125 0 3.768-3 6.536-6.714 6.536-9.482 0-11.232-14.268-20.554-14.268-3.607 0-6.232 2.304-6.232 6 0 3.821 2.857 6.125 6.554 6.125 2.429 0 5.196-1.018 7.161-2.429.321-.232.964-.929 1.304-.929s.625.286.625.625c0 .446-.75 1.089-1.071 1.375-2.339 2.036-5.732 3.5-8.839 3.5-4.768 0-8.804-3.375-8.804-8.286S3.859 9.91 8.734 9.91c10.589 0 12.714 14.054 20.679 14.054 2.393 0 4.196-1.554 4.196-4 0-2.268-1.75-3.982-4-3.982-1 0-2 .661-2.679.661-.482 0-.911-.411-.911-.893 0-.661.304-1.357.304-2.071 0-3.804-2.911-6.554-6.679-6.554-3.036 0-4.571 2.107-5.071 2.107a.64.64 0 01-.643-.643c0-.321.232-.589.446-.821 1.446-1.643 3.696-2.5 5.875-2.5 4.536 0 7.946 3.339 7.946 7.875a8.8 8.8 0 01-.071 1.179 8.09 8.09 0 012.054-.268z" />
    </svg>
  );
}

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