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,16 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
<defs>
<linearGradient id="gradient" gradientUnits="userSpaceOnUse" >
<stop style="stop-color:#b2aeaa;stop-opacity:1" offset="30%" />
<stop style="stop-color:#b2aeaa;stop-opacity:0" offset="70%" />
<linearGradient id="a" gradientUnits="userSpaceOnUse">
<stop style="stop-color:#b2aeaa;stop-opacity:1" offset="30%"/>
<stop style="stop-color:#b2aeaa;stop-opacity:0" offset="70%"/>
</linearGradient>
<mask maskUnits="userSpaceOnUse" id="circle-mask">
<circle style="fill:#ffffff" cx="12" cy="12" r="12" />
<mask maskUnits="userSpaceOnUse" id="b">
<circle style="fill:#fff" cx="12" cy="12" r="12"/>
</mask>
</defs>
<circle style="fill:#33312d" cx="12" cy="12" r="12" />
<g style="fill:url(#gradient);stop-color:red">
<circle cx="12" cy="9" r="5" />
<ellipse cx="12" cy="31.5" rx="12" ry="16" mask="url(#circle-mask)" />
<circle style="fill:#33312d" cx="12" cy="12" r="12"/>
<g style="fill:url(#a)">
<circle cx="12" cy="9" r="5"/>
<ellipse cx="12" cy="31.5" rx="12" ry="16" mask="url(#b)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 691 B

After

Width:  |  Height:  |  Size: 612 B

Before After
Before After