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
3.7 KiB
XML
44 lines
3.7 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" />
|
|
|
|
<!-- pen & sign -->
|
|
<path
|
|
d="m57.804687 39.554688c-.240524-.0042-.478003.107589-.626953.320312l-.71875 1.027344c-.68644-.467515-1.09877-.609963-1.882812.509765l-6.021484 8.59961 1.636696 1.148469 1.638673 1.146484 4.355469-6.21875c.331499.470075.442165 1.003335.398437 1.623047-.06706.950414-.566034 2.101939-1.394532 3.285156l-4.300752 6.144552.818359.572265 4.300781-6.142578c.892228-1.274234 1.489327-2.558299 1.576172-3.789063.06488-.9195-.19305-1.811903-.80664-2.539062l1.076171-1.53711c.78413-1.119853.508248-1.458132-.166015-1.943359l.71875-1.02539c.238321-.340358.156764-.806602-.183594-1.044923-.127634-.08937-.273651-.134199-.417969-.136718zm-10.398437 12.095702-6.882812 9.830079c-2.867877 4.095752-3.523438 8.519531-3.523438 8.519531s3.932905-2.128857 6.800781-6.224609l6.882812-9.830079zm1.035156 13.85547c-1.997143-.0056-2.467432 1.61435-2.83789 2.80078-2.281498.740517-4.804718.618888-4.59375 1.417969.199116.754193 1.457408-.298818 4.345702-.611328-.07795.860046-.392578 1.570313-.392578 1.570313-1.249959.41305-2.444157 1.328669-1.601562 1.859375.504093.317506 1.822373.195014 2.289062-1.392578.984354-.257282 2.057004-.433034 3.072266-.636719-.08363.52041-.840025 1.121505-.292969 1.458984.388957.239951 1.250433-.987815 1.498043-2.074222 0 0 .05963.22159.687499.375002.133169.659253.796644.781208 1.541016.480469-.04293.32019-.279274.633303-.419922.875-.419252.6225-.914946 1.615742-1.058594 2.050782-.226576.686188.438769 1.291014.859373.515626 0 0 .739151-1.51267 1.019533-2.205078.303073-.748449.673575-1.029019 1.207031-1.556641-.289114.397556-.221232.714944-.01758.816407.407595.20306.774494-.175444 1.203124-1 .543242-.462627.859766-.552684 1.480469-.841796-.04704.379093-.367188 1.035155-.367188 1.035155-.416941.837707-.475163 1.780487.654298 1.41211 2.145034-.699611 2.711686-2.015325 2.478514-2.355469-.55289-.806545-.747855 1.174695-2.593749 1.794922.555031-1.811071 1.135267-2.371488.78125-2.710938-.442213-.424015-1.336451.553071-2.058594.548829.322279-.547539.423706-1.17223.189453-1.271485-.712021-.30169-.614491.648195-1.666016 1.503906-.577805.533113-.614481.567026-.736327.457031-.455731-.411409-1.340976.774741-1.720703.140625.632643-.322208 1.575621-.218466 2.134766-.628906-.515721-.827087-1.509259-1.266211-2.091797-.910156-.854129.522054-.63168 1.077868-.876954.958985-.157614-.07639-.06084-.665817-.380859-.882813-.371527-.251967-.756441.598868-1.041016 1.207032-1.068881.27042-2.196334.517479-3.285156.673827.33052-.900626.264835-1.596807.769531-1.732421 1.705468-.623894 2.990234-1.300129 2.990234-2.210938 0-.545994-.604012-.937201-1.167966-.931644zm-.21875.73828c.262969.01079.527344.07532.527345.310545.000001.660373-1.432436 1.185973-2.21289 1.441406.43494-1.065432.629524-1.708414 1.433594-1.75.07752-.004.164296-.0055.251953-.002zm-3.697269 5.330076c.05671.000434.07836.03415.02344.117189-.186805.282476-.419922.228516-.419922.228516-.265436-.06045.226357-.347.396484-.345703z"
|
|
style="fill:currentColor;fill-opacity:0.6"
|
|
class="ColorScheme-Text" />
|
|
|
|
</svg>
|