mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Replace RSS articles icons with SVG
This commit is contained in:
parent
02892d1250
commit
0a9e54f27f
5 changed files with 4 additions and 2 deletions
|
@ -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 |
1
src/icons/rss_read_article.svg
Normal file
1
src/icons/rss_read_article.svg
Normal 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 |
1
src/icons/rss_unread_article.svg
Normal file
1
src/icons/rss_unread_article.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue