breeze-icons-for-docpond/icons/emblems/22/vcs-locally-modified.svg
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

16 lines
868 B
XML

<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-Accent {
color:#3daee9;
}
.ColorScheme-Text {
color:#232629;
}
</style>
<path d="M11 0A11 11 0 0 0 0 11a11 11 0 0 0 11 11 11 11 0 0 0 11-11A11 11 0 0 0 11 0z" style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Accent"/>
<path d="M19 11l-4 3v-2H6a1 1 0 0 0-1 1v5.988a10 10 0 0 1-2-2.008V12a2 2 0 0 1 2-2h10V8zM3.34 18.879a11 11 0 0 1-.078-.074 11 11 0 0 0 .078.074z" fill="#fff"/>
<path d="M11 0A11 11 0 0 0 0 11a11 11 0 0 0 11 11 11 11 0 0 0 11-11A11 11 0 0 0 11 0zm0 1a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 1 11 10 10 0 0 1 11 1z" style="fill:currentColor;fill-opacity:0.6;stroke:none" class="ColorScheme-Text"/>
</svg>