grok-voice: add logo

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ericzakariasson
2026-09-09 22:34:24 +02:00
parent 9ab92a0587
commit d0196fee55
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
"homepage": "https://github.com/cursor/plugins/tree/main/grok-voice",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.png",
"category": "developer-tools",
"keywords": [
"grok",
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

+12
View File
@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
<!-- Same dark warm background as the other plugin logos in this repo. -->
<rect width="512" height="512" fill="#3c3935"/>
<!-- Waveform: the plugin's icon for voice. Bars are rounded strokes, mirrored around the center line. -->
<g stroke="#ffffff" stroke-width="34" stroke-linecap="round" fill="none">
<line x1="120" y1="222" x2="120" y2="290"/>
<line x1="188" y1="170" x2="188" y2="342"/>
<line x1="256" y1="118" x2="256" y2="394"/>
<line x1="324" y1="186" x2="324" y2="326"/>
<line x1="392" y1="236" x2="392" y2="276"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 654 B