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

function Vine(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.732 14.768v3.536c-1.25.286-2.5.411-3.536.411-2.5 5.25-6.982 9.75-8.482 10.589-.946.536-1.839.571-2.893-.054C9.982 28.143 3.017 22.429.696 4.464H5.75c1.268 10.786 4.375 16.321 7.786 20.464 1.893-1.893 3.714-4.411 5.125-7.25-3.375-1.714-5.429-5.482-5.429-9.875 0-4.446 2.554-7.804 6.929-7.804 4.25 0 6.571 2.643 6.571 7.196 0 1.696-.357 3.625-1.036 5.107 0 0-3.143.625-4.304-1.393.232-.768.554-2.089.554-3.286 0-2.125-.768-3.161-1.929-3.161-1.232 0-2.089 1.161-2.089 3.393 0 4.554 2.893 7.161 6.643 7.161.661 0 1.411-.071 2.161-.25z" />
    </svg>
  );
}

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