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

function Tint(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M9.143 20.571c0-.446-.143-.875-.357-1.232-.232-.357-1.179-1.571-1.554-2.768a.39.39 0 00-.75 0c-.375 1.196-1.321 2.411-1.554 2.768a2.424 2.424 0 00-.357 1.232c0 1.268 1.018 2.286 2.286 2.286s2.286-1.018 2.286-2.286zm9.143-2.285c0 5.054-4.089 9.143-9.143 9.143S0 23.34 0 18.286c0-1.804.554-3.482 1.446-4.911.911-1.429 4.732-6.268 6.179-11.089.232-.768.946-1.143 1.518-1.143s1.304.375 1.518 1.143c1.446 4.821 5.268 9.661 6.179 11.089s1.446 3.107 1.446 4.911z" />
    </svg>
  );
}

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