blob: b119a31d9f6759ce4c9cd3cefe9e401b9d674a4b (
plain)
1
2
3
4
5
6
7
8
|
---
category: Numbers
---
<svg>
<circle transform="rotate(180 12 14)" cx="12" cy="14" r="2"/>
<path d="M14 10a2 2 0 1 0-4 0v4"/>
<rect x="4" y="4" width="16" height="16" rx="2"/>
</svg>
|