diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-02-25 16:32:19 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-02-25 16:32:19 +0100 |
| commit | aaada5b69cf4512c5827674d5f80df8694320cf5 (patch) | |
| tree | b0dec54ae6d41d9b5701dee6e1436458a86a3839 /tools | |
| parent | 742a28a57a603365a03248ef66c0810b2bcb1472 (diff) | |
Replace command icons ðŸ›
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/test-helper/README.md | 8 | ||||
| -rw-r--r-- | tools/test-helper/images/approve-dark.svg | 4 | ||||
| -rw-r--r-- | tools/test-helper/images/approve-light.svg | 4 | ||||
| -rw-r--r-- | tools/test-helper/images/open-dark.svg | 4 | ||||
| -rw-r--r-- | tools/test-helper/images/open-light.svg | 4 | ||||
| -rw-r--r-- | tools/test-helper/images/refresh-dark.svg | 4 | ||||
| -rw-r--r-- | tools/test-helper/images/refresh-light.svg | 4 | ||||
| -rw-r--r-- | tools/test-helper/images/rerun-dark.svg | 13 | ||||
| -rw-r--r-- | tools/test-helper/images/rerun-light.svg | 13 |
9 files changed, 26 insertions, 32 deletions
diff --git a/tools/test-helper/README.md b/tools/test-helper/README.md index d3092d0d..f6ee79e0 100644 --- a/tools/test-helper/README.md +++ b/tools/test-helper/README.md @@ -9,3 +9,11 @@ the `tests` folder. - Rerun: Re-runs the test. - Approve: Copies the output into the reference folder and optimizes it with `oxipng`. + +# License +The images used for the commands are slightly modified versions of emojis from +the [Twemoji] emoji set by Twitter, Inc. and other contributors, which is +licensed under [CC-BY 4.0][cc40]. + +[Twemoji]: https://twemoji.twitter.com/ +[cc40]: https://creativecommons.org/licenses/by/4.0/ diff --git a/tools/test-helper/images/approve-dark.svg b/tools/test-helper/images/approve-dark.svg index 027ea625..61701503 100644 --- a/tools/test-helper/images/approve-dark.svg +++ b/tools/test-helper/images/approve-dark.svg @@ -1,3 +1,3 @@ -<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path d="M11.2145 2.00909C11.5192 2.3255 11.8278 2.63605 12.1403 2.94073C12.4567 3.24152 12.0423 2.83101 12.347 3.14742L4.97713 10.5114L1.1083 6.63675L2.36684 5.37823L5.10317 8.11456C6.13051 7.09113 7.15004 6.0755 8.16176 5.06769C9.17348 4.05597 10.1911 3.03644 11.2145 2.00909Z" fill="#EAEAEA"/> +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M14.6244 2.20329C14.0333 1.82421 13.2442 1.99064 12.8613 2.57481L6.62378 12.0779L3.14019 8.89229C2.62305 8.41949 1.81695 8.45059 1.33891 8.96205C0.860858 9.4731 0.892303 10.2712 1.40945 10.7436L5.98341 14.926C5.98341 14.926 6.11471 15.0378 6.17548 15.0769C6.38965 15.2147 6.63016 15.2803 6.86812 15.2803C7.2854 15.2803 7.69461 15.0777 7.93895 14.7054L15 3.94697C15.3833 3.3628 15.215 2.58195 14.6244 2.20329Z" fill="#EAEAEA"/> </svg> diff --git a/tools/test-helper/images/approve-light.svg b/tools/test-helper/images/approve-light.svg index 288b65df..4e015d0a 100644 --- a/tools/test-helper/images/approve-light.svg +++ b/tools/test-helper/images/approve-light.svg @@ -1,3 +1,3 @@ -<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path d="M11.2145 2.00909C11.5192 2.3255 11.8278 2.63605 12.1403 2.94073C12.4567 3.24152 12.0423 2.83101 12.347 3.14742L4.97713 10.5114L1.1083 6.63675L2.36684 5.37823L5.10317 8.11456C6.13051 7.09113 7.15004 6.0755 8.16176 5.06769C9.17348 4.05597 10.1911 3.03644 11.2145 2.00909Z" fill="#5A5A5A"/> +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M14.6244 2.20329C14.0333 1.82421 13.2442 1.99064 12.8613 2.57481L6.62378 12.0779L3.14019 8.89229C2.62305 8.41949 1.81695 8.45059 1.33891 8.96205C0.860858 9.4731 0.892303 10.2712 1.40945 10.7436L5.98341 14.926C5.98341 14.926 6.11471 15.0378 6.17548 15.0769C6.38965 15.2147 6.63016 15.2803 6.86812 15.2803C7.2854 15.2803 7.69461 15.0777 7.93895 14.7054L15 3.94697C15.3833 3.3628 15.215 2.58195 14.6244 2.20329Z" fill="#5A5A5A"/> </svg> diff --git a/tools/test-helper/images/open-dark.svg b/tools/test-helper/images/open-dark.svg index e8631499..71f9b6f4 100644 --- a/tools/test-helper/images/open-dark.svg +++ b/tools/test-helper/images/open-dark.svg @@ -1,3 +1,3 @@ -<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path d="M11 7.71571H6.71571V12H5.28429V7.71571H1V6.28429H5.28429V2H6.71571V6.28429H11V7.71571Z" fill="#EAEAEA"/> +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M13.5686 6.90194H9.09802V2.43135C9.09802 1.82487 8.60646 1.33331 7.99998 1.33331C7.3935 1.33331 6.90194 1.82487 6.90194 2.43135V6.90194H2.43135C1.82487 6.90194 1.33331 7.3935 1.33331 7.99998C1.33331 8.60646 1.82487 9.09802 2.43135 9.09802H6.90194V13.5686C6.90194 14.1751 7.3935 14.6666 7.99998 14.6666C8.60646 14.6666 9.09802 14.1751 9.09802 13.5686V9.09802H13.5686C14.1751 9.09802 14.6666 8.60646 14.6666 7.99998C14.6666 7.3935 14.1751 6.90194 13.5686 6.90194Z" fill="#EAEAEA"/> </svg> diff --git a/tools/test-helper/images/open-light.svg b/tools/test-helper/images/open-light.svg index 1301f711..153b597d 100644 --- a/tools/test-helper/images/open-light.svg +++ b/tools/test-helper/images/open-light.svg @@ -1,3 +1,3 @@ -<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path d="M11 7.71571H6.71571V12H5.28429V7.71571H1V6.28429H5.28429V2H6.71571V6.28429H11V7.71571Z" fill="#5A5A5A"/> +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M13.5686 6.90194H9.09802V2.43135C9.09802 1.82487 8.60646 1.33331 7.99998 1.33331C7.3935 1.33331 6.90194 1.82487 6.90194 2.43135V6.90194H2.43135C1.82487 6.90194 1.33331 7.3935 1.33331 7.99998C1.33331 8.60646 1.82487 9.09802 2.43135 9.09802H6.90194V13.5686C6.90194 14.1751 7.3935 14.6666 7.99998 14.6666C8.60646 14.6666 9.09802 14.1751 9.09802 13.5686V9.09802H13.5686C14.1751 9.09802 14.6666 8.60646 14.6666 7.99998C14.6666 7.3935 14.1751 6.90194 13.5686 6.90194Z" fill="#5A5A5A"/> </svg> diff --git a/tools/test-helper/images/refresh-dark.svg b/tools/test-helper/images/refresh-dark.svg index ccd52570..6e7bf40c 100644 --- a/tools/test-helper/images/refresh-dark.svg +++ b/tools/test-helper/images/refresh-dark.svg @@ -1,3 +1,3 @@ -<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path fill-rule="evenodd" clip-rule="evenodd" d="M3.90572 2.45595C3.25142 2.75992 2.68212 3.19268 2.19784 3.75425L1 2.55641V5.88717H4.33076L2.98609 4.5425C3.17156 4.31582 3.37764 4.11489 3.60433 3.93972C3.83101 3.7594 4.07316 3.60999 4.33076 3.4915C4.58836 3.36785 4.85626 3.27512 5.13447 3.21329C5.41783 3.14632 5.70634 3.11283 6 3.11283C6.53581 3.11283 7.03812 3.21587 7.50695 3.42195C7.98094 3.62287 8.3931 3.90108 8.74343 4.25657C9.09892 4.6069 9.37712 5.01906 9.57805 5.49304C9.78413 5.96188 9.88717 6.46419 9.88717 7H11C11 6.54147 10.9408 6.0984 10.8223 5.67079C10.7038 5.24317 10.5337 4.84647 10.3122 4.48068C10.0958 4.10974 9.83565 3.77228 9.53168 3.46832C9.22772 3.16435 8.89026 2.90417 8.51932 2.68779C8.15353 2.46625 7.75683 2.29624 7.32921 2.17774C6.9016 2.05925 6.45853 2 6 2C5.25811 2 4.56002 2.15198 3.90572 2.45595ZM6.85781 10.7944C6.5796 10.8563 6.29366 10.8872 6 10.8872C5.46419 10.8872 4.9593 10.7867 4.48532 10.5858C4.01649 10.3797 3.60433 10.1015 3.24884 9.75116C2.89851 9.39567 2.6203 8.98351 2.41422 8.51468C2.21329 8.0407 2.11283 7.53581 2.11283 7H1C1 7.45853 1.05925 7.9016 1.17774 8.32921C1.29624 8.75683 1.46368 9.1561 1.68006 9.52705C1.9016 9.89284 2.16435 10.2277 2.46832 10.5317C2.77228 10.8357 3.10716 11.0984 3.47295 11.3199C3.84389 11.5363 4.24317 11.7038 4.67079 11.8223C5.0984 11.9408 5.54147 12 6 12C6.74189 12 7.43998 11.848 8.09428 11.544C8.74858 11.2401 9.31788 10.8073 9.80216 10.2457L11 11.4436V8.11283H7.66924L9.01391 9.4575C8.82844 9.68418 8.62236 9.88769 8.39567 10.068C8.16898 10.2432 7.92684 10.3926 7.66924 10.5162C7.41164 10.6347 7.14116 10.7275 6.85781 10.7944Z" fill="#EAEAEA"/> +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M10.0224 10.0201L11.371 11.3673C9.50943 13.2268 6.49092 13.2263 4.6289 11.3668C3.55774 10.2973 3.1063 8.84489 3.26838 7.45013L1.34392 7.62489C1.24142 9.45347 1.88164 11.3163 3.2803 12.714C5.88646 15.3173 10.1129 15.3178 12.7186 12.714L14.0667 14.0606L14.4715 9.61585L10.0224 10.0201V10.0201ZM12.7191 3.28582C10.1125 0.682477 5.88741 0.682477 3.28078 3.28582L1.93265 1.93915L1.52792 6.38393L5.97751 5.97964L4.6289 4.63249C6.49092 2.77296 9.50848 2.77296 11.3705 4.63249C12.4421 5.7025 12.8931 7.15489 12.732 8.54966L14.656 8.37537C14.7589 6.54631 14.1182 4.68345 12.7191 3.28582V3.28582Z" fill="#EAEAEA"/> </svg> diff --git a/tools/test-helper/images/refresh-light.svg b/tools/test-helper/images/refresh-light.svg index a041c7c6..ee49855a 100644 --- a/tools/test-helper/images/refresh-light.svg +++ b/tools/test-helper/images/refresh-light.svg @@ -1,3 +1,3 @@ -<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"> -<path fill-rule="evenodd" clip-rule="evenodd" d="M3.90572 2.45595C3.25142 2.75992 2.68212 3.19268 2.19784 3.75425L1 2.55641V5.88717H4.33076L2.98609 4.5425C3.17156 4.31582 3.37764 4.11489 3.60433 3.93972C3.83101 3.7594 4.07316 3.60999 4.33076 3.4915C4.58836 3.36785 4.85626 3.27512 5.13447 3.21329C5.41783 3.14632 5.70634 3.11283 6 3.11283C6.53581 3.11283 7.03812 3.21587 7.50695 3.42195C7.98094 3.62287 8.3931 3.90108 8.74343 4.25657C9.09892 4.6069 9.37712 5.01906 9.57805 5.49304C9.78413 5.96188 9.88717 6.46419 9.88717 7H11C11 6.54147 10.9408 6.0984 10.8223 5.67079C10.7038 5.24317 10.5337 4.84647 10.3122 4.48068C10.0958 4.10974 9.83565 3.77228 9.53168 3.46832C9.22772 3.16435 8.89026 2.90417 8.51932 2.68779C8.15353 2.46625 7.75683 2.29624 7.32921 2.17774C6.9016 2.05925 6.45853 2 6 2C5.25811 2 4.56002 2.15198 3.90572 2.45595ZM6.85781 10.7944C6.5796 10.8563 6.29366 10.8872 6 10.8872C5.46419 10.8872 4.9593 10.7867 4.48532 10.5858C4.01649 10.3797 3.60433 10.1015 3.24884 9.75116C2.89851 9.39567 2.6203 8.98351 2.41422 8.51468C2.21329 8.0407 2.11283 7.53581 2.11283 7H1C1 7.45853 1.05925 7.9016 1.17774 8.32921C1.29624 8.75683 1.46368 9.1561 1.68006 9.52705C1.9016 9.89284 2.16435 10.2277 2.46832 10.5317C2.77228 10.8357 3.10716 11.0984 3.47295 11.3199C3.84389 11.5363 4.24317 11.7038 4.67079 11.8223C5.0984 11.9408 5.54147 12 6 12C6.74189 12 7.43998 11.848 8.09428 11.544C8.74858 11.2401 9.31788 10.8073 9.80216 10.2457L11 11.4436V8.11283H7.66924L9.01391 9.4575C8.82844 9.68418 8.62236 9.88769 8.39567 10.068C8.16898 10.2432 7.92684 10.3926 7.66924 10.5162C7.41164 10.6347 7.14116 10.7275 6.85781 10.7944Z" fill="#5A5A5A"/> +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M10.0224 10.0201L11.371 11.3673C9.50943 13.2268 6.49092 13.2263 4.6289 11.3668C3.55774 10.2973 3.1063 8.84489 3.26838 7.45013L1.34392 7.62489C1.24142 9.45347 1.88164 11.3163 3.2803 12.714C5.88646 15.3173 10.1129 15.3178 12.7186 12.714L14.0667 14.0606L14.4715 9.61585L10.0224 10.0201V10.0201ZM12.7191 3.28582C10.1125 0.682477 5.88741 0.682477 3.28078 3.28582L1.93265 1.93915L1.52792 6.38393L5.97751 5.97964L4.6289 4.63249C6.49092 2.77296 9.50848 2.77296 11.3705 4.63249C12.4421 5.7025 12.8931 7.15489 12.732 8.54966L14.656 8.37537C14.7589 6.54631 14.1182 4.68345 12.7191 3.28582V3.28582Z" fill="#5A5A5A"/> </svg> diff --git a/tools/test-helper/images/rerun-dark.svg b/tools/test-helper/images/rerun-dark.svg index 7a916fb4..13b18e25 100644 --- a/tools/test-helper/images/rerun-dark.svg +++ b/tools/test-helper/images/rerun-dark.svg @@ -1,11 +1,4 @@ -<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"> -<g clip-path="url(#clip0)"> -<path d="M2.86017 4.931C2.9279 4.931 2.99563 4.94109 3.06336 4.96128C3.13465 4.9781 3.20238 5.00333 3.26655 5.03697C3.33072 5.06725 3.39132 5.10426 3.44835 5.14799C3.50539 5.18836 3.55529 5.23378 3.59807 5.28424C3.80126 5.11267 3.99554 4.93436 4.1809 4.74933C4.36627 4.56429 4.5552 4.38094 4.7477 4.19927C4.6871 4.13871 4.63184 4.0832 4.58194 4.03274C4.5356 3.98228 4.49638 3.93013 4.4643 3.8763C4.43222 3.82247 4.40726 3.7636 4.38944 3.69968C4.37162 3.63576 4.36271 3.56006 4.36271 3.47259C4.36271 3.27074 4.40192 3.08234 4.48034 2.9074C4.56233 2.72909 4.68888 2.62784 4.8279 2.5C4.96693 2.36879 5.05426 2.3607 5.23963 2.28669C5.42856 2.20931 5.62997 2.14034 5.84385 2.14034C5.8795 2.14034 5.98109 2.01418 6.031 1.994C6.08091 1.97045 6.12903 1.94185 6.17537 1.90821C6.22171 1.87457 6.26093 1.83924 6.29301 1.80224C6.32866 1.76187 6.34648 1.72318 6.34648 1.68617C6.34648 1.67608 6.33757 1.66935 6.31975 1.66598C6.30549 1.66262 6.29479 1.66094 6.28766 1.66094C5.66383 1.66094 5.07387 1.77196 4.51777 1.994C3.96524 2.21268 3.46083 2.52051 3.00454 2.91749L2.89225 2.81151C2.85304 2.77114 2.80492 2.75096 2.74788 2.75096C2.69441 2.75096 2.64985 2.76778 2.6142 2.80142C2.58569 2.82834 2.53934 2.86871 2.47518 2.92253C2.41458 2.97636 2.3522 3.03356 2.28803 3.09411C2.22743 3.1513 2.17396 3.2085 2.12762 3.26569C2.08128 3.32288 2.0581 3.3683 2.0581 3.40194C2.0581 3.45913 2.08128 3.50792 2.12762 3.54829C2.17396 3.58529 2.21674 3.6223 2.25595 3.65931C2.21674 3.70641 2.18644 3.76192 2.16505 3.82584C2.14366 3.88976 2.12405 3.95536 2.10623 4.02265C2.08841 4.08993 2.07058 4.15554 2.05276 4.21946C2.03493 4.28338 2.01176 4.34057 1.98325 4.39103C1.95473 4.4415 1.91552 4.48355 1.86561 4.51719C1.8157 4.54747 1.75154 4.56261 1.67311 4.56261L1.28812 4.56261C1.17762 4.6669 1.06354 4.76951 0.945908 4.87044C0.831836 4.97137 0.726677 5.07902 0.630429 5.19341C0.562699 5.27415 0.528834 5.36162 0.528834 5.45582C0.528834 5.50629 0.535963 5.55002 0.550222 5.58703C0.568046 5.62067 0.596564 5.656 0.635776 5.693C0.678553 5.73337 0.728459 5.78384 0.785495 5.84439L0.967296 6.02606C1.03146 6.08662 1.09384 6.14381 1.15444 6.19764C1.21505 6.25147 1.26852 6.29352 1.31486 6.3238C1.34338 6.34062 1.37546 6.35408 1.41111 6.36417C1.44675 6.3709 1.48062 6.37426 1.5127 6.37426C1.55191 6.37426 1.59469 6.36754 1.64103 6.35408C1.69094 6.34062 1.73015 6.32044 1.75867 6.29352L2.4431 5.64758L2.4431 5.47096C2.4431 5.39695 2.44666 5.3263 2.45379 5.25901C2.46092 5.19173 2.47696 5.13453 2.50191 5.08744C2.53043 5.04034 2.57321 5.00333 2.63024 4.97641C2.68728 4.94614 2.76392 4.931 2.86017 4.931Z" fill="#EAEAEA"/> -<path d="M10.2873 11.4509C10.3942 11.4509 10.4851 11.4156 10.56 11.345L11.1696 10.7697C11.2444 10.699 11.2819 10.6149 11.2819 10.5174C11.2819 10.4164 11.2444 10.3306 11.1696 10.26L7.82228 7.10095C7.7902 7.07067 7.74029 7.04207 7.67256 7.01516C7.60483 6.98488 7.53175 6.9546 7.45333 6.92432L7.22875 6.83349C7.15389 6.80321 7.09508 6.77125 7.0523 6.73761C6.91684 6.63331 6.79029 6.52061 6.67265 6.3995C6.55502 6.27502 6.43382 6.15391 6.30905 6.03616L4.8279 4.63831L4.05792 5.35994L5.54442 6.76284C5.66918 6.88059 5.79573 6.99497 5.92406 7.10599C6.05595 7.21701 6.17716 7.33644 6.28766 7.46428C6.32688 7.50802 6.36074 7.56521 6.38926 7.63586C6.42134 7.70315 6.45164 7.77211 6.48016 7.84276C6.51224 7.91341 6.54254 7.9807 6.57106 8.04462C6.60314 8.10518 6.63701 8.15228 6.67265 8.18592L10.0146 11.345C10.0895 11.4156 10.1804 11.4509 10.2873 11.4509Z" fill="#EAEAEA"/> -</g> -<defs> -<clipPath id="clip0"> -<rect width="13" height="13" fill="white"/> -</clipPath> -</defs> +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M13.2796 15.0573C13.7978 15.5756 14.6223 15.6 15.1111 15.1111C15.6 14.6222 15.5756 13.7978 15.0574 13.2796L5.38715 3.60934C4.86892 3.09112 4.04448 3.06667 3.55559 3.55556C3.0667 4.04445 3.09115 4.8689 3.60937 5.38712L13.2796 15.0573Z" fill="#EAEAEA"/> +<path d="M9.77781 1.33334C9.77781 1.33334 7.11115 6.35085e-06 4.88892 2.22223L1.77781 5.33334C1.77781 5.33334 1.33337 4.8889 0.888924 5.33334L0.444479 5.77778C0.444479 5.77778 3.46781e-05 6.22223 0.444479 6.66667L2.22226 8.44445C2.22226 8.44445 2.6667 8.8889 3.11115 8.44445L3.55559 8.00001C3.55559 8.00001 4.00003 7.55556 3.55559 7.11112L3.52092 7.07645C3.86315 6.74623 4.37559 6.40978 4.88892 6.66667L6.6667 4.8889C6.6667 4.8889 6.22226 3.55556 7.11115 2.66667C8.00003 1.77778 8.44448 1.77778 9.33337 1.77778C10.2223 1.77778 9.77781 1.33334 9.77781 1.33334Z" fill="#EAEAEA"/> </svg> diff --git a/tools/test-helper/images/rerun-light.svg b/tools/test-helper/images/rerun-light.svg index b4d5e092..9fc7798e 100644 --- a/tools/test-helper/images/rerun-light.svg +++ b/tools/test-helper/images/rerun-light.svg @@ -1,11 +1,4 @@ -<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"> -<g clip-path="url(#clip0)"> -<path d="M2.86017 4.931C2.9279 4.931 2.99563 4.94109 3.06336 4.96128C3.13465 4.9781 3.20238 5.00333 3.26655 5.03697C3.33072 5.06725 3.39132 5.10426 3.44835 5.14799C3.50539 5.18836 3.55529 5.23378 3.59807 5.28424C3.80126 5.11267 3.99554 4.93436 4.1809 4.74933C4.36627 4.56429 4.5552 4.38094 4.7477 4.19927C4.6871 4.13871 4.63184 4.0832 4.58194 4.03274C4.5356 3.98228 4.49638 3.93013 4.4643 3.8763C4.43222 3.82247 4.40726 3.7636 4.38944 3.69968C4.37162 3.63576 4.36271 3.56006 4.36271 3.47259C4.36271 3.27074 4.40192 3.08234 4.48034 2.9074C4.56233 2.72909 4.68888 2.62784 4.8279 2.5C4.96693 2.36879 5.05426 2.3607 5.23963 2.28669C5.42856 2.20931 5.62997 2.14034 5.84385 2.14034C5.8795 2.14034 5.98109 2.01418 6.031 1.994C6.08091 1.97045 6.12903 1.94185 6.17537 1.90821C6.22171 1.87457 6.26093 1.83924 6.29301 1.80224C6.32866 1.76187 6.34648 1.72318 6.34648 1.68617C6.34648 1.67608 6.33757 1.66935 6.31975 1.66598C6.30549 1.66262 6.29479 1.66094 6.28766 1.66094C5.66383 1.66094 5.07387 1.77196 4.51777 1.994C3.96524 2.21268 3.46083 2.52051 3.00454 2.91749L2.89225 2.81151C2.85304 2.77114 2.80492 2.75096 2.74788 2.75096C2.69441 2.75096 2.64985 2.76778 2.6142 2.80142C2.58569 2.82834 2.53934 2.86871 2.47518 2.92253C2.41458 2.97636 2.3522 3.03356 2.28803 3.09411C2.22743 3.1513 2.17396 3.2085 2.12762 3.26569C2.08128 3.32288 2.0581 3.3683 2.0581 3.40194C2.0581 3.45913 2.08128 3.50792 2.12762 3.54829C2.17396 3.58529 2.21674 3.6223 2.25595 3.65931C2.21674 3.70641 2.18644 3.76192 2.16505 3.82584C2.14366 3.88976 2.12405 3.95536 2.10623 4.02265C2.08841 4.08993 2.07058 4.15554 2.05276 4.21946C2.03493 4.28338 2.01176 4.34057 1.98325 4.39103C1.95473 4.4415 1.91552 4.48355 1.86561 4.51719C1.8157 4.54747 1.75154 4.56261 1.67311 4.56261L1.28812 4.56261C1.17762 4.6669 1.06354 4.76951 0.945908 4.87044C0.831836 4.97137 0.726677 5.07902 0.630429 5.19341C0.562699 5.27415 0.528834 5.36162 0.528834 5.45582C0.528834 5.50629 0.535963 5.55002 0.550222 5.58703C0.568046 5.62067 0.596564 5.656 0.635776 5.693C0.678553 5.73337 0.728459 5.78384 0.785495 5.84439L0.967296 6.02606C1.03146 6.08662 1.09384 6.14381 1.15444 6.19764C1.21505 6.25147 1.26852 6.29352 1.31486 6.3238C1.34338 6.34062 1.37546 6.35408 1.41111 6.36417C1.44675 6.3709 1.48062 6.37426 1.5127 6.37426C1.55191 6.37426 1.59469 6.36754 1.64103 6.35408C1.69094 6.34062 1.73015 6.32044 1.75867 6.29352L2.4431 5.64758L2.4431 5.47096C2.4431 5.39695 2.44666 5.3263 2.45379 5.25901C2.46092 5.19173 2.47696 5.13453 2.50191 5.08744C2.53043 5.04034 2.57321 5.00333 2.63024 4.97641C2.68728 4.94614 2.76392 4.931 2.86017 4.931Z" fill="#5A5A5A"/> -<path d="M10.2873 11.4509C10.3942 11.4509 10.4851 11.4156 10.56 11.345L11.1696 10.7697C11.2444 10.699 11.2819 10.6149 11.2819 10.5174C11.2819 10.4164 11.2444 10.3306 11.1696 10.26L7.82228 7.10095C7.7902 7.07067 7.74029 7.04207 7.67256 7.01516C7.60483 6.98488 7.53175 6.9546 7.45333 6.92432L7.22875 6.83349C7.15389 6.80321 7.09508 6.77125 7.0523 6.73761C6.91684 6.63331 6.79029 6.52061 6.67265 6.3995C6.55502 6.27502 6.43382 6.15391 6.30905 6.03616L4.8279 4.63831L4.05792 5.35994L5.54442 6.76284C5.66918 6.88059 5.79573 6.99497 5.92406 7.10599C6.05595 7.21701 6.17716 7.33644 6.28766 7.46428C6.32688 7.50802 6.36074 7.56521 6.38926 7.63586C6.42134 7.70315 6.45164 7.77211 6.48016 7.84276C6.51224 7.91341 6.54254 7.9807 6.57106 8.04462C6.60314 8.10518 6.63701 8.15228 6.67265 8.18592L10.0146 11.345C10.0895 11.4156 10.1804 11.4509 10.2873 11.4509Z" fill="#5A5A5A"/> -</g> -<defs> -<clipPath id="clip0"> -<rect width="13" height="13" fill="white"/> -</clipPath> -</defs> +<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M13.2796 15.0573C13.7978 15.5756 14.6223 15.6 15.1111 15.1111C15.6 14.6222 15.5756 13.7978 15.0574 13.2796L5.38715 3.60934C4.86892 3.09112 4.04448 3.06667 3.55559 3.55556C3.0667 4.04445 3.09115 4.8689 3.60937 5.38712L13.2796 15.0573Z" fill="#5A5A5A"/> +<path d="M9.77781 1.33334C9.77781 1.33334 7.11115 6.35085e-06 4.88892 2.22223L1.77781 5.33334C1.77781 5.33334 1.33337 4.8889 0.888924 5.33334L0.444479 5.77778C0.444479 5.77778 3.46781e-05 6.22223 0.444479 6.66667L2.22226 8.44445C2.22226 8.44445 2.6667 8.8889 3.11115 8.44445L3.55559 8.00001C3.55559 8.00001 4.00003 7.55556 3.55559 7.11112L3.52092 7.07645C3.86315 6.74623 4.37559 6.40978 4.88892 6.66667L6.6667 4.8889C6.6667 4.8889 6.22226 3.55556 7.11115 2.66667C8.00003 1.77778 8.44448 1.77778 9.33337 1.77778C10.2223 1.77778 9.77781 1.33334 9.77781 1.33334Z" fill="#5A5A5A"/> </svg> |
