-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #953 from podkrepi-bg/928-feature-beta-popup
Add beta pop up on home page
- Loading branch information
Showing
7 changed files
with
410 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
{ | ||
"podkrepi": "Подкрепи.бг", | ||
"title": "прозрачна дарителска онлайн платформа", | ||
"beta-pop-up": { | ||
"beta-version": "Това е бета версията на платформата на <1>Подкрепи.бг</1> преди предстоящия наесен официален старт.", | ||
"feedback": "Ще сме благодарни, ако ни помогнете като тествате платформата и ни върнете обратна връзка на <1>[email protected]</1> с нещата, които според Вас могат да се подобрят.", | ||
"close": "Затвори", | ||
"do-not-show-again": "Не показвай отново" | ||
}, | ||
"jumbotron": { | ||
"heading": "Стимулираме дарителската култура чрез прозрачност в набирането и разпределянето на средства за каузите, без да удържаме такси и комисиони за Подкрепи.бг.", | ||
"maximum-transparency": "с максимална степен на прозрачност", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
{ | ||
"podkrepi": "Podkrepi.bg", | ||
"title": "a transparent online donation platform", | ||
"beta-pop-up": { | ||
"beta-version": "This is the beta version of the <1>Podkrepi.bg</1> platform before the official launch in the fall.", | ||
"feedback": "We would be grateful if you could help us by testing the platform and giving us feedback at <1>[email protected]</1> with the things you think can be improved.", | ||
"close": "Close", | ||
"do-not-show-again": "Don't show again!" | ||
}, | ||
"jumbotron": { | ||
"heading": "We stimulate the donation culture through transparency in raising and allocating funds to the causes without deducting fees and commissions for Podkrepi.bg.", | ||
"maximum-transparency": "with maximum transparency", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
src/components/index/helpers/betaPopUp/BetaPopUpTextCard.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
import React from 'react' | ||
import { Trans, useTranslation } from 'next-i18next' | ||
import { Grid, Typography } from '@mui/material' | ||
import CheckCircleIcon from '@mui/icons-material/CheckCircle' | ||
|
||
type BetaPopUpTextProps = { | ||
translationKey: string | ||
} | ||
export default function BetaPopUpTextCard({ translationKey }: BetaPopUpTextProps) { | ||
const { t } = useTranslation() | ||
|
||
return ( | ||
<Grid item display="flex"> | ||
<CheckCircleIcon sx={() => ({ height: '28px', color: '#00B0FF', marginRight: '10px' })} /> | ||
<Typography | ||
sx={(theme) => ({ | ||
marginBottom: '10px', | ||
lineHeight: '28px', | ||
fontWeight: '500', | ||
letterSpacing: '0.15px', | ||
[theme.breakpoints.down('md')]: { | ||
lineHeight: '24px', | ||
fontWeight: '500', | ||
marginBottom: '5px', | ||
}, | ||
})}> | ||
<Trans i18nKey={translationKey}> | ||
{t(translationKey)} | ||
<Typography component="span" color="#284E84" fontWeight="500" /> | ||
</Trans> | ||
</Typography> | ||
</Grid> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
import React from 'react' | ||
import { SvgIcon, SvgIconProps } from '@mui/material' | ||
|
||
import theme from 'common/theme' | ||
|
||
export default function BetaManIcon({ ...props }: SvgIconProps) { | ||
return ( | ||
<SvgIcon | ||
{...props} | ||
viewBox="0 0 180 325" | ||
width="180" | ||
height="325" | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none"> | ||
<path | ||
d="M164.543 151.96L38.5937 178.454C31.0004 180.022 23.5722 175.235 22.0041 167.642L0.297249 65.0501C-1.27092 57.4569 3.51613 50.0287 11.1094 48.4605L137.058 21.8842C144.652 20.316 152.08 25.103 153.648 32.6963L175.272 135.288C177.005 142.881 172.136 150.309 164.543 151.96Z" | ||
fill="white" | ||
/> | ||
<path | ||
d="M164.543 151.96L38.5937 178.454C31.0004 180.022 23.5722 175.235 22.0041 167.642L0.297249 65.0501C-1.27092 57.4569 3.51613 50.0287 11.1094 48.4605L137.058 21.8842C144.652 20.316 152.08 25.103 153.648 32.6963L175.272 135.288C177.005 142.881 172.136 150.309 164.543 151.96ZM11.5221 50.1112C4.83669 51.5143 0.544855 58.1172 1.94796 64.8025L23.5722 167.394C24.9753 174.079 31.5781 178.371 38.2635 176.968L164.212 150.392C170.898 148.989 175.19 142.386 173.787 135.7L152.162 33.109C150.759 26.4236 144.156 22.1318 137.471 23.5349L11.5221 50.1112Z" | ||
fill="#3F3D56" | ||
/> | ||
<path | ||
d="M129.3 55.724L65.7477 69.0947C64.5922 69.3423 63.4368 68.682 63.1066 67.5265C62.7765 66.371 63.5193 65.2156 64.6748 64.8854H64.7573L129.465 51.2671C131.941 52.6702 131.198 55.3113 129.3 55.724Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M131.694 66.8661L68.1413 80.2368C66.9858 80.4844 65.8303 79.8241 65.5002 78.6686C65.17 77.5131 65.9128 76.3577 67.0683 76.0275H67.1509L131.859 62.4092C134.335 63.8123 133.509 66.4534 131.694 66.8661Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M55.6785 89.5632L36.2827 93.69C34.9621 93.9376 33.6415 93.1123 33.3939 91.7917L28.6069 68.9294C28.3593 67.6088 29.1846 66.2883 30.5052 66.0407L49.901 61.9139C51.2216 61.6663 52.5421 62.4916 52.7898 63.8122L57.5768 86.6745C57.8244 87.9125 56.9991 89.2331 55.6785 89.5632Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M136.316 89.7284L39.254 110.197C38.0985 110.445 36.943 109.785 36.6128 108.629C36.2827 107.474 37.0255 106.318 38.181 105.988H38.2635L136.481 85.2715C138.957 86.6746 138.131 89.3157 136.316 89.7284Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M138.627 100.87L41.5649 121.339C40.4095 121.587 39.254 120.927 38.9238 119.771C38.5937 118.616 39.3365 117.46 40.492 117.13H40.5745L138.792 96.4136C141.268 97.8992 140.525 100.54 138.627 100.87Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M141.02 112.013L43.9585 132.481C42.803 132.729 41.6475 132.069 41.3174 130.913C40.9872 129.758 41.73 128.602 42.8855 128.272H42.9681L141.185 107.556C143.661 109.041 142.836 111.682 141.02 112.013Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M143.331 123.238L46.2695 143.706C45.114 143.954 43.9585 143.294 43.6283 142.138C43.2982 140.983 44.041 139.827 45.1965 139.497H45.279L143.496 118.781C145.972 120.184 145.229 122.825 143.331 123.238Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M145.725 134.38L48.663 154.849C47.5075 155.096 46.352 154.436 46.0218 153.28C45.6917 152.125 46.4345 150.969 47.59 150.639H47.6725L145.89 129.923C148.366 131.326 147.54 133.967 145.725 134.38Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M162.809 83.2906C162.562 83.7033 162.397 84.116 162.232 84.5286L122.532 94.4329L115.599 87.2523L103.466 96.2487L114.444 110.115C116.259 112.426 119.396 113.251 122.119 112.095L165.203 94.5154C169.082 97.3216 174.447 96.4963 177.336 92.6996C180.142 88.8205 179.316 83.4557 175.52 80.567C171.641 77.7608 166.276 78.5861 163.387 82.3827C163.222 82.7129 162.974 82.9605 162.809 83.2906Z" | ||
fill="#A0616A" | ||
/> | ||
<path | ||
d="M27.2038 171.025C31.9083 169.54 34.4669 164.588 33.0638 159.966C32.8987 159.471 32.7336 158.975 32.486 158.48L59.8052 82.465L40.8221 79.0811L19.9407 154.849C15.7314 157.407 14.3283 162.854 16.8869 167.064C19.0328 170.613 23.3246 172.263 27.2038 171.025Z" | ||
fill="#A0616A" | ||
/> | ||
<path | ||
d="M56.3388 96.0013L37.6033 88.8208C35.5399 87.9954 34.5494 85.7669 35.2923 83.7036C35.3748 83.5385 35.4573 83.3734 35.5399 83.2083L45.3616 65.7934C47.59 60.0984 53.9453 57.2923 59.6402 59.5207C65.3351 61.7492 68.1413 68.1044 65.9129 73.7993L61.5385 93.2777C61.0433 95.4236 58.8974 96.7441 56.834 96.3315C56.7515 96.0839 56.5038 96.0839 56.3388 96.0013Z" | ||
fill="#00B0FF" | ||
/> | ||
<path d="M98.6794 313.729H108.749L113.618 274.69H98.6794V313.729Z" fill="#A0616A" /> | ||
<path | ||
d="M96.1208 310.345H116.012C123.027 310.345 128.722 316.04 128.722 323.056V323.468H96.1208V310.345Z" | ||
fill="#2F2E41" | ||
/> | ||
<path d="M41.73 313.729H51.7994L56.6689 274.69H41.73V313.729Z" fill="#A0616A" /> | ||
<path | ||
d="M39.1714 310.345H59.0624C66.0779 310.345 71.7729 316.04 71.7729 323.056V323.468H39.1714V310.345Z" | ||
fill="#2F2E41" | ||
/> | ||
<path | ||
d="M52.2946 297.965H39.5016C37.4382 297.965 35.7875 296.314 35.7875 294.251C35.7875 294.168 35.7875 294.168 35.7875 294.086L41.8951 163.432H42.3078L104.127 161.782L116.177 292.518C116.342 294.581 114.856 296.397 112.793 296.562C112.793 296.562 112.793 296.562 112.71 296.562L98.3493 297.717C96.451 297.883 94.8003 296.562 94.3876 294.746L76.0647 201.729C75.9822 201.151 75.4044 200.738 74.8267 200.738C74.2489 200.738 73.7537 201.151 73.5887 201.729L55.9261 294.994C55.596 296.727 54.1103 297.965 52.2946 297.965Z" | ||
fill="#2F2E41" | ||
/> | ||
<path | ||
d="M75.8171 46.8925C87.0305 46.8925 96.1208 37.8023 96.1208 26.5888C96.1208 15.3754 87.0305 6.28516 75.8171 6.28516C64.6036 6.28516 55.5134 15.3754 55.5134 26.5888C55.5134 37.8023 64.6036 46.8925 75.8171 46.8925Z" | ||
fill="#A0616A" | ||
/> | ||
<path | ||
d="M68.9667 178.701C59.3101 178.701 49.4058 176.143 41.1523 168.632C40.2444 167.807 39.8317 166.651 39.9142 165.496C40.8221 157.572 45.0314 116.717 42.6379 89.4808C41.6475 79.1639 45.6092 68.9295 53.3675 61.9965C60.8782 55.0636 71.2777 52.0097 81.4295 53.9081C81.6771 53.9906 81.9247 53.9906 82.1724 54.0731C98.4318 57.2095 109.657 72.2309 108.419 88.9856C106.52 113.499 104.87 146.595 107.511 165.331C107.758 166.899 106.933 168.467 105.53 169.127C99.5873 172.099 84.6484 178.701 68.9667 178.701Z" | ||
fill="#00B0FF" | ||
/> | ||
<path | ||
d="M95.4605 97.4864C94.4701 96.8262 93.8923 95.8357 93.7273 94.6802L91.2512 74.8717C89.6005 69.0117 93.067 62.9041 98.927 61.2534C104.787 59.6027 110.812 62.9867 112.545 68.8467L120.716 87.1695C121.624 89.1504 120.716 91.5439 118.735 92.4518C118.57 92.5343 118.405 92.6168 118.158 92.6168L98.8444 97.9816C97.6064 98.3118 96.3684 98.0642 95.4605 97.4864Z" | ||
fill="#00B0FF" | ||
/> | ||
<path | ||
d="M68.719 46.5624C66.8207 46.5624 64.9224 46.2322 63.1066 45.5719C62.2813 45.2418 61.5385 44.9942 60.7131 44.7466C53.7801 42.1054 49.2407 34.6773 49.0756 27.2491C48.9106 19.8209 52.7897 12.6403 58.4847 7.85328C64.1796 3.06622 71.6078 0.672704 78.9534 0.0949569C86.9594 -0.482791 95.8732 1.49805 100.33 8.18341C101.486 9.91665 102.311 12.0626 101.651 14.2085C101.403 14.8688 101.073 15.4465 100.578 15.8592C98.5969 17.5924 96.616 16.2719 94.5526 16.1893C91.7464 16.0243 89.2704 18.2527 88.3625 20.8938C87.4546 23.535 87.8673 26.4237 88.6101 29.1474C89.1878 30.7981 89.518 32.4488 89.683 34.182C89.7656 35.9153 89.0227 37.566 87.6196 38.639C85.8864 39.7119 83.5754 39.0516 81.8422 38.0612C80.1089 37.0708 78.6233 35.5852 76.725 34.7598C74.8267 33.9345 72.3506 34.182 71.1951 35.8328C70.865 36.493 70.6174 37.1533 70.5348 37.8136C69.4619 42.353 69.7095 42.1054 68.719 46.5624Z" | ||
fill="#2F2E41" | ||
/> | ||
<path | ||
d="M158.187 324.624H1.37021C0.875002 324.624 0.544861 324.294 0.544861 323.798C0.544861 323.303 0.875002 322.973 1.37021 322.973H158.187C158.683 322.973 159.013 323.303 159.013 323.798C159.013 324.294 158.683 324.624 158.187 324.624Z" | ||
fill="#CCCCCC" | ||
/> | ||
</SvgIcon> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
import React from 'react' | ||
import { SvgIcon, SvgIconProps } from '@mui/material' | ||
|
||
import theme from 'common/theme' | ||
|
||
export default function BetaManIcon({ ...props }: SvgIconProps) { | ||
return ( | ||
<SvgIcon | ||
{...props} | ||
width="205" | ||
height="318" | ||
viewBox="0 0 205 318" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg"> | ||
<path | ||
d="M182.359 149.535L71.3354 211.799C64.6704 215.57 56.1638 213.202 52.4805 206.45L1.79183 116.034C-1.97913 109.369 0.388664 100.863 7.14131 97.1796L118.165 34.9149C124.83 31.1439 133.337 33.5117 137.02 40.2644L187.709 130.68C191.392 137.345 189.024 145.851 182.359 149.535Z" | ||
fill="white" | ||
/> | ||
<path | ||
d="M182.359 149.535L71.3354 211.799C64.6704 215.57 56.1638 213.202 52.4805 206.45L1.79183 116.034C-1.97913 109.369 0.388664 100.863 7.14131 97.1796L118.165 34.9149C124.83 31.1439 133.337 33.5117 137.02 40.2644L187.709 130.68C191.392 137.345 189.024 145.851 182.359 149.535ZM7.84293 98.6704C1.96725 102.003 -0.137517 109.457 3.19496 115.333L53.8837 205.748C57.2162 211.624 64.6704 213.729 70.5461 210.396L181.57 148.131C187.446 144.799 189.551 137.345 186.218 131.469L135.529 41.1413C132.197 35.2657 124.743 33.1609 118.867 36.4934L7.84293 98.6704Z" | ||
fill="#3F3D56" | ||
/> | ||
<path | ||
d="M121.709 69.2037L65.6704 100.599C64.6181 101.213 63.3903 100.862 62.6887 99.8976C62.0749 98.9329 62.3379 97.5297 63.3903 96.9158C63.3903 96.9158 63.478 96.9159 63.478 96.8282L120.481 64.8188C123.287 65.5204 123.287 68.3267 121.709 69.2037Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M127.146 79.0255L71.1077 110.421C70.0553 111.035 68.8275 110.684 68.1259 109.719C67.5121 108.755 67.7751 107.352 68.8275 106.738C68.8275 106.738 68.9152 106.738 68.9152 106.65L125.918 74.6406C128.812 75.4299 128.812 78.1485 127.146 79.0255Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M62.1625 122.874L45.0617 132.433C43.9216 133.047 42.4307 132.696 41.8169 131.469L30.504 111.298C29.8901 110.158 30.2409 108.667 31.4687 108.054L48.5695 98.4946C49.7096 97.8807 51.2004 98.2315 51.8143 99.4593L63.1272 119.63C63.7411 120.77 63.3026 122.173 62.1625 122.874Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M138.283 99.2835L52.779 147.254C51.7266 147.867 50.4989 147.517 49.7973 146.552C49.1834 145.587 49.4465 144.184 50.4989 143.57C50.4989 143.57 50.5866 143.57 50.5866 143.483L137.143 94.9863C139.95 95.6002 139.95 98.3188 138.283 99.2835Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M143.808 109.106L58.3039 157.076C57.2515 157.69 56.0238 157.339 55.3222 156.375C54.7084 155.41 54.9714 154.007 56.0238 153.393C56.0238 153.393 56.1115 153.393 56.1115 153.305L142.668 104.809C145.387 105.423 145.474 108.142 143.808 109.106Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M149.333 118.928L63.8288 166.898C62.7764 167.512 61.5487 167.161 60.8471 166.197C60.2332 165.232 60.4963 163.829 61.5487 163.215C61.5487 163.215 61.6364 163.215 61.6364 163.127L148.193 114.631C150.912 115.245 150.999 117.963 149.333 118.928Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M154.858 128.75L69.3537 176.72C68.3014 177.334 67.0736 176.983 66.372 176.018C65.7581 175.054 66.0212 173.65 67.0736 173.037C67.0736 173.037 67.1613 173.037 67.1613 172.949L153.718 124.453C156.437 125.067 156.437 127.785 154.858 128.75Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M160.383 138.573L74.8786 186.543C73.8262 187.157 72.5985 186.806 71.8969 185.841C71.283 184.876 71.5461 183.473 72.5985 182.859C72.5985 182.859 72.6862 182.859 72.6862 182.772L159.243 134.275C161.962 134.889 161.961 137.696 160.383 138.573Z" | ||
fill="#CCCCCC" | ||
/> | ||
<path | ||
d="M145.474 175.405C147.228 171.546 145.474 166.986 141.616 165.232C141.177 165.057 140.739 164.881 140.3 164.794L137.933 137.52L126.795 146.202L130.741 170.757C129.952 174.967 132.758 179.001 136.968 179.79C140.476 180.491 143.984 178.65 145.474 175.405Z" | ||
fill="#FFB8B8" | ||
/> | ||
<path | ||
d="M138.196 161.899L128.9 163.039C126.97 163.302 125.304 161.899 125.041 160.057C125.041 159.97 125.041 159.882 125.041 159.794L123.726 128.487L106.099 80.3411C104.695 77.2717 104.871 73.7638 106.625 70.8698C107.063 70.1683 107.589 69.5544 108.116 68.9405C110.308 66.5727 113.553 65.4326 116.71 65.8711C120.042 66.3096 122.849 68.3266 124.427 71.2206L135.915 95.2495C140.739 105.335 143.019 116.384 142.493 127.522L141.177 158.479C141.177 160.233 139.862 161.636 138.196 161.899Z" | ||
fill="#00B0FF" | ||
/> | ||
<path | ||
d="M171.17 297.303L162.575 301.074L143.896 269.678L156.612 264.066L171.17 297.303Z" | ||
fill="#FFB8B8" | ||
/> | ||
<path | ||
d="M177.045 304.67L149.245 316.86L149.07 316.509C146.439 310.546 149.158 303.618 155.121 300.987L172.047 293.533L177.045 304.67Z" | ||
fill="#2F2E41" | ||
/> | ||
<path d="M55.5853 307.74H46.114L41.6415 271.521H55.5853V307.74Z" fill="#FFB8B8" /> | ||
<path | ||
d="M57.9531 316.859H27.61V316.508C27.61 310.019 32.8718 304.669 39.4491 304.669H57.9531V316.859Z" | ||
fill="#2F2E41" | ||
/> | ||
<path | ||
d="M147.141 295.374L94.7857 178.475C94.5226 177.861 93.8211 177.598 93.2949 177.861C92.9441 178.036 92.7687 178.299 92.681 178.65L60.7594 291.603C60.3209 293.27 58.7424 294.322 57.0761 294.147L39.6245 292.393C37.7828 292.217 36.3797 290.551 36.5551 288.709C42.08 219.692 50.8497 154.621 77.071 112L77.2464 111.737L116.885 119.542L169.766 287.92C170.293 289.762 169.328 291.603 167.486 292.217L151.525 297.304C149.684 297.83 147.842 297.041 147.141 295.374Z" | ||
fill="#2F2E41" | ||
/> | ||
<path | ||
d="M96.1889 52.0158C106.602 52.0158 115.044 43.5742 115.044 33.161C115.044 22.7477 106.602 14.3062 96.1889 14.3062C85.7757 14.3062 77.3341 22.7477 77.3341 33.161C77.3341 43.5742 85.7757 52.0158 96.1889 52.0158Z" | ||
fill="#FFB8B8" | ||
/> | ||
<path | ||
d="M74.4401 115.157L74.177 115.069L74.0893 114.806C71.5461 104.107 71.4584 92.3557 73.9139 80.0782C76.4571 67.0114 87.9454 57.7155 101.275 57.9786C115.745 58.2417 127.497 69.8177 128.023 84.2876C128.812 105.51 120.13 123.927 120.042 124.102L119.955 124.365L74.4401 115.157Z" | ||
fill="#00B0FF" | ||
/> | ||
<path | ||
d="M23.9267 151.025C28.1362 150.411 31.0302 146.464 30.4163 142.255C30.3286 141.816 30.2409 141.378 30.0655 140.94L51.7266 124.189L38.2213 119.542L19.7173 136.116C15.7709 137.782 13.8416 142.255 15.5078 146.201C16.9987 149.621 20.4188 151.551 23.9267 151.025Z" | ||
fill="#FFB8B8" | ||
/> | ||
<path | ||
d="M35.8535 138.397C34.3627 139.274 32.521 138.923 31.4687 137.608L25.5053 130.417C24.2775 128.926 24.4529 126.733 25.9438 125.593C26.0315 125.506 26.1191 125.506 26.1191 125.418L51.7266 107.265L82.5959 66.3979C84.3498 63.5916 87.4192 61.75 90.8394 61.75C91.6287 61.75 92.4179 61.8377 93.2072 61.9254C96.3642 62.4516 99.0829 64.5563 100.486 67.538C101.889 70.5197 101.801 74.0275 100.135 76.9215L77.2464 114.017L77.1587 114.105L35.8535 138.397Z" | ||
fill="#00B0FF" | ||
/> | ||
<path | ||
d="M99.6091 32.0205C98.206 29.7404 95.1365 29.1265 92.5056 29.3896C89.8747 29.6527 87.2438 30.6174 84.6129 30.5297C77.1587 30.442 71.4584 21.4092 74.6155 14.6566C77.1587 9.13169 83.5606 6.67617 89.3486 4.83454C101.451 0.80049 115.394 -2.97047 126.444 3.51909C133.548 7.81623 137.845 15.709 137.494 24.0402C137.231 29.1266 135.302 34.3884 136.968 39.2117C138.897 44.7366 144.948 47.806 150.649 49.2091C160.646 51.7523 171.17 51.3138 181.255 53.5939C191.34 55.8741 201.6 61.9252 204.319 71.8349C206.073 78.4121 204.231 85.4279 201.162 91.479C188.446 116.473 157.84 126.382 132.846 113.666C131.969 113.228 131.18 112.789 130.303 112.263C118.113 105.16 109.343 93.1452 104.169 80.0784C101.188 72.4488 99.0829 64.5561 97.9428 56.4003C96.8028 48.8583 97.7675 41.141 99.8722 33.7745C99.8722 33.1606 99.8722 32.5467 99.6091 32.0205Z" | ||
fill="#2F2E41" | ||
/> | ||
<path | ||
d="M167.574 318H12.5261C12.0877 318 11.7369 317.649 11.7369 317.211C11.7369 316.772 12.0877 316.421 12.5261 316.421H167.574C168.013 316.421 168.363 316.772 168.363 317.211C168.363 317.649 168.013 318 167.574 318Z" | ||
fill="#CCCCCC" | ||
/> | ||
</SvgIcon> | ||
) | ||
} |
Oops, something went wrong.