kicad-mcp/docs-site/public/favicon.svg
Ryan Malloy 7149735d4b
Some checks failed
CI / Lint and Format (push) Has been cancelled
CI / Test Python 3.11 on macos-latest (push) Has been cancelled
CI / Test Python 3.12 on macos-latest (push) Has been cancelled
CI / Test Python 3.13 on macos-latest (push) Has been cancelled
CI / Test Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Test Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Test Python 3.12 on ubuntu-latest (push) Has been cancelled
CI / Test Python 3.13 on ubuntu-latest (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / Build Package (push) Has been cancelled
Add favicon and hero schematic to docs landing page
IC chip favicon eliminates the 404. Hero image shows an actual
schematic fragment (MCU, decoupling cap, LED circuit, pull-up)
so the landing page demonstrates the output, not the technology.
2026-03-09 05:13:07 -06:00

15 lines
858 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<!-- IC body -->
<rect x="7" y="4" width="18" height="24" rx="2" fill="#2d8659"/>
<!-- Pin 1 notch -->
<circle cx="12" cy="7" r="1.5" fill="#1a3a2a"/>
<!-- Pins left -->
<line x1="2" y1="11" x2="7" y2="11" stroke="#a8dbbe" stroke-width="2" stroke-linecap="round"/>
<line x1="2" y1="16" x2="7" y2="16" stroke="#a8dbbe" stroke-width="2" stroke-linecap="round"/>
<line x1="2" y1="21" x2="7" y2="21" stroke="#a8dbbe" stroke-width="2" stroke-linecap="round"/>
<!-- Pins right -->
<line x1="25" y1="11" x2="30" y2="11" stroke="#a8dbbe" stroke-width="2" stroke-linecap="round"/>
<line x1="25" y1="16" x2="30" y2="16" stroke="#a8dbbe" stroke-width="2" stroke-linecap="round"/>
<line x1="25" y1="21" x2="30" y2="21" stroke="#a8dbbe" stroke-width="2" stroke-linecap="round"/>
</svg>