first commit
@@ -0,0 +1,16 @@
|
||||
import Toaster from "./components/Helpers/Toaster";
|
||||
import Routers from "./Routers";
|
||||
import Default from "./components/Partials/Default";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<Default>
|
||||
<>
|
||||
<Routers />
|
||||
<Toaster />
|
||||
</>
|
||||
</Default>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
@@ -0,0 +1,71 @@
|
||||
import { Route, Routes } from "react-router-dom";
|
||||
import FourZeroFour from "./components/FourZeroFour";
|
||||
import ScrollToTop from "./components/Helpers/ScrollToTop";
|
||||
import MyCollection from "./components/MyCollection";
|
||||
import Notification from "./components/Notification";
|
||||
import AuthRoute from "./middleware/AuthRoute";
|
||||
import AcitveBidsPage from "./views/AcitveBidsPage";
|
||||
import AuthProfilePage from "./views/AuthProfilePage";
|
||||
import CollectionItemPage from "./views/CollectionItemPage";
|
||||
import ForgotPasswordPages from "./views/ForgotPasswordPages";
|
||||
import HistoryPage from "./views/HistoryPage";
|
||||
import HomePages from "./views/HomePages";
|
||||
import LoginPage from "./views/LoginPage";
|
||||
import MarketPlacePage from "./views/MarketPlacePage";
|
||||
import MyWalletPage from "./views/MyWalletPage";
|
||||
import SavedPage from "./views/SavedPage";
|
||||
import SellPage from "./views/SellPage";
|
||||
import SettingsPage from "./views/SettingsPage";
|
||||
import ShopDetailsPage from "./views/ShopDetailsPage";
|
||||
import SignupPage from "./views/SignupPage";
|
||||
import UpdatePasswordPages from "./views/UpdatePasswordPages";
|
||||
import UploadProductPage from "./views/UploadProductPage";
|
||||
import UserProfilePage from "./views/UserProfilePage";
|
||||
import VerifyYouPages from "./views/VerifyYouPages";
|
||||
|
||||
export default function Routers() {
|
||||
return (
|
||||
<ScrollToTop>
|
||||
<Routes>
|
||||
{/* guest routes */}
|
||||
<Route exact path="/login" element={<LoginPage />} />
|
||||
<Route exact path="/signup" element={<SignupPage />} />
|
||||
<Route
|
||||
exact
|
||||
path="/forgot-password"
|
||||
element={<ForgotPasswordPages />}
|
||||
/>
|
||||
<Route
|
||||
exact
|
||||
path="/update-password"
|
||||
element={<UpdatePasswordPages />}
|
||||
/>
|
||||
<Route exact path="/verify-you" element={<VerifyYouPages />} />
|
||||
|
||||
{/* private route */}
|
||||
<Route element={<AuthRoute />}>
|
||||
<Route exact path="/" element={<HomePages />} />
|
||||
<Route exact path="/active-bids" element={<AcitveBidsPage />} />
|
||||
<Route exact path="/notification" element={<Notification />} />
|
||||
<Route exact path="/market-place" element={<MarketPlacePage />} />
|
||||
<Route exact path="/shop-details" element={<ShopDetailsPage />} />
|
||||
<Route exact path="/my-wallet" element={<MyWalletPage />} />
|
||||
<Route exact path="/my-collection" element={<MyCollection />} />
|
||||
<Route
|
||||
exact
|
||||
path="/my-collection/collection-item"
|
||||
element={<CollectionItemPage />}
|
||||
/>
|
||||
<Route exact path="/sell" element={<SellPage />} />
|
||||
<Route exact path="/saved" element={<SavedPage />} />
|
||||
<Route exact path="/history" element={<HistoryPage />} />
|
||||
<Route exact path="/upload-product" element={<UploadProductPage />} />
|
||||
<Route exact path="/profile" element={<AuthProfilePage />} />
|
||||
<Route exact path="/user-profile" element={<UserProfilePage />} />
|
||||
<Route exact path="/settings" element={<SettingsPage />} />
|
||||
</Route>
|
||||
<Route path="*" element={<FourZeroFour />} />
|
||||
</Routes>
|
||||
</ScrollToTop>
|
||||
);
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 601 KiB |
@@ -0,0 +1,35 @@
|
||||
<svg width="1311" height="1095" viewBox="0 0 1311 1095" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="331" y="173" width="580" height="622" rx="16" fill="white"/>
|
||||
<g filter="url(#filter0_f_37_50104)">
|
||||
<rect width="443.976" height="429.112" rx="214.556" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 777.715 677.872)" fill="url(#paint0_linear_37_50104)" fill-opacity="0.21"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_f_37_50104)">
|
||||
<rect width="443.976" height="429.112" rx="214.556" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 1135.71 451.872)" fill="url(#paint1_linear_37_50104)" fill-opacity="0.21"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_f_37_50104" x="0.202148" y="135.776" width="952.311" height="958.632" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_37_50104"/>
|
||||
</filter>
|
||||
<filter id="filter1_f_37_50104" x="358.198" y="-90.2236" width="952.311" height="958.632" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_37_50104"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_37_50104" x1="4.56173e-06" y1="214.556" x2="710.023" y2="-104.952" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_37_50104" x1="4.56173e-06" y1="214.556" x2="710.023" y2="-104.952" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,70 @@
|
||||
<svg width="1920" height="2474" viewBox="0 0 1920 2474" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="1920" height="2474" fill="#11131F"/>
|
||||
<mask id="mask0_20_19558" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="1920" height="2474">
|
||||
<rect width="1920" height="2474" fill="#11131F"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_20_19558)">
|
||||
<g filter="url(#filter0_f_20_19558)">
|
||||
<rect width="1094.02" height="1057.4" rx="528.698" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 1301.18 553.493)" fill="url(#paint0_linear_20_19558)" fill-opacity="0.2"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_f_20_19558)">
|
||||
<rect width="1094.02" height="1057.4" rx="528.698" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 1397.18 1537.49)" fill="url(#paint1_linear_20_19558)" fill-opacity="0.2"/>
|
||||
</g>
|
||||
<g filter="url(#filter2_f_20_19558)">
|
||||
<rect width="1051.89" height="1016.68" rx="508.338" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 2318.98 1618.58)" fill="url(#paint2_linear_20_19558)" fill-opacity="0.16"/>
|
||||
</g>
|
||||
<g filter="url(#filter3_f_20_19558)">
|
||||
<rect width="1051.89" height="1016.68" rx="508.338" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 2318.98 413.583)" fill="url(#paint3_linear_20_19558)" fill-opacity="0.16"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_f_20_19558" x="-236.979" y="-404.562" width="1591.14" height="1606.71" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_20_19558"/>
|
||||
</filter>
|
||||
<filter id="filter1_f_20_19558" x="-140.979" y="579.438" width="1591.14" height="1606.71" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_20_19558"/>
|
||||
</filter>
|
||||
<filter id="filter2_f_20_19558" x="830.125" y="687.488" width="1549.73" height="1564.71" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_20_19558"/>
|
||||
</filter>
|
||||
<filter id="filter3_f_20_19558" x="830.125" y="-517.512" width="1549.73" height="1564.71" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_20_19558"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_20_19558" x1="1.12408e-05" y1="528.698" x2="1749.6" y2="-258.619" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_20_19558" x1="1.12408e-05" y1="528.698" x2="1749.6" y2="-258.619" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_20_19558" x1="1.08079e-05" y1="508.338" x2="1682.23" y2="-248.659" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_20_19558" x1="1.08079e-05" y1="508.338" x2="1682.23" y2="-248.659" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
@@ -0,0 +1,64 @@
|
||||
<svg width="1920" height="2253" viewBox="0 0 1920 2253" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_f_24_15535)">
|
||||
<rect width="1094.02" height="1057.4" rx="528.698" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 1301.18 553.493)" fill="url(#paint0_linear_24_15535)" fill-opacity="0.16"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_f_24_15535)">
|
||||
<rect width="1094.02" height="1057.4" rx="528.698" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 1397.18 1537.49)" fill="url(#paint1_linear_24_15535)" fill-opacity="0.16"/>
|
||||
</g>
|
||||
<g filter="url(#filter2_f_24_15535)">
|
||||
<rect width="1051.89" height="1016.68" rx="508.338" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 2318.98 1618.58)" fill="url(#paint2_linear_24_15535)" fill-opacity="0.11"/>
|
||||
</g>
|
||||
<g filter="url(#filter3_f_24_15535)">
|
||||
<rect width="1051.89" height="1016.68" rx="508.338" transform="matrix(-0.559862 -0.828586 -0.825307 0.564684 2318.98 413.583)" fill="url(#paint3_linear_24_15535)" fill-opacity="0.11"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_f_24_15535" x="-236.979" y="-404.562" width="1591.14" height="1606.71" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_24_15535"/>
|
||||
</filter>
|
||||
<filter id="filter1_f_24_15535" x="-140.979" y="579.438" width="1591.14" height="1606.71" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_24_15535"/>
|
||||
</filter>
|
||||
<filter id="filter2_f_24_15535" x="830.125" y="687.488" width="1549.73" height="1564.71" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_24_15535"/>
|
||||
</filter>
|
||||
<filter id="filter3_f_24_15535" x="830.125" y="-517.512" width="1549.73" height="1564.71" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="129" result="effect1_foregroundBlur_24_15535"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_24_15535" x1="1.12408e-05" y1="528.698" x2="1749.6" y2="-258.619" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_24_15535" x1="1.12408e-05" y1="528.698" x2="1749.6" y2="-258.619" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_24_15535" x1="1.08079e-05" y1="508.338" x2="1682.23" y2="-248.659" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_24_15535" x1="1.08079e-05" y1="508.338" x2="1682.23" y2="-248.659" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.270321" stop-color="#5356FB"/>
|
||||
<stop offset="0.471527" stop-color="#6753FB"/>
|
||||
<stop offset="0.807292" stop-color="#C156C2"/>
|
||||
<stop offset="0.9999" stop-color="#374557"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 215 B |
|
After Width: | Height: | Size: 214 B |
|
After Width: | Height: | Size: 214 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 274 B |
|
After Width: | Height: | Size: 297 B |
|
After Width: | Height: | Size: 297 B |
|
After Width: | Height: | Size: 297 B |
|
After Width: | Height: | Size: 297 B |
@@ -0,0 +1,11 @@
|
||||
<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.996216 5.25652C1.16837 4.84164 1.3992 4.46301 1.6496 4.10049C3.11678 1.96969 5.08476 0.612258 7.58093 0.165151C10.4801 -0.354459 13.0819 0.354467 15.3081 2.38457C15.3902 2.4611 15.3942 2.50138 15.3159 2.58194C14.5099 3.40365 13.7079 4.22939 12.9097 5.05915C12.8237 5.14777 12.7845 5.13166 12.7024 5.05915C11.6108 4.06021 10.3236 3.60908 8.87596 3.742C6.50499 3.96354 4.93609 5.30083 4.05578 7.54442C4.04013 7.58067 4.02448 7.61289 4.01274 7.64915C3.77017 7.45178 3.52368 7.25843 3.27719 7.06509C2.79596 6.68243 2.31864 6.29172 1.83349 5.91309C1.5557 5.69155 1.29356 5.44987 0.996216 5.25652Z" fill="#C34131"/>
|
||||
<path d="M15.3198 16.7282C14.8464 17.1874 14.3143 17.5701 13.7431 17.8883C12.6633 18.4925 11.5052 18.8268 10.2806 18.9476C8.90336 19.0886 7.55355 18.9597 6.24287 18.4884C4.09492 17.711 2.43602 16.3133 1.2701 14.2953C1.16447 14.1141 1.05492 13.9409 0.988403 13.7395C1.02362 13.7153 1.06274 13.6992 1.09404 13.671C1.62614 13.248 2.15824 12.8211 2.69425 12.3981C3.13244 12.0477 3.57064 11.7013 4.00884 11.3509C4.20447 11.8866 4.43921 12.4022 4.77178 12.8694C5.71468 14.1986 6.96277 15.0244 8.55124 15.2338C9.88148 15.407 11.153 15.1694 12.3072 14.4242C12.3346 14.4081 12.3659 14.392 12.3933 14.3759C12.5772 14.5169 12.765 14.6538 12.945 14.7988C13.567 15.2943 14.1891 15.7897 14.8073 16.2932C14.9873 16.4382 15.179 16.551 15.3198 16.7282Z" fill="#61A053"/>
|
||||
<path d="M14.2634 11.4717C14.2634 11.4596 14.2595 11.4475 14.2595 11.4395C14.2165 11.367 14.1461 11.3871 14.0835 11.3871C12.5458 11.3871 11.0082 11.3871 9.47064 11.3871C9.28284 11.3871 9.28284 11.3871 9.28284 11.1978C9.28284 10.1264 9.28284 9.05491 9.28284 7.97944C9.28284 7.78207 9.28284 7.77804 9.47846 7.77804C12.2211 7.77804 14.9599 7.77804 17.7025 7.77804C17.726 7.77804 17.7495 7.77804 17.7729 7.77804C17.8551 7.76998 17.8903 7.81429 17.902 7.89082C17.9138 7.99555 17.9177 8.10028 17.9373 8.20098C18.0116 8.57155 18.0272 8.95018 18.039 9.32478C18.0507 9.73967 18.0664 10.1545 18.0155 10.5654C17.9764 10.8796 17.9686 11.1978 17.906 11.508C17.8551 11.7698 17.8121 12.0356 17.7455 12.2974C17.6869 12.5311 17.6399 12.7647 17.5617 12.9943C17.4599 13.2923 17.3582 13.5904 17.2252 13.8764C17.1117 14.1221 17.0061 14.3678 16.877 14.6055C16.8183 14.7142 16.7244 14.8149 16.7361 14.9559C16.5718 15.0244 16.5405 15.1855 16.4896 15.3305C16.3214 15.4393 16.2392 15.6165 16.1532 15.7897C16.1375 15.7978 16.114 15.7978 16.1023 15.8098C15.9145 16.0072 15.7541 16.2288 15.5467 16.406C15.4998 16.4463 15.4293 16.4664 15.4059 16.5389C15.3824 16.6195 15.3354 16.6114 15.2807 16.5711C15.0968 16.4302 14.9051 16.2972 14.729 16.1442C14.2517 15.7333 13.747 15.3668 13.2657 14.968C13.0584 14.7948 12.8432 14.6377 12.6319 14.4725C12.5576 14.4162 12.5145 14.3678 12.6241 14.2832C12.9175 14.0577 13.1797 13.7999 13.4066 13.5058C13.4653 13.4293 13.5474 13.3608 13.5396 13.248C13.5983 13.244 13.6296 13.2037 13.6531 13.1554C13.7626 12.9379 13.9074 12.7486 13.9974 12.5149C14.1226 12.1927 14.2243 11.8664 14.3026 11.5321C14.3104 11.4918 14.2947 11.4798 14.2634 11.4717Z" fill="#557BE8"/>
|
||||
<path d="M4.01274 11.3549C3.57454 11.7053 3.13634 12.0517 2.69814 12.4022C2.16604 12.8251 1.63395 13.2521 1.09794 13.675C1.06664 13.6992 1.02751 13.7193 0.9923 13.7435C0.839713 13.5179 0.753639 13.2601 0.655827 13.0104C0.299791 12.1041 0.0963414 11.1616 0.0259167 10.1868C-0.0718954 8.84547 0.108079 7.54845 0.550189 6.28367C0.663652 5.96143 0.792764 5.64322 0.941438 5.33709C0.957088 5.30889 0.964913 5.27264 0.996213 5.25653C1.29356 5.44987 1.5557 5.69155 1.83348 5.90906C2.31863 6.28769 2.79595 6.67841 3.27719 7.06107C3.51976 7.25441 3.76625 7.44775 4.01274 7.6411C3.88754 8.10432 3.77408 8.57156 3.74278 9.05492C3.69191 9.7719 3.76234 10.4728 3.96579 11.1575C3.98535 11.226 3.99709 11.2905 4.01274 11.3549Z" fill="#DFB32B"/>
|
||||
<path d="M16.7322 14.964C16.7205 14.823 16.8144 14.7223 16.8731 14.6135C17.0022 14.3759 17.1078 14.1261 17.2213 13.8845C17.3543 13.5985 17.46 13.3004 17.5578 13.0023C17.6321 12.7768 17.6791 12.5391 17.7417 12.3055C17.8082 12.0437 17.8512 11.7778 17.9021 11.516C17.9647 11.2059 17.9725 10.8876 18.0116 10.5735C18.0625 10.1626 18.0468 9.74773 18.0351 9.33284C18.0234 8.95824 18.0077 8.57961 17.9334 8.20903C17.9138 8.10834 17.9099 8.00361 17.8982 7.89888C17.8903 7.81832 17.8512 7.77804 17.769 7.7861C17.7456 7.79012 17.7221 7.7861 17.6986 7.7861C14.956 7.7861 12.2172 7.7861 9.47458 7.7861C9.27896 7.7861 9.27896 7.7861 9.27896 7.9875C9.27896 9.05894 9.27896 10.1304 9.27896 11.2059C9.27896 11.3952 9.27896 11.3952 9.46676 11.3952C11.0044 11.3952 12.542 11.3952 14.0796 11.3952C14.1422 11.3952 14.2126 11.371 14.2556 11.4475C13.4497 11.4475 12.6437 11.4435 11.8377 11.4435C11.0122 11.4435 10.1906 11.4395 9.36503 11.4475C9.25548 11.4475 9.22418 11.4193 9.22418 11.3025C9.22809 10.1546 9.22809 9.00658 9.22418 7.85457C9.22418 7.74582 9.25548 7.71762 9.35721 7.71762C12.1585 7.72165 14.9599 7.72165 17.7612 7.71762C17.8629 7.71762 17.9255 7.72971 17.9451 7.86263C18.1916 9.46979 18.1368 11.0649 17.7182 12.6358C17.5069 13.4333 17.1939 14.1906 16.7792 14.9035C16.7714 14.9237 16.7518 14.9398 16.7322 14.964Z" fill="#6282CA"/>
|
||||
<path d="M13.5397 13.248C13.5475 13.3608 13.4653 13.4293 13.4066 13.5058C13.1797 13.7999 12.9176 14.0577 12.6241 14.2832C12.5146 14.3678 12.5576 14.4162 12.632 14.4726C12.8432 14.6377 13.0623 14.7988 13.2658 14.968C13.747 15.3708 14.2556 15.7373 14.7291 16.1442C14.9051 16.2972 15.0968 16.4302 15.2807 16.5711C15.3355 16.6154 15.3824 16.6195 15.4059 16.5389C15.4294 16.4664 15.4998 16.4463 15.5468 16.406C15.7541 16.2288 15.9145 16.0072 16.1023 15.8098C16.1141 15.7978 16.1336 15.7978 16.1532 15.7897C16.1297 15.8944 16.0476 15.9549 15.985 16.0274C15.7776 16.2731 15.5624 16.5107 15.3198 16.7242C15.179 16.547 14.9834 16.4302 14.8112 16.2932C14.193 15.7897 13.571 15.2943 12.9489 14.7988C12.7689 14.6538 12.5811 14.5169 12.3972 14.3759C12.8354 14.0617 13.2149 13.6831 13.5397 13.248Z" fill="#6282CA"/>
|
||||
<path d="M14.2634 11.4717C14.2947 11.4757 14.3104 11.4918 14.3025 11.5281C14.2243 11.8624 14.1226 12.1927 13.9974 12.5109C13.9074 12.7405 13.7626 12.9339 13.6531 13.1514C13.6296 13.1997 13.5983 13.24 13.5396 13.244C13.7626 12.8654 13.9856 12.4867 14.1069 12.0598C14.1617 11.8664 14.2086 11.6691 14.2634 11.4717Z" fill="#6282CA"/>
|
||||
<path d="M16.1532 15.7978C16.2393 15.6245 16.3175 15.4473 16.4897 15.3386C16.4036 15.5118 16.298 15.6689 16.1532 15.7978Z" fill="#6282CA"/>
|
||||
<path d="M16.4857 15.3386C16.5366 15.1936 16.5679 15.0324 16.7322 14.964C16.6657 15.0969 16.5953 15.2338 16.4857 15.3386Z" fill="#6282CA"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.5 KiB |
@@ -0,0 +1,18 @@
|
||||
<svg width="1176" height="444" viewBox="0 0 1176 444" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect y="6.10352e-05" width="1176" height="444" rx="16" fill="#5356FB"/>
|
||||
<g opacity="0.12" clip-path="url(#clip0_15_8078)">
|
||||
<path d="M3.14286e-05 0.000126275L5.79046e-05 315.647C45.5257 339.479 90.6934 357.889 134.429 351.792C270.555 332.823 290.61 109.463 427.657 56.1291C515.718 21.863 618.527 115.411 716 145.784L716 6.10352e-05L3.14286e-05 0.000126275Z" fill="url(#paint0_linear_15_8078)"/>
|
||||
<path opacity="0.58" d="M2.54541e-05 0.000103229L5.7436e-05 381.288C49.2682 407.605 98.7318 425.824 148.727 424.082C352.508 416.977 409.86 109.567 619.265 54.8629C677.876 39.5516 737.618 58.3252 798 89.0167L798 3.05176e-05L2.54541e-05 0.000103229Z" fill="white"/>
|
||||
<path opacity="0.82" d="M-3.05176e-05 444L482.83 444C486.171 423.555 487.038 403.242 484.627 383.11C462.844 201.157 209.56 157.867 110.196 3.72443e-06L-6.77597e-05 1.37651e-05L-3.05176e-05 444Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_15_8078" x1="885.687" y1="9.14762" x2="314.42" y2="104.986" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="0.2915" stop-color="white" stop-opacity="0.6184"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_15_8078">
|
||||
<rect width="716" height="444" fill="white" transform="translate(716 444) rotate(180)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 257 B |
@@ -0,0 +1,17 @@
|
||||
<svg width="235" height="75" viewBox="0 0 235 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M88.2871 24.0429H93.9935L104.461 42.0429H104.752L104.461 36.8679V24.0429H109.332V50.8928H104.17L93.1212 31.8804H92.8304L93.1212 37.0553V50.8928H88.2871V24.0429Z" fill="white"/>
|
||||
<path d="M114.553 24.0429H131.054V28.8429H119.46V35.3679H129.891V40.1679H119.46V50.8928H114.553V24.0429Z" fill="white"/>
|
||||
<path d="M140.345 50.8928V28.8429H133.076V24.0429H152.521V28.8429H145.252V50.8928H140.345Z" fill="white"/>
|
||||
<path d="M156.011 24.0429H160.845L168.804 38.2554H169.095L177.055 24.0429H181.926V50.8928H177.055V37.6553L177.346 33.1553H177.055L170.44 45.1929H167.496L160.845 33.1553H160.554L160.845 37.6553V50.8928H156.011V24.0429Z" fill="white"/>
|
||||
<path d="M194.771 24.0429H200.368L210.146 50.8928H204.73L202.586 44.4803H192.554L190.41 50.8928H184.994L194.771 24.0429ZM200.986 39.8303L198.66 33.1178L197.715 29.8553H197.424L196.479 33.1178L194.153 39.8303H200.986Z" fill="white"/>
|
||||
<path d="M219.698 36.8679L211.811 24.0429H217.881L222.933 32.8178H223.224L228.276 24.0429H234.346L226.459 36.8679L235 50.8928H228.894L223.224 41.2178H222.933L217.263 50.8928H211.157L219.698 36.8679Z" fill="white"/>
|
||||
<path d="M75.2889 37.5C75.2889 58.2107 58.4349 75 37.6444 75C16.854 75 0 58.2107 0 37.5C0 16.7893 16.854 0 37.6444 0C58.4349 0 75.2889 16.7893 75.2889 37.5Z" fill="white"/>
|
||||
<path d="M31.3761 38.9292C31.3761 38.7795 31.3761 38.6297 31.3761 38.48C31.3704 34.4041 31.3666 30.3292 31.3581 26.2533C31.3572 25.8199 31.3175 25.3864 31.3884 24.9558C31.6265 23.5066 32.9682 22.3774 34.4677 22.3662C35.6006 22.3579 36.7345 22.3523 37.8674 22.3504C43.0774 22.3402 48.2884 22.3337 53.4985 22.3216C55.3089 22.317 57.1183 22.2937 58.9287 22.2918C60.8818 22.289 62.3152 23.6489 62.3076 25.4813C62.3 27.3276 60.8808 28.6679 58.9297 28.6726C57.7646 28.6754 56.6005 28.6856 55.4355 28.6838C54.8601 28.6828 54.8166 28.7098 54.8194 29.2846C54.8383 34.2888 54.861 39.2938 54.879 44.298C54.8846 45.8169 54.8827 47.3358 54.879 48.8538C54.8742 50.6694 53.5098 52.0879 51.7609 52.1046C49.9004 52.1223 48.4907 50.7494 48.4784 48.8696C48.4595 46.0029 48.4651 43.1362 48.4585 40.2696C48.45 36.6123 48.4406 32.9559 48.4302 29.2986C48.4283 28.7321 48.3744 28.6865 47.8132 28.6893C44.6648 28.7042 41.5175 28.7182 38.3691 28.7321C37.7436 28.7349 37.7521 28.7554 37.7616 29.3581C37.7842 30.7524 37.7909 32.1476 37.7739 33.5419C37.7691 33.9539 37.9127 34.0813 38.32 34.0739C39.6409 34.0497 40.9628 34.0079 42.2847 34.0665C43.9515 34.1399 45.2696 35.5333 45.2762 37.2447C45.2828 38.905 43.9505 40.3486 42.3112 40.3988C41.0053 40.4388 39.6986 40.4156 38.3918 40.423C37.8324 40.4258 37.7824 40.4909 37.7852 41.0444C37.7984 43.6627 37.8183 46.282 37.8098 48.9003C37.805 50.4323 36.9348 51.5903 35.5279 52.0246C34.2003 52.4348 32.8369 51.9521 31.9317 50.7206C28.344 45.8374 24.7638 40.9495 21.1809 36.0635C21.0571 35.8942 20.9276 35.7286 20.7169 35.4496C20.7169 36.1007 20.716 36.6039 20.7169 37.1071C20.7254 41.0276 20.75 44.9472 20.7396 48.8678C20.733 51.4424 18.2253 53.005 16.0266 51.8144C14.9702 51.2424 14.407 50.3318 14.339 49.1375C14.3324 49.0138 14.3296 48.8901 14.3296 48.7654C14.3182 43.5901 14.3069 38.4149 14.2955 33.2386C14.2899 30.744 14.2823 28.2494 14.2785 25.7538C14.2766 24.2228 15.0968 23.008 16.4177 22.5765C17.8757 22.0993 19.2013 22.5458 20.1736 23.8684C23.7812 28.7758 27.3821 33.687 30.9868 38.5962C31.0775 38.7199 31.1748 38.8399 31.2684 38.9618C31.3052 38.9506 31.3411 38.9395 31.3761 38.9292Z" fill="url(#paint0_linear_6_39)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_6_39" x1="0" y1="0" x2="46.7065" y2="143.233" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.416763" stop-color="#C342F9"/>
|
||||
<stop offset="1" stop-color="#5356FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,12 @@
|
||||
<svg width="182" height="56" viewBox="0 0 182 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M68.016 17.952H72.412L80.476 31.392H80.7L80.476 27.528V17.952H84.228V38H80.252L71.74 23.804H71.516L71.74 27.668V38H68.016V17.952ZM88.2504 17.952H100.962V21.536H92.0304V26.408H100.066V29.992H92.0304V38H88.2504V17.952ZM108.12 38V21.536H102.52V17.952H117.5V21.536H111.9V38H108.12ZM120.188 17.952H123.912L130.044 28.564H130.268L136.4 17.952H140.152V38H136.4V28.116L136.624 24.756H136.4L131.304 33.744H129.036L123.912 24.756H123.688L123.912 28.116V38H120.188V17.952ZM150.048 17.952H154.36L161.892 38H157.72L156.068 33.212H148.34L146.688 38H142.516L150.048 17.952ZM154.836 29.74L153.044 24.728L152.316 22.292H152.092L151.364 24.728L149.572 29.74H154.836ZM169.251 27.528L163.175 17.952H167.851L171.743 24.504H171.967L175.859 17.952H180.535L174.459 27.528L181.039 38H176.335L171.967 30.776H171.743L167.375 38H162.671L169.251 27.528Z" fill="#374557"/>
|
||||
<ellipse cx="29" cy="28" rx="29" ry="28" fill="url(#paint0_linear_159_67593)"/>
|
||||
<path d="M24.1714 29.0671C24.1714 28.9553 24.1714 28.8435 24.1714 28.7317C24.167 25.6884 24.1641 22.6457 24.1576 19.6024C24.1568 19.2788 24.1263 18.9551 24.1808 18.6336C24.3643 17.5516 25.3979 16.7084 26.5531 16.7001C27.4258 16.6938 28.2993 16.6897 29.1721 16.6883C33.1857 16.6806 37.2001 16.6758 41.2138 16.6668C42.6084 16.6633 44.0023 16.6459 45.397 16.6445C46.9016 16.6425 48.0058 17.6578 48 19.026C47.9942 20.4046 46.9008 21.4054 45.3977 21.4088C44.5002 21.4109 43.6035 21.4186 42.7059 21.4172C42.2627 21.4165 42.2292 21.4366 42.2314 21.8658C42.2459 25.6022 42.2634 29.3394 42.2772 33.0758C42.2816 34.2099 42.2801 35.344 42.2772 36.4775C42.2736 37.8331 41.2225 38.8923 39.8751 38.9048C38.4419 38.918 37.3559 37.8929 37.3464 36.4893C37.3319 34.3488 37.3362 32.2084 37.3311 30.0679C37.3246 27.3371 37.3173 24.607 37.3093 21.8762C37.3078 21.4533 37.2663 21.4192 36.834 21.4213C34.4086 21.4324 31.984 21.4429 29.5586 21.4533C29.0767 21.4554 29.0833 21.4706 29.0905 21.9207C29.108 22.9617 29.1131 24.0035 29.1 25.0446C29.0964 25.3522 29.207 25.4474 29.5207 25.4418C30.5383 25.4238 31.5567 25.3925 32.575 25.4363C33.859 25.4911 34.8745 26.5315 34.8795 27.8094C34.8846 29.0491 33.8583 30.1269 32.5954 30.1644C31.5894 30.1943 30.5827 30.1769 29.5761 30.1825C29.1451 30.1846 29.1066 30.2332 29.1087 30.6464C29.1189 32.6014 29.1342 34.5572 29.1277 36.5122C29.124 37.656 28.4536 38.5207 27.3698 38.845C26.3471 39.1513 25.2967 38.7909 24.5994 37.8713C21.8355 34.2252 19.0775 30.5756 16.3173 26.9274C16.222 26.801 16.1222 26.6773 15.9599 26.469C15.9599 26.9551 15.9592 27.3309 15.9599 27.7066C15.9665 30.6339 15.9854 33.5606 15.9774 36.4879C15.9723 38.4103 14.0404 39.577 12.3466 38.6881C11.5328 38.261 11.099 37.581 11.0466 36.6893C11.0415 36.5969 11.0393 36.5046 11.0393 36.4115C11.0306 32.5473 11.0218 28.6831 11.0131 24.8181C11.0087 22.9555 11.0029 21.0928 11 19.2295C10.9985 18.0863 11.6304 17.1793 12.648 16.8571C13.7711 16.5008 14.7924 16.8341 15.5414 17.8217C18.3205 21.4859 21.0945 25.1529 23.8715 28.8185C23.9414 28.9109 24.0163 29.0004 24.0884 29.0914C24.1168 29.0831 24.1445 29.0748 24.1714 29.0671Z" fill="#FDFDFD"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_159_67593" x1="0" y1="0" x2="59.1543" y2="59.9634" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.416763" stop-color="#C342F9"/>
|
||||
<stop offset="1" stop-color="#5356FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,12 @@
|
||||
<svg width="182" height="56" viewBox="0 0 182 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M68.016 17.952H72.412L80.476 31.392H80.7L80.476 27.528V17.952H84.228V38H80.252L71.74 23.804H71.516L71.74 27.668V38H68.016V17.952ZM88.2504 17.952H100.962V21.536H92.0304V26.408H100.066V29.992H92.0304V38H88.2504V17.952ZM108.12 38V21.536H102.52V17.952H117.5V21.536H111.9V38H108.12ZM120.188 17.952H123.912L130.044 28.564H130.268L136.4 17.952H140.152V38H136.4V28.116L136.624 24.756H136.4L131.304 33.744H129.036L123.912 24.756H123.688L123.912 28.116V38H120.188V17.952ZM150.048 17.952H154.36L161.892 38H157.72L156.068 33.212H148.34L146.688 38H142.516L150.048 17.952ZM154.836 29.74L153.044 24.728L152.316 22.292H152.092L151.364 24.728L149.572 29.74H154.836ZM169.251 27.528L163.175 17.952H167.851L171.743 24.504H171.967L175.859 17.952H180.535L174.459 27.528L181.039 38H176.335L171.967 30.776H171.743L167.375 38H162.671L169.251 27.528Z" fill="white"/>
|
||||
<ellipse cx="29" cy="28" rx="29" ry="28" fill="url(#paint0_linear_71_9718)"/>
|
||||
<path d="M24.1714 29.0671C24.1714 28.9553 24.1714 28.8435 24.1714 28.7317C24.167 25.6884 24.1641 22.6457 24.1576 19.6024C24.1568 19.2788 24.1263 18.9551 24.1808 18.6336C24.3643 17.5516 25.3979 16.7084 26.5531 16.7001C27.4258 16.6938 28.2993 16.6897 29.1721 16.6883C33.1857 16.6806 37.2001 16.6758 41.2138 16.6668C42.6084 16.6633 44.0023 16.6459 45.397 16.6445C46.9016 16.6425 48.0058 17.6578 48 19.026C47.9942 20.4046 46.9008 21.4054 45.3977 21.4088C44.5002 21.4109 43.6035 21.4186 42.7059 21.4172C42.2627 21.4165 42.2292 21.4366 42.2314 21.8658C42.2459 25.6022 42.2634 29.3394 42.2772 33.0758C42.2816 34.2099 42.2801 35.344 42.2772 36.4775C42.2736 37.8331 41.2225 38.8923 39.8751 38.9048C38.4419 38.918 37.3559 37.8929 37.3464 36.4893C37.3319 34.3488 37.3362 32.2084 37.3311 30.0679C37.3246 27.3371 37.3173 24.607 37.3093 21.8762C37.3078 21.4533 37.2663 21.4192 36.834 21.4213C34.4086 21.4324 31.984 21.4429 29.5586 21.4533C29.0767 21.4554 29.0833 21.4706 29.0905 21.9207C29.108 22.9617 29.1131 24.0035 29.1 25.0446C29.0964 25.3522 29.207 25.4474 29.5207 25.4418C30.5383 25.4238 31.5567 25.3925 32.575 25.4363C33.859 25.4911 34.8745 26.5315 34.8795 27.8094C34.8846 29.0491 33.8583 30.1269 32.5954 30.1644C31.5894 30.1943 30.5827 30.1769 29.5761 30.1825C29.1451 30.1846 29.1066 30.2332 29.1087 30.6464C29.1189 32.6014 29.1342 34.5572 29.1277 36.5122C29.124 37.656 28.4536 38.5207 27.3698 38.845C26.3471 39.1513 25.2967 38.7909 24.5994 37.8713C21.8355 34.2252 19.0775 30.5756 16.3173 26.9274C16.222 26.801 16.1222 26.6773 15.9599 26.469C15.9599 26.9551 15.9592 27.3309 15.9599 27.7066C15.9665 30.6339 15.9854 33.5606 15.9774 36.4879C15.9723 38.4103 14.0404 39.577 12.3466 38.6881C11.5328 38.261 11.099 37.581 11.0466 36.6893C11.0415 36.5969 11.0393 36.5046 11.0393 36.4115C11.0306 32.5473 11.0218 28.6831 11.0131 24.8181C11.0087 22.9555 11.0029 21.0928 11 19.2295C10.9985 18.0863 11.6304 17.1793 12.648 16.8571C13.7711 16.5008 14.7924 16.8341 15.5414 17.8217C18.3205 21.4859 21.0945 25.1529 23.8715 28.8185C23.9414 28.9109 24.0163 29.0004 24.0884 29.0914C24.1168 29.0831 24.1445 29.0748 24.1714 29.0671Z" fill="#FDFDFD"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_71_9718" x1="0" y1="0" x2="59.1543" y2="59.9634" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.416763" stop-color="#C342F9"/>
|
||||
<stop offset="1" stop-color="#5356FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 362 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 367 B |
|
After Width: | Height: | Size: 300 B |
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 770 B |
|
After Width: | Height: | Size: 392 B |
|
After Width: | Height: | Size: 253 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 244 B |
@@ -0,0 +1,7 @@
|
||||
<svg width="568" height="436" viewBox="0 0 568 436" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect y="0.00012207" width="568" height="436" rx="8" fill="#5356FB"/>
|
||||
<g opacity="0.09">
|
||||
<path opacity="0.58" d="M-2.34293e-05 0.000290263L-2.36998e-06 373.766C34.8829 399.565 69.9041 417.424 105.302 415.717C249.583 408.752 290.189 107.406 438.452 53.7809C479.95 38.7715 522.248 57.1748 565 87.2609L565 0.000213623L-2.34293e-05 0.000290263Z" fill="white"/>
|
||||
<path opacity="0.82" d="M3.05176e-05 436L393.417 436C396.14 415.924 396.846 395.977 394.881 376.207C377.132 197.532 170.752 155.022 89.7893 4.1536e-05L5.95177e-06 5.37155e-05L3.05176e-05 436Z" fill="white"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 677 B |
@@ -0,0 +1,10 @@
|
||||
<svg width="379" height="31" viewBox="0 0 379 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 29.5C18.8333 21 68.4183 8.72179 121.5 18.5C178.5 29 365.5 43.5 378 1.5" stroke="url(#paint0_linear_7_10893)" stroke-width="2" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_7_10893" x1="1" y1="1.5" x2="5.52687" y2="60.7337" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.416763" stop-color="#C342F9"/>
|
||||
<stop offset="1" stop-color="#5356FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 534 B |
@@ -0,0 +1,10 @@
|
||||
<svg width="379" height="31" viewBox="0 0 379 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 29.5C18.8333 21 68.4183 8.72179 121.5 18.5C178.5 29 365.5 43.5 378 1.5" stroke="url(#paint0_linear_7_3645)" stroke-width="2" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_7_3645" x1="1" y1="1.5" x2="5.52687" y2="60.7337" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.416763" stop-color="#C342F9"/>
|
||||
<stop offset="1" stop-color="#5356FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 532 B |
@@ -0,0 +1,10 @@
|
||||
<svg width="174" height="31" viewBox="0 0 174 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 17.9998C10.5 7.5 56.6856 24.9909 78 28C120.5 34 162 24 173 1" stroke="url(#paint0_linear_4_1797)" stroke-width="2" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_4_1797" x1="1" y1="1" x2="11.0515" y2="59.9411" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
<stop offset="0.416763" stop-color="#C342F9"/>
|
||||
<stop offset="1" stop-color="#5356FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 520 B |
@@ -0,0 +1,192 @@
|
||||
<svg width="828" height="823" viewBox="0 0 828 823" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="828" height="818" rx="12" fill="white"/>
|
||||
<mask id="mask0_9_18214" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="786" height="823">
|
||||
<rect width="786" height="823" rx="12" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_9_18214)">
|
||||
<path d="M425.724 96.3604C422.394 97.6146 420.71 99.4568 419.535 103.18C421.611 106.316 423.569 108.315 426.272 109.295C429.484 106.826 432.264 106.12 437.16 105.336C432.343 102.632 429.444 100.75 425.724 96.3604Z" fill="url(#paint0_linear_9_18214)"/>
|
||||
<path d="M641.075 735.312C634.143 734.763 630.148 733.861 623.724 731C622.275 734.136 621.609 737.036 622.236 740.211C626.348 742.524 631.988 744.248 639.744 745.777C638.294 740.956 638.373 738.251 641.075 735.312Z" fill="url(#paint1_linear_9_18214)"/>
|
||||
<path d="M618.346 334.906C620.343 341.295 619.599 345.488 617.523 351.446C628.373 350.192 639.144 347.683 643.452 345.057C643.021 339.805 641.454 335.533 638.517 329.928C633.66 332.985 627.942 333.847 618.346 334.906Z" fill="url(#paint2_linear_9_18214)"/>
|
||||
<path d="M648.701 247.499C649.563 254.084 648.114 258.043 645.059 263.53C655.908 264.157 666.835 263.569 671.496 261.727C671.966 256.553 671.183 252.085 669.264 246.088C664.015 248.244 658.297 248.126 648.701 247.499Z" fill="url(#paint3_linear_9_18214)"/>
|
||||
<path d="M54.3809 63.7494C56.4567 63.8278 58.2191 64.4158 60.1383 66.4931C63.6242 60.5746 65.0734 56.3414 66.8751 50.0309C63.7809 47.5224 61.5092 46.856 59.8251 46.5425C59.5117 53.5585 57.7101 57.7133 54.3809 63.7494Z" fill="url(#paint4_linear_9_18214)"/>
|
||||
<path d="M57.5726 565.839C54.9876 565.173 52.6768 563.487 49.2693 558C47.1543 559.842 45.8617 562.037 45 565.408C48.0942 569.132 50.2484 571.091 54.5176 573.051C54.7135 570.19 55.5751 568.583 57.5726 565.839Z" fill="url(#paint5_linear_9_18214)"/>
|
||||
<path d="M124.098 241.385C113.836 242.404 107.648 244.128 99.7363 247.578C102.87 253.692 105.964 256.946 109.528 259.336C113.797 256.122 117.949 255.574 124.411 255.299C122.061 249.851 122.218 246.48 124.098 241.385Z" fill="url(#paint6_linear_9_18214)"/>
|
||||
<path d="M335.325 85.5812C333.366 83.6214 332.074 81.5048 330.781 78.3691C326.12 83.6214 322.752 86.9138 318.326 89.8927C318.796 93.5379 319.932 95.2233 321.93 97.3007C325.259 95.2233 330.233 90.951 335.325 85.5812Z" fill="url(#paint7_linear_9_18214)"/>
|
||||
<path d="M452.2 267.999C447.892 266.313 445.542 264.98 442.017 261.962C440.489 263.687 439.51 265.412 439.314 267.528C441.469 269.802 444.719 271.957 449.341 274.427C449.38 271.017 449.929 269.331 452.2 267.999Z" fill="url(#paint8_linear_9_18214)"/>
|
||||
<path d="M603.032 395.385C601.779 399.108 600.76 401.147 598.293 404.243C599.781 405.458 601.309 406.242 603.11 406.32C604.951 404.4 606.635 401.539 608.555 397.541C605.695 397.658 604.246 397.266 603.032 395.385Z" fill="url(#paint9_linear_9_18214)"/>
|
||||
<path d="M780.771 240.326C775.366 238.288 772.976 235.544 770.039 230.958C765.104 238.954 761.07 247.577 760.521 251.889C764.281 254.398 768.002 255.613 773.368 256.593C773.917 251.693 776.345 247.382 780.771 240.326Z" fill="url(#paint10_linear_9_18214)"/>
|
||||
<path d="M752.414 682.729C753.785 687.355 755.352 689.902 759.464 693.508C763.028 688.648 766.044 686.492 770 685.042C769.06 680.613 767.65 677.791 764.987 673.714C761.227 677.712 757.897 679.907 752.414 682.729Z" fill="url(#paint11_linear_9_18214)"/>
|
||||
<path d="M377 754.908C382.444 756.163 385.538 756.202 390.826 753.301C390.748 744.012 391.374 738.446 393.176 729.51C389.886 730.019 387.458 729.666 385.499 729C383.737 739.348 381.387 745.462 377 754.908Z" fill="url(#paint12_linear_9_18214)"/>
|
||||
<path d="M505.607 753.93C506.978 751.578 508.74 749.853 512.305 748.912C507.565 741.23 503.57 736.958 497.343 731C492.525 733.038 490.371 735.312 489 737.036C496.951 741.74 500.672 746.365 505.607 753.93Z" fill="url(#paint13_linear_9_18214)"/>
|
||||
<path d="M483.299 209.832C482.163 212.497 482.672 214.927 484.435 218.533C490.388 216.456 494.109 215.868 500.101 216.26C498.966 213.555 499.083 211.4 500.062 207.167C493.952 206.853 489.291 207.794 483.299 209.832Z" fill="url(#paint14_linear_9_18214)"/>
|
||||
<path d="M709.37 175.379C704.513 182.748 702.281 187.843 700.322 195.016C706.08 196.192 709.918 195.917 713.443 194.82C713.639 190.234 715.48 187.177 718.77 182.709C713.874 181.297 711.759 179.377 709.37 175.379Z" fill="url(#paint15_linear_9_18214)"/>
|
||||
<path d="M101 483.799C107.619 486.935 111.183 489.326 116.432 494.539C119.017 491.991 120.779 489.365 121.367 486.033C118.194 482.192 113.298 478.429 106.248 474C105.818 479.291 104.76 481.957 101 483.799Z" fill="url(#paint16_linear_9_18214)"/>
|
||||
<path d="M504.605 317.542C506.877 317.699 508.287 318.365 509.815 320.639C511.264 318.013 511.616 315.935 512.008 312.094C510.755 310.369 509.58 309.899 507.151 309.703C506.799 312.996 506.329 315.308 504.605 317.542Z" fill="url(#paint17_linear_9_18214)"/>
|
||||
<path d="M619.286 105.375C617.993 104.631 617.053 103.651 616.544 101.691C612.314 104.278 609.964 106.473 606.674 109.883C607.81 112.548 609.024 113.724 609.964 114.469C612.588 110.118 615.134 108.08 619.286 105.375Z" fill="url(#paint18_linear_9_18214)"/>
|
||||
<path d="M163.54 93.3031C168.945 87.1886 172.078 84.4057 178.619 82.1323C176.896 79.3886 176.23 77.4288 176.7 75.3906C169.493 77.3504 165.146 80.3685 158.84 86.3263C159.819 89.2267 161.425 91.3825 163.54 93.3031Z" fill="url(#paint19_linear_9_18214)"/>
|
||||
<path d="M592.34 81.897C590.852 83.2296 590.499 84.7583 589.99 87.2668C595.552 88.1291 601.153 90.6768 607.419 94.2437C607.929 92.2447 608.712 91.108 610.357 89.5402C604.012 85.3854 600.056 83.5824 592.34 81.897Z" fill="url(#paint20_linear_9_18214)"/>
|
||||
<path d="M785.471 440.97C786.137 445.399 788.8 448.182 794.009 451.474C800.119 443.91 804.545 440.147 812.731 435.757C809.049 433.131 807.443 430.23 805.328 423.841C797.064 428.388 791.659 433.444 785.471 440.97Z" fill="url(#paint21_linear_9_18214)"/>
|
||||
<path d="M239.088 754.173C235.289 750.841 230.863 747.549 225.066 747C221.619 749.43 219.113 750.88 215 752.37C218.329 754.094 219.269 756.525 219.582 761.855C224.948 758.21 230.941 756.446 239.088 754.173Z" fill="url(#paint22_linear_9_18214)"/>
|
||||
<path d="M527.284 60.2215C526.814 57.9481 527.009 56.4586 528.772 54.3029C525.834 53.6365 523.719 53.8717 519.92 54.5772C518.589 56.3019 518.471 57.5169 518.98 59.9079C522.27 59.3983 524.659 59.2024 527.284 60.2215Z" fill="url(#paint23_linear_9_18214)"/>
|
||||
<path d="M701.771 30.9422C707.177 31.4125 709.918 32.0005 713.678 34.5874C714.462 32.5884 715.245 31.4517 716.498 30.903C712.582 27.8065 709.292 26.709 703.612 25.6899C702.476 27.3362 701.967 29.0216 701.771 30.9422Z" fill="url(#paint24_linear_9_18214)"/>
|
||||
<path d="M592.692 522.34C597.51 520.968 602.915 521.596 613.686 527.357C615.37 522.34 615.488 517.519 613.725 511.169C605.108 507.995 599.742 506.819 590.891 507.642C593.241 512.541 593.319 515.912 592.692 522.34Z" fill="url(#paint25_linear_9_18214)"/>
|
||||
<path d="M27.9437 402.793C32.6045 398.874 34.6804 396.208 35.6204 389.702C27.4737 383.626 23.0477 379.472 16.4677 372.024C14.7444 375.238 12.8644 377.12 10.9844 378.374C18.8177 386.644 22.5778 392.759 27.9437 402.793Z" fill="url(#paint26_linear_9_18214)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_9_18214" x1="431.467" y1="99.8933" x2="422.705" y2="109.799" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF5C5C"/>
|
||||
<stop offset="0.3013" stop-color="#F44444"/>
|
||||
<stop offset="0.935" stop-color="#D60707"/>
|
||||
<stop offset="1" stop-color="#D30000"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_9_18214" x1="632.783" y1="732.817" x2="629.771" y2="745.667" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF5C5C"/>
|
||||
<stop offset="0.3013" stop-color="#F44444"/>
|
||||
<stop offset="0.935" stop-color="#D60707"/>
|
||||
<stop offset="1" stop-color="#D30000"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_9_18214" x1="627.185" y1="330.991" x2="631.606" y2="353.397" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF5C5C"/>
|
||||
<stop offset="0.3013" stop-color="#F44444"/>
|
||||
<stop offset="0.935" stop-color="#D60707"/>
|
||||
<stop offset="1" stop-color="#D30000"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_9_18214" x1="658.033" y1="245.201" x2="658.529" y2="267.861" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF5C5C"/>
|
||||
<stop offset="0.3013" stop-color="#F44444"/>
|
||||
<stop offset="0.935" stop-color="#D60707"/>
|
||||
<stop offset="1" stop-color="#D30000"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_9_18214" x1="56.56" y1="55.1406" x2="66.4662" y2="58.7444" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF5C5C"/>
|
||||
<stop offset="0.3013" stop-color="#F44444"/>
|
||||
<stop offset="0.935" stop-color="#D60707"/>
|
||||
<stop offset="1" stop-color="#D30000"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_9_18214" x1="55.4117" y1="560.903" x2="47.294" y2="571.1" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF5C5C"/>
|
||||
<stop offset="0.3013" stop-color="#F44444"/>
|
||||
<stop offset="0.935" stop-color="#D60707"/>
|
||||
<stop offset="1" stop-color="#D30000"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_9_18214" x1="110.756" y1="241.113" x2="116.585" y2="258.447" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#4D8EFF"/>
|
||||
<stop offset="0.4282" stop-color="#3F76FF"/>
|
||||
<stop offset="1" stop-color="#2850FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_9_18214" x1="321.522" y1="82.1215" x2="330.328" y2="92.516" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#4D8EFF"/>
|
||||
<stop offset="0.4282" stop-color="#3F76FF"/>
|
||||
<stop offset="1" stop-color="#2850FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_9_18214" x1="447.429" y1="264.814" x2="443.056" y2="272.391" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#4D8EFF"/>
|
||||
<stop offset="0.4282" stop-color="#3F76FF"/>
|
||||
<stop offset="1" stop-color="#2850FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_9_18214" x1="600.531" y1="399.568" x2="607.123" y2="402.968" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#4D8EFF"/>
|
||||
<stop offset="0.4282" stop-color="#3F76FF"/>
|
||||
<stop offset="1" stop-color="#2850FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_9_18214" x1="778.691" y1="248.386" x2="761.206" y2="239.452" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#4D8EFF"/>
|
||||
<stop offset="0.4282" stop-color="#3F76FF"/>
|
||||
<stop offset="1" stop-color="#2850FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_9_18214" x1="758.098" y1="678.498" x2="766.747" y2="690.757" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#4D8EFF"/>
|
||||
<stop offset="0.4282" stop-color="#3F76FF"/>
|
||||
<stop offset="1" stop-color="#2850FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_9_18214" x1="392.928" y1="742.883" x2="377.639" y2="742.033" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#4D8EFF"/>
|
||||
<stop offset="0.4282" stop-color="#3F76FF"/>
|
||||
<stop offset="1" stop-color="#2850FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_9_18214" x1="496.954" y1="746.138" x2="507.214" y2="736.859" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FC9512"/>
|
||||
<stop offset="0.00696701" stop-color="#FC9612"/>
|
||||
<stop offset="0.68" stop-color="#FED319"/>
|
||||
<stop offset="1" stop-color="#FFEB1C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_9_18214" x1="492.829" y1="219.097" x2="490.657" y2="205.8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3EB9"/>
|
||||
<stop offset="0.0433" stop-color="#FF44BC"/>
|
||||
<stop offset="0.7006" stop-color="#FF98E3"/>
|
||||
<stop offset="1" stop-color="#FFB9F2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint15_linear_9_18214" x1="701.96" y1="184.116" x2="716.662" y2="189.603" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3EB9"/>
|
||||
<stop offset="0.0433" stop-color="#FF44BC"/>
|
||||
<stop offset="0.7006" stop-color="#FF98E3"/>
|
||||
<stop offset="1" stop-color="#FFB9F2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint16_linear_9_18214" x1="108.207" y1="489.36" x2="115.981" y2="477.854" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3EB9"/>
|
||||
<stop offset="0.0433" stop-color="#FF44BC"/>
|
||||
<stop offset="0.7006" stop-color="#FF98E3"/>
|
||||
<stop offset="1" stop-color="#FFB9F2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint17_linear_9_18214" x1="505.548" y1="313.884" x2="512.871" y2="316.529" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3EB9"/>
|
||||
<stop offset="0.0433" stop-color="#FF44BC"/>
|
||||
<stop offset="0.7006" stop-color="#FF98E3"/>
|
||||
<stop offset="1" stop-color="#FFB9F2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint18_linear_9_18214" x1="615.003" y1="110.112" x2="609.924" y2="104.464" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3EB9"/>
|
||||
<stop offset="0.0433" stop-color="#FF44BC"/>
|
||||
<stop offset="0.7006" stop-color="#FF98E3"/>
|
||||
<stop offset="1" stop-color="#FFB9F2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint19_linear_9_18214" x1="165.613" y1="78.3595" x2="173.708" y2="89.8244" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3EB9"/>
|
||||
<stop offset="0.0433" stop-color="#FF44BC"/>
|
||||
<stop offset="0.7006" stop-color="#FF98E3"/>
|
||||
<stop offset="1" stop-color="#FFB9F2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint20_linear_9_18214" x1="602.599" y1="83.1639" x2="597.848" y2="91.6758" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3EB9"/>
|
||||
<stop offset="0.0433" stop-color="#FF44BC"/>
|
||||
<stop offset="0.7006" stop-color="#FF98E3"/>
|
||||
<stop offset="1" stop-color="#FFB9F2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint21_linear_9_18214" x1="805.495" y1="445.368" x2="791.837" y2="429.7" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#00EE98"/>
|
||||
<stop offset="0.2798" stop-color="#00D685"/>
|
||||
<stop offset="0.8679" stop-color="#009955"/>
|
||||
<stop offset="1" stop-color="#008A49"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint22_linear_9_18214" x1="229.896" y1="758.953" x2="222.353" y2="745.792" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#00EE98"/>
|
||||
<stop offset="0.2798" stop-color="#00D685"/>
|
||||
<stop offset="0.8679" stop-color="#009955"/>
|
||||
<stop offset="1" stop-color="#008A49"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint23_linear_9_18214" x1="523.483" y1="60.3564" x2="523.973" y2="52.5484" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#00EE98"/>
|
||||
<stop offset="0.2798" stop-color="#00D685"/>
|
||||
<stop offset="0.8679" stop-color="#009955"/>
|
||||
<stop offset="1" stop-color="#008A49"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint24_linear_9_18214" x1="710.571" y1="26.1279" x2="707.632" y2="34.9739" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#00EE98"/>
|
||||
<stop offset="0.2798" stop-color="#00D685"/>
|
||||
<stop offset="0.8679" stop-color="#009955"/>
|
||||
<stop offset="1" stop-color="#008A49"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint25_linear_9_18214" x1="600.855" y1="528.371" x2="604.508" y2="503.978" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#00EE98"/>
|
||||
<stop offset="0.2798" stop-color="#00D685"/>
|
||||
<stop offset="0.8679" stop-color="#009955"/>
|
||||
<stop offset="1" stop-color="#008A49"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint26_linear_9_18214" x1="27.948" y1="380.978" x2="17.139" y2="393.743" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#00EE98"/>
|
||||
<stop offset="0.2798" stop-color="#00D685"/>
|
||||
<stop offset="0.8679" stop-color="#009955"/>
|
||||
<stop offset="1" stop-color="#008A49"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 421 B |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 423 B |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 259 B |