Add shadoll logo SVG

This commit is contained in:
sHa
2025-04-30 15:03:32 +03:00
parent 0e7cb66611
commit f3051bd3dd
2 changed files with 47 additions and 2 deletions

View File

@@ -240,7 +240,22 @@
"tags": [
"telecom",
"mobile"
]
],
"colors": [
{
"label": "Black",
"value": "#000",
"theme": "light"
},
{
"label": "White",
"value": "#fff",
"theme": "dark"
}
],
"colorConfig": {
"selector": "#text"
}
},
{
"name": "Mono Black",
@@ -510,6 +525,28 @@
"email"
]
},
{
"name": "shadoll",
"path": "logos/shadoll.svg",
"format": "SVG",
"disable": false,
"tags": [],
"colors": [
{
"label": "Black",
"value": "#000",
"theme": "light"
},
{
"label": "White",
"value": "#fff",
"theme": "dark"
}
],
"colorConfig": {
"selector": "#l"
}
},
{
"name": "Shkafnik",
"path": "logos/shkafnik.svg",
@@ -568,4 +605,4 @@
"transfer"
]
}
]
]

8
public/logos/shadoll.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" height="510" width="510" viewBox="0 0 510 510">
<path id="l" d="m286.7 401.2 61.9 60.2v-389.4l-62.4-60.6z" fill="#000" stroke="#eee" stroke-width="2"
stroke-miterlimit="10" />
<g fill="#dc2108" stroke="#eee" stroke-width="2" stroke-miterlimit="10">
<path d="m161.2 500 106.1-100.8-39-37.2-66.9 63.6z" />
<path d="m275 174.3-113.8 108.9 113.8 108.9v-73.6l-37-35.3 37-36.3z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 446 B