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

function MarsStroke(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.179L21.34 10l2.5 2.5a.584.584 0 010 .804l-.821.821a.584.584 0 01-.804 0l-2.5-2.518-1.393 1.411a10.176 10.176 0 012.25 6.411c0 5.679-4.607 10.286-10.286 10.286S0 25.108 0 19.429 4.607 9.143 10.286 9.143c2.429 0 4.661.839 6.411 2.25L18.09 10l-3.071-3.071a.584.584 0 010-.804l.821-.821a.584.584 0 01.804 0l3.071 3.071 3.804-3.804h-4.661A.564.564 0 0118.287 4V2.857c0-.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(MarsStroke);
export default ForwardRef;
