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

function Mars(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M26.286 2.286c.625 0 1.143.518 1.143 1.143v7.429c0 .321-.25.571-.571.571h-1.143a.564.564 0 01-.571-.571V6.179l-6.821 6.839a10.176 10.176 0 012.25 6.411c0 5.679-4.607 10.286-10.286 10.286S.001 25.108.001 19.429 4.608 9.143 10.287 9.143c2.429 0 4.661.839 6.411 2.25l6.821-6.821h-4.661a.564.564 0 01-.571-.571V2.858c0-.321.25-.571.571-.571h7.429zm-16 25.143c4.411 0 8-3.589 8-8s-3.589-8-8-8-8 3.589-8 8 3.589 8 8 8z" />
    </svg>
  );
}

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