fixed some cursor size #64

This commit is contained in:
ful1e5 2021-10-29 18:37:47 +05:30
parent 0439b1b985
commit cb7242e514
8 changed files with 39 additions and 58 deletions

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- soft shadows in all cursors #62
- fixed some cursor size #64
## [v1.2.1] - 14 Oct 2021

View file

@ -29,15 +29,15 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
"crosshair.png": {"xhot": 100, "yhot": 100},
"dnd_no_drop.png": {"xhot": 100, "yhot": 100},
"dotbox.png": {"xhot": 100, "yhot": 100},
"hand1.png": {"xhot": 94, "yhot": 72},
"hand2.png": {"xhot": 67, "yhot": 46},
"hand1.png": {"xhot": 98, "yhot": 66},
"hand2.png": {"xhot": 69, "yhot": 44},
"left_ptr.png": {"xhot": 53, "yhot": 13},
"left_side.png": {"xhot": 100, "yhot": 100},
"left_tee.png": {"xhot": 100, "yhot": 100},
"link.png": {"xhot": 120, "yhot": 55},
"ll_angle.png": {"xhot": 100, "yhot": 100},
"lr_angle.png": {"xhot": 100, "yhot": 100},
"move.png": {"xhot": 80, "yhot": 71},
"move.png": {"xhot": 107, "yhot": 85},
"pencil.png": {"xhot": 81, "yhot": 117},
"plus.png": {"xhot": 98, "yhot": 100},
"question_arrow.png": {"xhot": 99, "yhot": 99},
@ -53,10 +53,10 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
"top_tee.png": {"xhot": 100, "yhot": 100},
"ul_angle.png": {"xhot": 100, "yhot": 100},
"ur_angle.png": {"xhot": 100, "yhot": 100},
"vertical-text.png": {"xhot": 96, "yhot": 99},
"vertical-text.png": {"xhot": 103, "yhot": 99},
"wayland-cursor.png": {"xhot": 100, "yhot": 100},
"X_cursor.png": {"xhot": 100, "yhot": 100},
"xterm.png": {"xhot": 100, "yhot": 104},
"xterm.png": {"xhot": 99, "yhot": 103},
"zoom-in.png": {"xhot": 100, "yhot": 100},
"zoom-out.png": {"xhot": 100, "yhot": 100},
############

View file

@ -1,13 +1,11 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none">
<g clip-path="url(#clip0_496)">
<g filter="url(#filter0_d_496)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M180 84H115.893V20H84.1067V84H20V116H84.1067V180H115.893V116H180V84Z" fill="#0000FF"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.818 94.7369H105.271V30.1819H94.7286V94.7369H30.1816V105.263H94.7286V169.818H105.271V105.263H169.818V94.7369Z" fill="#00FF00"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M170 86H113.906V30H86.0934V86H30V114H86.0934V170H113.906V114H170V86Z" fill="#0000FF"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M161 95.4016H104.606V39H95.3945V95.4016H39V104.599H95.3945V161H104.606V104.599H161V95.4016Z" fill="#00FF00"/>
<defs>
<filter id="filter0_d_496" x="2" y="12" width="190" height="190" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter0_d_496" x="12" y="22" width="170" height="170" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3" dy="7"/>
@ -16,8 +14,5 @@
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_496"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_496" result="shape"/>
</filter>
<clipPath id="clip0_496">
<rect width="200" height="200" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

@ -1,16 +1,14 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none">
<g clip-path="url(#clip0_40)">
<g filter="url(#filter0_d_40)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.5067 104.312C62.4882 100.407 61.4697 95.4908 59.2872 88.1483C57.5517 82.3472 55.7329 79.2019 54.4027 75.3068C52.7918 70.568 51.2536 67.7977 49.2478 63.0069C47.8033 59.5804 45.4649 52.0921 44.4984 48.0095C43.2616 42.7083 44.8413 38.3862 47.0342 35.4492C49.6636 31.9186 57.032 30.3459 61.1372 31.7936C64.9929 33.1475 68.8694 37.126 70.6569 40.0005C73.65 44.7913 74.3671 46.5827 78.1085 56.0602C82.1929 66.3917 83.97 76.0358 84.4585 79.2957L85.3382 84.7274C85.3509 84.8056 85.3406 84.8089 85.3386 84.7297V84.7297C84.9749 74.0128 84.261 52.9149 84.4897 41.2919C84.5105 39.9797 85.1548 35.1784 85.3627 33.8453C86.1733 28.6379 88.5325 25.5135 92.357 23.6492C96.6388 21.5558 101.981 21.41 106.917 23.4721C111.313 25.2739 113.423 29.2003 114.057 34.1161C114.203 35.2513 115.034 44.3956 115.024 45.6453C114.888 56.3205 115.086 62.7361 115.179 68.2872C115.221 70.693 115.211 85.2113 115.356 83.5866C115.99 76.7545 116.333 50.3737 118.931 42.5313C120.428 38.0217 123.14 34.7618 127.183 32.8559C131.662 30.7417 138.75 32.1269 141.775 35.3867C144.736 38.5632 146.41 42.5938 146.784 47.395C147.116 51.613 146.586 56.7371 146.576 60.3615C146.576 69.3912 146.358 74.1507 146.191 82.4514C146.181 82.8471 146.036 85.555 146.43 84.3469C147.407 81.4307 148.384 78.702 149.195 76.5878C149.704 75.286 151.7 70.1931 152.926 67.6415C154.111 65.2044 155.119 63.7984 157.239 60.4761C159.318 57.2162 161.552 55.8102 164.181 54.6333C169.793 52.1859 175.707 55.7998 177.702 60.7885C178.596 63.0277 177.796 68.2143 177.411 72.2969C176.777 79.0353 174.772 85.8987 173.753 89.4606C172.423 94.116 170.905 102.323 170.22 106.135C169.471 110.238 167.788 120.528 166.489 125.09C165.595 128.225 162.633 135.275 159.712 139.504C159.712 139.504 148.551 152.522 147.324 158.376C146.108 164.239 146.514 164.281 146.275 168.426C146.094 171.429 146.831 175.111 147.254 176.923C147.392 177.515 146.996 178.106 146.392 178.172C143.955 178.436 138.181 178.957 134.707 178.393C130.644 177.747 125.614 169.634 124.315 167.166C122.527 163.75 118.713 164.406 117.227 166.926C114.888 170.915 109.858 178.07 106.304 178.518C99.6031 179.362 85.95 178.868 74.8683 178.739C74.2479 178.731 73.7759 178.172 73.8527 177.556C74.2079 174.712 74.7289 167.458 71.3221 164.583C68.1523 161.875 62.6961 156.418 59.4327 153.543L50.786 143.951C47.8344 140.202 44.2489 132.568 37.8678 123.278C34.2511 118.028 27.1944 111.977 24.5235 106.833C22.2059 102.406 21.0835 96.8968 22.5489 93.0329C24.8872 86.8464 29.564 83.6907 36.7038 84.3677C42.0976 84.8885 45.5168 86.5132 49.57 89.9605C51.9084 91.9393 55.5251 95.522 57.3646 97.7508C59.0586 99.7817 59.4743 100.625 61.2826 103.052C63.673 106.249 64.4213 107.832 63.5067 104.312Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.5067 104.312C62.4882 100.407 61.4697 95.4908 59.2872 88.1483C57.5517 82.3472 55.7329 79.2019 54.4027 75.3068C52.7918 70.568 51.2536 67.7977 49.2478 63.0069C47.8033 59.5804 45.4649 52.0921 44.4984 48.0095C43.2616 42.7083 44.8413 38.3862 47.0342 35.4492C49.6636 31.9186 57.032 30.3459 61.1372 31.7936C64.9929 33.1475 68.8694 37.126 70.6569 40.0005C73.65 44.7913 74.3671 46.5827 78.1085 56.0602C82.1929 66.3917 83.97 76.0358 84.4585 79.2957L85.3382 84.7274C85.3509 84.8056 85.3406 84.8089 85.3386 84.7297V84.7297C84.9749 74.0128 84.261 52.9149 84.4897 41.2919C84.5105 39.9797 85.1548 35.1784 85.3627 33.8453C86.1733 28.6379 88.5325 25.5135 92.357 23.6492C96.6388 21.5558 101.981 21.41 106.917 23.4721C111.313 25.2739 113.423 29.2003 114.057 34.1161C114.203 35.2513 115.034 44.3956 115.024 45.6453C114.888 56.3205 115.086 62.7361 115.179 68.2872C115.221 70.693 115.211 85.2113 115.356 83.5866C115.99 76.7545 116.333 50.3737 118.931 42.5313C120.428 38.0217 123.14 34.7618 127.183 32.8559C131.662 30.7417 138.75 32.1269 141.775 35.3867C144.736 38.5632 146.41 42.5938 146.784 47.395C147.116 51.613 146.586 56.7371 146.576 60.3615C146.576 69.3912 146.358 74.1507 146.191 82.4514C146.181 82.8471 146.036 85.555 146.43 84.3469C147.407 81.4307 148.384 78.702 149.195 76.5878C149.704 75.286 151.7 70.1931 152.926 67.6415C154.111 65.2044 155.119 63.7984 157.239 60.4761C159.318 57.2162 161.552 55.8102 164.181 54.6333C169.793 52.1859 175.707 55.7998 177.702 60.7885C178.596 63.0277 177.796 68.2143 177.411 72.2969C176.777 79.0353 174.772 85.8987 173.753 89.4606C172.423 94.116 170.905 102.323 170.22 106.135C169.471 110.238 167.788 120.528 166.489 125.09C165.595 128.225 162.633 135.275 159.712 139.504C159.712 139.504 148.551 152.522 147.324 158.376C146.108 164.239 146.514 164.281 146.275 168.426C146.094 171.429 146.831 175.111 147.254 176.923C147.392 177.515 146.996 178.106 146.392 178.172C143.955 178.436 138.181 178.957 134.707 178.393C130.644 177.747 125.614 169.634 124.315 167.166C122.527 163.75 118.713 164.406 117.227 166.926C114.888 170.915 109.858 178.07 106.304 178.518C99.6031 179.362 85.95 178.868 74.8683 178.739C74.2479 178.731 73.7759 178.172 73.8527 177.556C74.2079 174.712 74.7289 167.458 71.3221 164.583C68.1523 161.875 62.6961 156.418 59.4327 153.543L50.786 143.951C47.8344 140.202 44.2489 132.568 37.8678 123.278C34.2511 118.028 27.1944 111.977 24.5235 106.833C22.2059 102.406 21.0835 96.8968 22.5489 93.0329C24.8872 86.8464 29.564 83.6907 36.7038 84.3677C42.0976 84.8885 45.5168 86.5132 49.57 89.9605C51.9084 91.9393 55.5251 95.522 57.3646 97.7508C59.0586 99.7817 59.4743 100.625 61.2826 103.052C63.673 106.249 64.4213 107.832 63.5067 104.312Z" stroke="black" stroke-width="8"/>
</g>
<path d="M136.318 147V111" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M116.418 147V111" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M93.5322 111V146" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.2954 103.924C66.3827 100.416 65.4699 96.0012 63.514 89.4071C61.9586 84.1972 60.3287 81.3724 59.1366 77.8743C57.6929 73.6184 56.3145 71.1304 54.5169 66.8278C53.2223 63.7505 51.1267 57.0254 50.2606 53.3589C49.1522 48.5979 50.5679 44.7163 52.5331 42.0786C54.8895 38.9078 61.493 37.4954 65.1719 38.7955C68.6273 40.0115 72.1013 43.5845 73.7033 46.1661C76.3857 50.4686 77.0283 52.0774 80.3813 60.5891C84.0416 69.8677 85.6342 78.529 86.072 81.4566L86.8604 86.3348C86.8717 86.4049 86.8625 86.4079 86.8607 86.3369V86.3369C86.5347 76.7122 85.895 57.7643 86.0999 47.3259C86.1185 46.1473 86.696 41.8354 86.8823 40.6382C87.6087 35.9614 89.723 33.1554 93.1504 31.4811C96.9877 29.6011 101.775 29.4701 106.199 31.3221C110.139 32.9403 112.029 36.4665 112.598 40.8813C112.728 41.9009 113.473 50.1132 113.464 51.2356C113.343 60.8229 113.52 66.5846 113.603 71.57C113.641 73.7307 113.631 86.7694 113.762 85.3103C114.33 79.1744 114.637 55.4821 116.966 48.4389C118.307 44.3889 120.738 41.4613 124.361 39.7496C128.375 37.8508 134.727 39.0948 137.437 42.0225C140.092 44.8753 141.591 48.4951 141.927 52.807C142.225 56.5951 141.75 61.1971 141.74 64.4521C141.74 72.5615 141.545 76.836 141.396 84.2907C141.386 84.6462 141.256 87.0781 141.61 85.9931C142.485 83.3741 143.361 80.9235 144.087 79.0247C144.544 77.8556 146.332 73.2817 147.431 70.9901C148.493 68.8014 149.396 67.5387 151.296 64.5549C153.159 61.6273 155.161 60.3646 157.518 59.3077C162.547 57.1096 167.847 60.3552 169.635 64.8355C170.436 66.8465 169.719 71.5046 169.374 75.1711C168.806 81.2228 167.009 87.3867 166.096 90.5856C164.904 94.7666 163.544 102.137 162.929 105.56C162.259 109.246 160.75 118.487 159.585 122.584C158.785 125.399 156.13 131.731 153.513 135.529C153.513 135.529 143.51 147.221 142.411 152.477C141.321 157.743 141.684 157.781 141.47 161.503C141.312 164.14 141.94 167.359 142.322 169.022C142.458 169.615 142.062 170.204 141.458 170.269C139.211 170.51 134.162 170.952 131.104 170.455C127.462 169.875 122.954 162.588 121.79 160.372C120.188 157.304 116.77 157.893 115.438 160.157C113.343 163.739 108.835 170.165 105.65 170.567C99.6689 171.322 87.5089 170.885 77.5997 170.767C76.9795 170.759 76.5083 170.196 76.5824 169.58C76.8994 166.945 77.3046 160.594 74.2994 158.052C71.4587 155.62 66.569 150.719 63.6444 148.137L55.8954 139.523C53.2503 136.156 50.037 129.3 44.3184 120.956C41.0772 116.242 34.7531 110.808 32.3595 106.187C30.2825 102.212 29.2767 97.264 30.5899 93.7938C32.6855 88.2379 36.8767 85.4038 43.2752 86.0118C48.1091 86.4794 51.1733 87.9386 54.8057 91.0346C56.9013 92.8117 60.1425 96.0293 61.791 98.031C63.3091 99.8549 63.6817 100.612 65.3023 102.792C67.4444 105.663 68.115 107.085 67.2954 103.924Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.2954 103.924C66.3827 100.416 65.4699 96.0012 63.514 89.4071C61.9586 84.1972 60.3287 81.3724 59.1366 77.8743C57.6929 73.6184 56.3145 71.1304 54.5169 66.8278C53.2223 63.7505 51.1267 57.0254 50.2606 53.3589C49.1522 48.5979 50.5679 44.7163 52.5331 42.0786C54.8895 38.9078 61.493 37.4954 65.1719 38.7955C68.6273 40.0115 72.1013 43.5845 73.7033 46.1661C76.3857 50.4686 77.0283 52.0774 80.3813 60.5891C84.0416 69.8677 85.6342 78.529 86.072 81.4566L86.8604 86.3348C86.8717 86.4049 86.8625 86.4079 86.8607 86.3369V86.3369C86.5347 76.7122 85.895 57.7643 86.0999 47.3259C86.1185 46.1473 86.696 41.8354 86.8823 40.6382C87.6087 35.9614 89.723 33.1554 93.1504 31.4811C96.9877 29.6011 101.775 29.4701 106.199 31.3221C110.139 32.9403 112.029 36.4665 112.598 40.8813C112.728 41.9009 113.473 50.1132 113.464 51.2356C113.343 60.8229 113.52 66.5846 113.603 71.57C113.641 73.7307 113.631 86.7694 113.762 85.3103C114.33 79.1744 114.637 55.4821 116.966 48.4389C118.307 44.3889 120.738 41.4613 124.361 39.7496C128.375 37.8508 134.727 39.0948 137.437 42.0225C140.092 44.8753 141.591 48.4951 141.927 52.807C142.225 56.5951 141.75 61.1971 141.74 64.4521C141.74 72.5615 141.545 76.836 141.396 84.2907C141.386 84.6462 141.256 87.0781 141.61 85.9931C142.485 83.3741 143.361 80.9235 144.087 79.0247C144.544 77.8556 146.332 73.2817 147.431 70.9901C148.493 68.8014 149.396 67.5387 151.296 64.5549C153.159 61.6273 155.161 60.3646 157.518 59.3077C162.547 57.1096 167.847 60.3552 169.635 64.8355C170.436 66.8465 169.719 71.5046 169.374 75.1711C168.806 81.2228 167.009 87.3867 166.096 90.5856C164.904 94.7666 163.544 102.137 162.929 105.56C162.259 109.246 160.75 118.487 159.585 122.584C158.785 125.399 156.13 131.731 153.513 135.529C153.513 135.529 143.51 147.221 142.411 152.477C141.321 157.743 141.684 157.781 141.47 161.503C141.312 164.14 141.94 167.359 142.322 169.022C142.458 169.615 142.062 170.204 141.458 170.269C139.211 170.51 134.162 170.952 131.104 170.455C127.462 169.875 122.954 162.588 121.79 160.372C120.188 157.304 116.77 157.893 115.438 160.157C113.343 163.739 108.835 170.165 105.65 170.567C99.6689 171.322 87.5089 170.885 77.5997 170.767C76.9795 170.759 76.5083 170.196 76.5824 169.58C76.8994 166.945 77.3046 160.594 74.2994 158.052C71.4587 155.62 66.569 150.719 63.6444 148.137L55.8954 139.523C53.2503 136.156 50.037 129.3 44.3184 120.956C41.0772 116.242 34.7531 110.808 32.3595 106.187C30.2825 102.212 29.2767 97.264 30.5899 93.7938C32.6855 88.2379 36.8767 85.4038 43.2752 86.0118C48.1091 86.4794 51.1733 87.9386 54.8057 91.0346C56.9013 92.8117 60.1425 96.0293 61.791 98.031C63.3091 99.8549 63.6817 100.612 65.3023 102.792C67.4444 105.663 68.115 107.085 67.2954 103.924Z" stroke="black" stroke-width="8"/>
</g>
<path d="M133 142V110" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M115 142V110" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M94 110V141" stroke="black" stroke-width="7" stroke-linecap="round"/>
<defs>
<filter id="filter0_d_40" x="-0.109375" y="10" width="194.219" height="194.999" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter0_d_40" x="8" y="18" width="178" height="178.999" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3" dy="7"/>
@ -19,8 +17,5 @@
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_40"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_40" result="shape"/>
</filter>
<clipPath id="clip0_40">
<rect width="200" height="200" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Before After
Before After

View file

@ -1,16 +1,14 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none">
<g clip-path="url(#clip0_40)">
<g filter="url(#filter0_d_40)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.3275 141.935C52.3502 138.408 48.7334 131.197 42.2966 122.443C38.6483 117.492 29.6011 108.169 26.9069 103.433C24.5691 99.2481 24.8207 97.3716 25.3763 93.9036C26.3618 87.7339 33.1131 82.9298 40.3152 83.5782C45.7561 84.0596 50.3688 87.4293 54.5202 90.6124C57.0258 92.5282 60.1079 96.2516 61.9635 98.354C63.6723 100.28 64.0916 101.075 65.9157 103.355C68.3269 106.371 69.0817 107.864 68.1592 104.543C67.4148 99.6705 66.1988 91.3493 64.4375 83.9908C63.0957 78.4106 62.7707 77.5362 61.4917 73.2528C60.1394 68.6942 59.4474 65.5013 58.179 60.6677C57.2983 57.2488 55.7154 50.2637 55.2855 46.334C54.688 40.96 54.3735 32.1967 58.0532 28.1687C60.9361 25.0151 67.5511 24.0621 71.6501 26.0073C77.0177 28.5518 80.0683 35.8612 81.4626 38.779C83.9682 44.0252 85.5197 50.0869 86.8721 58.0446C88.5914 68.1736 91.7573 82.2322 91.8622 85.1894C92.5 89.5 91.1493 73.9306 91.8203 70.4528C92.4283 67.2992 95.2588 63.6347 98.8022 62.6424C101.8 61.8074 105.312 61.5028 108.405 62.1021C111.686 62.7308 115.146 64.9315 116.435 67.0045C120.23 73.1349 120.304 85.661 120.461 84.9929C121.363 81.2989 121.205 72.9187 123.438 69.4311C124.906 67.1322 128.649 65.0592 130.64 64.7252C133.722 64.2143 137.507 64.0571 140.746 64.6466C143.357 65.128 146.89 68.036 147.844 69.4311C150.129 72.8107 151.429 82.3698 151.817 85.7199C151.974 87.1051 152.593 81.8687 154.889 78.4892C159.145 72.2114 174.209 70.9931 174.786 84.7669C175.048 91.1921 174.996 90.8973 174.996 95.2201C174.996 100.299 174.87 103.355 174.576 107.029C174.251 110.959 173.35 119.84 172.039 124.143C171.43 126.143 169.866 129.832 168.006 133.245C166.316 136.346 163.995 139.028 161.728 141.736C158.311 145.819 153.496 152.043 152.718 155.552C151.481 161.073 151.89 161.112 151.649 165.032C151.478 167.811 152.191 171.214 152.617 172.952C152.765 173.551 152.363 174.155 151.749 174.218C149.28 174.468 143.476 174.957 139.981 174.434C135.882 173.815 130.808 166.172 129.498 163.834C127.695 160.611 123.847 161.23 122.348 163.608C119.989 167.37 114.915 174.12 111.33 174.542C104.571 175.339 90.8016 174.881 79.624 174.751C78.9987 174.744 78.5252 174.174 78.6062 173.554C78.9638 170.816 79.4451 164.083 76.0427 161.397C72.8453 158.853 67.3415 153.695 64.0497 150.983L55.3275 141.935Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.3275 141.935C52.3502 138.408 48.7334 131.197 42.2966 122.443C38.6483 117.492 29.6011 108.169 26.9069 103.433C24.5691 99.2481 24.8207 97.3716 25.3763 93.9036C26.3618 87.7339 33.1131 82.9298 40.3152 83.5782C45.7561 84.0596 50.3688 87.4293 54.5202 90.6124C57.0258 92.5282 60.1079 96.2516 61.9635 98.354C63.6723 100.28 64.0916 101.075 65.9157 103.355C68.3269 106.371 69.0817 107.864 68.1592 104.543C67.4148 99.6705 66.1988 91.3493 64.4375 83.9908C63.0957 78.4106 62.7707 77.5362 61.4917 73.2528C60.1394 68.6942 59.4474 65.5013 58.179 60.6677C57.2983 57.2488 55.7154 50.2637 55.2855 46.334C54.688 40.96 54.3735 32.1967 58.0532 28.1687C60.9361 25.0151 67.5511 24.0621 71.6501 26.0073C77.0177 28.5518 80.0683 35.8612 81.4626 38.779C83.9682 44.0252 85.5197 50.0869 86.8721 58.0446C88.5914 68.1736 91.7573 82.2322 91.8622 85.1894C92.5 89.5 91.1493 73.9306 91.8203 70.4528C92.4283 67.2992 95.2588 63.6347 98.8022 62.6424C101.8 61.8074 105.312 61.5028 108.405 62.1021C111.686 62.7308 115.146 64.9315 116.435 67.0045C120.23 73.1349 120.304 85.661 120.461 84.9929C121.363 81.2989 121.205 72.9187 123.438 69.4311C124.906 67.1322 128.649 65.0592 130.64 64.7252C133.722 64.2143 137.507 64.0571 140.746 64.6466C143.357 65.128 146.89 68.036 147.844 69.4311C150.129 72.8107 151.429 82.3698 151.817 85.7199C151.974 87.1051 152.593 81.8687 154.889 78.4892C159.145 72.2114 174.209 70.9931 174.786 84.7669C175.048 91.1921 174.996 90.8973 174.996 95.2201C174.996 100.299 174.87 103.355 174.576 107.029C174.251 110.959 173.35 119.84 172.039 124.143C171.43 126.143 169.866 129.832 168.006 133.245C166.316 136.346 163.995 139.028 161.728 141.736C158.311 145.819 153.496 152.043 152.718 155.552C151.481 161.073 151.89 161.112 151.649 165.032C151.478 167.811 152.191 171.214 152.617 172.952C152.765 173.551 152.363 174.155 151.749 174.218C149.28 174.468 143.476 174.957 139.981 174.434C135.882 173.815 130.808 166.172 129.498 163.834C127.695 160.611 123.847 161.23 122.348 163.608C119.989 167.37 114.915 174.12 111.33 174.542C104.571 175.339 90.8016 174.881 79.624 174.751C78.9987 174.744 78.5252 174.174 78.6062 173.554C78.9638 170.816 79.4451 164.083 76.0427 161.397C72.8453 158.853 67.3415 153.695 64.0497 150.983L55.3275 141.935Z" stroke="black" stroke-width="8"/>
</g>
<path d="M142 145V112" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M122 145V112" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M99 112V145" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.3056 139.139C55.5268 135.848 52.1512 129.117 46.1435 120.947C42.7384 116.326 34.2944 107.624 31.7798 103.204C29.5978 99.2982 29.8327 97.5469 30.3512 94.31C31.271 88.5516 37.5722 84.0678 44.2942 84.673C49.3724 85.1223 53.6776 88.2674 57.5522 91.2383C59.8907 93.0263 62.7674 96.5015 64.4992 98.4638C66.0941 100.261 66.4855 101.004 68.188 103.131C70.4384 105.946 71.1429 107.34 70.2819 104.241C69.5872 99.6925 68.4522 91.926 66.8084 85.0581C65.556 79.8499 65.2526 79.0338 64.0589 75.0359C62.7967 70.7813 62.151 67.8012 60.967 63.2899C60.1451 60.0989 58.6677 53.5795 58.2665 49.9117C57.7088 44.896 57.4152 36.7169 60.8496 32.9574C63.5404 30.014 69.7144 29.1246 73.5401 30.9402C78.5498 33.315 81.3971 40.1371 82.6985 42.8604C85.037 47.7569 86.4851 53.4144 87.7473 60.8417C89.3519 70.2953 92.3069 83.4168 92.4047 86.1768C93 90.2 91.7394 75.6686 92.3656 72.4226C92.9331 69.4792 95.5749 66.059 98.8821 65.1329C101.68 64.3535 104.958 64.0693 107.845 64.6286C110.907 65.2155 114.136 67.2694 115.34 69.2042C118.882 74.9259 118.95 86.6169 119.097 85.9934C119.938 82.5457 119.792 74.7242 121.876 71.469C123.246 69.3234 126.739 67.3886 128.598 67.0769C131.474 66.6 135.007 66.4533 138.03 67.0035C140.466 67.4528 143.764 70.1669 144.654 71.469C146.787 74.6233 148 83.5451 148.362 86.6719C148.509 87.9648 149.086 83.0775 151.229 79.9232C155.202 74.064 169.262 72.9269 169.8 85.7825C170.045 91.7793 169.996 91.5042 169.996 95.5387C169.996 100.279 169.879 103.131 169.605 106.56C169.301 110.228 168.46 118.517 167.237 122.534C166.686 124.34 165.302 127.622 163.64 130.718C161.971 133.829 159.645 136.512 157.386 139.226C154.214 143.036 149.913 148.651 149.204 151.848C148.049 157.001 148.431 157.038 148.206 160.697C148.048 163.25 148.691 166.369 149.091 168.012C149.237 168.612 148.835 169.216 148.221 169.278C145.875 169.514 140.541 169.955 137.316 169.472C133.49 168.894 128.754 161.76 127.531 159.578C125.848 156.57 122.257 157.148 120.858 159.367C118.657 162.879 113.921 169.178 110.575 169.573C104.283 170.314 91.4803 169.891 81.0622 169.769C80.4369 169.762 79.9638 169.189 80.0429 168.569C80.3752 165.964 80.7822 159.784 77.6399 157.304C74.6556 154.929 69.5187 150.115 66.4464 147.584L58.3056 139.139Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.3056 139.139C55.5268 135.848 52.1512 129.117 46.1435 120.947C42.7384 116.326 34.2944 107.624 31.7798 103.204C29.5978 99.2982 29.8327 97.5469 30.3512 94.31C31.271 88.5516 37.5722 84.0678 44.2942 84.673C49.3724 85.1223 53.6776 88.2674 57.5522 91.2383C59.8907 93.0263 62.7674 96.5015 64.4992 98.4638C66.0941 100.261 66.4855 101.004 68.188 103.131C70.4384 105.946 71.1429 107.34 70.2819 104.241C69.5872 99.6925 68.4522 91.926 66.8084 85.0581C65.556 79.8499 65.2526 79.0338 64.0589 75.0359C62.7967 70.7813 62.151 67.8012 60.967 63.2899C60.1451 60.0989 58.6677 53.5795 58.2665 49.9117C57.7088 44.896 57.4152 36.7169 60.8496 32.9574C63.5404 30.014 69.7144 29.1246 73.5401 30.9402C78.5498 33.315 81.3971 40.1371 82.6985 42.8604C85.037 47.7569 86.4851 53.4144 87.7473 60.8417C89.3519 70.2953 92.3069 83.4168 92.4047 86.1768C93 90.2 91.7394 75.6686 92.3656 72.4226C92.9331 69.4792 95.5749 66.059 98.8821 65.1329C101.68 64.3535 104.958 64.0693 107.845 64.6286C110.907 65.2155 114.136 67.2694 115.34 69.2042C118.882 74.9259 118.95 86.6169 119.097 85.9934C119.938 82.5457 119.792 74.7242 121.876 71.469C123.246 69.3234 126.739 67.3886 128.598 67.0769C131.474 66.6 135.007 66.4533 138.03 67.0035C140.466 67.4528 143.764 70.1669 144.654 71.469C146.787 74.6233 148 83.5451 148.362 86.6719C148.509 87.9648 149.086 83.0775 151.229 79.9232C155.202 74.064 169.262 72.9269 169.8 85.7825C170.045 91.7793 169.996 91.5042 169.996 95.5387C169.996 100.279 169.879 103.131 169.605 106.56C169.301 110.228 168.46 118.517 167.237 122.534C166.686 124.34 165.302 127.622 163.64 130.718C161.971 133.829 159.645 136.512 157.386 139.226C154.214 143.036 149.913 148.651 149.204 151.848C148.049 157.001 148.431 157.038 148.206 160.697C148.048 163.25 148.691 166.369 149.091 168.012C149.237 168.612 148.835 169.216 148.221 169.278C145.875 169.514 140.541 169.955 137.316 169.472C133.49 168.894 128.754 161.76 127.531 159.578C125.848 156.57 122.257 157.148 120.858 159.367C118.657 162.879 113.921 169.178 110.575 169.573C104.283 170.314 91.4803 169.891 81.0622 169.769C80.4369 169.762 79.9638 169.189 80.0429 168.569C80.3752 165.964 80.7822 159.784 77.6399 157.304C74.6556 154.929 69.5187 150.115 66.4464 147.584L58.3056 139.139Z" stroke="black" stroke-width="8"/>
</g>
<path d="M139 142V111" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M121 142V111" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M99 111V142" stroke="black" stroke-width="7" stroke-linecap="round"/>
<defs>
<filter id="filter0_d_40" x="3.00098" y="13.0002" width="187.999" height="187.999" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter0_d_40" x="8.00098" y="18.0002" width="177.999" height="177.999" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3" dy="7"/>
@ -19,8 +17,5 @@
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_40"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_40" result="shape"/>
</filter>
<clipPath id="clip0_40">
<rect width="200" height="200" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Before After
Before After

View file

@ -1,14 +1,14 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none">
<g filter="url(#filter0_d_40)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M56 42.7962C60.7226 40.9996 70.0398 42.0998 72.4995 47.5703C74.5951 52.2333 82.3006 67.9887 82.399 66.3133C82.6351 62.5889 82.1628 54.5346 83.7469 50.3257C84.898 47.2574 87.1609 44.3708 90.4962 43.3514C93.3003 42.4834 96.5962 42.1806 99.5085 42.7962C102.588 43.4422 105.825 45.693 107.035 47.8327C110.597 54.1208 110.656 66.9996 110.823 66.3133C111.453 63.5679 111.512 53.9088 113.607 50.3257C114.995 47.9538 118.497 45.8343 120.367 45.4911C123.259 44.9663 126.821 44.8048 129.851 45.4104C132.301 45.9049 135.617 48.8824 136.512 50.3257C138.667 53.7978 139.877 63.6083 140.241 67.0602C140.398 68.4833 140.969 63.0936 143.123 59.6316C147.118 53.1821 161.266 51.9305 161.797 66.0811C162.053 72.6821 161.994 72.3793 161.994 76.8203C161.994 82.0283 161.876 85.1774 161.601 88.9522C161.305 92.9794 160.459 102.114 159.229 106.534C158.383 109.573 155.579 116.406 152.805 120.503C152.805 120.503 142.238 133.12 141.087 138.792C139.936 144.475 140.319 144.515 140.083 148.532C139.921 151.428 140.608 154.977 141.006 156.742C141.139 157.33 140.747 157.916 140.147 157.982C137.815 158.24 132.406 158.734 129.133 158.191C125.286 157.565 120.524 149.713 119.294 147.311C117.602 144 113.991 144.636 112.584 147.079C110.38 150.944 105.608 157.878 102.253 158.312C95.9119 159.129 83.0221 158.653 72.5416 158.527C71.9229 158.52 71.4519 157.962 71.5262 157.348C71.8623 154.569 72.3393 147.584 69.1266 144.808C66.1258 142.183 60.9604 136.895 57.8711 134.109L49.6853 124.813C46.9009 121.18 39.8269 115.437 37.4558 104.778C35.3601 95.3311 35.5667 90.6983 37.8198 86.9134C40.1024 83.0679 44.4117 80.9685 46.2221 80.6052C48.2685 80.1813 53.0304 80.2116 54.8309 81.231C57.025 82.4724 57.9104 82.8358 59.6322 85.1774C61.8951 88.276 62.7019 89.7799 61.7278 86.3986C60.9801 83.7542 58.5598 80.3932 57.4578 76.6083C56.3854 72.9647 47.6076 59.1976 47.8142 53.3133C47.8929 51.0827 48.8276 45.5315 56 42.7962Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M56 42.7962C60.7226 40.9996 70.0398 42.0998 72.4995 47.5703C74.5951 52.2333 82.3006 67.9887 82.399 66.3133C82.6351 62.5889 82.1628 54.5346 83.7469 50.3257C84.898 47.2574 87.1609 44.3708 90.4962 43.3514C93.3003 42.4834 96.5962 42.1806 99.5085 42.7962C102.588 43.4422 105.825 45.693 107.035 47.8327C110.597 54.1208 110.656 66.9996 110.823 66.3133C111.453 63.5679 111.512 53.9088 113.607 50.3257C114.995 47.9538 118.497 45.8343 120.367 45.4911C123.259 44.9663 126.821 44.8048 129.851 45.4104C132.301 45.9049 135.617 48.8824 136.512 50.3257C138.667 53.7978 139.877 63.6083 140.241 67.0602C140.398 68.4833 140.969 63.0936 143.123 59.6316C147.118 53.1821 161.266 51.9305 161.797 66.0811C162.053 72.6821 161.994 72.3793 161.994 76.8203C161.994 82.0283 161.876 85.1774 161.601 88.9522C161.305 92.9794 160.459 102.114 159.229 106.534C158.383 109.573 155.579 116.406 152.805 120.503C152.805 120.503 142.238 133.12 141.087 138.792C139.936 144.475 140.319 144.515 140.083 148.532C139.921 151.428 140.608 154.977 141.006 156.742C141.139 157.33 140.747 157.916 140.147 157.982C137.815 158.24 132.406 158.734 129.133 158.191C125.286 157.565 120.524 149.713 119.294 147.311C117.602 144 113.991 144.636 112.584 147.079C110.38 150.944 105.608 157.878 102.253 158.312C95.9119 159.129 83.0221 158.653 72.5416 158.527C71.9229 158.52 71.4519 157.962 71.5262 157.348C71.8623 154.569 72.3393 147.584 69.1266 144.808C66.1258 142.183 60.9604 136.895 57.8711 134.109L49.6853 124.813C46.9009 121.18 39.8269 115.437 37.4558 104.778C35.3601 95.3311 35.5667 90.6983 37.8198 86.9134C40.1024 83.0679 44.4117 80.9685 46.2221 80.6052C48.2685 80.1813 53.0304 80.2116 54.8309 81.231C57.025 82.4724 57.9104 82.8358 59.6322 85.1774C61.8951 88.276 62.7019 89.7799 61.7278 86.3986C60.9801 83.7542 58.5598 80.3932 57.4578 76.6083C56.3854 72.9647 47.6076 59.1976 47.8142 53.3133C47.8929 51.0827 48.8276 45.5315 56 42.7962Z" stroke="black" stroke-width="8"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M64 52.8046C68.7226 50.9891 78.0398 52.1008 80.4995 57.6292C82.5952 62.3415 90.3006 78.2635 90.399 76.5703C90.6351 72.8066 90.1628 64.6671 91.7469 60.4137C92.898 57.313 95.1609 54.3958 98.4962 53.3657C101.3 52.4885 104.596 52.1825 107.508 52.8047C110.588 53.4574 113.825 55.732 115.035 57.8944C118.597 64.2489 118.656 77.2639 118.823 76.5703C119.453 73.7959 119.512 64.0347 121.607 60.4137C122.995 58.0168 126.497 55.8748 128.367 55.528C131.259 54.9976 134.821 54.8344 137.851 55.4464C140.301 55.9462 143.617 58.9552 144.512 60.4137C146.667 63.9225 147.877 73.8367 148.241 77.3251C148.398 78.7633 148.969 73.3165 151.123 69.818C155.118 63.3003 169.266 62.0355 169.797 76.3357C170.053 83.0064 169.994 82.7004 169.994 87.1883C169.994 92.4515 169.876 95.6338 169.601 99.4485C169.305 103.518 168.459 112.749 167.229 117.217C166.383 120.287 163.579 127.192 160.805 131.333C160.805 131.333 150.238 144.083 149.087 149.815C147.936 155.558 148.319 155.599 148.083 159.658C147.92 162.594 148.612 166.193 149.01 167.971C149.141 168.558 148.75 169.141 148.152 169.208C145.823 169.468 140.408 169.968 137.133 169.419C133.286 168.787 128.524 160.852 127.294 158.424C125.602 155.079 121.991 155.721 120.584 158.189C118.38 162.096 113.608 169.103 110.253 169.542C103.911 170.367 91.0203 169.886 80.5393 169.759C79.9214 169.751 79.4508 169.195 79.5245 168.582C79.8607 165.784 80.3449 158.705 77.1266 155.894C74.1258 153.243 68.9604 147.898 65.8711 145.083L57.6853 135.689C54.9009 132.017 47.8269 126.213 45.4558 115.442C43.3601 105.895 43.5667 101.213 45.8198 97.3882C48.1024 93.502 52.4117 91.3805 54.2221 91.0133C56.2685 90.5849 61.0304 90.6155 62.8309 91.6457C65.025 92.9002 65.9104 93.2674 67.6322 95.6338C69.8951 98.7652 70.7019 100.285 69.7278 96.868C68.9801 94.1956 66.5598 90.7991 65.4578 86.9741C64.3854 83.292 55.6076 69.3794 55.8142 63.4329C55.8929 61.1787 56.8276 55.5688 64 52.8046Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M64 52.8046C68.7226 50.9891 78.0398 52.1008 80.4995 57.6292C82.5952 62.3415 90.3006 78.2635 90.399 76.5703C90.6351 72.8066 90.1628 64.6671 91.7469 60.4137C92.898 57.313 95.1609 54.3958 98.4962 53.3657C101.3 52.4885 104.596 52.1825 107.508 52.8047C110.588 53.4574 113.825 55.732 115.035 57.8944C118.597 64.2489 118.656 77.2639 118.823 76.5703C119.453 73.7959 119.512 64.0347 121.607 60.4137C122.995 58.0168 126.497 55.8748 128.367 55.528C131.259 54.9976 134.821 54.8344 137.851 55.4464C140.301 55.9462 143.617 58.9552 144.512 60.4137C146.667 63.9225 147.877 73.8367 148.241 77.3251C148.398 78.7633 148.969 73.3165 151.123 69.818C155.118 63.3003 169.266 62.0355 169.797 76.3357C170.053 83.0064 169.994 82.7004 169.994 87.1883C169.994 92.4515 169.876 95.6338 169.601 99.4485C169.305 103.518 168.459 112.749 167.229 117.217C166.383 120.287 163.579 127.192 160.805 131.333C160.805 131.333 150.238 144.083 149.087 149.815C147.936 155.558 148.319 155.599 148.083 159.658C147.92 162.594 148.612 166.193 149.01 167.971C149.141 168.558 148.75 169.141 148.152 169.208C145.823 169.468 140.408 169.968 137.133 169.419C133.286 168.787 128.524 160.852 127.294 158.424C125.602 155.079 121.991 155.721 120.584 158.189C118.38 162.096 113.608 169.103 110.253 169.542C103.911 170.367 91.0203 169.886 80.5393 169.759C79.9214 169.751 79.4508 169.195 79.5245 168.582C79.8607 165.784 80.3449 158.705 77.1266 155.894C74.1258 153.243 68.9604 147.898 65.8711 145.083L57.6853 135.689C54.9009 132.017 47.8269 126.213 45.4558 115.442C43.3601 105.895 43.5667 101.213 45.8198 97.3882C48.1024 93.502 52.4117 91.3805 54.2221 91.0133C56.2685 90.5849 61.0304 90.6155 62.8309 91.6457C65.025 92.9002 65.9104 93.2674 67.6322 95.6338C69.8951 98.7652 70.7019 100.285 69.7278 96.868C68.9801 94.1956 66.5598 90.7991 65.4578 86.9741C64.3854 83.292 55.6076 69.3794 55.8142 63.4329C55.8929 61.1787 56.8276 55.5688 64 52.8046Z" stroke="black" stroke-width="8"/>
</g>
<path d="M131.308 127.28V94.1642" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M111.115 128.087V94.1642" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M91.731 94.1642V127.28" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M139.831 138.07V105.239" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M119.422 138.07V105.239" stroke="black" stroke-width="7" stroke-linecap="round"/>
<path d="M99.9014 105.239V138.07" stroke="black" stroke-width="7" stroke-linecap="round"/>
<defs>
<filter id="filter0_d_40" x="14" y="30.0001" width="164" height="154.78" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter0_d_40" x="22" y="40.0001" width="164" height="156.014" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3" dy="7"/>

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5 KiB

Before After
Before After

View file

@ -1,12 +1,12 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none">
<g filter="url(#filter0_d_40)">
<path d="M165.595 132H174.935C175.304 125.826 174.094 119.659 171.417 114.068C168.741 108.476 164.683 103.638 159.618 100C164.683 96.3617 168.741 91.5242 171.417 85.9324C174.094 80.3406 175.304 74.1741 174.935 68H165.595C167.183 79.9885 159.991 91.6081 148.41 95.6657H100.775V86.4438H91.4353V95.6657H52.5807C40.999 91.5158 33.9006 79.9885 35.395 68H26.0549C25.7184 74.1604 26.9326 80.3073 29.5893 85.8913C32.2459 91.4753 36.2622 96.3225 41.2792 100C36.2622 103.677 32.2459 108.525 29.5893 114.109C26.9326 119.693 25.7184 125.84 26.0549 132H35.395C34.7909 126.236 36.1537 120.439 39.2672 115.527C42.3806 110.615 47.0663 106.871 52.5807 104.888H91.5287V114.11H100.869V104.888H148.316C153.857 106.84 158.573 110.575 161.707 115.492C164.84 120.409 166.21 126.223 165.595 132Z" fill="#0000FF"/>
<path d="M161.618 131.577L161.147 136H165.595H174.935H178.704L178.928 132.238C179.337 125.385 177.994 118.543 175.025 112.341C172.796 107.683 169.704 103.5 165.927 100C169.704 96.4997 172.796 92.3171 175.025 87.6594C177.994 81.4573 179.337 74.6146 178.928 67.7617L178.704 64H174.935H165.595H161.031L161.63 68.5252C162.937 78.3944 157.159 88.0366 147.7 91.6657H104.775V86.4438V82.4438H100.775H91.4353H87.4353V86.4438V91.6657H53.3047C43.8373 87.9566 38.1312 78.3864 39.3643 68.4948L39.9246 64H35.395H26.0549H22.2675L22.0609 67.7818C21.6878 74.6112 23.0342 81.4237 25.9772 87.6097C28.1969 92.2753 31.2719 96.4735 35.0298 100C31.2719 103.527 28.1969 107.725 25.9772 112.39C23.0342 118.576 21.6878 125.389 22.0609 132.218L22.2675 136H26.0549H35.395H39.8361L39.3732 131.583C38.8634 126.719 40.0127 121.822 42.6456 117.668C45.1609 113.7 48.8955 110.624 53.3074 108.888H87.5287V114.11V118.11H91.5287H100.869H104.869V114.11V108.888H147.603C152.04 110.599 155.801 113.668 158.334 117.642C160.982 121.797 162.136 126.704 161.618 131.577Z" stroke="#0000FF" stroke-width="8"/>
<path d="M47.5743 74H40.0521C39.7553 78.9724 40.7296 83.9388 42.8853 88.4422C45.0409 92.9456 48.3089 96.8416 52.3885 99.7718C48.3089 102.702 45.0409 106.598 42.8853 111.101C40.7296 115.605 39.7553 120.571 40.0521 125.544H47.5743C46.2955 115.888 52.0876 106.53 61.4151 103.263H99.7783V110.69H107.3V103.263H138.593C147.92 106.605 153.637 115.888 152.434 125.544H159.956C160.227 120.582 159.249 115.632 157.109 111.135C154.97 106.637 151.735 102.734 147.695 99.7718C151.735 96.8101 154.97 92.9063 157.109 88.4091C159.249 83.9119 160.227 78.9614 159.956 74H152.434C152.92 78.6419 151.822 83.3112 149.315 87.267C146.808 91.2229 143.034 94.2385 138.593 95.8355H107.225V88.4085H99.7031V95.8355H61.4904C57.0276 94.2627 53.2295 91.255 50.7059 87.2951C48.1822 83.3353 47.0793 78.653 47.5743 74Z" fill="#0000FF"/>
<path d="M51.5519 74.4231L52.0224 70H47.5743H40.0521H36.2838L36.0592 73.7617C35.7219 79.4129 36.8294 85.0554 39.2773 90.1692C40.9958 93.7594 43.3355 97.0067 46.1766 99.7718C43.3355 102.537 40.9958 105.784 39.2773 109.374C36.8294 114.488 35.7219 120.131 36.0592 125.782L36.2838 129.544H40.0521H47.5743H52.139L51.5397 125.018C50.5412 117.48 54.9236 110.098 62.1324 107.263H95.7783V110.69V114.69H99.7783H107.3H111.3V110.69V107.263H137.861C145.078 110.159 149.407 117.488 148.464 125.049L147.904 129.544H152.434H159.956H163.743L163.95 125.762C164.257 120.131 163.147 114.515 160.721 109.416C159.009 105.818 156.68 102.557 153.851 99.7718C156.68 96.9866 159.009 93.726 160.721 90.1275C163.147 85.0283 164.257 79.4122 163.95 73.7818L163.743 70H159.956H152.434H147.992L148.455 74.4169C148.848 78.1594 147.964 81.9278 145.937 85.1255C144.026 88.1399 141.2 90.488 137.858 91.8355H111.225V88.4085V84.4085H107.225H99.7031H95.7031V88.4085V91.8355H62.2112C58.8497 90.507 56.003 88.1641 54.079 85.1453C52.0407 81.9469 51.1531 78.1713 51.5519 74.4231Z" stroke="#0000FF" stroke-width="8"/>
</g>
<path d="M165.595 132H174.935C175.304 125.826 174.094 119.659 171.417 114.068C168.741 108.476 164.683 103.638 159.618 100C164.683 96.3617 168.741 91.5242 171.417 85.9324C174.094 80.3406 175.304 74.1741 174.935 68H165.595C167.183 79.9885 159.991 91.6081 148.41 95.6657H100.775V86.4438H91.4353V95.6657H52.5807C40.999 91.5159 33.9006 79.9885 35.395 68H26.0549C25.7184 74.1604 26.9326 80.3073 29.5893 85.8913C32.2459 91.4753 36.2622 96.3225 41.2792 100C36.2622 103.677 32.2459 108.525 29.5893 114.109C26.9326 119.693 25.7184 125.84 26.0549 132H35.395C34.7909 126.236 36.1537 120.439 39.2672 115.527C42.3806 110.615 47.0663 106.871 52.5807 104.888H91.5287V114.11H100.869V104.888H148.316C153.857 106.84 158.573 110.575 161.707 115.492C164.84 120.409 166.21 126.223 165.595 132Z" fill="#00FF00" stroke="#00FF00" stroke-width="2"/>
<path d="M47.5743 74H40.0521C39.7553 78.9724 40.7296 83.9388 42.8853 88.4422C45.0409 92.9456 48.3089 96.8416 52.3885 99.7718C48.3089 102.702 45.0409 106.598 42.8853 111.101C40.7296 115.605 39.7553 120.571 40.0521 125.544H47.5743C46.2955 115.888 52.0876 106.53 61.4151 103.263H99.7783V110.69H107.3V103.263H138.593C147.92 106.605 153.637 115.888 152.434 125.544H159.956C160.227 120.582 159.249 115.632 157.109 111.135C154.97 106.637 151.735 102.734 147.695 99.7718C151.735 96.8101 154.97 92.9063 157.109 88.4091C159.249 83.9119 160.227 78.9614 159.956 74H152.434C152.92 78.6419 151.822 83.3112 149.315 87.267C146.808 91.2229 143.034 94.2385 138.593 95.8355H107.225V88.4085H99.7031V95.8355H61.4904C57.0276 94.2627 53.2295 91.255 50.7059 87.2951C48.1822 83.3353 47.0793 78.653 47.5743 74Z" fill="#00FF00" stroke="#00FF00" stroke-width="2"/>
<defs>
<filter id="filter0_d_40" x="0" y="52" width="195" height="110" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter0_d_40" x="14" y="58" width="166" height="97.5436" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3" dy="7"/>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Before After
Before After

View file

@ -1,14 +1,12 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none">
<g clip-path="url(#clip0_495)">
<g filter="url(#filter0_d_495)">
<path d="M132.5 34.9048V25.5647C126.326 25.1962 120.159 26.4059 114.568 29.0825C108.976 31.7592 104.138 35.8169 100.5 40.8824C96.8617 35.8169 92.0242 31.7592 86.4324 29.0825C80.8406 26.4059 74.6741 25.1962 68.5 25.5647V34.9048C80.4885 33.317 92.1081 40.5088 96.1657 52.0905V99.7247H86.9438V109.065H96.1657V147.919C92.0158 159.501 80.4885 166.599 68.5 165.105V174.445C74.6604 174.782 80.8073 173.567 86.3913 170.911C91.9753 168.254 96.8225 164.238 100.5 159.221C104.177 164.238 109.025 168.254 114.609 170.911C120.193 173.567 126.34 174.782 132.5 174.445V165.105C126.736 165.709 120.939 164.346 116.027 161.233C111.115 158.119 107.371 153.434 105.388 147.919V108.971H114.61V99.6313H105.388V52.1839C107.34 46.6426 111.075 41.9267 115.992 38.7931C120.909 35.6596 126.723 34.2902 132.5 34.9048Z" fill="#0000FF"/>
<path d="M132.077 38.8823L136.5 39.3529V34.9048V25.5647V21.7964L132.738 21.5718C125.885 21.1628 119.043 22.5057 112.841 25.4746C108.183 27.7041 104 30.796 100.5 34.5729C96.9997 30.796 92.8171 27.7041 88.1594 25.4746C81.9573 22.5057 75.1146 21.1628 68.2617 21.5718L64.5 21.7964V25.5647V34.9048V39.4695L69.0252 38.8701C78.8944 37.563 88.5366 43.3407 92.1657 52.7999V95.7247H86.9438H82.9438V99.7247V109.065V113.065H86.9438H92.1657V147.195C88.4566 156.663 78.8864 162.369 68.9948 161.136L64.5 160.575V165.105V174.445V178.232L68.2818 178.439C75.1112 178.812 81.9237 177.466 88.1097 174.523C92.7753 172.303 96.9735 169.228 100.5 165.47C104.027 169.228 108.225 172.303 112.89 174.523C119.076 177.466 125.889 178.812 132.718 178.439L136.5 178.232V174.445V165.105V160.664L132.083 161.127C127.219 161.637 122.322 160.487 118.168 157.854C114.2 155.339 111.124 151.605 109.388 147.193V112.971H114.61H118.61V108.971V99.6313V95.6313H114.61H109.388V52.897C111.099 48.46 114.168 44.6987 118.142 42.1663C122.297 39.518 127.204 38.364 132.077 38.8823Z" stroke="#0000FF" stroke-width="8"/>
</g>
<path d="M132.5 34.9048V25.5647C126.326 25.1962 120.159 26.4059 114.568 29.0825C108.976 31.7592 104.138 35.8169 100.5 40.8824C96.8617 35.8169 92.0242 31.7592 86.4324 29.0825C80.8406 26.4059 74.6741 25.1962 68.5 25.5647V34.9048C80.4885 33.317 92.1081 40.5088 96.1657 52.0905V99.7247H86.9438V109.065H96.1657V147.919C92.0159 159.501 80.4885 166.599 68.5 165.105V174.445C74.6604 174.782 80.8073 173.567 86.3913 170.911C91.9753 168.254 96.8225 164.238 100.5 159.221C104.177 164.238 109.025 168.254 114.609 170.911C120.193 173.567 126.34 174.782 132.5 174.445V165.105C126.736 165.709 120.939 164.346 116.027 161.233C111.115 158.119 107.37 153.434 105.388 147.919V108.971H114.61V99.6313H105.388V52.1839C107.34 46.6426 111.075 41.9267 115.992 38.7931C120.909 35.6595 126.723 34.2902 132.5 34.9048Z" fill="#00FF00" stroke="#00FF00" stroke-width="2"/>
<path d="M125.544 47.5743V40.0521C120.571 39.7553 115.605 40.7296 111.101 42.8853C106.598 45.0409 102.702 48.3089 99.7718 52.3885C96.8416 48.3089 92.9456 45.0409 88.4422 42.8853C83.9388 40.7296 78.9724 39.7553 74 40.0521V47.5743C83.6551 46.2955 93.0132 52.0876 96.2811 61.4151V99.7783H88.8541V107.3H96.2811V138.593C92.9389 147.92 83.6551 153.637 74 152.434V159.956C78.9614 160.227 83.9119 159.249 88.4091 157.109C92.9063 154.97 96.8101 151.735 99.7718 147.695C102.734 151.735 106.637 154.97 111.135 157.109C115.632 159.249 120.582 160.227 125.544 159.956V152.434C120.902 152.92 116.232 151.822 112.277 149.315C108.321 146.808 105.305 143.034 103.708 138.593V107.225H111.135V99.7031H103.708V61.4904C105.281 57.0276 108.289 53.2295 112.249 50.7059C116.208 48.1822 120.891 47.0793 125.544 47.5743Z" fill="#0000FF"/>
<path d="M125.12 51.5519L129.544 52.0224V47.5743V40.0521V36.2838L125.782 36.0592C120.131 35.7219 114.488 36.8294 109.374 39.2773C105.784 40.9958 102.537 43.3355 99.7718 46.1766C97.0067 43.3355 93.7594 40.9958 90.1692 39.2773C85.0554 36.8294 79.4129 35.7219 73.7617 36.0592L70 36.2838V40.0521V47.5743V52.139L74.5252 51.5397C82.0638 50.5412 89.4461 54.9236 92.2811 62.1323V95.7783H88.8541H84.8541V99.7783V107.3V111.3H88.8541H92.2811V137.861C89.3842 145.078 82.0557 149.407 74.4948 148.464L70 147.904V152.434V159.956V163.743L73.7818 163.95C79.4122 164.257 85.0283 163.147 90.1275 160.721C93.726 159.009 96.9866 156.68 99.7718 153.851C102.557 156.68 105.818 159.009 109.416 160.721C114.515 163.147 120.131 164.257 125.762 163.95L129.544 163.743V159.956V152.434V147.992L125.127 148.455C121.384 148.848 117.616 147.964 114.418 145.937C111.404 144.026 109.056 141.2 107.708 137.858V111.225H111.135H115.135V107.225V99.7031V95.7031H111.135H107.708V62.2112C109.037 58.8497 111.379 56.003 114.398 54.079C117.597 52.0407 121.372 51.1531 125.12 51.5519Z" stroke="#0000FF" stroke-width="8"/>
</g>
<path d="M125.544 47.5743V40.0521C120.571 39.7553 115.605 40.7296 111.101 42.8853C106.598 45.0409 102.702 48.3089 99.7718 52.3885C96.8416 48.3089 92.9456 45.0409 88.4422 42.8853C83.9388 40.7296 78.9724 39.7553 74 40.0521V47.5743C83.6551 46.2955 93.0132 52.0876 96.2811 61.4151V99.7783H88.8541V107.3H96.2811V138.593C92.9389 147.92 83.6551 153.637 74 152.434V159.956C78.9614 160.227 83.9119 159.249 88.4091 157.109C92.9063 154.97 96.8101 151.735 99.7718 147.695C102.734 151.735 106.637 154.97 111.135 157.109C115.632 159.249 120.582 160.227 125.544 159.956V152.434C120.902 152.92 116.232 151.822 112.277 149.315C108.321 146.808 105.305 143.034 103.708 138.593V107.225H111.135V99.7031H103.708V61.4904C105.281 57.0276 108.289 53.2295 112.249 50.7059C116.208 48.1822 120.891 47.0793 125.544 47.5743Z" fill="#00FF00" stroke="#00FF00" stroke-width="2"/>
<defs>
<filter id="filter0_d_495" x="42.5" y="9.5" width="110" height="195" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter0_d_495" x="48" y="24" width="97.5435" height="166" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="-3" dy="7"/>
@ -17,8 +15,5 @@
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_495"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_495" result="shape"/>
</filter>
<clipPath id="clip0_495">
<rect width="200" height="200" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Before After
Before After