Add a very basic SVG dark mode aware favicon

This commit is contained in:
Mike Wink 2022-11-18 13:39:59 +01:00
commit 7a946d73c3

8
public/favicon.svg Normal file
View file

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 400 400">
<style>
.mw { fill: #ee6c4d }
@media (prefers-color-scheme: dark) { .mw { fill: #98c1d9 } }
</style>
<path class="mw" d="M94.953 189.035h37.294V85.208h.675l51.469 79.954h31.05l51.468-79.954h.844v103.827h37.294V22.5h-35.269l-69.187 108.51L130.053 22.5h-35.1v166.535ZM94.953 210.965h37.294v103.827h.675l51.469-79.954h31.05l51.468 79.954h.844V210.965h37.294V377.5h-35.269l-69.187-108.51-70.538 108.51h-35.1V210.965Z"/>
</svg>

After

Width:  |  Height:  |  Size: 519 B