Add WEMIX Kanvas icon (#2570)

This commit is contained in:
Wonyong Kim(Ryan Kim) 2023-04-04 15:20:19 +09:00 committed by GitHub
parent 83ac8b4d09
commit d719e360cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 0 deletions

View File

@ -13,10 +13,12 @@
"rpc": ["https://api.aqua.wemixkanvas.io"],
"faucets": [],
"infoURL": "https://wemixkanvas.io",
"icon": "wemixkanvas",
"explorers": [
{
"name": "blockscout",
"url": "https://blockscout.aqua.wemixkanvas.io",
"icon": "wemixkanvas",
"standard": "EIP3091"
}
],

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVcVxsHsVg5BMii3EJ1MUSnLBZkQicpjmXjSmW66bCEUF",
"width": 320,
"height": 320,
"format": "svg"
}
]

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320" width="320" height="320">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-2 {
fill: #191919;
}
.cls-3 {
fill: #5637fb;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g>
<circle class="cls-1" cx="160" cy="160" r="160"/>
<g>
<polygon class="cls-2" points="57.021 125.017 194.326 75.043 194.326 281 57.021 231.025 57.021 125.017"/>
<polygon class="cls-3" points="262.979 88.975 125.674 39 125.674 244.957 262.979 194.983 262.979 88.975"/>
<polygon class="cls-1" points="194.326 75.043 125.674 100.03 125.674 244.957 194.326 220.247 194.326 75.043"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 837 B