Replace RSS articles icons with SVG

Closes #22335.
PR #23082.
This commit is contained in:
tehcneko
2025-08-15 18:15:33 +08:00
committed by GitHub
parent 7a1a214f73
commit b2d6323034
6 changed files with 6 additions and 2 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

View File

@@ -0,0 +1 @@
<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="8" fill="#9aa0a6" /></svg>

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

View File

@@ -0,0 +1 @@
<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="8" fill="#1e90ff" /></svg>

After

Width:  |  Height:  |  Size: 116 B