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.4765625 2 A 0.5 0.5 0 0 0 2.1464844 2.1464844 A 0.5 0.5 0 0 0 2.1464844 2.8535156 L 7.2929688 8 L 2.1464844 13.146484 A 0.5 0.5 0 0 0 2.1464844 13.853516 A 0.5 0.5 0 0 0 2.8535156 13.853516 L 8 8.7070312 L 13.146484 13.853516 A 0.5 0.5 0 0 0 13.853516 13.853516 A 0.5 0.5 0 0 0 13.853516 13.146484 L 8.7070312 8 L 13.853516 2.8535156 A 0.5 0.5 0 0 0 13.853516 2.1464844 A 0.5 0.5 0 0 0 13.476562 2 A 0.5 0.5 0 0 0 13.146484 2.1464844 L 8 7.2929688 L 2.8535156 2.1464844 A 0.5 0.5 0 0 0 2.4765625 2 z " />
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<style>
#multiple:not(:target),#multiple:target+path{display:none}
</style>
<g style="fill:context-fill;fill-opacity:context-fill-opacity">
<path id="multiple" d="M3 1a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm11 .268V11.5a2.5 2.5 0 0 1-2.5 2.5H2.268A2 2 0 0 0 4 15h7.5a3.5 3.5 0 0 0 3.5-3.5V4a2 2 0 0 0-1-1.732zM4 3.5a.498.498 0 0 0-.354.146c-.195.196-.234.562 0 .708L6.293 7 3.646 9.646a.5.5 0 0 0 0 .707c.196.195.456.114.708 0L7 7.707l2.646 2.646a.5.5 0 1 0 .707-.707L7.707 7l2.646-2.646a.5.5 0 0 0 0-.708c-.195-.195-.472-.145-.707 0L7 6.292 4.354 3.646A.498.498 0 0 0 4 3.5z"/>
<path d="M2.477 2a.5.5 0 0 0-.33.146.5.5 0 0 0 0 .708L7.292 8l-5.147 5.146a.5.5 0 0 0 0 .708.5.5 0 0 0 .708 0L8 8.707l5.146 5.147a.5.5 0 0 0 .708 0 .5.5 0 0 0 0-.708L8.707 8l5.147-5.146a.5.5 0 0 0 0-.708.5.5 0 0 0-.377-.146.5.5 0 0 0-.33.146L8 7.293 2.854 2.146A.5.5 0 0 0 2.477 2z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After