mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
11 lines
313 B
Handlebars
11 lines
313 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<svg class="hamburger-menu" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="0" y="0" width="100" height="16" />
|
|
<rect x="0" y="42" width="100" height="16" />
|
|
<rect x="0" y="84" width="100" height="16" />
|
|
</svg>
|