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

function Gitlab(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M1.857 12.607L16 30.732.5 19.482a1.245 1.245 0 01-.446-1.375l1.804-5.5zm8.25 0h11.786L16 30.732zM6.571 1.679l3.536 10.929h-8.25L5.393 1.679c.196-.554.982-.554 1.179 0zm23.572 10.928l1.804 5.5c.161.5-.018 1.054-.446 1.375l-15.5 11.25 14.143-18.125zm0 0h-8.25l3.536-10.929c.196-.554.982-.554 1.179 0z" />
    </svg>
  );
}

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