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"
]
}
]
]