This commit is contained in:
Vince
2021-07-05 00:19:45 +08:00
parent c876a52356
commit bc7e23b0ca
50 changed files with 123 additions and 160 deletions

View File

@@ -0,0 +1,8 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
</defs>
<path d="m8 0c-4.424 0-8 3.576-8 8s3.576 8 8 8 8-3.576 8-8-3.576-8-8-8zm0 1c3.87 0 7 3.13 7 7s-3.13 7-7 7-7-3.13-7-7 3.13-7 7-7zm0.063 2c-1.252-0.024-2.564 0.47-2.97 1.438-0.234 0.538-6e-3 1.5 0.782 1.5 0.46 0 0.653-0.315 0.688-0.594 0.026-0.212-0.044-0.388-0.094-0.563-0.057-0.199 0.173-0.593 0.437-0.75 0.221-0.131 0.466-0.179 0.5-0.187 0.795-0.196 1.576 0.255 1.907 0.781 0.33 0.526-0.04 1.317-0.563 2.094-0.523 0.776-1.065 1.657-1.062 2.593 0 0.357-0.054 0.481-0.032 0.626 0.018 0.115 0.403 0.116 0.688 0.062-0.025-0.907 0.164-1.814 1-2.438 0.883-0.705 1.746-1.584 1.656-2.625-0.02-1.003-1.178-1.793-2.406-1.906a4.39 4.39 0 0 0-0.531-0.031zm-0.344 8.219c-0.603 0.148-0.962 0.914-0.563 1.406 0.408 0.621 1.554 0.453 1.75-0.25 0.204-0.547-0.307-1.165-0.937-1.156-0.095-5e-3 -0.164-0.021-0.25 0z" class="ColorScheme-Text" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -1,6 +1,6 @@
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#555555; } .ColorScheme-Highlight { color:#4285f4; }</style>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; } .ColorScheme-Highlight { color:#4285f4; }</style>
</defs>
<path class="ColorScheme-Text" d="m8.0052 1 5.9688 0.03125c0.5477 0.00325 0.99089 0.44645 0.99414 0.99414l0.03125 5.9688c0.0014 0.28107-0.1156 0.54974-0.32227 0.74023l-6.5 6c-0.39424 0.3637-1.0052 0.35164-1.3848-0.02734l-5.5-5.5c-0.37898-0.37957-0.39105-0.99053-0.02734-1.3848l6-6.5c0.19049-0.20667 0.45916-0.32364 0.74023-0.32227zm-0.00586 1-6 6.5 5.5 5.5 6.5-6-0.03125-5.9688zm2.5 2c0.828 0 1.5 0.672 1.5 1.5s-0.672 1.5-1.5 1.5c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5z" color="#363636" fill="currentColor"/>
<path class="ColorScheme-Text" d="m8.0052 1 5.9688 0.03125c0.5477 0.00325 0.99089 0.44645 0.99414 0.99414l0.03125 5.9688c0.0014 0.28107-0.1156 0.54974-0.32227 0.74023l-6.5 6c-0.39424 0.3637-1.0052 0.35164-1.3848-0.02734l-5.5-5.5c-0.37898-0.37957-0.39105-0.99053-0.02734-1.3848l6-6.5c0.19049-0.20667 0.45916-0.32364 0.74023-0.32227zm-0.00586 1-6 6.5 5.5 5.5 6.5-6-0.03125-5.9688zm2.5 2c0.828 0 1.5 0.672 1.5 1.5s-0.672 1.5-1.5 1.5c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 756 B

After

Width:  |  Height:  |  Size: 740 B