mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
refactor(status): remove unused group status icons
This commit is contained in:
parent
ff5c90525d
commit
190680158c
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
||||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
||||||
viewBox="0 0 10 10" enable-background="new 0 0 10 10" xml:space="preserve">
|
|
||||||
<circle fill="#82d5d5" cx="5" cy="5" r="5"/>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 489 B |
|
@ -1,11 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
||||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
||||||
viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
|
|
||||||
<circle fill="#82d5d5" cx="8" cy="8" r="5"/>
|
|
||||||
<g>
|
|
||||||
<path fill="#82d5d5" d="M8,1.5c3.6,0,6.5,2.9,6.5,6.5s-2.9,6.5-6.5,6.5S1.5,11.6,1.5,8S4.4,1.5,8,1.5 M8,0C3.6,0,0,3.6,0,8
|
|
||||||
s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 657 B |
|
@ -1,11 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
||||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
||||||
viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
|
|
||||||
<circle fill="#82d5d5" cx="8" cy="8" r="5"/>
|
|
||||||
<g>
|
|
||||||
<path fill="#e0dda3" d="M8,1.5c3.6,0,6.5,2.9,6.5,6.5s-2.9,6.5-6.5,6.5S1.5,11.6,1.5,8S4.4,1.5,8,1.5 M8,0C3.6,0,0,3.6,0,8
|
|
||||||
s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 657 B |
3
res.qrc
3
res.qrc
|
@ -26,9 +26,6 @@
|
||||||
<file>img/status/away_notification.svg</file>
|
<file>img/status/away_notification.svg</file>
|
||||||
<file>img/status/busy.svg</file>
|
<file>img/status/busy.svg</file>
|
||||||
<file>img/status/busy_notification.svg</file>
|
<file>img/status/busy_notification.svg</file>
|
||||||
<file>img/status/groupchat.svg</file>
|
|
||||||
<file>img/status/groupchat_newmessages.svg</file>
|
|
||||||
<file>img/status/groupchat_notification.svg</file>
|
|
||||||
<file>img/status/offline.svg</file>
|
<file>img/status/offline.svg</file>
|
||||||
<file>img/status/offline_notification.svg</file>
|
<file>img/status/offline_notification.svg</file>
|
||||||
<file>img/status/online.svg</file>
|
<file>img/status/online.svg</file>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user