super-productivity/packages/plugin-dev/api-test-plugin/icon.svg
2025-07-22 20:34:12 +02:00

11 lines
No EOL
627 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<!-- Terminal/Console outline -->
<rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="none" stroke="currentColor" stroke-width="2"/>
<!-- API text -->
<text x="12" y="10" text-anchor="middle" font-family="monospace" font-size="6" font-weight="bold" fill="currentColor">API</text>
<!-- Terminal prompt and cursor -->
<path d="M6 13 L8 15 L6 17" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="10" y="14.5" width="6" height="1" fill="currentColor"/>
</svg>