mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 11:03:24 +00:00
Add shadoll logo SVG
This commit is contained in:
@@ -240,7 +240,22 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"telecom",
|
"telecom",
|
||||||
"mobile"
|
"mobile"
|
||||||
]
|
],
|
||||||
|
"colors": [
|
||||||
|
{
|
||||||
|
"label": "Black",
|
||||||
|
"value": "#000",
|
||||||
|
"theme": "light"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "White",
|
||||||
|
"value": "#fff",
|
||||||
|
"theme": "dark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colorConfig": {
|
||||||
|
"selector": "#text"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Mono Black",
|
"name": "Mono Black",
|
||||||
@@ -510,6 +525,28 @@
|
|||||||
"email"
|
"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",
|
"name": "Shkafnik",
|
||||||
"path": "logos/shkafnik.svg",
|
"path": "logos/shkafnik.svg",
|
||||||
@@ -568,4 +605,4 @@
|
|||||||
"transfer"
|
"transfer"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
8
public/logos/shadoll.svg
Normal file
8
public/logos/shadoll.svg
Normal 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 |
Reference in New Issue
Block a user