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/
3 lines
832 B
XML
3 lines
832 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px"><path d="m 3.5 5 c -0.277344 0 -0.5 0.222656 -0.5 0.5 v 2.96875 c 0 1.96875 1.257812 3.625 3 4.25 v 1.28125 h -2 c -0.5625 0 -1 0.488281 -1 1 v 1 h 9 v -1 c 0 -0.585938 -0.476562 -1 -1 -1 h -2 v -1.28125 c 1.742188 -0.625 3 -2.28125 3 -4.25 v -2.96875 c 0 -0.277344 -0.222656 -0.5 -0.5 -0.5 s -0.5 0.222656 -0.5 0.5 c 0 0.070312 0.007812 0.128906 0.03125 0.1875 v 2.78125 c 0 1.964844 -1.578125 3.53125 -3.53125 3.53125 s -3.5 -1.566406 -3.5 -3.53125 v -2.96875 c 0 -0.277344 -0.222656 -0.5 -0.5 -0.5 z m 4 -4.011719 c 1.386719 0 2.5 1.113281 2.5 2.5 v 5.011719 c 0 1.386719 -1.113281 2.5 -2.5 2.5 s -2.5 -1.113281 -2.5 -2.5 v -5.011719 c 0 -1.386719 1.113281 -2.5 2.5 -2.5 z m 0 0" fill="#000000"/></svg>
|