Icons: Remove unused icons

This commit is contained in:
Romain Vigier
2022-09-08 09:51:33 +02:00
parent 9431d37fcb
commit 3cb0f75458
3 changed files with 0 additions and 22 deletions
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: 2021 Romain Vigier <contact AT romainvigier.fr>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path d="m8 0c-4.4127 0-8 3.5873-8 8-2.3442e-7 4.4127 3.5873 8 8 8 3.103-3.44e-4 5.9283-1.7973 7.2441-4.6074 0.18773-0.39849-0.22592-0.81344-0.625-0.62695-0.7467 0.34767-1.5611 0.52936-2.3848 0.5293-3.1244 0-5.6465-2.5241-5.6465-5.6484 3.18e-4 -1.9086 0.96387-3.6859 2.5625-4.7285 0.3679-0.24025 0.23509-0.8089-0.20117-0.86133-0.315-0.037685-0.63197-0.056598-0.94922-0.056641z" opacity=".35"/>
</svg>

Before

Width:  |  Height:  |  Size: 658 B

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: 2021 Romain Vigier <contact AT romainvigier.fr>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path d="m8 0c-4.4127 0-8 3.5873-8 8-2.3442e-7 4.4127 3.5873 8 8 8 3.103-3.44e-4 5.9283-1.7973 7.2441-4.6074 0.18773-0.39849-0.22592-0.81344-0.625-0.62695-0.7467 0.34767-1.5611 0.52936-2.3848 0.5293-3.1244 0-5.6465-2.5241-5.6465-5.6484 3.18e-4 -1.9086 0.96387-3.6859 2.5625-4.7285 0.3679-0.24025 0.23509-0.8089-0.20117-0.86133-0.315-0.037685-0.63197-0.056598-0.94922-0.056641z"/>
</svg>

Before

Width:  |  Height:  |  Size: 644 B

-6
View File
@@ -23,9 +23,3 @@ custom_target(
install: true,
install_dir: INSTALL_DIR / 'schemas'
)
icons = [
'icons/nightthemeswitcher-ondemand-off-symbolic.svg',
'icons/nightthemeswitcher-ondemand-on-symbolic.svg'
]
install_data(icons, install_dir: INSTALL_DIR / 'icons' / 'hicolor' / 'scalable' / 'status')