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
43 lines
1.5 KiB
XML
43 lines
1.5 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
|
|
fill="#ff8b23"
|
|
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" />
|
|
|
|
<!-- coffee cup -->
|
|
<path
|
|
d="m47.5 41.5v7.5h1v-7.5zm6.833984 3.876953-1.224609 4.220703.966797.25586.96875-3.339844zm-12.664062.01367-.710938 1.138672.964844 3.326172.966797-.257813zm-4.669922 5.609377v6.5c0 6.497795 1.009414 11.496656 11 11.5 6.904533 0 9.517895-2.384773 10.474609-6h1.525391c3.999972 0 4-3.000008 4-4.5s-.000028-4.5-4-4.5h-1v-3zm11 18h-9.5v1h19v-1zm-10-17h20v5.5c0 3.198699-.287508 5.851869-1.558594 7.599609-1.271082 1.747745-3.608103 2.900391-8.441406 2.900391s-7.170324-1.152646-8.441406-2.900391c-1.271086-1.74774-1.558594-4.40091-1.558594-7.599609zm21 3h1c1.749998 0 3 .250003 3 3.5s-1.263735 3.48052-3 3.5h-1.306641c.244249-1.372708.306641-2.890078.306641-4.5z"
|
|
style="fill:currentColor;fill-opacity:0.6"
|
|
class="ColorScheme-Text" />
|
|
|
|
</svg>
|