refactor: SettingsDialog use security-type icons for key length selector
@ -46,6 +46,10 @@ SettingsDialog::SettingsDialog(
|
||||
|
||||
ui->setupUi(this);
|
||||
|
||||
ui->m_pComboBoxTlsKeyLength->setItemIcon(0, QIcon::fromTheme(QIcon::ThemeIcon::SecurityLow));
|
||||
ui->m_pComboBoxTlsKeyLength->setItemIcon(1, QIcon::fromTheme(QStringLiteral("security-medium")));
|
||||
ui->m_pComboBoxTlsKeyLength->setItemIcon(2, QIcon::fromTheme(QIcon::ThemeIcon::SecurityHigh));
|
||||
|
||||
ui->m_pPushButtonTlsCertPath->setIcon(QIcon::fromTheme(QIcon::ThemeIcon::DocumentOpen));
|
||||
ui->m_pButtonBrowseLog->setIcon(QIcon::fromTheme(QIcon::ThemeIcon::DocumentOpen));
|
||||
|
||||
|
||||
@ -18,6 +18,15 @@
|
||||
<file>icons/deskflow-dark/apps/64/deskflow-symbolic.svg</file>
|
||||
<file>icons/deskflow-dark/devices/64/video-display.svg</file>
|
||||
<file>icons/deskflow-dark/places/64/user-trash.svg</file>
|
||||
<file>icons/deskflow-dark/status/16/security-high.svg</file>
|
||||
<file>icons/deskflow-dark/status/16/security-low.svg</file>
|
||||
<file>icons/deskflow-dark/status/16/security-medium.svg</file>
|
||||
<file>icons/deskflow-dark/status/22/security-high.svg</file>
|
||||
<file>icons/deskflow-dark/status/22/security-low.svg</file>
|
||||
<file>icons/deskflow-dark/status/22/security-medium.svg</file>
|
||||
<file>icons/deskflow-dark/status/24/security-high.svg</file>
|
||||
<file>icons/deskflow-dark/status/24/security-low.svg</file>
|
||||
<file>icons/deskflow-dark/status/24/security-medium.svg</file>
|
||||
<file>icons/deskflow-dark/status/64/dialog-error.svg</file>
|
||||
<file>icons/deskflow-dark/status/64/dialog-information.svg</file>
|
||||
<file>icons/deskflow-dark/status/64/dialog-positive.svg</file>
|
||||
@ -44,6 +53,15 @@
|
||||
<file>icons/deskflow-light/apps/64/deskflow.svg</file>
|
||||
<file>icons/deskflow-light/apps/64/deskflow-symbolic.svg</file>
|
||||
<file>icons/deskflow-light/devices/64/video-display.svg</file>
|
||||
<file>icons/deskflow-light/status/16/security-high.svg</file>
|
||||
<file>icons/deskflow-light/status/16/security-low.svg</file>
|
||||
<file>icons/deskflow-light/status/16/security-medium.svg</file>
|
||||
<file>icons/deskflow-light/status/22/security-high.svg</file>
|
||||
<file>icons/deskflow-light/status/22/security-low.svg</file>
|
||||
<file>icons/deskflow-light/status/22/security-medium.svg</file>
|
||||
<file>icons/deskflow-light/status/24/security-high.svg</file>
|
||||
<file>icons/deskflow-light/status/24/security-low.svg</file>
|
||||
<file>icons/deskflow-light/status/24/security-medium.svg</file>
|
||||
<file>icons/deskflow-light/status/64/dialog-error.svg</file>
|
||||
<file>icons/deskflow-light/status/64/dialog-information.svg</file>
|
||||
<file>icons/deskflow-light/status/64/dialog-positive.svg</file>
|
||||
|
||||
@ -29,8 +29,8 @@ KDE-Extensions=.svg
|
||||
########## Directories
|
||||
########## ordered by category and alphabetically
|
||||
|
||||
Directories=actions/16,actions/22,actions/24,actions/32,apps/64,devices/64,places/64,status/64
|
||||
ScaledDirectories=actions/16@2x,actions/16@3x,actions/22@2x,actions/22@3x,actions/24@2x,actions/24@3x,actions/32@2x,actions/32@3x
|
||||
Directories=actions/16,actions/22,actions/24,actions/32,apps/64,devices/64,places/64,status/16,status/22,status,24,status/64
|
||||
ScaledDirectories=actions/16@2x,actions/16@3x,actions/22@2x,actions/22@3x,actions/24@2x,actions/24@3x,actions/32@2x,actions/32@3x,status/16@2x,status/22@2x,status,24@2x,status/16@3x,status/22@3x,status,24@3x
|
||||
|
||||
[apps/64]
|
||||
Size=64
|
||||
@ -148,8 +148,6 @@ Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
########## Status
|
||||
########## ordered by size
|
||||
|
||||
#64x64 - Fixed size - For folder icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Color
|
||||
[places/64]
|
||||
@ -159,6 +157,87 @@ Context=Places
|
||||
MinSize=48
|
||||
MaxSize=256
|
||||
|
||||
########## Status
|
||||
########## ordered by size
|
||||
|
||||
#16x16 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/16]
|
||||
Size=16
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#16x16@2x - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/16@2x]
|
||||
Size=16
|
||||
Scale=2
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#16x16@3x - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/16@3x]
|
||||
Size=16
|
||||
Scale=3
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
|
||||
#22x22 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/22]
|
||||
Size=22
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#22x22@2x - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/22@2x]
|
||||
Size=22
|
||||
Scale=2
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#22x22@3x - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/22@3x]
|
||||
Size=22
|
||||
Scale=3
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#24x24 - Fixed size - GTK icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/24]
|
||||
Size=24
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#24x24@2x - Fixed size - GTK icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/24@2x]
|
||||
Size=24
|
||||
Scale=2
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#24x24@3x - Fixed size - GTK icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/24@3x]
|
||||
Size=24
|
||||
Scale=3
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#64x64 - Fixed size - For dialog icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Color
|
||||
[status/64]
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 8,2 C 8,2 6.5,3.9931391 2,4.4931641 2,4.4931641 2,11.493575 8,14 14,11.493575 14,4.4931641 14,4.4931641 9.5,3.9931391 8,2 8,2 Z m 0,1.0327148 c 1.1902463,1.008525 2.90787,1.6813196 5.134277,2.0200196 C 13.013333,6.1366343 12.897371,6.9523225 12.617188,7.7407227 12.02837,9.3975477 11.341831,10.405496 10.726074,11.130371 9.7719035,12.253646 8.905394,12.708244 8,13.160644 7.094606,12.708244 6.2280961,12.253646 5.2739258,11.130371 4.658169,10.405496 3.97163,9.3975477 3.3828125,7.7407227 3.102629,6.9523225 2.9866669,6.1366343 2.8657227,5.0527344 5.0921299,4.7140344 6.8097538,4.0412398 8,3.0327148 Z M 8,3.9321289 C 6.6923817,4.8398539 5.2233869,5.2995548 3.7490234,5.6123046 4.4471579,9.5738045 5.9510862,11.267813 8,12.328613 10.048914,11.267813 11.552843,9.5738045 12.250977,5.6123046 10.776613,5.2995547 9.3076183,4.8398539 8,3.9321289 Z" class="ColorScheme-Text"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 8,2 C 8,2 6.5,3.9931391 2,4.4931641 2,4.4931641 2,11.493575 8,14 14,11.493575 14,4.4931641 14,4.4931641 9.5,3.9931391 8,2 8,2 Z m 0,1.0327148 c 1.190246,1.008525 2.90787,1.6813196 5.134277,2.0200196 -0.120944,1.0839 -0.236906,1.8995883 -0.517089,2.6879883 C 12.02837,9.3975477 11.341831,10.405496 10.726074,11.130371 9.771904,12.253646 8.905394,12.708244 8,13.160644 7.094606,12.708244 6.228096,12.253646 5.2739258,11.130371 4.658169,10.405496 3.97163,9.3975478 3.3828125,7.7407227 3.102629,6.9523227 2.9866669,6.1366344 2.8657227,5.0527344 5.0921299,4.7140344 6.8097538,4.0412398 8,3.0327148 Z" class="ColorScheme-Text"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 931 B |
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 8,2 C 8,2 6.5,3.9931393 2,4.4931642 2,4.4931642 2,11.493575 8,14 14,11.493575 14,4.4931642 14,4.4931642 9.5,3.9931393 8,2 8,2 Z m 0,1.0327148 c 1.1902463,1.0085887 2.90787,1.681332 5.134277,2.02002 -0.120944,1.0839 -0.236906,1.899588 -0.517089,2.687988 C 12.02837,9.3975478 11.341831,10.405496 10.726074,11.130371 9.7719035,12.253605 8.905394,12.708268 8,13.160644 7.094606,12.708268 6.2280957,12.253605 5.2739255,11.130371 4.6581687,10.405496 3.97163,9.3975478 3.3828125,7.7407227 3.102629,6.9523228 2.986667,6.1366347 2.8657228,5.0527347 5.09213,4.7140467 6.8097538,4.0413035 8,3.0327148 Z M 8,3.932129 C 6.6923817,4.839833 5.2233868,5.299538 3.7490232,5.6123045 4.4471577,9.5737835 5.9510862,11.267823 8,12.328613 L 8,3.932129 Z" class="ColorScheme-Text"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
1
src/apps/res/icons/deskflow-dark/status/16@2x
Symbolic link
@ -0,0 +1 @@
|
||||
16
|
||||
1
src/apps/res/icons/deskflow-dark/status/16@3x
Symbolic link
@ -0,0 +1 @@
|
||||
16
|
||||
11
src/apps/res/icons/deskflow-dark/status/22/security-high.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-PositiveText { color: #27ae60; } .ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
</defs>
|
||||
<g transform="translate(0,-1030.3622)">
|
||||
<path style="opacity:1;fill:currentColor;fill-opacity:1;stroke:none" d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7216531 14.87716 6.6187125 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030967 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671528 12.207192 17.277659 11 17.880859 C 9.792808 17.277659 8.6374614 16.671528 7.3652344 15.173828 C 6.5442254 14.207328 5.62884 12.863397 4.84375 10.654297 C 4.470172 9.6030967 4.3155559 8.5155125 4.1542969 7.0703125 C 7.1228399 6.6187125 9.413005 5.7216531 11 4.3769531 z M 11 5.5761719 C 9.256509 6.7864719 7.2978492 7.3994064 5.3320312 7.8164062 C 6.2628772 13.098406 8.268115 15.357084 11 16.771484 C 13.731885 15.357084 15.737124 13.098406 16.667969 7.8164062 C 14.702151 7.3994063 12.743491 6.7864719 11 5.5761719 z " transform="translate(0,1030.3622)" class="ColorScheme-Text" id="path4943-7"/>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-PositiveText" d="m 15,1041.3622 c 2.216,0 4,1.784 4,4 0,2.216 -1.784,4 -4,4 -2.216,0 -4,-1.784 -4,-4 0,-2.216 1.784,-4 4,-4 z" id="rect4153"/>
|
||||
<path style="fill:#ffffff" d="M 17 13 L 14 16 L 13 15 L 12 16 L 13 17 L 14 18 L 18 14 L 17 13 z " transform="translate(0,1030.3622)" id="path4142"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-NegativeText { color: #da4453; } .ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7216531 14.87716 6.6187125 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030969 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671528 12.207192 17.277659 11 17.880859 C 9.792808 17.277659 8.6374614 16.671528 7.3652344 15.173828 C 6.5442254 14.207328 5.62884 12.863397 4.84375 10.654297 C 4.470172 9.6030969 4.3155559 8.5155125 4.1542969 7.0703125 C 7.1228399 6.6187125 9.413005 5.7216531 11 4.3769531 z " class="ColorScheme-Text"/>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 12 11 C 11.445981 11 11 11.446 11 12 L 11 18 C 11 18.5541 11.445981 19 12 19 L 18 19 C 18.554019 19 19 18.5541 19 18 L 19 12 C 19 11.446 18.554019 11 18 11 L 12 11 z " class="ColorScheme-NegativeText"/>
|
||||
<path style="fill:#ffffff" d="M 13 12 L 12 13 L 14 15 L 12 17 L 13 18 L 15 16 L 17 18 L 18 17 L 16 15 L 18 13 L 17 12 L 15 14 L 13 12 z " id="path4141"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-NeutralText { color: #f67400; } .ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
</defs>
|
||||
<g transform="translate(0,-1030.3622)">
|
||||
<path style="opacity:1;fill:currentColor;fill-opacity:1;stroke:none" d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7217384 14.87716 6.6187292 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030967 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671474 12.207192 17.277691 11 17.880859 C 9.7928082 17.277691 8.6374611 16.671474 7.3652344 15.173828 C 6.544225 14.207328 5.6288398 12.863397 4.84375 10.654297 C 4.4701723 9.6030967 4.3155563 8.5155125 4.1542969 7.0703125 C 7.1228397 6.6187292 9.4130046 5.7217384 11 4.3769531 z M 11 5.5761719 C 9.2565091 6.786444 7.2978494 7.3993841 5.3320312 7.8164062 C 6.2628766 13.098378 8.2681151 15.357097 11 16.771484 L 11 5.5761719 z " transform="translate(0,1030.3622)" class="ColorScheme-Text" id="path4943-9-4-1"/>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NeutralText" d="m 15.5,1041.3602 0.0039,0 a 0.5,0.5 0 0 1 0.439453,0.2695 l 0.0039,0 3.986328,6.9746 -0.002,0 a 0.5,0.5 0 0 1 0.06836,0.252 0.5,0.5 0 0 1 -0.5,0.5 l -8,0 a 0.5,0.5 0 0 1 -0.5,-0.5 0.5,0.5 0 0 1 0.06836,-0.252 l -0.002,0 3.986328,-6.9727 0.002,0 a 0.5,0.5 0 0 1 0.002,0 0.5,0.5 0 0 1 0.443359,-0.2715 l 0,0 z" id="path4250"/>
|
||||
<path style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" d="M 15 13 L 15 16 L 16 16 L 16 13 L 15 13 z M 15 17 L 15 18 L 16 18 L 16 17 L 15 17 z " transform="translate(0,1030.3622)" id="rect4241"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
1
src/apps/res/icons/deskflow-dark/status/22@2x
Symbolic link
@ -0,0 +1 @@
|
||||
22
|
||||
1
src/apps/res/icons/deskflow-dark/status/22@3x
Symbolic link
@ -0,0 +1 @@
|
||||
22
|
||||
12
src/apps/res/icons/deskflow-dark/status/24/security-high.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-PositiveText { color: #27ae60; } .ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
</defs>
|
||||
<g transform="translate(1,1)">
|
||||
<g transform="translate(0,-1030.3622)">
|
||||
<path style="opacity:1;fill:currentColor;fill-opacity:1;stroke:none" d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7216531 14.87716 6.6187125 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030967 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671528 12.207192 17.277659 11 17.880859 C 9.792808 17.277659 8.6374614 16.671528 7.3652344 15.173828 C 6.5442254 14.207328 5.62884 12.863397 4.84375 10.654297 C 4.470172 9.6030967 4.3155559 8.5155125 4.1542969 7.0703125 C 7.1228399 6.6187125 9.413005 5.7216531 11 4.3769531 z M 11 5.5761719 C 9.256509 6.7864719 7.2978492 7.3994064 5.3320312 7.8164062 C 6.2628772 13.098406 8.268115 15.357084 11 16.771484 C 13.731885 15.357084 15.737124 13.098406 16.667969 7.8164062 C 14.702151 7.3994063 12.743491 6.7864719 11 5.5761719 z " transform="translate(0,1030.3622)" class="ColorScheme-Text" id="path4943-7"/>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-PositiveText" d="m 15,1041.3622 c 2.216,0 4,1.784 4,4 0,2.216 -1.784,4 -4,4 -2.216,0 -4,-1.784 -4,-4 0,-2.216 1.784,-4 4,-4 z" id="rect4153"/>
|
||||
<path style="fill:#ffffff" d="M 17 13 L 14 16 L 13 15 L 12 16 L 13 17 L 14 18 L 18 14 L 17 13 z " transform="translate(0,1030.3622)" id="path4142"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
10
src/apps/res/icons/deskflow-dark/status/24/security-low.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-NegativeText { color: #da4453; } .ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
</defs>
|
||||
<g transform="translate(1,1)">
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7216531 14.87716 6.6187125 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030969 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671528 12.207192 17.277659 11 17.880859 C 9.792808 17.277659 8.6374614 16.671528 7.3652344 15.173828 C 6.5442254 14.207328 5.62884 12.863397 4.84375 10.654297 C 4.470172 9.6030969 4.3155559 8.5155125 4.1542969 7.0703125 C 7.1228399 6.6187125 9.413005 5.7216531 11 4.3769531 z " class="ColorScheme-Text"/>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 12 11 C 11.445981 11 11 11.446 11 12 L 11 18 C 11 18.5541 11.445981 19 12 19 L 18 19 C 18.554019 19 19 18.5541 19 18 L 19 12 C 19 11.446 18.554019 11 18 11 L 12 11 z " class="ColorScheme-NegativeText"/>
|
||||
<path style="fill:#ffffff" d="M 13 12 L 12 13 L 14 15 L 12 17 L 13 18 L 15 16 L 17 18 L 18 17 L 16 15 L 18 13 L 17 12 L 15 14 L 13 12 z " id="path4141"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-NeutralText { color: #f67400; } .ColorScheme-Text { color: #fcfcfc; } </style>
|
||||
</defs>
|
||||
<g transform="translate(1,1)">
|
||||
<g transform="translate(0,-1030.3622)">
|
||||
<path style="opacity:1;fill:currentColor;fill-opacity:1;stroke:none" d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7217384 14.87716 6.6187292 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030967 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671474 12.207192 17.277691 11 17.880859 C 9.7928082 17.277691 8.6374611 16.671474 7.3652344 15.173828 C 6.544225 14.207328 5.6288398 12.863397 4.84375 10.654297 C 4.4701723 9.6030967 4.3155563 8.5155125 4.1542969 7.0703125 C 7.1228397 6.6187292 9.4130046 5.7217384 11 4.3769531 z M 11 5.5761719 C 9.2565091 6.786444 7.2978494 7.3993841 5.3320312 7.8164062 C 6.2628766 13.098378 8.2681151 15.357097 11 16.771484 L 11 5.5761719 z " transform="translate(0,1030.3622)" class="ColorScheme-Text" id="path4943-9-4-1"/>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NeutralText" d="m 15.5,1041.3602 0.0039,0 a 0.5,0.5 0 0 1 0.439453,0.2695 l 0.0039,0 3.986328,6.9746 -0.002,0 a 0.5,0.5 0 0 1 0.06836,0.252 0.5,0.5 0 0 1 -0.5,0.5 l -8,0 a 0.5,0.5 0 0 1 -0.5,-0.5 0.5,0.5 0 0 1 0.06836,-0.252 l -0.002,0 3.986328,-6.9727 0.002,0 a 0.5,0.5 0 0 1 0.002,0 0.5,0.5 0 0 1 0.443359,-0.2715 l 0,0 z" id="path4250"/>
|
||||
<path style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" d="M 15 13 L 15 16 L 16 16 L 16 13 L 15 13 z M 15 17 L 15 18 L 16 18 L 16 17 L 15 17 z " transform="translate(0,1030.3622)" id="rect4241"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
1
src/apps/res/icons/deskflow-dark/status/24@2x
Symbolic link
@ -0,0 +1 @@
|
||||
24
|
||||
1
src/apps/res/icons/deskflow-dark/status/24@3x
Symbolic link
@ -0,0 +1 @@
|
||||
24
|
||||
@ -29,8 +29,8 @@ KDE-Extensions=.svg
|
||||
########## Directories
|
||||
########## ordered by category and alphabetically
|
||||
|
||||
Directories=actions/16,actions/22,actions/24,actions/32,apps/64,devices/64,places/64,status/64
|
||||
ScaledDirectories=actions/16@2x,actions/16@3x,actions/22@2x,actions/22@3x,actions/24@2x,actions/24@3x,actions/32@2x,actions/32@3x
|
||||
Directories=actions/16,actions/22,actions/24,actions/32,apps/64,devices/64,places/64,status/16,status/22,status,24,status/64
|
||||
ScaledDirectories=actions/16@2x,actions/16@3x,actions/22@2x,actions/22@3x,actions/24@2x,actions/24@3x,actions/32@2x,actions/32@3x,status/16@2x,status/22@2x,status,24@2x,status/16@3x,status/22@3x,status,24@3x
|
||||
|
||||
[apps/64]
|
||||
Size=64
|
||||
@ -148,8 +148,6 @@ Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
########## Status
|
||||
########## ordered by size
|
||||
|
||||
#64x64 - Fixed size - For folder icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Color
|
||||
[places/64]
|
||||
@ -159,6 +157,87 @@ Context=Places
|
||||
MinSize=48
|
||||
MaxSize=256
|
||||
|
||||
########## Status
|
||||
########## ordered by size
|
||||
|
||||
#16x16 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/16]
|
||||
Size=16
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#16x16@2x - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/16@2x]
|
||||
Size=16
|
||||
Scale=2
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#16x16@3x - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/16@3x]
|
||||
Size=16
|
||||
Scale=3
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
|
||||
#22x22 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/22]
|
||||
Size=22
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#22x22@2x - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/22@2x]
|
||||
Size=22
|
||||
Scale=2
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#22x22@3x - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/22@3x]
|
||||
Size=22
|
||||
Scale=3
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#24x24 - Fixed size - GTK icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/24]
|
||||
Size=24
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#24x24@2x - Fixed size - GTK icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/24@2x]
|
||||
Size=24
|
||||
Scale=2
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#24x24@3x - Fixed size - GTK icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome
|
||||
[status/24@3x]
|
||||
Size=24
|
||||
Scale=3
|
||||
Context=Status
|
||||
Type=Scalable
|
||||
MinSize=16
|
||||
MaxSize=256
|
||||
|
||||
#64x64 - Fixed size - For dialog icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Color
|
||||
[status/64]
|
||||
|
||||
@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 8,2 C 8,2 6.5,3.9931391 2,4.4931641 2,4.4931641 2,11.493575 8,14 14,11.493575 14,4.4931641 14,4.4931641 9.5,3.9931391 8,2 8,2 Z m 0,1.0327148 c 1.1902463,1.008525 2.90787,1.6813196 5.134277,2.0200196 C 13.013333,6.1366343 12.897371,6.9523225 12.617188,7.7407227 12.02837,9.3975477 11.341831,10.405496 10.726074,11.130371 9.7719035,12.253646 8.905394,12.708244 8,13.160644 7.094606,12.708244 6.2280961,12.253646 5.2739258,11.130371 4.658169,10.405496 3.97163,9.3975477 3.3828125,7.7407227 3.102629,6.9523225 2.9866669,6.1366343 2.8657227,5.0527344 5.0921299,4.7140344 6.8097538,4.0412398 8,3.0327148 Z M 8,3.9321289 C 6.6923817,4.8398539 5.2233869,5.2995548 3.7490234,5.6123046 4.4471579,9.5738045 5.9510862,11.267813 8,12.328613 10.048914,11.267813 11.552843,9.5738045 12.250977,5.6123046 10.776613,5.2995547 9.3076183,4.8398539 8,3.9321289 Z"
|
||||
class="ColorScheme-Text"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
13
src/apps/res/icons/deskflow-light/status/16/security-low.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 8,2 C 8,2 6.5,3.9931391 2,4.4931641 2,4.4931641 2,11.493575 8,14 14,11.493575 14,4.4931641 14,4.4931641 9.5,3.9931391 8,2 8,2 Z m 0,1.0327148 c 1.190246,1.008525 2.90787,1.6813196 5.134277,2.0200196 -0.120944,1.0839 -0.236906,1.8995883 -0.517089,2.6879883 C 12.02837,9.3975477 11.341831,10.405496 10.726074,11.130371 9.771904,12.253646 8.905394,12.708244 8,13.160644 7.094606,12.708244 6.228096,12.253646 5.2739258,11.130371 4.658169,10.405496 3.97163,9.3975478 3.3828125,7.7407227 3.102629,6.9523227 2.9866669,6.1366344 2.8657227,5.0527344 5.0921299,4.7140344 6.8097538,4.0412398 8,3.0327148 Z"
|
||||
class="ColorScheme-Text"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 948 B |
@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 8,2 C 8,2 6.5,3.9931393 2,4.4931642 2,4.4931642 2,11.493575 8,14 14,11.493575 14,4.4931642 14,4.4931642 9.5,3.9931393 8,2 8,2 Z m 0,1.0327148 c 1.1902463,1.0085887 2.90787,1.681332 5.134277,2.02002 -0.120944,1.0839 -0.236906,1.899588 -0.517089,2.687988 C 12.02837,9.3975478 11.341831,10.405496 10.726074,11.130371 9.7719035,12.253605 8.905394,12.708268 8,13.160644 7.094606,12.708268 6.2280957,12.253605 5.2739255,11.130371 4.6581687,10.405496 3.97163,9.3975478 3.3828125,7.7407227 3.102629,6.9523228 2.986667,6.1366347 2.8657228,5.0527347 5.09213,4.7140467 6.8097538,4.0413035 8,3.0327148 Z M 8,3.932129 C 6.6923817,4.839833 5.2233868,5.299538 3.7490232,5.6123045 4.4471577,9.5737835 5.9510862,11.267823 8,12.328613 L 8,3.932129 Z"
|
||||
class="ColorScheme-Text"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/apps/res/icons/deskflow-light/status/16@2x
Symbolic link
@ -0,0 +1 @@
|
||||
16
|
||||
1
src/apps/res/icons/deskflow-light/status/16@3x
Symbolic link
@ -0,0 +1 @@
|
||||
16
|
||||
@ -0,0 +1,31 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
.ColorScheme-PositiveText {
|
||||
color:#27ae60;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g
|
||||
transform="translate(0,-1030.3622)">
|
||||
<path
|
||||
style="opacity:1;fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7216531 14.87716 6.6187125 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030967 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671528 12.207192 17.277659 11 17.880859 C 9.792808 17.277659 8.6374614 16.671528 7.3652344 15.173828 C 6.5442254 14.207328 5.62884 12.863397 4.84375 10.654297 C 4.470172 9.6030967 4.3155559 8.5155125 4.1542969 7.0703125 C 7.1228399 6.6187125 9.413005 5.7216531 11 4.3769531 z M 11 5.5761719 C 9.256509 6.7864719 7.2978492 7.3994064 5.3320312 7.8164062 C 6.2628772 13.098406 8.268115 15.357084 11 16.771484 C 13.731885 15.357084 15.737124 13.098406 16.667969 7.8164062 C 14.702151 7.3994063 12.743491 6.7864719 11 5.5761719 z "
|
||||
transform="translate(0,1030.3622)"
|
||||
class="ColorScheme-Text"
|
||||
id="path4943-7" />
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
class="ColorScheme-PositiveText"
|
||||
d="m 15,1041.3622 c 2.216,0 4,1.784 4,4 0,2.216 -1.784,4 -4,4 -2.216,0 -4,-1.784 -4,-4 0,-2.216 1.784,-4 4,-4 z"
|
||||
id="rect4153" />
|
||||
<path
|
||||
style="fill:#ffffff"
|
||||
d="M 17 13 L 14 16 L 13 15 L 12 16 L 13 17 L 14 18 L 18 14 L 17 13 z "
|
||||
transform="translate(0,1030.3622)"
|
||||
id="path4142" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
25
src/apps/res/icons/deskflow-light/status/22/security-low.svg
Normal file
@ -0,0 +1,25 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
.ColorScheme-NegativeText {
|
||||
color:#da4453;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7216531 14.87716 6.6187125 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030969 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671528 12.207192 17.277659 11 17.880859 C 9.792808 17.277659 8.6374614 16.671528 7.3652344 15.173828 C 6.5442254 14.207328 5.62884 12.863397 4.84375 10.654297 C 4.470172 9.6030969 4.3155559 8.5155125 4.1542969 7.0703125 C 7.1228399 6.6187125 9.413005 5.7216531 11 4.3769531 z "
|
||||
class="ColorScheme-Text"/>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 12 11 C 11.445981 11 11 11.446 11 12 L 11 18 C 11 18.5541 11.445981 19 12 19 L 18 19 C 18.554019 19 19 18.5541 19 18 L 19 12 C 19 11.446 18.554019 11 18 11 L 12 11 z "
|
||||
class="ColorScheme-NegativeText"
|
||||
/>
|
||||
<path
|
||||
style="fill:#ffffff"
|
||||
d="M 13 12 L 12 13 L 14 15 L 12 17 L 13 18 L 15 16 L 17 18 L 18 17 L 16 15 L 18 13 L 17 12 L 15 14 L 13 12 z "
|
||||
id="path4141" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,31 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
.ColorScheme-NeutralText {
|
||||
color:#f67400;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g
|
||||
transform="translate(0,-1030.3622)">
|
||||
<path
|
||||
style="opacity:1;fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7217384 14.87716 6.6187292 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030967 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671474 12.207192 17.277691 11 17.880859 C 9.7928082 17.277691 8.6374611 16.671474 7.3652344 15.173828 C 6.544225 14.207328 5.6288398 12.863397 4.84375 10.654297 C 4.4701723 9.6030967 4.3155563 8.5155125 4.1542969 7.0703125 C 7.1228397 6.6187292 9.4130046 5.7217384 11 4.3769531 z M 11 5.5761719 C 9.2565091 6.786444 7.2978494 7.3993841 5.3320312 7.8164062 C 6.2628766 13.098378 8.2681151 15.357097 11 16.771484 L 11 5.5761719 z "
|
||||
transform="translate(0,1030.3622)"
|
||||
class="ColorScheme-Text"
|
||||
id="path4943-9-4-1" />
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
class="ColorScheme-NeutralText"
|
||||
d="m 15.5,1041.3602 0.0039,0 a 0.5,0.5 0 0 1 0.439453,0.2695 l 0.0039,0 3.986328,6.9746 -0.002,0 a 0.5,0.5 0 0 1 0.06836,0.252 0.5,0.5 0 0 1 -0.5,0.5 l -8,0 a 0.5,0.5 0 0 1 -0.5,-0.5 0.5,0.5 0 0 1 0.06836,-0.252 l -0.002,0 3.986328,-6.9727 0.002,0 a 0.5,0.5 0 0 1 0.002,0 0.5,0.5 0 0 1 0.443359,-0.2715 l 0,0 z"
|
||||
id="path4250" />
|
||||
<path
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="M 15 13 L 15 16 L 16 16 L 16 13 L 15 13 z M 15 17 L 15 18 L 16 18 L 16 17 L 15 17 z "
|
||||
transform="translate(0,1030.3622)"
|
||||
id="rect4241" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
1
src/apps/res/icons/deskflow-light/status/22@2x
Symbolic link
@ -0,0 +1 @@
|
||||
22
|
||||
1
src/apps/res/icons/deskflow-light/status/22@3x
Symbolic link
@ -0,0 +1 @@
|
||||
22
|
||||
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
.ColorScheme-PositiveText {
|
||||
color:#27ae60;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g transform="translate(1,1)">
|
||||
<g transform="translate(0,-1030.3622)">
|
||||
<path style="opacity:1;fill:currentColor;fill-opacity:1;stroke:none" d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7216531 14.87716 6.6187125 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030967 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671528 12.207192 17.277659 11 17.880859 C 9.792808 17.277659 8.6374614 16.671528 7.3652344 15.173828 C 6.5442254 14.207328 5.62884 12.863397 4.84375 10.654297 C 4.470172 9.6030967 4.3155559 8.5155125 4.1542969 7.0703125 C 7.1228399 6.6187125 9.413005 5.7216531 11 4.3769531 z M 11 5.5761719 C 9.256509 6.7864719 7.2978492 7.3994064 5.3320312 7.8164062 C 6.2628772 13.098406 8.268115 15.357084 11 16.771484 C 13.731885 15.357084 15.737124 13.098406 16.667969 7.8164062 C 14.702151 7.3994063 12.743491 6.7864719 11 5.5761719 z " transform="translate(0,1030.3622)" class="ColorScheme-Text" id="path4943-7"/>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-PositiveText" d="m 15,1041.3622 c 2.216,0 4,1.784 4,4 0,2.216 -1.784,4 -4,4 -2.216,0 -4,-1.784 -4,-4 0,-2.216 1.784,-4 4,-4 z" id="rect4153"/>
|
||||
<path style="fill:#ffffff" d="M 17 13 L 14 16 L 13 15 L 12 16 L 13 17 L 14 18 L 18 14 L 17 13 z " transform="translate(0,1030.3622)" id="path4142"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
17
src/apps/res/icons/deskflow-light/status/24/security-low.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
.ColorScheme-NegativeText {
|
||||
color:#da4453;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g transform="translate(1,1)">
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7216531 14.87716 6.6187125 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030969 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671528 12.207192 17.277659 11 17.880859 C 9.792808 17.277659 8.6374614 16.671528 7.3652344 15.173828 C 6.5442254 14.207328 5.62884 12.863397 4.84375 10.654297 C 4.470172 9.6030969 4.3155559 8.5155125 4.1542969 7.0703125 C 7.1228399 6.6187125 9.413005 5.7216531 11 4.3769531 z " class="ColorScheme-Text"/>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" d="M 12 11 C 11.445981 11 11 11.446 11 12 L 11 18 C 11 18.5541 11.445981 19 12 19 L 18 19 C 18.554019 19 19 18.5541 19 18 L 19 12 C 19 11.446 18.554019 11 18 11 L 12 11 z " class="ColorScheme-NegativeText"/>
|
||||
<path style="fill:#ffffff" d="M 13 12 L 12 13 L 14 15 L 12 17 L 13 18 L 15 16 L 17 18 L 18 17 L 16 15 L 18 13 L 17 12 L 15 14 L 13 12 z " id="path4141"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
}
|
||||
.ColorScheme-NeutralText {
|
||||
color:#f67400;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g transform="translate(1,1)">
|
||||
<g transform="translate(0,-1030.3622)">
|
||||
<path style="opacity:1;fill:currentColor;fill-opacity:1;stroke:none" d="M 11 3 C 11 3 9 5.6575188 3 6.3242188 C 3 6.3242188 3 15.6581 11 19 C 19 15.6581 19 6.3242188 19 6.3242188 C 13 5.6575188 11 3 11 3 z M 11 4.3769531 C 12.586995 5.7217384 14.87716 6.6187292 17.845703 7.0703125 C 17.684444 8.5155125 17.529828 9.6030967 17.15625 10.654297 C 16.37116 12.863397 15.455775 14.207328 14.634766 15.173828 C 13.362538 16.671474 12.207192 17.277691 11 17.880859 C 9.7928082 17.277691 8.6374611 16.671474 7.3652344 15.173828 C 6.544225 14.207328 5.6288398 12.863397 4.84375 10.654297 C 4.4701723 9.6030967 4.3155563 8.5155125 4.1542969 7.0703125 C 7.1228397 6.6187292 9.4130046 5.7217384 11 4.3769531 z M 11 5.5761719 C 9.2565091 6.786444 7.2978494 7.3993841 5.3320312 7.8164062 C 6.2628766 13.098378 8.2681151 15.357097 11 16.771484 L 11 5.5761719 z " transform="translate(0,1030.3622)" class="ColorScheme-Text" id="path4943-9-4-1"/>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NeutralText" d="m 15.5,1041.3602 0.0039,0 a 0.5,0.5 0 0 1 0.439453,0.2695 l 0.0039,0 3.986328,6.9746 -0.002,0 a 0.5,0.5 0 0 1 0.06836,0.252 0.5,0.5 0 0 1 -0.5,0.5 l -8,0 a 0.5,0.5 0 0 1 -0.5,-0.5 0.5,0.5 0 0 1 0.06836,-0.252 l -0.002,0 3.986328,-6.9727 0.002,0 a 0.5,0.5 0 0 1 0.002,0 0.5,0.5 0 0 1 0.443359,-0.2715 l 0,0 z" id="path4250"/>
|
||||
<path style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" d="M 15 13 L 15 16 L 16 16 L 16 13 L 15 13 z M 15 17 L 15 18 L 16 18 L 16 17 L 15 17 z " transform="translate(0,1030.3622)" id="rect4241"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
1
src/apps/res/icons/deskflow-light/status/24@2x
Symbolic link
@ -0,0 +1 @@
|
||||
24
|
||||
1
src/apps/res/icons/deskflow-light/status/24@3x
Symbolic link
@ -0,0 +1 @@
|
||||
24
|
||||