react-native-timacare 3.3.60-cccd → 3.3.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AppStore.js +1 -1
- package/lib/commonjs/AppStore.js.flow +0 -119
- package/lib/commonjs/AppStore.js.map +1 -1
- package/lib/commonjs/assets/icons/modal_confirm.svg +18 -8
- package/lib/commonjs/assets/icons/modal_notice.svg +42 -41
- package/lib/commonjs/assets/icons/modal_success.svg +36 -27
- package/lib/commonjs/assets/icons/modal_warning.svg +27 -27
- package/lib/commonjs/assets/svgs/upload.svg +8 -2
- package/lib/commonjs/components/ItemTimaOne.js +1 -1
- package/lib/commonjs/components/ItemTimaOne.js.flow +4 -14
- package/lib/commonjs/components/ItemTimaOne.js.map +1 -1
- package/lib/commonjs/components/ModalNotification/index.js +1 -1
- package/lib/commonjs/components/ModalNotification/index.js.flow +1 -1
- package/lib/commonjs/navigation/primary-navigator.js +1 -1
- package/lib/commonjs/navigation/primary-navigator.js.flow +0 -3
- package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.flow +17 -6
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.flow +0 -25
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.flow +0 -26
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js.flow +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/commonjs/screens/main/index.js +1 -1
- package/lib/commonjs/screens/main/index.js.flow +0 -1
- package/lib/commonjs/screens/main/index.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.flow +21 -7
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.flow +21 -7
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/module/AppStore.js +1 -1
- package/lib/module/AppStore.js.map +1 -1
- package/lib/module/assets/icons/modal_confirm.svg +18 -8
- package/lib/module/assets/icons/modal_notice.svg +42 -41
- package/lib/module/assets/icons/modal_success.svg +36 -27
- package/lib/module/assets/icons/modal_warning.svg +27 -27
- package/lib/module/assets/svgs/upload.svg +8 -2
- package/lib/module/components/ItemTimaOne.js +1 -1
- package/lib/module/components/ItemTimaOne.js.map +1 -1
- package/lib/module/components/ModalNotification/index.js +1 -1
- package/lib/module/navigation/primary-navigator.js +1 -1
- package/lib/module/navigation/primary-navigator.js.map +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/module/screens/main/index.js +1 -1
- package/lib/module/screens/main/index.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/typescript/AppStore.d.ts +0 -5
- package/lib/typescript/AppStore.d.ts.map +1 -1
- package/lib/typescript/components/ItemTimaOne.d.ts.map +1 -1
- package/lib/typescript/navigation/primary-navigator.d.ts +0 -1
- package/lib/typescript/navigation/primary-navigator.d.ts.map +1 -1
- package/lib/typescript/screens/camera/CCCDCameraScreen.d.ts.map +1 -1
- package/lib/typescript/screens/main/index.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/OCR.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleCamera.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AppStore.tsx +0 -119
- package/src/assets/icons/modal_confirm.svg +18 -8
- package/src/assets/icons/modal_notice.svg +42 -41
- package/src/assets/icons/modal_success.svg +36 -27
- package/src/assets/icons/modal_warning.svg +27 -27
- package/src/assets/svgs/upload.svg +8 -2
- package/src/components/ItemTimaOne.tsx +4 -14
- package/src/components/ModalNotification/index.tsx +1 -1
- package/src/navigation/primary-navigator.tsx +0 -3
- package/src/screens/camera/CCCDCameraScreen.tsx +17 -6
- package/src/screens/detail-loan/PaymentInfo.tsx +0 -25
- package/src/screens/detail-loan/ShowQrCode.tsx +0 -26
- package/src/screens/home/DigitalTopupItem.tsx +1 -1
- package/src/screens/main/index.tsx +0 -1
- package/src/screens/toan-trinh-so/OCR.tsx +21 -7
- package/src/screens/toan-trinh-so/VehicleCamera.tsx +21 -7
- package/lib/commonjs/screens/personal/bg.png +0 -0
- package/lib/commonjs/screens/personal/index.js +0 -2
- package/lib/commonjs/screens/personal/index.js.flow +0 -112
- package/lib/commonjs/screens/personal/index.js.map +0 -1
- package/lib/commonjs/screens/qualify/Store.js +0 -2
- package/lib/commonjs/screens/qualify/Store.js.flow +0 -49
- package/lib/commonjs/screens/qualify/Store.js.map +0 -1
- package/lib/commonjs/screens/qualify/index.js +0 -2
- package/lib/commonjs/screens/qualify/index.js.flow +0 -220
- package/lib/commonjs/screens/qualify/index.js.map +0 -1
- package/lib/module/screens/personal/bg.png +0 -0
- package/lib/module/screens/personal/index.js +0 -2
- package/lib/module/screens/personal/index.js.map +0 -1
- package/lib/module/screens/qualify/Store.js +0 -2
- package/lib/module/screens/qualify/Store.js.map +0 -1
- package/lib/module/screens/qualify/index.js +0 -2
- package/lib/module/screens/qualify/index.js.map +0 -1
- package/lib/typescript/screens/personal/index.d.ts +0 -2
- package/lib/typescript/screens/personal/index.d.ts.map +0 -1
- package/lib/typescript/screens/qualify/Store.d.ts +0 -8
- package/lib/typescript/screens/qualify/Store.d.ts.map +0 -1
- package/lib/typescript/screens/qualify/index.d.ts +0 -2
- package/lib/typescript/screens/qualify/index.d.ts.map +0 -1
- package/src/screens/personal/bg.png +0 -0
- package/src/screens/personal/index.tsx +0 -112
- package/src/screens/qualify/Store.tsx +0 -49
- package/src/screens/qualify/index.tsx +0 -220
|
@@ -1,74 +1,75 @@
|
|
|
1
1
|
<svg width="59" height="51" viewBox="0 0 59 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
<path d="
|
|
4
|
-
<
|
|
5
|
-
<
|
|
2
|
+
<g clip-path="url(#clip0_13760_69224)">
|
|
3
|
+
<path d="M30.2824 30.2202C29.6683 28.934 29.5036 27.9187 29.9126 26.3799L30.0517 25.8567C30.5846 23.8514 30.468 22.4352 29.8114 20.873C28.8035 18.4501 26.5303 16.5398 23.9904 15.8537L23.8824 15.8245C21.3958 15.1527 18.576 15.6276 16.4965 17.129C15.0917 18.1621 14.2202 19.3709 13.6726 21.4318L13.5335 21.955C13.1245 23.4938 12.5052 24.2973 11.3088 25.0943C10.4282 25.6817 9.94918 26.6131 9.66452 27.6842C9.37953 28.7565 9.46034 29.8669 9.94479 30.8826C10.6004 32.1205 11.7298 33.1027 13.0258 33.5706C14.886 34.3086 16.7826 34.9096 18.7291 35.4354C20.6744 35.961 22.6298 36.3411 24.5932 36.6956C25.9464 36.9435 27.4115 36.6621 28.5932 35.9206C29.5152 35.2849 30.1371 34.3644 30.4221 33.292C30.7067 32.2209 30.7537 31.1728 30.2824 30.2202" fill="url(#paint0_linear_13760_69224)"/>
|
|
4
|
+
<path d="M20.7421 37.7095C20.1667 37.414 16.4487 36.4097 15.8038 36.3757C15.25 36.3556 14.6112 36.4845 14.4473 37.1011C14.3213 37.6975 14.5265 38.3094 14.9145 38.7672L14.913 38.7681C15.4002 39.4151 16.0406 39.9159 16.7672 40.2298C17.1551 40.3941 17.5658 40.5024 17.9972 40.562C18.7809 40.6561 19.5839 40.5452 20.3268 40.2303L20.3259 40.2288C20.889 40.0279 21.3703 39.6015 21.557 39.0214C21.7209 38.4048 21.2315 37.9712 20.7421 37.7095" fill="url(#paint1_linear_13760_69224)"/>
|
|
5
|
+
<g opacity="0.5" filter="url(#filter0_f_13760_69224)">
|
|
6
|
+
<path d="M26.0366 28.2494C25.8058 27.4457 25.7767 26.7954 26.0473 25.7771L26.1394 25.4308C26.492 24.1038 26.5055 23.191 26.2678 22.2104C25.9042 20.689 24.9108 19.5628 23.73 19.2438L23.6798 19.2303C22.5238 18.918 21.1525 19.3659 20.085 20.443C19.363 21.1827 18.8873 22.01 18.5249 23.3738L18.4329 23.72C18.1622 24.7384 17.8269 25.2902 17.216 25.8666C16.7663 26.2912 16.4918 26.9191 16.3034 27.6279C16.1148 28.3376 16.0993 29.0537 16.2813 29.6884C16.5343 30.4587 17.0263 31.0398 17.623 31.2789C18.4763 31.6652 19.3537 31.9609 20.2586 32.2053C21.163 32.4497 22.0792 32.5991 23.0006 32.7316C23.6354 32.8252 24.3496 32.57 24.9507 32.0305C25.4226 31.5724 25.7648 30.9445 25.9534 30.2348C26.1418 29.526 26.2155 28.8439 26.0366 28.2494Z" fill="url(#paint2_linear_13760_69224)"/>
|
|
6
7
|
</g>
|
|
7
|
-
<foreignObject x="
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<path d="
|
|
11
|
-
|
|
12
|
-
<path d="M50.5366 22.7174C48.9256 21.4734 48.0623 20.2825 47.5938 18.0476L47.4345 17.2877C46.8239 14.3753 45.7639 12.6402 43.9212 11.0709C41.0764 8.63025 36.9476 7.67095 33.2661 8.45123L33.1096 8.48441C29.5055 9.24829 26.214 11.6961 24.5276 14.9736C23.4004 17.2117 23.0666 19.3265 23.6941 22.3195L23.8534 23.0794C24.3219 25.3143 24.0489 26.7461 23.0357 28.5463C22.2904 29.8723 22.2786 31.376 22.6047 32.9316C22.9312 34.4891 23.7488 35.8563 25.0203 36.8391C26.6532 37.9942 28.7259 38.5133 30.6801 38.2657C33.5278 37.9953 36.3339 37.526 39.1552 36.928C41.9748 36.3304 44.7136 35.5402 47.4462 34.7121C49.3318 34.1459 51.0197 32.8297 52.0499 31.1102C52.817 29.6953 53.0179 28.1122 52.6914 26.5548C52.3652 24.9991 51.7508 23.6281 50.5366 22.7174" fill="#F6723E" fill-opacity="0.35"/>
|
|
13
|
-
<path d="M49.9251 23.51C50.3617 23.8472 50.9895 23.7657 51.3273 23.3279C51.665 22.8902 51.5848 22.262 51.1482 21.9249L50.5366 22.7174L49.9251 23.51ZM43.9212 11.0709L43.2697 11.8311L43.2725 11.8334L43.9212 11.0709ZM24.5276 14.9736L23.6392 14.517L23.6353 14.5247L24.5276 14.9736ZM23.0357 28.5463L22.165 28.0566L22.1647 28.0571L23.0357 28.5463ZM25.0203 36.8391L24.4084 37.6314C24.4195 37.64 24.4308 37.6483 24.4423 37.6564L25.0203 36.8391ZM30.6801 38.2657L30.5877 37.2697C30.5773 37.2707 30.5669 37.2719 30.5565 37.2732L30.6801 38.2657ZM47.4462 34.7121L47.1608 33.7539L47.1584 33.7546L47.4462 34.7121ZM52.0499 31.1102L52.9069 31.6234C52.9143 31.611 52.9214 31.5986 52.9282 31.5859L52.0499 31.1102ZM51.1371 21.9164C50.6957 21.5854 50.0691 21.6757 49.7375 22.1181C49.4059 22.5605 49.4948 23.1875 49.9362 23.5185L50.5366 22.7174L51.1371 21.9164ZM50.5366 22.7174L51.1482 21.9249C50.3964 21.3444 49.8694 20.8148 49.4752 20.2077C49.0823 19.6027 48.7877 18.8689 48.572 17.8402L47.5938 18.0476L46.6155 18.2549C46.8684 19.4612 47.2397 20.4403 47.7984 21.3005C48.3556 22.1586 49.0658 22.8465 49.9251 23.51L50.5366 22.7174ZM47.5938 18.0476L48.572 17.8402L48.4127 17.0803L47.4345 17.2877L46.4562 17.495L46.6155 18.2549L47.5938 18.0476ZM47.4345 17.2877L48.4127 17.0803C47.7609 13.9709 46.5954 12.0334 44.5698 10.3084L43.9212 11.0709L43.2725 11.8334C44.9324 13.247 45.887 14.7797 46.4562 17.495L47.4345 17.2877ZM43.9212 11.0709L44.5726 10.3108C41.4783 7.65608 37.0285 6.63158 33.0609 7.47251L33.2661 8.45123L33.4713 9.42995C36.8667 8.71031 40.6745 9.60443 43.2698 11.8311L43.9212 11.0709ZM33.2661 8.45123L33.0609 7.47251L32.9044 7.50569L33.1096 8.48441L33.3147 9.46313L33.4713 9.42995L33.2661 8.45123ZM33.1096 8.48441L32.9044 7.50569C29.0165 8.32973 25.4683 10.9621 23.6392 14.517L24.5276 14.9736L25.4161 15.4302C26.9598 12.4301 29.9945 10.1669 33.3147 9.46313L33.1096 8.48441ZM24.5276 14.9736L23.6353 14.5247C22.4012 16.9748 22.044 19.3221 22.7158 22.5268L23.6941 22.3195L24.6724 22.1121C24.0893 19.3308 24.3996 17.4485 25.42 15.4225L24.5276 14.9736ZM23.6941 22.3195L22.7158 22.5268L22.8751 23.2867L23.8534 23.0794L24.8317 22.872L24.6724 22.1121L23.6941 22.3195ZM23.8534 23.0794L22.8751 23.2867C23.0923 24.3228 23.1251 25.1121 23.0129 25.8214C22.9009 26.5302 22.634 27.2233 22.165 28.0566L23.0357 28.5463L23.9063 29.036C24.4506 28.069 24.8268 27.1461 24.9875 26.1302C25.148 25.1148 25.083 24.0709 24.8317 22.872L23.8534 23.0794ZM23.0357 28.5463L22.1647 28.0571C21.2517 29.6815 21.2757 31.4659 21.6265 33.139L22.6047 32.9316L23.583 32.7243C23.2815 31.2861 23.329 30.063 23.9066 29.0354L23.0357 28.5463ZM22.6047 32.9316L21.6265 33.139C21.9989 34.9153 22.9385 36.4953 24.4084 37.6314L25.0203 36.8391L25.6323 36.0468C24.5591 35.2174 23.8636 34.0628 23.583 32.7243L22.6047 32.9316ZM25.0203 36.8391L24.4423 37.6564C26.2766 38.9541 28.5991 39.5375 30.8036 39.2582L30.6801 38.2657L30.5565 37.2732C28.8526 37.4891 27.0298 37.0343 25.5984 36.0217L25.0203 36.8391ZM30.6801 38.2657L30.7725 39.2617C33.6669 38.9868 36.5116 38.5105 39.3604 37.9067L39.1552 36.928L38.95 35.9493C36.1561 36.5414 33.3887 37.0038 30.5877 37.2697L30.6801 38.2657ZM39.1552 36.928L39.3604 37.9067C42.2235 37.2999 44.9959 36.4994 47.7341 35.6696L47.4462 34.7121L47.1584 33.7546C44.4313 34.5811 41.726 35.3609 38.95 35.9493L39.1552 36.928ZM47.4462 34.7121L47.7317 35.6703C49.8591 35.0315 51.7497 33.555 52.9069 31.6234L52.0499 31.1102L51.1929 30.5969C50.2898 32.1044 48.8045 33.2603 47.1608 33.7539L47.4462 34.7121ZM52.0499 31.1102L52.9282 31.5859C53.8145 29.9513 54.0422 28.1245 53.6696 26.3474L52.6914 26.5548L51.7131 26.7621C51.9935 28.0999 51.8195 29.4393 51.1716 30.6344L52.0499 31.1102ZM52.6914 26.5548L53.6696 26.3474C53.3189 24.6743 52.6245 23.0321 51.1371 21.9164L50.5366 22.7174L49.9362 23.5185C50.8771 24.2242 51.4116 25.3239 51.7131 26.7621L52.6914 26.5548Z" fill="url(#paint3_linear_13756_69197)" mask="url(#path-4-outside-1_13756_69197)"/>
|
|
8
|
+
<foreignObject x="5.2207" y="-6.09375" width="60.4414" height="60.1406"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_13760_69224_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="15" d="M48.3569 23.4362C46.7459 22.1922 45.8826 21.0012 45.4141 18.7663L45.2548 18.0064C44.6442 15.0941 43.5842 13.3589 41.7415 11.7897C38.8967 9.349 34.7679 8.3897 31.0864 9.16998L30.9299 9.20316C27.3258 9.96704 24.0344 12.4148 22.3479 15.6924C21.2207 17.9304 20.887 20.0452 21.5144 23.0382L21.6737 23.7981C22.1422 26.033 21.8692 27.4648 20.856 29.265C20.1107 30.591 20.0989 32.0947 20.4251 33.6504C20.7516 35.2078 21.5691 36.5751 22.8407 37.5578C24.4735 38.713 26.5462 39.232 28.5004 38.9844C31.3481 38.7141 34.1542 38.2447 36.9755 37.6467C39.7951 37.0491 42.5339 36.259 45.2666 35.4309C47.1521 34.8646 48.8401 33.5485 49.8702 31.8289C50.6373 30.4141 50.8382 28.8309 50.5117 27.2735C50.1855 25.7179 49.5711 24.3469 48.3569 23.4362" fill="url(#paint3_linear_13760_69224)"/>
|
|
9
|
+
<foreignObject x="17.5615" y="24.2188" width="40.3682" height="35.832"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13760_69224_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="15" d="M41.0157 39.2169C40.0912 39.2145 34.7 40.3571 33.8551 40.7346C33.1356 41.0705 32.4033 41.6525 32.5912 42.5486C32.8144 43.3942 33.4703 44.0432 34.2602 44.3756L34.2588 44.3778C35.2971 44.8877 36.4368 45.1104 37.5661 45.0376C38.167 44.9945 38.7607 44.8649 39.3497 44.6596C40.4103 44.2682 41.3637 43.6019 42.1089 42.7139L42.1068 42.7125C42.696 42.0878 43.0356 41.2278 42.9003 40.3636C42.7125 39.4675 41.8089 39.2322 41.0157 39.2169" fill="url(#paint4_linear_13760_69224)"/>
|
|
10
|
+
<foreignObject x="20.4736" y="-1.11328" width="35.4629" height="35.9609"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_3_13760_69224_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter3_d_13760_69224)" data-figma-bg-blur-radius="15">
|
|
11
|
+
<path d="M36.9903 13.9166C36.3488 13.7718 35.7012 14.1485 35.501 14.7585C35.4337 15.0979 35.4872 15.4575 35.6781 15.7441C35.8689 16.0307 36.1676 16.2338 36.5177 16.3085L36.564 16.3225C37.6066 16.6375 38.3556 17.5653 38.4262 18.6349C38.4602 19.332 39.0478 19.8693 39.737 19.8486C40.4308 19.8129 40.9621 19.2376 40.9356 18.5591C40.7834 16.402 39.271 14.5567 37.1678 13.9702L36.9903 13.9166Z" fill="url(#paint5_linear_13760_69224)"/>
|
|
12
|
+
<path d="M39.7347 19.7494C40.3341 19.7171 40.7989 19.2483 40.8346 18.678L40.8353 18.563C40.685 16.4499 39.2029 14.6418 37.141 14.0669L36.9615 14.0127C36.3753 13.8842 35.7849 14.228 35.5988 14.7833C35.5374 15.099 35.5883 15.4283 35.7615 15.6884C35.9374 15.9526 36.213 16.1412 36.538 16.2107L36.5383 16.2097L36.5925 16.2261C37.6739 16.5529 38.452 17.5159 38.5256 18.6282L38.526 18.6303L38.5374 18.7491C38.6251 19.3324 39.1387 19.7661 39.734 19.7482L39.7347 19.7494Z" stroke="url(#paint6_linear_13760_69224)" stroke-opacity="0.5" stroke-width="0.2"/>
|
|
14
13
|
</g>
|
|
15
|
-
<foreignObject x="
|
|
16
|
-
<
|
|
17
|
-
<rect fill="white" x="33.2472" y="36.7363" width="14.3589" height="10.5253"/>
|
|
18
|
-
<path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942"/>
|
|
19
|
-
</mask>
|
|
20
|
-
<path d="M43.1954 38.4942C42.2708 38.4918 36.8797 39.6344 36.0348 40.0119C35.3153 40.3479 34.583 40.9299 34.7709 41.826C34.9941 42.6715 35.65 43.3206 36.4399 43.6529L36.4385 43.6551C37.4768 44.1651 38.6165 44.3877 39.7458 44.315C40.3467 44.2718 40.9404 44.1422 41.5294 43.9369C42.59 43.5455 43.5434 42.8792 44.2886 41.9913L44.2865 41.9898C44.8757 41.3652 45.2153 40.5052 45.08 39.641C44.8921 38.7448 43.9886 38.5096 43.1954 38.4942" fill="#F6723E" fill-opacity="0.35"/>
|
|
21
|
-
<path d="M43.1907 39.4947C43.7428 39.4962 44.1924 39.0494 44.195 38.4969C44.1975 37.9444 43.7521 37.4953 43.2001 37.4938L43.1954 38.4942L43.1907 39.4947ZM36.0348 40.0119L35.6289 39.0985C35.6238 39.1008 35.6188 39.1031 35.6137 39.1054L36.0348 40.0119ZM34.7709 41.826L33.7926 42.0333C33.7961 42.0501 33.8001 42.0668 33.8045 42.0833L34.7709 41.826ZM36.4399 43.6529L37.2816 44.1907C37.4405 43.9421 37.4818 43.6361 37.3945 43.3546C37.3073 43.0732 37.1003 42.8448 36.8289 42.7306L36.4399 43.6529ZM36.4385 43.6551L35.5967 43.1173C35.4433 43.3574 35.3992 43.6514 35.4756 43.9256C35.5519 44.1997 35.7415 44.4281 35.9967 44.5534L36.4385 43.6551ZM39.7458 44.315L39.808 45.3134L39.8153 45.3128L39.7458 44.315ZM41.5294 43.9369L41.8564 44.8816C41.8621 44.8796 41.8678 44.8776 41.8735 44.8755L41.5294 43.9369ZM44.2886 41.9913L45.0534 42.6338C45.2366 42.4156 45.3183 42.1297 45.2781 41.8478C45.2379 41.566 45.0795 41.3149 44.8427 41.1575L44.2886 41.9913ZM44.2865 41.9898L43.5603 41.3038C43.3578 41.5185 43.2601 41.8115 43.2933 42.1045C43.3264 42.3975 43.4871 42.6606 43.7324 42.8236L44.2865 41.9898ZM45.08 39.641L46.0675 39.4842C46.0649 39.4672 46.0618 39.4504 46.0583 39.4336L45.08 39.641ZM43.2167 37.494C42.6648 37.4833 42.2079 37.9225 42.1961 38.4749C42.1843 39.0274 42.6222 39.4838 43.1741 39.4945L43.1954 38.4942L43.2167 37.494ZM43.1954 38.4942L43.2001 37.4938C42.8641 37.4929 42.2614 37.583 41.6363 37.6916C40.9724 37.8069 40.1729 37.9638 39.38 38.1319C38.5872 38.2999 37.7927 38.4808 37.139 38.6448C36.5235 38.7991 35.9359 38.9613 35.6289 39.0985L36.0348 40.0119L36.4407 40.9254C36.5561 40.8738 36.9593 40.7516 37.6212 40.5856C38.2448 40.4292 39.0143 40.2538 39.7904 40.0893C40.5665 39.9248 41.341 39.773 41.9743 39.663C42.6465 39.5462 43.0645 39.4944 43.1907 39.4947L43.1954 38.4942ZM36.0348 40.0119L35.6137 39.1054C35.1893 39.3036 34.6782 39.6096 34.2954 40.0691C33.8852 40.5615 33.6253 41.2354 33.7926 42.0333L34.7709 41.826L35.7491 41.6186C35.7348 41.5501 35.7413 41.5114 35.7484 41.4868C35.7568 41.4576 35.7773 41.4116 35.8297 41.3487C35.946 41.2092 36.1607 41.0562 36.4558 40.9184L36.0348 40.0119ZM34.7709 41.826L33.8045 42.0833C34.1208 43.2819 35.0311 44.1461 36.0509 44.5753L36.4399 43.6529L36.8289 42.7306C36.269 42.495 35.8673 42.0612 35.7373 41.5686L34.7709 41.826ZM36.4399 43.6529L35.5981 43.1151L35.5967 43.1173L36.4385 43.6551L37.2802 44.1929L37.2816 44.1907L36.4399 43.6529ZM36.4385 43.6551L35.9967 44.5534C37.1914 45.1402 38.5049 45.3973 39.808 45.3133L39.7458 44.315L39.6836 43.3166C38.7281 43.3781 37.7621 43.1899 36.8803 42.7568L36.4385 43.6551ZM39.7458 44.315L39.8153 45.3128C40.5128 45.2628 41.1932 45.1129 41.8564 44.8816L41.5294 43.9369L41.2023 42.9922C40.6877 43.1716 40.1805 43.2809 39.6763 43.3171L39.7458 44.315ZM41.5294 43.9369L41.8735 44.8755C43.0975 44.4238 44.196 43.6555 45.0534 42.6338L44.2886 41.9913L43.5238 41.3487C42.8907 42.103 42.0824 42.6673 41.1852 42.9983L41.5294 43.9369ZM44.2886 41.9913L44.8427 41.1575L44.8406 41.1561L44.2865 41.9898L43.7324 42.8236L43.7345 42.825L44.2886 41.9913ZM44.2865 41.9898L45.0127 42.6758C45.7734 41.8693 46.2592 40.7091 46.0675 39.4842L45.08 39.641L44.0925 39.7977C44.1713 40.3012 43.9779 40.8611 43.5603 41.3038L44.2865 41.9898ZM45.08 39.641L46.0583 39.4336C45.891 38.6357 45.3827 38.1246 44.8097 37.8406C44.2751 37.5756 43.6846 37.503 43.2167 37.494L43.1954 38.4942L43.1741 39.4945C43.4994 39.5008 43.7573 39.5535 43.9197 39.634C43.9929 39.6703 44.0301 39.7041 44.0495 39.7274C44.0659 39.747 44.0874 39.7797 44.1017 39.8483L45.08 39.641Z" fill="url(#paint4_linear_13756_69197)" mask="url(#path-6-outside-2_13756_69197)"/>
|
|
22
|
-
</g>
|
|
23
|
-
<foreignObject x="22.6543" y="-1.83594" width="35.4629" height="35.9609"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13756_69197_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter3_d_13756_69197)" data-figma-bg-blur-radius="15">
|
|
24
|
-
<path d="M39.1709 13.1939C38.5295 13.0492 37.8818 13.4258 37.6816 14.0358C37.6144 14.3752 37.6679 14.7348 37.8587 15.0214C38.0495 15.308 38.3483 15.5111 38.6984 15.5858L38.7446 15.5998C39.7873 15.9148 40.5362 16.8427 40.6069 17.9123C40.6409 18.6093 41.2284 19.1466 41.9177 19.126C42.6114 19.0903 43.1428 18.515 43.1162 17.8365C42.964 15.6793 41.4517 13.834 39.3484 13.2475L39.1709 13.1939Z" fill="url(#paint5_linear_13756_69197)"/>
|
|
25
|
-
<path d="M41.9153 19.0268C42.5148 18.9945 42.9796 18.5257 43.0153 17.9554L43.016 17.8403C42.8656 15.7273 41.3836 13.9192 39.3216 13.3442L39.1421 13.29C38.556 13.1615 37.9656 13.5054 37.7795 14.0606C37.7181 14.3764 37.769 14.7057 37.9421 14.9657C38.1181 15.23 38.3937 15.4186 38.7186 15.488L38.7189 15.4871L38.7731 15.5035C39.8546 15.8302 40.6326 16.7933 40.7063 17.9055L40.7067 17.9077L40.7181 18.0264C40.8057 18.6098 41.3193 19.0434 41.9147 19.0256L41.9153 19.0268Z" stroke="url(#paint6_linear_13756_69197)" stroke-opacity="0.5" stroke-width="0.2"/>
|
|
14
|
+
<foreignObject x="4.77441" y="-6.59375" width="61.4404" height="61.1406"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="15" d="M48.1039 23.8325C48.3222 24.0011 48.6361 23.9603 48.805 23.7414C48.9739 23.5226 48.9338 23.2085 48.7155 23.0399L48.4097 23.4362L48.1039 23.8325ZM41.7942 11.7897L41.4685 12.1698L41.4699 12.1709L41.7942 11.7897ZM22.4007 15.6924L21.9564 15.464L21.9545 15.4679L22.4007 15.6924ZM20.9087 29.265L20.4734 29.0202L20.4732 29.0204L20.9087 29.265ZM22.8934 37.5578L22.5874 37.954C22.593 37.9583 22.5986 37.9624 22.6044 37.9665L22.8934 37.5578ZM28.5531 38.9844L28.5069 38.4865C28.5017 38.487 28.4965 38.4875 28.4913 38.4882L28.5531 38.9844ZM45.3193 35.4309L45.1766 34.9518L45.1753 34.9521L45.3193 35.4309ZM49.923 31.8289L50.3515 32.0855C50.3552 32.0793 50.3587 32.0731 50.3621 32.0668L49.923 31.8289ZM48.7099 23.0357C48.4892 22.8702 48.1759 22.9153 48.0101 23.1365C47.8443 23.3577 47.8888 23.6712 48.1095 23.8367L48.4097 23.4362L48.7099 23.0357ZM48.4097 23.4362L48.7155 23.0399C47.9368 22.4387 47.364 21.8695 46.929 21.1996C46.4947 20.5308 46.1809 19.7357 45.956 18.6627L45.4668 18.7663L44.9777 18.87C45.2213 20.0318 45.5734 20.9497 46.0906 21.7461C46.6071 22.5414 47.2715 23.1897 48.1039 23.8325L48.4097 23.4362ZM45.4668 18.7663L45.956 18.6627L45.7967 17.9028L45.3075 18.0064L44.8184 18.1101L44.9777 18.87L45.4668 18.7663ZM45.3075 18.0064L45.7967 17.9028C45.1654 14.8919 44.0527 13.0555 42.1185 11.4084L41.7942 11.7897L41.4699 12.1709C43.2212 13.6623 44.2285 15.2963 44.8184 18.1101L45.3075 18.0064ZM41.7942 11.7897L42.1199 11.4096C39.1504 8.86192 34.8611 7.87001 31.0366 8.68062L31.1392 9.16998L31.2417 9.65934C34.7802 8.90938 38.7485 9.83609 41.4685 12.1697L41.7942 11.7897ZM31.1392 9.16998L31.0366 8.68062L30.88 8.7138L30.9826 9.20316L31.0852 9.69252L31.2417 9.65934L31.1392 9.16998ZM30.9826 9.20316L30.88 8.7138C27.134 9.50776 23.7142 12.0478 21.9565 15.464L22.4007 15.6924L22.8449 15.9207C24.4599 12.7819 27.6231 10.4263 31.0852 9.69252L30.9826 9.20316ZM22.4007 15.6924L21.9545 15.4679C20.7738 17.812 20.4284 20.043 21.078 23.1419L21.5672 23.0382L22.0563 22.9345C21.451 20.0474 21.773 18.0488 22.8469 15.9168L22.4007 15.6924ZM21.5672 23.0382L21.078 23.1419L21.2373 23.9018L21.7265 23.7981L22.2156 23.6944L22.0563 22.9345L21.5672 23.0382ZM21.7265 23.7981L21.2373 23.9018C21.4631 24.9785 21.5039 25.8315 21.3796 26.6174C21.2554 27.4029 20.9612 28.1535 20.4734 29.0202L20.9087 29.265L21.344 29.5099C21.8695 28.5763 22.2184 27.7109 22.3669 26.7718C22.5153 25.8329 22.4584 24.8526 22.2156 23.6944L21.7265 23.7981ZM20.9087 29.265L20.4732 29.0204C19.6441 30.4957 19.6502 32.1397 19.9887 33.754L20.4778 33.6504L20.9669 33.5467C20.6531 32.0498 20.6828 30.6864 21.3442 29.5096L20.9087 29.265ZM20.4778 33.6504L19.9887 33.754C20.3381 35.4209 21.2167 36.8945 22.5874 37.954L22.8934 37.5578L23.1993 37.1617C22.027 36.2556 21.2705 34.9947 20.9669 33.5467L20.4778 33.6504ZM22.8934 37.5578L22.6044 37.9665C24.338 39.1929 26.5355 39.7442 28.6149 39.4807L28.5531 38.9844L28.4913 38.4882C26.6623 38.7199 24.7145 38.233 23.1824 37.1491L22.8934 37.5578ZM28.5531 38.9844L28.5993 39.4824C31.4704 39.2098 34.2958 38.737 37.1308 38.1361L37.0283 37.6467L36.9257 37.1574C34.118 37.7525 31.3313 38.2183 28.5069 38.4865L28.5531 38.9844ZM37.0283 37.6467L37.1308 38.1361C39.9722 37.5339 42.7278 36.7386 45.4632 35.9096L45.3193 35.4309L45.1753 34.9521C42.4455 35.7794 39.7234 36.5644 36.9257 37.1574L37.0283 37.6467ZM45.3193 35.4309L45.462 35.91C47.4685 35.3074 49.2577 33.9111 50.3515 32.0855L49.923 31.8289L49.4945 31.5723C48.5278 33.1858 46.9412 34.4218 45.1766 34.9518L45.3193 35.4309ZM49.923 31.8289L50.3621 32.0668C51.1888 30.542 51.4031 28.8371 51.0535 27.1698L50.5644 27.2735L50.0753 27.3772C50.3788 28.8248 50.1913 30.2861 49.4838 31.591L49.923 31.8289ZM50.5644 27.2735L51.0535 27.1698C50.7151 25.5555 50.0607 24.0488 48.7099 23.0357L48.4097 23.4362L48.1095 23.8367C49.187 24.6449 49.7615 25.8803 50.0753 27.3772L50.5644 27.2735Z" fill="url(#paint7_linear_13760_69224)"/>
|
|
15
|
+
<foreignObject x="17.1143" y="23.7148" width="41.3682" height="36.8359"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="15" d="M41.0661 39.7171C41.3421 39.7179 41.5669 39.4945 41.5682 39.2182C41.5695 38.942 41.3468 38.7174 41.0708 38.7167L41.0685 39.2169L41.0661 39.7171ZM33.9078 40.7346L33.7049 40.2778L33.6973 40.2814L33.9078 40.7346ZM32.6439 42.5486L32.1548 42.6523C32.1566 42.6607 32.1585 42.669 32.1607 42.6773L32.6439 42.5486ZM34.3129 44.3756L34.7338 44.6445C34.8132 44.5202 34.8339 44.3672 34.7902 44.2264C34.7466 44.0857 34.6431 43.9715 34.5074 43.9144L34.3129 44.3756ZM34.3115 44.3778L33.8906 44.1089C33.8139 44.2289 33.7919 44.3759 33.8301 44.513C33.8683 44.6501 33.963 44.7642 34.0906 44.8269L34.3115 44.3778ZM37.6188 45.0376L37.6499 45.5368L37.6536 45.5365L37.6188 45.0376ZM39.4024 44.6596L39.566 45.132L39.5745 45.1289L39.4024 44.6596ZM42.1617 42.7139L42.5441 43.0352C42.6357 42.9261 42.6765 42.7831 42.6564 42.6422C42.6363 42.5013 42.5571 42.3757 42.4387 42.297L42.1617 42.7139ZM42.1595 42.7125L41.7964 42.3695C41.6952 42.4768 41.6463 42.6233 41.6629 42.7698C41.6795 42.9163 41.7598 43.0479 41.8825 43.1294L42.1595 42.7125ZM42.9531 40.3636L43.4468 40.2852C43.4455 40.2768 43.4439 40.2683 43.4422 40.2599L42.9531 40.3636ZM41.0791 38.7168C40.8032 38.7114 40.5747 38.931 40.5688 39.2072C40.5629 39.4835 40.7818 39.7117 41.0578 39.717L41.0685 39.2169L41.0791 38.7168ZM41.0685 39.2169L41.0708 38.7167C40.7872 38.7159 40.2307 38.7964 39.5939 38.9071C38.9376 39.0211 38.1444 39.1767 37.3557 39.3439C36.567 39.5111 35.7788 39.6906 35.1326 39.8526C34.5055 40.0099 33.964 40.1621 33.7049 40.2779L33.9078 40.7346L34.1108 41.1913C34.2741 41.1183 34.7234 40.9861 35.3737 40.8231C36.0048 40.6648 36.7806 40.488 37.5609 40.3226C38.3412 40.1573 39.1219 40.0041 39.7629 39.8928C40.4233 39.778 40.8874 39.7167 41.0661 39.7171L41.0685 39.2169ZM33.9078 40.7346L33.6973 40.2814C33.3052 40.4644 32.8682 40.7322 32.552 41.1117C32.2222 41.5076 32.0242 42.0293 32.1548 42.6523L32.6439 42.5486L33.1331 42.445C33.0758 42.1718 33.15 41.9545 33.3192 41.7514C33.5021 41.5319 33.7909 41.3407 34.1184 41.1878L33.9078 40.7346ZM32.6439 42.5486L32.1607 42.6773C32.4305 43.6994 33.2136 44.456 34.1184 44.8368L34.3129 44.3756L34.5074 43.9144C33.8326 43.6304 33.3038 43.089 33.1271 42.4199L32.6439 42.5486ZM34.3129 44.3756L33.892 44.1067L33.8906 44.1089L34.3115 44.3778L34.7324 44.6467L34.7338 44.6445L34.3129 44.3756ZM34.3115 44.3778L34.0906 44.8269C35.2072 45.3753 36.4338 45.6151 37.6499 45.5368L37.6188 45.0376L37.5877 44.5384C36.5454 44.6056 35.4925 44.4001 34.5324 43.9286L34.3115 44.3778ZM37.6188 45.0376L37.6536 45.5365C38.3028 45.49 38.9398 45.3502 39.5659 45.1319L39.4024 44.6596L39.2389 44.1872C38.6871 44.3796 38.1366 44.499 37.5841 44.5387L37.6188 45.0376ZM39.4024 44.6596L39.5745 45.1289C40.7168 44.7073 41.7427 43.99 42.5441 43.0352L42.1617 42.7139L41.7792 42.3926C41.0901 43.2138 40.2092 43.8291 39.2303 44.1903L39.4024 44.6596ZM42.1617 42.7139L42.4387 42.297L42.4366 42.2956L42.1595 42.7125L41.8825 43.1294L41.8846 43.1308L42.1617 42.7139ZM42.1595 42.7125L42.5226 43.0555C43.1976 42.3399 43.6103 41.3298 43.4468 40.2852L42.9531 40.3636L42.4593 40.442C42.5663 41.1258 42.2998 41.8358 41.7964 42.3695L42.1595 42.7125ZM42.9531 40.3636L43.4422 40.2599C43.3116 39.637 42.921 39.24 42.4603 39.0116C42.0187 38.7927 41.5113 38.7251 41.0791 38.7168L41.0685 39.2169L41.0578 39.717C41.4188 39.724 41.7598 39.7817 42.0152 39.9083C42.2515 40.0254 42.4067 40.1942 42.4639 40.4673L42.9531 40.3636Z" fill="url(#paint8_linear_13760_69224)"/>
|
|
26
16
|
</g>
|
|
27
17
|
<defs>
|
|
28
|
-
<filter id="
|
|
18
|
+
<filter id="filter0_f_13760_69224" x="1.15332" y="4.13281" width="40.2744" height="43.6172" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
19
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
20
|
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
31
|
-
<feGaussianBlur stdDeviation="7.5" result="
|
|
21
|
+
<feGaussianBlur stdDeviation="7.5" result="effect1_foregroundBlur_13760_69224"/>
|
|
32
22
|
</filter>
|
|
33
|
-
<clipPath id="
|
|
34
|
-
</clipPath><clipPath id="
|
|
35
|
-
</clipPath><filter id="
|
|
23
|
+
<clipPath id="bgblur_1_13760_69224_clip_path" transform="translate(-5.2207 6.09375)"><path d="M48.3569 23.4362C46.7459 22.1922 45.8826 21.0012 45.4141 18.7663L45.2548 18.0064C44.6442 15.0941 43.5842 13.3589 41.7415 11.7897C38.8967 9.349 34.7679 8.3897 31.0864 9.16998L30.9299 9.20316C27.3258 9.96704 24.0344 12.4148 22.3479 15.6924C21.2207 17.9304 20.887 20.0452 21.5144 23.0382L21.6737 23.7981C22.1422 26.033 21.8692 27.4648 20.856 29.265C20.1107 30.591 20.0989 32.0947 20.4251 33.6504C20.7516 35.2078 21.5691 36.5751 22.8407 37.5578C24.4735 38.713 26.5462 39.232 28.5004 38.9844C31.3481 38.7141 34.1542 38.2447 36.9755 37.6467C39.7951 37.0491 42.5339 36.259 45.2666 35.4309C47.1521 34.8646 48.8401 33.5485 49.8702 31.8289C50.6373 30.4141 50.8382 28.8309 50.5117 27.2735C50.1855 25.7179 49.5711 24.3469 48.3569 23.4362"/>
|
|
24
|
+
</clipPath><clipPath id="bgblur_2_13760_69224_clip_path" transform="translate(-17.5615 -24.2188)"><path d="M41.0157 39.2169C40.0912 39.2145 34.7 40.3571 33.8551 40.7346C33.1356 41.0705 32.4033 41.6525 32.5912 42.5486C32.8144 43.3942 33.4703 44.0432 34.2602 44.3756L34.2588 44.3778C35.2971 44.8877 36.4368 45.1104 37.5661 45.0376C38.167 44.9945 38.7607 44.8649 39.3497 44.6596C40.4103 44.2682 41.3637 43.6019 42.1089 42.7139L42.1068 42.7125C42.696 42.0878 43.0356 41.2278 42.9003 40.3636C42.7125 39.4675 41.8089 39.2322 41.0157 39.2169"/>
|
|
25
|
+
</clipPath><filter id="filter3_d_13760_69224" x="20.4736" y="-1.11328" width="35.4629" height="35.9609" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
36
26
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
37
27
|
<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"/>
|
|
38
28
|
<feOffset dx="5" dy="5"/>
|
|
39
29
|
<feGaussianBlur stdDeviation="5"/>
|
|
40
30
|
<feColorMatrix type="matrix" values="0 0 0 0 0.15375 0 0 0 0 0.522433 0 0 0 0 0.9 0 0 0 0.5 0"/>
|
|
41
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="
|
|
42
|
-
<feBlend mode="normal" in="SourceGraphic" in2="
|
|
31
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13760_69224"/>
|
|
32
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13760_69224" result="shape"/>
|
|
43
33
|
</filter>
|
|
44
|
-
<clipPath id="
|
|
45
|
-
</clipPath><linearGradient id="
|
|
34
|
+
<clipPath id="bgblur_3_13760_69224_clip_path" transform="translate(-20.4736 1.11328)"><path d="M36.9903 13.9166C36.3488 13.7718 35.7012 14.1485 35.501 14.7585C35.4337 15.0979 35.4872 15.4575 35.6781 15.7441C35.8689 16.0307 36.1676 16.2338 36.5177 16.3085L36.564 16.3225C37.6066 16.6375 38.3556 17.5653 38.4262 18.6349C38.4602 19.332 39.0478 19.8693 39.737 19.8486C40.4308 19.8129 40.9621 19.2376 40.9356 18.5591C40.7834 16.402 39.271 14.5567 37.1678 13.9702L36.9903 13.9166Z"/>
|
|
35
|
+
</clipPath><linearGradient id="paint0_linear_13760_69224" x1="29.1073" y1="38.2392" x2="6.67949" y2="27.7701" gradientUnits="userSpaceOnUse">
|
|
46
36
|
<stop stop-color="#FF8E4F"/>
|
|
47
37
|
<stop offset="1" stop-color="#EF592E"/>
|
|
48
38
|
</linearGradient>
|
|
49
|
-
<linearGradient id="
|
|
39
|
+
<linearGradient id="paint1_linear_13760_69224" x1="20.9256" y1="41.3966" x2="14.1595" y2="36.8555" gradientUnits="userSpaceOnUse">
|
|
50
40
|
<stop stop-color="#FF8E4F"/>
|
|
51
41
|
<stop offset="1" stop-color="#EF592E"/>
|
|
52
42
|
</linearGradient>
|
|
53
|
-
<linearGradient id="
|
|
43
|
+
<linearGradient id="paint2_linear_13760_69224" x1="25.0833" y1="33.5087" x2="14.3356" y2="29.157" gradientUnits="userSpaceOnUse">
|
|
54
44
|
<stop stop-color="#FF8E4F"/>
|
|
55
45
|
<stop offset="1" stop-color="#EF592E"/>
|
|
56
46
|
</linearGradient>
|
|
57
|
-
<linearGradient id="
|
|
58
|
-
<stop stop-color="
|
|
59
|
-
<stop offset="1" stop-color="
|
|
47
|
+
<linearGradient id="paint3_linear_13760_69224" x1="20.5176" y1="29" x2="49.5176" y2="23" gradientUnits="userSpaceOnUse">
|
|
48
|
+
<stop stop-color="#F88A5D"/>
|
|
49
|
+
<stop offset="1" stop-color="#F5CCBD"/>
|
|
60
50
|
</linearGradient>
|
|
61
|
-
<linearGradient id="
|
|
62
|
-
<stop stop-color="
|
|
63
|
-
<stop offset="1" stop-color="
|
|
51
|
+
<linearGradient id="paint4_linear_13760_69224" x1="32.5176" y1="42.5" x2="43.0131" y2="40.4768" gradientUnits="userSpaceOnUse">
|
|
52
|
+
<stop stop-color="#F88A5E"/>
|
|
53
|
+
<stop offset="1" stop-color="#F2CBBD"/>
|
|
64
54
|
</linearGradient>
|
|
65
|
-
<linearGradient id="
|
|
55
|
+
<linearGradient id="paint5_linear_13760_69224" x1="40.7449" y1="15.4165" x2="39.0152" y2="20.6572" gradientUnits="userSpaceOnUse">
|
|
66
56
|
<stop stop-color="white"/>
|
|
67
57
|
<stop offset="1" stop-color="white" stop-opacity="0.2"/>
|
|
68
58
|
</linearGradient>
|
|
69
|
-
<linearGradient id="
|
|
59
|
+
<linearGradient id="paint6_linear_13760_69224" x1="38.6373" y1="19.028" x2="39.836" y2="14.9982" gradientUnits="userSpaceOnUse">
|
|
70
60
|
<stop stop-color="white"/>
|
|
71
61
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
72
62
|
</linearGradient>
|
|
63
|
+
<linearGradient id="paint7_linear_13760_69224" x1="21.502" y1="14.6756" x2="44.3396" y2="34.3338" gradientUnits="userSpaceOnUse">
|
|
64
|
+
<stop stop-color="white" stop-opacity="0.25"/>
|
|
65
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
66
|
+
</linearGradient>
|
|
67
|
+
<linearGradient id="paint8_linear_13760_69224" x1="34.0687" y1="41.1692" x2="37.5476" y2="46.4023" gradientUnits="userSpaceOnUse">
|
|
68
|
+
<stop stop-color="white" stop-opacity="0.25"/>
|
|
69
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
70
|
+
</linearGradient>
|
|
71
|
+
<clipPath id="clip0_13760_69224">
|
|
72
|
+
<rect width="59" height="51" fill="white"/>
|
|
73
|
+
</clipPath>
|
|
73
74
|
</defs>
|
|
74
75
|
</svg>
|
|
@@ -1,55 +1,64 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path
|
|
3
|
-
<
|
|
4
|
-
<
|
|
1
|
+
<svg width="59" height="51" viewBox="0 0 59 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_13997_70644)">
|
|
3
|
+
<path d="M44.4717 10.8145L33.0961 7.75558C28.9698 6.64602 25.92 8.42461 24.8108 12.5791L21.0538 26.65C19.9264 30.8727 21.696 33.8888 25.8222 34.9984L37.1979 38.0573C41.3906 39.1848 44.358 37.4424 45.4854 33.2198L49.2424 19.1489C50.3516 14.9943 48.6644 11.9419 44.4717 10.8145Z" fill="url(#paint0_linear_13997_70644)"/>
|
|
4
|
+
<g opacity="0.5" filter="url(#filter0_f_13997_70644)">
|
|
5
|
+
<path d="M41.5001 14.6669L33.7498 12.5828C30.9386 11.8269 28.8607 13.0386 28.105 15.8691L25.5453 25.4558C24.7772 28.3327 25.9828 30.3876 28.7941 31.1436L36.5444 33.2277C39.401 33.9958 41.4227 32.8087 42.1908 29.9318L44.7504 20.3452C45.5062 17.5146 44.3567 15.435 41.5001 14.6669Z" fill="#39B93A"/>
|
|
5
6
|
</g>
|
|
6
|
-
<foreignObject x="-
|
|
7
|
-
<mask id="path-3-outside-
|
|
8
|
-
<rect fill="white" x="
|
|
9
|
-
<path d="
|
|
7
|
+
<foreignObject x="-15.208" y="-12.2461" width="82.335" height="82.4492"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_1_13997_70644_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="24">
|
|
8
|
+
<mask id="path-3-outside-1_13997_70644" maskUnits="userSpaceOnUse" x="8.79199" y="11.7539" width="35" height="35" fill="black">
|
|
9
|
+
<rect fill="white" x="8.79199" y="11.7539" width="35" height="35"/>
|
|
10
|
+
<path d="M32.9764 12.7539H18.959C13.4782 12.7539 9.79199 16.6155 9.79199 22.3592V35.6152C9.79199 41.3426 13.4782 45.2042 18.959 45.2042H32.9764C38.4572 45.2042 42.1273 41.3426 42.1273 35.6152V22.3592C42.1273 16.6155 38.4572 12.7539 32.9764 12.7539"/>
|
|
10
11
|
</mask>
|
|
11
|
-
<path d="
|
|
12
|
-
<path d="
|
|
12
|
+
<path d="M32.9764 12.7539H18.959C13.4782 12.7539 9.79199 16.6155 9.79199 22.3592V35.6152C9.79199 41.3426 13.4782 45.2042 18.959 45.2042H32.9764C38.4572 45.2042 42.1273 41.3426 42.1273 35.6152V22.3592C42.1273 16.6155 38.4572 12.7539 32.9764 12.7539" fill="url(#paint1_linear_13997_70644)"/>
|
|
13
|
+
<path d="M32.9764 13.7539C33.5287 13.7539 33.9764 13.3062 33.9764 12.7539C33.9764 12.2016 33.5287 11.7539 32.9764 11.7539V12.7539V13.7539ZM32.9764 11.7539C32.4241 11.7539 31.9764 12.2016 31.9764 12.7539C31.9764 13.3062 32.4241 13.7539 32.9764 13.7539V12.7539V11.7539ZM32.9764 12.7539V11.7539H18.959V12.7539V13.7539H32.9764V12.7539ZM18.959 12.7539V11.7539C15.9747 11.7539 13.4115 12.8109 11.5968 14.7122C9.78595 16.6095 8.79199 19.2716 8.79199 22.3592H9.79199H10.792C10.792 19.7031 11.6411 17.5625 13.0436 16.0931C14.4422 14.6277 16.4625 13.7539 18.959 13.7539V12.7539ZM9.79199 22.3592H8.79199V35.6152H9.79199H10.792V22.3592H9.79199ZM9.79199 35.6152H8.79199C8.79199 38.6954 9.7864 41.3534 11.5972 43.2484C13.4118 45.1473 15.9748 46.2042 18.959 46.2042V45.2042V44.2042C16.4625 44.2042 14.4419 43.3304 13.0432 41.8666C11.6407 40.399 10.792 38.2624 10.792 35.6152H9.79199ZM18.959 45.2042V46.2042H32.9764V45.2042V44.2042H18.959V45.2042ZM32.9764 45.2042V46.2042C35.9609 46.2042 38.5202 45.1472 40.331 43.2475C42.1377 41.352 43.1273 38.6942 43.1273 35.6152H42.1273H41.1273C41.1273 38.2637 40.2819 40.4003 38.8833 41.8675C37.4888 43.3305 35.4727 44.2042 32.9764 44.2042V45.2042ZM42.1273 35.6152H43.1273V22.3592H42.1273H41.1273V35.6152H42.1273ZM42.1273 22.3592H43.1273C43.1273 19.2728 42.1381 16.6109 40.3314 14.7131C38.5205 12.811 35.9609 11.7539 32.9764 11.7539V12.7539V13.7539C35.4727 13.7539 37.4885 14.6276 38.8829 16.0922C40.2814 17.5612 41.1273 19.7019 41.1273 22.3592H42.1273Z" fill="url(#paint2_linear_13997_70644)" mask="url(#path-3-outside-1_13997_70644)"/>
|
|
13
14
|
</g>
|
|
14
|
-
<foreignObject x="
|
|
15
|
-
<mask id="path-5-inside-
|
|
16
|
-
<path d="
|
|
15
|
+
<foreignObject x="3.78809" y="8.71094" width="44.3408" height="40.5391"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13997_70644_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_13997_70644)" data-figma-bg-blur-radius="15">
|
|
16
|
+
<mask id="path-5-inside-2_13997_70644" fill="white">
|
|
17
|
+
<path d="M24.0401 34.2516C23.678 34.2516 23.3158 34.1137 23.0394 33.8363L19.2028 29.986C18.6499 29.4311 18.6499 28.5322 19.2028 27.979C19.7557 27.4241 20.6498 27.4224 21.2027 27.9773L24.0401 30.8249L30.7142 24.1271C31.2671 23.5722 32.1612 23.5722 32.7141 24.1271C33.267 24.682 33.267 25.5809 32.7141 26.1358L25.0409 33.8363C24.7645 34.1137 24.4023 34.2516 24.0401 34.2516"/>
|
|
17
18
|
</mask>
|
|
18
|
-
<path d="
|
|
19
|
-
<path d="
|
|
19
|
+
<path d="M24.0401 34.2516C23.678 34.2516 23.3158 34.1137 23.0394 33.8363L19.2028 29.986C18.6499 29.4311 18.6499 28.5322 19.2028 27.979C19.7557 27.4241 20.6498 27.4224 21.2027 27.9773L24.0401 30.8249L30.7142 24.1271C31.2671 23.5722 32.1612 23.5722 32.7141 24.1271C33.267 24.682 33.267 25.5809 32.7141 26.1358L25.0409 33.8363C24.7645 34.1137 24.4023 34.2516 24.0401 34.2516" fill="url(#paint3_linear_13997_70644)"/>
|
|
20
|
+
<path d="M19.2028 27.979L19.3443 28.1203L19.3445 28.1201L19.2028 27.979ZM24.0401 30.8249L23.8985 30.966L24.0401 31.1082L24.1818 30.966L24.0401 30.8249ZM32.7141 26.1358L32.5724 25.9946V25.9946L32.7141 26.1358ZM25.0409 33.8363L25.1826 33.9774V33.9774L25.0409 33.8363ZM24.0401 34.2516V34.0516C23.7288 34.0516 23.4184 33.9333 23.181 33.6951L23.0394 33.8363L22.8977 33.9774C23.2133 34.2941 23.6271 34.4516 24.0401 34.4516V34.2516ZM23.0394 33.8363L23.181 33.6951L19.3445 29.8449L19.2028 29.986L19.0611 30.1272L22.8977 33.9774L23.0394 33.8363ZM19.2028 29.986L19.3445 29.8449C18.8692 29.3679 18.8695 28.5954 19.3443 28.1203L19.2028 27.979L19.0613 27.8376C18.4302 28.4691 18.4305 29.4944 19.0611 30.1272L19.2028 29.986ZM19.2028 27.979L19.3445 28.1201C19.8195 27.6434 20.5866 27.6424 21.0611 28.1185L21.2027 27.9773L21.3444 27.8362C20.713 27.2025 19.6919 27.2048 19.0611 27.8378L19.2028 27.979ZM21.2027 27.9773L21.0611 28.1185L23.8985 30.966L24.0401 30.8249L24.1818 30.6837L21.3444 27.8362L21.2027 27.9773ZM24.0401 30.8249L24.1818 30.966L30.8558 24.2683L30.7142 24.1271L30.5725 23.9859L23.8985 30.6837L24.0401 30.8249ZM30.7142 24.1271L30.8558 24.2683C31.3306 23.7918 32.0976 23.7918 32.5724 24.2683L32.7141 24.1271L32.8558 23.9859C32.2247 23.3526 31.2036 23.3526 30.5725 23.9859L30.7142 24.1271ZM32.7141 24.1271L32.5724 24.2683C33.0476 24.7451 33.0476 25.5178 32.5724 25.9946L32.7141 26.1358L32.8558 26.277C33.4865 25.644 33.4865 24.6189 32.8558 23.9859L32.7141 24.1271ZM32.7141 26.1358L32.5724 25.9946L24.8993 33.6951L25.0409 33.8363L25.1826 33.9774L32.8558 26.277L32.7141 26.1358ZM25.0409 33.8363L24.8993 33.6951C24.6619 33.9333 24.3515 34.0516 24.0401 34.0516V34.2516V34.4516C24.4531 34.4516 24.867 34.2941 25.1826 33.9774L25.0409 33.8363Z" fill="url(#paint4_linear_13997_70644)" fill-opacity="0.5" mask="url(#path-5-inside-2_13997_70644)"/>
|
|
21
|
+
</g>
|
|
20
22
|
</g>
|
|
21
23
|
<defs>
|
|
22
|
-
<filter id="
|
|
24
|
+
<filter id="filter0_f_13997_70644" x="11.3184" y="-1.63672" width="47.6582" height="49.0938" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
25
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
26
|
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
25
|
-
<feGaussianBlur stdDeviation="7" result="
|
|
27
|
+
<feGaussianBlur stdDeviation="7" result="effect1_foregroundBlur_13997_70644"/>
|
|
26
28
|
</filter>
|
|
27
|
-
<clipPath id="
|
|
28
|
-
</clipPath><filter id="
|
|
29
|
+
<clipPath id="bgblur_1_13997_70644_clip_path" transform="translate(15.208 12.2461)"><path d="M32.9764 12.7539H18.959C13.4782 12.7539 9.79199 16.6155 9.79199 22.3592V35.6152C9.79199 41.3426 13.4782 45.2042 18.959 45.2042H32.9764C38.4572 45.2042 42.1273 41.3426 42.1273 35.6152V22.3592C42.1273 16.6155 38.4572 12.7539 32.9764 12.7539"/>
|
|
30
|
+
</clipPath><filter id="filter2_d_13997_70644" x="3.78809" y="8.71094" width="44.3408" height="40.5391" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
31
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
32
|
<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"/>
|
|
31
33
|
<feOffset dx="5" dy="5"/>
|
|
32
34
|
<feGaussianBlur stdDeviation="5"/>
|
|
33
35
|
<feColorMatrix type="matrix" values="0 0 0 0 0.454902 0 0 0 0 0.870588 0 0 0 0 0.376471 0 0 0 0.5 0"/>
|
|
34
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="
|
|
35
|
-
<feBlend mode="normal" in="SourceGraphic" in2="
|
|
36
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13997_70644"/>
|
|
37
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13997_70644" result="shape"/>
|
|
36
38
|
</filter>
|
|
37
|
-
<clipPath id="
|
|
38
|
-
</clipPath><linearGradient id="
|
|
39
|
+
<clipPath id="bgblur_2_13997_70644_clip_path" transform="translate(-3.78809 -8.71094)"><path d="M24.0401 34.2516C23.678 34.2516 23.3158 34.1137 23.0394 33.8363L19.2028 29.986C18.6499 29.4311 18.6499 28.5322 19.2028 27.979C19.7557 27.4241 20.6498 27.4224 21.2027 27.9773L24.0401 30.8249L30.7142 24.1271C31.2671 23.5722 32.1612 23.5722 32.7141 24.1271C33.267 24.682 33.267 25.5809 32.7141 26.1358L25.0409 33.8363C24.7645 34.1137 24.4023 34.2516 24.0401 34.2516"/>
|
|
40
|
+
</clipPath><linearGradient id="paint0_linear_13997_70644" x1="50.999" y1="12.5697" x2="26.143" y2="27.7283" gradientUnits="userSpaceOnUse">
|
|
39
41
|
<stop stop-color="#9BF763"/>
|
|
40
42
|
<stop offset="1" stop-color="#26AB5B"/>
|
|
41
43
|
</linearGradient>
|
|
42
|
-
<linearGradient id="
|
|
44
|
+
<linearGradient id="paint1_linear_13997_70644" x1="10" y1="45.2042" x2="42" y2="13" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="#BDECB9"/>
|
|
46
|
+
<stop offset="1" stop-color="#69D366"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
<linearGradient id="paint2_linear_13997_70644" x1="14.9392" y1="16.5344" x2="35.6545" y2="42.0998" gradientUnits="userSpaceOnUse">
|
|
43
49
|
<stop stop-color="white" stop-opacity="0.25"/>
|
|
44
50
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
45
51
|
</linearGradient>
|
|
46
|
-
<linearGradient id="
|
|
52
|
+
<linearGradient id="paint3_linear_13997_70644" x1="32.112" y1="25.6144" x2="16.1523" y2="26.3223" gradientUnits="userSpaceOnUse">
|
|
47
53
|
<stop stop-color="white"/>
|
|
48
|
-
<stop offset="1" stop-color="white" stop-opacity="0.
|
|
54
|
+
<stop offset="1" stop-color="white" stop-opacity="0.68"/>
|
|
49
55
|
</linearGradient>
|
|
50
|
-
<linearGradient id="
|
|
56
|
+
<linearGradient id="paint4_linear_13997_70644" x1="20.3329" y1="27.2468" x2="32.5098" y2="27.3383" gradientUnits="userSpaceOnUse">
|
|
51
57
|
<stop stop-color="white"/>
|
|
52
58
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
53
59
|
</linearGradient>
|
|
60
|
+
<clipPath id="clip0_13997_70644">
|
|
61
|
+
<rect width="59" height="51" fill="white"/>
|
|
62
|
+
</clipPath>
|
|
54
63
|
</defs>
|
|
55
64
|
</svg>
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path
|
|
3
|
-
<
|
|
4
|
-
<
|
|
1
|
+
<svg width="59" height="51" viewBox="0 0 59 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_13997_70625)">
|
|
3
|
+
<path d="M39.0977 29.7371L22.7809 13.3387C21.0633 11.58 18.2048 11.5357 16.425 13.2609C15.8047 13.8373 15.3788 14.5883 15.1776 15.38L9.13489 37.9862C8.8118 40.4258 10.5587 42.6669 13.0238 42.9648C13.5135 43.0122 14.0182 42.9918 14.5019 42.8921L36.9782 36.8143C38.1135 36.442 39.0392 35.6522 39.5958 34.588C40.1516 33.5207 40.2556 32.3009 39.8905 31.1737C39.7298 30.6924 39.4972 30.2502 39.0977 29.7371V29.7371Z" fill="url(#paint0_linear_13997_70625)"/>
|
|
4
|
+
<g filter="url(#filter0_f_13997_70625)">
|
|
5
|
+
<path d="M32.7389 31.1744L23.3841 21.7728C22.3994 20.7645 20.7605 20.739 19.7401 21.7281C19.3845 22.0586 19.1403 22.4892 19.0249 22.9431L15.5605 35.9038C15.3753 37.3025 16.3768 38.5874 17.7901 38.7582C18.0709 38.7853 18.3602 38.7736 18.6375 38.7165L31.5238 35.2319C32.1747 35.0185 32.7054 34.5657 33.0245 33.9555C33.3432 33.3436 33.4028 32.6443 33.1935 31.998C33.1013 31.7221 32.968 31.4685 32.7389 31.1744V31.1744Z" fill="#E40010"/>
|
|
5
6
|
</g>
|
|
6
|
-
<foreignObject x="
|
|
7
|
-
<foreignObject x="
|
|
8
|
-
<mask id="path-4-inside-
|
|
9
|
-
<path d="
|
|
7
|
+
<foreignObject x="-7.76367" y="-16.3398" width="88.9971" height="85.2812"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_1_13997_70625_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M33.8164 8.91504C36.7092 7.30256 40.3827 8.36164 41.999 11.2383L56.1719 35.9639L55.7383 36.2119L56.1982 36.0176C56.4885 36.7045 56.641 37.2918 56.7031 37.8867L56.7246 38.1426V38.1465C56.8098 39.7378 56.2555 41.285 55.1719 42.4727L55.1709 42.4736C54.0894 43.6546 52.6218 44.3547 51.0273 44.4395H22.4297C21.7711 44.3992 21.1176 44.2492 20.5098 44.0195L20.499 44.0146C17.4185 42.7659 15.9257 39.2504 17.1826 36.1963L17.2119 36.1387L31.4814 11.2207C32.0115 10.2705 32.8161 9.44756 33.8164 8.91504Z" fill="url(#paint1_linear_13997_70625)" stroke="url(#paint2_linear_13997_70625)" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<foreignObject x="20.0156" y="5.59766" width="33.4121" height="45.5352"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_2_13997_70625_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="15">
|
|
9
|
+
<mask id="path-4-inside-1_13997_70625" fill="white">
|
|
10
|
+
<path d="M36.7314 32.7119C37.6671 32.7119 38.4275 33.4712 38.4277 34.4014C38.4277 35.353 37.6672 36.1318 36.7314 36.1318C35.7957 36.1318 35.0156 35.3531 35.0156 34.4229C35.0158 33.4888 35.7958 32.712 36.7314 32.7119ZM36.7314 20.5977C37.6672 20.5977 38.4277 21.3529 38.4277 22.2871V27.7812C38.4277 28.7135 37.6672 29.4922 36.7314 29.4922C35.7957 29.4921 35.0156 28.7135 35.0156 27.7812V22.2871C35.0156 21.353 35.7957 20.5977 36.7314 20.5977Z"/>
|
|
10
11
|
</mask>
|
|
11
|
-
<path d="
|
|
12
|
-
<path d="
|
|
12
|
+
<path d="M36.7314 32.7119C37.6671 32.7119 38.4275 33.4712 38.4277 34.4014C38.4277 35.353 37.6672 36.1318 36.7314 36.1318C35.7957 36.1318 35.0156 35.3531 35.0156 34.4229C35.0158 33.4888 35.7958 32.712 36.7314 32.7119ZM36.7314 20.5977C37.6672 20.5977 38.4277 21.3529 38.4277 22.2871V27.7812C38.4277 28.7135 37.6672 29.4922 36.7314 29.4922C35.7957 29.4921 35.0156 28.7135 35.0156 27.7812V22.2871C35.0156 21.353 35.7957 20.5977 36.7314 20.5977Z" fill="url(#paint3_linear_13997_70625)"/>
|
|
13
|
+
<path d="M36.7314 32.7119V32.3119H36.7314L36.7314 32.7119ZM38.4277 34.4014H38.8277V34.4013L38.4277 34.4014ZM36.7314 36.1318L36.7314 36.5318H36.7314V36.1318ZM35.0156 34.4229L34.6156 34.4228V34.4229H35.0156ZM36.7314 20.5977V20.1977H36.7314L36.7314 20.5977ZM38.4277 22.2871H38.8277V22.2871L38.4277 22.2871ZM36.7314 29.4922L36.7314 29.8922H36.7314V29.4922ZM35.0156 22.2871L34.6156 22.2871V22.2871H35.0156ZM36.7314 32.7119V33.1119C37.4473 33.1119 38.0276 33.6934 38.0277 34.4014L38.4277 34.4014L38.8277 34.4013C38.8275 33.2491 37.8868 32.3119 36.7314 32.3119V32.7119ZM38.4277 34.4014H38.0277C38.0277 35.1401 37.4383 35.7318 36.7314 35.7318V36.1318V36.5318C37.896 36.5318 38.8277 35.5659 38.8277 34.4014H38.4277ZM36.7314 36.1318L36.7315 35.7318C36.0154 35.7318 35.4156 35.1309 35.4156 34.4229H35.0156H34.6156C34.6156 35.5753 35.5761 36.5318 36.7314 36.5318L36.7314 36.1318ZM35.0156 34.4229L35.4156 34.4229C35.4157 33.7109 36.0155 33.112 36.7315 33.1119L36.7314 32.7119L36.7314 32.3119C35.5761 32.312 34.6158 33.2667 34.6156 34.4228L35.0156 34.4229ZM36.7314 20.5977V20.9977C37.4481 20.9977 38.0277 21.5757 38.0277 22.2871L38.4277 22.2871L38.8277 22.2871C38.8277 21.1302 37.8862 20.1977 36.7314 20.1977V20.5977ZM38.4277 22.2871H38.0277V27.7812H38.4277H38.8277V22.2871H38.4277ZM38.4277 27.7812H38.0277C38.0277 28.4976 37.4413 29.0922 36.7314 29.0922V29.4922V29.8922C37.8931 29.8922 38.8277 28.9294 38.8277 27.7812H38.4277ZM36.7314 29.4922L36.7315 29.0922C36.0157 29.0921 35.4156 28.4916 35.4156 27.7812H35.0156H34.6156C34.6156 28.9353 35.5758 29.8921 36.7314 29.8922L36.7314 29.4922ZM35.0156 27.7812H35.4156V22.2871H35.0156H34.6156V27.7812H35.0156ZM35.0156 22.2871L35.4156 22.2871C35.4156 21.5817 36.0088 20.9977 36.7315 20.9977L36.7314 20.5977L36.7314 20.1977C35.5827 20.1977 34.6156 21.1243 34.6156 22.2871L35.0156 22.2871Z" fill="url(#paint4_linear_13997_70625)" mask="url(#path-4-inside-1_13997_70625)"/>
|
|
14
|
+
</g>
|
|
13
15
|
</g>
|
|
14
16
|
<defs>
|
|
15
|
-
<filter id="
|
|
17
|
+
<filter id="filter0_f_13997_70625" x="-3.46191" y="2" width="55.7783" height="55.7734" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
16
18
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
17
19
|
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
18
|
-
<feGaussianBlur stdDeviation="9.5" result="
|
|
19
|
-
</filter>
|
|
20
|
-
<clipPath id="bgblur_0_13756_68495_clip_path" transform="translate(-0.582031 14.7109)"><path d="M43.1133 10.5781C46.1531 8.89006 50.0094 10.0038 51.707 13.0254L66.6729 39.1348L66.2393 39.3838L66.7002 39.1895C67.0493 40.0156 67.2079 40.7043 67.2529 41.4238V41.4287C67.3424 43.1016 66.7595 44.7269 65.6201 45.9756V45.9766C64.4829 47.2184 62.9401 47.9548 61.2637 48.0439H31.0986C31.0885 48.0439 31.0784 48.0436 31.0684 48.043C30.3758 48.0007 29.6884 47.8433 29.0488 47.6016L29.0371 47.5977C25.7985 46.2846 24.2305 42.5884 25.5518 39.3779C25.5599 39.3581 25.5694 39.3389 25.5801 39.3203L40.6494 13.0068C41.1734 12.0673 41.9526 11.2465 42.918 10.6865L43.1133 10.5781Z"/>
|
|
21
|
-
</clipPath><filter id="filter2_d_13756_68495" x="29.3574" y="7.89453" width="33.6025" height="46.4062" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
22
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
23
|
-
<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"/>
|
|
24
|
-
<feOffset dx="5" dy="5"/>
|
|
25
|
-
<feGaussianBlur stdDeviation="5"/>
|
|
26
|
-
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.216346 0 0 0 0 0.229407 0 0 0 1 0"/>
|
|
27
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_13756_68495"/>
|
|
28
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_13756_68495" result="shape"/>
|
|
20
|
+
<feGaussianBlur stdDeviation="9.5" result="effect1_foregroundBlur_13997_70625"/>
|
|
29
21
|
</filter>
|
|
30
|
-
<clipPath id="
|
|
31
|
-
</clipPath><
|
|
22
|
+
<clipPath id="bgblur_1_13997_70625_clip_path" transform="translate(7.76367 16.3398)"><path d="M33.8164 8.91504C36.7092 7.30256 40.3827 8.36164 41.999 11.2383L56.1719 35.9639L55.7383 36.2119L56.1982 36.0176C56.4885 36.7045 56.641 37.2918 56.7031 37.8867L56.7246 38.1426V38.1465C56.8098 39.7378 56.2555 41.285 55.1719 42.4727L55.1709 42.4736C54.0894 43.6546 52.6218 44.3547 51.0273 44.4395H22.4297C21.7711 44.3992 21.1176 44.2492 20.5098 44.0195L20.499 44.0146C17.4185 42.7659 15.9257 39.2504 17.1826 36.1963L17.2119 36.1387L31.4814 11.2207C32.0115 10.2705 32.8161 9.44756 33.8164 8.91504Z"/>
|
|
23
|
+
</clipPath><clipPath id="bgblur_2_13997_70625_clip_path" transform="translate(-20.0156 -5.59766)"><path d="M36.7314 32.7119C37.6671 32.7119 38.4275 33.4712 38.4277 34.4014C38.4277 35.353 37.6672 36.1318 36.7314 36.1318C35.7957 36.1318 35.0156 35.3531 35.0156 34.4229C35.0158 33.4888 35.7958 32.712 36.7314 32.7119ZM36.7314 20.5977C37.6672 20.5977 38.4277 21.3529 38.4277 22.2871V27.7812C38.4277 28.7135 37.6672 29.4922 36.7314 29.4922C35.7957 29.4921 35.0156 28.7135 35.0156 27.7812V22.2871C35.0156 21.353 35.7957 20.5977 36.7314 20.5977Z"/>
|
|
24
|
+
</clipPath><linearGradient id="paint0_linear_13997_70625" x1="24.8174" y1="27.2473" x2="2.64005" y2="48.1379" gradientUnits="userSpaceOnUse">
|
|
32
25
|
<stop stop-color="#FF9191"/>
|
|
33
26
|
<stop offset="1" stop-color="#EB5757"/>
|
|
34
27
|
</linearGradient>
|
|
35
|
-
<linearGradient id="
|
|
28
|
+
<linearGradient id="paint1_linear_13997_70625" x1="17.2373" y1="28.8277" x2="56.0632" y2="28.8277" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stop-color="#FA8D90"/>
|
|
30
|
+
<stop offset="1" stop-color="#FFD9DA"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<linearGradient id="paint2_linear_13997_70625" x1="23.4448" y1="12.7703" x2="45.3759" y2="42.7935" gradientUnits="userSpaceOnUse">
|
|
36
33
|
<stop stop-color="white" stop-opacity="0.25"/>
|
|
37
34
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
38
35
|
</linearGradient>
|
|
39
|
-
<linearGradient id="
|
|
36
|
+
<linearGradient id="paint3_linear_13997_70625" x1="36.7221" y1="21.4739" x2="33.5889" y2="21.1852" gradientUnits="userSpaceOnUse">
|
|
40
37
|
<stop stop-color="white" stop-opacity="0.75"/>
|
|
41
38
|
<stop offset="1" stop-color="white" stop-opacity="0.2"/>
|
|
42
39
|
</linearGradient>
|
|
43
|
-
<linearGradient id="
|
|
40
|
+
<linearGradient id="paint4_linear_13997_70625" x1="35.5588" y1="22.4074" x2="40.694" y2="23.8044" gradientUnits="userSpaceOnUse">
|
|
44
41
|
<stop stop-color="white" stop-opacity="0.25"/>
|
|
45
42
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
46
43
|
</linearGradient>
|
|
44
|
+
<clipPath id="clip0_13997_70625">
|
|
45
|
+
<rect width="59" height="51" fill="white"/>
|
|
46
|
+
</clipPath>
|
|
47
47
|
</defs>
|
|
48
48
|
</svg>
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.66602 4.16797C1.66602 2.78726 2.7853 1.66797 4.16602 1.66797H15.8327C17.2134 1.66797 18.3327 2.78726 18.3327 4.16797V15.8346C18.3327 17.2153 17.2134 18.3346 15.8327 18.3346H4.16602C2.7853 18.3346 1.66602 17.2153 1.66602 15.8346V4.16797ZM15.9019 16.6651C16.3041 16.632 16.2972 16.1232 16.0248 15.8256L8.80689 7.94286C7.78415 6.82715 6.0124 6.86898 5.04345 8.03171L3.52583 9.85286C3.40103 10.0026 3.33268 10.1914 3.33268 10.3863V15.8346C3.33268 16.2949 3.70578 16.668 4.16602 16.668H15.8327C15.856 16.668 15.8791 16.667 15.9019 16.6651ZM14.166 7.5013C15.0865 7.5013 15.8327 6.75511 15.8327 5.83464C15.8327 4.91416 15.0865 4.16797 14.166 4.16797C13.2455 4.16797 12.4993 4.91416 12.4993 5.83464C12.4993 6.75511 13.2455 7.5013 14.166 7.5013Z" fill="url(#paint0_linear_13297_169969)"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="paint0_linear_13297_169969" x1="18.3327" y1="18.3346" x2="-0.604963" y2="15.143" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop stop-color="#FF8E4F"/>
|
|
6
|
+
<stop offset="1" stop-color="#EF592E"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
3
9
|
</svg>
|