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

function Tripadvisor(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 41 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.625 17.804c0 .929-.75 1.679-1.661 1.679-.929 0-1.679-.75-1.679-1.679a1.67 1.67 0 013.34 0zm20.607-.018c0 .929-.75 1.679-1.679 1.679s-1.679-.75-1.679-1.679.75-1.661 1.679-1.661 1.679.732 1.679 1.661zm-18.571.018a3.46 3.46 0 00-3.446-3.446 3.448 3.448 0 00-3.446 3.446 3.437 3.437 0 003.446 3.446 3.448 3.448 0 003.446-3.446zm20.589-.018a3.448 3.448 0 00-3.446-3.446 3.46 3.46 0 00-3.446 3.446 3.448 3.448 0 003.446 3.446 3.437 3.437 0 003.446-3.446zm-19.071.018c0 2.75-2.214 4.982-4.964 4.982s-4.982-2.232-4.982-4.982c0-2.732 2.232-4.964 4.982-4.964s4.964 2.232 4.964 4.964zm20.607-.018c0 2.75-2.232 4.964-4.982 4.964a4.965 4.965 0 010-9.928c2.75 0 4.982 2.214 4.982 4.964zm-17.215.053a8.253 8.253 0 00-8.25-8.25c-4.536 0-8.232 3.696-8.232 8.25s3.696 8.25 8.232 8.25a8.253 8.253 0 008.25-8.25zM30.5 7.607c-2.946-1.286-6.268-1.982-9.929-1.982s-7.304.696-10.232 1.964c5.661.018 10.232 4.589 10.232 10.25A10.229 10.229 0 0130.5 7.607zm8.554 10.232c0-4.554-3.679-8.25-8.232-8.25s-8.25 3.696-8.25 8.25 3.696 8.25 8.25 8.25 8.232-3.696 8.232-8.25zm-4.75-10.107h6.839c-1.071 1.25-1.857 2.929-2.054 4.089a10.195 10.195 0 011.964 6.018c0 5.661-4.589 10.232-10.232 10.232a10.202 10.202 0 01-7.946-3.768s-.839 1-2.304 3.196c-.25-.518-1.518-2.321-2.286-3.214a10.202 10.202 0 01-7.964 3.786C4.678 28.071.089 23.5.089 17.839c0-2.25.732-4.321 1.964-6.018-.196-1.161-.982-2.839-2.054-4.089h6.518c3.5-2.339 8.589-3.804 14.054-3.804s10.232 1.464 13.732 3.804z" />
    </svg>
  );
}

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