First commit
This commit is contained in:
12
images/favicon.svg
Normal file
12
images/favicon.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
|
||||
<defs>
|
||||
<style>
|
||||
.dark { fill: #570706; }
|
||||
.light { fill: #F39019; }
|
||||
</style>
|
||||
</defs>
|
||||
|
||||
<rect class="dark" x="0" y="0" width="200" height="200"/>
|
||||
<polygon class="light" points="200 0 200 200 0 200 200 0"/>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 300 B |
Reference in New Issue
Block a user