mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* fix(date-picker): error state (#5317) * fix(date-range-picker): fixed the error state in preset * Update giant-sloths-shop.md * Removed if statement * chore(date-picker): prettier --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> * fix(theme): clear button in mobile (#5252) * fix(toast): fixed close button hover position * fix(input): fixed the clear button rendering on smaller devices * Delete .changeset/soft-spoons-march.md * Update input.ts * Undo unrelated toast changes * fix(toast): icons (#5246) * feat(shared-icons): add loading icon * fix(toast): icons * chore(toast): revise types for icons * chore(changeset): add changeset * refactor: migrate eslint to v9 (#5267) * refactor: migrate eslint to v9 * chore: lint * chore: update eslint command * chore: fix lint warnings * chore: separate lint and lint:fix * chore: exclude contentlayer generated code * fix(scripts): add missing await * fix(autocomplete): persist last selected item position (#5286) * refactor(select): remove unnecessary code * fix(autocomplete): persist last selected item position * chore(changeset): add changeset * chore(deps): bump framer-motion version (#5287) * chore(deps): bump framer-motion version * fix: typing issues * chore(changeset): add changeset --------- Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * chore(docs): supplement onAction & selectionBehavior (#5289) * fix(autocomplete): ensure focused item matches selected item after filter, selection (#5290) * fix(autocomplete): ensure focused item matches selected item after filter, selection * chore: apply type and default value * chore: add perpose coment in updated code * test: add focuskey management testcode * docs: add changeset * docs: update changeset * chore: remove comment * fix: broken components in stories (#5291) * chore(switch): remove xl size * chore(docs): remove xl size * chore(system-rsc): remove xl size * chore(circular-progress): remove xl size * chore: undo * chore(deps): bump RA versions (#5310) * chore(deps): ra version bump * chore(changeset): add changeset * fix(scripts): incorrect docs path --------- Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * chore(docs): update meta data (#5311) * docs(layout.tsx): added text-foreground (#5316) * feat(tabs): add click handling for tab items in tests and implementation (#3917) Co-authored-by: WK Wong <wingkwong.code@gmail.com> * fix issues in tabs examples (#2405) Co-authored-by: WK Wong <wingkwong.code@gmail.com> * chore(docs): add missing onValueChange in CheckboxGroup (#5332) * ci(changesets): version packages (#5323) Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> * chore(deps): bump RA versions (#5361) * chore(deps): bump RA versions * chore(deps): bump RA versions * chore(deps): bump RA versions * chore: changeset * refactor(listbox): already extends in AriaListBoxProps * chore(docs): remove herohack announcement (#5363) * chore: remove herohack announcement * Update carbon-ad.tsx * chore(docs): fixed lint errors * chore(docs): requested changes * Update carbon-ad.tsx * Update carbon-ad.tsx * fix(theme): consistent faded styling for isInvalid in InputOtp and DateInput (#5349) * fix(input-otp): remove bg and border styles from faded variant when isInvalid * fix(date-input): remove bg styles from faded variant when isInvalid * chore(changeset): add changeset * chore: bump theme peerDependencies * chore: bump theme peerDependencies * fix: wrong version * chore: extra line --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> * fix(theme): helperWrapper padding (#5350) * fix(number-input): decreased helperWrapper padding to maintain consistency * Update beige-laws-heal.md * chore(theme): change to p-1 * chore(deps): bump peerDependencies for theme pkg * fix(number-input): incorrect versions * chore(changeset): include number input --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com> * fix(autocomplete): onClear (#5365) * fix(autocomplete): add onClear * feat(autocomplete): add test case for onClear * chore(changeset): add changeset * fix(number-input): only allow number type (#5368) * refactor(number-input): avoid non number type passing to number input * chore(changeset): add changeset * refactor: optimization (#5362) * chore(deps): bump RA versions * chore(deps): bump RA versions * chore(deps): bump RA versions * chore: changeset * chore(deps): remove unnecessary dependencies * fix(calendar): typing issue * refactor(system): remove unused SupportedCalendars * refactor(system): move I18nProviderProps to type * refactor: use `spectrumCalendarProps<DateValue>["createCalendar"]` * feat: add consistent-type-imports * fix: eslint * chore: add changeset * refactor: remove unused deps * ci(changesets): version packages (#5364) Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> --------- Co-authored-by: Vishv Salvi <82429084+Vishvsalvi@users.noreply.github.com> Co-authored-by: Junior Garcia <jrgarciadev@gmail.com> Co-authored-by: KumJungMin <37934668+KumJungMin@users.noreply.github.com> Co-authored-by: liaoyinglong <vigossliao@gmail.com> Co-authored-by: zhengjitf <zhengjitf@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anuj Kuralkar <76731106+anuj-kuralkar@users.noreply.github.com>
1259 lines
46 KiB
TypeScript
1259 lines
46 KiB
TypeScript
import type {IconSvgProps} from "@/types";
|
|
|
|
import * as React from "react";
|
|
|
|
export const LooperBg: React.FC<IconSvgProps> = ({width = 1440, height = 1343, ...props}) => (
|
|
<svg
|
|
fill="none"
|
|
height={height}
|
|
viewBox="0 0 1440 1343"
|
|
width={width}
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
{...props}
|
|
>
|
|
<path
|
|
d="M1870.09 1001.17L1830.89 398.94C1827.68 349.619 1776.32 318.586 1731.17 338.689L1349.04 508.821C1303.89 528.924 1292.58 587.861 1327.09 623.249L1748.4 1055.34C1794.44 1102.56 1874.37 1066.97 1870.09 1001.17Z"
|
|
opacity={0.0144928}
|
|
stroke="url(#paint0_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1830.45 1013.99L1823.57 417.633C1822.99 368.178 1773.3 334.444 1727.13 352.169L1340.08 500.74C1293.91 518.464 1279.55 576.786 1312.22 613.92L1706.15 1061.71C1749.65 1111.17 1831.21 1079.86 1830.45 1013.99Z"
|
|
opacity={0.0289855}
|
|
stroke="url(#paint1_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1790.69 1025.77L1815.39 436.978C1817.46 387.53 1769.58 351.184 1722.51 366.478L1331.76 493.443C1284.69 508.737 1267.31 566.286 1298.05 605.071L1664.12 1066.9C1704.98 1118.46 1787.94 1091.5 1790.69 1025.77Z"
|
|
opacity={0.0434783}
|
|
stroke="url(#paint2_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1750.88 1036.5L1806.34 456.922C1811.06 407.622 1765.12 368.76 1717.29 381.578L1324.01 486.957C1276.17 499.775 1255.82 556.397 1284.56 596.733L1622.38 1070.93C1660.51 1124.45 1744.62 1101.91 1750.88 1036.5Z"
|
|
opacity={0.057971}
|
|
stroke="url(#paint3_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1711.06 1046.19L1796.39 477.41C1803.74 428.398 1759.89 387.124 1711.41 397.428L1316.8 481.306C1268.32 491.61 1245.05 547.152 1271.7 588.936L1580.99 1073.84C1616.28 1129.17 1701.33 1111.09 1711.06 1046.19Z"
|
|
opacity={0.0724638}
|
|
stroke="url(#paint4_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1671.3 1054.85L1785.51 498.385C1795.48 449.802 1753.83 406.226 1704.85 413.985L1310.07 476.512C1261.08 484.271 1234.94 538.583 1259.44 581.706L1540.01 1075.65C1572.39 1132.65 1658.12 1119.07 1671.3 1054.85Z"
|
|
opacity={0.0869565}
|
|
stroke="url(#paint5_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1631.64 1062.51L1773.68 519.79C1786.25 471.777 1746.93 426.015 1697.57 431.203L1303.77 472.594C1254.41 477.782 1225.47 530.717 1247.74 575.069L1499.51 1076.4C1528.89 1134.91 1615.07 1125.85 1631.64 1062.51Z"
|
|
opacity={0.101449}
|
|
stroke="url(#paint6_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1592.15 1069.18L1760.89 541.567C1776.02 494.261 1739.15 446.438 1689.55 449.037L1297.85 469.565C1248.25 472.165 1216.58 523.58 1236.57 569.046L1459.53 1076.13C1485.85 1135.99 1572.23 1131.46 1592.15 1069.18Z"
|
|
opacity={0.115942}
|
|
stroke="url(#paint7_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1552.87 1074.88L1747.12 563.658C1764.77 517.195 1730.45 467.44 1680.75 467.44L1292.25 467.44C1242.55 467.44 1208.23 517.195 1225.88 563.658L1420.13 1074.88C1443.32 1135.93 1529.68 1135.93 1552.87 1074.88Z"
|
|
opacity={0.130435}
|
|
stroke="url(#paint8_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1513.85 1079.64L1732.36 586.004C1752.49 540.519 1720.83 488.966 1671.15 486.362L1286.93 466.226C1237.26 463.623 1200.37 511.584 1215.64 558.924L1381.36 1072.7C1401.37 1134.76 1487.46 1139.27 1513.85 1079.64Z"
|
|
opacity={0.144928}
|
|
stroke="url(#paint9_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1475.14 1083.49L1716.61 608.545C1739.17 564.171 1710.25 510.96 1660.74 505.756L1281.83 465.931C1232.32 460.728 1192.97 506.763 1205.81 554.858L1343.26 1069.62C1360.06 1132.54 1445.63 1141.54 1475.14 1083.49Z"
|
|
opacity={0.15942}
|
|
stroke="url(#paint10_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1436.79 1086.44L1699.86 631.222C1724.79 588.087 1698.7 533.364 1649.49 525.57L1276.9 466.557C1227.69 458.764 1185.97 502.747 1196.35 551.473L1305.87 1065.7C1319.42 1129.31 1404.25 1142.75 1436.79 1086.44Z"
|
|
opacity={0.173913}
|
|
stroke="url(#paint11_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1398.83 1088.54L1682.11 653.976C1709.34 612.208 1686.16 556.121 1637.39 545.755L1272.08 468.105C1223.31 457.739 1179.33 499.551 1187.21 548.782L1269.25 1060.99C1279.52 1125.12 1363.37 1142.94 1398.83 1088.54Z"
|
|
opacity={0.188406}
|
|
stroke="url(#paint12_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1361.32 1089.81L1663.37 676.748C1692.82 636.469 1672.63 579.174 1624.43 566.259L1267.33 470.572C1219.13 457.657 1173 497.182 1178.36 546.792L1233.42 1055.54C1240.39 1120.01 1323.04 1142.16 1361.32 1089.81Z"
|
|
opacity={0.202899}
|
|
stroke="url(#paint13_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1324.28 1090.3L1643.64 699.482C1675.24 660.811 1658.1 602.463 1610.6 587.031L1262.59 473.954C1215.09 458.521 1166.93 495.649 1169.76 545.509L1198.41 1049.4C1202.09 1114.05 1283.3 1140.44 1324.28 1090.3Z"
|
|
opacity={0.217391}
|
|
stroke="url(#paint14_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1287.75 1090.03L1622.94 722.119C1656.6 685.17 1642.56 625.932 1595.9 608.019L1257.81 478.24C1211.14 460.327 1161.07 494.956 1161.36 544.938L1164.27 1042.63C1164.65 1107.29 1244.21 1137.83 1287.75 1090.03Z"
|
|
opacity={0.231884}
|
|
stroke="url(#paint15_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1251.78 1089.06L1601.27 744.604C1636.9 709.488 1626.01 649.522 1580.31 629.174L1252.94 483.42C1207.24 463.072 1155.39 495.105 1153.13 545.081L1131.01 1035.29C1128.1 1099.78 1205.8 1134.37 1251.78 1089.06Z"
|
|
opacity={0.246377}
|
|
stroke="url(#paint16_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1216.38 1087.41L1578.66 766.881C1616.16 733.703 1608.46 673.175 1563.84 650.444L1247.94 489.48C1203.32 466.749 1149.83 496.096 1145.03 545.936L1098.66 1027.43C1092.48 1091.59 1168.11 1130.12 1216.38 1087.41Z"
|
|
opacity={0.26087}
|
|
stroke="url(#paint17_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1181.59 1085.12L1555.12 788.896C1594.39 757.756 1589.9 696.835 1546.5 671.778L1242.75 496.405C1199.35 471.347 1144.35 497.925 1137.01 547.501L1067.24 1019.1C1057.82 1082.76 1131.17 1125.11 1181.59 1085.12Z"
|
|
opacity={0.275362}
|
|
stroke="url(#paint18_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1147.43 1082.25L1530.68 810.597C1571.6 781.591 1570.36 720.447 1528.29 693.127L1237.33 504.173C1195.26 476.854 1138.9 500.588 1129.04 549.771L1036.76 1010.38C1024.13 1073.38 1095.01 1119.41 1147.43 1082.25Z"
|
|
opacity={0.289855}
|
|
stroke="url(#paint19_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1113.93 1078.83L1505.36 831.936C1547.83 805.151 1549.84 743.954 1509.22 714.443L1231.63 512.766C1191.02 483.255 1133.43 504.075 1121.08 552.74L1007.23 1001.31C991.451 1063.49 1059.67 1113.05 1113.93 1078.83Z"
|
|
opacity={0.304348}
|
|
stroke="url(#paint20_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1081.1 1074.91L1479.2 852.861C1523.09 828.381 1528.35 767.303 1489.29 735.677L1225.62 522.158C1186.56 490.532 1127.92 508.378 1113.1 556.398L978.67 991.964C959.786 1053.15 1025.17 1106.1 1081.1 1074.91Z"
|
|
opacity={0.318841}
|
|
stroke="url(#paint21_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1048.96 1070.53L1452.22 873.327C1497.41 851.229 1505.92 790.442 1468.53 756.782L1219.25 532.325C1181.87 498.665 1122.3 513.483 1105.05 560.735L951.08 982.391C929.154 1042.44 991.537 1098.61 1048.96 1070.53Z"
|
|
opacity={0.333333}
|
|
stroke="url(#paint22_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M1017.54 1065.73L1424.45 893.29C1470.81 873.643 1482.56 813.318 1446.95 777.713L1212.48 543.236C1176.87 507.631 1116.55 519.376 1096.9 565.738L924.461 972.654C899.562 1031.41 958.782 1090.63 1017.54 1065.73Z"
|
|
opacity={0.347826}
|
|
stroke="url(#paint23_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M986.827 1060.56L1395.94 912.707C1443.35 895.576 1458.3 835.883 1424.57 798.426L1205.27 554.863C1171.54 517.406 1110.61 526.039 1088.62 571.392L898.81 962.81C871.017 1020.12 926.922 1082.21 986.827 1060.56Z"
|
|
opacity={0.362319}
|
|
stroke="url(#paint24_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M956.848 1055.07L1366.72 931.539C1415.03 916.979 1433.17 858.089 1401.41 818.877L1197.59 567.174C1165.84 527.963 1104.46 533.455 1080.18 577.682L874.125 952.917C843.522 1008.65 895.972 1073.42 956.848 1055.07Z"
|
|
opacity={0.376812}
|
|
stroke="url(#paint25_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M927.603 1049.3L1336.84 949.748C1385.92 937.809 1407.19 879.889 1377.5 839.027L1189.4 580.135C1159.71 539.273 1098.06 541.602 1071.54 584.589L850.395 943.032C817.074 997.041 865.941 1064.3 927.603 1049.3Z"
|
|
opacity={0.391304}
|
|
stroke="url(#paint26_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M899.098 1043.29L1306.33 967.299C1356.04 958.024 1380.39 901.241 1352.85 858.835L1180.68 593.711C1153.14 551.306 1091.36 550.459 1062.67 592.094L827.61 933.211C791.67 985.366 836.834 1054.91 899.098 1043.29Z"
|
|
opacity={0.405797}
|
|
stroke="url(#paint27_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M871.332 1037.09L1275.24 984.162C1325.43 977.585 1352.81 922.101 1327.51 878.264L1171.39 607.865C1146.08 564.029 1084.34 560 1053.55 600.177L805.752 923.508C767.3 973.682 808.654 1045.31 871.332 1037.09Z"
|
|
opacity={0.42029}
|
|
stroke="url(#paint28_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M844.305 1030.75L1243.62 1000.31C1294.15 996.455 1324.49 942.43 1301.49 897.279L1161.51 622.56C1138.5 577.408 1076.96 570.201 1044.15 608.815L784.806 913.976C743.952 962.047 781.401 1035.54 844.305 1030.75Z"
|
|
opacity={0.434783}
|
|
stroke="url(#paint29_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M818.013 1024.3L1211.51 1015.71C1262.23 1014.6 1295.46 962.192 1274.83 915.845L1151.01 637.755C1130.38 591.408 1069.2 581.033 1034.44 617.985L764.75 904.665C721.613 950.52 755.072 1025.67 818.013 1024.3Z"
|
|
opacity={0.449275}
|
|
stroke="url(#paint30_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M792.45 1017.78L1178.97 1030.34C1229.73 1031.99 1265.76 981.352 1247.56 933.933L1139.88 653.411C1121.67 605.992 1061.02 592.468 1024.4 627.663L745.559 895.626C700.261 939.158 729.659 1015.74 792.45 1017.78Z"
|
|
opacity={0.463768}
|
|
stroke="url(#paint31_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M767.607 1011.24L1146.04 1044.19C1196.7 1048.6 1235.43 999.877 1219.72 951.513L1128.08 669.487C1112.37 621.123 1052.39 604.477 1014 637.822L727.207 886.907C679.878 928.014 705.155 1005.81 767.607 1011.24Z"
|
|
opacity={0.478261}
|
|
stroke="url(#paint32_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M743.474 1004.72L1112.77 1057.23C1163.18 1064.39 1204.52 1017.74 1191.34 968.558L1115.61 685.94C1102.44 636.76 1043.3 617.027 1003.23 648.438L709.666 878.553C660.438 917.141 681.547 995.921 743.474 1004.72Z"
|
|
opacity={0.492754}
|
|
stroke="url(#paint33_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M720.037 998.262L1079.21 1069.45C1129.22 1079.36 1173.06 1034.91 1162.47 985.045L1102.46 702.729C1091.86 652.865 1033.72 630.088 992.071 659.482L692.903 870.607C641.913 906.591 658.82 986.128 720.037 998.262Z"
|
|
opacity={0.507246}
|
|
stroke="url(#paint34_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M697.282 991.892L1045.43 1080.85C1094.88 1093.48 1141.11 1051.37 1133.13 1000.95L1088.6 719.811C1080.62 669.396 1023.63 643.626 980.501 670.926L676.885 863.11C624.275 896.411 636.957 976.478 697.282 991.892Z"
|
|
opacity={0.521739}
|
|
stroke="url(#paint35_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M675.192 985.651L1011.46 1091.41C1060.21 1106.74 1108.71 1067.09 1103.37 1016.26L1074.03 737.142C1068.69 686.312 1013.01 657.607 968.506 682.743L661.576 856.101C607.491 886.649 615.938 967.016 675.192 985.651Z"
|
|
opacity={0.536232}
|
|
stroke="url(#paint36_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M653.748 979.574L977.363 1101.13C1025.27 1119.12 1075.91 1082.05 1073.23 1030.94L1058.75 754.679C1056.07 703.571 1001.84 671.998 956.073 694.903L646.937 849.615C591.525 877.347 595.74 957.786 653.748 979.574Z"
|
|
opacity={0.550725}
|
|
stroke="url(#paint37_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M632.929 973.693L943.192 1110C990.112 1130.62 1042.75 1096.25 1042.75 1045V772.38C1042.75 721.131 990.112 686.763 943.192 707.376L632.929 843.686C576.341 868.548 576.341 948.831 632.929 973.693Z"
|
|
opacity={0.565217}
|
|
stroke="url(#paint38_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M612.715 968.039L908.997 1118.04C954.784 1141.22 1009.28 1109.66 1011.97 1058.41L1026.03 790.2C1028.71 738.949 977.81 701.866 929.851 720.134L619.512 838.345C561.899 860.29 557.712 940.192 612.715 968.039Z"
|
|
opacity={0.57971}
|
|
stroke="url(#paint39_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M593.081 962.641L874.831 1125.25C919.345 1150.94 975.56 1122.29 980.932 1071.17L1008.58 808.097C1013.95 756.984 964.925 717.273 916.043 733.147L606.642 833.619C548.159 852.61 539.825 931.906 593.081 962.641Z"
|
|
opacity={0.594203}
|
|
stroke="url(#paint40_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M574.002 957.528L840.745 1131.63C883.847 1159.76 941.626 1134.11 949.677 1083.28L990.421 826.029C998.473 775.192 951.447 732.948 901.762 746.384L594.275 829.533C535.078 845.54 522.65 924.011 574.002 957.528Z"
|
|
opacity={0.608696}
|
|
stroke="url(#paint41_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M555.454 952.723L806.79 1137.19C848.346 1167.69 907.531 1145.14 918.248 1094.71L971.549 843.954C982.266 793.533 937.373 748.855 887.003 759.816L582.366 826.108C522.612 839.112 506.154 916.539 555.454 952.723Z"
|
|
opacity={0.623188}
|
|
stroke="url(#paint42_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M537.408 948.25L773.014 1141.96C812.894 1174.74 873.323 1155.36 886.686 1105.49L951.974 861.831C965.336 811.962 922.696 764.958 871.765 773.413L570.871 823.364C510.715 833.351 490.305 909.524 537.408 948.25Z"
|
|
opacity={0.637681}
|
|
stroke="url(#paint43_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M519.837 944.131L739.468 1145.94C777.544 1180.93 839.052 1164.78 855.031 1115.6L931.706 879.619C947.685 830.44 907.416 781.222 856.047 787.146L559.742 821.317C499.342 828.283 475.067 902.993 519.837 944.131Z"
|
|
opacity={0.652174}
|
|
stroke="url(#paint44_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M502.712 940.385L706.196 1149.16C742.347 1186.25 804.764 1173.4 823.325 1125.05L910.758 897.28C929.319 848.926 891.532 797.612 839.848 800.987L548.931 819.98C488.443 823.929 460.403 896.976 502.712 940.385Z"
|
|
opacity={0.666667}
|
|
stroke="url(#paint45_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M486.005 937.03L673.247 1151.64C707.354 1190.74 770.507 1181.24 791.609 1133.84L889.145 914.775C910.247 867.38 875.046 814.094 823.172 814.905L538.394 819.362C477.972 820.307 446.277 891.495 486.005 937.03Z"
|
|
opacity={0.681159}
|
|
stroke="url(#paint46_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M469.685 934.08L640.663 1153.41C672.614 1194.4 736.327 1188.3 759.921 1141.99L866.884 932.067C890.478 885.762 857.963 830.631 806.024 828.874L528.082 819.47C467.879 817.433 432.65 886.573 469.685 934.08Z"
|
|
opacity={0.695652}
|
|
stroke="url(#paint47_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M453.721 931.55L608.487 1154.5C638.175 1197.26 702.269 1194.6 728.299 1149.51L843.994 949.12C870.024 904.034 840.288 847.193 788.407 842.866L517.947 820.308C458.115 815.318 419.483 882.229 453.721 931.55Z"
|
|
opacity={0.710145}
|
|
stroke="url(#paint48_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M438.084 929.45L576.76 1154.93C604.082 1199.35 668.377 1200.14 696.783 1156.4L820.495 965.901C848.901 922.16 822.029 863.745 770.331 856.854L507.943 821.878C448.63 813.971 406.737 878.481 438.084 929.45Z"
|
|
opacity={0.724638}
|
|
stroke="url(#paint49_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M422.744 927.791L545.519 1154.74C570.382 1200.7 634.694 1204.96 665.407 1162.69L796.411 982.376C827.124 940.103 803.194 880.256 751.803 870.812L498.024 824.176C439.377 813.399 394.371 875.344 422.744 927.791Z"
|
|
opacity={0.73913}
|
|
stroke="url(#paint50_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M407.669 926.577L514.802 1153.96C537.115 1201.32 601.262 1209.07 634.208 1168.38L771.765 998.514C804.711 957.829 783.796 896.695 732.833 884.716L488.144 827.2C430.304 813.604 382.345 872.828 407.669 926.577Z"
|
|
opacity={0.753623}
|
|
stroke="url(#paint51_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M392.83 925.816L484.642 1152.64C504.324 1201.26 568.12 1212.49 603.219 1173.51L746.583 1014.28C781.682 975.303 763.847 913.031 713.434 898.54L478.257 830.939C421.364 814.586 370.619 870.944 392.83 925.816Z"
|
|
opacity={0.768116}
|
|
stroke="url(#paint52_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M378.196 925.51L455.072 1150.81C472.045 1200.55 535.306 1215.25 572.472 1178.08L720.892 1029.66C758.058 992.496 743.361 929.235 693.616 912.261L468.32 835.386C412.509 816.341 359.152 869.698 378.196 925.51Z"
|
|
opacity={0.782609}
|
|
stroke="url(#paint53_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M363.738 925.661L426.119 1148.51C440.317 1199.23 502.858 1217.37 541.999 1182.13L694.722 1044.62C733.864 1009.38 722.353 945.28 673.395 925.858L458.291 840.525C403.69 818.865 347.904 869.096 363.738 925.661Z"
|
|
opacity={0.797101}
|
|
stroke="url(#paint54_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M349.426 926.269L397.81 1145.78C409.171 1197.33 470.808 1218.9 511.827 1185.68L668.102 1059.13C709.122 1025.91 700.841 961.14 652.784 939.31L448.126 846.343C394.862 822.148 336.833 869.138 349.426 926.269Z"
|
|
opacity={0.811594}
|
|
stroke="url(#paint55_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M335.232 927.33L370.17 1142.68C378.641 1194.9 439.19 1219.84 481.986 1188.75L641.063 1073.18C683.859 1042.08 678.844 976.788 631.801 952.595L437.786 852.82C385.979 826.177 325.903 869.826 335.232 927.33Z"
|
|
opacity={0.826087}
|
|
stroke="url(#paint56_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M321.129 928.843L343.219 1139.25C348.755 1191.97 408.034 1220.25 452.5 1191.38L613.637 1086.73C658.103 1057.86 656.38 992.201 610.461 965.696L427.234 859.937C376.997 830.941 315.072 871.155 321.129 928.843Z"
|
|
opacity={0.84058}
|
|
stroke="url(#paint57_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M307.089 930.8L316.975 1135.52C319.538 1188.6 377.369 1220.16 423.392 1193.59L585.857 1099.79C631.881 1073.21 633.47 1007.36 588.782 978.594L416.43 867.671C367.873 836.42 304.303 873.122 307.089 930.8Z"
|
|
opacity={0.855072}
|
|
stroke="url(#paint58_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M293.086 933.196L291.454 1131.56C291.016 1184.83 347.219 1219.59 394.685 1195.41L557.758 1112.32C605.223 1088.13 610.137 1022.23 566.783 991.274L405.342 875.998C358.566 842.597 293.559 875.72 293.086 933.196Z"
|
|
opacity={0.869565}
|
|
stroke="url(#paint59_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M279.096 936.021L266.668 1127.41C263.207 1180.7 317.609 1218.59 366.397 1196.87L529.372 1124.31C578.16 1102.59 586.403 1036.81 544.483 1003.72L393.936 884.891C349.036 849.45 282.803 878.939 279.096 936.021Z"
|
|
opacity={0.884058}
|
|
stroke="url(#paint60_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M265.095 939.266L242.625 1123.12C236.13 1176.27 288.559 1217.21 338.545 1198.02L500.735 1135.76C550.721 1116.57 562.29 1051.07 521.901 1015.92L382.181 894.321C339.245 856.955 271.999 882.769 265.095 939.266Z"
|
|
opacity={0.898551}
|
|
stroke="url(#paint61_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M251.058 942.92L219.333 1118.74C209.8 1171.57 260.088 1215.46 311.145 1198.87L471.881 1146.65C522.938 1130.06 537.824 1064.99 499.058 1027.85L370.047 904.259C329.158 865.086 261.113 887.195 251.058 942.92Z"
|
|
opacity={0.913043}
|
|
stroke="url(#paint62_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M236.967 946.971L196.795 1114.32C184.23 1166.67 232.212 1213.41 284.21 1199.48L442.848 1156.97C494.846 1143.04 513.029 1078.57 475.975 1039.52L357.509 914.672C318.74 873.816 250.114 892.204 236.967 946.971Z"
|
|
opacity={0.927536}
|
|
stroke="url(#paint63_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M222.799 951.406L175.01 1109.92C159.427 1161.6 204.944 1211.09 257.749 1199.86L413.67 1166.72C466.475 1155.5 487.931 1091.78 452.673 1050.9L344.542 925.529C307.96 883.115 238.967 897.779 222.799 951.406Z"
|
|
opacity={0.942029}
|
|
stroke="url(#paint64_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M208.537 956.211L153.975 1105.58C135.397 1156.43 178.295 1208.53 231.771 1200.06L384.381 1175.89C437.858 1167.42 462.556 1104.62 429.172 1061.99L331.124 936.795C296.788 892.951 227.644 903.903 208.537 956.211Z"
|
|
opacity={0.956522}
|
|
stroke="url(#paint65_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M194.162 961.37L133.684 1101.35C112.145 1151.2 152.273 1205.8 206.283 1200.12L355.019 1184.49C409.029 1178.81 436.93 1117.07 405.496 1072.78L317.237 948.434C285.197 903.293 216.117 910.554 194.162 961.37Z"
|
|
opacity={0.971014}
|
|
stroke="url(#paint66_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M179.659 966.868L114.13 1097.29C89.6707 1145.97 126.884 1202.92 181.287 1200.07L325.619 1192.5C380.023 1189.65 411.079 1129.12 381.666 1083.27L302.863 960.412C273.162 914.107 204.357 917.713 179.659 966.868Z"
|
|
opacity={0.985507}
|
|
stroke="url(#paint67_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<path
|
|
d="M165.012 972.69L95.2971 1093.44C67.9692 1140.77 102.129 1199.94 156.785 1199.94H296.215C350.871 1199.94 385.031 1140.77 357.703 1093.44L287.988 972.69C260.66 925.356 192.34 925.356 165.012 972.69Z"
|
|
stroke="url(#paint68_linear_1792_4834)"
|
|
strokeOpacity={0.2}
|
|
strokeWidth={4}
|
|
/>
|
|
<defs>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint0_linear_1792_4834"
|
|
x1={1884.92}
|
|
x2={1406.8}
|
|
y1={1198.21}
|
|
y2={124.352}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint1_linear_1792_4834"
|
|
x1={1834.72}
|
|
x2={1417.18}
|
|
y1={1210.9}
|
|
y2={123.169}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint2_linear_1792_4834"
|
|
x1={1784.47}
|
|
x2={1427.63}
|
|
y1={1221.95}
|
|
y2={123.732}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint3_linear_1792_4834"
|
|
x1={1734.24}
|
|
x2={1438.06}
|
|
y1={1231.4}
|
|
y2={126.029}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint4_linear_1792_4834"
|
|
x1={1684.12}
|
|
x2={1448.35}
|
|
y1={1239.25}
|
|
y2={130.04}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint5_linear_1792_4834"
|
|
x1={1634.21}
|
|
x2={1458.44}
|
|
y1={1245.52}
|
|
y2={135.744}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint6_linear_1792_4834"
|
|
x1={1584.58}
|
|
x2={1468.21}
|
|
y1={1250.25}
|
|
y2={143.112}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint7_linear_1792_4834"
|
|
x1={1535.32}
|
|
x2={1477.6}
|
|
y1={1253.46}
|
|
y2={152.11}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint8_linear_1792_4834"
|
|
x1={1486.5}
|
|
x2={1486.5}
|
|
y1={1255.19}
|
|
y2={162.702}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint9_linear_1792_4834"
|
|
x1={1438.21}
|
|
x2={1494.84}
|
|
y1={1255.48}
|
|
y2={174.846}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint10_linear_1792_4834"
|
|
x1={1390.51}
|
|
x2={1502.54}
|
|
y1={1254.36}
|
|
y2={188.494}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint11_linear_1792_4834"
|
|
x1={1343.48}
|
|
x2={1509.52}
|
|
y1={1251.89}
|
|
y2={203.597}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint12_linear_1792_4834"
|
|
x1={1297.19}
|
|
x2={1515.71}
|
|
y1={1248.12}
|
|
y2={220.101}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint13_linear_1792_4834"
|
|
x1={1251.7}
|
|
x2={1521.03}
|
|
y1={1243.1}
|
|
y2={237.947}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint14_linear_1792_4834"
|
|
x1={1207.07}
|
|
x2={1525.43}
|
|
y1={1236.89}
|
|
y2={257.075}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint15_linear_1792_4834"
|
|
x1={1163.36}
|
|
x2={1528.85}
|
|
y1={1229.54}
|
|
y2={277.421}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint16_linear_1792_4834"
|
|
x1={1120.62}
|
|
x2={1531.22}
|
|
y1={1221.13}
|
|
y2={298.917}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint17_linear_1792_4834"
|
|
x1={1078.9}
|
|
x2={1532.49}
|
|
y1={1211.71}
|
|
y2={321.494}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint18_linear_1792_4834"
|
|
x1={1038.25}
|
|
x2={1532.62}
|
|
y1={1201.35}
|
|
y2={345.079}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint19_linear_1792_4834"
|
|
x1={998.702}
|
|
x2={1531.56}
|
|
y1={1190.12}
|
|
y2={369.599}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint20_linear_1792_4834"
|
|
x1={960.299}
|
|
x2={1529.27}
|
|
y1={1178.1}
|
|
y2={394.978}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint21_linear_1792_4834"
|
|
x1={923.068}
|
|
x2={1525.71}
|
|
y1={1165.34}
|
|
y2={421.138}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint22_linear_1792_4834"
|
|
x1={887.042}
|
|
x2={1520.87}
|
|
y1={1151.94}
|
|
y2={448.001}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint23_linear_1792_4834"
|
|
x1={852.242}
|
|
x2={1514.7}
|
|
y1={1137.95}
|
|
y2={475.487}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint24_linear_1792_4834"
|
|
x1={818.686}
|
|
x2={1507.2}
|
|
y1={1123.46}
|
|
y2={503.515}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint25_linear_1792_4834"
|
|
x1={786.39}
|
|
x2={1498.34}
|
|
y1={1108.53}
|
|
y2={532.006}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint26_linear_1792_4834"
|
|
x1={755.364}
|
|
x2={1488.12}
|
|
y1={1093.26}
|
|
y2={560.879}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint27_linear_1792_4834"
|
|
x1={725.614}
|
|
x2={1476.53}
|
|
y1={1077.7}
|
|
y2={590.052}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint28_linear_1792_4834"
|
|
x1={697.14}
|
|
x2={1463.56}
|
|
y1={1061.94}
|
|
y2={619.446}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint29_linear_1792_4834"
|
|
x1={669.941}
|
|
x2={1449.23}
|
|
y1={1046.05}
|
|
y2={648.981}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint30_linear_1792_4834"
|
|
x1={644.009}
|
|
x2={1433.53}
|
|
y1={1030.1}
|
|
y2={678.579}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint31_linear_1792_4834"
|
|
x1={619.332}
|
|
x2={1416.48}
|
|
y1={1014.16}
|
|
y2={708.161}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint32_linear_1792_4834"
|
|
x1={595.895}
|
|
x2={1398.1}
|
|
y1={998.305}
|
|
y2={737.653}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint33_linear_1792_4834"
|
|
x1={573.681}
|
|
x2={1378.41}
|
|
y1={982.606}
|
|
y2={766.98}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint34_linear_1792_4834"
|
|
x1={552.665}
|
|
x2={1357.42}
|
|
y1={967.127}
|
|
y2={796.07}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint35_linear_1792_4834"
|
|
x1={532.82}
|
|
x2={1335.18}
|
|
y1={951.934}
|
|
y2={824.852}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint36_linear_1792_4834"
|
|
x1={514.117}
|
|
x2={1311.71}
|
|
y1={937.09}
|
|
y2={853.26}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint37_linear_1792_4834"
|
|
x1={496.523}
|
|
x2={1287.05}
|
|
y1={922.656}
|
|
y2={881.226}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint38_linear_1792_4834"
|
|
x1={480}
|
|
x2={1261.24}
|
|
y1={908.69}
|
|
y2={908.69}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint39_linear_1792_4834"
|
|
x1={464.509}
|
|
x2={1234.32}
|
|
y1={895.247}
|
|
y2={935.591}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint40_linear_1792_4834"
|
|
x1={450.008}
|
|
x2={1206.33}
|
|
y1={882.38}
|
|
y2={961.873}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint41_linear_1792_4834"
|
|
x1={436.451}
|
|
x2={1177.33}
|
|
y1={870.139}
|
|
y2={987.482}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint42_linear_1792_4834"
|
|
x1={423.79}
|
|
x2={1147.36}
|
|
y1={858.569}
|
|
y2={1012.37}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint43_linear_1792_4834"
|
|
x1={411.977}
|
|
x2={1116.49}
|
|
y1={847.715}
|
|
y2={1036.49}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint44_linear_1792_4834"
|
|
x1={400.959}
|
|
x2={1084.76}
|
|
y1={837.615}
|
|
y2={1059.79}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint45_linear_1792_4834"
|
|
x1={390.682}
|
|
x2={1052.23}
|
|
y1={828.307}
|
|
y2={1082.25}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint46_linear_1792_4834"
|
|
x1={381.092}
|
|
x2={1018.96}
|
|
y1={819.823}
|
|
y2={1103.82}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint47_linear_1792_4834"
|
|
x1={372.131}
|
|
x2={985.021}
|
|
y1={812.192}
|
|
y2={1124.47}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint48_linear_1792_4834"
|
|
x1={363.743}
|
|
x2={950.464}
|
|
y1={805.44}
|
|
y2={1144.18}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint49_linear_1792_4834"
|
|
x1={355.867}
|
|
x2={915.355}
|
|
y1={799.588}
|
|
y2={1162.92}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint50_linear_1792_4834"
|
|
x1={348.446}
|
|
x2={879.758}
|
|
y1={794.656}
|
|
y2={1180.68}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint51_linear_1792_4834"
|
|
x1={341.419}
|
|
x2={843.737}
|
|
y1={790.656}
|
|
y2={1197.43}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint52_linear_1792_4834"
|
|
x1={334.726}
|
|
x2={807.357}
|
|
y1={787.601}
|
|
y2={1213.16}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint53_linear_1792_4834"
|
|
x1={328.307}
|
|
x2={770.682}
|
|
y1={785.497}
|
|
y2={1227.87}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint54_linear_1792_4834"
|
|
x1={322.103}
|
|
x2={733.777}
|
|
y1={784.347}
|
|
y2={1241.56}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint55_linear_1792_4834"
|
|
x1={316.053}
|
|
x2={696.705}
|
|
y1={784.152}
|
|
y2={1254.22}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint56_linear_1792_4834"
|
|
x1={310.1}
|
|
x2={659.531}
|
|
y1={784.906}
|
|
y2={1265.86}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint57_linear_1792_4834"
|
|
x1={304.184}
|
|
x2={622.315}
|
|
y1={786.604}
|
|
y2={1276.48}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint58_linear_1792_4834"
|
|
x1={298.25}
|
|
x2={585.119}
|
|
y1={789.234}
|
|
y2={1286.1}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint59_linear_1792_4834"
|
|
x1={292.242}
|
|
x2={548.003}
|
|
y1={792.781}
|
|
y2={1294.74}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint60_linear_1792_4834"
|
|
x1={286.105}
|
|
x2={511.025}
|
|
y1={797.23}
|
|
y2={1302.41}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint61_linear_1792_4834"
|
|
x1={279.787}
|
|
x2={474.242}
|
|
y1={802.559}
|
|
y2={1309.13}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint62_linear_1792_4834"
|
|
x1={273.237}
|
|
x2={437.707}
|
|
y1={808.744}
|
|
y2={1314.93}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint63_linear_1792_4834"
|
|
x1={266.407}
|
|
x2={401.475}
|
|
y1={815.759}
|
|
y2={1319.84}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint64_linear_1792_4834"
|
|
x1={259.25}
|
|
x2={365.594}
|
|
y1={823.576}
|
|
y2={1323.89}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint65_linear_1792_4834"
|
|
x1={251.721}
|
|
x2={330.112}
|
|
y1={832.163}
|
|
y2={1327.11}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint66_linear_1792_4834"
|
|
x1={243.779}
|
|
x2={295.075}
|
|
y1={841.485}
|
|
y2={1329.53}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint67_linear_1792_4834"
|
|
x1={235.384}
|
|
x2={260.525}
|
|
y1={851.507}
|
|
y2={1331.21}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
<linearGradient
|
|
gradientUnits="userSpaceOnUse"
|
|
id="paint68_linear_1792_4834"
|
|
x1={226.5}
|
|
x2={226.5}
|
|
y1={862.19}
|
|
y2={1332.18}
|
|
>
|
|
<stop stopColor="#FF1CF7" />
|
|
<stop offset={1} stopColor="#00B0FF" stopOpacity={0.1} />
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|
|
);
|