mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
SidebarControl - bars-3
This commit is contained in:
parent
7f0acae73b
commit
93f031c253
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user