change location of poup icons + optimize icons

This commit is contained in:
bmFtZQ 2021-05-09 06:20:18 +08:00 committed by GitHub
parent 1cfb40f977
commit a031bfb75d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
85 changed files with 634 additions and 280 deletions

View file

@ -1,15 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<style>
:root &gt; use:not(:target) {
display: none;
}
</style>
<defs>
<path
style="fill-opacity:1;stroke-width:1px;stroke-opacity:1"
d="M 7.7500004,3.5 H 13.5 a 2,2 45 0 1 2,2 v 7 a 2,2 135 0 1 -2,2 h -11 a 2,2 45 0 1 -2,-2 v -9 a 2,2 135 0 1 2,-2 H 5.0000004 A 1.3150997,1.3150997 20.81677 0 1 5.8737051,1.8321819 L 7.7500004,3.5 5.8737051,5.1678181 A 1.3150997,1.3150997 159.18323 0 1 5.0000004,5.5 H 0.5"
id="folder" />
</defs>
<use id="lightmode" fill="#fee082" stroke="#b28501" href="#folder" />
<use id="darkmode" fill="#b28501" stroke="#fee082" href="#folder" />
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<style>
use:not(:target){display:none}
</style>
<defs>
<path style="fill-opacity:1;stroke-width:1px;stroke-opacity:1" d="M7.75 3.5h5.75a2 2 45 0 1 2 2v7a2 2 135 0 1-2 2h-11a2 2 45 0 1-2-2v-9a2 2 135 0 1 2-2H5a1.315 1.315 20.817 0 1 .874.332L7.75 3.5 5.874 5.168A1.315 1.315 159.183 0 1 5 5.5H.5" id="folder"/>
</defs>
<use id="lightmode" fill="#fee082" stroke="#b28501" href="#folder"/>
<use id="darkmode" fill="#b28501" stroke="#fee082" href="#folder"/>
</svg>

Before

Width:  |  Height:  |  Size: 716 B

After

Width:  |  Height:  |  Size: 546 B

Before After
Before After