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

function Quora(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.411 14.054c0-7.446-2.321-11.268-7.768-11.268-5.357 0-7.679 3.821-7.679 11.268 0 7.411 2.321 11.196 7.679 11.196.857 0 1.625-.089 2.339-.304-1.107-2.179-2.411-4.375-4.946-4.375-.482 0-.964.071-1.411.286l-.875-1.732c1.054-.911 2.75-1.625 4.929-1.625 3.411 0 5.143 1.643 6.536 3.732.804-1.786 1.196-4.196 1.196-7.179zm6.964 11.285h2.089c.125 1.286-.518 6.661-6.357 6.661-3.536 0-5.393-2.054-6.804-4.446a13.839 13.839 0 01-3.661.482C7.499 28.036.517 22.34.517 14.054.517 5.697 7.517 0 14.642 0c7.268 0 14.179 5.661 14.179 14.054 0 4.679-2.179 8.482-5.339 10.929 1.018 1.536 2.071 2.554 3.536 2.554 1.607 0 2.25-1.232 2.357-2.196z" />
    </svg>
  );
}

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