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