mirror of https://github.com/cutefishos/statusbar
fix: control center
parent
9aa4a65b07
commit
a910d3892d
@ -0,0 +1,9 @@
|
||||
<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 4.1111a3.8889 3.8889 0 0 0-3.8889 3.8889 3.8889 3.8889 0 0 0 3.8889 3.8889 3.8889 3.8889 0 0 0 3.8889-3.8889 3.8889 3.8889 0 0 0-3.8889-3.8889zm-0.030382 2.5925a1.2963 1.2963 0 0 1 0.030382 0 1.2963 1.2963 0 0 1 1.2963 1.2963 1.2963 1.2963 0 0 1-1.2963 1.2963 1.2963 1.2963 0 0 1-1.2963-1.2963 1.2963 1.2963 0 0 1 1.2659-1.2963z" fill="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5925"/>
|
||||
<path d="m3 1.0001c-1.108 0-2 0.892-2 2v2h0.99999v-2c0-0.554 0.44599-0.99999 0.99999-0.99999h2v-0.99999zm7.9999 0v0.99999h2c0.554 0 0.99999 0.44599 0.99999 0.99999v2h1v-2c0-1.108-0.892-2-2-2zm-9.9999 9.9999v2c0 1.108 0.892 2 2 2h2v-0.99999h-2c-0.554 0-0.99999-0.44599-0.99999-0.99999v-2zm13 0v2c0 0.554-0.44599 0.99999-0.99999 0.99999h-2v0.99999h2c1.108 0 2-0.892 2-2v-2z" fill="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".99999"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,9 @@
|
||||
<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 4.1111a3.8889 3.8889 0 0 0-3.8889 3.8889 3.8889 3.8889 0 0 0 3.8889 3.8889 3.8889 3.8889 0 0 0 3.8889-3.8889 3.8889 3.8889 0 0 0-3.8889-3.8889zm-0.030382 2.5925a1.2963 1.2963 0 0 1 0.030382 0 1.2963 1.2963 0 0 1 1.2963 1.2963 1.2963 1.2963 0 0 1-1.2963 1.2963 1.2963 1.2963 0 0 1-1.2963-1.2963 1.2963 1.2963 0 0 1 1.2659-1.2963z" fill="#363636" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5925"/>
|
||||
<path d="m3 1.0001c-1.108 0-2 0.892-2 2v2h0.99999v-2c0-0.554 0.44599-0.99999 0.99999-0.99999h2v-0.99999zm7.9999 0v0.99999h2c0.554 0 0.99999 0.44599 0.99999 0.99999v2h1v-2c0-1.108-0.892-2-2-2zm-9.9999 9.9999v2c0 1.108 0.892 2 2 2h2v-0.99999h-2c-0.554 0-0.99999-0.44599-0.99999-0.99999v-2zm13 0v2c0 0.554-0.44599 0.99999-0.99999 0.99999h-2v0.99999h2c1.108 0 2-0.892 2-2v-2z" fill="#363636" stroke-linecap="round" stroke-linejoin="round" stroke-width=".99999"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue