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
16 lines
808 B
XML
16 lines
808 B
XML
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-Accent {
|
|
color:#3daee9;
|
|
}
|
|
.ColorScheme-Text {
|
|
color:#232629;
|
|
}
|
|
</style>
|
|
<rect style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-Accent" height="16" rx="2" width="16"/>
|
|
<path d="M2 0C.892 0 0 .892 0 2v12c0 1.108.892 2 2 2h12c1.108 0 2-.892 2-2V2c0-1.108-.892-2-2-2zm0 1h12c.554 0 1 .446 1 1v12c0 .554-.446 1-1 1H2c-.554 0-1-.446-1-1V2c0-.554.446-1 1-1z" style="fill:currentColor;fill-opacity:0.6;stroke:none" class="ColorScheme-Text"/>
|
|
<path d="M8 1v2a5 5 0 0 0-5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5h-2a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3v2l4-3z" fill="#fff"/>
|
|
</svg>
|