blob: 8007157b77dc31699d4d2c68b7d2f29b4130cab9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
category: Shapes
---
<svg>
<circle cx="6.5" cy="6.5" r="3.5" />
<path d="M2.5 21h8l-4 -7z" />
<path d="M14 3l7 7" />
<path d="M14 10l7 -7" />
<path d="M14 14h7v7h-7z" />
</svg>
|