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

function Codiepie(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 31 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M28.286 23.036l-3.893-1.982a9.634 9.634 0 01-8.214 4.607c-5.321 0-9.625-4.304-9.625-9.607a9.618 9.618 0 019.625-9.625 9.588 9.588 0 017.857 4.089l3.839-2.232A14.128 14.128 0 0016 1.84c-7.821 0-14.161 6.339-14.161 14.161S8.178 30.162 16 30.162c5.071 0 9.768-2.714 12.286-7.125zm-9.893-7.09l12.375 6.286C28.054 28.161 22.607 32 16 32 7.161 32 0 24.839 0 16S7.161 0 16 0c6.286 0 11.464 3.464 14.393 8.929zm9.161.054h-.696v2.857h-1.714v-6.286h2.429c1.982 0 2.161 3.429-.018 3.429z" />
    </svg>
  );
}

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