forked from abner/for-legacy-web
Add i18n to incoming requests.
Add icon stacking mask.
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user