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
591 B
XML
19 lines
591 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-PositiveText {
|
|
color:#27ae60;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<path
|
|
style="fill:currentColor;fill-opacity:1;stroke:none"
|
|
class="ColorScheme-PositiveText"
|
|
d="M 4 0 C 1.784 0 0 1.784 0 4 C 0 6.216 1.784 8 4 8 C 6.216 8 8 6.216 8 4 C 8 1.784 6.216 0 4 0 z "
|
|
/>
|
|
<path
|
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
|
d="M 6 2 L 3 5 L 2 4 L 1 5 L 2 6 L 3 7 L 7 3 L 6 2 z "
|
|
/>
|
|
</svg>
|