blob: 45cf743a761e56c7569b9012c415799d2d601330 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
tags: [merge, stack, graphic]
category: Design
version: "1.52"
---
<svg>
<rect x="8" y="4" width="12" height="12" rx="2" />
<rect x="4" y="8" width="12" height="12" rx="2" />
<path d="M9 15l6 -6" />
</svg>
|