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

function Skype(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="M20.946 18.982c0-3.107-3.018-4.179-5.554-4.75l-1.857-.429c-1.357-.321-2.375-.554-2.375-1.589 0-.946 1-1.375 2.571-1.375 2.804 0 2.857 2.054 4.589 2.054 1.161 0 1.857-.911 1.857-1.946 0-2.054-3.411-3.393-6.786-3.393-3.089 0-6.679 1.339-6.679 4.964 0 3 2 4.071 4.607 4.696l2.607.643c1.589.393 2.571.571 2.571 1.714 0 .911-1.018 1.607-2.589 1.607-3.304 0-3.482-2.75-5.393-2.75-1.25 0-1.804.893-1.804 1.875 0 2.196 3.357 3.982 7.375 3.982 3.357 0 6.857-1.679 6.857-5.304zm6.483 3.875a6.858 6.858 0 01-6.857 6.857 6.832 6.832 0 01-4.179-1.429c-.857.179-1.768.286-2.679.286-6.946 0-12.571-5.625-12.571-12.571 0-.911.107-1.821.286-2.679A6.83 6.83 0 010 9.142a6.858 6.858 0 016.857-6.857c1.571 0 3.018.536 4.179 1.429a13.203 13.203 0 012.679-.286c6.946 0 12.571 5.625 12.571 12.571 0 .911-.107 1.821-.286 2.679a6.83 6.83 0 011.429 4.179z" />
    </svg>
  );
}

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