SVG master + PNG exports at 16x16, 32x32 and 180x180 (Apple touch icon). Generated via puppeteer from favicon.svg. Wired into <head> and Dockerfile. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
368 B
XML
7 lines
368 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<!-- Green background with rounded corners -->
|
|
<rect width="100" height="100" rx="14" fill="#99cc00"/>
|
|
<!-- M lettermark as geometric path: two legs + V notch in the centre -->
|
|
<path d="M12,88 L12,12 L24,12 L50,56 L76,12 L88,12 L88,88 L76,88 L76,28 L50,72 L24,28 L24,88 Z" fill="#0f0f0f"/>
|
|
</svg>
|