open-nomad/ui/app/templates/partials/hamburger-menu.hbs

6 lines
236 B
Handlebars
Raw Normal View History

2018-07-26 18:58:38 +00:00
<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>