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

function Rocket(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.714 8a1.715 1.715 0 10-3.43.002A1.715 1.715 0 0025.714 8zm4-5.143c0 5.929-1.643 9.875-5.875 14.125a63.525 63.525 0 01-3.482 3.143L20 26.893a.65.65 0 01-.286.464l-6.857 4a.52.52 0 01-.286.071.63.63 0 01-.411-.161l-1.143-1.143c-.143-.161-.196-.375-.143-.571l1.518-4.929-5.018-5.018-4.929 1.518c-.054.018-.107.018-.161.018a.597.597 0 01-.411-.161L.73 19.838a.597.597 0 01-.089-.696l4-6.857a.652.652 0 01.464-.286l6.768-.357a63.12 63.12 0 013.143-3.482c4.464-4.446 7.875-5.875 14.089-5.875.321 0 .607.25.607.571z" />
    </svg>
  );
}

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