c4398ec86b
Instead of using state-foo icons, use the corresponding emblems because they are larger and don't have the 'cloud state' background. Keep the existing names because I don't feel like churning more of the codebase than necessary. These new icons are from KDE Neon breeze-icon-theme 5.40, e.g. breeze-icon-theme: /usr/share/icons/breeze/emblems/8/emblem-error.svg
19 lines
661 B
XML
19 lines
661 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
|
|
<defs id="defs3051">
|
|
<style type="text/css" id="current-color-scheme">
|
|
.ColorScheme-NegativeText {
|
|
color:#da4453;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<path
|
|
style="fill:currentColor;fill-opacity:1;stroke:none"
|
|
class="ColorScheme-NegativeText"
|
|
d="M 1 0 C 0.4459807 0 0 0.446 0 1 L 0 7 C 0 7.5541 0.4459807 8 1 8 L 7 8 C 7.554019 8 8 7.5541 8 7 L 8 1 C 8 0.446 7.554019 0 7 0 L 1 0 z "
|
|
/>
|
|
<path
|
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
|
d="M 2 1 L 1 2 L 3 4 L 1 6 L 2 7 L 4 5 L 6 7 L 7 6 L 5 4 L 7 2 L 6 1 L 4 3 L 2 1 z "
|
|
/>
|
|
</svg>
|