SidebarControl - bars-3

This commit is contained in:
Ulf Gebhardt 2025-02-21 12:39:27 +01:00
parent 7f0acae73b
commit 93f031c253
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,3 +1,5 @@
import Bars3Icon from '@heroicons/react/24/outline/Bars3Icon'
// Converts leaflet.locatecontrol to a React Component
export const SidebarControl = () => {
return (
@ -11,19 +13,7 @@ export const SidebarControl = () => {
aria-controls='#sidenav'
aria-haspopup='true'
>
<svg
xmlns='http://www.w3.org/2000/svg'
fill='none'
viewBox='0 0 24 24'
className='tw-inline-block tw-w-5 tw-h-5 tw-stroke-current'
>
<path
strokeLinecap='round'
strokeLinejoin='round'
strokeWidth='2'
d='M4 6h16M4 12h16M4 18h16'
></path>
</svg>
<Bars3Icon className='tw-inline-block tw-w-5 tw-h-5 tw-stroke-current' />
</button>
</div>
</div>