Optimize a bit draw-boolean icon

This commit is contained in:
Sergei Eremenko 2023-08-08 18:30:31 +03:00
parent c21f25346c
commit 4dce556f94
No known key found for this signature in database
GPG key ID: AB6D54C1C16D2507
16 changed files with 56 additions and 64 deletions

View file

@ -4,8 +4,6 @@
.ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m9.9628906 6a3.5 3.5 0 0 1 0.0371094 0.5 3.5 3.5 0 0 1-0.3515625 1.5h3.3515625v5h-5v-3.3515625a3.5 3.5 0 0 1-1.5 0.3515625 3.5 3.5 0 0 1-0.5-0.0429688v5.0429688h9v-9h-5.0371094z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m6.5 1a5.5 5.5 0 0 0-5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 1.5-0.212891v-2.1386715a3.5 3.5 0 0 1-1.5 0.3515625 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.3515625 1.5h2.1386715a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.2050781 5.5 5.5 0 0 0 0.068359-0.2050781zm-3.787109 3.787109a5.5 5.5 0 0 0 0.2050781-0.068359 5.5 5.5 0 0 1-0.2050781 0.068359zm3.568359-3.1738278a5.5 5.5 0 0 1-0.111328 0.2558594 5.5 5.5 0 0 0 0.111328-0.2558594zm-0.378906 0.7460938a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.7089844 0.408203a5.5 5.5 0 0 1-0.2558594 0.111328 5.5 5.5 0 0 0 0.2558594-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 6,6 V 9.9570312 A 3.5,3.5 0 0 0 6.5,10 3.5,3.5 0 0 0 8,9.6484375 V 8 H 9.6484375 A 3.5,3.5 0 0 0 10,6.5 3.5,3.5 0 0 0 9.9628906,6 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 9.6484375,8 A 3.5,3.5 0 0 1 8,9.6484375 V 11.787109 A 5.5,5.5 0 0 0 11.787109,8 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5 1 A 5.5 5.5 0 0 0 1 6.5 A 5.5 5.5 0 0 0 6 11.963 L 6 15 L 15 15 L 15 6 L 11.977 6 A 5.5 5.5 0 0 0 6.5 1 z M 6.5 3 A 3.5 3.5 0 0 1 10 6.5 A 3.5 3.5 0 0 1 9.6484 8 L 11 8 L 11.787 8 L 13 8 L 13 13 L 8 13 L 8 11.787 L 8 11 L 8 9.6484 A 3.5 3.5 0 0 1 6.5 10 A 3.5 3.5 0 0 1 3 6.5 A 3.5 3.5 0 0 1 6.5 3 z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m 10.96289,6.9999999 a 3.5,3.5 0 0 1 0.03711,0.5 3.5,3.5 0 0 1 -0.351562,1.5 h 3.351562 V 14 H 9 V 10.648437 A 3.5,3.5 0 0 1 7.5,11 3.5,3.5 0 0 1 7,10.957031 V 16 h 9 V 6.9999999 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m7.5 1.9999998a5.5 5.5 0 0 0-5.5 5.5000001 5.5 5.5 0 0 0 5.5 5.5000001 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.5000001 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.351563 1.5h2.138672a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5000001zm5.287109 7.0000001a5.5 5.5 0 0 1-0.068359 0.2050781 5.5 5.5 0 0 0 0.068359-0.2050781zm-3.787109 3.7871091a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.1738279a5.5 5.5 0 0 1-0.111328 0.2558594 5.5 5.5 0 0 0 0.111328-0.2558594zm-0.378906 0.7460939a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.7089846 0.408203a5.5 5.5 0 0 1-0.2558594 0.111328 5.5 5.5 0 0 0 0.2558594-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m7 6.9999999v3.9570311a3.5 3.5 0 0 0 0.5 0.042969 3.5 3.5 0 0 0 1.5-0.351562v-1.6484381h1.648437a3.5 3.5 0 0 0 0.351563-1.5 3.5 3.5 0 0 0-0.03711-0.5z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m10.648437 8.9999999a3.5 3.5 0 0 1-1.648437 1.6484371v2.138672a5.5 5.5 0 0 0 3.787109-3.7871091z"/>
<g transform="translate(1,1)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="M 12.96289,9.0000001 A 3.5,3.5 0 0 1 13,9.5000001 3.5,3.5 0 0 1 12.648438,11 H 16 v 5 H 11 V 12.648437 A 3.5,3.5 0 0 1 9.5,13 3.5,3.5 0 0 1 9,12.957031 V 18 h 9 V 9.0000001 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m9.5 4a5.5 5.5 0 0 0-5.5 5.5000001 5.5 5.5 0 0 0 5.5 5.4999999 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.4999999 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.351563 1.4999999h2.138672a5.5 5.5 0 0 0 0.212891-1.4999999 5.5 5.5 0 0 0-5.5-5.5000001zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.205078 5.5 5.5 0 0 0 0.068359-0.205078zm-3.787109 3.787109a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.173828a5.5 5.5 0 0 1-0.111328 0.25586 5.5 5.5 0 0 0 0.111328-0.25586zm-0.378906 0.746094a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.708985 0.408203a5.5 5.5 0 0 1-0.255859 0.111328 5.5 5.5 0 0 0 0.255859-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 9,9.0000001 V 12.957031 A 3.5,3.5 0 0 0 9.5,13 3.5,3.5 0 0 0 11,12.648438 V 11 h 1.648437 A 3.5,3.5 0 0 0 13,9.5000001 a 3.5,3.5 0 0 0 -0.03711,-0.5 z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 12.648437,11 A 3.5,3.5 0 0 1 11,12.648437 v 2.138672 A 5.5,5.5 0 0 0 14.787109,11 Z"/>
<g transform="translate(3,3)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="M 13.96289,10 A 3.5,3.5 0 0 1 14,10.5 3.5,3.5 0 0 1 13.648438,12 H 17 v 5 H 12 V 13.648437 A 3.5,3.5 0 0 1 10.5,14 3.5,3.5 0 0 1 10,13.957031 V 19 h 9 v -9 z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m10.5 5a5.5 5.5 0 0 0-5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.4999999 3.5 3.5 0 0 1 3.5 3.4999999 3.5 3.5 0 0 1-0.351563 1.5h2.138672a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.205078 5.5 5.5 0 0 0 0.068359-0.205078zm-3.787109 3.787109a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.173828a5.5 5.5 0 0 1-0.111328 0.25586 5.5 5.5 0 0 0 0.111328-0.25586zm-0.378906 0.746094a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.708985 0.408203a5.5 5.5 0 0 1-0.255859 0.111328 5.5 5.5 0 0 0 0.255859-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m 10,10 v 3.957031 A 3.5,3.5 0 0 0 10.5,14 3.5,3.5 0 0 0 12,13.648438 V 12 h 1.648437 A 3.5,3.5 0 0 0 14,10.5 3.5,3.5 0 0 0 13.96289,10 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 13.648437,12 A 3.5,3.5 0 0 1 12,13.648437 v 2.138672 A 5.5,5.5 0 0 0 15.787109,12 Z"/>
<g transform="translate(4,4)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,6 @@
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m9.9628906 6a3.5 3.5 0 0 1 0.0371094 0.5 3.5 3.5 0 0 1-0.3515625 1.5h3.3515625v5h-5v-3.3515625a3.5 3.5 0 0 1-1.5 0.3515625 3.5 3.5 0 0 1-0.5-0.0429688v5.0429688h9v-9h-5.0371094z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m6.5 1a5.5 5.5 0 0 0-5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 1.5-0.212891v-2.1386715a3.5 3.5 0 0 1-1.5 0.3515625 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.3515625 1.5h2.1386715a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.2050781 5.5 5.5 0 0 0 0.068359-0.2050781zm-3.787109 3.787109a5.5 5.5 0 0 0 0.2050781-0.068359 5.5 5.5 0 0 1-0.2050781 0.068359zm3.568359-3.1738278a5.5 5.5 0 0 1-0.111328 0.2558594 5.5 5.5 0 0 0 0.111328-0.2558594zm-0.378906 0.7460938a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.7089844 0.408203a5.5 5.5 0 0 1-0.2558594 0.111328 5.5 5.5 0 0 0 0.2558594-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 6,6 V 9.9570312 A 3.5,3.5 0 0 0 6.5,10 3.5,3.5 0 0 0 8,9.6484375 V 8 H 9.6484375 A 3.5,3.5 0 0 0 10,6.5 3.5,3.5 0 0 0 9.9628906,6 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 9.6484375,8 A 3.5,3.5 0 0 1 8,9.6484375 V 11.787109 A 5.5,5.5 0 0 0 11.787109,8 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5 1 A 5.5 5.5 0 0 0 1 6.5 A 5.5 5.5 0 0 0 6 11.963 L 6 15 L 15 15 L 15 6 L 11.977 6 A 5.5 5.5 0 0 0 6.5 1 z M 6.5 3 A 3.5 3.5 0 0 1 10 6.5 A 3.5 3.5 0 0 1 9.6484 8 L 11 8 L 11.787 8 L 13 8 L 13 13 L 8 13 L 8 11.787 L 8 11 L 8 9.6484 A 3.5 3.5 0 0 1 6.5 10 A 3.5 3.5 0 0 1 3 6.5 A 3.5 3.5 0 0 1 6.5 3 z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m 10.96289,6.9999999 a 3.5,3.5 0 0 1 0.03711,0.5 3.5,3.5 0 0 1 -0.351562,1.5 h 3.351562 V 14 H 9 V 10.648437 A 3.5,3.5 0 0 1 7.5,11 3.5,3.5 0 0 1 7,10.957031 V 16 h 9 V 6.9999999 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m7.5 1.9999998a5.5 5.5 0 0 0-5.5 5.5000001 5.5 5.5 0 0 0 5.5 5.5000001 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.5000001 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.351563 1.5h2.138672a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5000001zm5.287109 7.0000001a5.5 5.5 0 0 1-0.068359 0.2050781 5.5 5.5 0 0 0 0.068359-0.2050781zm-3.787109 3.7871091a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.1738279a5.5 5.5 0 0 1-0.111328 0.2558594 5.5 5.5 0 0 0 0.111328-0.2558594zm-0.378906 0.7460939a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.7089846 0.408203a5.5 5.5 0 0 1-0.2558594 0.111328 5.5 5.5 0 0 0 0.2558594-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m7 6.9999999v3.9570311a3.5 3.5 0 0 0 0.5 0.042969 3.5 3.5 0 0 0 1.5-0.351562v-1.6484381h1.648437a3.5 3.5 0 0 0 0.351563-1.5 3.5 3.5 0 0 0-0.03711-0.5z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m10.648437 8.9999999a3.5 3.5 0 0 1-1.648437 1.6484371v2.138672a5.5 5.5 0 0 0 3.787109-3.7871091z"/>
<g transform="translate(1,1)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="M 12.96289,9.0000001 A 3.5,3.5 0 0 1 13,9.5000001 3.5,3.5 0 0 1 12.648438,11 H 16 v 5 H 11 V 12.648437 A 3.5,3.5 0 0 1 9.5,13 3.5,3.5 0 0 1 9,12.957031 V 18 h 9 V 9.0000001 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m9.5 4a5.5 5.5 0 0 0-5.5 5.5000001 5.5 5.5 0 0 0 5.5 5.4999999 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.4999999 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.351563 1.4999999h2.138672a5.5 5.5 0 0 0 0.212891-1.4999999 5.5 5.5 0 0 0-5.5-5.5000001zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.205078 5.5 5.5 0 0 0 0.068359-0.205078zm-3.787109 3.787109a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.173828a5.5 5.5 0 0 1-0.111328 0.25586 5.5 5.5 0 0 0 0.111328-0.25586zm-0.378906 0.746094a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.708985 0.408203a5.5 5.5 0 0 1-0.255859 0.111328 5.5 5.5 0 0 0 0.255859-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 9,9.0000001 V 12.957031 A 3.5,3.5 0 0 0 9.5,13 3.5,3.5 0 0 0 11,12.648438 V 11 h 1.648437 A 3.5,3.5 0 0 0 13,9.5000001 a 3.5,3.5 0 0 0 -0.03711,-0.5 z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 12.648437,11 A 3.5,3.5 0 0 1 11,12.648437 v 2.138672 A 5.5,5.5 0 0 0 14.787109,11 Z"/>
<g transform="translate(3,3)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="M 13.96289,10 A 3.5,3.5 0 0 1 14,10.5 3.5,3.5 0 0 1 13.648438,12 H 17 v 5 H 12 V 13.648437 A 3.5,3.5 0 0 1 10.5,14 3.5,3.5 0 0 1 10,13.957031 V 19 h 9 v -9 z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m10.5 5a5.5 5.5 0 0 0-5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.4999999 3.5 3.5 0 0 1 3.5 3.4999999 3.5 3.5 0 0 1-0.351563 1.5h2.138672a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.205078 5.5 5.5 0 0 0 0.068359-0.205078zm-3.787109 3.787109a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.173828a5.5 5.5 0 0 1-0.111328 0.25586 5.5 5.5 0 0 0 0.111328-0.25586zm-0.378906 0.746094a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.708985 0.408203a5.5 5.5 0 0 1-0.255859 0.111328 5.5 5.5 0 0 0 0.255859-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m 10,10 v 3.957031 A 3.5,3.5 0 0 0 10.5,14 3.5,3.5 0 0 0 12,13.648438 V 12 h 1.648437 A 3.5,3.5 0 0 0 14,10.5 3.5,3.5 0 0 0 13.96289,10 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 13.648437,12 A 3.5,3.5 0 0 1 12,13.648437 v 2.138672 A 5.5,5.5 0 0 0 15.787109,12 Z"/>
<g transform="translate(4,4)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,6 @@
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m9.9628906 6a3.5 3.5 0 0 1 0.0371094 0.5 3.5 3.5 0 0 1-0.3515625 1.5h3.3515625v5h-5v-3.3515625a3.5 3.5 0 0 1-1.5 0.3515625 3.5 3.5 0 0 1-0.5-0.0429688v5.0429688h9v-9h-5.0371094z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m6.5 1a5.5 5.5 0 0 0-5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 1.5-0.212891v-2.1386715a3.5 3.5 0 0 1-1.5 0.3515625 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.3515625 1.5h2.1386715a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.2050781 5.5 5.5 0 0 0 0.068359-0.2050781zm-3.787109 3.787109a5.5 5.5 0 0 0 0.2050781-0.068359 5.5 5.5 0 0 1-0.2050781 0.068359zm3.568359-3.1738278a5.5 5.5 0 0 1-0.111328 0.2558594 5.5 5.5 0 0 0 0.111328-0.2558594zm-0.378906 0.7460938a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.7089844 0.408203a5.5 5.5 0 0 1-0.2558594 0.111328 5.5 5.5 0 0 0 0.2558594-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 6,6 V 9.9570312 A 3.5,3.5 0 0 0 6.5,10 3.5,3.5 0 0 0 8,9.6484375 V 8 H 9.6484375 A 3.5,3.5 0 0 0 10,6.5 3.5,3.5 0 0 0 9.9628906,6 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 9.6484375,8 A 3.5,3.5 0 0 1 8,9.6484375 V 11.787109 A 5.5,5.5 0 0 0 11.787109,8 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5 1 A 5.5 5.5 0 0 0 1 6.5 A 5.5 5.5 0 0 0 6 11.963 L 6 15 L 15 15 L 15 6 L 11.977 6 A 5.5 5.5 0 0 0 6.5 1 z M 6.5 3 A 3.5 3.5 0 0 1 10 6.5 A 3.5 3.5 0 0 1 9.6484 8 L 11 8 L 11.787 8 L 13 8 L 13 13 L 8 13 L 8 11.787 L 8 11 L 8 9.6484 A 3.5 3.5 0 0 1 6.5 10 A 3.5 3.5 0 0 1 3 6.5 A 3.5 3.5 0 0 1 6.5 3 z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m 10.96289,6.9999999 a 3.5,3.5 0 0 1 0.03711,0.5 3.5,3.5 0 0 1 -0.351562,1.5 h 3.351562 V 14 H 9 V 10.648437 A 3.5,3.5 0 0 1 7.5,11 3.5,3.5 0 0 1 7,10.957031 V 16 h 9 V 6.9999999 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m7.5 1.9999998a5.5 5.5 0 0 0-5.5 5.5000001 5.5 5.5 0 0 0 5.5 5.5000001 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.5000001 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.351563 1.5h2.138672a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5000001zm5.287109 7.0000001a5.5 5.5 0 0 1-0.068359 0.2050781 5.5 5.5 0 0 0 0.068359-0.2050781zm-3.787109 3.7871091a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.1738279a5.5 5.5 0 0 1-0.111328 0.2558594 5.5 5.5 0 0 0 0.111328-0.2558594zm-0.378906 0.7460939a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.7089846 0.408203a5.5 5.5 0 0 1-0.2558594 0.111328 5.5 5.5 0 0 0 0.2558594-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m7 6.9999999v3.9570311a3.5 3.5 0 0 0 0.5 0.042969 3.5 3.5 0 0 0 1.5-0.351562v-1.6484381h1.648437a3.5 3.5 0 0 0 0.351563-1.5 3.5 3.5 0 0 0-0.03711-0.5z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m10.648437 8.9999999a3.5 3.5 0 0 1-1.648437 1.6484371v2.138672a5.5 5.5 0 0 0 3.787109-3.7871091z"/>
<g transform="translate(1,1)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="M 12.96289,9.0000001 A 3.5,3.5 0 0 1 13,9.5000001 3.5,3.5 0 0 1 12.648438,11 H 16 v 5 H 11 V 12.648437 A 3.5,3.5 0 0 1 9.5,13 3.5,3.5 0 0 1 9,12.957031 V 18 h 9 V 9.0000001 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m9.5 4a5.5 5.5 0 0 0-5.5 5.5000001 5.5 5.5 0 0 0 5.5 5.4999999 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.4999999 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.351563 1.4999999h2.138672a5.5 5.5 0 0 0 0.212891-1.4999999 5.5 5.5 0 0 0-5.5-5.5000001zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.205078 5.5 5.5 0 0 0 0.068359-0.205078zm-3.787109 3.787109a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.173828a5.5 5.5 0 0 1-0.111328 0.25586 5.5 5.5 0 0 0 0.111328-0.25586zm-0.378906 0.746094a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.708985 0.408203a5.5 5.5 0 0 1-0.255859 0.111328 5.5 5.5 0 0 0 0.255859-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 9,9.0000001 V 12.957031 A 3.5,3.5 0 0 0 9.5,13 3.5,3.5 0 0 0 11,12.648438 V 11 h 1.648437 A 3.5,3.5 0 0 0 13,9.5000001 a 3.5,3.5 0 0 0 -0.03711,-0.5 z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 12.648437,11 A 3.5,3.5 0 0 1 11,12.648437 v 2.138672 A 5.5,5.5 0 0 0 14.787109,11 Z"/>
<g transform="translate(3,3)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="M 13.96289,10 A 3.5,3.5 0 0 1 14,10.5 3.5,3.5 0 0 1 13.648438,12 H 17 v 5 H 12 V 13.648437 A 3.5,3.5 0 0 1 10.5,14 3.5,3.5 0 0 1 10,13.957031 V 19 h 9 v -9 z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m10.5 5a5.5 5.5 0 0 0-5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.4999999 3.5 3.5 0 0 1 3.5 3.4999999 3.5 3.5 0 0 1-0.351563 1.5h2.138672a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.205078 5.5 5.5 0 0 0 0.068359-0.205078zm-3.787109 3.787109a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.173828a5.5 5.5 0 0 1-0.111328 0.25586 5.5 5.5 0 0 0 0.111328-0.25586zm-0.378906 0.746094a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.708985 0.408203a5.5 5.5 0 0 1-0.255859 0.111328 5.5 5.5 0 0 0 0.255859-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m 10,10 v 3.957031 A 3.5,3.5 0 0 0 10.5,14 3.5,3.5 0 0 0 12,13.648438 V 12 h 1.648437 A 3.5,3.5 0 0 0 14,10.5 3.5,3.5 0 0 0 13.96289,10 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 13.648437,12 A 3.5,3.5 0 0 1 12,13.648437 v 2.138672 A 5.5,5.5 0 0 0 15.787109,12 Z"/>
<g transform="translate(4,4)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,6 @@
.ColorScheme-Text { color:#6e6e6e; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m9.9628906 6a3.5 3.5 0 0 1 0.0371094 0.5 3.5 3.5 0 0 1-0.3515625 1.5h3.3515625v5h-5v-3.3515625a3.5 3.5 0 0 1-1.5 0.3515625 3.5 3.5 0 0 1-0.5-0.0429688v5.0429688h9v-9h-5.0371094z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m6.5 1a5.5 5.5 0 0 0-5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 1.5-0.212891v-2.1386715a3.5 3.5 0 0 1-1.5 0.3515625 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.3515625 1.5h2.1386715a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.2050781 5.5 5.5 0 0 0 0.068359-0.2050781zm-3.787109 3.787109a5.5 5.5 0 0 0 0.2050781-0.068359 5.5 5.5 0 0 1-0.2050781 0.068359zm3.568359-3.1738278a5.5 5.5 0 0 1-0.111328 0.2558594 5.5 5.5 0 0 0 0.111328-0.2558594zm-0.378906 0.7460938a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.7089844 0.408203a5.5 5.5 0 0 1-0.2558594 0.111328 5.5 5.5 0 0 0 0.2558594-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 6,6 V 9.9570312 A 3.5,3.5 0 0 0 6.5,10 3.5,3.5 0 0 0 8,9.6484375 V 8 H 9.6484375 A 3.5,3.5 0 0 0 10,6.5 3.5,3.5 0 0 0 9.9628906,6 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 9.6484375,8 A 3.5,3.5 0 0 1 8,9.6484375 V 11.787109 A 5.5,5.5 0 0 0 11.787109,8 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5 1 A 5.5 5.5 0 0 0 1 6.5 A 5.5 5.5 0 0 0 6 11.963 L 6 15 L 15 15 L 15 6 L 11.977 6 A 5.5 5.5 0 0 0 6.5 1 z M 6.5 3 A 3.5 3.5 0 0 1 10 6.5 A 3.5 3.5 0 0 1 9.6484 8 L 11 8 L 11.787 8 L 13 8 L 13 13 L 8 13 L 8 11.787 L 8 11 L 8 9.6484 A 3.5 3.5 0 0 1 6.5 10 A 3.5 3.5 0 0 1 3 6.5 A 3.5 3.5 0 0 1 6.5 3 z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#6e6e6e; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m 10.96289,6.9999999 a 3.5,3.5 0 0 1 0.03711,0.5 3.5,3.5 0 0 1 -0.351562,1.5 h 3.351562 V 14 H 9 V 10.648437 A 3.5,3.5 0 0 1 7.5,11 3.5,3.5 0 0 1 7,10.957031 V 16 h 9 V 6.9999999 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m7.5 1.9999998a5.5 5.5 0 0 0-5.5 5.5000001 5.5 5.5 0 0 0 5.5 5.5000001 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.5000001 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.351563 1.5h2.138672a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5000001zm5.287109 7.0000001a5.5 5.5 0 0 1-0.068359 0.2050781 5.5 5.5 0 0 0 0.068359-0.2050781zm-3.787109 3.7871091a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.1738279a5.5 5.5 0 0 1-0.111328 0.2558594 5.5 5.5 0 0 0 0.111328-0.2558594zm-0.378906 0.7460939a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.7089846 0.408203a5.5 5.5 0 0 1-0.2558594 0.111328 5.5 5.5 0 0 0 0.2558594-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m7 6.9999999v3.9570311a3.5 3.5 0 0 0 0.5 0.042969 3.5 3.5 0 0 0 1.5-0.351562v-1.6484381h1.648437a3.5 3.5 0 0 0 0.351563-1.5 3.5 3.5 0 0 0-0.03711-0.5z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m10.648437 8.9999999a3.5 3.5 0 0 1-1.648437 1.6484371v2.138672a5.5 5.5 0 0 0 3.787109-3.7871091z"/>
<g transform="translate(1,1)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#6e6e6e; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="M 12.96289,9.0000001 A 3.5,3.5 0 0 1 13,9.5000001 3.5,3.5 0 0 1 12.648438,11 H 16 v 5 H 11 V 12.648437 A 3.5,3.5 0 0 1 9.5,13 3.5,3.5 0 0 1 9,12.957031 V 18 h 9 V 9.0000001 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m9.5 4a5.5 5.5 0 0 0-5.5 5.5000001 5.5 5.5 0 0 0 5.5 5.4999999 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.4999999 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-0.351563 1.4999999h2.138672a5.5 5.5 0 0 0 0.212891-1.4999999 5.5 5.5 0 0 0-5.5-5.5000001zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.205078 5.5 5.5 0 0 0 0.068359-0.205078zm-3.787109 3.787109a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.173828a5.5 5.5 0 0 1-0.111328 0.25586 5.5 5.5 0 0 0 0.111328-0.25586zm-0.378906 0.746094a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.708985 0.408203a5.5 5.5 0 0 1-0.255859 0.111328 5.5 5.5 0 0 0 0.255859-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 9,9.0000001 V 12.957031 A 3.5,3.5 0 0 0 9.5,13 3.5,3.5 0 0 0 11,12.648438 V 11 h 1.648437 A 3.5,3.5 0 0 0 13,9.5000001 a 3.5,3.5 0 0 0 -0.03711,-0.5 z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 12.648437,11 A 3.5,3.5 0 0 1 11,12.648437 v 2.138672 A 5.5,5.5 0 0 0 14.787109,11 Z"/>
<g transform="translate(3,3)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -4,8 +4,8 @@
.ColorScheme-Text { color:#6e6e6e; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="M 13.96289,10 A 3.5,3.5 0 0 1 14,10.5 3.5,3.5 0 0 1 13.648438,12 H 17 v 5 H 12 V 13.648437 A 3.5,3.5 0 0 1 10.5,14 3.5,3.5 0 0 1 10,13.957031 V 19 h 9 v -9 z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400" class="ColorScheme-Text" d="m10.5 5a5.5 5.5 0 0 0-5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 1.5-0.212891v-2.138672a3.5 3.5 0 0 1-1.5 0.351563 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.4999999 3.5 3.5 0 0 1 3.5 3.4999999 3.5 3.5 0 0 1-0.351563 1.5h2.138672a5.5 5.5 0 0 0 0.212891-1.5 5.5 5.5 0 0 0-5.5-5.5zm5.287109 7a5.5 5.5 0 0 1-0.068359 0.205078 5.5 5.5 0 0 0 0.068359-0.205078zm-3.787109 3.787109a5.5 5.5 0 0 0 0.205078-0.06836 5.5 5.5 0 0 1-0.205078 0.06836zm3.568359-3.173828a5.5 5.5 0 0 1-0.111328 0.25586 5.5 5.5 0 0 0 0.111328-0.25586zm-0.378906 0.746094a5.5 5.5 0 0 1-0.140625 0.21875 5.5 5.5 0 0 0 0.140625-0.21875zm-0.494141 0.689453a5.5 5.5 0 0 1-0.164062 0.177734 5.5 5.5 0 0 0 0.164062-0.177734zm-0.46875 0.482422a5.5 5.5 0 0 1-0.177734 0.164062 5.5 5.5 0 0 0 0.177734-0.164062zm-0.648437 0.517578a5.5 5.5 0 0 1-0.21875 0.140625 5.5 5.5 0 0 0 0.21875-0.140625zm-0.708985 0.408203a5.5 5.5 0 0 1-0.255859 0.111328 5.5 5.5 0 0 0 0.255859-0.111328z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="m 10,10 v 3.957031 A 3.5,3.5 0 0 0 10.5,14 3.5,3.5 0 0 0 12,13.648438 V 12 h 1.648437 A 3.5,3.5 0 0 0 14,10.5 3.5,3.5 0 0 0 13.96289,10 Z"/>
<path style="fill:currentColor;font-variation-settings:'wght' 400;opacity:.35" class="ColorScheme-Text" d="M 13.648437,12 A 3.5,3.5 0 0 1 12,13.648437 v 2.138672 A 5.5,5.5 0 0 0 15.787109,12 Z"/>
<g transform="translate(4,4)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.5,1 A 5.5,5.5 0 0 0 1,6.5 5.5,5.5 0 0 0 6,11.963 V 15 H 15 V 6 H 11.977 A 5.5,5.5 0 0 0 6.5,1 Z M 6.5,3 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 9.6484,8 H 11 11.787 13 V 13 H 8 V 11.787 11 9.6484 A 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 3,6.5 3.5,3.5 0 0 1 6.5,3 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 6,6 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 8,11.787 V 8 H 11.787 A 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z M 9.9629,6 A 3.5,3.5 0 0 1 10,6.5 3.5,3.5 0 0 1 6.5,10 3.5,3.5 0 0 1 6,9.957 V 11.963 A 5.5,5.5 0 0 0 6.5,12 5.5,5.5 0 0 0 12,6.5 5.5,5.5 0 0 0 11.977,6 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB