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

function Qq(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="M4.821 14.393c-.125-.304-.143-.607-.143-.929 0-.5.321-1.304.625-1.679-.018-.464.179-1.411.536-1.714 0-3.304 2.554-7.464 5.536-8.893 1.839-.875 3.768-1.179 5.786-1.179 1.571 0 3.286.375 4.75.982 4.196 1.768 5.143 5.054 6.036 9.25l.018.089c.518.786.982 1.714.982 2.679 0 .482-.321.964-.321 1.393 0 .036.107.179.125.214 1.536 2.268 2.929 4.732 2.929 7.554 0 .625-.339 2.804-1.339 2.804-.696 0-1.464-1.696-1.714-2.161-.018-.018-.036-.018-.054-.018l-.089.071c-.571 1.482-1.196 2.875-2.357 3.982 1.018.982 2.661.893 2.964 2.589-.089.196-.054.411-.196.607-1.018 1.536-3.75 1.732-5.393 1.732-2.179 0-3.946-.571-6-1.179-.429-.125-1.071-.054-1.536-.107-1.089 1.196-3.75 1.518-5.286 1.518-1.357 0-6.607-.089-6.607-2.411 0-1 .214-1.286.911-1.929.554-.107.964-.411 1.607-.446.089 0 .161-.018.25-.036.018-.018.036-.018.036-.071l-.036-.054c-1.232-.286-2.964-3.393-3.232-4.679l-.089-.054c-.125 0-.179.268-.214.357-.393.911-1.321 1.893-2.357 2H.931c-.143 0-.089-.143-.196-.179-.25-.589-.411-1.125-.411-1.786 0-3.571 1.714-6.214 4.5-8.321z" />
    </svg>
  );
}

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