Add favicon asset
This commit is contained in:
parent
b38951a6a5
commit
9525059829
1 changed files with 14 additions and 0 deletions
14
static/favicon.svg
Normal file
14
static/favicon.svg
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||||
|
<!-- Background circle -->
|
||||||
|
<circle cx="16" cy="16" r="15" fill="#00539f"/>
|
||||||
|
<!-- Train body -->
|
||||||
|
<rect x="6" y="12" width="20" height="10" rx="2" fill="#fff"/>
|
||||||
|
<!-- Train windows -->
|
||||||
|
<rect x="9" y="14" width="4" height="4" rx="1" fill="#00539f"/>
|
||||||
|
<rect x="15" y="14" width="4" height="4" rx="1" fill="#00539f"/>
|
||||||
|
<!-- Train nose -->
|
||||||
|
<path d="M26 14 L30 16 L26 18 Z" fill="#fff"/>
|
||||||
|
<!-- Wheels -->
|
||||||
|
<circle cx="10" cy="23" r="2" fill="#fff"/>
|
||||||
|
<circle cx="22" cy="23" r="2" fill="#fff"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 573 B |
Loading…
Add table
Add a link
Reference in a new issue