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

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<style>
path:not(:target){display:none}
</style>
<g style="fill:context-fill;fill-opacity:context-fill-opacity">
<path id="show" d="M4 4a4 4 0 1 0 0 8h8a4 4 0 0 0 0-8H4zm0 1h8a3 3 0 1 1 0 6H4a3 3 0 1 1 0-6zm0 1a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/>
<path id="hide" d="M4 4a4 4 0 0 0 0 8h8a4 4 0 0 0 0-8H4zm8 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 432 B