mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
11 lines
No EOL
627 B
XML
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> |