Add an icon and a desktop file for the GUI

This commit is contained in:
2023-06-15 15:44:00 +02:00
parent d0d248e44c
commit 4166b17b00
3 changed files with 51 additions and 0 deletions

9
nncmpp.svg Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.0" width="48" height="48" viewBox="0 0 48 48"
xmlns="http://www.w3.org/2000/svg">
<g transform="translate(5 4) scale(2 2)">
<!-- From x11_icon_play, with a stroke for contrast. -->
<path d="M 0 0 20 10 0 20 Z" stroke="#eee" stroke-width="2" fill="#000"
stroke-linejoin="round" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 385 B