blob: 8466564f8ef93c022e7eeb4c54b7e4874f074262 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
tags: [shape, geometry, round, angle]
category: Shapes
version: "1.21"
---
<svg>
<path d="M12 3l-4 7h8z" />
<circle cx="17" cy="17" r="3" />
<rect x="4" y="14" width="6" height="6" rx="1" />
</svg>
|