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
44 lines
2.0 KiB
XML
44 lines
2.0 KiB
XML
<svg viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<!-- style definitions -->
|
|
<defs>
|
|
<style type="text/css" id="current-color-scheme">
|
|
.ColorScheme-Text {
|
|
color:#232629;
|
|
}
|
|
.ColorScheme-Accent {
|
|
color:#3daee9;
|
|
}
|
|
</style>
|
|
</defs>
|
|
|
|
<!-- folder bg -->
|
|
<path
|
|
style="fill:currentColor"
|
|
class="ColorScheme-Accent"
|
|
d="m6 9v21h-1v57h86v-63h-1v-9h-42l-6-6z" />
|
|
|
|
<!-- folder fg -->
|
|
<path
|
|
d="m6 9v21h27l6-6h51v-9h-42l-6-6z"
|
|
fill-opacity=".33" />
|
|
|
|
<!-- folder highlight -->
|
|
<path
|
|
d="m42 9 5 7h43v-1h-42zm-3 15-6 6h-28v1h29z"
|
|
fill="#fff"
|
|
fill-opacity=".2" />
|
|
|
|
<!-- folder shadow -->
|
|
<path
|
|
d="m39 24-7 5h-26v1h27zm-34 62v1h86v-1z"
|
|
fill-opacity=".2" />
|
|
|
|
<!-- compass -->
|
|
<path
|
|
d="m48 40c-.690052 0-.786951.430123-.642578 2.052734-1.903666.307387-3.357422 1.956852-3.357422 3.947266 0 1.418999.739495 2.664917 1.853516 3.375l-4.955078 10.625h-1.398438c-.277 0-.5.223-.5.5s.223.5.5.5h.931641l-3.552735 7.617188c-.52827 1.132884-.482422 2.808593-.482422 2.808593s1.313526-1.040946 1.841797-2.173828l3.847657-8.251953h5.113281v1.25c0 .4155.3345.75.75.75.415499 0 .75-.3345.75-.75v-1.25h5.21875l3.847656 8.251953c.528271 1.132882 1.841797 2.173828 1.841797 2.173828s.04585-1.675709-.482422-2.808593l-3.552734-7.617188h.927734c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-1.392578l-4.957031-10.628906c1.111486-.710574 1.849609-1.954025 1.849609-3.371094 0-1.990414-1.453756-3.639879-3.357422-3.947266.144373-1.622611.047474-2.052734-.642578-2.052734zm-.544922 3.193359.105469 1.306641h.439453.439453l.105469-1.306641c1.361609.219572 1.955954 1.28133 1.955078 2.607422-.000014 1.490741-1.000002 2.59961-2.5 2.59961s-2.499986-1.108869-2.5-2.59961c-.000876-1.326092.593469-2.38785 1.955078-2.607422zm-.205078 6.734375c.242932.046082.49366.072266.75.072266.258327 0 .511166-.02548.755859-.07227l4.695313 10.07227h-4.751953v-1.25c0-.4155-.334501-.75-.75-.75-.4155 0-.75.3345-.75.75v1.25h-4.646485z"
|
|
style="fill:currentColor;fill-opacity:0.6"
|
|
class="ColorScheme-Text" />
|
|
|
|
</svg>
|