blob: 3367ddd31258fd5f9e6adbf3ecc9524c671c90af (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
category: Media
tags: [size, dimension, width, height, orientation]
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>
|