```html <template> ... <svg class="h-6 w-6 block" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" > <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" ></path> </svg> ... </template> ``` <img width="315" alt="Screenshot 2021-03-14 at 19 42 46" src="https://user-images.githubusercontent.com/39046/111076816-088e4300-84ff-11eb-8622-6b1aa6c1fa67.png">