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

function MarsStrokeH(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M33.946 16.339a1.132 1.132 0 010 1.607l-5.25 5.25a.551.551 0 01-.804 0l-.804-.804a.551.551 0 010-.804l3.304-3.304h-5.25v4c0 .321-.25.571-.571.571h-1.143a.564.564 0 01-.571-.571v-4H20.5c-.571 5.143-4.929 9.143-10.214 9.143A10.276 10.276 0 01.072 15.963c.536-4.821 4.518-8.679 9.375-9.071 5.661-.446 10.464 3.696 11.054 9.107h2.357v-4c0-.321.25-.571.571-.571h1.143c.321 0 .571.25.571.571v4h5.25l-3.304-3.304a.551.551 0 010-.804l.804-.804a.551.551 0 01.804 0zm-23.66 8.804c4.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(MarsStrokeH);
export default ForwardRef;
