Add i18n to incoming requests.

Add icon stacking mask.
This commit is contained in:
Paul
2021-07-02 18:56:00 +01:00
parent d4bec3dc1b
commit 2ccb13f874
6 changed files with 34 additions and 12 deletions

View File

@@ -12,6 +12,10 @@ export default function Masks() {
<rect x="0" y="0" width="32" height="32" fill="white" />
<circle cx="27" cy="27" r="7" fill={"black"} />
</mask>
<mask id="overlap">
<rect x="0" y="0" width="32" height="32" fill="white" />
<circle cx="32" cy="16" r="18" fill={"black"} />
</mask>
</defs>
</svg>
)