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

function Foursquare(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="M17.857 7.75l.661-3.464a.82.82 0 00-.786-1.018H5.018c-.571 0-.964.518-.964.964v19.661c0 .054.054.071.107.018 4.679-5.625 5.196-6.286 5.196-6.286.536-.625.75-.732 1.536-.732h4.268c.589 0 .929-.5.982-.786s.554-2.893.661-3.411-.375-1.054-.857-1.054h-5.25c-.696 0-1.196-.5-1.196-1.196v-.75c0-.696.5-1.179 1.196-1.179h6.179c.429 0 .911-.393.982-.768zm4.054-3.964C21.25 7 19.268 17.161 19.09 17.893c-.214.839-.536 2.304-2.571 2.304H11.68c-.196 0-.214-.018-.393.179 0 0-.125.143-7.607 8.821-.589.679-1.554.554-1.911.411s-.982-.571-.982-1.75V2.679C.787 1.643 1.43 0 3.608 0h15.857c2.321 0 2.946 1.321 2.446 3.786zm0 0L19.09 17.893c.179-.732 2.161-10.893 2.821-14.107z" />
    </svg>
  );
}

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