{% comment %}
Inline SVG icons for driver documentation pages.
Usage: {% include driver-icons.html icon=doc.icon %}
{% endcomment %}
{% case include.icon %}
{% when "nodejs" %}
{% when "python" %}
{% when "php" %}
{% when "go" %}
{% when "wasm" %}
{% when "c" %}
{% when "mcp" %}
{% endcase %}