Created
October 11, 2021 12:45
-
-
Save nauman/ecb2ea0acd16154f730891d0a2836531 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button type="button" class="rounded-md p-2 inline-flex items-center justify-center text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-primary-500" aria-expanded="false" data-action="click->nav#toggleMobile touch->nav#toggleMobile" data-toggle-id="nav-mobile"> | |
<span class="sr-only">Open menu</span> | |
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="h-6 w-6 fill-current" role="img" aria-labelledby="a2w5c94ogjox2tzeih251tta5g7ymzi2"><title id="a2w5c94ogjox2tzeih251tta5g7ymzi2">Icons/design/hamburger default</title> | |
<line x1="4" y1="6" x2="20" y2="6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></line> | |
<line x1="4" y1="12" x2="20" y2="12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></line> | |
<line x1="4" y1="18" x2="20" y2="18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></line> | |
</svg> | |
</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment