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

function PiedPiperAlt(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 36 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M21.821 16.589c4.643-.179 7.214 3.643 9.321 7.179 1.25 2.125 2.714 3.375 4.518 4.964-1.929 1.196-4.375 2-6.446 2.929-3.429-2.875-1.429-14.286-6.929-14.286l-.179.036-.107.071c.071.089.161.179.232.25 1.482 1.25 2.071 1.518 2.161 3.643l.018.589c.054 1.339-.339 2.643-.607 3.946-1.196-.036-2.357.357-3.554.357-.446 0-.875-.054-1.286-.179-.036-.286-.036-.571-.036-.839 0-.554-.018-1.179.054-1.714.089-.589 2.089-1.857 2.054-2.714-.339-.036-.571.161-.768.429-.821 1.214-2.929 2.607-4.429 2.607-1.036 0-3.5-4.446-4.75-5.339-.196-.143-.321-.339-.482-.536-1 .232-8.661 2-9.161 2-.375 0-.714-.304-.714-.679 0-.339.214-.661.554-.732l8.679-1.893c-.589-1.071.768-1.089 1.339-1.25.196-.054.393-.25.589-.25.393 0 .732.554.857.875.393-.089 2.839-.661 3.071-.661.393 0 .75.286.75.696a.708.708 0 01-.571.714l-3.25.714-.018.286c-.018.625 2.821 3.732 3.321 3.732 1.125 0 3.411-2.589 3.411-3.732 0-1.911-2.661-.786-2.661-2.089 0-.214.071-.411.179-.607l-1.214-.339c.554-.571.768-1.304.768-2.089 0-.339-.036-.696-.089-1.036.911-.179 1.661-.286 2.571-.286 3.536 0 2.839.536 4.071 3.375l.893-.446c-.143 2.125-2.25 1.089-2.179 1.929zm1.072-4.196c-.696-.804-1-1.196-1.411-1.375-.429-.196-.982-.143-2.268-.143-1.339 0-2.661.196-3.875.768.393-.732.821-1.054 1.607-1.357 1.696-.643 2.5-1.893 3.661-3.179.607.429.875 1.5 1.75 1.446l.214-.018v1.357l.393.018c2.321-.893 4.643-1.875 6.625-3.393 3-2.286 3.286-3.107 5.054-6.214l.125-.161c-.036.875-.393 1.696-.768 2.482-1.893 3.964-4.893 6.232-9.125 7.25-.768.179-1.643.196-2.339.554.089.607.821 1.125.821 1.429 0 .214-.339.446-.464.536zm-3.947 16.446c.982-.643 3.786-1.232 4.964-1.232.589 0 1.75 2.804 2.054 3.429a12.473 12.473 0 01-4.357.804c-.75 0-1.5-.071-2.232-.196zm-4.267-11.553l.857-.214 1.946 3.161-1.304.857zm8.946 9.232c.018.089.054.196.054.286 0 .464-3.071.786-3.625.875l-.125-.768c1.107-.125 2.339-.411 3.446-.393h.25zm-8.161-11.214l-1.714.357-.107-.304c.411-.036.786-.232 1.196-.232.232 0 .429.054.625.179zm3.482 11.321h.554l.179 1.482-.732.214v-1.696zM34.821.018zm0 0l-.018.089-.036.036.018-.054zm0 0L34.839 0z" />
    </svg>
  );
}

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