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

function VimeoSquare(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="M23.071 11.393c.125-2.589-.839-3.893-2.875-3.964-2.75-.089-4.607 1.464-5.571 4.661.5-.214.982-.339 1.464-.339 1 0 1.446.571 1.321 1.714-.054.679-.5 1.679-1.321 2.982-.839 1.321-1.464 1.964-1.875 1.964-.536 0-1-1-1.464-3.018-.143-.607-.411-2.107-.804-4.554-.357-2.25-1.304-3.304-2.857-3.161-.643.071-1.643.643-2.929 1.786-.964.839-1.911 1.714-2.893 2.571l.929 1.196c.893-.607 1.411-.929 1.554-.929.679 0 1.321 1.071 1.911 3.196.536 1.964 1.071 3.911 1.607 5.875.804 2.125 1.768 3.196 2.929 3.196 1.857 0 4.143-1.75 6.839-5.25 2.607-3.357 3.964-6 4.036-7.929zm4.358-3.964v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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