This commit is contained in:
Zakhar
2026-08-22 21:51:25 +03:00
parent f0ffd89860
commit 9baa29bd68
14 changed files with 2335 additions and 132 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+11
View File
@@ -0,0 +1,11 @@
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="44" height="44" rx="22" fill="#E6F696"/>
<rect x="13" y="16" width="18" height="15" rx="2" stroke="#5EA12D" stroke-width="2"/>
<path d="M13 20C13 18.1144 13 17.1716 13.5858 16.5858C13.5858 16.5858 13.5858 16.5858 13.5858 16.5858C14.1716 16 15.1144 16 17 16H27C28.8856 16 29.8284 16 30.4142 16.5858C30.4142 16.5858 30.4142 16.5858 30.4142 16.5858C31 17.1716 31 18.1144 31 20H13Z" fill="#5EA12D"/>
<path d="M17 13L17 16" stroke="#5EA12D" stroke-width="2" stroke-linecap="round"/>
<path d="M27 13L27 16" stroke="#5EA12D" stroke-width="2" stroke-linecap="round"/>
<rect x="17" y="22" width="4" height="2" rx="0.5" fill="#5EA12D"/>
<rect x="17" y="26" width="4" height="2" rx="0.5" fill="#5EA12D"/>
<rect x="23" y="22" width="4" height="2" rx="0.5" fill="#5EA12D"/>
<rect x="23" y="26" width="4" height="2" rx="0.5" fill="#5EA12D"/>
</svg>

After

Width:  |  Height:  |  Size: 980 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

+31
View File
@@ -0,0 +1,31 @@
<svg width="59" height="59" viewBox="0 0 59 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_17984_112152)">
<path opacity="0.05" d="M48.9753 29.1432C48.9753 25.3796 47.9044 21.6937 45.8878 18.516C43.8711 15.3383 40.992 12.8 37.5866 11.1975" stroke="#5EA12D" stroke-width="3" stroke-linecap="round"/>
<path opacity="0.1" d="M48.9753 29.1432C48.9753 24.0987 47.053 19.2437 43.5998 15.5664" stroke="#5EA12D" stroke-width="3" stroke-linecap="round"/>
<path opacity="0.3" d="M48.9753 29.1432C48.9753 26.6435 48.5027 24.1663 47.5825 21.8421" stroke="#5EA12D" stroke-width="3" stroke-linecap="round"/>
<path d="M47.4753 29.1432C47.4753 29.1048 47.4751 29.0664 47.4749 29.028" stroke="#5EA12D" stroke-width="6" stroke-linecap="round"/>
</g>
<g clip-path="url(#clip1_17984_112152)">
<path opacity="0.05" d="M19.2247 11.9684C15.9653 13.8502 13.3086 16.6206 11.565 19.9559C9.8213 23.2912 9.06262 27.0538 9.37755 30.8042" stroke="#5EA12D" stroke-width="3" stroke-linecap="round"/>
<path opacity="0.1" d="M19.2247 11.9684C14.856 14.4907 11.6125 18.5829 10.1545 23.4121" stroke="#5EA12D" stroke-width="3" stroke-linecap="round"/>
<path opacity="0.3" d="M19.2247 11.9684C17.0598 13.2183 15.1508 14.8661 13.5981 16.8251" stroke="#5EA12D" stroke-width="3" stroke-linecap="round"/>
<path d="M19.9747 13.2674C19.9414 13.2866 19.9082 13.3059 19.8751 13.3254" stroke="#5EA12D" stroke-width="6" stroke-linecap="round"/>
</g>
<g clip-path="url(#clip2_17984_112152)">
<path opacity="0.05" d="M19.2259 46.318C22.4852 48.1998 26.2128 49.1154 29.9731 48.9578C33.7334 48.8002 37.3712 47.5759 40.4617 45.428" stroke="#5EA12D" stroke-width="3" stroke-linecap="round"/>
<path opacity="0.1" d="M19.2259 46.318C23.5946 48.8403 28.7602 49.6031 33.6715 48.4512" stroke="#5EA12D" stroke-width="3" stroke-linecap="round"/>
<path opacity="0.3" d="M19.2259 46.318C21.3907 47.5679 23.7723 48.3973 26.2452 48.7624" stroke="#5EA12D" stroke-width="3" stroke-linecap="round"/>
<path d="M19.9759 45.019C20.0091 45.0382 20.0424 45.0573 20.0758 45.0763" stroke="#5EA12D" stroke-width="6" stroke-linecap="round"/>
</g>
<defs>
<clipPath id="clip0_17984_112152">
<rect width="42.6667" height="42.6667" fill="white" transform="translate(7.80859 7.8125)"/>
</clipPath>
<clipPath id="clip1_17984_112152">
<rect width="42.6667" height="42.6667" fill="white" transform="translate(21.333 58.2891) rotate(-120)"/>
</clipPath>
<clipPath id="clip2_17984_112152">
<rect width="42.6667" height="42.6667" fill="white" transform="translate(58.2842 21.3359) rotate(120)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

+14
View File
@@ -0,0 +1,14 @@
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="44" height="44" rx="22" fill="#E6F696"/>
<g clip-path="url(#clip0_17853_112468)">
<path d="M26.7274 30.4471C26.2716 29.1713 25.2672 28.0439 23.8701 27.2399C22.4729 26.4358 20.7611 26 19 26C17.2389 26 15.5271 26.4358 14.1299 27.2399C12.7328 28.0439 11.7284 29.1713 11.2726 30.4471" stroke="#5EA12D" stroke-width="2" stroke-linecap="round"/>
<path d="M31.9224 28.56C32.1082 29.0801 32.6805 29.3511 33.2006 29.1652C33.7207 28.9794 33.9916 28.4072 33.8058 27.8871L32.8641 28.2235L31.9224 28.56ZM32.8641 28.2235L33.8058 27.8871C33.4834 26.9846 32.7978 26.2502 31.9343 25.7532L31.4355 26.6199L30.9367 27.4867C31.4703 27.7938 31.7891 28.1867 31.9224 28.56L32.8641 28.2235ZM31.4355 26.6199L31.9343 25.7532C31.0701 25.2559 30.0394 25 29.0004 25L29.0004 26L29.0004 27C29.7226 27 30.4036 27.1799 30.9367 27.4867L31.4355 26.6199ZM29.0004 26L29.0004 25C27.9615 25 26.9307 25.2559 26.0666 25.7532L26.5654 26.6199L27.0642 27.4867C27.5972 27.1799 28.2783 27 29.0004 27L29.0004 26ZM26.5654 26.6199L26.0666 25.7532C25.203 26.2502 24.5174 26.9846 24.195 27.8871L25.1367 28.2235L26.0784 28.56C26.2118 28.1867 26.5306 27.7938 27.0642 27.4867L26.5654 26.6199Z" fill="#5EA12D"/>
<ellipse cx="19" cy="18" rx="4" ry="4" stroke="#5EA12D" stroke-width="2" stroke-linecap="round"/>
<circle cx="28.5" cy="20.5" r="2.5" stroke="#5EA12D" stroke-width="2" stroke-linecap="round"/>
</g>
<defs>
<clipPath id="clip0_17853_112468">
<rect width="24" height="24" fill="white" transform="translate(10 10)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+4
View File
@@ -0,0 +1,4 @@
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="44" height="44" rx="22"/>
<path d="M14.4507 23.9082L21.4033 30.4395C21.6428 30.6644 21.7625 30.7769 21.9037 30.8046C21.9673 30.8171 22.0327 30.8171 22.0963 30.8046C22.2375 30.7769 22.3572 30.6644 22.5967 30.4395L29.5493 23.9082C31.5055 22.0706 31.743 19.0466 30.0978 16.9261L29.7885 16.5273C27.8203 13.9906 23.8696 14.416 22.4867 17.3137C22.2913 17.723 21.7087 17.723 21.5133 17.3137C20.1304 14.416 16.1797 13.9906 14.2115 16.5273L13.9022 16.9261C12.2569 19.0466 12.4945 22.0706 14.4507 23.9082Z" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 640 B