This commit is contained in:
vinceliuice
2025-12-27 10:21:31 +08:00
parent 372464bf2c
commit c9e702beb9
6 changed files with 32 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
document-properties.svg
-1
View File
@@ -1 +0,0 @@
document-properties.svg
-1
View File
@@ -1 +0,0 @@
document-properties.svg
+12
View File
@@ -0,0 +1,12 @@
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs id="defs3">
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#363636; }
</style>
</defs>
<g style="fill:currentColor" class="ColorScheme-Text">
<circle cx="3" cy="8" r="1"/>
<circle cx="8" cy="8" r="1"/>
<circle cx="13" cy="8" r="1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 408 B

+10
View File
@@ -0,0 +1,10 @@
<svg width="22" height="22" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; }</style>
</defs>
<g class="ColorScheme-Text" transform="translate(3,3)" fill="currentColor">
<circle cx="3" cy="8" r="1"/>
<circle cx="8" cy="8" r="1"/>
<circle cx="13" cy="8" r="1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 402 B

+10
View File
@@ -0,0 +1,10 @@
<svg width="24" height="24" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; }</style>
</defs>
<g class="ColorScheme-Text" transform="translate(4,4)" fill="currentColor">
<circle cx="3" cy="8" r="1"/>
<circle cx="8" cy="8" r="1"/>
<circle cx="13" cy="8" r="1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 402 B