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

function Dribbble(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.286 26.786c-.179-1.036-.857-4.607-2.5-8.893-.018 0-.054.018-.071.018 0 0-6.946 2.429-9.196 7.321a3.821 3.821 0 00-.268-.196c2.036 1.661 4.625 2.679 7.464 2.679 1.625 0 3.161-.339 4.571-.929zm-3.304-10.84a33.62 33.62 0 00-.946-1.982C8 15.768 2.215 15.625 2.018 15.625 2 15.75 2 15.875 2 16c0 3 1.143 5.75 3 7.821 3.196-5.696 9.518-7.732 9.518-7.732.161-.054.321-.089.464-.143zm-1.911-3.785a70.736 70.736 0 00-4.357-6.75A11.734 11.734 0 002.25 13.59c.304 0 5.196.054 10.821-1.429zm12.215 5.696c-.25-.071-3.518-1.107-7.304-.518 1.536 4.232 2.161 7.679 2.286 8.375a11.762 11.762 0 005.018-7.857zM10.911 4.625c-.018 0-.018 0-.036.018 0 0 .018-.018.036-.018zm10.535 2.589a11.628 11.628 0 00-7.732-2.929c-.946 0-1.875.125-2.768.339.179.232 2.393 3.143 4.393 6.821 4.411-1.643 6.071-4.179 6.107-4.232zm3.983 8.661a11.74 11.74 0 00-2.661-7.321c-.036.036-1.911 2.75-6.536 4.643.268.554.536 1.125.786 1.696.089.196.161.411.25.607 4.036-.518 8.018.357 8.161.375zm2 .125c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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