Replace RSS articles icons with SVG

This commit is contained in:
tehcneko 2025-08-10 03:02:26 +01:00
commit 0a9e54f27f
5 changed files with 4 additions and 2 deletions

View file

@ -334,8 +334,8 @@
<file>queued.svg</file> <file>queued.svg</file>
<file>ratio.svg</file> <file>ratio.svg</file>
<file>reannounce.svg</file> <file>reannounce.svg</file>
<file>rss_read_article.png</file> <file>rss_read_article.svg</file>
<file>rss_unread_article.png</file> <file>rss_unread_article.svg</file>
<file>security-high.svg</file> <file>security-high.svg</file>
<file>security-low.svg</file> <file>security-low.svg</file>
<file>set-location.svg</file> <file>set-location.svg</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

View file

@ -0,0 +1 @@
<svg width="11" height="13" xmlns="http://www.w3.org/2000/svg"><circle cx="5.5" cy="6.5" r="4" fill="#9aa0a6" /></svg>

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

View file

@ -0,0 +1 @@
<svg width="11" height="13" xmlns="http://www.w3.org/2000/svg"><circle cx="5.5" cy="6.5" r="4" fill="#1e90ff" /></svg>

After

Width:  |  Height:  |  Size: 118 B