blob: f41fc0083c257044ce8468c174d8386187af21d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
tags: [size, dimension, width, height, orientation]
category: Media
version: "1.27"
unicode: "ed30"
---
<svg>
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M7 12v-3h3" />
<path d="M17 12v3h-3" />
</svg>
|