blob: bbfe32b6098a927ce4a99344cc8e00a891de3f2b (
plain)
1
2
3
4
5
6
7
8
9
|
---
category: System
tags: [home, car]
---
<svg>
<circle cx="12" cy="13" r="2" />
<line x1="13.45" y1="11.55" x2="15.5" y2="9.5" />
<path d="M6.4 20a9 9 0 1 1 11.2 0Z" />
</svg>
|