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.8 KiB
XML
43 lines
1.8 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="#cf000f"
|
|
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" />
|
|
|
|
<!-- rpm logo -->
|
|
<path
|
|
d="m49 45a16 16 0 0 0 -16 16 16 16 0 0 0 .816406 4.958984 41.886784 41.886784 0 0 1 .933594-.349609 15 15 0 0 1 -.75-4.609375 15 15 0 0 1 15-15 15 15 0 0 1 15 15 15 15 0 0 1 -.261719 2.642578 43.887001 43.887001 0 0 1 .949219.322266 16 16 0 0 0 .3125-2.964844 16 16 0 0 0 -16-16zm0 2a14 14 0 0 0 -2.65625.289062l.244141.851563a12.625 13 0 0 1 1.787109-.140625 12.625 13 0 0 1 12.625 13 12.625 13 0 0 1 -.117188 1.671875 43.887001 43.887001 0 0 1 1.90625.636719 14 14 0 0 0 .210938-2.308594 14 14 0 0 0 -14-14zm-5.53125 1.152344a14 14 0 0 0 -6.757812 6.18164l.65625.320313a12.625 13 0 0 1 6.328124-5.710938zm-7.902344 8.960937a14 14 0 0 0 -.566406 3.886719h.75a12.625 13 0 0 1 .492188-3.556641zm13.433594.886719a3 3 0 0 0 -3 3 3 3 0 0 0 3 3 3 3 0 0 0 2.703125-1.707031l12.515625 3.570312c.09857-.318767.187201-.640529.265625-.964843l-12.507813-3.570313a3 3 0 0 0 .023438-.328125 3 3 0 0 0 -3-3zm0 1a2 2 0 0 1 2 2 2 2 0 0 1 -2 2 2 2 0 0 1 -2-2 2 2 0 0 1 2-2z"
|
|
style="fill:currentColor;fill-opacity:0.6"
|
|
class="ColorScheme-Text" />
|
|
|
|
</svg>
|