diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
| commit | c1e28224aa2e1450031669d9a7e359b63e04687d (patch) | |
| tree | 68f3d8905c763a91f68001d868197effa92adafa /src/assets/favicon.svg | |
| download | corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.gz corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.bz2 corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.zip | |
Init
Diffstat (limited to 'src/assets/favicon.svg')
| -rw-r--r-- | src/assets/favicon.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/assets/favicon.svg b/src/assets/favicon.svg new file mode 100644 index 0000000..ec8d3f1 --- /dev/null +++ b/src/assets/favicon.svg | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"> | ||
| 2 | <path | ||
| 3 | d="M26.993,16L22.988,11.995L18.219,11.995L22.224,16L16.86,16L30.001,29.141L27.141,32L19.808,32L24.277,27.531L19.758,23.012L15.187,23.012L17.589,25.413L11.002,32L11.002,28.396L12.559,26.839L8.274,22.554L10.739,20.088L6.013,15.362L7.483,13.891L4.604,11.009L1.517,11.009L0,9.492L6.006,3.486L6.006,6.006L10.008,6.005L10.008,7.272L12.005,9.269L14.002,7.272L14.002,0L18.432,0L16.438,1.994L20.427,1.994L34.435,16L26.993,16ZM28,17L32,21L27.231,21L23.231,17L28,17Z" /> | ||
| 4 | <style> | ||
| 5 | path { | ||
| 6 | fill: #000; | ||
| 7 | } | ||
| 8 | |||
| 9 | @media (prefers-color-scheme: dark) { | ||
| 10 | path { | ||
| 11 | fill: #FFF; | ||
| 12 | } | ||
| 13 | } | ||
| 14 | </style> | ||
| 15 | </svg> | ||
