Standardize icon sizes and folder paths (closes #110)
3
client/web/assets/12px-solid/close-x.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<polygon points="10,3 9,2 6,5 3,2 2,3 5,6 2,9 3,10 6,7 9,10 10,9 7,6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 142 B |
3
client/web/assets/12px-solid/dropdown-arrow.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<polygon points="6,7 2.5,4 2.5,6 6,9 9.5,6 9.5,4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 122 B |
3
client/web/assets/12px-solid/reset-colors.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<path d="M10,4c0-2.2-1.8-4-4-4S2,1.8,2,4c0,0.7,0.2,1.4,0.6,2C2.2,6.6,2,7.3,2,8c0,2.2,1.8,4,4,4s4-1.8,4-4c0-0.7-0.2-1.4-0.6-2C9.8,5.4,10,4.7,10,4z M6,1c1.7,0,3,1.3,3,3S7.7,7,6,7S3,5.7,3,4S4.3,1,6,1z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 271 B |
3
client/web/assets/12px-solid/swap.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<path d="M7,3L4,0L1,3h2v4h2V3H7z M8,12l3-3H9V5H7v4H5L8,12z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 132 B |
5
client/web/assets/12px-solid/vertical-ellipsis.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<circle cx="6" cy="2" r="1.5" />
|
||||
<circle cx="6" cy="6" r="1.5" />
|
||||
<circle cx="6" cy="10" r="1.5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 171 B |
3
client/web/assets/12px-solid/window-button-win-close.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<polygon points="11,1.7 10.3,1 6,5.3 1.7,1 1,1.7 5.3,6 1,10.3 1.7,11 6,6.7 10.3,11 11,10.3 6.7,6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 170 B |
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<path d="M11,1v10H1V1H11z M10,2H2v8h8V2z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 114 B |
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<rect x="1" y="5" width="10" height="1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 112 B |
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
||||
<path d="M11,9H9v2H1V3h2V1h8V9z M8,4H2v6h6V4z M10,2H4v1h5v5h1V2z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 138 B |
5
client/web/assets/16px-solid/align-horizontal-center.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect x="8" width="1" height="16" />
|
||||
<rect x="5" y="2" width="7" height="5" />
|
||||
<rect x="2" y="9" width="13" height="5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 193 B |
5
client/web/assets/16px-solid/align-horizontal-left.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect width="1" height="16" />
|
||||
<rect x="3" y="2" width="7" height="5" />
|
||||
<rect x="3" y="9" width="13" height="5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 187 B |
5
client/web/assets/16px-solid/align-horizontal-right.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect x="15" width="1" height="16" />
|
||||
<rect x="6" y="9" width="7" height="5" />
|
||||
<rect y="2" width="13" height="5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 188 B |
5
client/web/assets/16px-solid/align-vertical-bottom.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect y="15" width="16" height="1" />
|
||||
<rect x="2" y="6" width="5" height="7" />
|
||||
<rect x="9" width="5" height="13" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 188 B |
5
client/web/assets/16px-solid/align-vertical-center.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect y="8" width="16" height="1" />
|
||||
<rect x="9" y="5" width="5" height="7" />
|
||||
<rect x="2" y="2" width="5" height="13" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 193 B |
5
client/web/assets/16px-solid/align-vertical-top.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect width="16" height="1" />
|
||||
<rect x="9" y="3" width="5" height="7" />
|
||||
<rect x="2" y="3" width="5" height="13" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 187 B |
4
client/web/assets/16px-solid/boolean-difference.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon points="12,4 12,12 4,12 4,16 16,16 16,4" />
|
||||
<polygon points="12,4 12,0 0,0 0,12 4,12 4,4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 172 B |
3
client/web/assets/16px-solid/boolean-intersect.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M12,4V0H0v12h4v4h12V4H12z M1,11V1h10v3H4v7H1z M15,15H5v-3h7V5h3V15z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 150 B |
3
client/web/assets/16px-solid/boolean-subtract-back.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M12,4V0H0v12h4v4h12V4H12z M1,1h10v10H1V1z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 124 B |
3
client/web/assets/16px-solid/boolean-subtract-front.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M12,4V0H0v12h4v4h12V4H12z M15,15H5V5h10V15z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 126 B |
3
client/web/assets/16px-solid/boolean-union.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon points="12,4 12,0 0,0 0,12 4,12 4,16 16,16 16,4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 130 B |
8
client/web/assets/16px-solid/flip-horizontal.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M15,4.6v6.8l-4-2V6.6L15,4.6 M16,3l-6,3v4l6,3V3L16,3z" />
|
||||
<polygon points="5,10 0,13 0,3 5,6" />
|
||||
<rect x="7" y="13" width="1" height="2" />
|
||||
<rect x="7" y="9" width="1" height="2" />
|
||||
<rect x="7" y="5" width="1" height="2" />
|
||||
<rect x="7" y="1" width="1" height="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 348 B |
8
client/web/assets/16px-solid/flip-vertical.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M9.4,11l2,4H4.6l2-4H9.4 M10,10H6l-3,6h10L10,10L10,10z" />
|
||||
<polygon points="6,5 3,0 13,0 10,5" />
|
||||
<rect x="1" y="7" width="2" height="1" />
|
||||
<rect x="5" y="7" width="2" height="1" />
|
||||
<rect x="9" y="7" width="2" height="1" />
|
||||
<rect x="13" y="7" width="2" height="1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 349 B |
3
client/web/assets/16px-solid/graphite-logo.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M5.5,10.2c0.1,0.2,0,0.3-0.1,0.4c-0.2,0.1-0.3,0-0.4-0.1c0,0,0,0,0,0L2.7,6.7c-0.1-0.2,0-0.3,0.1-0.4c0.2-0.1,0.3,0,0.4,0.1L5.5,10.2z M14.9,14.9L14.9,14.9C14.9,14.9,14.9,15,14.9,14.9C14.8,15,14.8,15,14.9,14.9L14.9,14.9c-0.5,0.2-1,0.4-1.5,0.5c-0.5,0.1-1.1,0.2-1.6,0.2c-0.5,0.1-1.1,0.1-1.6,0c-0.5,0-1.1-0.1-1.6-0.1l-1.6-0.1c-1.7,0-3.9-0.1-4.4-0.1s-1.1-0.2-1.1-0.3c0-0.1,0.3-0.2,0.6-0.2c0.5-0.1,1.1-0.2,1.7-0.3c0.6-0.1,2-0.2,4.1-0.2c0.8,0,1.8,0,1.8,0c0.6,0,1,0,1.9,0c0.7,0,1.1,0,1.2,0c0.3,0,0.6,0.1,0.9,0.2l-2.6-1.9c-0.2,0.1-0.4,0.2-0.7,0.2H4.5c-0.5,0-0.9-0.2-1.1-0.6l-2.9-5c-0.2-0.4-0.2-0.9,0-1.3l2.9-5C3.6,0.5,4,0.3,4.5,0.3h5.8c0.5,0,0.9,0.2,1.1,0.6l2.9,5l0,0l0,0c0,0.1,0.1,0.2,0.1,0.3c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0,0.2c0,0,0.7,7.2,0.7,7.8v0C15.2,14.6,15.1,14.8,14.9,14.9L14.9,14.9z M4.3,1.9L4.2,2l3.6,6.2c0.4-0.1,0.9-0.2,1.4-0.2l0.9-1.3l1.6-0.2c0.2-0.4,0.5-0.8,0.8-1.1l-2.1-3.7c-0.1-0.2-0.3-0.3-0.5-0.3H4.8C4.6,1.6,4.4,1.7,4.3,1.9z M9.4,11.6l-2-1.4C7.4,10.1,7.3,10,7.3,10l0,0L3.5,3.3l-1.7,3c-0.1,0.2-0.1,0.4,0,0.6l2.6,4.5c0.1,0.2,0.3,0.3,0.5,0.3L9.4,11.6z M13.5,11.3l-0.5-4.6c-0.3,0.3-0.5,0.7-0.7,1l-1.6,0.2L9.8,9.2c-0.4,0-0.8,0-1.3,0.1l3.7,2.7C12.5,11.6,13,11.3,13.5,11.3L13.5,11.3z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
3
client/web/assets/16px-solid/view-mode-normal.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<circle cx="8" cy="8" r="8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 100 B |
3
client/web/assets/16px-solid/view-mode-outline.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M8,1c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S4.1,1,8,1 M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0L8,0z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 192 B |
23
client/web/assets/16px-solid/view-mode-pixels.svg
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect x="7" y="1" width="2" height="2" />
|
||||
<rect x="13" y="4" width="2" height="2" />
|
||||
<rect x="13" y="7" width="2" height="2" />
|
||||
<rect x="13" y="10" width="2" height="2" />
|
||||
<rect x="7" y="13" width="2" height="2" />
|
||||
<rect x="10" y="13" width="2" height="2" />
|
||||
<rect x="4" y="13" width="2" height="2" />
|
||||
<rect x="1" y="10" width="2" height="2" />
|
||||
<rect x="1" y="7" width="2" height="2" />
|
||||
<rect x="1" y="4" width="2" height="2" />
|
||||
<rect x="4" y="1" width="2" height="2" />
|
||||
<rect x="10" y="10" width="2" height="2" />
|
||||
<rect x="4" y="10" width="2" height="2" />
|
||||
<rect x="7" y="10" width="2" height="2" />
|
||||
<rect x="10" y="7" width="2" height="2" />
|
||||
<rect x="4" y="7" width="2" height="2" />
|
||||
<rect x="7" y="7" width="2" height="2" />
|
||||
<rect x="10" y="4" width="2" height="2" />
|
||||
<rect x="4" y="4" width="2" height="2" />
|
||||
<rect x="7" y="4" width="2" height="2" />
|
||||
<rect x="10" y="1" width="2" height="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 987 B |
3
client/web/assets/16px-solid/visibility-eye-hidden.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M8,4c3.5,0,5.9,2.8,6.8,4c-0.9,1.2-3.3,4-6.8,4S2.1,9.2,1.2,8C2.1,6.8,4.5,4,8,4 M8,3C3,3,0,8,0,8s3,5,8,5s8-5,8-5S13,3,8,3L8,3z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 207 B |
4
client/web/assets/16px-solid/visibility-eye-visible.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M8,3C3,3,0,8,0,8s3,5,8,5s8-5,8-5S13,3,8,3z M8,12c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S10.2,12,8,12z" />
|
||||
<circle cx="9" cy="7" r="1.2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 216 B |
6
client/web/assets/16px-solid/zoom-in.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M15.7,14.2l-4-4l-1.5,1.5l4,4c0.4,0.4,1.1,0.4,1.5,0C16.1,15.3,16.1,14.6,15.7,14.2z" />
|
||||
<path d="M6.5,1.4c2.8,0,5.1,2.3,5.1,5.1s-2.3,5.1-5.1,5.1S1.4,9.3,1.4,6.5S3.7,1.4,6.5,1.4 M6.5,0C2.9,0,0,2.9,0,6.5S2.9,13,6.5,13S13,10.1,13,6.5S10.1,0,6.5,0L6.5,0z" />
|
||||
<rect x="3" y="5.8" width="7" height="1.5" />
|
||||
<rect x="5.8" y="3" width="1.5" height="7" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 426 B |
5
client/web/assets/16px-solid/zoom-out.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path d="M15.7,14.2l-4-4l-1.5,1.5l4,4c0.4,0.4,1.1,0.4,1.5,0C16.1,15.3,16.1,14.6,15.7,14.2z" />
|
||||
<path d="M6.5,1.4c2.8,0,5.1,2.3,5.1,5.1s-2.3,5.1-5.1,5.1S1.4,9.3,1.4,6.5S3.7,1.4,6.5,1.4 M6.5,0C2.9,0,0,2.9,0,6.5S2.9,13,6.5,13S13,10.1,13,6.5S10.1,0,6.5,0L6.5,0z" />
|
||||
<rect x="3" y="5.8" width="7" height="1.5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 379 B |
5
client/web/assets/16px-solid/zoom-reset.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon points="0,6.5 2.9,11.5 5.7,6.5" />
|
||||
<path d="M8.2,12.6c-0.2,0-0.4,0-0.6,0c-0.9-0.1-1.8-0.4-2.6-0.8l0.7-1.2c0.6,0.4,1.3,0.6,2,0.6c1.3,0.1,2.6-0.3,3.6-1.1s1.6-2,1.7-3.3c0.2-2.7-1.8-5-4.4-5.3C7.3,1.3,6.1,1.7,5.1,2.6c-1,0.8-1.6,2-1.7,3.3c0,0.5,0,1,0.1,1.5L2.1,7.7c-0.2-0.7-0.2-1.3-0.2-2c0.2-1.7,0.9-3.2,2.2-4.3C5.5,0.4,7.1-0.1,8.8,0c3.5,0.3,6,3.3,5.7,6.8c-0.1,1.7-0.9,3.2-2.2,4.3C11.1,12.1,9.7,12.6,8.2,12.6z" />
|
||||
<path d="M15.8,14.4l-3.3-4L11,11.7l3.3,4c0.3,0.4,1,0.5,1.4,0.1C16.1,15.4,16.1,14.8,15.8,14.4z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 586 B |
6
client/web/assets/16px-two-tone/mouse-hint-drag.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path class="dim" d="M8,7c0,0.55-0.45,1-1,1l0,0C6.45,8,6,7.55,6,7V4.5c0-0.55,0.45-1,1-1l0,0c0.55,0,1,0.45,1,1V7z" />
|
||||
<path class="bright" d="M11,16c-0.18,0-0.36-0.1-0.45-0.28c-0.12-0.25-0.02-0.55,0.22-0.67C10.87,15.01,13,13.88,13,11V6c0-0.28,0.22-0.5,0.5-0.5S14,5.72,14,6v5c0,3.52-2.66,4.89-2.78,4.95C11.15,15.98,11.08,16,11,16z" />
|
||||
<path class="bright" d="M14.5,15c-0.13,0-0.26-0.05-0.35-0.15c-0.19-0.19-0.2-0.51,0-0.7C14.17,14.12,15,13.2,15,11V8c0-0.28,0.22-0.5,0.5-0.5S16,7.72,16,8v3c0,2.68-1.1,3.81-1.15,3.85C14.76,14.95,14.63,15,14.5,15z" />
|
||||
<path class="dim" d="M9,2c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-1.1,0.9-2,2-2H9 M9,1H5C3.35,1,2,2.35,2,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C12,2.35,10.65,1,9,1L9,1z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 799 B |
6
client/web/assets/16px-two-tone/mouse-hint-lmb-drag.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path class="bright" d="M11,16c-0.18,0-0.36-0.1-0.45-0.28c-0.12-0.25-0.02-0.55,0.22-0.67C10.87,15.01,13,13.88,13,11V6c0-0.28,0.22-0.5,0.5-0.5S14,5.72,14,6v5c0,3.52-2.66,4.89-2.78,4.95C11.15,15.98,11.08,16,11,16z" />
|
||||
<path class="bright" d="M14.5,15c-0.13,0-0.26-0.05-0.35-0.15c-0.19-0.19-0.2-0.51,0-0.7C14.17,14.12,15,13.2,15,11V8c0-0.28,0.22-0.5,0.5-0.5S16,7.72,16,8v3c0,2.68-1.1,3.81-1.15,3.85C14.76,14.95,14.63,15,14.5,15z" />
|
||||
<path class="bright" d="M7,1H5C3.35,1,2,2.35,2,4v4h5V1z" />
|
||||
<path class="dim" d="M9,1H8v1h1c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V9H2v1c0,2.76,2.24,5,5,5s5-2.24,5-5V4C12,2.35,10.65,1,9,1z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 703 B |
4
client/web/assets/16px-two-tone/mouse-hint-lmb.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path class="bright" d="M8,1H6C4.35,1,3,2.35,3,4v4h5V1z" />
|
||||
<path class="dim" d="M10,1H9v1h1c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V9H3v1c0,2.76,2.24,5,5,5s5-2.24,5-5V4C13,2.35,11.65,1,10,1z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 273 B |
6
client/web/assets/16px-two-tone/mouse-hint-mmb-drag.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path class="bright" d="M8,7c0,0.55-0.45,1-1,1l0,0C6.45,8,6,7.55,6,7V4.5c0-0.55,0.45-1,1-1l0,0c0.55,0,1,0.45,1,1V7z" />
|
||||
<path class="bright" d="M11,16c-0.18,0-0.36-0.1-0.45-0.28c-0.12-0.25-0.02-0.55,0.22-0.67C10.87,15.01,13,13.88,13,11V6c0-0.28,0.22-0.5,0.5-0.5S14,5.72,14,6v5c0,3.52-2.66,4.89-2.78,4.95C11.15,15.98,11.08,16,11,16z" />
|
||||
<path class="bright" d="M14.5,15c-0.13,0-0.26-0.05-0.35-0.15c-0.19-0.19-0.2-0.51,0-0.7C14.17,14.12,15,13.2,15,11V8c0-0.28,0.22-0.5,0.5-0.5S16,7.72,16,8v3c0,2.68-1.1,3.81-1.15,3.85C14.76,14.95,14.63,15,14.5,15z" />
|
||||
<path class="dim" d="M9,2c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-1.1,0.9-2,2-2H9 M9,1H5C3.35,1,2,2.35,2,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C12,2.35,10.65,1,9,1L9,1z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 802 B |
|
|
@ -1,5 +1,4 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path class="bright" d="M9,7c0,0.55-0.45,1-1,1l0,0C7.45,8,7,7.55,7,7V4.5c0-0.55,0.45-1,1-1l0,0c0.55,0,1,0.45,1,1V7z" />
|
||||
<path class="dim" d="M10,2c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-1.1,0.9-2,2-2H10 M10,1H6
|
||||
C4.35,1,3,2.35,3,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C13,2.35,11.65,1,10,1L10,1z" />
|
||||
<path class="dim" d="M10,2c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-1.1,0.9-2,2-2H10 M10,1H6C4.35,1,3,2.35,3,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C13,2.35,11.65,1,10,1L10,1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 375 B |
|
|
@ -1,5 +1,4 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path class="dim" d="M9,7c0,0.55-0.45,1-1,1l0,0C7.45,8,7,7.55,7,7V4.5c0-0.55,0.45-1,1-1l0,0c0.55,0,1,0.45,1,1V7z" />
|
||||
<path class="dim" d="M10,2c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-1.1,0.9-2,2-2H10 M10,1H6
|
||||
C4.35,1,3,2.35,3,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C13,2.35,11.65,1,10,1L10,1z" />
|
||||
<path class="dim" d="M10,2c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-1.1,0.9-2,2-2H10 M10,1H6C4.35,1,3,2.35,3,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C13,2.35,11.65,1,10,1L10,1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 372 B |
6
client/web/assets/16px-two-tone/mouse-hint-rmb-drag.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path class="bright" d="M11,16c-0.18,0-0.36-0.1-0.45-0.28c-0.12-0.25-0.02-0.55,0.22-0.67C10.87,15.01,13,13.88,13,11V6c0-0.28,0.22-0.5,0.5-0.5S14,5.72,14,6v5c0,3.52-2.66,4.89-2.78,4.95C11.15,15.98,11.08,16,11,16z" />
|
||||
<path class="bright" d="M14.5,15c-0.13,0-0.26-0.05-0.35-0.15c-0.19-0.19-0.2-0.51,0-0.7C14.17,14.12,15,13.2,15,11V8c0-0.28,0.22-0.5,0.5-0.5S16,7.72,16,8v3c0,2.68-1.1,3.81-1.15,3.85C14.76,14.95,14.63,15,14.5,15z" />
|
||||
<path class="bright" d="M7,1h2c1.65,0,3,1.35,3,3v4H7V1z" />
|
||||
<path class="dim" d="M5,1h1v1H5C3.9,2,3,2.9,3,4v6c0,2.21,1.79,4,4,4s4-1.79,4-4V9h1v1c0,2.76-2.24,5-5,5s-5-2.24-5-5V4C2,2.35,3.35,1,5,1z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 701 B |
4
client/web/assets/16px-two-tone/mouse-hint-rmb.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path class="dim" d="M8,1h2c1.65,0,3,1.35,3,3v4H8V1z" />
|
||||
<path class="bright" d="M6,1h1v1H6C4.9,2,4,2.9,4,4v6c0,2.21,1.79,4,4,4s4-1.79,4-4V9h1v1c0,2.76-2.24,5-5,5s-5-2.24-5-5V4C3,2.35,4.35,1,6,1z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 269 B |
|
|
@ -1,6 +1,5 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon class="bright" points="5.5,4 8,6 10.5,4 10.5,6 8,8 5.5,6" />
|
||||
<polygon class="bright" points="5.5,0 8,2 10.5,0 10.5,2 8,4 5.5,2" />
|
||||
<path class="dim" d="M11.5,1.42v1.28C11.8,3.06,12,3.5,12,4v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-0.5,0.2-0.94,0.5-1.29
|
||||
V1.42C3.61,1.94,3,2.9,3,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C13,2.9,12.39,1.94,11.5,1.42z" />
|
||||
<path class="dim" d="M11.5,1.42v1.28C11.8,3.06,12,3.5,12,4v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-0.5,0.2-0.94,0.5-1.29V1.42C3.61,1.94,3,2.9,3,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C13,2.9,12.39,1.94,11.5,1.42z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 418 B |
|
|
@ -1,6 +1,5 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon class="bright" points="10.5,4 8,2 5.5,4 5.5,2 8,0 10.5,2" />
|
||||
<polygon class="bright" points="10.5,8 8,6 5.5,8 5.5,6 8,4 10.5,6" />
|
||||
<path class="dim" d="M11.5,1.42v1.28C11.8,3.06,12,3.5,12,4v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-0.5,0.2-0.94,0.5-1.29
|
||||
V1.42C3.61,1.94,3,2.9,3,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C13,2.9,12.39,1.94,11.5,1.42z" />
|
||||
<path class="dim" d="M11.5,1.42v1.28C11.8,3.06,12,3.5,12,4v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-0.5,0.2-0.94,0.5-1.29V1.42C3.61,1.94,3,2.9,3,4v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C13,2.9,12.39,1.94,11.5,1.42z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 418 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#FFFFFF;" d="M23.34,4.06c0.14-0.94-0.18-1.88-0.85-2.55s-1.62-0.98-2.55-0.85c-5.27,0.77-10.61,0.77-15.88,0C3.12,0.53,2.18,0.84,1.51,1.51S0.53,3.13,0.66,4.06c0.77,5.27,0.77,10.61,0,15.88c-0.14,0.94,0.18,1.88,0.85,2.55s1.62,0.98,2.55,0.85c5.27-0.77,10.61-0.77,15.88,0c0.14,0.02,0.29,0.03,0.43,0.03c0.79,0,1.55-0.31,2.12-0.88c0.67-0.67,0.98-1.62,0.85-2.55C22.57,14.67,22.57,9.33,23.34,4.06z" />
|
||||
<path style="fill:#65BBE5;" d="M19.89,9.01c-0.17,0.02-2.18,0.26-4.89,1.01V9H9v3.28c-1.6,0.79-3.2,1.75-4.64,2.95c-0.42,0.35-0.48,0.98-0.13,1.41C4.43,16.88,4.71,17,5,17c0.23,0,0.45-0.08,0.64-0.23C6.68,15.9,7.83,15.16,9,14.53V15h6v-2.9c2.88-0.84,5.07-1.1,5.11-1.11c0.55-0.06,0.94-0.56,0.88-1.11C20.93,9.34,20.43,8.95,19.89,9.01z M13,13h-2v-2h2V13z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 828 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#FFFFFF;" d="M20,4H7v2h11v18h2V4z" />
|
||||
<path style="fill:#FFFFFF;" d="M6,18V0H4v20h13v-2H6z" />
|
||||
<rect style="fill:#FFFFFF;" x="21" y="18" width="3" height="2" />
|
||||
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 430 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#C5C5C5;" d="M19.78,7.76l2.49-2.49c0.96-0.96,0.98-2.52,0.04-3.5l0,0c-0.97-1.01-2.58-1.03-3.57-0.04l-2.49,2.49l-1.06-1.06c-0.39-0.39-1.02-0.39-1.41,0l-1.46,1.46l7.07,7.07l1.46-1.46c0.39-0.39,0.39-1.02,0-1.41L19.78,7.76z" />
|
||||
<path style="fill:#FFFFFF;" d="M15.63,9.93L5.9,19.65c-0.12,0.08-0.59,0.15-0.9,0.2c-0.32,0.05-0.68,0.1-1.05,0.2c0.09-0.38,0.15-0.73,0.2-1.05c0.05-0.31,0.12-0.78,0.18-0.88l9.74-9.74l-0.99-0.99c0,0-8.88,8.88-9.74,9.74c-0.86,0.86-0.24,2.89-1.66,4.31l0.88,0.88c1.41-1.41,3.45-0.8,4.31-1.66s9.74-9.74,9.74-9.74L15.63,9.93z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 632 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#FFFFFF;" d="M23.56,21.45l-6.68-6.69C15.64,16.7,13.47,18,11,18c-3.86,0-7-3.14-7-7c0-2.56,1.39-4.8,3.45-6.02L7.36,4.94L5.25,4.08C3.26,5.73,2,8.22,2,11c0,4.97,4.03,9,9,9c1.95,0,3.74-0.63,5.21-1.68l5.23,5.24c0.58,0.59,1.53,0.59,2.12,0C24.15,22.98,24.15,22.03,23.56,21.45z" />
|
||||
<path style="fill:#C5C5C5;" d="M19.92,9.97c-0.23-2.01-1.12-3.89-2.56-5.33c-1.44-1.44-3.32-2.33-5.33-2.56l-0.2-1.48L7.89,3.65l4.61,1.89l-0.19-1.4c1.37,0.26,2.64,0.91,3.64,1.91c1,1,1.66,2.27,1.91,3.64l-1.4-0.19l1.89,4.61l3.05-3.94L19.92,9.97z" />
|
||||
<path style="fill:#FFFFFF;" d="M7.82,14.88c-0.18,0-0.36-0.07-0.5-0.21C6.34,13.69,5.8,12.39,5.8,11s0.54-2.69,1.52-3.68c0.27-0.27,0.72-0.27,0.99,0s0.27,0.72,0,0.99C7.6,9.03,7.2,9.98,7.2,11s0.4,1.97,1.11,2.69c0.27,0.27,0.27,0.72,0,0.99C8.18,14.81,8,14.88,7.82,14.88z" />
|
||||
|
Before Width: | Height: | Size: 840 B After Width: | Height: | Size: 875 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<polygon style="fill:#C5C5C5;" points="23,18.5 21,16.5 21,18 18,18 18,15 19.5,15 17.5,13 15.5,15 17,15 17,18 14,18 14,16.5 12,18.5 14,20.5 14,19 17,19 17,22 15.5,22 17.5,24 19.5,22 18,22 18,19 21,19 21,20.5" />
|
||||
<path style="fill:#FFFFFF;" d="M7,4.83L12.17,10H10H9.17l-0.59,0.59L7,12.17V4.83 M5,0v17l5-5h7L5,0L5,0z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 388 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<circle style="fill:#FFFFFF;" cx="10.57" cy="13.36" r="1.75" />
|
||||
<path style="fill:#D6536E;" d="M16.87,7.06c-1.51-1.57-3.35-2.78-5.4-3.52c0.58,2.14,1.72,4.07,3.31,5.61c1.41,1.54,3.26,2.61,5.3,3.05C19.5,10.22,18.39,8.44,16.87,7.06z" />
|
||||
<path style="fill:#FFFFFF;" d="M9.88,13.67C4.27,1.33,5.35,0.71,5.93,0.37c0.83-0.48,1.71,0.04,4.74,4.32L9.44,5.56C8.31,3.97,7.57,3.04,7.08,2.49c0.57,2.14,2.39,6.66,4.16,10.55L9.88,13.67z" />
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<rect x="2.5" y="4.5" style="fill:#D6536E;" width="19" height="15" />
|
||||
<path style="fill:#FFFFFF;" d="M20.5,4h-17C2.67,4,2,4.67,2,5.5v13C2,19.33,2.67,20,3.5,20h17c0.83,0,1.5-0.67,1.5-1.5v-13C22,4.67,21.33,4,20.5,4z M5.12,14.73C5.4,15.44,6.05,15.93,6.8,16c-0.75,0.07-1.4,0.56-1.68,1.27h0c-0.19-0.55-0.58-1-1.1-1.27C4.54,15.74,4.93,15.28,5.12,14.73z M4.02,12c0.52-0.26,0.91-0.72,1.1-1.27C5.4,11.44,6.05,11.93,6.8,12c-0.75,0.07-1.4,0.56-1.68,1.27h0C4.93,12.72,4.54,12.26,4.02,12z M5.12,9.27L5.12,9.27c-0.19-0.55-0.59-1-1.1-1.27c0.52-0.26,0.91-0.72,1.1-1.27C5.4,7.44,6.05,7.93,6.8,8C6.05,8.07,5.4,8.56,5.12,9.27z M21,18.5c0,0.28-0.22,0.5-0.5,0.5h-1.45c0.53-0.03,0.96-0.46,0.96-1c0-0.56-0.45-1.01-1.01-1.01s-1.01,0.45-1.01,1.01c0,0.54,0.43,0.97,0.96,1h-2.94c0.25-0.26,0.41-0.61,0.41-1c0-0.79-0.64-1.42-1.42-1.42s-1.42,0.64-1.42,1.42c0,0.39,0.16,0.74,0.41,1h-1.55c0.2-0.28,0.32-0.63,0.32-1c0-0.97-0.78-1.75-1.75-1.75S9.25,17.03,9.25,18c0,0.37,0.12,0.72,0.32,1H8.73c0.21-0.35,0.32-0.76,0.28-1.19C8.92,16.85,8.16,16.09,7.2,16c1.1-0.1,1.91-1.09,1.81-2.19C8.92,12.85,8.16,12.09,7.2,12c1.1-0.1,1.91-1.09,1.81-2.19C8.92,8.85,8.16,8.09,7.2,8c1.1-0.1,1.91-1.09,1.81-2.19C8.98,5.51,8.88,5.24,8.74,5h0.83c-0.2,0.28-0.32,0.63-0.32,1c0,0.97,0.78,1.75,1.75,1.75c0.97,0,1.75-0.78,1.75-1.75c0-0.37-0.12-0.72-0.32-1h1.55c-0.25,0.26-0.41,0.61-0.41,1c0,0.79,0.64,1.42,1.42,1.42S16.42,6.79,16.42,6c0-0.39-0.16-0.74-0.41-1h2.94c-0.53,0.03-0.96,0.46-0.96,1c0,0.56,0.45,1.01,1.01,1.01S20.01,6.56,20.01,6c0-0.54-0.43-0.97-0.96-1h1.45C20.78,5,21,5.22,21,5.5V18.5z M16.42,14c0,0.79-0.64,1.42-1.42,1.42s-1.42-0.64-1.42-1.42c0-0.79,0.64-1.42,1.42-1.42S16.42,13.21,16.42,14z M20.01,14c0,0.56-0.45,1.01-1.01,1.01s-1.01-0.45-1.01-1.01s0.45-1.01,1.01-1.01S20.01,13.44,20.01,14z M20.01,10c0,0.56-0.45,1.01-1.01,1.01s-1.01-0.45-1.01-1.01S18.44,8.99,19,8.99S20.01,9.44,20.01,10z M16.42,10c0,0.79-0.64,1.42-1.42,1.42s-1.42-0.64-1.42-1.42c0-0.79,0.64-1.42,1.42-1.42S16.42,9.21,16.42,10z M12.75,10c0,0.97-0.78,1.75-1.75,1.75c-0.97,0-1.75-0.78-1.75-1.75c0-0.97,0.78-1.75,1.75-1.75S12.75,9.03,12.75,10z M12.75,14c0,0.97-0.78,1.75-1.75,1.75c-0.97,0-1.75-0.78-1.75-1.75c0-0.97,0.78-1.75,1.75-1.75S12.75,13.03,12.75,14z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#FFFFFF;" d="M4,3v5h1c0,0,0-3,4-3h2v13.5c0,1.1,0,2-3,2V22h9v-1.5c-3,0-3-0.9-3-2V5h2c4,0,4,3,4,3h1V3H4z" />
|
||||
<path style="fill:#D6536E;" d="M5,20H1v2h5v-1C6,20.45,5.55,20,5,20z" />
|
||||
<path style="fill:#D6536E;" d="M20,20c-0.55,0-1,0.45-1,1v1h5v-2H20z" />
|
||||
|
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 340 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#E4BB72;" d="M12.96,17.06c-0.18-1.51-1.66-3.27-4-3.14c-1.68,0.1-3.12,1.49-4.04,4.2c-0.95,2.78-3.62,4-3.62,4 c2.86,0.97,5.92,1.31,8.61,0.11C12.32,21.15,13.19,19,12.96,17.06z" />
|
||||
<path style="fill:#FFFFFF;" d="M22.49,1.1C21.54,0.35,18,3.81,14.1,8.17c-1.38,1.54-2.74,3.16-3.57,4.59c0.62,0.07,1.3,0.31,1.92,0.77c0.78,0.59,1.23,1.29,1.42,1.9c1.29-1.18,2.4-2.69,3.68-4.53C20.94,6.02,23.45,1.86,22.49,1.1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 456 B After Width: | Height: | Size: 491 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<rect x="4" y="20" style="fill:#E4BB72;" width="16" height="2" />
|
||||
<path style="fill:#FFFFFF;" d="M19.01,15.52c-1.29-0.33-2.51-0.57-3.93-0.93c-0.62-0.15-1.51-0.55-1.58-1.59v-2.7c0.12-0.4,0.42-0.7,0.56-0.83C15.22,8.71,16,7.45,16,6c0-2.21-1.79-4-4-4S8,3.79,8,6c0,1.4,0.72,2.63,1.81,3.34l-0.01,0c0,0,0.69,0.52,0.69,1.22V13c-0.06,1.04-0.95,1.43-1.58,1.59c-1.42,0.35-2.64,0.6-3.93,0.93C3.94,15.78,3,16.36,3,17v2h18v-2C21,16.36,20.06,15.78,19.01,15.52z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 485 B After Width: | Height: | Size: 520 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#E4BB72;" d="M19.47,14.93c0.06,0.95-0.01,1.86-0.21,2.7l1.48,2.97h-3c-0.48,0.55-1.06,1.02-1.72,1.4H23L19.47,14.93z" />
|
||||
<path style="fill:#E4BB72;" d="M6.27,20.6h-3l1.48-2.97c-0.21-0.84-0.27-1.75-0.21-2.7L1,22h6.99C7.33,21.62,6.75,21.15,6.27,20.6z" />
|
||||
<path style="fill:#FFFFFF;" d="M16.4,9.91C14.53,6.79,13,3.97,12,2.07c-1,1.9-2.53,4.72-4.4,7.84c-1.88,3.15-2.23,6.57-0.89,8.92C7.72,20.62,9.6,21.6,12,21.6s4.28-0.98,5.29-2.77C18.62,16.48,18.28,13.06,16.4,9.91z M9.4,11.5c0.6,6.5,3.6,8,3.6,8C5,20,9.4,11.5,9.4,11.5z" />
|
||||
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 606 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#FFFFFF;" d="M12,6l-6,6l6,6l6-6L12,6z M9,13c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C10,12.55,9.55,13,9,13z M12,16c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C13,15.55,12.55,16,12,16z M12,13c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C13,12.55,12.55,13,12,13z M12,10c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C13,9.55,12.55,10,12,10z M15,13c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1s1,0.45,1,1C16,12.55,15.55,13,15,13z" />
|
||||
<path style="fill:#E4BB72;" d="M1,17c0,0-1,3,1,5s5,1,5,1l4-4l-6-6L1,17z" />
|
||||
<path style="fill:#E4BB72;" d="M22,2c-2-2-5-1-5-1l-4,4l6,6l4-4C23,7,24,4,22,2z" />
|
||||
|
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 686 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#E4BB72;" d="M22.45,8.23l-3.38,1.23c-0.36,0.13-0.55,0.54-0.42,0.9c0.1,0.28,0.37,0.46,0.66,0.4
|
||||
c0.08,0,0.16-0.01,0.24-0.04l3.38-1.23c0.36-0.13,0.55-0.54,0.42-0.9c-0.1-0.28-0.37-0.46-0.66-0.46C22.61,8.18,22.53,8.2,22.45,8.23z" />
|
||||
<path style="fill:#E4BB72;" d="M19.55,16.77l3.38-1.23c0.36-0.13,0.55-0.54,0.42-0.9c-0.1-0.28-0.37-0.46-0.66-0.46c-0.08,0-0.16,0.01-0.24,0.04l-3.38,1.23c-0.36,0.13-0.55,0.54-0.42,0.9c0.1,0.28,0.37,0.46,0.66,0.46C19.39,16.82,19.47,16.8,19.55,16.77z" />
|
||||
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3.1 KiB |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#E4BB72;" d="M13,11c-1.5-1.5-3.83-2.17-4.5-1.5l-2.48,2.48c1.16,0.27,2.49,1.08,3.71,2.29 c1.26,1.26,2.04,2.56,2.29,3.71l2.48-2.48C15.17,14.83,14.5,12.5,13,11z" />
|
||||
<path style="fill:#E4BB72;" d="M22.5,1.5c-1-1-2.5-1.5-3-1l-8,8c1.33,0,4,2.67,4,4l8-8C24,4,23.5,2.5,22.5,1.5z M17.77,7.23l-1.55,1.55c-0.13,0.13-0.33,0.13-0.45,0l-0.55-0.55c-0.13-0.13-0.13-0.33,0-0.45l1.55-1.55c0.13-0.13,0.33-0.13,0.45,0l0.55,0.55C17.9,6.9,17.9,7.1,17.77,7.23z" />
|
||||
<path style="fill:#FFFFFF;" d="M8.74,15.26c-1.67-1.67-3.55-2.45-4.29-1.71c-0.73,0.73,0.04,2.61,1.71,4.29 c1.67,1.67,3.55,2.45,4.29,1.71C11.19,18.81,10.41,16.93,8.74,15.26z" />
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#FFFFFF;" d="M12,6c4.41,0,8,2.69,8,6s-3.59,6-8,6s-8-2.69-8-6S7.59,6,12,6 M12,4C6.48,4,2,7.58,2,12s4.48,8,10,8s10-3.58,10-8S17.52,4,12,4L12,4z" />
|
||||
<ellipse style="fill:#65BBE5;" cx="12" cy="12" rx="6.5" ry="4.5" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 302 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#65BBE5;" d="M21.98,15.79c-0.12-0.54-0.65-0.89-1.19-0.77c-0.08,0.02-2.09,0.46-4.39,2.18c-0.77,0.57-1.4,1.09-1.99,1.57c-1.21,0.99-2.17,1.78-3.69,2.47c-0.59,0.27-1.84,0.72-3.57,0.75l-3.61,1.55C4.68,23.84,5.81,24,6.94,24c0.02,0,0.05,0,0.07,0c2.2-0.01,3.8-0.59,4.55-0.94c1.75-0.8,2.85-1.7,4.13-2.75c0.56-0.46,1.17-0.96,1.91-1.51c1.93-1.44,3.6-1.82,3.61-1.82C21.75,16.86,22.09,16.33,21.98,15.79z" />
|
||||
<path style="fill:#65BBE5;" d="M18.5,5.5c-1-1-2.5-1.5-3-1L5,15c0.39,0.24,1.23,0.1,1.59,0.38c0.36,0.28,0.3,1.06,0.63,1.4c0.33,0.33,1.11,0.28,1.4,0.63C8.9,17.77,8.76,18.61,9,19L19.5,8.5C20,8,19.5,6.5,18.5,5.5z M16.5,7.5l-7,7c-0.14,0.14-0.32,0.21-0.5,0.21s-0.36-0.07-0.5-0.21c-0.28-0.28-0.28-0.72,0-1l7-7c0.28-0.28,0.72-0.28,1,0C16.78,6.78,16.78,7.22,16.5,7.5z" />
|
||||
<path style="fill:#FFFFFF;" d="M7.35,18.47l-2.39,1.71c-0.1-0.27-0.22-0.51-0.42-0.71c-0.2-0.2-0.44-0.32-0.71-0.42l1.71-2.39C5.14,16.61,4.5,16.42,4,16l-3,7l7-3C7.58,19.5,7.39,18.86,7.35,18.47z" />
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#65BBE5;" d="M5.83,21.71h1.66c0.75,0,1.47-0.3,2-0.83l11.4-11.4c0.53-0.53,0.83-1.25,0.83-2V5.83L5.83,21.71z" />
|
||||
<polygon style="fill:#FFFFFF;" points="20.29,2.29 2.29,20.29 3.71,21.71 21.71,3.71" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 286 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<polygon style="fill:#FFFFFF;" points="5,0 5,17 10,12 17,12" />
|
||||
<path style="fill:#65BBE5;" d="M20.77,14.36c-0.35-0.42-0.98-0.48-1.41-0.13c-1.04,0.87-2.19,1.6-3.36,2.24V16h-6v2.9c-2.88,0.84-5.07,1.1-5.11,1.11c-0.55,0.06-0.94,0.56-0.88,1.11C4.06,21.62,4.5,22,5,22c0.04,0,0.07,0,0.11-0.01c0.17-0.02,2.18-0.26,4.89-1.01V22h6v-3.28c1.6-0.79,3.2-1.75,4.64-2.95C21.06,15.42,21.12,14.78,20.77,14.36z M14,20h-2v-2h2V20z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 486 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#65BBE5;" d="M22.47,4.86C21.91,3.14,19.23,1.15,17.26,1c-3.4,0.35-6.56,2.34-6.32,4.93c0.14-0.29,0.31-0.57,0.53-0.84c0.17-0.21,0.39-0.37,0.63-0.46c0.61-0.23,1.23-0.35,1.86-0.35c1.61,0,3.22,0.8,4.43,2.2c1.07,1.24,1.62,2.72,1.45,3.87c-0.04,0.26-0.14,0.5-0.3,0.7c-0.3,0.38-0.68,0.68-1.11,0.91C22.67,12.01,22.59,6.63,22.47,4.86z" />
|
||||
<path style="fill:#FFFFFF;" d="M12.63,6.03c-3.51,2.79-7.69,5.59-7.81,6.45C4.48,15,1,21,1,22l6.49-7.21c-0.21-0.55-0.08-1.24,0.38-1.77c0.63-0.73,1.65-0.88,2.28-0.34c0.63,0.54,0.62,1.58-0.02,2.3c-0.41,0.47-0.98,0.7-1.51,0.65L2,23c1,0,7.12-4.65,10.48-4.78c0.33-0.01,3.71-4.64,5.87-8.09C18.59,8.47,15.81,4.74,12.63,6.03z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 700 B After Width: | Height: | Size: 735 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#FFFFFF;" d="M20,6v12H4V6H20 M22,4H2v16h20V4L22,4z" />
|
||||
<rect x="5.5" y="7.5" style="fill:#65BBE5;" width="13" height="9" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 212 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#FFFFFF;" d="M12,4.47l7.65,5.55L16.73,19H7.27l-2.92-8.98L12,4.47 M12,2L2,9.26L5.82,21h12.36L22,9.26L12,2L12,2z" />
|
||||
<polygon style="fill:#65BBE5;" points="12,6.32 6.12,10.6 8.36,17.5 15.64,17.5 17.88,10.6" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 296 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path style="fill:#FFFFFF;" d="M12.94,5.12c1.37-0.78,3.61-1.54,7.22-2.13l-0.32-1.97c-3.88,0.63-6.69,1.54-8.5,2.76C12.01,4.05,12.56,4.52,12.94,5.12z" />
|
||||
<path style="fill:#FFFFFF;" d="M11.06,18.88c-1.37,0.78-3.61,1.54-7.22,2.13l0.32,1.97c3.88-0.63,6.69-1.54,8.5-2.76C12,19.95,11.44,19.48,11.06,18.88z" />
|
||||
<path style="fill:#FFFFFF;" d="M11.8,9.99c-0.53,0.32-1.14,0.51-1.8,0.51c-0.08,0-0.16-0.02-0.24-0.02c0.42,0.74,0.94,1.45,1.44,2.12c0.36,0.48,0.7,0.95,1,1.41c0.53-0.32,1.14-0.51,1.8-0.51c0.08,0,0.16,0.02,0.24,0.02c-0.42-0.74-0.94-1.45-1.44-2.12C12.44,10.92,12.1,10.45,11.8,9.99z" />
|
||||
|
Before Width: | Height: | Size: 732 B After Width: | Height: | Size: 767 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 10 10">
|
||||
<polygon points="10,0.7 9.3,0 5,4.3 0.7,0 0,0.7 4.3,5 0,9.3 0.7,10 5,5.7 9.3,10 10,9.3 5.7,5" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 130 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 10 10">
|
||||
<path d="M10,0v10H0V0H10z M9,1H1v8h8V1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 77 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 10 10">
|
||||
<rect y="4" width="10" height="1" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 70 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 10 10">
|
||||
<path d="M10,8H8v2H0V2h2V0h8V8z M7,3H1v6h6V3z M9,1H3v1h5v5h1V1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 101 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<polygon points="12,5 11,4 8,7 5,4 4,5 7,8 4,11 5,12 8,9 11,12 12,11 9,8" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 110 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<path d="M12,6c0-2.21-1.79-4-4-4S4,3.79,4,6c0,0.73,0.21,1.41,0.56,2C4.21,8.59,4,9.27,4,10c0,2.21,1.79,4,4,4s4-1.79,4-4c0-0.73-0.21-1.41-0.56-2C11.79,7.41,12,6.73,12,6z M8,3c1.66,0,3,1.34,3,3S9.66,9,8,9S5,7.66,5,6S6.34,3,8,3z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 263 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<path d="M9,5L6,2L3,5h2v4h2V5H9z M10,14l3-3h-2V7H9v4H7L10,14z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 100 B |
|
|
@ -1,12 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<path d="M5.5,10.2c0.1,0.2,0,0.3-0.1,0.4c-0.2,0.1-0.3,0-0.4-0.1c0,0,0,0,0,0L2.7,6.7c-0.1-0.2,0-0.3,0.1-0.4c0.2-0.1,0.3,0,0.4,0.1
|
||||
L5.5,10.2z M14.9,14.9L14.9,14.9C14.9,14.9,14.9,15,14.9,14.9C14.8,15,14.8,15,14.9,14.9L14.9,14.9c-0.5,0.2-1,0.4-1.5,0.5
|
||||
c-0.5,0.1-1.1,0.2-1.6,0.2c-0.5,0.1-1.1,0.1-1.6,0c-0.5,0-1.1-0.1-1.6-0.1l-1.6-0.1c-1.7,0-3.9-0.1-4.4-0.1s-1.1-0.2-1.1-0.3
|
||||
c0-0.1,0.3-0.2,0.6-0.2c0.5-0.1,1.1-0.2,1.7-0.3c0.6-0.1,2-0.2,4.1-0.2c0.8,0,1.8,0,1.8,0c0.6,0,1,0,1.9,0c0.7,0,1.1,0,1.2,0
|
||||
c0.3,0,0.6,0.1,0.9,0.2l-2.6-1.9c-0.2,0.1-0.4,0.2-0.7,0.2H4.5c-0.5,0-0.9-0.2-1.1-0.6l-2.9-5c-0.2-0.4-0.2-0.9,0-1.3l2.9-5
|
||||
C3.6,0.5,4,0.3,4.5,0.3h5.8c0.5,0,0.9,0.2,1.1,0.6l2.9,5l0,0l0,0c0,0.1,0.1,0.2,0.1,0.3c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0,0.2
|
||||
c0,0,0.7,7.2,0.7,7.8v0C15.2,14.6,15.1,14.8,14.9,14.9L14.9,14.9z M4.3,1.9L4.2,2l3.6,6.2c0.4-0.1,0.9-0.2,1.4-0.2l0.9-1.3l1.6-0.2
|
||||
c0.2-0.4,0.5-0.8,0.8-1.1l-2.1-3.7c-0.1-0.2-0.3-0.3-0.5-0.3H4.8C4.6,1.6,4.4,1.7,4.3,1.9z M9.4,11.6l-2-1.4C7.4,10.1,7.3,10,7.3,10
|
||||
l0,0L3.5,3.3l-1.7,3c-0.1,0.2-0.1,0.4,0,0.6l2.6,4.5c0.1,0.2,0.3,0.3,0.5,0.3L9.4,11.6z M13.5,11.3l-0.5-4.6c-0.3,0.3-0.5,0.7-0.7,1
|
||||
l-1.6,0.2L9.8,9.2c-0.4,0-0.8,0-1.3,0.1l3.7,2.7C12.5,11.6,13,11.3,13.5,11.3L13.5,11.3z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.2 KiB |
|
|
@ -1,9 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<path class="dim" d="M8,7c0,0.55-0.45,1-1,1l0,0C6.45,8,6,7.55,6,7V4.5c0-0.55,0.45-1,1-1l0,0c0.55,0,1,0.45,1,1V7z" />
|
||||
<path class="bright" d="M11,16c-0.18,0-0.36-0.1-0.45-0.28c-0.12-0.25-0.02-0.55,0.22-0.67C10.87,15.01,13,13.88,13,11V6
|
||||
c0-0.28,0.22-0.5,0.5-0.5S14,5.72,14,6v5c0,3.52-2.66,4.89-2.78,4.95C11.15,15.98,11.08,16,11,16z" />
|
||||
<path class="bright" d="M14.5,15c-0.13,0-0.26-0.05-0.35-0.15c-0.19-0.19-0.2-0.51,0-0.7C14.17,14.12,15,13.2,15,11V8
|
||||
c0-0.28,0.22-0.5,0.5-0.5S16,7.72,16,8v3c0,2.68-1.1,3.81-1.15,3.85C14.76,14.95,14.63,15,14.5,15z" />
|
||||
<path class="dim" d="M9,2c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-1.1,0.9-2,2-2H9 M9,1H5C3.35,1,2,2.35,2,4
|
||||
v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C12,2.35,10.65,1,9,1L9,1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 773 B |
|
|
@ -1,9 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<path class="bright" d="M11,16c-0.18,0-0.36-0.1-0.45-0.28c-0.12-0.25-0.02-0.55,0.22-0.67C10.87,15.01,13,13.88,13,11V6
|
||||
c0-0.28,0.22-0.5,0.5-0.5S14,5.72,14,6v5c0,3.52-2.66,4.89-2.78,4.95C11.15,15.98,11.08,16,11,16z" />
|
||||
<path class="bright" d="M14.5,15c-0.13,0-0.26-0.05-0.35-0.15c-0.19-0.19-0.2-0.51,0-0.7C14.17,14.12,15,13.2,15,11V8
|
||||
c0-0.28,0.22-0.5,0.5-0.5S16,7.72,16,8v3c0,2.68-1.1,3.81-1.15,3.85C14.76,14.95,14.63,15,14.5,15z" />
|
||||
<path class="bright" d="M7,1H5C3.35,1,2,2.35,2,4v4h5V1z" />
|
||||
<path class="dim" d="M9,1H8v1h1c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V9H2v1c0,2.76,2.24,5,5,5s5-2.24,5-5V4
|
||||
C12,2.35,10.65,1,9,1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 677 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<path class="bright" d="M8,1H6C4.35,1,3,2.35,3,4v4h5V1z" />
|
||||
<path class="dim" d="M10,1H9v1h1c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V9H3v1c0,2.76,2.24,5,5,5s5-2.24,5-5V4
|
||||
C13,2.35,11.65,1,10,1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 241 B |
|
|
@ -1,9 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<path class="bright" d="M8,7c0,0.55-0.45,1-1,1l0,0C6.45,8,6,7.55,6,7V4.5c0-0.55,0.45-1,1-1l0,0c0.55,0,1,0.45,1,1V7z" />
|
||||
<path class="bright" d="M11,16c-0.18,0-0.36-0.1-0.45-0.28c-0.12-0.25-0.02-0.55,0.22-0.67C10.87,15.01,13,13.88,13,11V6
|
||||
c0-0.28,0.22-0.5,0.5-0.5S14,5.72,14,6v5c0,3.52-2.66,4.89-2.78,4.95C11.15,15.98,11.08,16,11,16z" />
|
||||
<path class="bright" d="M14.5,15c-0.13,0-0.26-0.05-0.35-0.15c-0.19-0.19-0.2-0.51,0-0.7C14.17,14.12,15,13.2,15,11V8
|
||||
c0-0.28,0.22-0.5,0.5-0.5S16,7.72,16,8v3c0,2.68-1.1,3.81-1.15,3.85C14.76,14.95,14.63,15,14.5,15z" />
|
||||
<path class="dim" d="M9,2c1.1,0,2,0.9,2,2v6c0,2.21-1.79,4-4,4s-4-1.79-4-4V4c0-1.1,0.9-2,2-2H9 M9,1H5C3.35,1,2,2.35,2,4
|
||||
v6c0,2.76,2.24,5,5,5s5-2.24,5-5V4C12,2.35,10.65,1,9,1L9,1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 776 B |
|
|
@ -1,9 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<path class="bright" d="M11,16c-0.18,0-0.36-0.1-0.45-0.28c-0.12-0.25-0.02-0.55,0.22-0.67C10.87,15.01,13,13.88,13,11V6
|
||||
c0-0.28,0.22-0.5,0.5-0.5S14,5.72,14,6v5c0,3.52-2.66,4.89-2.78,4.95C11.15,15.98,11.08,16,11,16z" />
|
||||
<path class="bright" d="M14.5,15c-0.13,0-0.26-0.05-0.35-0.15c-0.19-0.19-0.2-0.51,0-0.7C14.17,14.12,15,13.2,15,11V8
|
||||
c0-0.28,0.22-0.5,0.5-0.5S16,7.72,16,8v3c0,2.68-1.1,3.81-1.15,3.85C14.76,14.95,14.63,15,14.5,15z" />
|
||||
<path class="bright" d="M7,1h2c1.65,0,3,1.35,3,3v4H7V1z" />
|
||||
<path class="dim" d="M5,1h1v1H5C3.9,2,3,2.9,3,4v6c0,2.21,1.79,4,4,4s4-1.79,4-4V9h1v1c0,2.76-2.24,5-5,5s-5-2.24-5-5V4
|
||||
C2,2.35,3.35,1,5,1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 675 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 16 16">
|
||||
<path class="dim" d="M8,1h2c1.65,0,3,1.35,3,3v4H8V1z" />
|
||||
<path class="bright" d="M6,1h1v1H6C4.9,2,4,2.9,4,4v6c0,2.21,1.79,4,4,4s4-1.79,4-4V9h1v1c0,2.76-2.24,5-5,5s-5-2.24-5-5V4
|
||||
C3,2.35,4.35,1,6,1z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 236 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 16 24">
|
||||
<polygon points="8,13 4.5,10 4.5,12 8,15 11.5,12 11.5,10" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 95 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 16 24">
|
||||
<circle cx="8" cy="8" r="1.5" />
|
||||
<circle cx="8" cy="12" r="1.5" />
|
||||
<circle cx="8" cy="16" r="1.5" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 136 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<rect x="12" y="4" width="1" height="16" />
|
||||
<rect x="9" y="6" width="7" height="5" />
|
||||
<rect x="6" y="13" width="13" height="5" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 166 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<rect x="4" y="4" width="1" height="16" />
|
||||
<rect x="7" y="6" width="7" height="5" />
|
||||
<rect x="7" y="13" width="13" height="5" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 165 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<rect x="19" y="4" width="1" height="16" />
|
||||
<rect x="10" y="13" width="7" height="5" />
|
||||
<rect x="4" y="6" width="13" height="5" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 167 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<rect x="4" y="19" width="16" height="1" />
|
||||
<rect x="6" y="10" width="5" height="7" />
|
||||
<rect x="13" y="4" width="5" height="13" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 167 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<rect x="4" y="12" width="16" height="1" />
|
||||
<rect x="13" y="9" width="5" height="7" />
|
||||
<rect x="6" y="6" width="5" height="13" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 166 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<rect x="4" y="4" width="16" height="1" />
|
||||
<rect x="13" y="7" width="5" height="7" />
|
||||
<rect x="6" y="7" width="5" height="13" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 165 B |
|
|
@ -1,4 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<polygon points="16,8 16,16 8,16 8,20 20,20 20,8" />
|
||||
<polygon points="16,8 16,4 4,4 4,16 8,16 8,8" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 137 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M16,8V4H4v12h4v4h12V8H16z M5,15V5h10v3H8v7H5z M19,19H9v-3h7V9h3V19z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 115 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M16,8V4H4v12h4v4h12V8H16z M5,5h10v10H5V5z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 89 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M16,8V4H4v12h4v4h12V8H16z M19,19H9V9h10V19z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 91 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<polygon points="16,8 16,4 4,4 4,16 8,16 8,20 20,20 20,8" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 95 B |
|
|
@ -1,8 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M19.8,8.6v6.8l-4.7-2v-2.8L19.8,8.6 M21,7l-7,3v4l7,3V7L21,7z" />
|
||||
<polygon points="9,14 3,17 3,7 9,10" />
|
||||
<rect x="11" y="17" width="1" height="2" />
|
||||
<rect x="11" y="13" width="1" height="2" />
|
||||
<rect x="11" y="9" width="1" height="2" />
|
||||
<rect x="11" y="5" width="1" height="2" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 326 B |
|
|
@ -1,8 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M13.4,15.2l2,4.7H8.6l2-4.7H13.4 M14,14h-4l-3,7h10L14,14L14,14z" />
|
||||
<polygon points="10,9 7,3 17,3 14,9" />
|
||||
<rect x="5" y="11" width="2" height="1" />
|
||||
<rect x="9" y="11" width="2" height="1" />
|
||||
<rect x="13" y="11" width="2" height="1" />
|
||||
<rect x="17" y="11" width="2" height="1" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 329 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<circle cx="12" cy="12" r="8" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 67 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M12,5c3.86,0,7,3.14,7,7s-3.14,7-7,7s-7-3.14-7-7S8.14,5,12,5 M12,4c-4.42,0-8,3.58-8,8s3.58,8,8,8s8-3.58,8-8S16.42,4,12,4L12,4z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 173 B |
|
|
@ -1,23 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<rect x="11" y="5" width="2" height="2" />
|
||||
<rect x="17" y="8" width="2" height="2" />
|
||||
<rect x="17" y="11" width="2" height="2" />
|
||||
<rect x="17" y="14" width="2" height="2" />
|
||||
<rect x="11" y="17" width="2" height="2" />
|
||||
<rect x="14" y="17" width="2" height="2" />
|
||||
<rect x="8" y="17" width="2" height="2" />
|
||||
<rect x="5" y="14" width="2" height="2" />
|
||||
<rect x="5" y="11" width="2" height="2" />
|
||||
<rect x="5" y="8" width="2" height="2" />
|
||||
<rect x="8" y="5" width="2" height="2" />
|
||||
<rect x="14" y="14" width="2" height="2" />
|
||||
<rect x="8" y="14" width="2" height="2" />
|
||||
<rect x="11" y="14" width="2" height="2" />
|
||||
<rect x="14" y="11" width="2" height="2" />
|
||||
<rect x="8" y="11" width="2" height="2" />
|
||||
<rect x="11" y="11" width="2" height="2" />
|
||||
<rect x="14" y="8" width="2" height="2" />
|
||||
<rect x="8" y="8" width="2" height="2" />
|
||||
<rect x="11" y="8" width="2" height="2" />
|
||||
<rect x="14" y="5" width="2" height="2" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 962 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M12,8c3.46,0,5.91,2.82,6.79,4c-0.88,1.19-3.33,4-6.79,4c-3.46,0-5.91-2.82-6.79-4C6.09,10.81,8.54,8,12,8 M12,7c-5,0-8,5-8,5s3,5,8,5s8-5,8-5S17,7,12,7L12,7z"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 200 B |
|
|
@ -1,4 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M12,7c-5,0-8,5-8,5s3,5,8,5s8-5,8-5S17,7,12,7z M12,16c-2.21,0-4-1.79-4-4c0-2.21,1.79-4,4-4s4,1.79,4,4C16,14.21,14.21,16,12,16z "/>
|
||||
<circle cx="13" cy="11" r="1.25" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 210 B |
|
|
@ -1,6 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M19.69,18.19l-4-4.01l-1.5,1.5l4,4c0.41,0.41,1.08,0.41,1.5,0C20.1,19.28,20.1,18.61,19.69,18.19z" />
|
||||
<path d="M10.5,5.41c2.8,0,5.09,2.28,5.09,5.09s-2.28,5.09-5.09,5.09S5.41,13.3,5.41,10.5S7.7,5.41,10.5,5.41 M10.5,4C6.91,4,4,6.91,4,10.5S6.91,17,10.5,17s6.5-2.91,6.5-6.5S14.09,4,10.5,4L10.5,4z" />
|
||||
<rect x="7" y="9.75" width="7" height="1.5" />
|
||||
<rect x="9.75" y="7" width="1.5" height="7" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 434 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<path d="M19.69,18.19l-4-4.01l-1.5,1.5l4,4c0.41,0.41,1.08,0.41,1.5,0C20.1,19.28,20.1,18.61,19.69,18.19z" />
|
||||
<path d="M10.5,5.41c2.8,0,5.09,2.28,5.09,5.09s-2.28,5.09-5.09,5.09S5.41,13.3,5.41,10.5S7.7,5.41,10.5,5.41 M10.5,4C6.91,4,4,6.91,4,10.5S6.91,17,10.5,17s6.5-2.91,6.5-6.5S14.09,4,10.5,4L10.5,4z" />
|
||||
<rect x="7" y="9.75" width="7" height="1.5" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 386 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg viewBox="0 0 24 24">
|
||||
<polygon points="3.97,10.5 6.86,15.5 9.74,10.5" />
|
||||
<path d="M12.22,16.57c-0.19,0-0.37-0.01-0.56-0.02c-0.93-0.08-1.81-0.36-2.62-0.84l0.72-1.22c0.62,0.37,1.31,0.58,2.02,0.65c1.29,0.11,2.56-0.28,3.55-1.12s1.61-2.01,1.72-3.3c0.23-2.67-1.75-5.04-4.42-5.27c-1.29-0.11-2.56,0.28-3.55,1.12c-1,0.84-1.61,2.01-1.72,3.3c-0.04,0.51-0.01,1.03,0.11,1.54L6.1,11.74c-0.15-0.66-0.2-1.33-0.15-1.99C6.1,8.08,6.89,6.56,8.17,5.49c1.29-1.08,2.92-1.59,4.58-1.44c3.45,0.3,6.01,3.35,5.71,6.8c-0.15,1.67-0.93,3.18-2.22,4.26C15.1,16.06,13.69,16.57,12.22,16.57z" />
|
||||
<path d="M19.81,18.41l-3.33-3.98l-1.49,1.25l3.33,3.98c0.34,0.41,0.96,0.46,1.37,0.12C20.1,19.43,20.15,18.82,19.81,18.41z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 698 B |