blob: 0702b03dbc44ce5e0fdef8dd9daea944cebaaaef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
category: Text
---
<svg>
<path d="M7 12h10" />
<path d="M7 4v16" />
<path d="M17 4v16" />
<path d="M15 20h4" />
<path d="M15 4h4" />
<path d="M5 20h4" />
<path d="M5 4h4" />
</svg>
|