github.com/hernad/nomad@v1.6.112/ui/app/templates/components/hamburger-menu.hbs (about)

     1  {{!
     2    Copyright (c) HashiCorp, Inc.
     3    SPDX-License-Identifier: MPL-2.0
     4  ~}}
     5  
     6  <svg class="hamburger-menu" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
     7    <rect x="0" y="0" width="100" height="16" />
     8    <rect x="0" y="42" width="100" height="16" />
     9    <rect x="0" y="84" width="100" height="16" />
    10  </svg>