Marco Martin 931fc4520c Use newly introduced ColorScheme-Accent
See https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/116
This is more correct since the color we want to use is the accent color
not the background highlight color.

BUG:446468
2024-06-25 10:38:56 +02:00

17 lines
911 B
XML

<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#31363b;
}
.ColorScheme-Background {
color:#eff0f1;
}
.ColorScheme-Accent {
color:#3daee9;
}
.ColorScheme-ButtonText {
color:#31363b;
}
</style>
<path class="ColorScheme-Text" d="m11.023 3c-1.1209 0-2.0234 0.90252-2.0234 2.0234v21.953c0 1.1209 0.90252 2.0234 2.0234 2.0234h9.9434c1.1209 0 2.0234-0.90252 2.0234-2.0234v-21.953c0-1.1209-0.90252-2.0234-2.0234-2.0234h-9.9434zm-0.023438 1h10c0.554 0 1 0.446 1 1v22c0 0.554-0.446 1-1 1h-10c-0.554 0-1-0.446-1-1v-22c0-0.554 0.446-1 1-1zm1 1a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm1.5 21c-0.277 0-0.5 0.223-0.5 0.5s0.223 0.5 0.5 0.5h5c0.277 0 0.5-0.223 0.5-0.5s-0.223-0.5-0.5-0.5h-5z" fill="currentColor"/>
</svg>