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

function Viadeo(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 23 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.75 19.75c0 2.554-.893 4.804-2.625 6.679-1.804 1.964-4.089 2.875-6.75 2.875-2.643 0-4.946-.893-6.75-2.875C.893 24.554 0 22.304 0 19.75c0-5.304 4-9.643 9.375-9.643 1.107 0 2.214.179 3.25.554a6.595 6.595 0 00-.696 2.25 6.584 6.584 0 00-2.554-.5c-4.054 0-7.036 3.464-7.036 7.393 0 4 2.964 7.268 7.036 7.268s7.018-3.268 7.018-7.268a7.695 7.695 0 00-.571-2.964 6.731 6.731 0 002.196-.875c.5 1.196.732 2.5.732 3.786zm-3.643-3.375c0 4.5-1.821 8.25-5.679 10.679l-.25.018c-.375 0-.75-.036-1.107-.089 5.161-1.964 6.107-9.804 6.107-14.589 0-.607 0-1.232-.054-1.839.643 1.875.982 3.839.982 5.821zm-.982-5.857v.036c-.929-2.732-2.214-5.375-3.679-7.857 2.25 1.518 3.482 5.196 3.679 7.821zm4.357 3.625c-1.107 0-2.089-.589-2.857-1.339 1.821-1 4.125-2.554 5.179-4.411.125-.25.339-.714.375-1-1.036 2.321-3.679 4.143-6.143 4.714-.393-.607-.625-1.286-.625-2.018 0-.857.429-2 1.071-2.625.732-.696 1.821-1.054 2.804-1.321 1.429-.393 2.589-1.5 3.214-2.839.929 1.321 1.321 2.929 1.321 4.518 0 .804-.125 2.268-.429 3.036-.661 1.607-2 3.286-3.911 3.286z" />
    </svg>
  );
}

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