The current icon style is somewhat all over the place, with some icons having thin lines, some others having thicker lines; some filling the pixel grid in center, others in edges; some trying to reduce subpixel positioning, some completely unaware of it. Rework these icons to have a consistent style, with elongated lines, rounded strokes, and proper center alignment. The "no_sources.svg" asset is not covered by this work because this empty state will be worked on in a separate commit. Further changes will adjust specific UI elements to better match the icon style. These icons are derived from the GNOME icon library. I've changed the fill colour to #fefefe for Dark theme icons, and #000000 for embedded icons. If further icons are needed, they can be found at https://teams.pages.gitlab.gnome.org/Design/icon-development-kit-www/
5 lines
948 B
XML
5 lines
948 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="m 1.082031 1.988281 c -0.554687 0 -0.9999998 0.445313 -0.9999998 1 c 0.0039063 0.507813 0.3945308 0.933594 0.9062498 0.984375 l 0.011719 8.027344 h 6 l -0.011719 1.742188 l -1.804687 1.378906 c -0.222656 0.167968 -0.261719 0.480468 -0.09375 0.703125 c 0.167968 0.21875 0.480468 0.257812 0.703125 0.089843 l 1.6875 -1.292968 l 1.695312 1.324218 c 0.21875 0.167969 0.535157 0.128907 0.707031 -0.085937 c 0.167969 -0.21875 0.128907 -0.535156 -0.089843 -0.703125 l -1.804688 -1.414062 l 0.011719 -1.742188 h 6 l -0.011719 -8.054688 c 0.425781 -0.125 0.722657 -0.515624 0.722657 -0.957031 c 0 -0.554687 -0.449219 -1 -1 -1 z m 6.90625 2 c 1.101563 0 2 0.894531 2 2 h -2 z m -1 1 v 2 h 2 c 0 1.101563 -0.898437 2 -2 2 c -1.105469 0 -2 -0.898437 -2 -2 c 0 -1.105469 0.894531 -2 2 -2 z m 0 0" fill="#000000"/>
|
|
</svg>
|