diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-11-21 14:43:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 14:43:58 +0100 |
commit | 5cc91965d09070437af8c17113c5740401b127dd (patch) | |
tree | b767225c58aab1dbf4e6ef2a1844bc263ab53284 /launcher/resources/breeze_light/scalable/status-bad.svg | |
parent | c74f852364d512dd850111f92cc989c0c2ce7392 (diff) | |
parent | ffcbf97dcccb2e6cb081282a3e335ecb66d37ca5 (diff) | |
download | PrismLauncher-5cc91965d09070437af8c17113c5740401b127dd.tar.gz PrismLauncher-5cc91965d09070437af8c17113c5740401b127dd.tar.bz2 PrismLauncher-5cc91965d09070437af8c17113c5740401b127dd.zip |
Merge pull request #487 from TayouVR/breeze-icon-themes
Diffstat (limited to 'launcher/resources/breeze_light/scalable/status-bad.svg')
-rw-r--r-- | launcher/resources/breeze_light/scalable/status-bad.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/launcher/resources/breeze_light/scalable/status-bad.svg b/launcher/resources/breeze_light/scalable/status-bad.svg new file mode 100644 index 00000000..6fc3137e --- /dev/null +++ b/launcher/resources/breeze_light/scalable/status-bad.svg @@ -0,0 +1,9 @@ +<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-NegativeText { + color:#da4453; + } + </style> + <rect class="ColorScheme-NegativeText" x="3" y="3" width="16" height="16" rx="2" fill="currentColor"/> + <path d="M 6.414,5 5,6.414 9.586,11 5,15.586 6.414,17 11,12.414 15.586,17 17,15.586 12.414,11 17,6.414 15.586,5 11,9.586 Z" fill="#fff"/> +</svg> |