feat: add favicon — indigo C mark with ochre dot
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
|
||||
<rect width="180" height="180" rx="40" fill="#2e3a8c"/>
|
||||
<path d="M118 53a48 48 0 1 0 0 74" stroke="#f2f1ee" stroke-width="14" stroke-linecap="round" fill="none"/>
|
||||
<circle cx="120" cy="90" r="9" fill="#c8922a"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 287 B |
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" rx="7" fill="#2e3a8c"/>
|
||||
<!-- Stylised open C with a curiosity dot -->
|
||||
<path d="M21 9.5a8.5 8.5 0 1 0 0 13" stroke="#f2f1ee" stroke-width="2.6" stroke-linecap="round" fill="none"/>
|
||||
<circle cx="21.5" cy="16" r="1.6" fill="#c8922a"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 336 B |
Reference in New Issue
Block a user