Desktop: Use SVG directly for icons.

Use SVG files as source for icons where they exist, and remove the
respective PNG artefacts generated from the SVG files from the
repository.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2023-03-14 17:02:28 +13:00 committed by Dirk Hohndel
parent 9e95746797
commit 2ef6cd89cc
9 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
<RCC>
<qresource prefix="/">
<!-- ************ icons used in the profile ***************** -->
<file alias="status-warning-icon">icons/warning-icon.png</file>
<file alias="status-violation-icon">icons/violation-icon.png</file>
<file alias="status-info-icon">icons/info-icon.png</file>
<file alias="status-warning-icon">icons/warning-icon.svg</file>
<file alias="status-violation-icon">icons/violation-icon.svg</file>
<file alias="status-info-icon">icons/info-icon.svg</file>
<file alias="bailout-icon">icons/OC.png</file>
<file alias="onCCRLoop-icon">icons/CCR.png</file>
<file alias="dive-bookmark-icon">icons/flag.svg</file>