Draw the 67 Material Symbols Google ships without a viewBox at every size

Google publishes 67 symbols per cut (auto_awesome, insights,
tips_and_updates, battery_50 ...) with width and height but no viewBox,
their paths in 24 units, or 20 in the 20 cut, where every other symbol
draws in `0 -960 960 960`. bin/fetch-symbols dropped the size so CSS
decides it, which left these with no coordinate system: `<x-icon>`
drew them at 1:1, whole only at exactly 24px and cut off or misplaced
at any other size, the 20 cut every small button uses included.
normalise() now turns a file's width and height into its viewBox when
it has none, before dropping them. The 268 files are regenerated from
Google's originals at the recorded SOURCE commit with the fixed step
(each shipped file matched the old step's output first; the other
16,272 do not change), and every path lies inside its new viewBox.
IconTest checks that each shipped symbol has a viewBox and that
`<x-icon name="auto_awesome">` renders in 20 units at size 16 and in 24
at size 32; both fail without the change.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andreas Reinhold / reini
2026-09-17 04:18:10 +02:00
co-authored by Claude Opus 5
parent b7e16476cd
commit 7a95449c82
271 changed files with 296 additions and 270 deletions
+5
View File
@@ -23,6 +23,11 @@
dropped the fill without saying so. Hover, focus and press now tint the fill instead of hiding dropped the fill without saying so. Hover, focus and press now tint the fill instead of hiding
it. In `<x-table>` a plain row takes `data-md-selected` too, beside `aria-selected="true"`. A it. In `<x-table>` a plain row takes `data-md-selected` too, beside `aria-selected="true"`. A
card still takes no selected fill. card still takes no selected fill.
- **67 Material Symbols** in each cut (`auto_awesome`, `insights`, `tips_and_updates`,
`battery_50` …) are drawn whole at every size. Google publishes them in 24 units (20 in the 20
cut) with a width and height but no viewBox, and the package dropped the size, so they fitted
only at exactly 24px and were cut off or misplaced at any other — the 20 cut every small button
draws from included. Nothing to change.
## From 2.0.0 to 2.1.0 ## From 2.0.0 to 2.1.0
+6 -1
View File
@@ -53,9 +53,14 @@ for size in 24 20; do
done done
# Google's files carry width="24" height="24" and no fill. Drop the size so CSS decides # Google's files carry width="24" height="24" and no fill. Drop the size so CSS decides
# it, and paint in currentColor so an icon takes the colour of the text around it. # it, and paint in currentColor so an icon takes the colour of the text around it. Nearly
# every file draws in a viewBox="0 -960 960 960"; a few carry none and draw in the units of
# their width and height (24, or 20 in the 20 cut), so the size becomes their viewBox before
# it goes, or the glyph would only fit at exactly that many pixels.
normalise() { normalise() {
sed -E \ sed -E \
-e '/viewBox=/!s/<svg ([^>]*)height="([0-9]+)(px)?"([^>]*)width="([0-9]+)(px)?"/<svg \1height="\2"\4width="\5" viewBox="0 0 \5 \2"/' \
-e '/viewBox=/!s/<svg ([^>]*)width="([0-9]+)(px)?"([^>]*)height="([0-9]+)(px)?"/<svg \1width="\2"\4height="\5" viewBox="0 0 \2 \5"/' \
-e 's/ (width|height)="[0-9]+(px)?"//g' \ -e 's/ (width|height)="[0-9]+(px)?"//g' \
-e 's/<svg /<svg fill="currentColor" /' \ -e 's/<svg /<svg fill="currentColor" /' \
"$1" "$1"
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m9.375 18.542-1.896-1.896H4.25q-.729 0-1.24-.511-.51-.51-.51-1.239V3.417q0-.729.51-1.24.511-.51 1.24-.51h11.5q.729 0 1.24.51.51.511.51 1.24v11.479q0 .729-.51 1.239-.511.511-1.24.511H12.5l-1.875 1.896q-.271.27-.625.27t-.625-.27Zm1.958-8.063 2-.917q.271-.124.271-.416t-.271-.417l-2-.917-.916-2q-.125-.27-.417-.27t-.417.27l-.916 2-2 .917q-.271.125-.271.417t.271.416l2 .917.916 2q.125.271.417.271t.417-.271Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m9.375 18.542-1.896-1.896H4.25q-.729 0-1.24-.511-.51-.51-.51-1.239V3.417q0-.729.51-1.24.511-.51 1.24-.51h11.5q.729 0 1.24.51.51.511.51 1.24v11.479q0 .729-.51 1.239-.511.511-1.24.511H12.5l-1.875 1.896q-.271.27-.625.27t-.625-.27Zm1.958-8.063 2-.917q.271-.124.271-.416t-.271-.417l-2-.917-.916-2q-.125-.27-.417-.27t-.417.27l-.916 2-2 .917q-.271.125-.271.417t.271.416l2 .917.916 2q.125.271.417.271t.417-.271Z"/></svg>

Before

Width:  |  Height:  |  Size: 481 B

After

Width:  |  Height:  |  Size: 501 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m15.625 7.896-1.104-2.417-2.438-1.104 2.438-1.104L15.625.833l1.104 2.438 2.438 1.104-2.438 1.104Zm0 11.271-1.104-2.438-2.438-1.104 2.438-1.104 1.104-2.417 1.104 2.417 2.438 1.104-2.438 1.104ZM4 13.208l2.667-7.5h1.666l2.667 7.5H9.417l-.584-1.666H6.167l-.584 1.666Zm2.542-2.791h1.916L7.5 7.375Zm.958 4.5q2.042 0 3.479-1.438 1.438-1.437 1.438-3.479t-1.438-3.479Q9.542 5.083 7.5 5.083T4.021 6.521Q2.583 7.958 2.583 10t1.438 3.479q1.437 1.438 3.479 1.438Zm0 1.75q-2.792 0-4.729-1.938Q.833 12.792.833 10t1.938-4.729Q4.708 3.333 7.5 3.333t4.729 1.938Q14.167 7.208 14.167 10t-1.938 4.729q-1.937 1.938-4.729 1.938Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m15.625 7.896-1.104-2.417-2.438-1.104 2.438-1.104L15.625.833l1.104 2.438 2.438 1.104-2.438 1.104Zm0 11.271-1.104-2.438-2.438-1.104 2.438-1.104 1.104-2.417 1.104 2.417 2.438 1.104-2.438 1.104ZM4 13.208l2.667-7.5h1.666l2.667 7.5H9.417l-.584-1.666H6.167l-.584 1.666Zm2.542-2.791h1.916L7.5 7.375Zm.958 4.5q2.042 0 3.479-1.438 1.438-1.437 1.438-3.479t-1.438-3.479Q9.542 5.083 7.5 5.083T4.021 6.521Q2.583 7.958 2.583 10t1.438 3.479q1.437 1.438 3.479 1.438Zm0 1.75q-2.792 0-4.729-1.938Q.833 12.792.833 10t1.938-4.729Q4.708 3.333 7.5 3.333t4.729 1.938Q14.167 7.208 14.167 10t-1.938 4.729q-1.937 1.938-4.729 1.938Z"/></svg>

Before

Width:  |  Height:  |  Size: 683 B

After

Width:  |  Height:  |  Size: 703 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m15.792 7.667-1.084-2.355-2.312-1.062 2.312-1.062L15.792.833l1.083 2.355 2.313 1.062-2.313 1.062Zm1.833 11.75-16.5-16.5 1.229-1.229 4.104 4.104 1.167-2.604L9.75 7.875 14.417 10l-2.563 1.188 3.063 3.062.875-1.896 1.083 2.354 2.313 1.063-1.896.854 1.562 1.563Zm-10-2.584-2.104-4.687L.833 10l3.375-1.521 4.959 4.959Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m15.792 7.667-1.084-2.355-2.312-1.062 2.312-1.062L15.792.833l1.083 2.355 2.313 1.062-2.313 1.062Zm1.833 11.75-16.5-16.5 1.229-1.229 4.104 4.104 1.167-2.604L9.75 7.875 14.417 10l-2.563 1.188 3.063 3.062.875-1.896 1.083 2.354 2.313 1.063-1.896.854 1.562 1.563Zm-10-2.584-2.104-4.687L.833 10l3.375-1.521 4.959 4.959Z"/></svg>

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 411 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M4.167 18.333q-1.042 0-1.771-.729-.729-.729-.729-1.771 0-.791.458-1.427.458-.635 1.167-.906v-7q-.709-.271-1.167-.906-.458-.636-.458-1.427 0-1.042.729-1.771.729-.729 1.771-.729.791 0 1.427.458.635.458.906 1.167h7q.271-.709.896-1.167.625-.458 1.437-.458 1.042 0 1.771.729.729.729.729 1.771 0 .812-.458 1.437t-1.167.896v7q.709.271 1.167.906.458.636.458 1.427 0 1.042-.729 1.771-.729.729-1.771.729-.791 0-1.427-.458-.635-.458-.906-1.167h-7q-.271.709-.906 1.167-.636.458-1.427.458ZM6.5 14.958h7q.188-.5.573-.885.385-.385.885-.573V6.521q-.52-.188-.906-.573-.385-.386-.573-.906H6.5q-.188.5-.573.885-.385.385-.885.573v7q.5.188.885.573.385.385.573.885Zm3.5-1.541-1.083-2.355L6.604 10l2.313-1.062L10 6.583l1.083 2.355L13.396 10l-2.313 1.062Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M4.167 18.333q-1.042 0-1.771-.729-.729-.729-.729-1.771 0-.791.458-1.427.458-.635 1.167-.906v-7q-.709-.271-1.167-.906-.458-.636-.458-1.427 0-1.042.729-1.771.729-.729 1.771-.729.791 0 1.427.458.635.458.906 1.167h7q.271-.709.896-1.167.625-.458 1.437-.458 1.042 0 1.771.729.729.729.729 1.771 0 .812-.458 1.437t-1.167.896v7q.709.271 1.167.906.458.636.458 1.427 0 1.042-.729 1.771-.729.729-1.771.729-.791 0-1.427-.458-.635-.458-.906-1.167h-7q-.271.709-.906 1.167-.636.458-1.427.458ZM6.5 14.958h7q.188-.5.573-.885.385-.385.885-.573V6.521q-.52-.188-.906-.573-.385-.386-.573-.906H6.5q-.188.5-.573.885-.385.385-.885.573v7q.5.188.885.573.385.385.573.885Zm3.5-1.541-1.083-2.355L6.604 10l2.313-1.062L10 6.583l1.083 2.355L13.396 10l-2.313 1.062Z"/></svg>

Before

Width:  |  Height:  |  Size: 809 B

After

Width:  |  Height:  |  Size: 829 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M15.792 7.021q-.125 0-.24-.063-.114-.062-.177-.187l-.667-1.459-1.396-.645q-.145-.063-.208-.177-.062-.115-.062-.24 0-.125.062-.24.063-.114.208-.177l1.396-.645.667-1.459q.063-.125.177-.187.115-.063.24-.063.125 0 .239.063.115.062.177.187l.667 1.459 1.396.645q.146.063.208.177.063.115.063.24 0 .125-.063.24-.062.114-.208.177l-1.396.645-.667 1.459q-.062.125-.177.187-.114.063-.239.063Zm0 11.521q-.125 0-.24-.063-.114-.062-.177-.208l-.667-1.438-1.396-.645q-.145-.063-.208-.178-.062-.114-.062-.239 0-.125.062-.24.063-.114.208-.177l1.396-.646.667-1.458q.063-.125.177-.188.115-.062.24-.062.125 0 .239.062.115.063.177.188l.667 1.458 1.396.646q.146.063.208.177.063.115.063.24 0 .125-.063.239-.062.115-.208.178l-1.396.645-.667 1.438q-.062.146-.177.208-.114.063-.239.063Zm-8.167-2.959q-.229 0-.458-.135-.229-.136-.334-.386l-1.312-2.916-2.938-1.354q-.25-.104-.385-.334-.136-.229-.115-.458 0-.229.125-.458.125-.23.375-.334l2.938-1.333 1.312-2.917q.105-.25.334-.385.229-.135.458-.135t.458.124q.229.126.334.396L9.75 7.875l2.917 1.333q.271.104.395.334.126.229.126.458t-.126.458q-.124.23-.374.334L9.75 12.146l-1.333 2.916q-.105.271-.334.396-.229.125-.458.125Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M15.792 7.021q-.125 0-.24-.063-.114-.062-.177-.187l-.667-1.459-1.396-.645q-.145-.063-.208-.177-.062-.115-.062-.24 0-.125.062-.24.063-.114.208-.177l1.396-.645.667-1.459q.063-.125.177-.187.115-.063.24-.063.125 0 .239.063.115.062.177.187l.667 1.459 1.396.645q.146.063.208.177.063.115.063.24 0 .125-.063.24-.062.114-.208.177l-1.396.645-.667 1.459q-.062.125-.177.187-.114.063-.239.063Zm0 11.521q-.125 0-.24-.063-.114-.062-.177-.208l-.667-1.438-1.396-.645q-.145-.063-.208-.178-.062-.114-.062-.239 0-.125.062-.24.063-.114.208-.177l1.396-.646.667-1.458q.063-.125.177-.188.115-.062.24-.062.125 0 .239.062.115.063.177.188l.667 1.458 1.396.646q.146.063.208.177.063.115.063.24 0 .125-.063.239-.062.115-.208.178l-1.396.645-.667 1.438q-.062.146-.177.208-.114.063-.239.063Zm-8.167-2.959q-.229 0-.458-.135-.229-.136-.334-.386l-1.312-2.916-2.938-1.354q-.25-.104-.385-.334-.136-.229-.115-.458 0-.229.125-.458.125-.23.375-.334l2.938-1.333 1.312-2.917q.105-.25.334-.385.229-.135.458-.135t.458.124q.229.126.334.396L9.75 7.875l2.917 1.333q.271.104.395.334.126.229.126.458t-.126.458q-.124.23-.374.334L9.75 12.146l-1.333 2.916q-.105.271-.334.396-.229.125-.458.125Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m3.729 7.312-1.271-.583q-.146-.062-.146-.198 0-.135.146-.198l1.271-.583.563-1.271q.062-.146.208-.146t.208.146l.563 1.271 1.271.583q.146.063.146.198 0 .136-.146.198l-1.271.583-.563 1.271q-.062.146-.208.146t-.208-.146Zm10.333-2.333-.583-.271q-.146-.062-.146-.208t.146-.208l.583-.271.25-.563q.063-.146.209-.146t.208.146l.271.563.583.271q.146.062.146.208t-.146.208L15 4.979l-.271.563q-.062.146-.208.146t-.209-.146ZM16.021 8l-.563-.271q-.146-.062-.146-.208t.146-.209l.563-.25.271-.583q.062-.146.208-.146t.208.146l.271.583.563.25q.146.063.146.209t-.146.208L16.979 8l-.271.583q-.062.146-.208.146t-.208-.146ZM10 13q-1.042 0-1.771-.729Q7.5 11.542 7.5 10.5v-5q0-1.042.729-1.771Q8.958 3 10 3q1.042 0 1.771.729.729.729.729 1.771v5q0 1.042-.729 1.771Q11.042 13 10 13Zm.021 5q-.354 0-.615-.26-.26-.261-.26-.615V15.5q-1.917-.25-3.25-1.594-1.334-1.344-1.646-3.218-.062-.396.208-.688.271-.292.709-.292.291 0 .521.209.229.208.291.541.271 1.438 1.396 2.396t2.646.958q1.5 0 2.625-.958t1.396-2.396q.062-.333.291-.541.229-.209.542-.209.417 0 .687.292.271.292.209.688-.292 1.874-1.625 3.218-1.334 1.344-3.25 1.594v1.625q0 .354-.261.615-.26.26-.614.26Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m3.729 7.312-1.271-.583q-.146-.062-.146-.198 0-.135.146-.198l1.271-.583.563-1.271q.062-.146.208-.146t.208.146l.563 1.271 1.271.583q.146.063.146.198 0 .136-.146.198l-1.271.583-.563 1.271q-.062.146-.208.146t-.208-.146Zm10.333-2.333-.583-.271q-.146-.062-.146-.208t.146-.208l.583-.271.25-.563q.063-.146.209-.146t.208.146l.271.563.583.271q.146.062.146.208t-.146.208L15 4.979l-.271.563q-.062.146-.208.146t-.209-.146ZM16.021 8l-.563-.271q-.146-.062-.146-.208t.146-.209l.563-.25.271-.583q.062-.146.208-.146t.208.146l.271.583.563.25q.146.063.146.209t-.146.208L16.979 8l-.271.583q-.062.146-.208.146t-.208-.146ZM10 13q-1.042 0-1.771-.729Q7.5 11.542 7.5 10.5v-5q0-1.042.729-1.771Q8.958 3 10 3q1.042 0 1.771.729.729.729.729 1.771v5q0 1.042-.729 1.771Q11.042 13 10 13Zm.021 5q-.354 0-.615-.26-.26-.261-.26-.615V15.5q-1.917-.25-3.25-1.594-1.334-1.344-1.646-3.218-.062-.396.208-.688.271-.292.709-.292.291 0 .521.209.229.208.291.541.271 1.438 1.396 2.396t2.646.958q1.5 0 2.625-.958t1.396-2.396q.062-.333.291-.541.229-.209.542-.209.417 0 .687.292.271.292.209.688-.292 1.874-1.625 3.218-1.334 1.344-3.25 1.594v1.625q0 .354-.261.615-.26.26-.614.26Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m16.5 6-.771-1.729L14 3.5l1.729-.792L16.5 1l.771 1.708L19 3.5l-1.729.771ZM7 6l-.771-1.729L4.5 3.5l1.729-.792L7 1l.771 1.708L9.5 3.5l-1.729.771Zm9.5 9.417-.771-1.729L14 12.917l1.729-.792.771-1.708.771 1.708 1.729.792-1.729.771ZM4.417 17.688l-2.125-2.105Q2 15.292 2 14.875t.292-.708l8.75-8.75q.291-.292.708-.292t.708.292l2.104 2.125q.292.291.292.708t-.292.708l-8.729 8.73q-.291.291-.708.291t-.708-.291Zm7.666-8.355 1.084-1.083-1.417-1.417-1.083 1.084Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m16.5 6-.771-1.729L14 3.5l1.729-.792L16.5 1l.771 1.708L19 3.5l-1.729.771ZM7 6l-.771-1.729L4.5 3.5l1.729-.792L7 1l.771 1.708L9.5 3.5l-1.729.771Zm9.5 9.417-.771-1.729L14 12.917l1.729-.792.771-1.708.771 1.708 1.729.792-1.729.771ZM4.417 17.688l-2.125-2.105Q2 15.292 2 14.875t.292-.708l8.75-8.75q.291-.292.708-.292t.708.292l2.104 2.125q.292.291.292.708t-.292.708l-8.729 8.73q-.291.291-.708.291t-.708-.291Zm7.666-8.355 1.084-1.083-1.417-1.417-1.083 1.084Z"/></svg>

Before

Width:  |  Height:  |  Size: 527 B

After

Width:  |  Height:  |  Size: 547 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m16.5 6-.771-1.729L14 3.5l1.729-.792L16.5 1l.771 1.708L19 3.5l-1.729.771ZM7 6l-.771-1.729L4.5 3.5l1.729-.792L7 1l.771 1.708L9.5 3.5l-1.729.771Zm9.5 9.417-.771-1.729L14 12.917l1.729-.792.771-1.708.771 1.708 1.729.792-1.729.771ZM4.417 17.688l-2.125-2.105Q2 15.292 2 14.875t.292-.708l8.75-8.75q.291-.292.708-.292t.708.292l2.104 2.125q.292.291.292.708t-.292.708l-8.729 8.73q-.291.291-.708.291t-.708-.291Zm7.666-8.355 1.084-1.083-1.417-1.417-1.083 1.084Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m16.5 6-.771-1.729L14 3.5l1.729-.792L16.5 1l.771 1.708L19 3.5l-1.729.771ZM7 6l-.771-1.729L4.5 3.5l1.729-.792L7 1l.771 1.708L9.5 3.5l-1.729.771Zm9.5 9.417-.771-1.729L14 12.917l1.729-.792.771-1.708.771 1.708 1.729.792-1.729.771ZM4.417 17.688l-2.125-2.105Q2 15.292 2 14.875t.292-.708l8.75-8.75q.291-.292.708-.292t.708.292l2.104 2.125q.292.291.292.708t-.292.708l-8.729 8.73q-.291.291-.708.291t-.708-.291Zm7.666-8.355 1.084-1.083-1.417-1.417-1.083 1.084Z"/></svg>

Before

Width:  |  Height:  |  Size: 527 B

After

Width:  |  Height:  |  Size: 547 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M15.833 4.167 15 3.792q-.271-.125-.271-.417T15 2.958l.833-.375.375-.833q.125-.271.417-.271t.417.271l.375.833.833.375q.271.125.271.417t-.271.417l-.833.375-.375.833q-.125.271-.417.271T16.208 5ZM4.354 18.062l-2.416-2.416q-.271-.271-.271-.615 0-.343.271-.614l9.25-9.25q.25-.25.614-.25.365 0 .615.25l2.395 2.395q.271.271.282.626.01.354-.261.624l-9.25 9.25q-.271.271-.614.271-.344 0-.615-.271Zm7.479-8.75 1.125-1.124-1.125-1.126-1.125 1.126Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M15.833 4.167 15 3.792q-.271-.125-.271-.417T15 2.958l.833-.375.375-.833q.125-.271.417-.271t.417.271l.375.833.833.375q.271.125.271.417t-.271.417l-.833.375-.375.833q-.125.271-.417.271T16.208 5ZM4.354 18.062l-2.416-2.416q-.271-.271-.271-.615 0-.343.271-.614l9.25-9.25q.25-.25.614-.25.365 0 .615.25l2.395 2.395q.271.271.282.626.01.354-.261.624l-9.25 9.25q-.271.271-.614.271-.344 0-.615-.271Zm7.479-8.75 1.125-1.124-1.125-1.126-1.125 1.126Z"/></svg>

Before

Width:  |  Height:  |  Size: 513 B

After

Width:  |  Height:  |  Size: 533 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m16.083 5-.375-.833-.833-.375q-.271-.125-.271-.417t.271-.417l.833-.375.375-.833q.125-.271.417-.271t.417.271l.375.833.833.375q.271.125.271.417t-.271.417l-.833.375-.375.833q-.125.271-.417.271T16.083 5Zm-3 5.438L9.438 6.792l1.624-1.625q.271-.271.615-.271t.615.271l2.396 2.395q.27.271.281.626.01.354-.261.624Zm2.875 7.791-5.354-5.333-5.146 5.166q-.25.25-.604.261-.354.01-.625-.261l-2.417-2.416q-.229-.229-.229-.615 0-.385.229-.614l5.167-5.146-5.083-5.083q-.25-.25-.25-.605 0-.354.271-.625.25-.25.604-.25t.625.25l14.042 14.063q.25.25.25.604t-.25.604q-.271.271-.626.271-.354 0-.604-.271Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m16.083 5-.375-.833-.833-.375q-.271-.125-.271-.417t.271-.417l.833-.375.375-.833q.125-.271.417-.271t.417.271l.375.833.833.375q.271.125.271.417t-.271.417l-.833.375-.375.833q-.125.271-.417.271T16.083 5Zm-3 5.438L9.438 6.792l1.624-1.625q.271-.271.615-.271t.615.271l2.396 2.395q.27.271.281.626.01.354-.261.624Zm2.875 7.791-5.354-5.333-5.146 5.166q-.25.25-.604.261-.354.01-.625-.261l-2.417-2.416q-.229-.229-.229-.615 0-.385.229-.614l5.167-5.146-5.083-5.083q-.25-.25-.25-.605 0-.354.271-.625.25-.25.604-.25t.625.25l14.042 14.063q.25.25.25.604t-.25.604q-.271.271-.626.271-.354 0-.604-.271Z"/></svg>

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 679 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M3.167 16.417q-.271-.271-.271-.657 0-.385.271-.656l4.958-4.958q.125-.125.292-.198.166-.073.333-.073t.333.073q.167.073.292.198l2.708 2.708 5.25-5.896q.25-.291.615-.302.364-.01.635.261.25.25.261.593.01.344-.219.594l-5.917 6.688q-.125.146-.302.218-.177.073-.344.073-.166 0-.333-.062-.167-.063-.312-.209L8.75 12.146l-4.292 4.292q-.27.27-.646.26-.374-.01-.645-.281Zm.271-5.146q-.126 0-.24-.063-.115-.062-.177-.187l-.417-.896-.896-.417q-.125-.062-.187-.187-.063-.125-.063-.229 0-.125.063-.24.062-.114.187-.177l.896-.417.417-.896q.062-.124.187-.197.125-.073.23-.073.124 0 .239.073.115.073.177.197l.417.896.896.417q.271.125.271.417 0 .291-.271.416l-.896.417-.417.896q-.062.125-.177.187-.115.063-.239.063ZM12.5 9.604q-.125 0-.24-.062-.114-.063-.177-.188l-.416-.896-.896-.416q-.125-.063-.188-.188-.062-.125-.062-.229 0-.125.062-.24.063-.114.188-.177l.896-.416.416-.896q.063-.125.188-.198.125-.073.229-.073.125 0 .24.073.114.073.177.198l.416.896.896.416q.125.063.188.177.062.115.062.24 0 .125-.062.24-.063.114-.188.177l-.896.416-.416.896q-.063.125-.177.188-.115.062-.24.062Zm-5.354-2.5q-.125 0-.24-.073-.114-.073-.177-.198l-.541-1.166-1.167-.542q-.125-.063-.198-.187-.073-.126-.073-.23 0-.125.073-.239.073-.115.198-.177l1.167-.542.541-1.188q.063-.145.188-.197.125-.053.229-.053.125 0 .239.053.115.052.177.197l.542 1.188 1.167.542q.125.062.198.177.073.114.073.239 0 .125-.073.24-.073.114-.198.177l-1.167.542-.542 1.166q-.062.125-.177.198-.114.073-.239.073Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M3.167 16.417q-.271-.271-.271-.657 0-.385.271-.656l4.958-4.958q.125-.125.292-.198.166-.073.333-.073t.333.073q.167.073.292.198l2.708 2.708 5.25-5.896q.25-.291.615-.302.364-.01.635.261.25.25.261.593.01.344-.219.594l-5.917 6.688q-.125.146-.302.218-.177.073-.344.073-.166 0-.333-.062-.167-.063-.312-.209L8.75 12.146l-4.292 4.292q-.27.27-.646.26-.374-.01-.645-.281Zm.271-5.146q-.126 0-.24-.063-.115-.062-.177-.187l-.417-.896-.896-.417q-.125-.062-.187-.187-.063-.125-.063-.229 0-.125.063-.24.062-.114.187-.177l.896-.417.417-.896q.062-.124.187-.197.125-.073.23-.073.124 0 .239.073.115.073.177.197l.417.896.896.417q.271.125.271.417 0 .291-.271.416l-.896.417-.417.896q-.062.125-.177.187-.115.063-.239.063ZM12.5 9.604q-.125 0-.24-.062-.114-.063-.177-.188l-.416-.896-.896-.416q-.125-.063-.188-.188-.062-.125-.062-.229 0-.125.062-.24.063-.114.188-.177l.896-.416.416-.896q.063-.125.188-.198.125-.073.229-.073.125 0 .24.073.114.073.177.198l.416.896.896.416q.125.063.188.177.062.115.062.24 0 .125-.062.24-.063.114-.188.177l-.896.416-.416.896q-.063.125-.177.188-.115.062-.24.062Zm-5.354-2.5q-.125 0-.24-.073-.114-.073-.177-.198l-.541-1.166-1.167-.542q-.125-.063-.198-.187-.073-.126-.073-.23 0-.125.073-.239.073-.115.198-.177l1.167-.542.541-1.188q.063-.145.188-.197.125-.053.229-.053.125 0 .239.053.115.052.177.197l.542 1.188 1.167.542q.125.062.198.177.073.114.073.239 0 .125-.073.24-.073.114-.198.177l-1.167.542-.542 1.166q-.062.125-.177.198-.114.073-.239.073Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 19.146q-2.208 0-4.135-.99-1.927-.989-3.282-2.802v1q0 .354-.26.615-.261.26-.615.26t-.614-.26q-.261-.261-.261-.615v-3.708q0-.354.261-.615.26-.26.614-.26h3.709q.354 0 .614.26.261.261.261.615t-.261.614q-.26.261-.614.261H3.5q1 1.791 2.729 2.833Q7.958 17.396 10 17.396q2.146 0 3.896-1.084 1.75-1.083 2.708-2.916.188-.354.542-.531.354-.177.708-.011.354.167.427.542.073.375-.114.729-1.167 2.292-3.292 3.656Q12.75 19.146 10 19.146ZM1.771 8.979q-.375-.062-.594-.385-.219-.323-.115-.698.167-.75.48-1.438.312-.687.77-1.375.209-.312.573-.385.365-.073.657.156.291.229.323.594.031.364-.157.677-.291.479-.51 1-.219.521-.365 1.104-.104.375-.406.594-.302.219-.656.156Zm3.125-5.521q-.229-.312-.146-.677.083-.364.417-.573.645-.416 1.333-.698.688-.281 1.479-.448.375-.083.677.126.302.208.365.583.062.354-.177.635-.24.282-.594.386-.542.146-1.073.364-.531.219-1.052.532-.313.187-.667.124-.354-.062-.562-.354Zm3.792 7.854-2.042-.916q-.271-.104-.271-.396 0-.292.25-.396l2.063-.937.916-2.042q.104-.271.396-.271.292 0 .396.25l.937 2.063 2.042.916q.271.105.271.396 0 .292-.25.396l-2.063.937-.916 2.042q-.105.271-.396.271-.292 0-.396-.25Zm6.458-7.833q-.229.292-.594.334-.364.041-.698-.167-.479-.292-1.01-.5-.532-.208-1.094-.354-.354-.104-.594-.386-.239-.281-.177-.635.063-.375.375-.583.313-.209.688-.126.812.167 1.51.459.698.291 1.365.708.312.209.385.583.073.376-.156.667ZM18.25 9q-.354.062-.646-.167-.292-.229-.396-.583-.146-.562-.364-1.094-.219-.531-.511-1.031-.187-.313-.145-.677.041-.365.333-.573.291-.229.656-.146.365.083.573.396.438.667.74 1.354.302.688.468 1.479.084.375-.125.677-.208.303-.583.365Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 19.146q-2.208 0-4.135-.99-1.927-.989-3.282-2.802v1q0 .354-.26.615-.261.26-.615.26t-.614-.26q-.261-.261-.261-.615v-3.708q0-.354.261-.615.26-.26.614-.26h3.709q.354 0 .614.26.261.261.261.615t-.261.614q-.26.261-.614.261H3.5q1 1.791 2.729 2.833Q7.958 17.396 10 17.396q2.146 0 3.896-1.084 1.75-1.083 2.708-2.916.188-.354.542-.531.354-.177.708-.011.354.167.427.542.073.375-.114.729-1.167 2.292-3.292 3.656Q12.75 19.146 10 19.146ZM1.771 8.979q-.375-.062-.594-.385-.219-.323-.115-.698.167-.75.48-1.438.312-.687.77-1.375.209-.312.573-.385.365-.073.657.156.291.229.323.594.031.364-.157.677-.291.479-.51 1-.219.521-.365 1.104-.104.375-.406.594-.302.219-.656.156Zm3.125-5.521q-.229-.312-.146-.677.083-.364.417-.573.645-.416 1.333-.698.688-.281 1.479-.448.375-.083.677.126.302.208.365.583.062.354-.177.635-.24.282-.594.386-.542.146-1.073.364-.531.219-1.052.532-.313.187-.667.124-.354-.062-.562-.354Zm3.792 7.854-2.042-.916q-.271-.104-.271-.396 0-.292.25-.396l2.063-.937.916-2.042q.104-.271.396-.271.292 0 .396.25l.937 2.063 2.042.916q.271.105.271.396 0 .292-.25.396l-2.063.937-.916 2.042q-.105.271-.396.271-.292 0-.396-.25Zm6.458-7.833q-.229.292-.594.334-.364.041-.698-.167-.479-.292-1.01-.5-.532-.208-1.094-.354-.354-.104-.594-.386-.239-.281-.177-.635.063-.375.375-.583.313-.209.688-.126.812.167 1.51.459.698.291 1.365.708.312.209.385.583.073.376-.156.667ZM18.25 9q-.354.062-.646-.167-.292-.229-.396-.583-.146-.562-.364-1.094-.219-.531-.511-1.031-.187-.313-.145-.677.041-.365.333-.573.291-.229.656-.146.365.083.573.396.438.667.74 1.354.302.688.468 1.479.084.375-.125.677-.208.303-.583.365Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M4.25 18.333q-.729 0-1.24-.51-.51-.511-.51-1.24V5.167q0-.729.51-1.24.511-.51 1.24-.51h.667v-.875q0-.354.26-.615.261-.26.615-.26t.614.26q.261.261.261.615v.875h6.666v-.875q0-.354.261-.615.26-.26.614-.26t.615.26q.26.261.26.615v.875h.667q.729 0 1.24.51.51.511.51 1.24v11.416q0 .729-.51 1.24-.511.51-1.24.51Zm0-1.75h11.5V8.375H4.25v8.208Zm5.375-1.479-.708-1.562-1.521-.688q-.229-.104-.229-.375t.229-.375l1.521-.687.708-1.563q.104-.229.375-.229t.375.229l.708 1.563 1.521.687q.229.104.229.375t-.229.375l-1.521.688-.708 1.562q-.104.229-.375.229t-.375-.229Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M4.25 18.333q-.729 0-1.24-.51-.51-.511-.51-1.24V5.167q0-.729.51-1.24.511-.51 1.24-.51h.667v-.875q0-.354.26-.615.261-.26.615-.26t.614.26q.261.261.261.615v.875h6.666v-.875q0-.354.261-.615.26-.26.614-.26t.615.26q.26.261.26.615v.875h.667q.729 0 1.24.51.51.511.51 1.24v11.416q0 .729-.51 1.24-.511.51-1.24.51Zm0-1.75h11.5V8.375H4.25v8.208Zm5.375-1.479-.708-1.562-1.521-.688q-.229-.104-.229-.375t.229-.375l1.521-.687.708-1.563q.104-.229.375-.229t.375.229l.708 1.563 1.521.687q.229.104.229.375t-.229.375l-1.521.688-.708 1.562q-.104.229-.375.229t-.375-.229Z"/></svg>

Before

Width:  |  Height:  |  Size: 626 B

After

Width:  |  Height:  |  Size: 646 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 19q-2.354 0-4.323-1.104-1.969-1.104-3.177-2.938V16.5H1v-4h4V14H3.688q1 1.583 2.645 2.542Q7.979 17.5 10 17.5q1.625 0 3.031-.635 1.407-.636 2.438-1.73 1.031-1.093 1.573-2.541.541-1.448.437-3.094h1.5q.104 1.958-.562 3.688-.667 1.729-1.896 3.02-1.229 1.292-2.906 2.042Q11.938 19 10 19ZM6.354 3.458l-.625-1.375q.959-.521 2.031-.802Q8.833 1 10 1q2.354 0 4.323 1.104 1.969 1.104 3.177 2.938V3.5H19v4h-4V6h1.312q-1-1.583-2.645-2.542Q12.021 2.5 10 2.5q-1 0-1.917.25-.916.25-1.729.708ZM3.5 10 2.417 7.583 0 6.5l2.417-1.083L3.5 3l1.083 2.417L7 6.5 4.583 7.583Zm2.771 4 3.021-8h1.437l3 8h-1.396l-.708-2.042H8.396L7.667 14Zm2.521-3.208h2.396l-1.167-3.313h-.063Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 19q-2.354 0-4.323-1.104-1.969-1.104-3.177-2.938V16.5H1v-4h4V14H3.688q1 1.583 2.645 2.542Q7.979 17.5 10 17.5q1.625 0 3.031-.635 1.407-.636 2.438-1.73 1.031-1.093 1.573-2.541.541-1.448.437-3.094h1.5q.104 1.958-.562 3.688-.667 1.729-1.896 3.02-1.229 1.292-2.906 2.042Q11.938 19 10 19ZM6.354 3.458l-.625-1.375q.959-.521 2.031-.802Q8.833 1 10 1q2.354 0 4.323 1.104 1.969 1.104 3.177 2.938V3.5H19v4h-4V6h1.312q-1-1.583-2.645-2.542Q12.021 2.5 10 2.5q-1 0-1.917.25-.916.25-1.729.708ZM3.5 10 2.417 7.583 0 6.5l2.417-1.083L3.5 3l1.083 2.417L7 6.5 4.583 7.583Zm2.771 4 3.021-8h1.437l3 8h-1.396l-.708-2.042H8.396L7.667 14Zm2.521-3.208h2.396l-1.167-3.313h-.063Z"/></svg>

Before

Width:  |  Height:  |  Size: 730 B

After

Width:  |  Height:  |  Size: 750 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg>

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 342 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg>

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 342 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg>

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 342 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg>

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 342 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg>

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 342 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.667 18.333q-.355 0-.594-.239-.24-.24-.24-.594V4.167q0-.355.24-.594.239-.24.594-.24h1.666v-.791q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.791h1.666q.355 0 .594.24.24.239.24.594V17.5q0 .354-.24.594-.239.239-.594.239Z"/></svg>

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 342 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.708 18.333q-.354 0-.614-.26-.261-.261-.261-.615V4.042q0-.354.261-.615.26-.26.614-.26h1.625v-.625q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.625h1.625q.354 0 .614.26.261.261.261.615v13.416q0 .354-.261.615-.26.26-.614.26Zm.875-2.583h4.834V4.917H7.583Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.708 18.333q-.354 0-.614-.26-.261-.261-.261-.615V4.042q0-.354.261-.615.26-.26.614-.26h1.625v-.625q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.625h1.625q.354 0 .614.26.261.261.261.615v13.416q0 .354-.261.615-.26.26-.614.26Zm.875-2.583h4.834V4.917H7.583Z"/></svg>

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 376 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.708 18.333q-.354 0-.614-.26-.261-.261-.261-.615V4.042q0-.354.261-.615.26-.26.614-.26h1.625v-.625q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.625h1.625q.354 0 .614.26.261.261.261.615v13.416q0 .354-.261.615-.26.26-.614.26Zm.875-4.25h4.834V4.917H7.583Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.708 18.333q-.354 0-.614-.26-.261-.261-.261-.615V4.042q0-.354.261-.615.26-.26.614-.26h1.625v-.625q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.625h1.625q.354 0 .614.26.261.261.261.615v13.416q0 .354-.261.615-.26.26-.614.26Zm.875-4.25h4.834V4.917H7.583Z"/></svg>

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 375 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.708 18.333q-.354 0-.614-.26-.261-.261-.261-.615V4.042q0-.354.261-.615.26-.26.614-.26h1.625v-.625q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.625h1.625q.354 0 .614.26.261.261.261.615v13.416q0 .354-.261.615-.26.26-.614.26Zm.875-7.583h4.834V4.917H7.583Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.708 18.333q-.354 0-.614-.26-.261-.261-.261-.615V4.042q0-.354.261-.615.26-.26.614-.26h1.625v-.625q0-.354.261-.615.26-.26.614-.26h1.584q.354 0 .614.26.261.261.261.615v.625h1.625q.354 0 .614.26.261.261.261.615v13.416q0 .354-.261.615-.26.26-.614.26Zm.875-7.583h4.834V4.917H7.583Z"/></svg>

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 376 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 14.562q1.562 0 2.667-1.093 1.104-1.094 1.104-2.657 0-1.562-1.104-2.656Q11.562 7.062 10 7.062q-1.562 0-2.646 1.094-1.083 1.094-1.083 2.656 0 1.563 1.083 2.657Q8.438 14.562 10 14.562Zm-.917-4.666.5-1.084q.125-.291.417-.291t.417.291l.5 1.084 1.104.5q.271.125.271.416 0 .292-.271.417l-1.104.521-.5 1.083q-.125.292-.417.292t-.417-.292l-.5-1.083-1.104-.521q-.271-.125-.271-.417 0-.291.271-.416ZM3.417 17.5q-.729 0-1.24-.51-.51-.511-.51-1.24V5.896q0-.729.51-1.24.511-.51 1.24-.51h2.541l1-1.084q.25-.27.584-.416.333-.146.708-.146h3.521q.354 0 .687.146.334.146.584.416l1.02 1.084h2.521q.729 0 1.24.51.51.511.51 1.24v9.854q0 .729-.51 1.24-.511.51-1.24.51Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14.562q1.562 0 2.667-1.093 1.104-1.094 1.104-2.657 0-1.562-1.104-2.656Q11.562 7.062 10 7.062q-1.562 0-2.646 1.094-1.083 1.094-1.083 2.656 0 1.563 1.083 2.657Q8.438 14.562 10 14.562Zm-.917-4.666.5-1.084q.125-.291.417-.291t.417.291l.5 1.084 1.104.5q.271.125.271.416 0 .292-.271.417l-1.104.521-.5 1.083q-.125.292-.417.292t-.417-.292l-.5-1.083-1.104-.521q-.271-.125-.271-.417 0-.291.271-.416ZM3.417 17.5q-.729 0-1.24-.51-.51-.511-.51-1.24V5.896q0-.729.51-1.24.511-.51 1.24-.51h2.541l1-1.084q.25-.27.584-.416.333-.146.708-.146h3.521q.354 0 .687.146.334.146.584.416l1.02 1.084h2.521q.729 0 1.24.51.51.511.51 1.24v9.854q0 .729-.51 1.24-.511.51-1.24.51Z"/></svg>

Before

Width:  |  Height:  |  Size: 727 B

After

Width:  |  Height:  |  Size: 747 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5 16q-1.667 0-2.833-1.167Q1 13.667 1 12q0-1.583 1.083-2.74Q3.167 8.104 4.729 8q.479-1.771 1.927-2.885Q8.104 4 10 4q2.146 0 3.729 1.448Q15.312 6.896 15.5 9q1.458 0 2.479 1.021Q19 11.042 19 12.5q0 1.458-1.021 2.479Q16.958 16 15.5 16Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M5 16q-1.667 0-2.833-1.167Q1 13.667 1 12q0-1.583 1.083-2.74Q3.167 8.104 4.729 8q.479-1.771 1.927-2.885Q8.104 4 10 4q2.146 0 3.729 1.448Q15.312 6.896 15.5 9q1.458 0 2.479 1.021Q19 11.042 19 12.5q0 1.458-1.021 2.479Q16.958 16 15.5 16Z"/></svg>

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 330 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5 16q-1.667 0-2.833-1.167Q1 13.667 1 12q0-1.583 1.083-2.74Q3.167 8.104 4.729 8q.479-1.771 1.927-2.885Q8.104 4 10 4q2.146 0 3.729 1.448Q15.312 6.896 15.5 9q1.458 0 2.479 1.021Q19 11.042 19 12.5q0 1.458-1.021 2.479Q16.958 16 15.5 16Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M5 16q-1.667 0-2.833-1.167Q1 13.667 1 12q0-1.583 1.083-2.74Q3.167 8.104 4.729 8q.479-1.771 1.927-2.885Q8.104 4 10 4q2.146 0 3.729 1.448Q15.312 6.896 15.5 9q1.458 0 2.479 1.021Q19 11.042 19 12.5q0 1.458-1.021 2.479Q16.958 16 15.5 16Z"/></svg>

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 330 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5 16q-1.667 0-2.833-1.167Q1 13.667 1 12q0-1.583 1.083-2.74Q3.167 8.104 4.729 8q.479-1.771 1.927-2.885Q8.104 4 10 4q2.146 0 3.729 1.448Q15.312 6.896 15.5 9q1.458 0 2.479 1.021Q19 11.042 19 12.5q0 1.458-1.021 2.479Q16.958 16 15.5 16Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M5 16q-1.667 0-2.833-1.167Q1 13.667 1 12q0-1.583 1.083-2.74Q3.167 8.104 4.729 8q.479-1.771 1.927-2.885Q8.104 4 10 4q2.146 0 3.729 1.448Q15.312 6.896 15.5 9q1.458 0 2.479 1.021Q19 11.042 19 12.5q0 1.458-1.021 2.479Q16.958 16 15.5 16Z"/></svg>

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 330 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m10 11.708-.708.709q-.25.25-.25.604t.27.604q.25.271.605.271.354 0 .625-.271l2.166-2.167q.271-.27.271-.625 0-.354-.271-.625l-2.187-2.187q-.25-.25-.604-.25-.355 0-.605.25-.27.271-.27.625t.27.604l.688.708H7.542q-.354 0-.615.261-.26.26-.26.614 0 .355.26.615.261.26.615.26Zm-6.583 4.959q-.729 0-1.24-.511-.51-.51-.51-1.239V5.083q0-.729.51-1.239.511-.511 1.24-.511h4.104q.354 0 .677.136.323.135.573.385L10 5.083h6.583q.729 0 1.24.511.51.51.51 1.239v8.084q0 .729-.51 1.239-.511.511-1.24.511Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m10 11.708-.708.709q-.25.25-.25.604t.27.604q.25.271.605.271.354 0 .625-.271l2.166-2.167q.271-.27.271-.625 0-.354-.271-.625l-2.187-2.187q-.25-.25-.604-.25-.355 0-.605.25-.27.271-.27.625t.27.604l.688.708H7.542q-.354 0-.615.261-.26.26-.26.614 0 .355.26.615.261.26.615.26Zm-6.583 4.959q-.729 0-1.24-.511-.51-.51-.51-1.239V5.083q0-.729.51-1.239.511-.511 1.24-.511h4.104q.354 0 .677.136.323.135.573.385L10 5.083h6.583q.729 0 1.24.511.51.51.51 1.239v8.084q0 .729-.51 1.239-.511.511-1.24.511Z"/></svg>

Before

Width:  |  Height:  |  Size: 562 B

After

Width:  |  Height:  |  Size: 582 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10.708 13.625q.25-.25.25-.604t-.25-.625L10 11.708h2.458q.354 0 .615-.26.26-.26.26-.615 0-.354-.26-.614-.261-.261-.615-.261H10l.708-.708q.25-.25.25-.604t-.25-.625q-.27-.25-.625-.25-.354 0-.604.25l-2.187 2.187q-.271.271-.271.625 0 .355.271.625l2.187 2.188q.25.25.604.25.355 0 .625-.271Zm-7.291 3.042q-.729 0-1.24-.511-.51-.51-.51-1.239V5.083q0-.729.51-1.239.511-.511 1.24-.511h4.104q.354 0 .677.136.323.135.573.385L10 5.083h6.583q.729 0 1.24.511.51.51.51 1.239v8.084q0 .729-.51 1.239-.511.511-1.24.511Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10.708 13.625q.25-.25.25-.604t-.25-.625L10 11.708h2.458q.354 0 .615-.26.26-.26.26-.615 0-.354-.26-.614-.261-.261-.615-.261H10l.708-.708q.25-.25.25-.604t-.25-.625q-.27-.25-.625-.25-.354 0-.604.25l-2.187 2.187q-.271.271-.271.625 0 .355.271.625l2.187 2.188q.25.25.604.25.355 0 .625-.271Zm-7.291 3.042q-.729 0-1.24-.511-.51-.51-.51-1.239V5.083q0-.729.51-1.239.511-.511 1.24-.511h4.104q.354 0 .677.136.323.135.573.385L10 5.083h6.583q.729 0 1.24.511.51.51.51 1.239v8.084q0 .729-.51 1.239-.511.511-1.24.511Z"/></svg>

Before

Width:  |  Height:  |  Size: 579 B

After

Width:  |  Height:  |  Size: 599 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m8.25 17.5 3.396-3.417h5.021q.708 0 1.208.5t.5 1.209q0 .708-.5 1.208t-1.208.5Zm7.062-9.958-3.729-3.73 1.021-1.02q.521-.521 1.24-.521.718 0 1.239.521l1.25 1.25q.5.5.5 1.239 0 .74-.5 1.24ZM2.5 17.5q-.354 0-.615-.26-.26-.261-.26-.615v-2.5q0-.167.063-.323.062-.156.187-.281l8.479-8.479 3.729 3.729-8.479 8.479q-.125.125-.281.188-.156.062-.323.062Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m8.25 17.5 3.396-3.417h5.021q.708 0 1.208.5t.5 1.209q0 .708-.5 1.208t-1.208.5Zm7.062-9.958-3.729-3.73 1.021-1.02q.521-.521 1.24-.521.718 0 1.239.521l1.25 1.25q.5.5.5 1.239 0 .74-.5 1.24ZM2.5 17.5q-.354 0-.615-.26-.26-.261-.26-.615v-2.5q0-.167.063-.323.062-.156.187-.281l8.479-8.479 3.729 3.729-8.479 8.479q-.125.125-.281.188-.156.062-.323.062Z"/></svg>

Before

Width:  |  Height:  |  Size: 421 B

After

Width:  |  Height:  |  Size: 441 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 10.792q.354 0 .615-.261.26-.26.26-.614V6.708q0-.354-.26-.604-.261-.25-.615-.25t-.615.261q-.26.26-.26.614v3.209q0 .354.26.604.261.25.615.25Zm0 3.396q.354 0 .615-.24.26-.24.26-.636 0-.354-.26-.614-.261-.26-.615-.26t-.615.26q-.26.26-.26.614 0 .396.26.636.261.24.615.24Zm0 4.145q-1.729 0-3.25-.656t-2.646-1.781q-1.125-1.125-1.781-2.646-.656-1.521-.656-3.25t.656-3.25q.656-1.521 1.781-2.646T6.75 2.323q1.521-.656 3.25-.656t3.25.656q1.521.656 2.646 1.781t1.781 2.646q.656 1.521.656 3.25t-.656 3.25q-.656 1.521-1.781 2.646t-2.646 1.781q-1.521.656-3.25.656Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 10.792q.354 0 .615-.261.26-.26.26-.614V6.708q0-.354-.26-.604-.261-.25-.615-.25t-.615.261q-.26.26-.26.614v3.209q0 .354.26.604.261.25.615.25Zm0 3.396q.354 0 .615-.24.26-.24.26-.636 0-.354-.26-.614-.261-.26-.615-.26t-.615.26q-.26.26-.26.614 0 .396.26.636.261.24.615.24Zm0 4.145q-1.729 0-3.25-.656t-2.646-1.781q-1.125-1.125-1.781-2.646-.656-1.521-.656-3.25t.656-3.25q.656-1.521 1.781-2.646T6.75 2.323q1.521-.656 3.25-.656t3.25.656q1.521.656 2.646 1.781t1.781 2.646q.656 1.521.656 3.25t-.656 3.25q-.656 1.521-1.781 2.646t-2.646 1.781q-1.521.656-3.25.656Z"/></svg>

Before

Width:  |  Height:  |  Size: 631 B

After

Width:  |  Height:  |  Size: 651 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.521 11.854q-.438 0-.74-.302t-.302-.74q0-.437.302-.739t.74-.302q.437 0 .739.302t.302.739q0 .438-.302.74t-.739.302Zm4.958 0q-.437 0-.739-.302t-.302-.74q0-.437.302-.739t.739-.302q.438 0 .74.302t.302.739q0 .438-.302.74t-.74.302Zm3.729-5.792q-.125 0-.239-.062-.115-.062-.177-.208l-.5-1.084-1.104-.52q-.146-.063-.209-.178-.062-.114-.062-.239 0-.125.062-.24.063-.114.209-.177l1.104-.5.5-1.104q.062-.146.177-.208.114-.063.239-.063.125 0 .24.063.114.062.177.208l.5 1.104 1.104.5q.146.063.209.177.062.115.062.24 0 .125-.062.239-.063.115-.209.178l-1.104.52-.5 1.084q-.063.146-.177.208-.115.062-.24.062ZM10 16.583q2.771 0 4.635-1.916 1.865-1.917 1.948-4.438 0-.541-.052-1.041-.052-.5-.198-1.042-2.375.479-4.489-.229-2.115-.709-3.698-2.605-.75 1.75-1.969 2.865-1.219 1.115-2.76 1.698 0 2.875 1.927 4.792Q7.271 16.583 10 16.583Zm0 1.75q-1.729 0-3.25-.656t-2.646-1.781q-1.125-1.125-1.781-2.646-.656-1.521-.656-3.25t.656-3.25q.656-1.521 1.781-2.646T6.75 2.333q1.521-.645 3.25-.645.875 0 1.771.124.896.126 1.667.542-.313.188-.542.552-.229.365-.229.865 0 .437.239.885.24.448.74.677l.708.313.292.666q.229.5.656.75.427.25.906.25.48 0 .854-.229.376-.229.542-.521.354.896.542 1.678.187.781.187 1.76 0 1.729-.656 3.25t-1.781 2.646q-1.125 1.125-2.646 1.781-1.521.656-3.25.656Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.521 11.854q-.438 0-.74-.302t-.302-.74q0-.437.302-.739t.74-.302q.437 0 .739.302t.302.739q0 .438-.302.74t-.739.302Zm4.958 0q-.437 0-.739-.302t-.302-.74q0-.437.302-.739t.739-.302q.438 0 .74.302t.302.739q0 .438-.302.74t-.74.302Zm3.729-5.792q-.125 0-.239-.062-.115-.062-.177-.208l-.5-1.084-1.104-.52q-.146-.063-.209-.178-.062-.114-.062-.239 0-.125.062-.24.063-.114.209-.177l1.104-.5.5-1.104q.062-.146.177-.208.114-.063.239-.063.125 0 .24.063.114.062.177.208l.5 1.104 1.104.5q.146.063.209.177.062.115.062.24 0 .125-.062.239-.063.115-.209.178l-1.104.52-.5 1.084q-.063.146-.177.208-.115.062-.24.062ZM10 16.583q2.771 0 4.635-1.916 1.865-1.917 1.948-4.438 0-.541-.052-1.041-.052-.5-.198-1.042-2.375.479-4.489-.229-2.115-.709-3.698-2.605-.75 1.75-1.969 2.865-1.219 1.115-2.76 1.698 0 2.875 1.927 4.792Q7.271 16.583 10 16.583Zm0 1.75q-1.729 0-3.25-.656t-2.646-1.781q-1.125-1.125-1.781-2.646-.656-1.521-.656-3.25t.656-3.25q.656-1.521 1.781-2.646T6.75 2.333q1.521-.645 3.25-.645.875 0 1.771.124.896.126 1.667.542-.313.188-.542.552-.229.365-.229.865 0 .437.239.885.24.448.74.677l.708.313.292.666q.229.5.656.75.427.25.906.25.48 0 .854-.229.376-.229.542-.521.354.896.542 1.678.187.781.187 1.76 0 1.729-.656 3.25t-1.781 2.646q-1.125 1.125-2.646 1.781-1.521.656-3.25.656Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 12.917q-.167 0-.323-.063-.156-.062-.302-.208L6.333 9.604q-.271-.271-.271-.625t.271-.625q.271-.271.625-.271t.625.271l1.542 1.542V4.208q0-.354.26-.614.261-.261.615-.261t.615.261q.26.26.26.614v5.688l1.542-1.542q.271-.271.625-.271t.625.271q.271.271.271.625t-.271.625l-3.042 3.042q-.146.146-.302.208-.156.063-.323.063Zm-4.917 3.75q-.729 0-1.239-.511-.511-.51-.511-1.239v-1.542q0-.354.261-.615.26-.26.614-.26t.615.26q.26.261.26.615v1.542h9.834v-1.542q0-.354.26-.615.261-.26.615-.26t.614.26q.261.261.261.615v1.542q0 .729-.511 1.239-.51.511-1.239.511Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 12.917q-.167 0-.323-.063-.156-.062-.302-.208L6.333 9.604q-.271-.271-.271-.625t.271-.625q.271-.271.625-.271t.625.271l1.542 1.542V4.208q0-.354.26-.614.261-.261.615-.261t.615.261q.26.26.26.614v5.688l1.542-1.542q.271-.271.625-.271t.625.271q.271.271.271.625t-.271.625l-3.042 3.042q-.146.146-.302.208-.156.063-.323.063Zm-4.917 3.75q-.729 0-1.239-.511-.511-.51-.511-1.239v-1.542q0-.354.261-.615.26-.26.614-.26t.615.26q.26.261.26.615v1.542h9.834v-1.542q0-.354.26-.615.261-.26.615-.26t.614.26q.261.261.261.615v1.542q0 .729-.511 1.239-.51.511-1.239.511Z"/></svg>

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 645 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 13.271q-.354 0-.615-.261-.26-.26-.26-.614V6.708L7.583 8.25q-.271.271-.625.271t-.625-.271q-.271-.271-.271-.625T6.333 7l3.042-3.042q.146-.146.302-.208T10 3.688q.167 0 .323.062t.302.208L13.667 7q.271.271.271.625t-.271.625q-.271.271-.625.271t-.625-.271l-1.542-1.542v5.688q0 .354-.26.614-.261.261-.615.261Zm-4.917 3.396q-.729 0-1.239-.511-.511-.51-.511-1.239v-1.542q0-.354.261-.615.26-.26.614-.26t.615.26q.26.261.26.615v1.542h9.834v-1.542q0-.354.26-.615.261-.26.615-.26t.614.26q.261.261.261.615v1.542q0 .729-.511 1.239-.51.511-1.239.511Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 13.271q-.354 0-.615-.261-.26-.26-.26-.614V6.708L7.583 8.25q-.271.271-.625.271t-.625-.271q-.271-.271-.271-.625T6.333 7l3.042-3.042q.146-.146.302-.208T10 3.688q.167 0 .323.062t.302.208L13.667 7q.271.271.271.625t-.271.625q-.271.271-.625.271t-.625-.271l-1.542-1.542v5.688q0 .354-.26.614-.261.261-.615.261Zm-4.917 3.396q-.729 0-1.239-.511-.511-.51-.511-1.239v-1.542q0-.354.261-.615.26-.26.614-.26t.615.26q.26.261.26.615v1.542h9.834v-1.542q0-.354.26-.615.261-.26.615-.26t.614.26q.261.261.261.615v1.542q0 .729-.511 1.239-.51.511-1.239.511Z"/></svg>

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 634 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5.896 12.625Q5.167 12.625 4.656 12.115Q4.146 11.604 4.146 10.875V9.229Q4.146 8.5 4.656 7.99Q5.167 7.479 5.896 7.479H14.146Q14.875 7.479 15.385 7.99Q15.896 8.5 15.896 9.229V10.875Q15.896 11.604 15.385 12.115Q14.875 12.625 14.146 12.625ZM10.021 4.188Q9.667 4.188 9.406 3.927Q9.146 3.667 9.146 3.312V2.542Q9.146 2.188 9.406 1.927Q9.667 1.667 10.021 1.667Q10.375 1.667 10.635 1.927Q10.896 2.188 10.896 2.542V3.312Q10.896 3.667 10.635 3.927Q10.375 4.188 10.021 4.188ZM14.979 5.938Q14.708 5.688 14.708 5.333Q14.708 4.979 14.979 4.708L15.271 4.417Q15.521 4.167 15.875 4.167Q16.229 4.167 16.5 4.417Q16.75 4.688 16.75 5.042Q16.75 5.396 16.5 5.646L16.188 5.958Q15.938 6.208 15.583 6.208Q15.229 6.208 14.979 5.938ZM10.021 18.333Q9.667 18.333 9.406 18.073Q9.146 17.812 9.146 17.458V16.688Q9.146 16.333 9.406 16.073Q9.667 15.812 10.021 15.812Q10.375 15.812 10.635 16.073Q10.896 16.333 10.896 16.688V17.458Q10.896 17.812 10.635 18.073Q10.375 18.333 10.021 18.333ZM15.271 15.667 14.958 15.375Q14.708 15.125 14.708 14.771Q14.708 14.417 14.979 14.146Q15.229 13.896 15.583 13.896Q15.938 13.896 16.208 14.146L16.5 14.458Q16.75 14.708 16.75 15.062Q16.75 15.417 16.5 15.667Q16.229 15.938 15.875 15.938Q15.521 15.938 15.271 15.667ZM3.854 5.938 3.542 5.646Q3.292 5.396 3.292 5.042Q3.292 4.688 3.562 4.417Q3.812 4.167 4.167 4.167Q4.521 4.167 4.792 4.417L5.083 4.729Q5.333 4.979 5.333 5.333Q5.333 5.688 5.083 5.938Q4.812 6.208 4.458 6.208Q4.104 6.208 3.854 5.938ZM3.562 15.667Q3.292 15.417 3.292 15.062Q3.292 14.708 3.562 14.438L3.854 14.146Q4.104 13.896 4.458 13.896Q4.812 13.896 5.083 14.146Q5.333 14.417 5.333 14.771Q5.333 15.125 5.083 15.375L4.771 15.688Q4.521 15.938 4.167 15.938Q3.812 15.938 3.562 15.667Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M5.896 12.625Q5.167 12.625 4.656 12.115Q4.146 11.604 4.146 10.875V9.229Q4.146 8.5 4.656 7.99Q5.167 7.479 5.896 7.479H14.146Q14.875 7.479 15.385 7.99Q15.896 8.5 15.896 9.229V10.875Q15.896 11.604 15.385 12.115Q14.875 12.625 14.146 12.625ZM10.021 4.188Q9.667 4.188 9.406 3.927Q9.146 3.667 9.146 3.312V2.542Q9.146 2.188 9.406 1.927Q9.667 1.667 10.021 1.667Q10.375 1.667 10.635 1.927Q10.896 2.188 10.896 2.542V3.312Q10.896 3.667 10.635 3.927Q10.375 4.188 10.021 4.188ZM14.979 5.938Q14.708 5.688 14.708 5.333Q14.708 4.979 14.979 4.708L15.271 4.417Q15.521 4.167 15.875 4.167Q16.229 4.167 16.5 4.417Q16.75 4.688 16.75 5.042Q16.75 5.396 16.5 5.646L16.188 5.958Q15.938 6.208 15.583 6.208Q15.229 6.208 14.979 5.938ZM10.021 18.333Q9.667 18.333 9.406 18.073Q9.146 17.812 9.146 17.458V16.688Q9.146 16.333 9.406 16.073Q9.667 15.812 10.021 15.812Q10.375 15.812 10.635 16.073Q10.896 16.333 10.896 16.688V17.458Q10.896 17.812 10.635 18.073Q10.375 18.333 10.021 18.333ZM15.271 15.667 14.958 15.375Q14.708 15.125 14.708 14.771Q14.708 14.417 14.979 14.146Q15.229 13.896 15.583 13.896Q15.938 13.896 16.208 14.146L16.5 14.458Q16.75 14.708 16.75 15.062Q16.75 15.417 16.5 15.667Q16.229 15.938 15.875 15.938Q15.521 15.938 15.271 15.667ZM3.854 5.938 3.542 5.646Q3.292 5.396 3.292 5.042Q3.292 4.688 3.562 4.417Q3.812 4.167 4.167 4.167Q4.521 4.167 4.792 4.417L5.083 4.729Q5.333 4.979 5.333 5.333Q5.333 5.688 5.083 5.938Q4.812 6.208 4.458 6.208Q4.104 6.208 3.854 5.938ZM3.562 15.667Q3.292 15.417 3.292 15.062Q3.292 14.708 3.562 14.438L3.854 14.146Q4.104 13.896 4.458 13.896Q4.812 13.896 5.083 14.146Q5.333 14.417 5.333 14.771Q5.333 15.125 5.083 15.375L4.771 15.688Q4.521 15.938 4.167 15.938Q3.812 15.938 3.562 15.667Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 16.667q-2.792 0-4.729-1.938Q.833 12.792.833 10t1.938-4.729Q4.708 3.333 7.5 3.333t4.729 1.938Q14.167 7.208 14.167 10t-1.938 4.729q-1.937 1.938-4.729 1.938ZM7.5 13q.375 0 .646-.271t.271-.646v-3.25h.958q.292 0 .5-.208.208-.208.208-.5 0-.292-.208-.5-.208-.208-.5-.208h-3.75q-.292 0-.5.208-.208.208-.208.5 0 .292.208.5.208.208.5.208h.958v3.25q0 .375.271.646T7.5 13Zm7.708-6-.687-1.521L13 4.792q-.271-.125-.271-.417T13 3.958l1.521-.687.687-1.521q.125-.271.417-.271t.417.271l.687 1.521 1.521.687q.271.125.271.417t-.271.417l-1.521.687L16.042 7q-.125.271-.417.271T15.208 7Zm0 11.25-.687-1.521L13 16.042q-.271-.125-.271-.417t.271-.417l1.521-.687.687-1.521q.125-.271.417-.271t.417.271l.687 1.521 1.521.687q.271.125.271.417t-.271.417l-1.521.687-.687 1.521q-.125.271-.417.271t-.417-.271Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.5 16.667q-2.792 0-4.729-1.938Q.833 12.792.833 10t1.938-4.729Q4.708 3.333 7.5 3.333t4.729 1.938Q14.167 7.208 14.167 10t-1.938 4.729q-1.937 1.938-4.729 1.938ZM7.5 13q.375 0 .646-.271t.271-.646v-3.25h.958q.292 0 .5-.208.208-.208.208-.5 0-.292-.208-.5-.208-.208-.5-.208h-3.75q-.292 0-.5.208-.208.208-.208.5 0 .292.208.5.208.208.5.208h.958v3.25q0 .375.271.646T7.5 13Zm7.708-6-.687-1.521L13 4.792q-.271-.125-.271-.417T13 3.958l1.521-.687.687-1.521q.125-.271.417-.271t.417.271l.687 1.521 1.521.687q.271.125.271.417t-.271.417l-1.521.687L16.042 7q-.125.271-.417.271T15.208 7Zm0 11.25-.687-1.521L13 16.042q-.271-.125-.271-.417t.271-.417l1.521-.687.687-1.521q.125-.271.417-.271t.417.271l.687 1.521 1.521.687q.271.125.271.417t-.271.417l-1.521.687-.687 1.521q-.125.271-.417.271t-.417-.271Z"/></svg>

Before

Width:  |  Height:  |  Size: 857 B

After

Width:  |  Height:  |  Size: 877 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M3.375 15.833q-.354 0-.615-.26-.26-.261-.26-.615v-2.396q0-1.75 1.229-2.979t2.979-1.229h7.459L11.812 6q-.25-.25-.25-.594t.271-.614q.25-.25.615-.25.364 0 .614.25l3.813 3.812q.146.146.208.302.063.156.063.323t-.063.323q-.062.156-.208.302l-3.833 3.834q-.25.25-.594.25t-.615-.271q-.25-.25-.25-.615 0-.364.25-.614l2.334-2.334H6.708q-1.02 0-1.739.719-.719.719-.719 1.739v2.396q0 .354-.26.615-.261.26-.615.26Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M3.375 15.833q-.354 0-.615-.26-.26-.261-.26-.615v-2.396q0-1.75 1.229-2.979t2.979-1.229h7.459L11.812 6q-.25-.25-.25-.594t.271-.614q.25-.25.615-.25.364 0 .614.25l3.813 3.812q.146.146.208.302.063.156.063.323t-.063.323q-.062.156-.208.302l-3.833 3.834q-.25.25-.594.25t-.615-.271q-.25-.25-.25-.615 0-.364.25-.614l2.334-2.334H6.708q-1.02 0-1.739.719-.719.719-.719 1.739v2.396q0 .354-.26.615-.261.26-.615.26Z"/></svg>

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 498 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M4.208 18.333q-.354 0-.614-.26-.261-.261-.261-.615t.261-.614q.26-.261.614-.261h.75v-2.458q0-1.25.552-2.333.552-1.084 1.552-1.792-1-.708-1.552-1.792-.552-1.083-.552-2.312V3.417h-.75q-.354 0-.614-.261-.261-.26-.261-.614t.261-.615q.26-.26.614-.26h11.584q.354 0 .614.26.261.261.261.615t-.261.614q-.26.261-.614.261h-.75v2.479q0 1.229-.552 2.312-.552 1.084-1.552 1.792 1 .708 1.552 1.792.552 1.083.552 2.333v2.458h.75q.354 0 .614.261.261.26.261.614t-.261.615q-.26.26-.614.26Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M4.208 18.333q-.354 0-.614-.26-.261-.261-.261-.615t.261-.614q.26-.261.614-.261h.75v-2.458q0-1.25.552-2.333.552-1.084 1.552-1.792-1-.708-1.552-1.792-.552-1.083-.552-2.312V3.417h-.75q-.354 0-.614-.261-.261-.26-.261-.614t.261-.615q.26-.26.614-.26h11.584q.354 0 .614.26.261.261.261.615t-.261.614q-.26.261-.614.261h-.75v2.479q0 1.229-.552 2.312-.552 1.084-1.552 1.792 1 .708 1.552 1.792.552 1.083.552 2.333v2.458h.75q.354 0 .614.261.261.26.261.614t-.261.615q-.26.26-.614.26Z"/></svg>

Before

Width:  |  Height:  |  Size: 547 B

After

Width:  |  Height:  |  Size: 567 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M16.417 18.792 15.104 17.5H4.25q-.729 0-1.24-.51-.51-.511-.51-1.24V4.896L1.188 3.583q-.25-.25-.25-.614 0-.365.25-.615t.614-.25q.365 0 .615.25l15.229 15.229q.25.25.25.605 0 .354-.25.604t-.615.25q-.364 0-.614-.25Zm-10.5-4.625h5.854L9.854 12.25l-.687.854-1.292-1.771q-.146-.187-.375-.187t-.375.187l-1.583 2.105q-.167.229-.042.479.125.25.417.25Zm11.583.791L5.042 2.5H15.75q.729 0 1.24.51.51.511.51 1.24Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M16.417 18.792 15.104 17.5H4.25q-.729 0-1.24-.51-.51-.511-.51-1.24V4.896L1.188 3.583q-.25-.25-.25-.614 0-.365.25-.615t.614-.25q.365 0 .615.25l15.229 15.229q.25.25.25.605 0 .354-.25.604t-.615.25q-.364 0-.614-.25Zm-10.5-4.625h5.854L9.854 12.25l-.687.854-1.292-1.771q-.146-.187-.375-.187t-.375.187l-1.583 2.105q-.167.229-.042.479.125.25.417.25Zm11.583.791L5.042 2.5H15.75q.729 0 1.24.51.51.511.51 1.24Z"/></svg>

Before

Width:  |  Height:  |  Size: 477 B

After

Width:  |  Height:  |  Size: 497 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 16q-.625 0-1.062-.438Q1 15.125 1 14.5t.438-1.062Q1.875 13 2.5 13q.104 0 .198.01.094.011.198.032l4.146-4.146q-.021-.104-.032-.198Q7 8.604 7 8.5q0-.625.438-1.062Q7.875 7 8.5 7t1.062.438Q10 7.875 10 8.5q0 .104-.042.396l2.646 2.646q.104-.021.198-.032.094-.01.198-.01.104 0 .198.01.094.011.198.032l2.646-2.646q-.021-.104-.032-.198Q16 8.604 16 8.5q0-.625.438-1.062Q16.875 7 17.5 7t1.062.438Q19 7.875 19 8.5t-.438 1.062Q18.125 10 17.5 10q-.104 0-.198-.01-.094-.011-.198-.032l-2.646 2.646q.021.104.032.198.01.094.01.198 0 .625-.438 1.062-.437.438-1.062.438t-1.062-.438Q11.5 13.625 11.5 13q0-.104.01-.198.011-.094.032-.198L8.896 9.958q-.104.021-.198.032-.094.01-.198.01-.104 0-.396-.042l-4.146 4.146q.021.104.032.198.01.094.01.198 0 .625-.438 1.062Q3.125 16 2.5 16Zm1-8-.479-1.021L2 6.5l1.021-.479L3.5 5l.479 1.021L5 6.5l-1.021.479Zm9 0-.771-1.729L10 5.5l1.729-.771L12.5 3l.771 1.729L15 5.5l-1.729.771Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.5 16q-.625 0-1.062-.438Q1 15.125 1 14.5t.438-1.062Q1.875 13 2.5 13q.104 0 .198.01.094.011.198.032l4.146-4.146q-.021-.104-.032-.198Q7 8.604 7 8.5q0-.625.438-1.062Q7.875 7 8.5 7t1.062.438Q10 7.875 10 8.5q0 .104-.042.396l2.646 2.646q.104-.021.198-.032.094-.01.198-.01.104 0 .198.01.094.011.198.032l2.646-2.646q-.021-.104-.032-.198Q16 8.604 16 8.5q0-.625.438-1.062Q16.875 7 17.5 7t1.062.438Q19 7.875 19 8.5t-.438 1.062Q18.125 10 17.5 10q-.104 0-.198-.01-.094-.011-.198-.032l-2.646 2.646q.021.104.032.198.01.094.01.198 0 .625-.438 1.062-.437.438-1.062.438t-1.062-.438Q11.5 13.625 11.5 13q0-.104.01-.198.011-.094.032-.198L8.896 9.958q-.104.021-.198.032-.094.01-.198.01-.104 0-.396-.042l-4.146 4.146q.021.104.032.198.01.094.01.198 0 .625-.438 1.062Q3.125 16 2.5 16Zm1-8-.479-1.021L2 6.5l1.021-.479L3.5 5l.479 1.021L5 6.5l-1.021.479Zm9 0-.771-1.729L10 5.5l1.729-.771L12.5 3l.771 1.729L15 5.5l-1.729.771Z"/></svg>

Before

Width:  |  Height:  |  Size: 976 B

After

Width:  |  Height:  |  Size: 996 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 14.75q-.146 0-.281-.042-.136-.041-.281-.146-.938-.666-1.417-1.843-.479-1.177-.479-2.74 0-1.562.468-2.739.469-1.178 1.407-1.844.104-.084.26-.136.156-.052.323-.052.146 0 .292.042t.27.146q.938.687 1.417 1.864.479 1.178.479 2.719 0 1.563-.479 2.74-.479 1.177-1.396 1.843-.104.084-.26.136-.156.052-.323.052Zm3.333 1.083q-.479 0-.937-.073-.458-.072-.896-.239 1.125-.875 1.708-2.302.584-1.427.584-3.219 0-1.833-.584-3.26-.583-1.428-1.708-2.302.438-.167.896-.24.458-.073.937-.073 2.438 0 4.136 1.698t1.698 4.135q0 2.459-1.698 4.167-1.698 1.708-4.136 1.708Zm-6.666 0q-2.438 0-4.136-1.708T.833 9.958q0-2.437 1.698-4.135t4.136-1.698q.479 0 .937.073.458.073.896.24-1.125.874-1.708 2.302-.584 1.427-.584 3.26 0 1.792.584 3.219.583 1.427 1.708 2.302-.438.167-.896.239-.458.073-.937.073Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14.75q-.146 0-.281-.042-.136-.041-.281-.146-.938-.666-1.417-1.843-.479-1.177-.479-2.74 0-1.562.468-2.739.469-1.178 1.407-1.844.104-.084.26-.136.156-.052.323-.052.146 0 .292.042t.27.146q.938.687 1.417 1.864.479 1.178.479 2.719 0 1.563-.479 2.74-.479 1.177-1.396 1.843-.104.084-.26.136-.156.052-.323.052Zm3.333 1.083q-.479 0-.937-.073-.458-.072-.896-.239 1.125-.875 1.708-2.302.584-1.427.584-3.219 0-1.833-.584-3.26-.583-1.428-1.708-2.302.438-.167.896-.24.458-.073.937-.073 2.438 0 4.136 1.698t1.698 4.135q0 2.459-1.698 4.167-1.698 1.708-4.136 1.708Zm-6.666 0q-2.438 0-4.136-1.708T.833 9.958q0-2.437 1.698-4.135t4.136-1.698q.479 0 .937.073.458.073.896.24-1.125.874-1.708 2.302-.584 1.427-.584 3.26 0 1.792.584 3.219.583 1.427 1.708 2.302-.438.167-.896.239-.458.073-.937.073Z"/></svg>

Before

Width:  |  Height:  |  Size: 854 B

After

Width:  |  Height:  |  Size: 874 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10.021 11.792q-1.063 0-1.823-.761-.76-.76-.76-1.823V4.229q0-1.062.76-1.812t1.823-.75q1.062 0 1.812.75t.75 1.812v4.979q0 1.063-.75 1.823-.75.761-1.812.761Zm0 5.708q-.354 0-.615-.26-.26-.261-.26-.615V15q-1.917-.25-3.25-1.594-1.334-1.344-1.646-3.218-.062-.396.208-.688.271-.292.709-.292.291 0 .521.209.229.208.291.541.271 1.438 1.396 2.396t2.646.958q1.5 0 2.625-.958t1.396-2.396q.062-.333.291-.541.229-.209.542-.209.417 0 .687.292.271.292.209.688-.292 1.874-1.625 3.218-1.334 1.344-3.25 1.594v1.625q0 .354-.261.615-.26.26-.614.26Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10.021 11.792q-1.063 0-1.823-.761-.76-.76-.76-1.823V4.229q0-1.062.76-1.812t1.823-.75q1.062 0 1.812.75t.75 1.812v4.979q0 1.063-.75 1.823-.75.761-1.812.761Zm0 5.708q-.354 0-.615-.26-.26-.261-.26-.615V15q-1.917-.25-3.25-1.594-1.334-1.344-1.646-3.218-.062-.396.208-.688.271-.292.709-.292.291 0 .521.209.229.208.291.541.271 1.438 1.396 2.396t2.646.958q1.5 0 2.625-.958t1.396-2.396q.062-.333.291-.541.229-.209.542-.209.417 0 .687.292.271.292.209.688-.292 1.874-1.625 3.218-1.334 1.344-3.25 1.594v1.625q0 .354-.261.615-.26.26-.614.26Z"/></svg>

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 626 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M3.333 15.833v-10l6.667-5 6.667 5v3.292h-1.75V6.708L10 3.021 5.083 6.708v7.375h4.875v1.75Zm12.042 2.563-1.208-2.646-2.646-1.208 2.646-1.209 1.208-2.645 1.208 2.645 2.646 1.209-2.646 1.208Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M3.333 15.833v-10l6.667-5 6.667 5v3.292h-1.75V6.708L10 3.021 5.083 6.708v7.375h4.875v1.75Zm12.042 2.563-1.208-2.646-2.646-1.208 2.646-1.209 1.208-2.645 1.208 2.645 2.646 1.209-2.646 1.208Z"/></svg>

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 286 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m8.458 16.104-2.125-4.687-4.666-2.125 4.666-2.125L8.458 2.5l2.125 4.667 4.688 2.125-4.688 2.125Zm6.48 1.396-1.063-2.333-2.333-1.063 2.333-1.062 1.063-2.334L16 13.042l2.333 1.062L16 15.167Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m8.458 16.104-2.125-4.687-4.666-2.125 4.666-2.125L8.458 2.5l2.125 4.667 4.688 2.125-4.688 2.125Zm6.48 1.396-1.063-2.333-2.333-1.063 2.333-1.062 1.063-2.334L16 13.042l2.333 1.062L16 15.167Z"/></svg>

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 286 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m7.938 9.146-.792 1.75-1.75.792 1.75.791.792 1.75.791-1.75 1.75-.791-1.75-.792Zm4.958.062-.542 1.125-1.125.542 1.125.542.542 1.125.542-1.125 1.124-.542-1.124-.542ZM3.354 3.333l1.708 3.396h2.459L5.833 3.333h1.646l1.688 3.396h2.458L9.917 3.333h1.645l1.709 3.396h2.458l-1.687-3.396h2.541q.729 0 1.24.511.51.51.51 1.239v9.834q0 .729-.51 1.239-.511.511-1.24.511H3.417q-.729 0-1.24-.511-.51-.51-.51-1.239V5.083q0-.729.479-1.239.479-.511 1.208-.511Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m7.938 9.146-.792 1.75-1.75.792 1.75.791.792 1.75.791-1.75 1.75-.791-1.75-.792Zm4.958.062-.542 1.125-1.125.542 1.125.542.542 1.125.542-1.125 1.124-.542-1.124-.542ZM3.354 3.333l1.708 3.396h2.459L5.833 3.333h1.646l1.688 3.396h2.458L9.917 3.333h1.645l1.709 3.396h2.458l-1.687-3.396h2.541q.729 0 1.24.511.51.51.51 1.239v9.834q0 .729-.51 1.239-.511.511-1.24.511H3.417q-.729 0-1.24-.511-.51-.51-.51-1.239V5.083q0-.729.479-1.239.479-.511 1.208-.511Z"/></svg>

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 540 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 18.333q-2.458 0-4.167-1.708-1.708-1.708-1.708-4.167 0-1.979 1.177-3.52 1.177-1.542 2.99-2.105V2.542q0-.354.26-.615.26-.26.615-.26h1.666q.355 0 .615.26.26.261.26.615v4.291q1.813.563 2.99 2.105 1.177 1.541 1.177 3.52 0 2.459-1.708 4.167-1.709 1.708-4.167 1.708Zm0-1.75q1.708 0 2.917-1.208 1.208-1.208 1.208-2.917 0-1.708-1.208-2.916Q11.708 8.333 10 8.333q-1.708 0-2.917 1.209-1.208 1.208-1.208 2.916 0 1.709 1.208 2.917Q8.292 16.583 10 16.583Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 18.333q-2.458 0-4.167-1.708-1.708-1.708-1.708-4.167 0-1.979 1.177-3.52 1.177-1.542 2.99-2.105V2.542q0-.354.26-.615.26-.26.615-.26h1.666q.355 0 .615.26.26.261.26.615v4.291q1.813.563 2.99 2.105 1.177 1.541 1.177 3.52 0 2.459-1.708 4.167-1.709 1.708-4.167 1.708Zm0-1.75q1.708 0 2.917-1.208 1.208-1.208 1.208-2.917 0-1.708-1.208-2.916Q11.708 8.333 10 8.333q-1.708 0-2.917 1.209-1.208 1.208-1.208 2.916 0 1.709 1.208 2.917Q8.292 16.583 10 16.583Z"/></svg>

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 543 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m4.167 16.667-.271-.834h-.354q-.771 0-1.282-.562-.51-.563-.468-1.313l.604-9q.042-.687.552-1.156.51-.469 1.198-.469h11.708q.688 0 1.198.469t.552 1.156l.604 9q.042.75-.468 1.313-.511.562-1.282.562h-.354l-.271.834Zm-.25-8.375h12.166l-.229-3.209H4.146Zm-.375 5.791h12.916l-.27-4.041H3.812l-.27 4.041Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m4.167 16.667-.271-.834h-.354q-.771 0-1.282-.562-.51-.563-.468-1.313l.604-9q.042-.687.552-1.156.51-.469 1.198-.469h11.708q.688 0 1.198.469t.552 1.156l.604 9q.042.75-.468 1.313-.511.562-1.282.562h-.354l-.271.834Zm-.25-8.375h12.166l-.229-3.209H4.146Zm-.375 5.791h12.916l-.27-4.041H3.812l-.27 4.041Z"/></svg>

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 394 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 17.5q-1.625 0-2.917-.938-1.291-.937-1.771-2.354h14.396q-.541 1.438-1.812 2.365-1.271.927-2.896.927Zm-5-5.042V7.5q0-2.083 1.458-3.542Q5.417 2.5 7.5 2.5h5q2.083 0 3.542 1.458Q17.5 5.417 17.5 7.5v4.958Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.5 17.5q-1.625 0-2.917-.938-1.291-.937-1.771-2.354h14.396q-.541 1.438-1.812 2.365-1.271.927-2.896.927Zm-5-5.042V7.5q0-2.083 1.458-3.542Q5.417 2.5 7.5 2.5h5q2.083 0 3.542 1.458Q17.5 5.417 17.5 7.5v4.958Z"/></svg>

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 302 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 17.5q-2.083 0-3.542-1.458Q2.5 14.583 2.5 12.5v-5q0-2.083 1.458-3.542Q5.417 2.5 7.5 2.5h5q2.083 0 3.542 1.458Q17.5 5.417 17.5 7.5v5q0 2.083-1.458 3.542Q14.583 17.5 12.5 17.5Zm0-1.75q0-.354.24-.594.239-.239.593-.239.355 0 .594.239.24.24.24.594h1.666q0-.354.24-.594.239-.239.594-.239.354 0 .593.239.24.24.24.594.938 0 1.677-.469.74-.469 1.156-1.198h-1.166q0 .355-.24.594-.239.24-.594.24-.354 0-.593-.24-.24-.239-.24-.594h-1.667q0 .355-.239.594-.24.24-.594.24t-.594-.24q-.239-.239-.239-.594H7.5q0 .355-.24.594-.239.24-.593.24-.355 0-.594-.24-.24-.239-.24-.594H4.667q.416.729 1.156 1.198.739.469 1.677.469Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.5 17.5q-2.083 0-3.542-1.458Q2.5 14.583 2.5 12.5v-5q0-2.083 1.458-3.542Q5.417 2.5 7.5 2.5h5q2.083 0 3.542 1.458Q17.5 5.417 17.5 7.5v5q0 2.083-1.458 3.542Q14.583 17.5 12.5 17.5Zm0-1.75q0-.354.24-.594.239-.239.593-.239.355 0 .594.239.24.24.24.594h1.666q0-.354.24-.594.239-.239.594-.239.354 0 .593.239.24.24.24.594.938 0 1.677-.469.74-.469 1.156-1.198h-1.166q0 .355-.24.594-.239.24-.594.24-.354 0-.593-.24-.24-.239-.24-.594h-1.667q0 .355-.239.594-.24.24-.594.24t-.594-.24q-.239-.239-.239-.594H7.5q0 .355-.24.594-.239.24-.593.24-.355 0-.594-.24-.24-.239-.24-.594H4.667q.416.729 1.156 1.198.739.469 1.677.469Z"/></svg>

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 704 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 18q-.625 0-1.062-.438Q4 17.125 4 16.5v-13q0-.625.438-1.062Q4.875 2 5.5 2h5.875q.292 0 .573.104.281.104.49.334l3.124 3.124q.23.209.334.49.104.281.104.573V16.5q0 .625-.438 1.062Q15.125 18 14.5 18ZM11 6.25q0 .312.219.531.219.219.531.219h2.75L11 3.5Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M5.5 18q-.625 0-1.062-.438Q4 17.125 4 16.5v-13q0-.625.438-1.062Q4.875 2 5.5 2h5.875q.292 0 .573.104.281.104.49.334l3.124 3.124q.23.209.334.49.104.281.104.573V16.5q0 .625-.438 1.062Q15.125 18 14.5 18ZM11 6.25q0 .312.219.531.219.219.531.219h2.75L11 3.5Z"/></svg>

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 349 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 9.979q-1.417 0-2.375-.958-.958-.959-.958-2.375 0-1.417.958-2.375.958-.959 2.375-.959t2.375.959q.958.958.958 2.375 0 1.416-.958 2.375-.958.958-2.375.958Zm-4.979 6.688q-.729 0-1.24-.511-.51-.51-.51-1.239v-.646q0-.729.375-1.313.375-.583.979-.875 1.271-.604 2.635-.927 1.365-.323 2.74-.323 1.375 0 2.75.323t2.625.927q.604.292.979.875.375.584.375 1.313v.646q0 .729-.51 1.239-.511.511-1.24.511Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 9.979q-1.417 0-2.375-.958-.958-.959-.958-2.375 0-1.417.958-2.375.958-.959 2.375-.959t2.375.959q.958.958.958 2.375 0 1.416-.958 2.375-.958.958-2.375.958Zm-4.979 6.688q-.729 0-1.24-.511-.51-.51-.51-1.239v-.646q0-.729.375-1.313.375-.583.979-.875 1.271-.604 2.635-.927 1.365-.323 2.74-.323 1.375 0 2.75.323t2.625.927q.604.292.979.875.375.584.375 1.313v.646q0 .729-.51 1.239-.511.511-1.24.511Z"/></svg>

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 490 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M17.229 18q-3.187 0-5.969-1.177-2.781-1.177-4.833-3.24-2.052-2.062-3.239-4.843Q2 5.958 2 2.75q0-.312.219-.531Q2.438 2 2.75 2H6q.312 0 .531.229.219.229.219.542 0 .937.135 1.76.136.823.407 1.594.062.167.01.354-.052.188-.198.375L4.958 9q1 1.958 2.563 3.521 1.562 1.562 3.437 2.5l2.146-2.146q.146-.146.344-.198.198-.052.406.011.834.25 1.667.395.833.146 1.687.146.334 0 .563.24.229.239.229.593v3.188q0 .312-.229.531-.229.219-.542.219Zm-.729-8q0-2.729-1.896-4.625T10 3.479v-1.5q1.667 0 3.115.636 1.447.635 2.541 1.718 1.094 1.084 1.719 2.542Q18 8.333 18 10Zm-3.333 0q0-1.312-.927-2.25-.928-.938-2.24-.938v-1.5q1.958 0 3.312 1.365Q14.667 8.042 14.667 10Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M17.229 18q-3.187 0-5.969-1.177-2.781-1.177-4.833-3.24-2.052-2.062-3.239-4.843Q2 5.958 2 2.75q0-.312.219-.531Q2.438 2 2.75 2H6q.312 0 .531.229.219.229.219.542 0 .937.135 1.76.136.823.407 1.594.062.167.01.354-.052.188-.198.375L4.958 9q1 1.958 2.563 3.521 1.562 1.562 3.437 2.5l2.146-2.146q.146-.146.344-.198.198-.052.406.011.834.25 1.667.395.833.146 1.687.146.334 0 .563.24.229.239.229.593v3.188q0 .312-.229.531-.229.219-.542.219Zm-.729-8q0-2.729-1.896-4.625T10 3.479v-1.5q1.667 0 3.115.636 1.447.635 2.541 1.718 1.094 1.084 1.719 2.542Q18 8.333 18 10Zm-3.333 0q0-1.312-.927-2.25-.928-.938-2.24-.938v-1.5q1.958 0 3.312 1.365Q14.667 8.042 14.667 10Z"/></svg>

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 745 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M4.25 17.5q-.729 0-1.24-.51-.51-.511-.51-1.24V4.25q0-.729.51-1.24.511-.51 1.24-.51h6.521q.354 0 .614.26.261.261.261.615t-.261.615q-.26.26-.614.26H4.25v11.5h11.5V9.271q0-.354.26-.615.261-.26.615-.26t.615.26q.26.261.26.615v6.479q0 .729-.51 1.24-.511.51-1.24.51Zm4.708-6.458-1.396-.625q-.27-.125-.27-.417t.27-.417l1.396-.625.625-1.396q.125-.27.417-.27t.417.27l.625 1.396 1.396.625q.27.125.27.417t-.27.417l-1.396.625-.625 1.396q-.125.27-.417.27t-.417-.27Zm4.375-4.354-.812-.376q-.271-.124-.271-.416t.271-.417l.812-.375.375-.812q.125-.271.417-.271t.417.271l.375.812.812.375q.271.125.271.417t-.271.416l-.812.376-.375.812q-.125.271-.417.271t-.417-.271Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M4.25 17.5q-.729 0-1.24-.51-.51-.511-.51-1.24V4.25q0-.729.51-1.24.511-.51 1.24-.51h6.521q.354 0 .614.26.261.261.261.615t-.261.615q-.26.26-.614.26H4.25v11.5h11.5V9.271q0-.354.26-.615.261-.26.615-.26t.615.26q.26.261.26.615v6.479q0 .729-.51 1.24-.511.51-1.24.51Zm4.708-6.458-1.396-.625q-.27-.125-.27-.417t.27-.417l1.396-.625.625-1.396q.125-.27.417-.27t.417.27l.625 1.396 1.396.625q.27.125.27.417t-.27.417l-1.396.625-.625 1.396q-.125.27-.417.27t-.417-.27Zm4.375-4.354-.812-.376q-.271-.124-.271-.416t.271-.417l.812-.375.375-.812q.125-.271.417-.271t.417.271l.375.812.812.375q.271.125.271.417t-.271.416l-.812.376-.375.812q-.125.271-.417.271t-.417-.271Z"/></svg>

Before

Width:  |  Height:  |  Size: 723 B

After

Width:  |  Height:  |  Size: 743 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 10.688q-.354 0-.615-.261-.26-.26-.26-.615V3.25q0-.354.26-.615.261-.26.615-.26t.615.26q.26.261.26.615v6.562q0 .355-.26.615-.261.261-.615.261Zm0 6.687q-1.562 0-2.927-.594-1.365-.593-2.375-1.604-1.01-1.01-1.604-2.375Q2.5 11.438 2.5 9.875q0-1.417.51-2.719.511-1.302 1.448-2.364.25-.292.615-.302.365-.011.635.26.25.25.25.615 0 .364-.229.635-.708.812-1.094 1.802-.385.99-.385 2.073 0 2.396 1.677 4.073Q7.604 15.625 10 15.625q2.396 0 4.073-1.677 1.677-1.677 1.677-4.073 0-1.083-.365-2.094-.364-1.01-1.093-1.802-.23-.271-.25-.625-.021-.354.229-.604.271-.271.656-.26.385.01.635.302.959 1.062 1.448 2.364.49 1.302.49 2.719 0 1.563-.594 2.927-.594 1.365-1.604 2.375-1.01 1.011-2.375 1.604-1.365.594-2.927.594Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 10.688q-.354 0-.615-.261-.26-.26-.26-.615V3.25q0-.354.26-.615.261-.26.615-.26t.615.26q.26.261.26.615v6.562q0 .355-.26.615-.261.261-.615.261Zm0 6.687q-1.562 0-2.927-.594-1.365-.593-2.375-1.604-1.01-1.01-1.604-2.375Q2.5 11.438 2.5 9.875q0-1.417.51-2.719.511-1.302 1.448-2.364.25-.292.615-.302.365-.011.635.26.25.25.25.615 0 .364-.229.635-.708.812-1.094 1.802-.385.99-.385 2.073 0 2.396 1.677 4.073Q7.604 15.625 10 15.625q2.396 0 4.073-1.677 1.677-1.677 1.677-4.073 0-1.083-.365-2.094-.364-1.01-1.093-1.802-.23-.271-.25-.625-.021-.354.229-.604.271-.271.656-.26.385.01.635.302.959 1.062 1.448 2.364.49 1.302.49 2.719 0 1.563-.594 2.927-.594 1.365-1.604 2.375-1.01 1.011-2.375 1.604-1.365.594-2.927.594Z"/></svg>

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 800 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m13.312 9.854 1.667 1.688v1.75h-4.125v5l-.875.875-.875-.875v-5H5v-1.75l1.667-1.688V4.25h-.834V2.5h8.313v1.75h-.834Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m13.312 9.854 1.667 1.688v1.75h-4.125v5l-.875.875-.875-.875v-5H5v-1.75l1.667-1.688V4.25h-.834V2.5h8.313v1.75h-.834Z"/></svg>

Before

Width:  |  Height:  |  Size: 193 B

After

Width:  |  Height:  |  Size: 213 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 15.208q2 0 3.396-1.396 1.396-1.395 1.396-3.395t-1.594-3.396q-1.594-1.396-3.865-1.396l1.105-1.104q.187-.188.187-.438t-.187-.437q-.188-.188-.438-.188t-.438.188L7.583 5.625q-.125.125-.198.292-.073.166-.073.333t.073.333q.073.167.198.292l1.979 1.979q.188.188.448.177.261-.01.448-.198.188-.187.188-.448 0-.26-.188-.447L9.375 6.875q1.75 0 2.958 1.031 1.209 1.032 1.209 2.511 0 1.458-1.032 2.5-1.031 1.041-2.51 1.041-1.292 0-2.271-.812-.979-.813-1.208-2.042-.042-.208-.198-.344-.156-.135-.365-.135-.312 0-.51.219-.198.218-.136.51.355 1.667 1.667 2.761Q8.292 15.208 10 15.208Zm0 3.125q-1.729 0-3.25-.656t-2.646-1.781q-1.125-1.125-1.781-2.646-.656-1.521-.656-3.25t.656-3.25q.656-1.521 1.781-2.646T6.75 2.323q1.521-.656 3.25-.656t3.25.656q1.521.656 2.646 1.781t1.781 2.646q.656 1.521.656 3.25t-.656 3.25q-.656 1.521-1.781 2.646t-2.646 1.781q-1.521.656-3.25.656Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 15.208q2 0 3.396-1.396 1.396-1.395 1.396-3.395t-1.594-3.396q-1.594-1.396-3.865-1.396l1.105-1.104q.187-.188.187-.438t-.187-.437q-.188-.188-.438-.188t-.438.188L7.583 5.625q-.125.125-.198.292-.073.166-.073.333t.073.333q.073.167.198.292l1.979 1.979q.188.188.448.177.261-.01.448-.198.188-.187.188-.448 0-.26-.188-.447L9.375 6.875q1.75 0 2.958 1.031 1.209 1.032 1.209 2.511 0 1.458-1.032 2.5-1.031 1.041-2.51 1.041-1.292 0-2.271-.812-.979-.813-1.208-2.042-.042-.208-.198-.344-.156-.135-.365-.135-.312 0-.51.219-.198.218-.136.51.355 1.667 1.667 2.761Q8.292 15.208 10 15.208Zm0 3.125q-1.729 0-3.25-.656t-2.646-1.781q-1.125-1.125-1.781-2.646-.656-1.521-.656-3.25t.656-3.25q.656-1.521 1.781-2.646T6.75 2.323q1.521-.656 3.25-.656t3.25.656q1.521.656 2.646 1.781t1.781 2.646q.656 1.521.656 3.25t-.656 3.25q-.656 1.521-1.781 2.646t-2.646 1.781q-1.521.656-3.25.656Z"/></svg>

Before

Width:  |  Height:  |  Size: 932 B

After

Width:  |  Height:  |  Size: 952 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M15.375 6.979q-.125 0-.24-.062-.114-.063-.177-.209l-.52-1.125-1.126-.521q-.145-.062-.208-.177-.062-.114-.062-.239 0-.125.062-.24.063-.114.208-.177l1.126-.521.52-1.125q.063-.145.177-.208.115-.063.24-.063.125 0 .24.063.114.063.177.208l.52 1.125 1.126.521q.145.063.208.177.062.115.062.24 0 .125-.062.239-.063.115-.208.177l-1.126.521-.52 1.125q-.063.146-.177.209-.115.062-.24.062Zm1.667 5.938q-.125 0-.24-.063-.114-.062-.177-.208l-.271-.584-.583-.27q-.104-.042-.271-.417 0-.125.062-.24.063-.114.209-.177l.583-.27.271-.584q.042-.104.417-.271.125 0 .239.063.115.062.177.208l.271.584.583.27q.105.042.271.417 0 .125-.062.24-.063.114-.209.177l-.583.27-.271.584q-.041.104-.416.271Zm-9.959 5.416q-.333 0-.583-.218-.25-.219-.292-.553l-.146-1.208q-.124-.062-.27-.146-.146-.083-.25-.166l-1.125.479q-.292.146-.615.041-.323-.104-.49-.395l-1.374-2.375q-.167-.292-.105-.615.063-.323.334-.51l.958-.729v-.584l-.958-.729q-.271-.187-.334-.51-.062-.323.105-.615l1.374-2.375q.167-.292.49-.396.323-.104.615.042l1.125.479q.104-.104.25-.187.146-.084.27-.125l.146-1.209q.042-.333.292-.552.25-.219.583-.219h2.709q.333 0 .583.219.25.219.292.552l.145 1.209q.146.041.282.125.135.083.239.187l1.125-.479q.292-.146.615-.042.323.104.489.396L14.938 9.5q.166.292.104.615-.063.323-.334.51l-.958.729v.584l.958.729q.271.187.334.51.062.323-.104.615l-1.376 2.375q-.166.291-.489.395-.323.105-.615-.041l-1.125-.479q-.104.083-.26.177-.156.093-.261.135l-.145 1.208q-.042.334-.292.553-.25.218-.583.218Zm1.355-4.145q1.062 0 1.802-.74.739-.74.739-1.802 0-1.063-.739-1.802-.74-.74-1.802-.74-1.063 0-1.803.74-.739.739-.739 1.802 0 1.062.739 1.802.74.74 1.803.74Zm0-2.542Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M15.375 6.979q-.125 0-.24-.062-.114-.063-.177-.209l-.52-1.125-1.126-.521q-.145-.062-.208-.177-.062-.114-.062-.239 0-.125.062-.24.063-.114.208-.177l1.126-.521.52-1.125q.063-.145.177-.208.115-.063.24-.063.125 0 .24.063.114.063.177.208l.52 1.125 1.126.521q.145.063.208.177.062.115.062.24 0 .125-.062.239-.063.115-.208.177l-1.126.521-.52 1.125q-.063.146-.177.209-.115.062-.24.062Zm1.667 5.938q-.125 0-.24-.063-.114-.062-.177-.208l-.271-.584-.583-.27q-.104-.042-.271-.417 0-.125.062-.24.063-.114.209-.177l.583-.27.271-.584q.042-.104.417-.271.125 0 .239.063.115.062.177.208l.271.584.583.27q.105.042.271.417 0 .125-.062.24-.063.114-.209.177l-.583.27-.271.584q-.041.104-.416.271Zm-9.959 5.416q-.333 0-.583-.218-.25-.219-.292-.553l-.146-1.208q-.124-.062-.27-.146-.146-.083-.25-.166l-1.125.479q-.292.146-.615.041-.323-.104-.49-.395l-1.374-2.375q-.167-.292-.105-.615.063-.323.334-.51l.958-.729v-.584l-.958-.729q-.271-.187-.334-.51-.062-.323.105-.615l1.374-2.375q.167-.292.49-.396.323-.104.615.042l1.125.479q.104-.104.25-.187.146-.084.27-.125l.146-1.209q.042-.333.292-.552.25-.219.583-.219h2.709q.333 0 .583.219.25.219.292.552l.145 1.209q.146.041.282.125.135.083.239.187l1.125-.479q.292-.146.615-.042.323.104.489.396L14.938 9.5q.166.292.104.615-.063.323-.334.51l-.958.729v.584l.958.729q.271.187.334.51.062.323-.104.615l-1.376 2.375q-.166.291-.489.395-.323.105-.615-.041l-1.125-.479q-.104.083-.26.177-.156.093-.261.135l-.145 1.208q-.042.334-.292.553-.25.218-.583.218Zm1.355-4.145q1.062 0 1.802-.74.739-.74.739-1.802 0-1.063-.739-1.802-.74-.74-1.802-.74-1.063 0-1.803.74-.739.739-.739 1.802 0 1.062.739 1.802.74.74 1.803.74Zm0-2.542Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M3.417 14.167q-.729 0-1.24-.511-.51-.51-.51-1.239V7.583q0-.729.51-1.239.511-.511 1.24-.511h13.166q.729 0 1.24.511.51.51.51 1.239v4.834q0 .729-.51 1.239-.511.511-1.24.511h-.708v-1.75h.708V7.583H3.417v4.834h4.875v1.75Zm8.312.916-.562-1.25-1.25-.562q-.271-.125-.271-.354 0-.229.271-.355l1.25-.562.562-1.25q.125-.271.354-.271.229 0 .355.271L13 12l1.25.562q.25.105.25.355t-.25.354l-1.25.562-.562 1.25q-.105.25-.355.25t-.354-.25Zm2.188-3.979-.271-.583-.584-.271q-.229-.104-.229-.25 0-.146.229-.25l.584-.271.271-.583q.104-.229.25-.229.145 0 .25.229l.271.583.583.271q.229.104.229.25 0 .146-.229.25l-.583.271-.271.583q-.105.229-.25.229-.146 0-.25-.229Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M3.417 14.167q-.729 0-1.24-.511-.51-.51-.51-1.239V7.583q0-.729.51-1.239.511-.511 1.24-.511h13.166q.729 0 1.24.511.51.51.51 1.239v4.834q0 .729-.51 1.239-.511.511-1.24.511h-.708v-1.75h.708V7.583H3.417v4.834h4.875v1.75Zm8.312.916-.562-1.25-1.25-.562q-.271-.125-.271-.354 0-.229.271-.355l1.25-.562.562-1.25q.125-.271.354-.271.229 0 .355.271L13 12l1.25.562q.25.105.25.355t-.25.354l-1.25.562-.562 1.25q-.105.25-.355.25t-.354-.25Zm2.188-3.979-.271-.583-.584-.271q-.229-.104-.229-.25 0-.146.229-.25l.584-.271.271-.583q.104-.229.25-.229.145 0 .25.229l.271.583.583.271q.229.104.229.25 0 .146-.229.25l-.583.271-.271.583q-.105.229-.25.229-.146 0-.25-.229Z"/></svg>

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 741 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M9.125 5.042v3.229q0 .354.26.614.261.261.615.261t.615-.261q.26-.26.26-.614V5.042q0-.354-.26-.615-.261-.26-.615-.26t-.615.26q-.26.261-.26.615Zm.875 7.5q.354 0 .615-.261.26-.26.26-.614 0-.375-.26-.625-.261-.25-.615-.25t-.615.25q-.26.25-.26.625 0 .354.26.614.261.261.615.261Zm-8.333 3.687V3.417q0-.729.51-1.24.511-.51 1.24-.51h13.166q.729 0 1.24.51.51.511.51 1.24v9.833q0 .729-.51 1.24-.511.51-1.24.51H5l-1.833 1.833q-.417.417-.959.198-.541-.219-.541-.802Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M9.125 5.042v3.229q0 .354.26.614.261.261.615.261t.615-.261q.26-.26.26-.614V5.042q0-.354-.26-.615-.261-.26-.615-.26t-.615.26q-.26.261-.26.615Zm.875 7.5q.354 0 .615-.261.26-.26.26-.614 0-.375-.26-.625-.261-.25-.615-.25t-.615.25q-.26.25-.26.625 0 .354.26.614.261.261.615.261Zm-8.333 3.687V3.417q0-.729.51-1.24.511-.51 1.24-.51h13.166q.729 0 1.24.51.51.511.51 1.24v9.833q0 .729-.51 1.24-.511.51-1.24.51H5l-1.833 1.833q-.417.417-.959.198-.541-.219-.541-.802Z"/></svg>

Before

Width:  |  Height:  |  Size: 531 B

After

Width:  |  Height:  |  Size: 551 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m15.792 7.667-1.084-2.355-2.312-1.062 2.312-1.062L15.792.833l1.083 2.355 2.313 1.062-2.313 1.062Zm0 11.5-1.084-2.334-2.312-1.062 2.312-1.063 1.084-2.354 1.083 2.354 2.313 1.063-2.313 1.062Zm-8.167-2.334-2.104-4.687L.833 10l4.688-2.125 2.104-4.687L9.75 7.875 14.417 10 9.75 12.146Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m15.792 7.667-1.084-2.355-2.312-1.062 2.312-1.062L15.792.833l1.083 2.355 2.313 1.062-2.313 1.062Zm0 11.5-1.084-2.334-2.312-1.062 2.312-1.063 1.084-2.354 1.083 2.354 2.313 1.063-2.313 1.062Zm-8.167-2.334-2.104-4.687L.833 10l4.688-2.125 2.104-4.687L9.75 7.875 14.417 10 9.75 12.146Z"/></svg>

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 378 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M2.583 13.354q-.687 0-1.218-.531-.532-.531-.532-1.219V9.938q0-.167.032-.334.031-.166.073-.271l2.5-5.833q.187-.438.624-.719.438-.281.917-.281h6.646q.729 0 1.24.51.51.511.51 1.24v8.375q0 .354-.135.677-.136.323-.386.573L8.75 17.917q-.417.416-.938.5-.52.083-.958-.146-.458-.25-.635-.771t-.011-1.125l.771-3.021ZM16.729 2.5q.667 0 1.136.469.468.469.468 1.135v7.646q0 .667-.468 1.135-.469.469-1.136.469-.667 0-1.135-.469-.469-.468-.469-1.135V4.104q0-.666.469-1.135.468-.469 1.135-.469Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.583 13.354q-.687 0-1.218-.531-.532-.531-.532-1.219V9.938q0-.167.032-.334.031-.166.073-.271l2.5-5.833q.187-.438.624-.719.438-.281.917-.281h6.646q.729 0 1.24.51.51.511.51 1.24v8.375q0 .354-.135.677-.136.323-.386.573L8.75 17.917q-.417.416-.938.5-.52.083-.958-.146-.458-.25-.635-.771t-.011-1.125l.771-3.021ZM16.729 2.5q.667 0 1.136.469.468.469.468 1.135v7.646q0 .667-.468 1.135-.469.469-1.136.469-.667 0-1.135-.469-.469-.468-.469-1.135V4.104q0-.666.469-1.135.468-.469 1.135-.469Z"/></svg>

Before

Width:  |  Height:  |  Size: 556 B

After

Width:  |  Height:  |  Size: 576 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8.375 17.5q-.729 0-1.24-.51-.51-.511-.51-1.24V7.375q0-.354.135-.677.136-.323.386-.573l4.104-4.042q.417-.416.938-.5.52-.083.958.146.458.25.635.771t.011 1.125l-.771 3.021h4.396q.687 0 1.218.531.532.531.532 1.219v1.666q0 .167-.032.334-.031.166-.073.271l-2.5 5.833q-.187.438-.624.719-.438.281-.917.281Zm-5.104 0q-.667 0-1.136-.469-.468-.469-.468-1.135V8.25q0-.667.468-1.135.469-.469 1.136-.469.667 0 1.135.469.469.468.469 1.135v7.646q0 .666-.469 1.135-.468.469-1.135.469Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M8.375 17.5q-.729 0-1.24-.51-.51-.511-.51-1.24V7.375q0-.354.135-.677.136-.323.386-.573l4.104-4.042q.417-.416.938-.5.52-.083.958.146.458.25.635.771t.011 1.125l-.771 3.021h4.396q.687 0 1.218.531.532.531.532 1.219v1.666q0 .167-.032.334-.031.166-.073.271l-2.5 5.833q-.187.438-.624.719-.438.281-.917.281Zm-5.104 0q-.667 0-1.136-.469-.468-.469-.468-1.135V8.25q0-.667.468-1.135.469-.469 1.136-.469.667 0 1.135.469.469.468.469 1.135v7.646q0 .666-.469 1.135-.468.469-1.135.469Z"/></svg>

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 566 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m17.771 7.188-1.188-.521 1.188-.542.521-1.167.541 1.167L20 6.667l-1.167.521-.541 1.187Zm-2.75-3.834-1.729-.812 1.729-.813L15.833 0l.813 1.729 1.729.813-1.729.812-.813 1.729ZM7.5 18.333q-.688 0-1.177-.489-.49-.49-.49-1.177h3.313q0 .687-.479 1.177-.479.489-1.167.489Zm-2.458-2.416q-.354 0-.615-.261-.26-.26-.26-.614t.26-.615q.261-.26.615-.26h4.896q.354 0 .614.26.26.261.26.615t-.26.614q-.26.261-.614.261Zm-.646-2.5q-1.458-.855-2.302-2.302-.844-1.448-.844-3.157 0-2.646 1.802-4.468Q4.854 1.667 7.5 1.667q2.604 0 4.417 1.823 1.812 1.822 1.812 4.468 0 1.709-.844 3.157-.843 1.447-2.302 2.302Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m17.771 7.188-1.188-.521 1.188-.542.521-1.167.541 1.167L20 6.667l-1.167.521-.541 1.187Zm-2.75-3.834-1.729-.812 1.729-.813L15.833 0l.813 1.729 1.729.813-1.729.812-.813 1.729ZM7.5 18.333q-.688 0-1.177-.489-.49-.49-.49-1.177h3.313q0 .687-.479 1.177-.479.489-1.167.489Zm-2.458-2.416q-.354 0-.615-.261-.26-.26-.26-.614t.26-.615q.261-.26.615-.26h4.896q.354 0 .614.26.26.261.26.615t-.26.614q-.26.261-.614.261Zm-.646-2.5q-1.458-.855-2.302-2.302-.844-1.448-.844-3.157 0-2.646 1.802-4.468Q4.854 1.667 7.5 1.667q2.604 0 4.417 1.823 1.812 1.822 1.812 4.468 0 1.709-.844 3.157-.843 1.447-2.302 2.302Z"/></svg>

Before

Width:  |  Height:  |  Size: 665 B

After

Width:  |  Height:  |  Size: 685 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M4.521 2.729q0-.604.635-.917.636-.312 1.927-.312 2.271 0 3.844 1.573T12.5 6.917q0 .541-.094 1.031-.094.49-.281.969l5.667 5.687q.5.5.51 1.208.01.709-.49 1.23l-.562.604q-.521.542-1.25.542t-1.25-.521l-5.688-5.709q-.479.188-.979.282-.5.093-.979.093-2.271 0-3.844-1.573-1.572-1.572-1.572-3.843 0-1.292.302-1.927.302-.636.906-.636.208 0 .396.073.187.073.354.24l2.25 2.25L7.083 5.75l-2.25-2.271q-.166-.167-.239-.354-.073-.187-.073-.396Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M4.521 2.729q0-.604.635-.917.636-.312 1.927-.312 2.271 0 3.844 1.573T12.5 6.917q0 .541-.094 1.031-.094.49-.281.969l5.667 5.687q.5.5.51 1.208.01.709-.49 1.23l-.562.604q-.521.542-1.25.542t-1.25-.521l-5.688-5.709q-.479.188-.979.282-.5.093-.979.093-2.271 0-3.844-1.573-1.572-1.572-1.572-3.843 0-1.292.302-1.927.302-.636.906-.636.208 0 .396.073.187.073.354.24l2.25 2.25L7.083 5.75l-2.25-2.271q-.166-.167-.239-.354-.073-.187-.073-.396Z"/></svg>

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 527 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M1.708 5.104q-.354 0-.614-.26-.261-.261-.261-.615v-.875q0-1.042.74-1.781.739-.74 1.781-.74h.875q.354 0 .615.261.26.26.26.614t-.26.615q-.261.26-.615.26h-.875q-.333 0-.552.219-.219.219-.219.552v.875q0 .354-.26.615-.261.26-.615.26Zm1.646 14.063q-1.042 0-1.781-.75-.74-.75-.74-1.792v-.875q0-.354.261-.615.26-.26.614-.26t.615.26q.26.261.26.615v.875q0 .333.219.563.219.229.552.229h.875q.354 0 .615.26.26.261.26.615t-.26.614q-.261.261-.615.261Zm12.417 0q-.354 0-.615-.261-.26-.26-.26-.614t.26-.615q.261-.26.615-.26h.875q.333 0 .552-.219.219-.219.219-.552v-.875q0-.354.26-.615.261-.26.615-.26t.614.26q.261.261.261.615v.875q0 1.042-.74 1.781-.739.74-1.781.74Zm2.521-14.063q-.354 0-.615-.26-.26-.261-.26-.615v-.875q0-.333-.219-.552-.219-.219-.552-.219h-.875q-.354 0-.615-.26-.26-.261-.26-.615t.26-.614q.261-.261.615-.261h.875q1.042 0 1.781.74.74.739.74 1.781v.875q0 .354-.261.615-.26.26-.614.26ZM10 14.729l.875-.5v-3.667l3.208-1.833V7.708l-.875-.5L10 9.042 6.792 7.208l-.875.5v1.021l3.208 1.833v3.667Zm-.875 1.563-4.083-2.375q-.417-.229-.646-.625-.229-.396-.229-.875V7.708q0-.479.229-.875.229-.395.646-.625l4.083-2.375q.417-.229.875-.229t.875.229l4.083 2.375q.417.23.646.625.229.396.229.875v4.709q0 .479-.229.875t-.646.625l-4.083 2.375q-.417.229-.875.229t-.875-.229Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M1.708 5.104q-.354 0-.614-.26-.261-.261-.261-.615v-.875q0-1.042.74-1.781.739-.74 1.781-.74h.875q.354 0 .615.261.26.26.26.614t-.26.615q-.261.26-.615.26h-.875q-.333 0-.552.219-.219.219-.219.552v.875q0 .354-.26.615-.261.26-.615.26Zm1.646 14.063q-1.042 0-1.781-.75-.74-.75-.74-1.792v-.875q0-.354.261-.615.26-.26.614-.26t.615.26q.26.261.26.615v.875q0 .333.219.563.219.229.552.229h.875q.354 0 .615.26.26.261.26.615t-.26.614q-.261.261-.615.261Zm12.417 0q-.354 0-.615-.261-.26-.26-.26-.614t.26-.615q.261-.26.615-.26h.875q.333 0 .552-.219.219-.219.219-.552v-.875q0-.354.26-.615.261-.26.615-.26t.614.26q.261.261.261.615v.875q0 1.042-.74 1.781-.739.74-1.781.74Zm2.521-14.063q-.354 0-.615-.26-.26-.261-.26-.615v-.875q0-.333-.219-.552-.219-.219-.552-.219h-.875q-.354 0-.615-.26-.26-.261-.26-.615t.26-.614q.261-.261.615-.261h.875q1.042 0 1.781.74.74.739.74 1.781v.875q0 .354-.261.615-.26.26-.614.26ZM10 14.729l.875-.5v-3.667l3.208-1.833V7.708l-.875-.5L10 9.042 6.792 7.208l-.875.5v1.021l3.208 1.833v3.667Zm-.875 1.563-4.083-2.375q-.417-.229-.646-.625-.229-.396-.229-.875V7.708q0-.479.229-.875.229-.395.646-.625l4.083-2.375q.417-.229.875-.229t.875.229l4.083 2.375q.417.23.646.625.229.396.229.875v4.709q0 .479-.229.875t-.646.625l-4.083 2.375q-.417.229-.875.229t-.875-.229Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.542 16q-.396 0-.709-.229-.312-.229-.458-.583L4.583 10.75H1.75q-.312 0-.531-.219Q1 10.312 1 10q0-.312.219-.531.219-.219.531-.219h3.333q.229 0 .427.125.198.125.282.354l1.75 4.354 3.75-9.291q.146-.354.458-.573.312-.219.708-.219.396 0 .709.229.312.229.458.583l1.792 4.438h2.833q.312 0 .531.219Q19 9.688 19 10q0 .312-.219.531-.219.219-.531.219h-3.333q-.229 0-.417-.125-.188-.125-.271-.354l-1.771-4.354-3.75 9.291q-.146.354-.458.573-.312.219-.708.219Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.542 16q-.396 0-.709-.229-.312-.229-.458-.583L4.583 10.75H1.75q-.312 0-.531-.219Q1 10.312 1 10q0-.312.219-.531.219-.219.531-.219h3.333q.229 0 .427.125.198.125.282.354l1.75 4.354 3.75-9.291q.146-.354.458-.573.312-.219.708-.219.396 0 .709.229.312.229.458.583l1.792 4.438h2.833q.312 0 .531.219Q19 9.688 19 10q0 .312-.219.531-.219.219-.531.219h-3.333q-.229 0-.417-.125-.188-.125-.271-.354l-1.771-4.354-3.75 9.291q-.146.354-.458.573-.312.219-.708.219Z"/></svg>

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 546 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5.042 17.5Q3.646 17.5 2.656 16.51Q1.667 15.521 1.667 14.125Q1.667 12.729 2.656 11.74Q3.646 10.75 5.042 10.75Q6.438 10.75 7.427 11.74Q8.417 12.729 8.417 14.125Q8.417 15.521 7.427 16.51Q6.438 17.5 5.042 17.5ZM10 9.25Q8.604 9.25 7.615 8.26Q6.625 7.271 6.625 5.875Q6.625 4.479 7.615 3.49Q8.604 2.5 10 2.5Q11.396 2.5 12.385 3.49Q13.375 4.479 13.375 5.875Q13.375 7.271 12.385 8.26Q11.396 9.25 10 9.25ZM14.958 17.5Q13.562 17.5 12.573 16.51Q11.583 15.521 11.583 14.125Q11.583 12.729 12.573 11.74Q13.562 10.75 14.958 10.75Q16.354 10.75 17.344 11.74Q18.333 12.729 18.333 14.125Q18.333 15.521 17.344 16.51Q16.354 17.5 14.958 17.5Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M5.042 17.5Q3.646 17.5 2.656 16.51Q1.667 15.521 1.667 14.125Q1.667 12.729 2.656 11.74Q3.646 10.75 5.042 10.75Q6.438 10.75 7.427 11.74Q8.417 12.729 8.417 14.125Q8.417 15.521 7.427 16.51Q6.438 17.5 5.042 17.5ZM10 9.25Q8.604 9.25 7.615 8.26Q6.625 7.271 6.625 5.875Q6.625 4.479 7.615 3.49Q8.604 2.5 10 2.5Q11.396 2.5 12.385 3.49Q13.375 4.479 13.375 5.875Q13.375 7.271 12.385 8.26Q11.396 9.25 10 9.25ZM14.958 17.5Q13.562 17.5 12.573 16.51Q11.583 15.521 11.583 14.125Q11.583 12.729 12.573 11.74Q13.562 10.75 14.958 10.75Q16.354 10.75 17.344 11.74Q18.333 12.729 18.333 14.125Q18.333 15.521 17.344 16.51Q16.354 17.5 14.958 17.5Z"/></svg>

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 718 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M11.3 22.3 9 20H5q-.825 0-1.413-.587Q3 18.825 3 18V4q0-.825.587-1.413Q4.175 2 5 2h14q.825 0 1.413.587Q21 3.175 21 4v14q0 .825-.587 1.413Q19.825 20 19 20h-4l-2.3 2.3q-.275.275-.7.275-.425 0-.7-.275Zm2.25-9.75 2.425-1.1q.3-.125.3-.45t-.3-.45l-2.425-1.1-1.1-2.425q-.125-.3-.45-.3t-.45.3l-1.1 2.425-2.425 1.1q-.3.125-.3.45t.3.45l2.425 1.1 1.1 2.425q.125.3.45.3t.45-.3Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.3 22.3 9 20H5q-.825 0-1.413-.587Q3 18.825 3 18V4q0-.825.587-1.413Q4.175 2 5 2h14q.825 0 1.413.587Q21 3.175 21 4v14q0 .825-.587 1.413Q19.825 20 19 20h-4l-2.3 2.3q-.275.275-.7.275-.425 0-.7-.275Zm2.25-9.75 2.425-1.1q.3-.125.3-.45t-.3-.45l-2.425-1.1-1.1-2.425q-.125-.3-.45-.3t-.45.3l-1.1 2.425-2.425 1.1q-.3.125-.3.45t.3.45l2.425 1.1 1.1 2.425q.125.3.45.3t.45-.3Z"/></svg>

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 462 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m19 9-1.25-2.75L15 5l2.75-1.25L19 1l1.25 2.75L23 5l-2.75 1.25Zm0 14-1.25-2.75L15 19l2.75-1.25L19 15l1.25 2.75L23 19l-2.75 1.25ZM4.8 16 8 7h2l3.2 9h-1.9l-.7-2H7.4l-.7 2Zm3.05-3.35h2.3L9 9ZM9 18q2.5 0 4.25-1.75T15 12q0-2.5-1.75-4.25T9 6Q6.5 6 4.75 7.75T3 12q0 2.5 1.75 4.25T9 18Zm0 2q-3.35 0-5.675-2.325Q1 15.35 1 12q0-3.35 2.325-5.675Q5.65 4 9 4q3.35 0 5.675 2.325Q17 8.65 17 12q0 3.35-2.325 5.675Q12.35 20 9 20Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 9-1.25-2.75L15 5l2.75-1.25L19 1l1.25 2.75L23 5l-2.75 1.25Zm0 14-1.25-2.75L15 19l2.75-1.25L19 15l1.25 2.75L23 19l-2.75 1.25ZM4.8 16 8 7h2l3.2 9h-1.9l-.7-2H7.4l-.7 2Zm3.05-3.35h2.3L9 9ZM9 18q2.5 0 4.25-1.75T15 12q0-2.5-1.75-4.25T9 6Q6.5 6 4.75 7.75T3 12q0 2.5 1.75 4.25T9 18Zm0 2q-3.35 0-5.675-2.325Q1 15.35 1 12q0-3.35 2.325-5.675Q5.65 4 9 4q3.35 0 5.675 2.325Q17 8.65 17 12q0 3.35-2.325 5.675Q12.35 20 9 20Z"/></svg>

Before

Width:  |  Height:  |  Size: 489 B

After

Width:  |  Height:  |  Size: 509 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m19 9-1.25-2.75L15 5l2.75-1.25L19 1l1.25 2.75L23 5l-2.75 1.25Zm.775 13.6L1.4 4.225 2.8 2.8l4.65 4.65L9 4l2.5 5.5L17 12l-3.45 1.55 4.2 4.2L19 15l1.25 2.75L23 19l-2.75 1.25.925.95ZM9 20l-2.5-5.5L1 12l3.675-1.675 6 6Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19 9-1.25-2.75L15 5l2.75-1.25L19 1l1.25 2.75L23 5l-2.75 1.25Zm.775 13.6L1.4 4.225 2.8 2.8l4.65 4.65L9 4l2.5 5.5L17 12l-3.45 1.55 4.2 4.2L19 15l1.25 2.75L23 19l-2.75 1.25.925.95ZM9 20l-2.5-5.5L1 12l3.675-1.675 6 6Z"/></svg>

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 312 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5 22q-1.25 0-2.125-.875T2 19q0-.975.562-1.738Q3.125 16.5 4 16.175v-8.35Q3.125 7.5 2.562 6.737 2 5.975 2 5q0-1.25.875-2.125T5 2q.975 0 1.738.562Q7.5 3.125 7.825 4h8.35q.3-.875 1.063-1.438Q18 2 19 2q1.25 0 2.125.875T22 5q0 1-.562 1.762-.563.763-1.438 1.063v8.35q.875.325 1.438 1.087Q22 18.025 22 19q0 1.25-.875 2.125T19 22q-.975 0-1.737-.562-.763-.563-1.088-1.438h-8.35q-.325.875-1.087 1.438Q5.975 22 5 22Zm2.825-4h8.35q.225-.65.7-1.125t1.125-.7v-8.35q-.65-.225-1.125-.7T16.175 6h-8.35q-.225.65-.7 1.125T6 7.825v8.35q.65.225 1.125.7t.7 1.125ZM12 16l-1.25-2.75L8 12l2.75-1.25L12 8l1.25 2.75L16 12l-2.75 1.25Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 22q-1.25 0-2.125-.875T2 19q0-.975.562-1.738Q3.125 16.5 4 16.175v-8.35Q3.125 7.5 2.562 6.737 2 5.975 2 5q0-1.25.875-2.125T5 2q.975 0 1.738.562Q7.5 3.125 7.825 4h8.35q.3-.875 1.063-1.438Q18 2 19 2q1.25 0 2.125.875T22 5q0 1-.562 1.762-.563.763-1.438 1.063v8.35q.875.325 1.438 1.087Q22 18.025 22 19q0 1.25-.875 2.125T19 22q-.975 0-1.737-.562-.763-.563-1.088-1.438h-8.35q-.325.875-1.087 1.438Q5.975 22 5 22Zm2.825-4h8.35q.225-.65.7-1.125t1.125-.7v-8.35q-.65-.225-1.125-.7T16.175 6h-8.35q-.225.65-.7 1.125T6 7.825v8.35q.65.225 1.125.7t.7 1.125ZM12 16l-1.25-2.75L8 12l2.75-1.25L12 8l1.25 2.75L16 12l-2.75 1.25Z"/></svg>

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 704 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M19 8.3q-.125 0-.262-.075Q18.6 8.15 18.55 8l-.8-1.75-1.75-.8q-.15-.05-.225-.188Q15.7 5.125 15.7 5t.075-.263Q15.85 4.6 16 4.55l1.75-.8.8-1.75q.05-.15.188-.225.137-.075.262-.075t.263.075q.137.075.187.225l.8 1.75 1.75.8q.15.05.225.187.075.138.075.263t-.075.262Q22.15 5.4 22 5.45l-1.75.8-.8 1.75q-.05.15-.187.225-.138.075-.263.075Zm0 14q-.125 0-.262-.075-.138-.075-.188-.225l-.8-1.75-1.75-.8q-.15-.05-.225-.188-.075-.137-.075-.262t.075-.262q.075-.138.225-.188l1.75-.8.8-1.75q.05-.15.188-.225.137-.075.262-.075t.263.075q.137.075.187.225l.8 1.75 1.75.8q.15.05.225.188.075.137.075.262t-.075.262q-.075.138-.225.188l-1.75.8-.8 1.75q-.05.15-.187.225-.138.075-.263.075ZM9 18.575q-.275 0-.525-.15T8.1 18l-1.6-3.5L3 12.9q-.275-.125-.425-.375-.15-.25-.15-.525t.15-.525q.15-.25.425-.375l3.5-1.6L8.1 6q.125-.275.375-.425.25-.15.525-.15t.525.15q.25.15.375.425l1.6 3.5 3.5 1.6q.275.125.425.375.15.25.15.525t-.15.525q-.15.25-.425.375l-3.5 1.6L9.9 18q-.125.275-.375.425-.25.15-.525.15Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 8.3q-.125 0-.262-.075Q18.6 8.15 18.55 8l-.8-1.75-1.75-.8q-.15-.05-.225-.188Q15.7 5.125 15.7 5t.075-.263Q15.85 4.6 16 4.55l1.75-.8.8-1.75q.05-.15.188-.225.137-.075.262-.075t.263.075q.137.075.187.225l.8 1.75 1.75.8q.15.05.225.187.075.138.075.263t-.075.262Q22.15 5.4 22 5.45l-1.75.8-.8 1.75q-.05.15-.187.225-.138.075-.263.075Zm0 14q-.125 0-.262-.075-.138-.075-.188-.225l-.8-1.75-1.75-.8q-.15-.05-.225-.188-.075-.137-.075-.262t.075-.262q.075-.138.225-.188l1.75-.8.8-1.75q.05-.15.188-.225.137-.075.262-.075t.263.075q.137.075.187.225l.8 1.75 1.75.8q.15.05.225.188.075.137.075.262t-.075.262q-.075.138-.225.188l-1.75.8-.8 1.75q-.05.15-.187.225-.138.075-.263.075ZM9 18.575q-.275 0-.525-.15T8.1 18l-1.6-3.5L3 12.9q-.275-.125-.425-.375-.15-.25-.15-.525t.15-.525q.15-.25.425-.375l3.5-1.6L8.1 6q.125-.275.375-.425.25-.15.525-.15t.525.15q.25.15.375.425l1.6 3.5 3.5 1.6q.275.125.425.375.15.25.15.525t-.15.525q-.15.25-.425.375l-3.5 1.6L9.9 18q-.125.275-.375.425-.25.15-.525.15Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m4.05 7.95-1.375-.625q-.2-.1-.2-.325t.2-.325L4.05 6.05l.625-1.375q.1-.2.325-.2t.325.2L5.95 6.05l1.375.625q.2.1.2.325t-.2.325L5.95 7.95l-.625 1.375q-.1.2-.325.2t-.325-.2Zm13.325-2.325-.7-.325q-.2-.1-.2-.3 0-.2.2-.3l.7-.325.325-.7q.1-.2.3-.2.2 0 .3.2l.325.7.7.325q.2.1.2.3 0 .2-.2.3l-.7.325-.325.7q-.1.2-.3.2-.2 0-.3-.2Zm2 4-.7-.325q-.2-.1-.2-.3 0-.2.2-.3l.7-.325.325-.7q.1-.2.3-.2.2 0 .3.2l.325.7.7.325q.2.1.2.3 0 .2-.2.3l-.7.325-.325.7q-.1.2-.3.2-.2 0-.3-.2ZM12 15q-1.25 0-2.125-.875T9 12V6q0-1.25.875-2.125T12 3q1.25 0 2.125.875T15 6v6q0 1.25-.875 2.125T12 15Zm0 7q-.425 0-.712-.288Q11 21.425 11 21v-2.1q-2.325-.3-3.95-1.925t-1.975-3.9q-.075-.425.225-.75T6.1 12q.35 0 .625.262.275.263.35.638.325 1.75 1.7 2.925Q10.15 17 12 17t3.225-1.175q1.375-1.175 1.7-2.925.075-.375.363-.638.287-.262.637-.262.475 0 .775.325.3.325.225.75-.35 2.275-1.975 3.9T13 18.9V21q0 .425-.287.712Q12.425 22 12 22Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.05 7.95-1.375-.625q-.2-.1-.2-.325t.2-.325L4.05 6.05l.625-1.375q.1-.2.325-.2t.325.2L5.95 6.05l1.375.625q.2.1.2.325t-.2.325L5.95 7.95l-.625 1.375q-.1.2-.325.2t-.325-.2Zm13.325-2.325-.7-.325q-.2-.1-.2-.3 0-.2.2-.3l.7-.325.325-.7q.1-.2.3-.2.2 0 .3.2l.325.7.7.325q.2.1.2.3 0 .2-.2.3l-.7.325-.325.7q-.1.2-.3.2-.2 0-.3-.2Zm2 4-.7-.325q-.2-.1-.2-.3 0-.2.2-.3l.7-.325.325-.7q.1-.2.3-.2.2 0 .3.2l.325.7.7.325q.2.1.2.3 0 .2-.2.3l-.7.325-.325.7q-.1.2-.3.2-.2 0-.3-.2ZM12 15q-1.25 0-2.125-.875T9 12V6q0-1.25.875-2.125T12 3q1.25 0 2.125.875T15 6v6q0 1.25-.875 2.125T12 15Zm0 7q-.425 0-.712-.288Q11 21.425 11 21v-2.1q-2.325-.3-3.95-1.925t-1.975-3.9q-.075-.425.225-.75T6.1 12q.35 0 .625.262.275.263.35.638.325 1.75 1.7 2.925Q10.15 17 12 17t3.225-1.175q1.375-1.175 1.7-2.925.075-.375.363-.638.287-.262.637-.262.475 0 .775.325.3.325.225.75-.35 2.275-1.975 3.9T13 18.9V21q0 .425-.287.712Q12.425 22 12 22Z"/></svg>

Before

Width:  |  Height:  |  Size: 966 B

After

Width:  |  Height:  |  Size: 986 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m20 7-.95-2.05L17 4l2.05-.95L20 1l.95 2.05L23 4l-2.05.95ZM8.5 7l-.95-2.05L5.5 4l2.05-.95L8.5 1l.95 2.05L11.5 4l-2.05.95ZM20 18.5l-.95-2.05L17 15.5l2.05-.95.95-2.05.95 2.05 2.05.95-2.05.95ZM5.1 21.7l-2.8-2.8q-.3-.3-.3-.725t.3-.725L13.45 6.3q.3-.3.725-.3t.725.3l2.8 2.8q.3.3.3.725t-.3.725L6.55 21.7q-.3.3-.725.3t-.725-.3Zm9.075-10.475 1.4-1.4-1.4-1.4-1.4 1.4Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 7-.95-2.05L17 4l2.05-.95L20 1l.95 2.05L23 4l-2.05.95ZM8.5 7l-.95-2.05L5.5 4l2.05-.95L8.5 1l.95 2.05L11.5 4l-2.05.95ZM20 18.5l-.95-2.05L17 15.5l2.05-.95.95-2.05.95 2.05 2.05.95-2.05.95ZM5.1 21.7l-2.8-2.8q-.3-.3-.3-.725t.3-.725L13.45 6.3q.3-.3.725-.3t.725.3l2.8 2.8q.3.3.3.725t-.3.725L6.55 21.7q-.3.3-.725.3t-.725-.3Zm9.075-10.475 1.4-1.4-1.4-1.4-1.4 1.4Z"/></svg>

Before

Width:  |  Height:  |  Size: 435 B

After

Width:  |  Height:  |  Size: 455 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m20 7-.95-2.05L17 4l2.05-.95L20 1l.95 2.05L23 4l-2.05.95ZM8.5 7l-.95-2.05L5.5 4l2.05-.95L8.5 1l.95 2.05L11.5 4l-2.05.95ZM20 18.5l-.95-2.05L17 15.5l2.05-.95.95-2.05.95 2.05 2.05.95-2.05.95ZM5.1 21.7l-2.8-2.8q-.3-.3-.3-.725t.3-.725L13.45 6.3q.3-.3.725-.3t.725.3l2.8 2.8q.3.3.3.725t-.3.725L6.55 21.7q-.3.3-.725.3t-.725-.3Zm9.075-10.475 1.4-1.4-1.4-1.4-1.4 1.4Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20 7-.95-2.05L17 4l2.05-.95L20 1l.95 2.05L23 4l-2.05.95ZM8.5 7l-.95-2.05L5.5 4l2.05-.95L8.5 1l.95 2.05L11.5 4l-2.05.95ZM20 18.5l-.95-2.05L17 15.5l2.05-.95.95-2.05.95 2.05 2.05.95-2.05.95ZM5.1 21.7l-2.8-2.8q-.3-.3-.3-.725t.3-.725L13.45 6.3q.3-.3.725-.3t.725.3l2.8 2.8q.3.3.3.725t-.3.725L6.55 21.7q-.3.3-.725.3t-.725-.3Zm9.075-10.475 1.4-1.4-1.4-1.4-1.4 1.4Z"/></svg>

Before

Width:  |  Height:  |  Size: 435 B

After

Width:  |  Height:  |  Size: 455 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m19.05 4.95-1.075-.5Q17.7 4.325 17.7 4t.275-.45l1.075-.5.5-1.075q.125-.275.45-.275t.45.275l.5 1.075 1.075.5q.275.125.275.45t-.275.45l-1.075.5-.5 1.075q-.125.275-.45.275t-.45-.275ZM5.1 21.7l-2.8-2.8q-.3-.3-.3-.725t.3-.725L13.45 6.3q.3-.3.725-.3t.725.3l2.8 2.8q.3.3.3.725t-.3.725L6.55 21.7q-.3.3-.725.3t-.725-.3Zm9.075-10.475 1.4-1.4-1.4-1.4-1.4 1.4Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.05 4.95-1.075-.5Q17.7 4.325 17.7 4t.275-.45l1.075-.5.5-1.075q.125-.275.45-.275t.45.275l.5 1.075 1.075.5q.275.125.275.45t-.275.45l-1.075.5-.5 1.075q-.125.275-.45.275t-.45-.275ZM5.1 21.7l-2.8-2.8q-.3-.3-.3-.725t.3-.725L13.45 6.3q.3-.3.725-.3t.725.3l2.8 2.8q.3.3.3.725t-.3.725L6.55 21.7q-.3.3-.725.3t-.725-.3Zm9.075-10.475 1.4-1.4-1.4-1.4-1.4 1.4Z"/></svg>

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 446 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m19.55 6.025-.5-1.075-1.075-.5Q17.7 4.325 17.7 4t.275-.45l1.075-.5.5-1.075q.125-.275.45-.275t.45.275l.5 1.075 1.075.5q.275.125.275.45t-.275.45l-1.075.5-.5 1.075q-.125.275-.45.275t-.45-.275Zm-4 6.675L11.3 8.45l2.15-2.15q.3-.3.725-.3t.725.3l2.8 2.8q.3.3.3.725t-.3.725Zm3.55 9.2-6.4-6.35-6.15 6.15q-.3.3-.725.3t-.725-.3l-2.8-2.85q-.275-.275-.275-.7 0-.425.275-.7l6.15-6.15L2.1 4.9q-.3-.3-.3-.7 0-.4.3-.7.275-.275.7-.275.425 0 .7.275l17 17q.275.275.275.7 0 .425-.275.7-.3.3-.7.3-.4 0-.7-.3Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.55 6.025-.5-1.075-1.075-.5Q17.7 4.325 17.7 4t.275-.45l1.075-.5.5-1.075q.125-.275.45-.275t.45.275l.5 1.075 1.075.5q.275.125.275.45t-.275.45l-1.075.5-.5 1.075q-.125.275-.45.275t-.45-.275Zm-4 6.675L11.3 8.45l2.15-2.15q.3-.3.725-.3t.725.3l2.8 2.8q.3.3.3.725t-.3.725Zm3.55 9.2-6.4-6.35-6.15 6.15q-.3.3-.725.3t-.725-.3l-2.8-2.85q-.275-.275-.275-.7 0-.425.275-.7l6.15-6.15L2.1 4.9q-.3-.3-.3-.7 0-.4.3-.7.275-.275.7-.275.425 0 .7.275l17 17q.275.275.275.7 0 .425-.275.7-.3.3-.7.3-.4 0-.7-.3Z"/></svg>

Before

Width:  |  Height:  |  Size: 564 B

After

Width:  |  Height:  |  Size: 584 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 19.75q-.325-.325-.325-.75t.325-.75L9.8 12.2q.15-.15.325-.213.175-.062.375-.062t.375.062q.175.063.325.213l3.3 3.3 6.4-7.2q.275-.325.713-.325.437 0 .737.3.275.275.288.663.012.387-.263.687L15.2 17.7q-.15.175-.337.262-.188.088-.388.088t-.387-.075q-.188-.075-.338-.225L10.5 14.5l-5.25 5.25q-.325.325-.75.325t-.75-.325ZM4 13.3q-.125 0-.25-.063-.125-.062-.2-.212l-.5-1.075-1.075-.5q-.15-.075-.212-.2Q1.7 11.125 1.7 11t.063-.25q.062-.125.212-.2l1.075-.5.5-1.075q.075-.15.2-.213Q3.875 8.7 4 8.7t.25.062q.125.063.2.213l.5 1.075 1.075.5q.275.125.275.45t-.275.45l-1.075.5-.5 1.075q-.075.15-.2.212-.125.063-.25.063Zm11-2q-.125 0-.25-.063-.125-.062-.2-.212l-.5-1.075-1.075-.5q-.15-.075-.212-.2Q12.7 9.125 12.7 9t.063-.25q.062-.125.212-.2l1.075-.5.5-1.075q.075-.15.2-.213.125-.062.25-.062t.25.062q.125.063.2.213l.5 1.075 1.075.5q.15.075.213.2.062.125.062.25t-.062.25q-.063.125-.213.2l-1.075.5-.5 1.075q-.075.15-.2.212-.125.063-.25.063Zm-6.5-3q-.125 0-.25-.075T8.05 8L7.4 6.6 6 5.95q-.15-.075-.225-.2Q5.7 5.625 5.7 5.5t.075-.25q.075-.125.225-.2l1.4-.65.65-1.4q.075-.15.2-.225.125-.075.25-.075t.25.075q.125.075.2.225l.65 1.4 1.4.65q.15.075.225.2.075.125.075.25t-.075.25q-.075.125-.225.2l-1.4.65L8.95 8q-.075.15-.2.225-.125.075-.25.075Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.75 19.75q-.325-.325-.325-.75t.325-.75L9.8 12.2q.15-.15.325-.213.175-.062.375-.062t.375.062q.175.063.325.213l3.3 3.3 6.4-7.2q.275-.325.713-.325.437 0 .737.3.275.275.288.663.012.387-.263.687L15.2 17.7q-.15.175-.337.262-.188.088-.388.088t-.387-.075q-.188-.075-.338-.225L10.5 14.5l-5.25 5.25q-.325.325-.75.325t-.75-.325ZM4 13.3q-.125 0-.25-.063-.125-.062-.2-.212l-.5-1.075-1.075-.5q-.15-.075-.212-.2Q1.7 11.125 1.7 11t.063-.25q.062-.125.212-.2l1.075-.5.5-1.075q.075-.15.2-.213Q3.875 8.7 4 8.7t.25.062q.125.063.2.213l.5 1.075 1.075.5q.275.125.275.45t-.275.45l-1.075.5-.5 1.075q-.075.15-.2.212-.125.063-.25.063Zm11-2q-.125 0-.25-.063-.125-.062-.2-.212l-.5-1.075-1.075-.5q-.15-.075-.212-.2Q12.7 9.125 12.7 9t.063-.25q.062-.125.212-.2l1.075-.5.5-1.075q.075-.15.2-.213.125-.062.25-.062t.25.062q.125.063.2.213l.5 1.075 1.075.5q.15.075.213.2.062.125.062.25t-.062.25q-.063.125-.213.2l-1.075.5-.5 1.075q-.075.15-.2.212-.125.063-.25.063Zm-6.5-3q-.125 0-.25-.075T8.05 8L7.4 6.6 6 5.95q-.15-.075-.225-.2Q5.7 5.625 5.7 5.5t.075-.25q.075-.125.225-.2l1.4-.65.65-1.4q.075-.15.2-.225.125-.075.25-.075t.25.075q.125.075.2.225l.65 1.4 1.4.65q.15.075.225.2.075.125.075.25t-.075.25q-.075.125-.225.2l-1.4.65L8.95 8q-.075.15-.2.225-.125.075-.25.075Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M12 23q-2.8 0-5.15-1.275Q4.5 20.45 3 18.3V20q0 .425-.287.712Q2.425 21 2 21t-.712-.288Q1 20.425 1 20v-4q0-.425.288-.713Q1.575 15 2 15h4q.425 0 .713.287Q7 15.575 7 16t-.287.712Q6.425 17 6 17H4.55q1.2 1.8 3.15 2.9Q9.65 21 12 21q2.75 0 4.938-1.462 2.187-1.463 3.262-3.813.15-.325.45-.475.3-.15.65-.075.45.125.675.55.225.425.025.85-1.3 2.875-3.975 4.65Q15.35 23 12 23ZM1.975 10.975q-.375-.1-.612-.425-.238-.325-.138-.75.225-1.05.638-2.013.412-.962.987-1.837.25-.35.663-.438.412-.087.762.188.3.225.375.612.075.388-.125.713-.475.725-.825 1.537-.35.813-.525 1.688-.075.425-.438.625-.362.2-.762.1ZM5.75 4.35q-.3-.3-.25-.775.05-.475.45-.75.875-.575 1.837-.988.963-.412 2.013-.612.425-.075.762.15.338.225.413.6.075.425-.125.775-.2.35-.625.425-.875.2-1.675.513-.8.312-1.525.812-.3.2-.65.162-.35-.037-.625-.312Zm4.7 9.225L8 12.45q-.3-.125-.3-.45t.3-.45l2.45-1.1L11.55 8q.125-.3.45-.3t.45.3l1.1 2.45 2.45 1.1q.3.125.3.45t-.3.45l-2.45 1.1-1.1 2.45q-.125.3-.45.3t-.45-.3ZM18.275 4.3q-.25.3-.612.362-.363.063-.688-.137-.725-.475-1.537-.825-.813-.35-1.688-.525-.425-.075-.637-.463-.213-.387-.088-.787.1-.375.438-.575.337-.2.737-.125 1.05.2 2.012.612.963.413 1.838.988.375.25.438.687.062.438-.213.788Zm3.75 6.675q-.4.1-.762-.1-.363-.2-.438-.625-.175-.875-.513-1.688-.337-.812-.837-1.537-.225-.35-.138-.738.088-.387.413-.612.35-.25.75-.163.4.088.65.438.575.875.988 1.837.412.963.637 2.013.1.425-.137.75-.238.325-.613.425Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23q-2.8 0-5.15-1.275Q4.5 20.45 3 18.3V20q0 .425-.287.712Q2.425 21 2 21t-.712-.288Q1 20.425 1 20v-4q0-.425.288-.713Q1.575 15 2 15h4q.425 0 .713.287Q7 15.575 7 16t-.287.712Q6.425 17 6 17H4.55q1.2 1.8 3.15 2.9Q9.65 21 12 21q2.75 0 4.938-1.462 2.187-1.463 3.262-3.813.15-.325.45-.475.3-.15.65-.075.45.125.675.55.225.425.025.85-1.3 2.875-3.975 4.65Q15.35 23 12 23ZM1.975 10.975q-.375-.1-.612-.425-.238-.325-.138-.75.225-1.05.638-2.013.412-.962.987-1.837.25-.35.663-.438.412-.087.762.188.3.225.375.612.075.388-.125.713-.475.725-.825 1.537-.35.813-.525 1.688-.075.425-.438.625-.362.2-.762.1ZM5.75 4.35q-.3-.3-.25-.775.05-.475.45-.75.875-.575 1.837-.988.963-.412 2.013-.612.425-.075.762.15.338.225.413.6.075.425-.125.775-.2.35-.625.425-.875.2-1.675.513-.8.312-1.525.812-.3.2-.65.162-.35-.037-.625-.312Zm4.7 9.225L8 12.45q-.3-.125-.3-.45t.3-.45l2.45-1.1L11.55 8q.125-.3.45-.3t.45.3l1.1 2.45 2.45 1.1q.3.125.3.45t-.3.45l-2.45 1.1-1.1 2.45q-.125.3-.45.3t-.45-.3ZM18.275 4.3q-.25.3-.612.362-.363.063-.688-.137-.725-.475-1.537-.825-.813-.35-1.688-.525-.425-.075-.637-.463-.213-.387-.088-.787.1-.375.438-.575.337-.2.737-.125 1.05.2 2.012.612.963.413 1.838.988.375.25.438.687.062.438-.213.788Zm3.75 6.675q-.4.1-.762-.1-.363-.2-.438-.625-.175-.875-.513-1.688-.337-.812-.837-1.537-.225-.35-.138-.738.088-.387.413-.612.35-.25.75-.163.4.088.65.438.575.875.988 1.837.412.963.637 2.013.1.425-.137.75-.238.325-.613.425Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5 22q-.825 0-1.413-.587Q3 20.825 3 20V6q0-.825.587-1.412Q4.175 4 5 4h1V3q0-.425.287-.713Q6.575 2 7 2t.713.287Q8 2.575 8 3v1h8V3q0-.425.288-.713Q16.575 2 17 2t.712.287Q18 2.575 18 3v1h1q.825 0 1.413.588Q21 5.175 21 6v14q0 .825-.587 1.413Q19.825 22 19 22Zm0-2h14V10H5v10Zm6.575-1.9-.825-1.85-1.85-.825Q8.625 15.3 8.625 15t.275-.425l1.85-.825.825-1.85q.125-.275.425-.275t.425.275l.825 1.85 1.85.825q.275.125.275.425t-.275.425l-1.85.825-.825 1.85q-.125.275-.425.275t-.425-.275Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 22q-.825 0-1.413-.587Q3 20.825 3 20V6q0-.825.587-1.412Q4.175 4 5 4h1V3q0-.425.287-.713Q6.575 2 7 2t.713.287Q8 2.575 8 3v1h8V3q0-.425.288-.713Q16.575 2 17 2t.712.287Q18 2.575 18 3v1h1q.825 0 1.413.588Q21 5.175 21 6v14q0 .825-.587 1.413Q19.825 22 19 22Zm0-2h14V10H5v10Zm6.575-1.9-.825-1.85-1.85-.825Q8.625 15.3 8.625 15t.275-.425l1.85-.825.825-1.85q.125-.275.425-.275t.425.275l.825 1.85 1.85.825q.275.125.275.425t-.275.425l-1.85.825-.825 1.85q-.125.275-.425.275t-.425-.275Z"/></svg>

Before

Width:  |  Height:  |  Size: 552 B

After

Width:  |  Height:  |  Size: 572 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M12 23q-2.8 0-5.15-1.288Q4.5 20.425 3 18.3V20H1v-5h5v2H4.55q1.2 1.8 3.15 2.9Q9.65 21 12 21q1.875 0 3.513-.712 1.637-.713 2.85-1.926 1.212-1.212 1.925-2.85Q21 13.875 21 12h2q0 2.275-.862 4.275-.863 2-2.363 3.5t-3.5 2.362Q14.275 23 12 23ZM7.35 4.325l-.85-1.85q1.275-.725 2.588-1.1Q10.4 1 12 1q2.8 0 5.15 1.287Q19.5 3.575 21 5.7V4h2v5h-5V7h1.45q-1.2-1.8-3.15-2.9Q14.35 3 12 3q-1.325 0-2.462.362-1.138.363-2.188.963ZM4 12 2.75 9.25 0 8l2.75-1.25L4 4l1.25 2.75L8 8 5.25 9.25Zm3.8 4 3.4-9h1.6l3.4 9h-1.55l-.8-2.3H10.2L9.4 16Zm2.85-3.6h2.7l-1.3-3.75h-.1Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 23q-2.8 0-5.15-1.288Q4.5 20.425 3 18.3V20H1v-5h5v2H4.55q1.2 1.8 3.15 2.9Q9.65 21 12 21q1.875 0 3.513-.712 1.637-.713 2.85-1.926 1.212-1.212 1.925-2.85Q21 13.875 21 12h2q0 2.275-.862 4.275-.863 2-2.363 3.5t-3.5 2.362Q14.275 23 12 23ZM7.35 4.325l-.85-1.85q1.275-.725 2.588-1.1Q10.4 1 12 1q2.8 0 5.15 1.287Q19.5 3.575 21 5.7V4h2v5h-5V7h1.45q-1.2-1.8-3.15-2.9Q14.35 3 12 3q-1.325 0-2.462.362-1.138.363-2.188.963ZM4 12 2.75 9.25 0 8l2.75-1.25L4 4l1.25 2.75L8 8 5.25 9.25Zm3.8 4 3.4-9h1.6l3.4 9h-1.55l-.8-2.3H10.2L9.4 16Zm2.85-3.6h2.7l-1.3-3.75h-.1Z"/></svg>

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 645 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg>

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 301 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg>

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 301 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg>

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 301 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg>

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 301 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg>

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 301 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z"/></svg>

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 301 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Zm1-3h6V6H9Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Zm1-3h6V6H9Z"/></svg>

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 312 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Zm1-5h6V6H9Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Zm1-5h6V6H9Z"/></svg>

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 312 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Zm1-9h6V6H9Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Zm1-9h6V6H9Z"/></svg>

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 312 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M12 17.5q1.875 0 3.188-1.312Q16.5 14.875 16.5 13q0-1.875-1.312-3.188Q13.875 8.5 12 8.5q-1.875 0-3.188 1.312Q7.5 11.125 7.5 13q0 1.875 1.312 3.188Q10.125 17.5 12 17.5Zm-1.1-5.6.65-1.4q.125-.3.45-.3t.45.3l.65 1.4 1.4.65q.3.125.3.45t-.3.45l-1.4.65-.65 1.4q-.125.3-.45.3t-.45-.3l-.65-1.4-1.4-.65q-.3-.125-.3-.45t.3-.45ZM4 21q-.825 0-1.412-.587Q2 19.825 2 19V7q0-.825.588-1.412Q3.175 5 4 5h3.15L8.4 3.65q.275-.325.662-.488Q9.45 3 9.875 3h4.25q.425 0 .813.162.387.163.662.488L16.85 5H20q.825 0 1.413.588Q22 6.175 22 7v12q0 .825-.587 1.413Q20.825 21 20 21Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.5q1.875 0 3.188-1.312Q16.5 14.875 16.5 13q0-1.875-1.312-3.188Q13.875 8.5 12 8.5q-1.875 0-3.188 1.312Q7.5 11.125 7.5 13q0 1.875 1.312 3.188Q10.125 17.5 12 17.5Zm-1.1-5.6.65-1.4q.125-.3.45-.3t.45.3l.65 1.4 1.4.65q.3.125.3.45t-.3.45l-1.4.65-.65 1.4q-.125.3-.45.3t-.45-.3l-.65-1.4-1.4-.65q-.3-.125-.3-.45t.3-.45ZM4 21q-.825 0-1.412-.587Q2 19.825 2 19V7q0-.825.588-1.412Q3.175 5 4 5h3.15L8.4 3.65q.275-.325.662-.488Q9.45 3 9.875 3h4.25q.425 0 .813.162.387.163.662.488L16.85 5H20q.825 0 1.413.588Q22 6.175 22 7v12q0 .825-.587 1.413Q20.825 21 20 21Z"/></svg>

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 647 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 20q-2.275 0-3.887-1.575Q1 16.85 1 14.575q0-1.95 1.175-3.475Q3.35 9.575 5.25 9.15q.625-2.3 2.5-3.725Q9.625 4 12 4q2.925 0 4.962 2.037Q19 8.075 19 11q1.725.2 2.863 1.487Q23 13.775 23 15.5q0 1.875-1.312 3.188Q20.375 20 18.5 20Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20q-2.275 0-3.887-1.575Q1 16.85 1 14.575q0-1.95 1.175-3.475Q3.35 9.575 5.25 9.15q.625-2.3 2.5-3.725Q9.625 4 12 4q2.925 0 4.962 2.037Q19 8.075 19 11q1.725.2 2.863 1.487Q23 13.775 23 15.5q0 1.875-1.312 3.188Q20.375 20 18.5 20Z"/></svg>

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 327 B

+1 -1
View File
@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 20q-2.275 0-3.887-1.575Q1 16.85 1 14.575q0-1.95 1.175-3.475Q3.35 9.575 5.25 9.15q.625-2.3 2.5-3.725Q9.625 4 12 4q2.925 0 4.962 2.037Q19 8.075 19 11q1.725.2 2.863 1.487Q23 13.775 23 15.5q0 1.875-1.312 3.188Q20.375 20 18.5 20Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20q-2.275 0-3.887-1.575Q1 16.85 1 14.575q0-1.95 1.175-3.475Q3.35 9.575 5.25 9.15q.625-2.3 2.5-3.725Q9.625 4 12 4q2.925 0 4.962 2.037Q19 8.075 19 11q1.725.2 2.863 1.487Q23 13.775 23 15.5q0 1.875-1.312 3.188Q20.375 20 18.5 20Z"/></svg>

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 327 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 20q-2.275 0-3.887-1.575Q1 16.85 1 14.575q0-1.95 1.175-3.475Q3.35 9.575 5.25 9.15q.625-2.3 2.5-3.725Q9.625 4 12 4q2.925 0 4.962 2.037Q19 8.075 19 11q1.725.2 2.863 1.487Q23 13.775 23 15.5q0 1.875-1.312 3.188Q20.375 20 18.5 20Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 20q-2.275 0-3.887-1.575Q1 16.85 1 14.575q0-1.95 1.175-3.475Q3.35 9.575 5.25 9.15q.625-2.3 2.5-3.725Q9.625 4 12 4q2.925 0 4.962 2.037Q19 8.075 19 11q1.725.2 2.863 1.487Q23 13.775 23 15.5q0 1.875-1.312 3.188Q20.375 20 18.5 20Z"/></svg>

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 327 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m12.2 14-.925.925q-.275.275-.275.7 0 .425.275.7.275.275.7.275.425 0 .7-.275L15.3 13.7q.275-.275.275-.7 0-.425-.275-.7l-2.625-2.625q-.275-.275-.7-.275-.425 0-.7.275-.275.275-.275.7 0 .425.275.7L12.2 12H9q-.425 0-.712.287Q8 12.575 8 13t.288.712Q8.575 14 9 14ZM4 20q-.825 0-1.412-.587Q2 18.825 2 18V6q0-.825.588-1.412Q3.175 4 4 4h5.175q.4 0 .763.15.362.15.637.425L12 6h8q.825 0 1.413.588Q22 7.175 22 8v10q0 .825-.587 1.413Q20.825 20 20 20Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.2 14-.925.925q-.275.275-.275.7 0 .425.275.7.275.275.7.275.425 0 .7-.275L15.3 13.7q.275-.275.275-.7 0-.425-.275-.7l-2.625-2.625q-.275-.275-.7-.275-.425 0-.7.275-.275.275-.275.7 0 .425.275.7L12.2 12H9q-.425 0-.712.287Q8 12.575 8 13t.288.712Q8.575 14 9 14ZM4 20q-.825 0-1.412-.587Q2 18.825 2 18V6q0-.825.588-1.412Q3.175 4 4 4h5.175q.4 0 .763.15.362.15.637.425L12 6h8q.825 0 1.413.588Q22 7.175 22 8v10q0 .825-.587 1.413Q20.825 20 20 20Z"/></svg>

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 534 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M12.725 16.325q.275-.275.275-.7 0-.425-.275-.7L11.8 14H15q.425 0 .713-.288Q16 13.425 16 13t-.287-.713Q15.425 12 15 12h-3.2l.925-.925q.275-.275.275-.7 0-.425-.275-.7-.275-.275-.7-.275-.425 0-.7.275L8.7 12.3q-.275.275-.275.7 0 .425.275.7l2.625 2.625q.275.275.7.275.425 0 .7-.275ZM4 20q-.825 0-1.412-.587Q2 18.825 2 18V6q0-.825.588-1.412Q3.175 4 4 4h5.175q.4 0 .763.15.362.15.637.425L12 6h8q.825 0 1.413.588Q22 7.175 22 8v10q0 .825-.587 1.413Q20.825 20 20 20Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.725 16.325q.275-.275.275-.7 0-.425-.275-.7L11.8 14H15q.425 0 .713-.288Q16 13.425 16 13t-.287-.713Q15.425 12 15 12h-3.2l.925-.925q.275-.275.275-.7 0-.425-.275-.7-.275-.275-.7-.275-.425 0-.7.275L8.7 12.3q-.275.275-.275.7 0 .425.275.7l2.625 2.625q.275.275.7.275.425 0 .7-.275ZM4 20q-.825 0-1.412-.587Q2 18.825 2 18V6q0-.825.588-1.412Q3.175 4 4 4h5.175q.4 0 .763.15.362.15.637.425L12 6h8q.825 0 1.413.588Q22 7.175 22 8v10q0 .825-.587 1.413Q20.825 20 20 20Z"/></svg>

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 554 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m10 21 4-4h6q.825 0 1.413.587Q22 18.175 22 19q0 .825-.587 1.413Q20.825 21 20 21Zm8.3-12.075-4.25-4.2 1.4-1.4q.575-.575 1.413-.575.837 0 1.412.575l1.4 1.4q.575.575.6 1.388.025.812-.55 1.387ZM3 21q-.425 0-.712-.288Q2 20.425 2 20v-2.825q0-.2.075-.387.075-.188.225-.338l10.3-10.3 4.25 4.25-10.3 10.3q-.15.15-.337.225-.188.075-.388.075Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10 21 4-4h6q.825 0 1.413.587Q22 18.175 22 19q0 .825-.587 1.413Q20.825 21 20 21Zm8.3-12.075-4.25-4.2 1.4-1.4q.575-.575 1.413-.575.837 0 1.412.575l1.4 1.4q.575.575.6 1.388.025.812-.55 1.387ZM3 21q-.425 0-.712-.288Q2 20.425 2 20v-2.825q0-.2.075-.387.075-.188.225-.338l10.3-10.3 4.25 4.25-10.3 10.3q-.15.15-.337.225-.188.075-.388.075Z"/></svg>

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 429 B

@@ -1 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M12 13q.425 0 .713-.288Q13 12.425 13 12V7.975q0-.425-.287-.7Q12.425 7 12 7t-.712.287Q11 7.575 11 8v4.025q0 .425.288.7.287.275.712.275Zm0 4q.425 0 .713-.288Q13 16.425 13 16t-.287-.713Q12.425 15 12 15t-.712.287Q11 15.575 11 16t.288.712Q11.575 17 12 17Zm0 5q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Z"/></svg> <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 13q.425 0 .713-.288Q13 12.425 13 12V7.975q0-.425-.287-.7Q12.425 7 12 7t-.712.287Q11 7.575 11 8v4.025q0 .425.288.7.287.275.712.275Zm0 4q.425 0 .713-.288Q13 16.425 13 16t-.287-.713Q12.425 15 12 15t-.712.287Q11 15.575 11 16t.288.712Q11.575 17 12 17Zm0 5q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Z"/></svg>

Before

Width:  |  Height:  |  Size: 616 B

After

Width:  |  Height:  |  Size: 636 B

Some files were not shown because too many files have changed in this diff Show More