UNPKG

@td-design/react-native

Version:

react-native UI组件库

390 lines 42.3 kB
import React from 'react'; import { SvgXml } from 'react-native-svg'; import Box from '../box'; import Button from '../button'; import Text from '../text'; export default class ErrorBlock extends React.Component { static displayName = 'ErrorBlock'; state = { error: null }; static getDerivedStateFromError(error) { return { error }; } componentDidCatch(error, info) { // 错误上报 if (this.props.onError) { this.props.onError(error, info); } else { console.error(error, info); } } handleRefresh = () => { this.setState({ error: null }, () => { var _this$props$onRefresh, _this$props; return (_this$props$onRefresh = (_this$props = this.props).onRefresh) === null || _this$props$onRefresh === void 0 ? void 0 : _this$props$onRefresh.call(_this$props); }); }; renderFallback = () => { if (this.props.customNode) return this.props.customNode; try { const { type } = JSON.parse(this.state.error.message); if (type === 'network') { return /*#__PURE__*/React.createElement(Fallback, { onRefresh: this.handleRefresh, type: "network" }); } return /*#__PURE__*/React.createElement(Fallback, { onRefresh: this.handleRefresh }); } catch (error) { return /*#__PURE__*/React.createElement(Fallback, { onRefresh: this.handleRefresh }); } }; render() { if (this.state.error) { return this.renderFallback(); } return this.props.children; } } function Fallback(_ref) { let { onRefresh, type } = _ref; const defaultXml = ` <svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_732_1686)"> <g clip-path="url(#clip1_732_1686)"> <path d="M64.5904 77.5247V76.7148H57.5842V77.6553H56.0452V99.7025H66.2696V77.5247H64.5904ZM65.3837 97.1755H56.8242V96.5224H65.3837V97.1755ZM65.3837 94.164H56.8242V93.5109H65.3837V94.164ZM65.3837 91.1525H56.8242V90.4994H65.3837V91.1525ZM65.3837 88.2217H56.8242V87.5686H65.3837V88.2217ZM65.3837 85.2981H56.8242V84.645H65.3837V85.2981ZM65.3837 82.2866H56.8242V81.6335H65.3837V82.2866ZM65.3837 79.3558H56.8242V78.7027H65.3837V79.3558Z" fill="url(#paint0_linear_732_1686)"/> <path d="M50.8178 89.8295V64.1368H43.0397V62.061H39.7479V74.7269H38.8621V113.475H52.7582V89.8295H50.8178ZM45.0014 97.3844H43.0397V95.482H45.0014V97.3844ZM45.0014 94.4085H43.0397V92.5061H45.0014V94.4085ZM45.0014 91.4469H43.0397V89.5445H45.0014V91.4469ZM45.0014 88.4924H43.0397V86.59H45.0014V88.4924ZM45.0014 85.5165H43.0397V83.6141H45.0014V85.5165ZM45.0014 79.579H43.0397V77.6767H45.0014V79.579ZM45.0014 76.6032H43.0397V74.7008H45.0014V76.6032ZM45.0014 73.6392H43.0397V71.7368H45.0014V73.6392ZM45.0014 70.6847H43.0397V68.7823H45.0014V70.6847ZM45.0014 67.7088H43.0397V65.8064H45.0014V67.7088ZM47.9346 97.3844H45.9728V95.482H47.9346V97.3844ZM47.9346 94.4085H45.9728V92.5061H47.9346V94.4085ZM47.9346 91.4469H45.9728V89.5445H47.9346V91.4469ZM47.9346 88.4924H45.9728V86.59H47.9346V88.4924ZM47.9346 85.5165H45.9728V83.6141H47.9346V85.5165ZM47.9346 79.579H45.9728V77.6767H47.9346V79.579ZM47.9346 76.6032H45.9728V74.7008H47.9346V76.6032ZM47.9346 73.6392H45.9728V71.7368H47.9346V73.6392ZM47.9346 70.6847H45.9728V68.7823H47.9346V70.6847ZM47.9346 67.7088H45.9728V65.8064H47.9346V67.7088Z" fill="url(#paint1_linear_732_1686)"/> <path d="M127.366 103.338C127.452 102.234 127.366 66.1743 127.366 66.1743H131.767V74.1804H138.774V90.9123H142.747V103.338H127.366Z" fill="url(#paint2_linear_732_1686)"/> <path d="M156.156 87.1551V86.0032H154.969V75.9498H152.071V74.8336H150.117V73.1924H149.098V68.4092H148.364V73.2257H147.428V74.8668H144.531V77.5553H142.856V108.722H156.959V87.1527H156.156V87.1551ZM145.348 99.6903H144.393V96.0708H145.348V99.6903ZM145.348 95.2609H144.393V91.6414H145.348V95.2609ZM145.348 90.8316H144.393V87.2121H145.348V90.8316ZM145.348 86.3238H144.393V82.7043H145.348V86.3238ZM145.348 81.8137H144.393V78.1942H145.348V81.8137ZM147.314 99.6903H146.359V96.0708H147.314V99.6903ZM147.314 95.2609H146.359V91.6414H147.314V95.2609ZM147.314 90.8316H146.359V87.2121H147.314V90.8316ZM147.314 86.3238H146.359V82.7043H147.314V86.3238ZM147.314 81.8137H146.359V78.1942H147.314V81.8137ZM149.278 99.6903H148.323V96.0708H149.278V99.6903ZM149.278 95.2609H148.323V91.6414H149.278V95.2609ZM149.278 90.8316H148.323V87.2121H149.278V90.8316ZM149.278 86.3238H148.323V82.7043H149.278V86.3238ZM149.278 81.8137H148.323V78.1942H149.278V81.8137ZM151.245 99.6903H150.29V96.0708H151.245V99.6903ZM151.245 95.2609H150.29V91.6414H151.245V95.2609ZM151.245 90.8316H150.29V87.2121H151.245V90.8316ZM151.245 86.3238H150.29V82.7043H151.245V86.3238ZM151.245 81.8137H150.29V78.1942H151.245V81.8137ZM153.211 99.6903H152.256V96.0708H153.211V99.6903ZM153.211 95.2609H152.256V91.6414H153.211V95.2609ZM153.211 90.8316H152.256V87.2121H153.211V90.8316ZM153.211 86.3238H152.256V82.7043H153.211V86.3238ZM153.211 81.8137H152.256V78.1942H153.211V81.8137Z" fill="url(#paint3_linear_732_1686)"/> <path d="M22.7644 118.717V97.4511H25.2012V86.5973L33.5754 82.9707V97.2801H35.4113V118.717H22.7644Z" fill="url(#paint4_linear_732_1686)"/> <path d="M166.397 114.774H159.049V85.5308L166.397 89.0861V114.774Z" fill="url(#paint5_linear_732_1686)"/> <path d="M21.534 44.2816C21.534 44.2816 23.7522 38.2301 29.2052 40.6051C30.464 39.3274 32.022 38.3987 34.1286 38.8167C36.2352 39.2371 37.5937 40.8141 38.0545 41.8639C38.7147 41.833 44.0015 42.0087 44.0015 47.4926C44.0015 52.9765 37.6032 52.872 37.1401 52.4374C36.5701 52.9456 33.8293 55.703 30.5043 52.5561C29.7847 53.1712 27.4335 55.7766 23.7166 52.1809C21.9947 52.9005 17.9026 53.4539 17.1093 49.2287C16.3161 45.006 20.3845 43.8114 21.534 44.2816Z" fill="url(#paint6_linear_732_1686)"/> <path d="M144.338 35.537C144.338 35.537 146.556 29.4855 152.009 31.8605C153.268 30.5827 154.826 29.6541 156.933 30.0721C159.039 30.4901 160.398 32.0695 160.859 33.1192C161.519 33.0884 166.806 33.2641 166.806 38.748C166.806 44.2319 160.407 44.125 159.944 43.6903C159.374 44.1986 156.634 46.956 153.309 43.8091C152.589 44.4242 150.238 47.0296 146.521 43.4338C144.799 44.1535 140.707 44.7069 139.914 40.4817C139.12 36.2614 143.189 35.0667 144.338 35.537Z" fill="url(#paint7_linear_732_1686)"/> <path d="M115.995 48.4854C115.995 48.4854 117.6 44.1035 121.548 45.8254C122.46 44.8992 123.585 44.227 125.112 44.531C126.637 44.835 127.62 45.9774 127.953 46.735C128.43 46.7137 132.259 46.8395 132.259 50.8082C132.259 54.7768 127.628 54.7008 127.293 54.3873C126.879 54.7554 124.896 56.7504 122.488 54.4752C121.968 54.9193 120.265 56.8074 117.577 54.2044C116.33 54.7245 113.368 55.1259 112.793 52.0669C112.216 49.0103 115.164 48.1458 115.995 48.4854Z" fill="url(#paint8_linear_732_1686)"/> <path d="M95.4654 177.989C144.126 177.989 183.573 159.268 183.573 136.175C183.573 113.082 144.126 94.3608 95.4654 94.3608C46.8048 94.3608 7.35767 113.082 7.35767 136.175C7.35767 159.268 46.8048 177.989 95.4654 177.989Z" fill="url(#paint9_linear_732_1686)"/> <path d="M35.1262 131.062C35.1262 131.062 34.2878 132.252 35.6891 134.023C36.9383 135.6 38.9119 135.294 39.5674 134.788C39.7693 136.161 41.4532 139.054 44.1179 137.417C46.6236 135.881 45.4171 133.544 44.6167 132.625C46.1818 132.183 47.3479 128.433 43.7569 127.138C44.2889 125.59 44.3839 124.889 43.6049 123.497C42.8544 122.158 41.6218 121.944 39.6553 122.759L36.8124 123.958L35.0003 120.576L34.0313 121.137L36.1213 124.367L33.3521 125.756C33.3521 125.756 30.9842 126.682 32.0054 129.224C32.9507 131.577 35.1262 131.062 35.1262 131.062Z" fill="url(#paint10_linear_732_1686)"/> <path d="M30.3073 116.641H38.8716C38.8716 116.641 41.6385 116.719 42.1895 113.558C42.7951 110.088 40.2704 109.611 40.2704 109.611C40.2704 109.611 41.7905 108.913 41.4603 106.288C41.1278 103.666 38.8193 103.334 37.8574 103.455C38.0142 101.899 38.3419 98.3772 34.6844 98.3416C31.1528 98.3059 31.1742 101.861 31.4378 103.263C30.1791 103.277 26.3767 105.165 29.0509 109.307C27.5951 110.554 26.9799 111.273 27.0441 113.071C27.1058 114.872 28.2078 116.641 30.3073 116.641Z" fill="url(#paint11_linear_732_1686)"/> <path d="M38.6602 111.834L35.0075 114.237L34.9077 111.915L37.2162 109.193L34.8721 111.088L34.5681 103.987L34.3449 111.136L31.8796 109.174L34.3211 111.862L34.2475 114.254L30.4902 111.494L34.219 115.116L34.0314 121.139H35.302L35.0455 115.154L38.6602 111.834Z" fill="#C6D5E6"/> <path d="M159.203 126.713C159.203 126.713 158.432 127.81 159.721 129.44C160.871 130.893 162.69 130.61 163.293 130.143C163.478 131.406 165.032 134.068 167.485 132.565C169.791 131.15 168.682 128.998 167.943 128.152C169.385 127.746 170.459 124.291 167.153 123.101C167.644 121.676 167.732 121.03 167.012 119.75C166.321 118.517 165.186 118.317 163.376 119.07L160.754 120.175L159.085 117.061L158.194 117.576L160.118 120.55L157.569 121.83C157.569 121.83 155.389 122.683 156.33 125.024C157.199 127.188 159.203 126.713 159.203 126.713Z" fill="url(#paint12_linear_732_1686)"/> <path d="M154.762 113.434H162.647C162.647 113.434 165.196 113.508 165.701 110.596C166.257 107.402 163.934 106.963 163.934 106.963C163.934 106.963 165.336 106.319 165.029 103.904C164.723 101.488 162.597 101.182 161.711 101.296C161.856 99.8637 162.158 96.6194 158.79 96.5862C155.539 96.5529 155.558 99.8257 155.8 101.118C154.641 101.13 151.138 102.868 153.603 106.685C152.264 107.832 151.696 108.497 151.755 110.15C151.817 111.805 152.831 113.434 154.762 113.434Z" fill="url(#paint13_linear_732_1686)"/> <path d="M162.455 109.007L159.092 111.221L159.001 109.081L161.127 106.575L158.968 108.321L158.688 101.78L158.481 108.364L156.213 106.556L158.46 109.034L158.391 111.238L154.933 108.694L158.367 112.031L158.192 117.576H159.365L159.127 112.064L162.455 109.007Z" fill="#C6D5E6"/> <path d="M54.8244 105.291C54.8244 105.291 54.4088 105.88 55.1023 106.756C55.7198 107.537 56.6959 107.385 57.0213 107.134C57.121 107.813 57.9546 109.243 59.2728 108.435C60.5125 107.675 59.9164 106.519 59.5198 106.065C60.294 105.846 60.8711 103.992 59.0946 103.353C59.3583 102.588 59.4058 102.241 59.0186 101.552C58.6481 100.89 58.0378 100.783 57.0664 101.187L55.658 101.78L54.7626 100.108L54.2829 100.386L55.316 101.982L53.9456 102.669C53.9456 102.669 52.7748 103.127 53.2806 104.383C53.7485 105.547 54.8244 105.291 54.8244 105.291Z" fill="url(#paint14_linear_732_1686)"/> <path d="M52.4399 98.1586H56.6746C56.6746 98.1586 58.0426 98.1966 58.3157 96.6339C58.6149 94.9168 57.3657 94.6817 57.3657 94.6817C57.3657 94.6817 58.1186 94.3349 57.9547 93.0382C57.7908 91.7414 56.6484 91.5775 56.1734 91.6369C56.2518 90.8674 56.4133 89.1242 54.6036 89.1075C52.8556 89.0909 52.8674 90.8484 52.9981 91.5419C52.3758 91.549 50.4948 92.4824 51.8177 94.532C51.0981 95.1472 50.7917 95.5058 50.8249 96.394C50.8558 97.2823 51.4021 98.1586 52.4399 98.1586Z" fill="url(#paint15_linear_732_1686)"/> <path d="M56.5702 95.7811L54.7652 96.971L54.7153 95.8215L55.8577 94.4749L54.6987 95.413L54.5467 91.9004L54.4374 95.4344L53.2167 94.4654L54.4255 95.7954L54.3875 96.9781L52.5303 95.6125L54.3757 97.4056L54.2807 100.384H54.91L54.7842 97.4222L56.5702 95.7811Z" fill="#C6D5E6"/> <path d="M106.685 115.261L163.03 150.874L101.714 169.974L84.8564 115.261H106.685Z" fill="url(#paint16_linear_732_1686)"/> <path d="M102.042 111.986H89.4995L90.4495 103.709H101.092L102.042 111.986Z" fill="url(#paint17_linear_732_1686)"/> <path d="M106.685 111.986H84.8564V115.261H106.685V111.986Z" fill="url(#paint18_linear_732_1686)"/> <path d="M127.685 104.892H63.8566C61.1871 104.892 59.0234 102.728 59.0234 100.059V55.8527C59.0234 53.1832 61.1871 51.0195 63.8566 51.0195H127.685C130.354 51.0195 132.518 53.1832 132.518 55.8527V100.059C132.518 102.728 130.354 104.892 127.685 104.892Z" fill="url(#paint19_linear_732_1686)"/> <path d="M124.787 96.4317H66.7564C64.5951 96.4317 62.8447 94.6814 62.8447 92.5201V58.959C62.8447 56.7977 64.5951 55.0474 66.7564 55.0474H124.787C126.948 55.0474 128.699 56.7977 128.699 58.959V92.5225C128.696 94.6814 126.946 96.4317 124.787 96.4317Z" fill="url(#paint20_linear_732_1686)"/> <path d="M95.7718 103.186C96.9995 103.186 97.9948 102.191 97.9948 100.963C97.9948 99.7355 96.9995 98.7402 95.7718 98.7402C94.5441 98.7402 93.5488 99.7355 93.5488 100.963C93.5488 102.191 94.5441 103.186 95.7718 103.186Z" fill="#ECF0F7"/> <path d="M95.7719 63.7588C88.9913 63.7588 83.4766 69.2759 83.4766 76.0542C83.4766 82.8324 88.9937 88.3495 95.7719 88.3495C102.553 88.3495 108.067 82.8324 108.067 76.0542C108.067 69.2759 102.553 63.7588 95.7719 63.7588ZM101.885 68.2499L95.7601 74.375L89.6444 68.2594C91.3331 66.9294 93.4587 66.1338 95.7696 66.1338C98.0757 66.1338 100.199 66.927 101.885 68.2499ZM85.8492 76.0565C85.8492 73.7504 86.6424 71.6272 87.9653 69.9409L94.0786 76.0542L87.9629 82.1698C86.6424 80.4835 85.8492 78.3603 85.8492 76.0565ZM89.6444 83.8513L95.7601 77.7357L101.885 83.8608C100.199 85.186 98.0757 85.9769 95.7696 85.9769C93.4611 85.9769 91.3331 85.1813 89.6444 83.8513ZM103.567 82.1817L97.4392 76.0542L103.564 69.929C104.894 71.6177 105.69 73.7457 105.69 76.0565C105.692 78.3674 104.897 80.493 103.567 82.1817Z" fill="url(#paint21_linear_732_1686)"/> </g> </g> <defs> <linearGradient id="paint0_linear_732_1686" x1="61.1563" y1="99.7028" x2="61.1563" y2="76.7155" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint1_linear_732_1686" x1="45.8098" y1="113.476" x2="45.8098" y2="62.0596" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint2_linear_732_1686" x1="135.058" y1="103.339" x2="135.058" y2="66.1751" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint3_linear_732_1686" x1="149.908" y1="108.723" x2="149.908" y2="68.41" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint4_linear_732_1686" x1="29.0885" y1="118.717" x2="29.0885" y2="82.9705" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint5_linear_732_1686" x1="162.723" y1="114.773" x2="162.723" y2="85.5296" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint6_linear_732_1686" x1="30.5047" y1="54.0441" x2="30.5047" y2="38.7156" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint7_linear_732_1686" x1="153.309" y1="45.2994" x2="153.309" y2="29.9709" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint8_linear_732_1686" x1="122.488" y1="55.553" x2="122.488" y2="44.4577" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint9_linear_732_1686" x1="95.4645" y1="177.99" x2="95.4645" y2="94.3595" gradientUnits="userSpaceOnUse"> <stop offset="0.4065" stop-color="white"/> <stop offset="1" stop-color="#DAE4EF"/> </linearGradient> <linearGradient id="paint10_linear_732_1686" x1="45.8103" y1="136.061" x2="33.5942" y2="121.502" gradientUnits="userSpaceOnUse"> <stop offset="0.4034" stop-color="#EFF4F8"/> <stop offset="1" stop-color="#D4DFEC"/> </linearGradient> <linearGradient id="paint11_linear_732_1686" x1="27.0365" y1="107.492" x2="42.2808" y2="107.492" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint12_linear_732_1686" x1="169.04" y1="131.317" x2="157.791" y2="117.911" gradientUnits="userSpaceOnUse"> <stop offset="0.4034" stop-color="#EFF4F8"/> <stop offset="1" stop-color="#D4DFEC"/> </linearGradient> <linearGradient id="paint13_linear_732_1686" x1="151.752" y1="105.009" x2="165.79" y2="105.009" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint14_linear_732_1686" x1="60.1076" y1="107.764" x2="54.0653" y2="100.563" gradientUnits="userSpaceOnUse"> <stop offset="1.4385e-07" stop-color="#EAEFF6"/> <stop offset="1" stop-color="#CDDAE9"/> </linearGradient> <linearGradient id="paint15_linear_732_1686" x1="50.8218" y1="93.6338" x2="58.3619" y2="93.6338" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint16_linear_732_1686" x1="132.033" y1="161.281" x2="116.255" y2="106.257" gradientUnits="userSpaceOnUse"> <stop offset="0.0938" stop-color="white"/> <stop offset="0.9362" stop-color="#BBCBE0"/> </linearGradient> <linearGradient id="paint17_linear_732_1686" x1="89.5001" y1="107.848" x2="102.042" y2="107.848" gradientUnits="userSpaceOnUse"> <stop stop-color="#DDE5F0"/> <stop offset="1" stop-color="#9FB7CE"/> </linearGradient> <linearGradient id="paint18_linear_732_1686" x1="84.8563" y1="113.624" x2="106.686" y2="113.624" gradientUnits="userSpaceOnUse"> <stop stop-color="#D4DEEC"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint19_linear_732_1686" x1="59.0242" y1="77.9562" x2="132.518" y2="77.9562" gradientUnits="userSpaceOnUse"> <stop stop-color="#CED9E9"/> <stop offset="1" stop-color="#A7BFD6"/> </linearGradient> <linearGradient id="paint20_linear_732_1686" x1="128.698" y1="75.74" x2="62.8443" y2="75.74" gradientUnits="userSpaceOnUse"> <stop stop-color="#E7ECF4"/> <stop offset="1" stop-color="#E4E9F3"/> </linearGradient> <linearGradient id="paint21_linear_732_1686" x1="108.067" y1="76.0559" x2="83.4749" y2="76.0559" gradientUnits="userSpaceOnUse"> <stop stop-color="#D4DEEB"/> <stop offset="1" stop-color="#A7BFD6"/> </linearGradient> <clipPath id="clip0_732_1686"> <rect width="190" height="190" fill="white"/> </clipPath> <clipPath id="clip1_732_1686"> <rect width="190" height="190" fill="white" transform="translate(0 -5)"/> </clipPath> </defs> </svg> `; const networkXml = ` <svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M64.1725 78.4988V77.689H57.1662V78.6295H55.6272V100.677H65.8516V78.4988H64.1725ZM64.9657 98.1496H56.4062V97.4965H64.9657V98.1496ZM64.9657 95.1381H56.4062V94.485H64.9657V95.1381ZM64.9657 92.129H56.4062V91.4758H64.9657V92.129ZM64.9657 89.1958H56.4062V88.5427H64.9657V89.1958ZM64.9657 86.2722H56.4062V85.6191H64.9657V86.2722ZM64.9657 83.2607H56.4062V82.6076H64.9657V83.2607ZM64.9657 80.33H56.4062V79.6768H64.9657V80.33Z" fill="url(#paint0_linear_732_1684)"/> <path d="M50.4023 90.8037V65.1109H42.6242V63.0352H39.3324V75.701H38.4465V114.452H52.3427V90.806H50.4023V90.8037ZM44.5835 98.3586H42.6218V96.4562H44.5835V98.3586ZM44.5835 95.3827H42.6218V93.4803H44.5835V95.3827ZM44.5835 92.4211H42.6218V90.5187H44.5835V92.4211ZM44.5835 89.4665H42.6218V87.5642H44.5835V89.4665ZM44.5835 86.4907H42.6218V84.5883H44.5835V86.4907ZM44.5835 80.5532H42.6218V78.6508H44.5835V80.5532ZM44.5835 77.5773H42.6218V75.6749H44.5835V77.5773ZM44.5835 74.6133H42.6218V72.7109H44.5835V74.6133ZM44.5835 71.6612H42.6218V69.7588H44.5835V71.6612ZM44.5835 68.6853H42.6218V66.7829H44.5835V68.6853ZM47.5167 98.3586H45.5549V96.4562H47.5167V98.3586ZM47.5167 95.3827H45.5549V93.4803H47.5167V95.3827ZM47.5167 92.4211H45.5549V90.5187H47.5167V92.4211ZM47.5167 89.4665H45.5549V87.5642H47.5167V89.4665ZM47.5167 86.4907H45.5549V84.5883H47.5167V86.4907ZM47.5167 80.5532H45.5549V78.6508H47.5167V80.5532ZM47.5167 77.5773H45.5549V75.6749H47.5167V77.5773ZM47.5167 74.6133H45.5549V72.7109H47.5167V74.6133ZM47.5167 71.6612H45.5549V69.7588H47.5167V71.6612ZM47.5167 68.6853H45.5549V66.7829H47.5167V68.6853Z" fill="url(#paint1_linear_732_1684)"/> <path d="M126.951 104.315C127.036 103.211 126.951 67.1509 126.951 67.1509H131.352V75.157H138.358V91.8889H142.331V104.315H126.951Z" fill="url(#paint2_linear_732_1684)"/> <path d="M155.738 88.1292V86.9773H154.551V76.9239H151.653V75.8077H149.698V74.1665H148.68V69.3833H147.946V74.1998H147.012V75.8409H144.115V78.5294H142.44V109.697H156.543V88.1268H155.738V88.1292ZM144.929 100.664H143.975V97.0449H144.929V100.664ZM144.929 96.2351H143.975V92.6155H144.929V96.2351ZM144.929 91.8057H143.975V88.1862H144.929V91.8057ZM144.929 87.2979H143.975V83.6784H144.929V87.2979ZM144.929 82.7878H143.975V79.1683H144.929V82.7878ZM146.896 100.664H145.941V97.0449H146.896V100.664ZM146.896 96.2351H145.941V92.6155H146.896V96.2351ZM146.896 91.8057H145.941V88.1862H146.896V91.8057ZM146.896 87.2979H145.941V83.6784H146.896V87.2979ZM146.896 82.7878H145.941V79.1683H146.896V82.7878ZM148.862 100.664H147.908V97.0449H148.862V100.664ZM148.862 96.2351H147.908V92.6155H148.862V96.2351ZM148.862 91.8057H147.908V88.1862H148.862V91.8057ZM148.862 87.2979H147.908V83.6784H148.862V87.2979ZM148.862 82.7878H147.908V79.1683H148.862V82.7878ZM150.829 100.664H149.874V97.0449H150.829V100.664ZM150.829 96.2351H149.874V92.6155H150.829V96.2351ZM150.829 91.8057H149.874V88.1862H150.829V91.8057ZM150.829 87.2979H149.874V83.6784H150.829V87.2979ZM150.829 82.7878H149.874V79.1683H150.829V82.7878ZM152.795 100.664H151.841V97.0449H152.795V100.664ZM152.795 96.2351H151.841V92.6155H152.795V96.2351ZM152.795 91.8057H151.841V88.1862H152.795V91.8057ZM152.795 87.2979H151.841V83.6784H152.795V87.2979ZM152.795 82.7878H151.841V79.1683H152.795V82.7878Z" fill="url(#paint3_linear_732_1684)"/> <path d="M22.3486 119.691V98.4252H24.783V87.5714L33.1573 83.9448V98.2542H34.9955V119.691H22.3486Z" fill="url(#paint4_linear_732_1684)"/> <path d="M165.982 115.748H158.633V86.5049L165.982 90.0603V115.748Z" fill="url(#paint5_linear_732_1684)"/> <path d="M21.1184 45.2557C21.1184 45.2557 23.3367 39.2042 28.7897 41.5792C30.0484 40.3015 31.6064 39.3729 33.7131 39.7909C35.8197 40.2112 37.1782 41.7882 37.6389 42.838C38.2992 42.8071 43.5859 42.9829 43.5859 48.4667C43.5859 53.9506 37.1877 53.8461 36.7246 53.4115C36.1546 53.9197 33.4138 56.6771 30.0888 53.5302C29.3692 54.1454 27.0179 56.7507 23.3011 53.155C21.5792 53.8746 17.4871 54.428 16.6938 50.2029C15.9006 45.9777 19.9689 44.7855 21.1184 45.2557Z" fill="url(#paint6_linear_732_1684)"/> <path d="M143.923 36.5111C143.923 36.5111 146.141 30.4596 151.594 32.8346C152.853 31.5569 154.411 30.6282 156.517 31.0462C158.624 31.4666 159.982 33.0436 160.443 34.0934C161.103 34.0625 166.39 34.2382 166.39 39.7221C166.39 45.206 159.992 45.1015 159.529 44.6669C158.959 45.1751 156.218 47.9325 152.893 44.7856C152.173 45.4007 149.822 48.0061 146.105 44.4104C144.383 45.13 140.291 45.6834 139.498 41.4582C138.702 37.2355 142.773 36.0409 143.923 36.5111Z" fill="url(#paint7_linear_732_1684)"/> <path d="M91.2023 45.8355C91.2023 45.8355 92.8078 41.4536 96.7551 43.1755C97.6671 42.2493 98.7928 41.5771 100.32 41.8811C101.847 42.1851 102.828 43.3275 103.16 44.0851C103.638 44.0638 107.466 44.1896 107.466 48.1583C107.466 52.1269 102.835 52.0509 102.5 51.7374C102.087 52.1055 100.104 54.1005 97.6956 51.8253C97.1755 52.2694 95.4726 54.1575 92.7841 51.5545C91.5372 52.0746 88.5756 52.476 88.0008 49.417C87.4237 46.3604 90.3711 45.4959 91.2023 45.8355Z" fill="url(#paint8_linear_732_1684)"/> <path d="M95.0475 178.963C143.708 178.963 183.155 160.243 183.155 137.149C183.155 114.056 143.708 95.335 95.0475 95.335C46.3869 95.335 6.9397 114.056 6.9397 137.149C6.9397 160.243 46.3869 178.963 95.0475 178.963Z" fill="url(#paint9_linear_732_1684)"/> <path d="M34.7106 132.036C34.7106 132.036 33.8722 133.226 35.2735 134.998C36.5227 136.575 38.4963 136.268 39.1518 135.762C39.3537 137.135 41.0376 140.028 43.7023 138.391C46.208 136.855 45.0015 134.518 44.2011 133.599C45.7662 133.157 46.9323 129.407 43.3413 128.112C43.8733 126.564 43.9683 125.863 43.1893 124.472C42.4388 123.132 41.2062 122.918 39.2397 123.733L36.3945 124.932L34.5823 121.55L33.6133 122.111L35.7033 125.341L32.9341 126.73C32.9341 126.73 30.5662 127.656 31.5875 130.198C32.5351 132.554 34.7106 132.036 34.7106 132.036Z" fill="url(#paint10_linear_732_1684)"/> <path d="M29.8893 117.615H38.4535C38.4535 117.615 41.2204 117.693 41.7714 114.532C42.377 111.062 39.8524 110.585 39.8524 110.585C39.8524 110.585 41.3724 109.887 41.0423 107.262C40.7122 104.638 38.4013 104.308 37.4394 104.429C37.5962 102.873 37.9239 99.3513 34.2664 99.3157C30.7324 99.2824 30.7562 102.838 31.0174 104.239C29.7587 104.253 25.9563 106.141 28.6305 110.283C27.1747 111.53 26.5595 112.25 26.6237 114.048C26.6902 115.846 27.7922 117.615 29.8893 117.615Z" fill="url(#paint11_linear_732_1684)"/> <path d="M38.2421 112.81L34.5917 115.214L34.492 112.889L36.8005 110.167L34.4563 112.062L34.1523 104.961L33.9267 112.11L31.4638 110.148L33.9053 112.836L33.8293 115.228L30.0745 112.468L33.8032 116.093L33.6132 122.113H34.8862L34.6297 116.128L38.2421 112.81Z" fill="#C6D5E6"/> <path d="M158.785 127.687C158.785 127.687 158.013 128.784 159.303 130.414C160.453 131.867 162.272 131.585 162.875 131.117C163.06 132.38 164.614 135.043 167.067 133.539C169.373 132.124 168.264 129.972 167.525 129.126C168.967 128.72 170.04 125.265 166.734 124.075C167.226 122.65 167.314 122.004 166.594 120.724C165.903 119.491 164.768 119.292 162.958 120.044L160.336 121.149L158.667 118.035L157.776 118.551L159.7 121.524L157.151 122.804C157.151 122.804 154.971 123.657 155.912 125.999C156.783 128.165 158.785 127.687 158.785 127.687Z" fill="url(#paint12_linear_732_1684)"/> <path d="M154.346 114.409H162.231C162.231 114.409 164.78 114.482 165.286 111.57C165.841 108.376 163.519 107.937 163.519 107.937C163.519 107.937 164.92 107.293 164.614 104.878C164.307 102.462 162.182 102.156 161.296 102.27C161.441 100.838 161.742 97.5936 158.374 97.5603C155.123 97.5271 155.142 100.8 155.384 102.092C154.225 102.104 150.722 103.842 153.187 107.659C151.848 108.806 151.28 109.471 151.34 111.124C151.399 112.779 152.416 114.409 154.346 114.409Z" fill="url(#paint13_linear_732_1684)"/> <path d="M162.039 109.984L158.676 112.197L158.584 110.058L160.712 107.55L158.55 109.295L158.272 102.757L158.066 109.338L155.795 107.533L158.044 110.01L157.976 112.212L154.515 109.668L157.949 113.005L157.776 118.551H158.947L158.712 113.038L162.039 109.984Z" fill="#C6D5E6"/> <path d="M54.4064 106.265C54.4064 106.265 53.9908 106.854 54.6843 107.73C55.3018 108.512 56.2779 108.36 56.6033 108.108C56.703 108.787 57.5367 110.217 58.8548 109.409C60.0945 108.649 59.4984 107.493 59.1018 107.039C59.876 106.821 60.4532 104.966 58.6767 104.327C58.9403 103.562 58.9878 103.215 58.6007 102.527C58.2302 101.864 57.6198 101.757 56.6484 102.161L55.24 102.755L54.3447 101.083L53.8649 101.36L54.898 102.956L53.5277 103.643C53.5277 103.643 52.3568 104.101 52.8627 105.358C53.3305 106.521 54.4064 106.265 54.4064 106.265Z" fill="url(#paint14_linear_732_1684)"/> <path d="M52.022 99.1328H56.2566C56.2566 99.1328 57.6246 99.1708 57.8977 97.608C58.197 95.8909 56.9477 95.6558 56.9477 95.6558C56.9477 95.6558 57.7006 95.309 57.5367 94.0123C57.3729 92.7155 56.2305 92.5517 55.7555 92.611C55.8339 91.8415 55.9954 90.0983 54.1856 90.0817C52.4376 90.065 52.4495 91.8225 52.5801 92.516C51.9579 92.5232 50.0768 93.4565 51.3997 95.5062C50.6801 96.1213 50.3737 96.4799 50.407 97.3681C50.4402 98.2588 50.9841 99.1328 52.022 99.1328Z" fill="url(#paint15_linear_732_1684)"/> <path d="M56.1544 96.7553L54.347 97.9452L54.2995 96.7957L55.4419 95.449L54.2805 96.3872L54.1309 92.8745L54.0193 96.4109L52.8009 95.4395L54.0074 96.7695L53.9718 97.9523L52.1145 96.5867L53.9575 98.3798L53.8649 101.358H54.4943L54.366 98.3988L56.1544 96.7553Z" fill="#C6D5E6"/> <path d="M104.17 123.422L165.982 155.34L97.6955 175.534L64.8801 122.833L104.17 123.422Z" fill="url(#paint16_linear_732_1684)"/> <path d="M71.7629 117.584L64.8801 118.724L86.761 124.293L104.17 119.294L99.0374 118.551L71.7629 117.584Z" fill="url(#paint17_linear_732_1684)"/> <path d="M79.2489 56.25C79.2489 56.25 59.8855 74.6753 77.7336 98.2827C94.3088 120.209 122.749 104.199 123.787 102.073C110.269 89.1627 79.2489 56.25 79.2489 56.25Z" fill="url(#paint18_linear_732_1684)"/> <path d="M109.962 70.7896C122.46 83.2869 128.97 97.0357 124.502 101.503C120.037 105.968 106.286 99.4606 93.7886 86.9634C81.2914 74.4661 74.7815 60.7172 79.2489 56.2499C83.7163 51.7825 97.4651 58.2947 109.962 70.7896Z" fill="url(#paint19_linear_732_1684)"/> <path d="M93.7886 86.9633C94.9096 88.0843 96.0425 89.1578 97.1778 90.1791L116.848 66.3602L115.708 65.1323L92.3066 85.441C92.7911 85.9516 93.2851 86.4575 93.7886 86.9633Z" fill="url(#paint20_linear_732_1684)"/> <path d="M116.847 68.0274C118.882 68.0274 120.531 66.3782 120.531 64.3438C120.531 62.3094 118.882 60.6602 116.847 60.6602C114.813 60.6602 113.164 62.3094 113.164 64.3438C113.164 66.3782 114.813 68.0274 116.847 68.0274Z" fill="url(#paint21_linear_732_1684)"/> <path d="M127.202 68.588C126.357 68.5714 125.633 67.9325 125.533 67.0704C124.243 56.0195 115.536 56.1477 115.14 56.1596C114.195 56.1834 112.751 55.7202 112.943 53.9081C113.043 52.9676 113.499 52.742 114.444 52.7111C114.577 52.7064 117.731 52.6185 121.08 54.3024C124.191 55.8675 127.582 59.2305 129.352 66.0539C129.352 68.2365 128.076 68.588 127.202 68.588Z" fill="url(#paint22_linear_732_1684)"/> <path d="M127.632 67.7282C126.787 67.7282 126.051 67.1036 125.932 66.2438C124.421 55.2191 115.135 55.5183 114.741 55.5349C113.796 55.5777 112.99 54.8509 112.943 53.9057C112.895 52.9604 113.617 52.1553 114.56 52.1054C114.693 52.0983 117.845 51.9463 121.227 53.5637C124.369 55.0671 128.326 58.4039 129.335 65.7759C129.463 66.7164 128.806 67.5809 127.867 67.7116C127.789 67.7234 127.711 67.7282 127.632 67.7282Z" fill="url(#paint23_linear_732_1684)"/> <path d="M133.648 68.486C132.428 68.4029 131.898 67.3247 131.848 66.4032C131.461 59.0716 128.343 53.9202 122.576 51.0892C118.197 48.9398 114.724 48.9113 114.677 48.9089C114.674 48.9089 112.589 49.0087 112.938 46.6907C113.316 46.0756 113.686 45.4866 114.636 45.4747C114.845 45.4723 118.985 45.4984 124.089 48.0064C128.879 50.3577 135.895 55.5304 135.895 66.3391C135.897 68.3103 134.271 68.5359 133.648 68.486Z" fill="url(#paint24_linear_732_1684)"/> <path d="M134.211 67.7282C133.299 67.7282 132.539 67.0086 132.496 66.0895C132.164 58.7555 129.081 53.5827 123.336 50.709C118.971 48.5263 114.71 48.524 114.663 48.5216C114.66 48.5216 114.658 48.5216 114.655 48.5216C113.71 48.5216 112.943 47.7568 112.938 46.8116C112.934 45.864 113.698 45.0897 114.648 45.085C114.857 45.085 119.788 45.0897 124.875 47.6333C129.646 50.0202 135.439 55.1312 135.931 65.9303C135.973 66.878 135.24 67.6807 134.292 67.7235C134.263 67.7282 134.237 67.7282 134.211 67.7282Z" fill="url(#paint25_linear_732_1684)"/> <path d="M93.1188 108.801V113.026L86.3667 114.079V119.296L99.0373 116.665V109.666C97.0779 109.573 95.0924 109.302 93.1188 108.801Z" fill="url(#paint26_linear_732_1684)"/> <path d="M97.1967 109.526V113.858L87.3072 115.582L87.3523 114.076C87.3523 114.076 88.0529 96.5371 80.1608 96.5371C72.2687 96.5371 71.1287 109.78 71.1287 112.324C71.1287 114.867 71.1287 119.252 71.1287 119.252L86.103 122.935H87.0887L100.814 119.121V109.702C99.6192 109.709 98.4103 109.654 97.1967 109.526Z" fill="url(#paint27_linear_732_1684)"/> <path d="M70.1409 119.252C70.1409 119.252 70.1409 114.867 70.1409 112.324C70.1409 109.78 71.2809 96.5371 79.173 96.5371C87.0651 96.5371 86.3645 114.076 86.3645 114.076L86.1009 122.935L70.1409 119.252Z" fill="url(#paint28_linear_732_1684)"/> <path d="M81.5527 106.227C81.5527 104.895 80.6288 103.816 79.4912 103.816H78.7858L78.7074 103.997C77.9569 104.358 77.4297 105.22 77.4297 106.227C77.4297 107.236 77.9593 108.099 78.7098 108.46L78.7573 108.635L79.4674 108.638C79.4746 108.638 79.4817 108.64 79.4888 108.64C79.4959 108.64 79.5007 108.64 79.5078 108.64H79.5411V108.638C80.6573 108.604 81.5527 107.54 81.5527 106.227Z" fill="url(#paint29_linear_732_1684)"/> <path d="M78.8664 108.638C80.005 108.638 80.9279 107.558 80.9279 106.227C80.9279 104.896 80.005 103.816 78.8664 103.816C77.7279 103.816 76.8049 104.896 76.8049 106.227C76.8049 107.558 77.7279 108.638 78.8664 108.638Z" fill="url(#paint30_linear_732_1684)"/> <path d="M64.8801 122.833V118.724L86.761 124.293V129.062L64.8801 122.833Z" fill="url(#paint31_linear_732_1684)"/> <path d="M104.17 123.422V119.294L86.761 124.294V129.063L104.17 123.422Z" fill="url(#paint32_linear_732_1684)"/> <defs> <linearGradient id="paint0_linear_732_1684" x1="60.7399" y1="100.677" x2="60.7399" y2="77.6902" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint1_linear_732_1684" x1="45.3934" y1="114.45" x2="45.3934" y2="63.0343" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint2_linear_732_1684" x1="134.642" y1="104.314" x2="134.642" y2="67.1498" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint3_linear_732_1684" x1="149.491" y1="109.698" x2="149.491" y2="69.3847" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#DBE3EE"/> </linearGradient> <linearGradient id="paint4_linear_732_1684" x1="28.6718" y1="119.692" x2="28.6718" y2="83.9452" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint5_linear_732_1684" x1="162.307" y1="115.748" x2="162.307" y2="86.5042" gradientUnits="userSpaceOnUse"> <stop offset="5.35827e-07" stop-color="white"/> <stop offset="1" stop-color="#EDF1F9"/> </linearGradient> <linearGradient id="paint6_linear_732_1684" x1="30.0882" y1="55.0188" x2="30.0882" y2="39.6902" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint7_linear_732_1684" x1="152.892" y1="46.2741" x2="152.892" y2="30.9455" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint8_linear_732_1684" x1="97.6949" y1="52.9025" x2="97.6949" y2="41.8071" gradientUnits="userSpaceOnUse"> <stop offset="0.2332" stop-color="white"/> <stop offset="1" stop-color="#D3DFEE"/> </linearGradient> <linearGradient id="paint9_linear_732_1684" x1="95.0481" y1="178.965" x2="95.0481" y2="95.3342" gradientUnits="userSpaceOnUse"> <stop offset="0.4065" stop-color="white"/> <stop offset="1" stop-color="#DAE4EF"/> </linearGradient> <linearGradient id="paint10_linear_732_1684" x1="45.3938" y1="137.036" x2="33.1777" y2="122.477" gradientUnits="userSpaceOnUse"> <stop offset="0.4034" stop-color="#EFF4F8"/> <stop offset="1" stop-color="#D4DFEC"/> </linearGradient> <linearGradient id="paint11_linear_732_1684" x1="26.6199" y1="108.467" x2="41.8643" y2="108.467" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint12_linear_732_1684" x1="168.623" y1="132.292" x2="157.374" y2="118.886" gradientUnits="userSpaceOnUse"> <stop offset="0.4034" stop-color="#EFF4F8"/> <stop offset="1" stop-color="#D4DFEC"/> </linearGradient> <linearGradient id="paint13_linear_732_1684" x1="151.335" y1="105.984" x2="165.373" y2="105.984" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint14_linear_732_1684" x1="59.6911" y1="108.739" x2="53.6488" y2="101.538" gradientUnits="userSpaceOnUse"> <stop offset="1.4385e-07" stop-color="#EAEFF6"/> <stop offset="1" stop-color="#CDDAE9"/> </linearGradient> <linearGradient id="paint15_linear_732_1684" x1="50.4053" y1="94.6084" x2="57.9455" y2="94.6084" gradientUnits="userSpaceOnUse"> <stop offset="0.1022" stop-color="#F0F5F8"/> <stop offset="1" stop-color="#B4C7DC"/> </linearGradient> <linearGradient id="paint16_linear_732_1684" x1="123.739" y1="168.065" x2="107.283" y2="110.674" gradientUnits="userSpaceOnUse"> <stop offset="0.0938" stop-color="white"/> <stop offset="0.9362" stop-color="#BBCBE0"/> </linearGradient> <linearGradient id="paint17_linear_732_1684" x1="64.8791" y1="120.94" x2="104.169" y2="120.94" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint18_linear_732_1684" x1="76.2081" y1="58.0062" x2="107.388" y2="112.011" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint19_linear_732_1684" x1="77.8411" y1="78.8768" x2="125.911" y2="78.8768" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint20_linear_732_1684" x1="116.847" y1="77.6568" x2="92.305" y2="77.6568" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#A1BBD3"/> </linearGradient> <linearGradient id="paint21_linear_732_1684" x1="113.164" y1="64.3441" x2="120.53" y2="64.3441" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint22_linear_732_1684" x1="112.798" y1="60.4893" x2="129.454" y2="60.8208" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#9BB8D1"/> </linearGradient> <linearGradient id="paint23_linear_732_1684" x1="112.941" y1="59.9132" x2="129.352" y2="59.9132" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint24_linear_732_1684" x1="112.976" y1="57.068" x2="135.833" y2="56.9023" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#9BB8D1"/> </linearGradient> <linearGradient id="paint25_linear_732_1684" x1="112.937" y1="56.4073" x2="135.929" y2="56.4073" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint26_linear_732_1684" x1="92.7019" y1="119.295" x2="92.7019" y2="108.8" gradientUnits="userSpaceOnUse"> <stop stop-color="#E5EBF4"/> <stop offset="1" stop-color="#9BB8D1"/> </linearGradient> <linearGradient id="paint27_linear_732_1684" x1="85.9709" y1="122.935" x2="85.9709" y2="96.5375" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint28_linear_732_1684" x1="70.1412" y1="109.736" x2="86.3817" y2="109.736" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint29_linear_732_1684" x1="77.4312" y1="106.228" x2="81.5531" y2="106.228" gradientUnits="userSpaceOnUse"> <stop stop-color="#E5EBF4"/> <stop offset="1" stop-color="#9BB8D1"/> </linearGradient> <linearGradient id="paint30_linear_732_1684" x1="78.8672" y1="108.64" x2="78.8672" y2="103.816" gradientUnits="userSpaceOnUse"> <stop stop-color="#E5EBF4"/> <stop offset="1" stop-color="#9BB8D1"/> </linearGradient> <linearGradient id="paint31_linear_732_1684" x1="64.8791" y1="123.894" x2="86.7602" y2="123.894" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> <linearGradient id="paint32_linear_732_1684" x1="86.7602" y1="124.18" x2="104.169" y2="124.18" gradientUnits="userSpaceOnUse"> <stop stop-color="#EFF3F9"/> <stop offset="1" stop-color="#B6C9DE"/> </linearGradient> </defs> </svg> `; return /*#__PURE__*/React.createElement(Box, { padding: "x6", width: "100%", flex: 1, justifyContent: "center", alignItems: "center" }, /*#__PURE__*/React.createElement(SvgXml, { xml: type === 'network' ? networkXml : defaultXml, width: 190, height: 190 }), /*#__PURE__*/React.createElement(Text, { variant: "p1", color: "text", marginBottom: 'x4' }, type === 'network' ? '网络连接异常' : '对不起,应用出错了'), /*#__PURE__*/React.createElement(Button, { title: "\u5237\u65B0\u8BD5\u8BD5", type: "primary", onPress: onRefresh, width: "100%" })); } //# sourceMappingURL=index.js.map