blob: 75c5edda62c65b7fb5dbbc998db36512223b2a14 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
tags: [identification, card, personal details]
---
<svg>
<rect x="3" y="4" width="18" height="16" rx="3" />
<circle cx="9" cy="10" r="2" />
<line x1="15" y1="8" x2="17" y2="8" />
<line x1="15" y1="12" x2="17" y2="12" />
<line x1="7" y1="16" x2="17" y2="16" />
</svg>
|