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,5 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path
style="fill:context-fill;fill-opacity:context-fill-opacity"
d="M 2,1 C 0.89503,0.98077 0,1.89543 0,3 v 10 c 0,1.1046 0.89503,2 2,2 h 12 c 1.1049,0 2,-0.8954 2,-2 V 3 C 16,1.89543 15.1049,1 14,1 Z M 2,2 H 6 V 14 H 2 C 1.44752,14 1,13.5523 1,13 V 3 C 1,2.44771 1.4384314,2.1403922 2,2 Z m 5,0 h 7 c 0.5525,0 1,0.44771 1,1 v 10 c 0,0.5523 -0.4475,1 -1,1 H 7 Z M 2.5,4 C 2.2238576,4 2,4.2238576 2,4.5 2,4.7761424 2.2238576,5 2.5,5 h 2 C 4.7761424,5 5,4.7761424 5,4.5 5,4.2238576 4.7761424,4 4.5,4 Z m 0,3 C 2.2238576,7 2,7.2238576 2,7.5 2,7.7761424 2.2238576,8 2.5,8 h 2 C 4.7761424,8 5,7.7761424 5,7.5 5,7.2238576 4.7761424,7 4.5,7 Z m 0,3 C 2.2238576,10 2,10.223858 2,10.5 2,10.776142 2.2238576,11 2.5,11 h 2 C 4.7761424,11 5,10.776142 5,10.5 5,10.223858 4.7761424,10 4.5,10 Z" />
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<style>
#fill:not(:target),#fill:target+path{display:none}
</style>
<g style="fill:context-fill;fill-opacity:context-fill-opacity">
<path id="fill" d="M2 1C.895.98 0 1.895 0 3v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm5 1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H7V2zM2.5 4h2a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1zm0 3h2a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1zm0 3h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z"/>
<path d="M2 1C.895.98 0 1.895 0 3v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 1h4v12H2a1 1 0 0 1-1-1V3c0-.552.438-.86 1-1zm5 0h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H7zM2.5 4a.5.5 0 1 0 0 1h2a.5.5 0 1 0 0-1zm0 3a.5.5 0 1 0 0 1h2a.5.5 0 1 0 0-1zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 885 B

After

Width:  |  Height:  |  Size: 780 B

Before After
Before After