blob: 55c1863d2627eb53ac0669e134e4709c930661d9 (
plain)
1
2
3
4
5
6
7
8
9
|
---
category: Devices
---
<svg>
<rect x="3" y="3" width="18" height="4" rx="1" />
<circle cx="12" cy="14" r="4" />
<path d="M19 7v7a7 7 0 0 1 -14 0V7" />
<line x1="12" y1="14" x2="12.01" y2="14" />
</svg>
|