mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Martin Tůma
043a27dfae
Switched to a new flat color icon set on Windows/Mac and platform provided icon themes (e.g. Breeze) on Linux with a fallback to the Papirus theme. All the GUI icons are now SVG.
9 lines
887 B
XML
9 lines
887 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1">
|
|
<defs>
|
|
<style id="current-color-scheme" type="text/css">
|
|
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
|
|
</style>
|
|
</defs>
|
|
<path style="fill:currentColor" class="ColorScheme-Text" d="m 5,4.0000002 c 0,0 -1.0000001,0 -1.0000001,1 V 14 17 C 3.9999999,18 5,18 5,18 H 7 V 16 H 6 V 6.0097658 h 8 V 8.0000001 11 11 l 2.000003,-2.58e-4 V 9.2500001 4.9999998 c 0,-1 -1,-1 -1,-1 z M 8.7148438,10 C 8.7148438,10 8,9.9990991 8,10.691406 v 7.617188 C 8,18.308594 8.0005581,19 8.7148438,19 H 17.285156 C 17.285156,19 18,19.000902 18,18.308594 V 12.677868 C 18,11.98556 17.285156,12.000133 17.285156,12.000133 H 13.714844 L 12.285156,10 Z"/>
|
|
</svg>
|