nav-toggle.hbs 431 Bytes
Newer Older
minseok.park's avatar
minseok.park committed
1 2 3 4 5 6 7 8 9
<div class="mobile-toolbar">
  <button class="nav-toggle">
    <svg stroke="#0072ce" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="30px" width="30px" xmlns="http://www.w3.org/2000/svg">
      <rect width="18" height="18" x="3" y="3" rx="2" ry="2"></rect>
      <line x1="15" x2="15" y1="3" y2="21"></line>
      <path d="m8 9 3 3-3 3"></path>
    </svg>
  </button>
</div>