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

function Pagelines(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.036 19.696c-3.589 8.911-12.196 3.518-12.196 3.518-2.643 5.339-7 8.768-12.036 8.786C.358 32 0 31.643 0 31.196s.357-.786.804-.786c4.196-.018 7.857-2.786 10.25-7.179-2.679 1.036-7.732 1.821-10.536-5.357 7.107-2.929 10.375.732 11.625 2.964.643-1.589 1.107-3.321 1.411-5.196 0 0-9.107 1.429-9.75-6.393 7.768-3.125 9.946 5 9.946 5 .107-1.089.214-3.429.214-3.482 0 0-6.929-4.804-2.482-10.768 8.125 2.804 4 10.589 4 10.589.036.107.036 1.554 0 2.179 0 0 2.946-5.804 8.893-3.75-.268 8.732-9.25 6.929-9.25 6.929A27.537 27.537 0 0113.821 21s5.411-5.982 11.214-1.304z" />
    </svg>
  );
}

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