blob: 34ef00c914eeb2d81bdbd1f5258e37aadef0cffb (
plain)
1
2
3
4
5
6
7
8
9
|
---
category: System
tags: [bars, hamburger, navigation, burger]
---
<svg>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="4" y1="18" x2="20" y2="18" />
</svg>
|