@ludo.ninja/components 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/api/graphql/index.js +2 -2
- package/build/api/server-preferences/queries/fetchSearchResultSelections/index.d.ts +15 -15
- package/build/api/server-preferences/queries/fetchSearchResultSelections/queryData.d.ts +0 -1
- package/build/api/server-search/queries/useFindUserCreations/index.d.ts +2 -2
- package/build/components/assetPage/assetLikes/index.js +1 -1
- package/build/components/assetPage/audioVideoPlayer/Duration.js +1 -1
- package/build/components/assetPage/media/AssetImage/index.d.ts +1 -1
- package/build/components/assetPage/moreDropDown/index.js +1 -1
- package/build/components/assetPage/participants/index.js +1 -1
- package/build/components/assetPage/viewer3D/index.d.ts +1 -1
- package/build/components/headers/components/headerExperienceLabel/index.d.ts +1 -1
- package/build/components/headers/components/headerUserPic/index.d.ts +1 -1
- package/build/components/linkTabs/index.d.ts +1 -1
- package/build/components/search/SearchInputContainer.js +1 -1
- package/build/components/search/searchCloseMoreButtons/index.js +1 -1
- package/build/components/search/searchSimpleInput/index.js +1 -1
- package/build/components/searchFiltersConnector/index.d.ts +2 -2
- package/build/components/sidebar/data.js +7 -7
- package/build/components/sidebar/sidebarFilters/index.js +1 -1
- package/build/components/toTopBtn/index.js +1 -1
- package/build/dto/AssetEntity/views/AssetAudio/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetImage/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetObject/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetOther/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetScreenshot/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetVideo/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationAudio/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationImage/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationObject/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationOther/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationVideo/index.d.ts +0 -1
- package/build/dto/common/Media/Audio/index.d.ts +0 -1
- package/build/dto/common/Media/Image/index.d.ts +0 -1
- package/build/dto/common/Media/Object/index.d.ts +0 -1
- package/build/dto/common/Media/Other/index.d.ts +0 -1
- package/build/dto/common/Media/Screenshot/index.d.ts +0 -1
- package/build/dto/common/Media/Video/index.d.ts +0 -1
- package/build/dto/common/Media/index.d.ts +0 -1
- package/build/dto/common/Media/interface.d.ts +0 -1
- package/build/hooks/apollo/index.js +1 -2
- package/build/hooks/favorites/useGetUserFevoritesCreations/index.js +2 -2
- package/build/hooks/galleries/useGetUserGalleriesCreations/index.js +2 -2
- package/build/hooks/likes/dynamic/useGetCreationsAndLikes.js +2 -2
- package/build/hooks/likes/useGetLikesAsset.d.ts +8 -8
- package/build/layouts/custom/styles.d.ts +0 -1
- package/build/modules/gallery/api/useGetAssetsAndCollectionForFavorite.d.ts +2 -2
- package/build/modules/gallery/ui/Description.d.ts +1 -1
- package/build/modules/gallery/ui/EditGallery.d.ts +1 -1
- package/build/modules/gallery/ui/GalleryDeleteIcon.d.ts +1 -1
- package/build/modules/gallery/ui/GalleryDeleteIcon.js +2 -2
- package/build/modules/gallery/ui/STopSections.d.ts +0 -1
- package/build/modules/gallery/ui/chooseGalleryItems/chooseGalleryItem/index.js +1 -1
- package/build/modules/gallery/ui/chooseGalleryItems/index.d.ts +1 -1
- package/build/modules/gallery/ui/createGalleryForm/index.d.ts +2 -3
- package/build/modules/gallery/ui/itemsPreview/index.d.ts +4 -4
- package/build/modules/notifications/index.d.ts +6 -17
- package/build/modules/opportunity/OpportunityCard.d.ts +1 -1
- package/build/modules/opportunity/OpportunityCard.js +1 -1
- package/build/modules/opportunity/OpportunityDropDown.js +1 -1
- package/build/modules/user/store.d.ts +0 -1
- package/build/modules/virtuoso/VirtuosoPageBuilder.d.ts +1 -1
- package/build/modules/virtuoso/useVirtuosoData.d.ts +2 -2
- package/build/public/404/404.jsx +41 -0
- package/build/public/500/500.jsx +41 -0
- package/build/public/MobileSearchBtn/close.jsx +22 -0
- package/build/public/MobileSearchBtn/search.jsx +29 -0
- package/build/public/MobileSearchBtn/test/pirate.jsx +39 -0
- package/build/public/MobileSearchBtn/test/squircle.jsx +39 -0
- package/build/public/alerts/close.jsx +24 -0
- package/build/public/alerts/errorIcon.jsx +23 -0
- package/build/public/alerts/successIcon.jsx +23 -0
- package/build/public/alerts/warningIcon.jsx +39 -0
- package/build/public/assetPage/arrow.jsx +22 -0
- package/build/public/assetPage/audioPlaceholder.jsx +91 -0
- package/build/public/assetPage/details.jsx +31 -0
- package/build/public/assetPage/favorite.jsx +19 -0
- package/build/public/assetPage/favorite_hover.jsx +21 -0
- package/build/public/assetPage/flag.jsx +31 -0
- package/build/public/assetPage/fullScreen.jsx +21 -0
- package/build/public/assetPage/owners.jsx +20 -0
- package/build/public/assetPage/pause.jsx +23 -0
- package/build/public/assetPage/play.jsx +20 -0
- package/build/public/assetPage/share.jsx +23 -0
- package/build/public/assetPage/share2.jsx +22 -0
- package/build/public/assetPage/share2_hover.jsx +22 -0
- package/build/public/assetPage/shareWithDots.jsx +40 -0
- package/build/public/assetPage/shareWithDots_hover.jsx +40 -0
- package/build/public/assetPage/share_hover.jsx +21 -0
- package/build/public/assetPage/soundOf.jsx +21 -0
- package/build/public/assetPage/soundOn.jsx +21 -0
- package/build/public/banner/banner_img.jsx +308 -0
- package/build/public/banner/banner_stroke.jsx +21 -0
- package/build/public/button_skin/accept.jsx +30 -0
- package/build/public/button_skin/decline.jsx +30 -0
- package/build/public/calendar.jsx +21 -0
- package/build/public/cards/addToFavListIcon.jsx +29 -0
- package/build/public/cards/addToGalleryIcon.jsx +19 -0
- package/build/public/cards/heart.jsx +17 -0
- package/build/public/cardsHolderLoader/loader.jsx +23 -0
- package/build/public/checkbox-on.jsx +32 -0
- package/build/public/checkboxArrow.jsx +22 -0
- package/build/public/close.jsx +22 -0
- package/build/public/close20.jsx +22 -0
- package/build/public/collectionPage/export.jsx +22 -0
- package/build/public/copied.jsx +23 -0
- package/build/public/copy-icon-new.jsx +29 -0
- package/{public/creation/card/moreBtn.svg → build/public/creation/card/moreBtn.jsx} +13 -2
- package/build/public/creation/card/moreBtnVertical.jsx +27 -0
- package/build/public/creation/card/moreBtn_hover.jsx +27 -0
- package/build/public/defaultUserpics/0.jsx +68 -0
- package/build/public/defaultUserpics/1.jsx +85 -0
- package/build/public/defaultUserpics/10.jsx +68 -0
- package/build/public/defaultUserpics/11.jsx +68 -0
- package/build/public/defaultUserpics/12.jsx +68 -0
- package/build/public/defaultUserpics/13.jsx +68 -0
- package/build/public/defaultUserpics/14.jsx +68 -0
- package/build/public/defaultUserpics/15.jsx +68 -0
- package/build/public/defaultUserpics/16.jsx +68 -0
- package/build/public/defaultUserpics/17.jsx +68 -0
- package/build/public/defaultUserpics/18.jsx +68 -0
- package/build/public/defaultUserpics/19.jsx +68 -0
- package/build/public/defaultUserpics/2.jsx +68 -0
- package/build/public/defaultUserpics/20.jsx +68 -0
- package/build/public/defaultUserpics/3.jsx +68 -0
- package/build/public/defaultUserpics/4.jsx +68 -0
- package/build/public/defaultUserpics/5.jsx +68 -0
- package/build/public/defaultUserpics/6.jsx +68 -0
- package/build/public/defaultUserpics/7.jsx +68 -0
- package/build/public/defaultUserpics/8.jsx +68 -0
- package/build/public/defaultUserpics/9.jsx +68 -0
- package/build/public/defaultUserpics/defaultUserpic.jsx +95 -0
- package/build/public/dropDown/arrow_down.jsx +21 -0
- package/build/public/dropdown-arrow-down.jsx +19 -0
- package/build/public/dropdown-arrow-up.jsx +19 -0
- package/build/public/error/refresh.jsx +27 -0
- package/build/public/follower.jsx +20 -0
- package/build/public/forms/checkbox/checked.jsx +23 -0
- package/build/public/gallery/defaultImage.jsx +16 -0
- package/build/public/gallery/delete.jsx +23 -0
- package/build/public/header/mobile_menu_icons/arrows/arrow_down.jsx +22 -0
- package/build/public/header/mobile_menu_icons/arrows/arrow_up.jsx +22 -0
- package/build/public/header/mobile_menu_icons/campaigns.jsx +40 -0
- package/build/public/header/mobile_menu_icons/dropdown/add_new_campaign.jsx +76 -0
- package/build/public/header/mobile_menu_icons/dropdown/my_galleries.jsx +62 -0
- package/build/public/header/mobile_menu_icons/dropdown/my_profile.jsx +22 -0
- package/build/public/header/mobile_menu_icons/dropdown/my_wallets.jsx +28 -0
- package/build/public/header/mobile_menu_icons/dropdown/notifications.jsx +29 -0
- package/build/public/header/mobile_menu_icons/dropdown/top_campaigns.jsx +45 -0
- package/build/public/header/mobile_menu_icons/dropdown/top_creations.jsx +41 -0
- package/{public/header/mobile_menu_icons/dropdown/top_creators.svg → build/public/header/mobile_menu_icons/dropdown/top_creators.jsx} +62 -10
- package/{public/header/mobile_menu_icons/dropdown/top_galleries.svg → build/public/header/mobile_menu_icons/dropdown/top_galleries.jsx} +67 -13
- package/build/public/header/mobile_menu_icons/dropdown/top_/321/201ollectors.jsx +63 -0
- package/build/public/header/mobile_menu_icons/experiences.jsx +54 -0
- package/build/public/header/mobile_menu_icons/settings.jsx +21 -0
- package/build/public/header/mobile_menu_icons/sign_out.jsx +23 -0
- package/{public/header/mobile_menu_icons/submit_nft.svg → build/public/header/mobile_menu_icons/submit_nft.jsx} +85 -16
- package/build/public/header/mobile_menu_icons/top.jsx +28 -0
- package/build/public/header/mobile_toggle/close.jsx +22 -0
- package/build/public/header/mobile_toggle/regular.jsx +22 -0
- package/build/public/iconButton/share.jsx +40 -0
- package/build/public/iconButton/trash.jsx +35 -0
- package/build/public/iconButton/trash_open.jsx +42 -0
- package/build/public/like-icon-active.jsx +25 -0
- package/build/public/like-icon.jsx +20 -0
- package/build/public/logOut/logOutBtn.jsx +28 -0
- package/build/public/logo/main_logo.jsx +374 -0
- package/build/public/logo/main_logo_dark.jsx +134 -0
- package/build/public/logo/mobile_logo.jsx +358 -0
- package/build/public/logo/mobile_logo_dark.jsx +118 -0
- package/build/public/ludo-logo-small.jsx +21 -0
- package/{public/ludo-logo-square.svg → build/public/ludo-logo-square.jsx} +40 -9
- package/build/public/modal/close.jsx +22 -0
- package/build/public/noContent/noContent.jsx +33 -0
- package/build/public/noContent/noContentAudio.jsx +85 -0
- package/build/public/noContent/noContentObject.jsx +89 -0
- package/{public/no_image placeholder.svg → build/public/no_image placeholder.jsx } +40 -9
- package/build/public/no_media_placeholder.jsx +398 -0
- package/build/public/report.jsx +40 -0
- package/build/public/rewardsPage/XP_logo.jsx +70 -0
- package/build/public/rewardsPage/arrow_up_light.jsx +22 -0
- package/build/public/rewardsPage/banner_rewards.jsx +36 -0
- package/build/public/rewardsPage/banner_rewards_mobile.jsx +36 -0
- package/build/public/rewardsPage/banner_rewards_tablet.jsx +42 -0
- package/{public/rewardsPage/banner_seasons.svg → build/public/rewardsPage/banner_seasons.jsx} +36 -9
- package/build/public/rewardsPage/defaultUserPic.jsx +33 -0
- package/build/public/rewardsPage/ludo_logo_white.jsx +134 -0
- package/build/public/search/arrow_up.jsx +22 -0
- package/build/public/search/back.jsx +22 -0
- package/build/public/search/close.jsx +22 -0
- package/build/public/search/no_found.jsx +28 -0
- package/build/public/search/search.jsx +29 -0
- package/build/public/search-icon.jsx +32 -0
- package/build/public/selects/arrow_down.jsx +22 -0
- package/{public/services/opensea.svg → build/public/services/opensea.jsx} +27 -5
- package/build/public/services/other.jsx +33 -0
- package/build/public/services/rarible.jsx +22 -0
- package/build/public/settings_page/back.jsx +22 -0
- package/build/public/settings_page/burger_menu.jsx +36 -0
- package/build/public/settings_page/notifications.jsx +18 -0
- package/build/public/settings_page/notifications_active.jsx +18 -0
- package/build/public/settings_page/privacy.jsx +25 -0
- package/build/public/settings_page/privacy_active.jsx +25 -0
- package/build/public/settings_page/settings.jsx +27 -0
- package/build/public/settings_page/settings_active.jsx +27 -0
- package/build/public/settings_page/upload.jsx +28 -0
- package/build/public/share/copy-link-btn.jsx +34 -0
- package/build/public/share/email-btn.jsx +27 -0
- package/build/public/share/facebook-btn.jsx +24 -0
- package/build/public/share/insta-btn.jsx +61 -0
- package/build/public/share/reddit-btn.jsx +32 -0
- package/build/public/share/telegram-btn.jsx +23 -0
- package/build/public/share/twitter-btn.jsx +23 -0
- package/build/public/share/whatsapp-btn.jsx +30 -0
- package/build/public/share-icon.jsx +26 -0
- package/build/public/showCaseIcons/heart.jsx +15 -0
- package/build/public/sidebar/aboutLudo.jsx +113 -0
- package/build/public/sidebar/aboutLudoDark.jsx +113 -0
- package/build/public/sidebar/api.jsx +21 -0
- package/build/public/sidebar/close.jsx +22 -0
- package/build/public/sidebar/disconnect.jsx +21 -0
- package/build/public/sidebar/explore.jsx +21 -0
- package/build/public/sidebar/ludoX.jsx +117 -0
- package/build/public/sidebar/my-invites.jsx +19 -0
- package/build/public/sidebar/rewards.jsx +19 -0
- package/build/public/sidebar/submitNft.jsx +21 -0
- package/build/public/socials/facebook.jsx +20 -0
- package/build/public/socials/instagram.jsx +24 -0
- package/{public/socials/twitter.svg → build/public/socials/twitter.jsx} +19 -3
- package/build/public/socials/website.jsx +37 -0
- package/build/public/tabs/arrow_right.jsx +22 -0
- package/build/public/tabs/arrow_right_dark.jsx +22 -0
- package/{public/upload-userpic.svg → build/public/tests/test_1.jsx} +69 -11
- package/build/public/toTopBtn/toTopBtn.jsx +29 -0
- package/{public/tests/test_1.svg → build/public/upload-userpic.jsx} +69 -11
- package/build/public/userpics/placeholder-lg-1.jsx +38 -0
- package/build/public/userpics/placeholder-sm-1.jsx +38 -0
- package/build/public/video/pause.jsx +26 -0
- package/build/public/video/play.jsx +21 -0
- package/build/public/wallets/arkane-btn.jsx +36 -0
- package/build/public/wallets/bitski-btn.jsx +53 -0
- package/build/public/wallets/elrond-btn.jsx +214 -0
- package/build/public/wallets/elrond-icon-sm.jsx +213 -0
- package/build/public/wallets/elrond.jsx +20 -0
- package/build/public/wallets/ethereum-icon-sm.jsx +32 -0
- package/build/public/wallets/flow-btn.jsx +25 -0
- package/build/public/wallets/flow-icon-sm.jsx +34 -0
- package/build/public/wallets/formatic-btn.jsx +20 -0
- package/build/public/wallets/formatic-icon-sm.jsx +20 -0
- package/build/public/wallets/maiar-btn.jsx +53 -0
- package/build/public/wallets/maiar-icon-sm.jsx +53 -0
- package/build/public/wallets/metamask-btn.jsx +196 -0
- package/build/public/wallets/metamask-icon-sm.jsx +195 -0
- package/build/public/wallets/phantom.jsx +20 -0
- package/build/public/wallets/plus.jsx +27 -0
- package/build/public/wallets/solana-btn.jsx +63 -0
- package/build/public/wallets/solana-icon-sm.jsx +62 -0
- package/build/public/wallets/terra-btn.jsx +97 -0
- package/build/public/wallets/terra-icon-sm.jsx +97 -0
- package/build/public/wallets/tezos-btn.jsx +33 -0
- package/build/public/wallets/tezos-icon-sm.jsx +32 -0
- package/build/public/wallets/wallet_connect.jsx +20 -0
- package/{public/wallets/walletconnect-btn.svg → build/public/wallets/walletconnect-btn.jsx} +19 -3
- package/build/public/wallets/walletlink-btn.jsx +25 -0
- package/build/public/wallets/walletlink-icon-sm.jsx +18 -0
- package/{public/wallets/xdefi-icon-sm.svg → build/public/wallets/xdefi-btn.jsx} +31 -6
- package/{public/wallets/xdefi-btn.svg → build/public/wallets/xdefi-icon-sm.jsx} +31 -6
- package/{public/warning.svg → build/public/warning.jsx} +19 -3
- package/build/store/env/index.d.ts +0 -1
- package/build/store/index.d.ts +0 -1
- package/build/store/ui/utils.d.ts +1 -1
- package/build/styles/globalStyles.d.ts +0 -1
- package/build/system/Cards/CardContent/CardLikes/index.js +1 -1
- package/build/system/Cards/CardContent/CardShowMore/index.js +1 -1
- package/build/system/Cards/CardContent/index.d.ts +8 -8
- package/build/system/Cards/CardMedia/CardAudio/index.js +2 -2
- package/build/system/Cards/CardMedia/CardVideo/index.js +2 -2
- package/build/system/Cards/CreationCard/CardHead.d.ts +1 -1
- package/build/system/Cards/CreationCard/CardHead.js +3 -3
- package/build/system/Cards/MultiMediaCard/index.js +1 -1
- package/build/system/Cards/Styles/Content.d.ts +0 -1
- package/build/system/Cards/Styles/Head.d.ts +0 -1
- package/build/system/Cards/Styles/Headicons.d.ts +0 -1
- package/build/system/Cards/Styles/Image.d.ts +0 -1
- package/build/system/Cards/Styles/Likes.d.ts +0 -1
- package/build/system/Cards/Styles/MultiHead.d.ts +0 -1
- package/build/system/Cards/Styles/Video.d.ts +0 -1
- package/build/system/CardsHolderWithSkeleton/CardsHolder/CardsError/index.js +1 -1
- package/build/system/CardsHolderWithSkeleton/CardsHolder/CardsNoResults/index.js +1 -1
- package/build/system/CardsHolderWithSkeleton/CardsHolderLoader/index.js +1 -1
- package/build/system/DropDown/index.d.ts +1 -1
- package/build/system/DropDown/index.js +1 -1
- package/build/system/Forms/DatePicker/index.js +2 -2
- package/build/system/Forms/RadioInput/index.d.ts +4 -4
- package/build/system/Forms/Selects/DesktopSelect/index.js +1 -1
- package/build/system/Img/Userpic/index.js +1 -1
- package/build/system/ShareIconResize.js +1 -1
- package/build/utils/3d.d.ts +2 -2
- package/build/utils/copyBtn/index.d.ts +3 -3
- package/build/utils/copyBtn/index.js +2 -2
- package/build/utils/extractItemIds.js +1 -2
- package/build/utils/getPageSizeAssets.d.ts +2 -2
- package/build/utils/screen/index.js +4 -5
- package/package.json +8 -6
- package/public/404/404.svg +0 -8
- package/public/500/500.svg +0 -8
- package/public/MobileSearchBtn/close.svg +0 -3
- package/public/MobileSearchBtn/search.svg +0 -4
- package/public/MobileSearchBtn/test/pirate.svg +0 -9
- package/public/MobileSearchBtn/test/squircle.svg +0 -9
- package/public/alerts/close.svg +0 -5
- package/public/alerts/errorIcon.svg +0 -4
- package/public/alerts/successIcon.svg +0 -4
- package/public/alerts/warningIcon.svg +0 -8
- package/public/assetPage/arrow.svg +0 -3
- package/public/assetPage/audioPlaceholder.svg +0 -35
- package/public/assetPage/details.svg +0 -6
- package/public/assetPage/favorite.svg +0 -3
- package/public/assetPage/favorite_hover.svg +0 -3
- package/public/assetPage/flag.svg +0 -5
- package/public/assetPage/fullScreen.svg +0 -3
- package/public/assetPage/owners.svg +0 -4
- package/public/assetPage/pause.svg +0 -4
- package/public/assetPage/play.svg +0 -3
- package/public/assetPage/share.svg +0 -3
- package/public/assetPage/share2.svg +0 -3
- package/public/assetPage/share2_hover.svg +0 -3
- package/public/assetPage/shareWithDots.svg +0 -6
- package/public/assetPage/shareWithDots_hover.svg +0 -6
- package/public/assetPage/share_hover.svg +0 -3
- package/public/assetPage/soundOf.svg +0 -3
- package/public/assetPage/soundOn.svg +0 -3
- package/public/banner/banner_img.svg +0 -96
- package/public/banner/banner_stroke.svg +0 -3
- package/public/button_skin/accept.svg +0 -11
- package/public/button_skin/decline.svg +0 -11
- package/public/calendar.svg +0 -3
- package/public/cards/addToFavListIcon.svg +0 -5
- package/public/cards/addToGalleryIcon.svg +0 -3
- package/public/cards/heart.svg +0 -3
- package/public/cardsHolderLoader/loader.svg +0 -4
- package/public/checkbox-on.svg +0 -4
- package/public/checkboxArrow.svg +0 -3
- package/public/close.svg +0 -3
- package/public/close20.svg +0 -4
- package/public/collectionPage/export.svg +0 -3
- package/public/copied.svg +0 -4
- package/public/copy-icon-new.svg +0 -4
- package/public/creation/card/moreBtnVertical.svg +0 -5
- package/public/creation/card/moreBtn_hover.svg +0 -5
- package/public/defaultUserpics/0.svg +0 -24
- package/public/defaultUserpics/1.svg +0 -24
- package/public/defaultUserpics/10.svg +0 -24
- package/public/defaultUserpics/11.svg +0 -24
- package/public/defaultUserpics/12.svg +0 -24
- package/public/defaultUserpics/13.svg +0 -24
- package/public/defaultUserpics/14.svg +0 -24
- package/public/defaultUserpics/15.svg +0 -24
- package/public/defaultUserpics/16.svg +0 -24
- package/public/defaultUserpics/17.svg +0 -24
- package/public/defaultUserpics/18.svg +0 -24
- package/public/defaultUserpics/19.svg +0 -24
- package/public/defaultUserpics/2.svg +0 -24
- package/public/defaultUserpics/20.svg +0 -24
- package/public/defaultUserpics/3.svg +0 -24
- package/public/defaultUserpics/4.svg +0 -24
- package/public/defaultUserpics/5.svg +0 -24
- package/public/defaultUserpics/6.svg +0 -24
- package/public/defaultUserpics/7.svg +0 -24
- package/public/defaultUserpics/8.svg +0 -24
- package/public/defaultUserpics/9.svg +0 -24
- package/public/defaultUserpics/defaultUserpic.svg +0 -31
- package/public/dropDown/arrow_down.svg +0 -3
- package/public/dropdown-arrow-down.svg +0 -3
- package/public/dropdown-arrow-up.svg +0 -3
- package/public/error/refresh.svg +0 -4
- package/public/follower.svg +0 -4
- package/public/forms/checkbox/checked.svg +0 -4
- package/public/gallery/defaultImage.svg +0 -3
- package/public/gallery/delete.svg +0 -4
- package/public/header/mobile_menu_icons/arrows/arrow_down.svg +0 -3
- package/public/header/mobile_menu_icons/arrows/arrow_up.svg +0 -3
- package/public/header/mobile_menu_icons/campaigns.svg +0 -6
- package/public/header/mobile_menu_icons/dropdown/add_new_campaign.svg +0 -10
- package/public/header/mobile_menu_icons/dropdown/my_galleries.svg +0 -12
- package/public/header/mobile_menu_icons/dropdown/my_profile.svg +0 -5
- package/public/header/mobile_menu_icons/dropdown/my_wallets.svg +0 -5
- package/public/header/mobile_menu_icons/dropdown/notifications.svg +0 -6
- package/public/header/mobile_menu_icons/dropdown/top_campaigns.svg +0 -7
- package/public/header/mobile_menu_icons/dropdown/top_creations.svg +0 -6
- package/public/header/mobile_menu_icons/dropdown/top_/321/201ollectors.svg +0 -10
- package/public/header/mobile_menu_icons/experiences.svg +0 -11
- package/public/header/mobile_menu_icons/settings.svg +0 -3
- package/public/header/mobile_menu_icons/sign_out.svg +0 -4
- package/public/header/mobile_menu_icons/top.svg +0 -7
- package/public/header/mobile_toggle/close.svg +0 -3
- package/public/header/mobile_toggle/regular.svg +0 -3
- package/public/iconButton/share.svg +0 -6
- package/public/iconButton/trash.svg +0 -5
- package/public/iconButton/trash_open.svg +0 -6
- package/public/like-icon-active.svg +0 -4
- package/public/like-icon.svg +0 -3
- package/public/logOut/logOutBtn.svg +0 -5
- package/public/logo/main_logo.svg +0 -214
- package/public/logo/main_logo_dark.svg +0 -49
- package/public/logo/mobile_logo.svg +0 -210
- package/public/logo/mobile_logo_dark.svg +0 -45
- package/public/ludo-logo-small.svg +0 -5
- package/public/modal/close.svg +0 -3
- package/public/noContent/noContent.svg +0 -9
- package/public/noContent/noContentAudio.svg +0 -34
- package/public/noContent/noContentObject.svg +0 -35
- package/public/no_media_placeholder.svg +0 -222
- package/public/report.svg +0 -6
- package/public/rewardsPage/XP_logo.svg +0 -22
- package/public/rewardsPage/arrow_up_light.svg +0 -3
- package/public/rewardsPage/banner_rewards.svg +0 -9
- package/public/rewardsPage/banner_rewards_mobile.svg +0 -9
- package/public/rewardsPage/banner_rewards_tablet.svg +0 -9
- package/public/rewardsPage/defaultUserPic.svg +0 -9
- package/public/rewardsPage/ludo_logo_white.svg +0 -49
- package/public/search/arrow_up.svg +0 -3
- package/public/search/back.svg +0 -3
- package/public/search/close.svg +0 -3
- package/public/search/no_found.svg +0 -4
- package/public/search/search.svg +0 -4
- package/public/search-icon.svg +0 -4
- package/public/selects/arrow_down.svg +0 -3
- package/public/services/other.svg +0 -8
- package/public/services/rarible.svg +0 -4
- package/public/settings_page/back.svg +0 -3
- package/public/settings_page/burger_menu.svg +0 -5
- package/public/settings_page/notifications.svg +0 -5
- package/public/settings_page/notifications_active.svg +0 -5
- package/public/settings_page/privacy.svg +0 -4
- package/public/settings_page/privacy_active.svg +0 -4
- package/public/settings_page/settings.svg +0 -5
- package/public/settings_page/settings_active.svg +0 -5
- package/public/settings_page/upload.svg +0 -4
- package/public/share/copy-link-btn.svg +0 -6
- package/public/share/email-btn.svg +0 -5
- package/public/share/facebook-btn.svg +0 -5
- package/public/share/insta-btn.svg +0 -21
- package/public/share/reddit-btn.svg +0 -11
- package/public/share/telegram-btn.svg +0 -4
- package/public/share/twitter-btn.svg +0 -5
- package/public/share/whatsapp-btn.svg +0 -6
- package/public/share-icon.svg +0 -7
- package/public/showCaseIcons/heart.svg +0 -3
- package/public/sidebar/aboutLudo.svg +0 -40
- package/public/sidebar/aboutLudoDark.svg +0 -52
- package/public/sidebar/api.svg +0 -3
- package/public/sidebar/close.svg +0 -3
- package/public/sidebar/disconnect.svg +0 -3
- package/public/sidebar/explore.svg +0 -5
- package/public/sidebar/ludoX.svg +0 -63
- package/public/sidebar/my-invites.svg +0 -4
- package/public/sidebar/rewards.svg +0 -4
- package/public/sidebar/submitNft.svg +0 -3
- package/public/socials/facebook.svg +0 -4
- package/public/socials/instagram.svg +0 -5
- package/public/socials/website.svg +0 -8
- package/public/tabs/arrow_right.svg +0 -3
- package/public/tabs/arrow_right_dark.svg +0 -3
- package/public/toTopBtn/toTopBtn.svg +0 -4
- package/public/userpics/placeholder-lg-1.svg +0 -10
- package/public/userpics/placeholder-sm-1.svg +0 -10
- package/public/video/pause.svg +0 -5
- package/public/video/play.svg +0 -4
- package/public/wallets/arkane-btn.svg +0 -5
- package/public/wallets/bitski-btn.svg +0 -12
- package/public/wallets/elrond-btn.svg +0 -36
- package/public/wallets/elrond-icon-sm.svg +0 -35
- package/public/wallets/elrond.svg +0 -4
- package/public/wallets/ethereum-icon-sm.svg +0 -7
- package/public/wallets/flow-btn.svg +0 -6
- package/public/wallets/flow-icon-sm.svg +0 -12
- package/public/wallets/formatic-btn.svg +0 -4
- package/public/wallets/formatic-icon-sm.svg +0 -4
- package/public/wallets/maiar-btn.svg +0 -17
- package/public/wallets/maiar-icon-sm.svg +0 -17
- package/public/wallets/metamask-btn.svg +0 -33
- package/public/wallets/metamask-icon-sm.svg +0 -32
- package/public/wallets/phantom.svg +0 -4
- package/public/wallets/plus.svg +0 -4
- package/public/wallets/solana-btn.svg +0 -20
- package/public/wallets/solana-icon-sm.svg +0 -19
- package/public/wallets/terra-btn.svg +0 -29
- package/public/wallets/terra-icon-sm.svg +0 -29
- package/public/wallets/tezos-btn.svg +0 -12
- package/public/wallets/tezos-icon-sm.svg +0 -11
- package/public/wallets/wallet_connect.svg +0 -4
- package/public/wallets/walletlink-btn.svg +0 -5
- package/public/wallets/walletlink-icon-sm.svg +0 -5
- /package/{public → build/public}/favicon.ico +0 -0
- /package/{public → build/public}/favicon.png +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-500.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-500italic.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-600.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-600italic.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-700.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-700italic.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-italic.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-regular.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-200.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-300.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-500.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-600.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-700.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-800.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-regular.woff2 +0 -0
- /package/{public → build/public}/formsBg/get_early_access_bg.jpg +0 -0
- /package/{public → build/public}/tests/audio.mp3 +0 -0
- /package/{public → build/public}/userpic-placeholder.jpg +0 -0
package/public/video/pause.svg
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle opacity="0.5" cx="18" cy="18" r="18" fill="#12183A"/>
|
|
3
|
-
<path opacity="0.8" d="M12 12C12 11.4477 12.4477 11 13 11H15C15.5523 11 16 11.4477 16 12V24C16 24.5523 15.5523 25 15 25H13C12.4477 25 12 24.5523 12 24V12Z" fill="white"/>
|
|
4
|
-
<path opacity="0.8" d="M20 12C20 11.4477 20.4477 11 21 11H23C23.5523 11 24 11.4477 24 12V24C24 24.5523 23.5523 25 23 25H21C20.4477 25 20 24.5523 20 24V12Z" fill="white"/>
|
|
5
|
-
</svg>
|
package/public/video/play.svg
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none">
|
|
2
|
-
<circle opacity="0.5" cx="18" cy="18" r="18" fill="#12183A"/>
|
|
3
|
-
<path opacity="0.8" d="M25.3484 17.1184C26.0505 17.5102 26.0505 18.4898 25.3484 18.8816L15.0798 24.6121C14.3777 25.0039 13.5 24.5141 13.5 23.7305L13.5 12.2695C13.5 11.4859 14.3777 10.9961 15.0798 11.3879L25.3484 17.1184Z" fill="white"/>
|
|
4
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="71" height="71" viewBox="0 0 71 71" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14.0127 57.4539H6.53906L32.697 14.0131C33.0084 13.546 34.0983 12.1447 35.4996 12.1447C36.9009 12.1447 37.9908 13.546 38.3022 14.0131C38.6136 14.4802 64.4601 57.4539 64.4601 57.4539H56.9864L37.368 25.2237C37.368 25.2237 36.6668 23.8223 35.4996 23.8223C34.3324 23.8223 33.6312 25.2237 33.6312 25.2237L14.0127 57.4539Z" fill="#B32F9D"/>
|
|
3
|
-
<rect x="29.8945" y="33.6316" width="11.2105" height="3.73684" rx="1.86842" fill="#B32F9D"/>
|
|
4
|
-
<rect x="1" y="1" width="69" height="69" rx="6" stroke="#B32F9D" stroke-width="2"/>
|
|
5
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="70" height="74" viewBox="0 0 70 74" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M42.8582 62.5957L1 21.0689C4.00283 17.0607 14.4673 6.85117 21.1726 2.55661C24.7028 0.555275 29.746 1.05559 29.746 1.05559C39.328 3.05688 42.8582 8.56078 44.8755 12.063C56.9791 8.06045 64.5438 18.5672 64.0395 17.5666C72.512 26.3723 68.2421 36.5789 65.0481 40.5815L42.8582 62.5957Z" fill="#2926CF" stroke="#2926CF" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M27.2252 27.5727L21.6777 22.0691C21.6777 22.0691 26.2509 17.679 27.2252 17.0657C28.1995 16.4523 30.718 16.9425 31.7641 18.0663C32.8101 19.1901 33.277 21.0684 32.7727 22.069C32.2684 23.0696 27.2252 27.5727 27.2252 27.5727Z" fill="white" stroke="white" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M41.8502 42.3492L36.3027 36.8456C36.3027 36.8456 46.4234 26.685 47.3977 26.0716C48.372 25.4583 50.6224 25.6607 51.9365 27.0724C53.2506 28.4841 53.4495 30.0743 52.9452 31.0749C52.4408 32.0755 41.8502 42.3492 41.8502 42.3492Z" fill="white" stroke="white" stroke-linejoin="round"/>
|
|
5
|
-
<rect width="42.7813" height="7.54487" rx="3.75498" transform="matrix(0.709911 0.704291 -0.709911 0.704291 8.11914 37.8058)" fill="url(#paint0_linear)"/>
|
|
6
|
-
<defs>
|
|
7
|
-
<linearGradient id="paint0_linear" x1="42.0478" y1="7.67973" x2="0.134583" y2="7.67973" gradientUnits="userSpaceOnUse">
|
|
8
|
-
<stop stop-color="#FF3568"/>
|
|
9
|
-
<stop offset="1" stop-color="#CF0BC3"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="44" height="44" rx="8" fill="#0D022B"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.9322 14.0345C29.8289 13.9315 29.7669 13.8284 29.7669 13.6842C29.7669 13.5399 29.8289 13.4369 29.9322 13.3338C30.1387 13.1483 30.4692 13.1483 30.6965 13.3338C30.7998 13.4369 30.8617 13.5399 30.8617 13.6842C30.8617 13.8284 30.7998 13.9315 30.6965 14.0345C30.5932 14.1169 30.4486 14.1788 30.3246 14.1788C30.18 14.1994 30.0354 14.1582 29.9322 14.0345Z" fill="white"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.6099 15.4566C28.5272 15.3536 28.4653 15.2505 28.4653 15.1063C28.4653 14.962 28.5272 14.859 28.6099 14.7559C28.7958 14.5705 29.1263 14.5705 29.3122 14.7559C29.3948 14.859 29.4568 14.962 29.4568 15.1063C29.4568 15.2505 29.3948 15.3536 29.3122 15.4566C29.2089 15.5391 29.1056 15.6009 28.961 15.6009C28.8164 15.6009 28.7132 15.5391 28.6099 15.4566Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1641 16.8169C27.0814 16.7344 27.0195 16.6108 27.0195 16.4665C27.0195 16.3222 27.0814 16.2192 27.1641 16.1162C27.35 15.9307 27.6805 15.9307 27.8664 16.1162C27.949 16.1986 28.011 16.3222 28.011 16.4665C28.011 16.6108 27.949 16.7138 27.8664 16.8169C27.7631 16.9199 27.6598 16.9611 27.5152 16.9611C27.3706 16.9611 27.2467 16.8993 27.1641 16.8169Z" fill="white"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.7802 18.1976C25.6769 18.1152 25.6149 17.9915 25.6149 17.8472C25.6149 17.703 25.6769 17.5999 25.7802 17.4969C25.9868 17.3114 26.3173 17.3114 26.5445 17.4969C26.6478 17.5793 26.7097 17.703 26.7097 17.8472C26.7097 17.9915 26.6478 18.1152 26.5445 18.1976C26.4412 18.3006 26.2966 18.3418 26.1727 18.3418C26.0281 18.3418 25.9041 18.3212 25.7802 18.1976Z" fill="white"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.4579 19.5783C24.3546 19.4959 24.3133 19.3722 24.3133 19.228C24.3133 19.0837 24.3753 18.9807 24.4579 18.8776C24.6438 18.6922 24.9743 18.6922 25.1602 18.8776C25.2635 18.9601 25.3048 19.0837 25.3048 19.228C25.3048 19.3722 25.2429 19.4959 25.1602 19.5783C25.0776 19.6814 24.9537 19.7226 24.8091 19.7226C24.6851 19.7432 24.5405 19.702 24.4579 19.5783Z" fill="white"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.8674 20.6087C22.8674 20.4645 22.9294 20.3614 23.012 20.2584C23.1979 20.0729 23.5285 20.0729 23.7144 20.2584C23.8177 20.3614 23.859 20.4645 23.859 20.6087C23.859 20.753 23.797 20.856 23.7144 20.9591C23.6317 21.0415 23.5078 21.1033 23.3632 21.1033C23.2186 21.1033 23.1153 21.0415 23.012 20.9591C22.9087 20.8766 22.8674 20.753 22.8674 20.6087Z" fill="white"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.2852 23.6589C20.2025 23.5765 20.1406 23.4528 20.1406 23.3085C20.1406 23.1643 20.2025 23.0612 20.2852 22.9582C20.4711 22.7727 20.8016 22.7727 20.9875 22.9582C21.0908 23.0612 21.1321 23.1643 21.1321 23.3085C21.1321 23.4528 21.0701 23.5558 20.9875 23.6589C20.9049 23.7619 20.7809 23.8032 20.6363 23.8032C20.5124 23.8238 20.3884 23.7825 20.2852 23.6589Z" fill="white"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.86 25.0396C18.7567 24.9572 18.6947 24.8335 18.6947 24.6893C18.6947 24.545 18.7567 24.442 18.86 24.3389C19.0665 24.1535 19.397 24.1535 19.6243 24.3389C19.7276 24.442 19.7895 24.545 19.7895 24.6893C19.7895 24.8335 19.7276 24.9366 19.6243 25.0396C19.521 25.1427 19.3764 25.1839 19.2524 25.1839C19.0872 25.2045 18.9632 25.1427 18.86 25.0396Z" fill="white"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5173 26.4409C17.4347 26.3584 17.3727 26.2348 17.3727 26.0905C17.3727 25.9463 17.4347 25.8226 17.5173 25.7402C17.7032 25.5547 18.0337 25.5547 18.2196 25.7402C18.3022 25.8226 18.3642 25.9463 18.3642 26.0905C18.3642 26.2348 18.3022 26.3378 18.2196 26.4409C18.1163 26.5439 18.013 26.5851 17.8684 26.5851C17.7238 26.5851 17.6412 26.5233 17.5173 26.4409Z" fill="white"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.1332 27.8216C16.0299 27.7392 15.9886 27.6155 15.9886 27.4713C15.9886 27.327 16.0506 27.224 16.1332 27.1209C16.3191 26.9354 16.6496 26.9354 16.8355 27.1209C16.9182 27.224 16.9801 27.327 16.9801 27.4713C16.9801 27.6155 16.9182 27.7392 16.8355 27.8216C16.7322 27.9247 16.629 27.9659 16.4844 27.9659C16.3604 27.9659 16.2158 27.9247 16.1332 27.8216Z" fill="white"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7079 29.2026C14.6046 29.1202 14.5426 28.9965 14.5426 28.8522C14.5426 28.708 14.6046 28.6049 14.7079 28.5019C14.9144 28.3164 15.2449 28.3164 15.4309 28.5019C15.5341 28.6049 15.5961 28.708 15.5961 28.8522C15.5961 28.9965 15.5341 29.1202 15.4309 29.2026C15.3276 29.285 15.183 29.3468 15.059 29.3468C14.9144 29.3468 14.7905 29.3056 14.7079 29.2026Z" fill="white"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3442 30.5833C13.241 30.4803 13.1996 30.3772 13.1996 30.233C13.1996 30.0887 13.2616 29.9857 13.3442 29.8826C13.5302 29.6972 13.8607 29.6972 14.0466 29.8826C14.1499 29.9857 14.1912 30.0887 14.1912 30.233C14.1912 30.3772 14.1292 30.4803 14.0466 30.5833C13.964 30.6658 13.84 30.7276 13.6954 30.7276C13.5921 30.7482 13.4682 30.6864 13.3442 30.5833Z" fill="white"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0466 14.0345C14.1292 13.9315 14.1912 13.8284 14.1912 13.6842C14.1912 13.5399 14.1292 13.4369 14.0466 13.3338C13.8607 13.1483 13.5302 13.1483 13.3442 13.3338C13.241 13.4369 13.1996 13.5399 13.1996 13.6842C13.1996 13.8284 13.2616 13.9315 13.3442 14.0345C13.4269 14.1169 13.5508 14.1788 13.6954 14.1788C13.84 14.1994 13.964 14.1582 14.0466 14.0345Z" fill="white"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.431 15.4566C15.5343 15.3536 15.5962 15.2505 15.5962 15.1063C15.5962 14.962 15.5343 14.859 15.431 14.7559C15.2244 14.5705 14.8939 14.5705 14.6667 14.7559C14.5634 14.859 14.5014 14.962 14.5014 15.1063C14.5014 15.2505 14.5634 15.3536 14.6667 15.4566C14.7699 15.5391 14.9145 15.6009 15.0385 15.6009C15.1831 15.5803 15.3277 15.5391 15.431 15.4566Z" fill="white"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8355 16.8169C16.9182 16.7344 16.9801 16.6108 16.9801 16.4665C16.9801 16.3222 16.9182 16.2192 16.8355 16.1162C16.6496 15.9307 16.3191 15.9307 16.1332 16.1162C16.0506 16.1986 15.9886 16.3222 15.9886 16.4665C15.9886 16.6108 16.0506 16.7138 16.1332 16.8169C16.2365 16.9199 16.3398 16.9611 16.4844 16.9611C16.6083 16.9611 16.7322 16.8993 16.8355 16.8169Z" fill="white"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2196 18.1976C18.3022 18.1152 18.3642 17.9915 18.3642 17.8472C18.3642 17.703 18.3022 17.5999 18.2196 17.4969C18.0337 17.3114 17.7032 17.3114 17.5173 17.4969C17.4347 17.5793 17.3727 17.703 17.3727 17.8472C17.3727 17.9915 17.4347 18.1152 17.5173 18.1976C17.6206 18.3006 17.7238 18.3418 17.8684 18.3418C17.9924 18.3418 18.1163 18.3212 18.2196 18.1976Z" fill="white"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.583 19.5783C19.6862 19.4959 19.7482 19.3722 19.7482 19.228C19.7482 19.0837 19.6862 18.9807 19.583 18.8776C19.397 18.6922 19.0459 18.6922 18.86 18.8776C18.7567 18.9601 18.6947 19.0837 18.6947 19.228C18.6947 19.3722 18.7567 19.4959 18.86 19.5783C18.9632 19.6814 19.1078 19.7226 19.2318 19.7226C19.3557 19.7432 19.5003 19.702 19.583 19.5783Z" fill="white"/>
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1321 20.6087C21.1321 20.4645 21.0701 20.3614 20.9875 20.2584C20.8016 20.0729 20.4711 20.0729 20.2852 20.2584C20.1819 20.3614 20.1406 20.4645 20.1406 20.6087C20.1406 20.753 20.2025 20.856 20.2852 20.9591C20.3678 21.0415 20.4917 21.1033 20.6363 21.1033C20.7809 21.1033 20.8842 21.0415 20.9875 20.9591C21.0908 20.8766 21.1321 20.753 21.1321 20.6087Z" fill="white"/>
|
|
21
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3716 22.3606C22.4749 22.2575 22.5162 22.1545 22.5162 22.0102C22.5162 21.8659 22.4542 21.7629 22.3716 21.6599C22.1857 21.4744 21.8552 21.4744 21.6693 21.6599C21.566 21.7629 21.5247 21.8659 21.5247 22.0102C21.5247 22.1545 21.5866 22.2575 21.6693 22.3606C21.7519 22.443 21.8758 22.5048 22.0204 22.5048C22.165 22.5048 22.289 22.443 22.3716 22.3606Z" fill="white"/>
|
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.7557 23.6589C23.859 23.5765 23.9209 23.4528 23.9209 23.3085C23.9209 23.1643 23.859 23.0612 23.7557 22.9582C23.5491 22.7727 23.2186 22.7727 23.0327 22.9582C22.9294 23.0612 22.8674 23.1643 22.8674 23.3085C22.8674 23.4528 22.9294 23.5558 23.0327 23.6589C23.136 23.7619 23.2806 23.8032 23.4045 23.8032C23.5078 23.8238 23.6524 23.7825 23.7557 23.6589Z" fill="white"/>
|
|
23
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.1602 25.0396C25.2429 24.9572 25.3048 24.8335 25.3048 24.6893C25.3048 24.545 25.2429 24.442 25.1602 24.3389C24.9743 24.1535 24.6438 24.1535 24.4579 24.3389C24.3753 24.442 24.3133 24.545 24.3133 24.6893C24.3133 24.8335 24.3753 24.9366 24.4579 25.0396C24.5612 25.1427 24.6645 25.1839 24.8091 25.1839C24.9123 25.2045 25.0569 25.1427 25.1602 25.0396Z" fill="white"/>
|
|
24
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.5442 26.4409C26.6268 26.3584 26.6888 26.2348 26.6888 26.0905C26.6888 25.9463 26.6268 25.8226 26.5442 25.7402C26.3583 25.5547 26.0278 25.5547 25.8419 25.7402C25.7592 25.8226 25.6973 25.9463 25.6973 26.0905C25.6973 26.2348 25.7592 26.3378 25.8419 26.4409C25.9451 26.5439 26.0484 26.5851 26.193 26.5851C26.3376 26.5851 26.4409 26.5233 26.5442 26.4409Z" fill="white"/>
|
|
25
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.8457 27.8216C27.9489 27.7392 27.9903 27.6155 27.9903 27.4713C27.9903 27.327 27.9283 27.224 27.8457 27.1209C27.6597 26.9354 27.3292 26.9354 27.1433 27.1209C27.0607 27.224 26.9987 27.327 26.9987 27.4713C26.9987 27.6155 27.0607 27.7392 27.1433 27.8216C27.2466 27.9247 27.3499 27.9659 27.4945 27.9659C27.6184 27.9659 27.763 27.9247 27.8457 27.8216Z" fill="white"/>
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.3122 29.2026C29.4155 29.1202 29.4568 28.9965 29.4568 28.8522C29.4568 28.708 29.3948 28.6049 29.3122 28.5019C29.1263 28.3164 28.7958 28.3164 28.6099 28.5019C28.5066 28.6049 28.4653 28.708 28.4653 28.8522C28.4653 28.9965 28.5272 29.1202 28.6099 29.2026C28.6925 29.285 28.8164 29.3468 28.961 29.3468C29.1056 29.3468 29.2296 29.3056 29.3122 29.2026Z" fill="white"/>
|
|
27
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.6963 30.5833C30.7996 30.4803 30.8616 30.3772 30.8616 30.233C30.8616 30.0887 30.7996 29.9857 30.6963 29.8826C30.4897 29.6972 30.1592 29.6972 29.9733 29.8826C29.87 29.9857 29.808 30.0887 29.808 30.233C29.808 30.3772 29.87 30.4803 29.9733 30.5833C30.0766 30.6658 30.2212 30.7276 30.3451 30.7276C30.4484 30.7482 30.5724 30.6864 30.6963 30.5833Z" fill="white"/>
|
|
28
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3313 14.4262C18.736 13.4988 20.2853 13.066 21.9998 13.0454C23.673 13.0454 25.2223 13.4988 26.6683 14.4262L29.6429 11.4586C27.3087 9.68622 24.7885 8.80005 21.9998 8.80005C19.2111 8.80005 16.6497 9.68622 14.3774 11.4586L17.3313 14.4262Z" fill="white"/>
|
|
29
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.3567 26.6058C13.4065 25.1632 12.952 23.6382 12.952 21.9895C12.952 20.3202 13.4065 18.7746 14.3567 17.3732L11.4028 14.4261C9.66758 16.6931 8.79999 19.2073 8.79999 22.0101C8.79999 24.7717 9.66758 27.3065 11.4234 29.6147L14.3567 26.6058Z" fill="white"/>
|
|
30
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.6476 29.5527C25.2429 30.5007 23.6936 30.9953 22.0204 31.0159C20.3059 31.0159 18.736 30.5626 17.3313 29.5733L14.3567 32.5204C16.6496 34.3133 19.2111 35.1995 22.0204 35.1789C24.8091 35.1583 27.3293 34.2515 29.6015 32.5204L26.6476 29.5527Z" fill="white"/>
|
|
31
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.5602 17.332C30.5105 18.7746 31.0062 20.3408 30.9649 22.0307C30.9443 23.6794 30.4692 25.1838 29.5602 26.5646L32.5349 29.5116C34.2907 27.2447 35.1996 24.7305 35.1996 21.9689C35.2203 19.1661 34.332 16.6107 32.5349 14.3231L29.5602 17.332Z" fill="white"/>
|
|
32
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.6587 30.4801C33.7949 30.4801 34.7451 31.4075 34.7451 32.5616C34.7451 33.695 33.8155 34.643 32.6587 34.643C31.5226 34.643 30.5724 33.7157 30.5724 32.5616C30.5724 31.4075 31.502 30.4801 32.6587 30.4801Z" fill="white"/>
|
|
33
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3822 30.4801C12.5183 30.4801 13.4479 31.4075 13.4479 32.5616C13.4479 33.695 12.5183 34.643 11.3822 34.643C10.246 34.643 9.31647 33.7157 9.31647 32.5616C9.31647 31.4075 10.246 30.4801 11.3822 30.4801Z" fill="white"/>
|
|
34
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.7001 9.25342C33.8362 9.25342 34.7658 10.1808 34.7658 11.3349C34.7658 12.489 33.8362 13.4164 32.7001 13.4164C31.564 13.4164 30.6344 12.489 30.6344 11.3349C30.6344 10.1808 31.564 9.25342 32.7001 9.25342Z" fill="white"/>
|
|
35
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3409 9.25342C12.4771 9.25342 13.4273 10.1808 13.4273 11.3143C13.4273 12.4477 12.4977 13.3751 11.3409 13.3751C10.2048 13.3751 9.25458 12.4477 9.25458 11.3143C9.25458 10.1808 10.1841 9.25342 11.3409 9.25342Z" fill="white"/>
|
|
36
|
-
</svg>
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<svg width="39" height="38" viewBox="0 0 39 38" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.4417 7.54062C30.2929 7.39218 30.2036 7.24375 30.2036 7.03593C30.2036 6.82812 30.2929 6.67968 30.4417 6.53125C30.7392 6.26406 31.2154 6.26406 31.5427 6.53125C31.6915 6.67968 31.7807 6.82812 31.7807 7.03593C31.7807 7.24375 31.6915 7.39218 31.5427 7.54062C31.3939 7.65937 31.1856 7.74843 31.0071 7.74843C30.7988 7.77812 30.5905 7.71875 30.4417 7.54062Z" fill="#0D022B"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5372 9.58907C28.4181 9.44063 28.3289 9.29219 28.3289 9.08438C28.3289 8.87657 28.4181 8.72813 28.5372 8.57969C28.805 8.31251 29.2811 8.31251 29.5489 8.57969C29.6679 8.72813 29.7572 8.87657 29.7572 9.08438C29.7572 9.29219 29.6679 9.44063 29.5489 9.58907C29.4001 9.70782 29.2513 9.79688 29.043 9.79688C28.8347 9.79688 28.6859 9.70782 28.5372 9.58907Z" fill="#0D022B"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.4542 11.5484C26.3351 11.4297 26.2458 11.2516 26.2458 11.0437C26.2458 10.8359 26.3351 10.6875 26.4542 10.5391C26.722 10.2719 27.1981 10.2719 27.4659 10.5391C27.5849 10.6578 27.6742 10.8359 27.6742 11.0437C27.6742 11.2516 27.5849 11.4 27.4659 11.5484C27.3171 11.6969 27.1683 11.7562 26.96 11.7562C26.7517 11.7562 26.5732 11.6672 26.4542 11.5484Z" fill="#0D022B"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.4605 13.5375C24.3117 13.4187 24.2224 13.2406 24.2224 13.0328C24.2224 12.825 24.3117 12.6766 24.4605 12.5281C24.758 12.2609 25.2342 12.2609 25.5615 12.5281C25.7103 12.6469 25.7995 12.825 25.7995 13.0328C25.7995 13.2406 25.7103 13.4187 25.5615 13.5375C25.4127 13.6859 25.2044 13.7453 25.0259 13.7453C24.8176 13.7453 24.639 13.7156 24.4605 13.5375Z" fill="#0D022B"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.556 15.5266C22.4072 15.4078 22.3477 15.2297 22.3477 15.0219C22.3477 14.8141 22.4369 14.6656 22.556 14.5172C22.8238 14.25 23.2999 14.25 23.5677 14.5172C23.7165 14.6359 23.776 14.8141 23.776 15.0219C23.776 15.2297 23.6867 15.4078 23.5677 15.5266C23.4487 15.675 23.2701 15.7344 23.0618 15.7344C22.8833 15.7641 22.675 15.7047 22.556 15.5266Z" fill="#0D022B"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.2646 17.0109C20.2646 16.8031 20.3539 16.6547 20.473 16.5063C20.7408 16.2391 21.2169 16.2391 21.4847 16.5063C21.6335 16.6547 21.693 16.8031 21.693 17.0109C21.693 17.2188 21.6037 17.3672 21.4847 17.5156C21.3657 17.6344 21.1871 17.7234 20.9788 17.7234C20.7705 17.7234 20.6217 17.6344 20.473 17.5156C20.3242 17.3969 20.2646 17.2188 20.2646 17.0109Z" fill="#0D022B"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.545 21.4047C16.4259 21.2859 16.3367 21.1078 16.3367 20.9C16.3367 20.6922 16.4259 20.5437 16.545 20.3953C16.8128 20.1281 17.2889 20.1281 17.5567 20.3953C17.7055 20.5437 17.765 20.6922 17.765 20.9C17.765 21.1078 17.6757 21.2562 17.5567 21.4047C17.4377 21.5531 17.2591 21.6125 17.0508 21.6125C16.8723 21.6422 16.6938 21.5828 16.545 21.4047Z" fill="#0D022B"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4917 23.3938C14.3429 23.275 14.2537 23.0969 14.2537 22.8891C14.2537 22.6813 14.3429 22.5328 14.4917 22.3844C14.7893 22.1172 15.2654 22.1172 15.5927 22.3844C15.7415 22.5328 15.8308 22.6813 15.8308 22.8891C15.8308 23.0969 15.7415 23.2453 15.5927 23.3938C15.444 23.5422 15.2357 23.6016 15.0571 23.6016C14.819 23.6313 14.6405 23.5422 14.4917 23.3938Z" fill="#0D022B"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5575 25.4125C12.4385 25.2937 12.3492 25.1156 12.3492 24.9078C12.3492 24.7 12.4385 24.5219 12.5575 24.4031C12.8254 24.1359 13.3015 24.1359 13.5693 24.4031C13.6883 24.5219 13.7776 24.7 13.7776 24.9078C13.7776 25.1156 13.6883 25.2641 13.5693 25.4125C13.4205 25.5609 13.2717 25.6203 13.0634 25.6203C12.8551 25.6203 12.7361 25.5312 12.5575 25.4125Z" fill="#0D022B"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5638 27.4016C10.415 27.2828 10.3555 27.1047 10.3555 26.8969C10.3555 26.6891 10.4447 26.5406 10.5638 26.3922C10.8316 26.125 11.3077 26.125 11.5755 26.3922C11.6945 26.5406 11.7838 26.6891 11.7838 26.8969C11.7838 27.1047 11.6945 27.2828 11.5755 27.4016C11.4267 27.55 11.2779 27.6094 11.0696 27.6094C10.8911 27.6094 10.6828 27.55 10.5638 27.4016Z" fill="#0D022B"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.51052 29.3906C8.36173 29.2719 8.27246 29.0938 8.27246 28.8859C8.27246 28.6781 8.36173 28.5297 8.51052 28.3813C8.80809 28.1141 9.28421 28.1141 9.55202 28.3813C9.70081 28.5297 9.79008 28.6781 9.79008 28.8859C9.79008 29.0938 9.70081 29.2719 9.55202 29.3906C9.40324 29.5094 9.19493 29.5984 9.01639 29.5984C8.80809 29.5984 8.62955 29.5391 8.51052 29.3906Z" fill="#0D022B"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.54656 31.3797C6.39777 31.2312 6.33826 31.0828 6.33826 30.875C6.33826 30.6672 6.42753 30.5187 6.54656 30.3703C6.81437 30.1031 7.29049 30.1031 7.5583 30.3703C7.70709 30.5187 7.7666 30.6672 7.7666 30.875C7.7666 31.0828 7.67733 31.2312 7.5583 31.3797C7.43927 31.4984 7.26073 31.5875 7.05243 31.5875C6.90364 31.6172 6.7251 31.5281 6.54656 31.3797Z" fill="#0D022B"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.5583 7.54062C7.67733 7.39218 7.7666 7.24375 7.7666 7.03593C7.7666 6.82812 7.67733 6.67968 7.5583 6.53125C7.29049 6.26406 6.81437 6.26406 6.54656 6.53125C6.39777 6.67968 6.33826 6.82812 6.33826 7.03593C6.33826 7.24375 6.42753 7.39218 6.54656 7.54062C6.66559 7.65937 6.84413 7.74843 7.05243 7.74843C7.26073 7.77812 7.43927 7.71875 7.5583 7.54062Z" fill="#0D022B"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.55209 9.58907C9.70087 9.44063 9.79015 9.29219 9.79015 9.08438C9.79015 8.87657 9.70087 8.72813 9.55209 8.57969C9.25452 8.31251 8.7784 8.31251 8.45107 8.57969C8.30228 8.72813 8.21301 8.87657 8.21301 9.08438C8.21301 9.29219 8.30228 9.44063 8.45107 9.58907C8.59986 9.70782 8.80816 9.79688 8.9867 9.79688C9.195 9.76719 9.4033 9.70782 9.55209 9.58907Z" fill="#0D022B"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5755 11.5484C11.6945 11.4297 11.7838 11.2516 11.7838 11.0437C11.7838 10.8359 11.6945 10.6875 11.5755 10.5391C11.3077 10.2719 10.8316 10.2719 10.5638 10.5391C10.4447 10.6578 10.3555 10.8359 10.3555 11.0437C10.3555 11.2516 10.4447 11.4 10.5638 11.5484C10.7126 11.6969 10.8613 11.7562 11.0696 11.7562C11.2482 11.7562 11.4267 11.6672 11.5755 11.5484Z" fill="#0D022B"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5693 13.5375C13.6883 13.4187 13.7776 13.2406 13.7776 13.0328C13.7776 12.825 13.6883 12.6766 13.5693 12.5281C13.3015 12.2609 12.8254 12.2609 12.5575 12.5281C12.4385 12.6469 12.3492 12.825 12.3492 13.0328C12.3492 13.2406 12.4385 13.4187 12.5575 13.5375C12.7063 13.6859 12.8551 13.7453 13.0634 13.7453C13.242 13.7453 13.4205 13.7156 13.5693 13.5375Z" fill="#0D022B"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.5332 15.5266C15.682 15.4078 15.7713 15.2297 15.7713 15.0219C15.7713 14.8141 15.682 14.6656 15.5332 14.5172C15.2654 14.25 14.7595 14.25 14.4917 14.5172C14.3429 14.6359 14.2537 14.8141 14.2537 15.0219C14.2537 15.2297 14.3429 15.4078 14.4917 15.5266C14.6405 15.675 14.8488 15.7344 15.0274 15.7344C15.2059 15.7641 15.4142 15.7047 15.5332 15.5266Z" fill="#0D022B"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.765 17.0109C17.765 16.8031 17.6757 16.6547 17.5567 16.5063C17.2889 16.2391 16.8128 16.2391 16.545 16.5063C16.3962 16.6547 16.3367 16.8031 16.3367 17.0109C16.3367 17.2188 16.4259 17.3672 16.545 17.5156C16.664 17.6344 16.8425 17.7234 17.0508 17.7234C17.2591 17.7234 17.4079 17.6344 17.5567 17.5156C17.7055 17.3969 17.765 17.2188 17.765 17.0109Z" fill="#0D022B"/>
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5505 19.5344C19.6993 19.3859 19.7588 19.2375 19.7588 19.0297C19.7588 18.8219 19.6695 18.6734 19.5505 18.525C19.2827 18.2578 18.8066 18.2578 18.5387 18.525C18.39 18.6734 18.3304 18.8219 18.3304 19.0297C18.3304 19.2375 18.4197 19.3859 18.5387 19.5344C18.6578 19.6531 18.8363 19.7422 19.0446 19.7422C19.2529 19.7422 19.4315 19.6531 19.5505 19.5344Z" fill="#0D022B"/>
|
|
21
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5442 21.4047C21.693 21.2859 21.7823 21.1078 21.7823 20.9C21.7823 20.6922 21.693 20.5437 21.5442 20.3953C21.2466 20.1281 20.7705 20.1281 20.5027 20.3953C20.3539 20.5437 20.2646 20.6922 20.2646 20.9C20.2646 21.1078 20.3539 21.2562 20.5027 21.4047C20.6515 21.5531 20.8598 21.6125 21.0383 21.6125C21.1871 21.6422 21.3954 21.5828 21.5442 21.4047Z" fill="#0D022B"/>
|
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.5677 23.3938C23.6867 23.275 23.776 23.0969 23.776 22.8891C23.776 22.6813 23.6867 22.5328 23.5677 22.3844C23.2999 22.1172 22.8238 22.1172 22.556 22.3844C22.4369 22.5328 22.3477 22.6813 22.3477 22.8891C22.3477 23.0969 22.4369 23.2453 22.556 23.3938C22.7047 23.5422 22.8535 23.6016 23.0618 23.6016C23.2106 23.6313 23.4189 23.5422 23.5677 23.3938Z" fill="#0D022B"/>
|
|
23
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.5615 25.4125C25.6805 25.2937 25.7698 25.1156 25.7698 24.9078C25.7698 24.7 25.6805 24.5219 25.5615 24.4031C25.2937 24.1359 24.8175 24.1359 24.5497 24.4031C24.4307 24.5219 24.3414 24.7 24.3414 24.9078C24.3414 25.1156 24.4307 25.2641 24.5497 25.4125C24.6985 25.5609 24.8473 25.6203 25.0556 25.6203C25.2639 25.6203 25.4127 25.5312 25.5615 25.4125Z" fill="#0D022B"/>
|
|
24
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.4362 27.4016C27.585 27.2828 27.6445 27.1047 27.6445 26.8969C27.6445 26.6891 27.5553 26.5406 27.4362 26.3922C27.1684 26.125 26.6923 26.125 26.4245 26.3922C26.3055 26.5406 26.2162 26.6891 26.2162 26.8969C26.2162 27.1047 26.3055 27.2828 26.4245 27.4016C26.5733 27.55 26.7221 27.6094 26.9304 27.6094C27.1089 27.6094 27.3172 27.55 27.4362 27.4016Z" fill="#0D022B"/>
|
|
25
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.5489 29.3906C29.6977 29.2719 29.7572 29.0938 29.7572 28.8859C29.7572 28.6781 29.6679 28.5297 29.5489 28.3813C29.2811 28.1141 28.805 28.1141 28.5372 28.3813C28.3884 28.5297 28.3289 28.6781 28.3289 28.8859C28.3289 29.0938 28.4181 29.2719 28.5372 29.3906C28.6562 29.5094 28.8347 29.5984 29.043 29.5984C29.2513 29.5984 29.4299 29.5391 29.5489 29.3906Z" fill="#0D022B"/>
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.5426 31.3797C31.6914 31.2312 31.7807 31.0828 31.7807 30.875C31.7807 30.6672 31.6914 30.5187 31.5426 30.3703C31.2451 30.1031 30.7689 30.1031 30.5011 30.3703C30.3523 30.5187 30.2631 30.6672 30.2631 30.875C30.2631 31.0828 30.3523 31.2312 30.5011 31.3797C30.6499 31.4984 30.8582 31.5875 31.0368 31.5875C31.1855 31.6172 31.3641 31.5281 31.5426 31.3797Z" fill="#0D022B"/>
|
|
27
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2897 8.10469C14.3132 6.76875 16.545 6.14531 19.0148 6.11563C21.4252 6.11563 23.657 6.76875 25.74 8.10469L30.025 3.82969C26.6625 1.27656 23.0321 0 19.0148 0C14.9976 0 11.3077 1.27656 8.03442 3.82969L12.2897 8.10469Z" fill="#0D022B"/>
|
|
28
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.0047 25.65C6.63587 23.5719 5.98121 21.375 5.98121 19C5.98121 16.5953 6.63587 14.3688 8.0047 12.35L3.74941 8.10469C1.2498 11.3703 0 14.9922 0 19.0297C0 23.0078 1.2498 26.6594 3.77917 29.9844L8.0047 25.65Z" fill="#0D022B"/>
|
|
29
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.7102 29.8953C23.6867 31.2609 21.4549 31.9734 19.0446 32.0031C16.5747 32.0031 14.3132 31.35 12.2897 29.925L8.00464 34.1703C11.3077 36.7531 14.9976 38.0297 19.0446 38C23.0618 37.9703 26.6922 36.6641 29.9655 34.1703L25.7102 29.8953Z" fill="#0D022B"/>
|
|
30
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.906 12.2906C31.2748 14.3688 31.989 16.625 31.9295 19.0594C31.8997 21.4344 31.2153 23.6016 29.906 25.5906L34.1911 29.8359C36.7204 26.5703 38.0297 22.9484 38.0297 18.9703C38.0595 14.9328 36.7799 11.2516 34.1911 7.95625L29.906 12.2906Z" fill="#0D022B"/>
|
|
31
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.3696 31.2312C36.0063 31.2312 37.3751 32.5672 37.3751 34.2297C37.3751 35.8625 36.036 37.2281 34.3696 37.2281C32.733 37.2281 31.3641 35.8922 31.3641 34.2297C31.3641 32.5672 32.7032 31.2312 34.3696 31.2312Z" fill="#0D022B"/>
|
|
32
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.71962 31.2312C5.35627 31.2312 6.69534 32.5672 6.69534 34.2297C6.69534 35.8625 5.35627 37.2281 3.71962 37.2281C2.08297 37.2281 0.743896 35.8922 0.743896 34.2297C0.743896 32.5672 2.08297 31.2312 3.71962 31.2312Z" fill="#0D022B"/>
|
|
33
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.4291 0.653122C36.0657 0.653122 37.4048 1.98906 37.4048 3.65156C37.4048 5.31406 36.0657 6.65 34.4291 6.65C32.7924 6.65 31.4534 5.31406 31.4534 3.65156C31.4534 1.98906 32.7924 0.653122 34.4291 0.653122Z" fill="#0D022B"/>
|
|
34
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.66014 0.653122C5.29679 0.653122 6.66563 1.98906 6.66563 3.62187C6.66563 5.25468 5.32655 6.59062 3.66014 6.59062C2.0235 6.59062 0.654663 5.25468 0.654663 3.62187C0.654663 1.98906 1.99374 0.653122 3.66014 0.653122Z" fill="#0D022B"/>
|
|
35
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="44" height="44" rx="8" fill="black"/>
|
|
3
|
-
<path d="M23.3881 21.995L35 15.9356L33.061 12.3L22.4186 16.5306C22.1763 16.6407 21.8237 16.6407 21.5814 16.5306L10.939 12.3L9 15.9356L20.6119 21.995L9 28.0543L10.939 31.6899L21.5814 27.4594C21.8237 27.3492 22.1763 27.3492 22.4186 27.4594L33.061 31.6899L35 28.0543L23.3881 21.995Z" fill="#23F7DD"/>
|
|
4
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="38" viewBox="0 0 24 38" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0 18.8547L11.9984 0L23.9969 18.8547L11.9984 25.7109L0 18.8547Z" fill="#4FD4F8"/>
|
|
3
|
-
<path d="M12.0016 0L24 18.8547L12.0016 25.7109V0Z" fill="#4FABF8"/>
|
|
4
|
-
<path d="M0 21.425L11.9984 28.2813L23.9969 21.425L11.9984 37.7086L0 21.425Z" fill="#4FD4F8"/>
|
|
5
|
-
<path d="M11.9984 28.2821L23.9969 21.4258L11.9984 37.7094V28.2821ZM0 18.8547L11.9984 13.7125L23.9969 18.8547L11.9984 25.711L0 18.8547Z" fill="#4FABF8"/>
|
|
6
|
-
<path d="M12.0016 13.7125L24 18.8547L12.0016 25.711V13.7125Z" fill="#5962F7"/>
|
|
7
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="44" height="44" rx="8" fill="#00EF8A"/>
|
|
3
|
-
<path d="M32.0759 18.1282H25.8719V24.3322H32.0759V18.1282Z" fill="white"/>
|
|
4
|
-
<path d="M19.668 26.6642C19.668 27.9402 18.612 28.9962 17.336 28.9962C16.06 28.9962 15.004 27.9402 15.004 26.6642C15.004 25.3882 16.06 24.3322 17.336 24.3322H19.668V18.1282H17.336C12.628 18.1282 8.79999 21.9562 8.79999 26.6642C8.79999 31.3722 12.628 35.2002 17.336 35.2002C22.044 35.2002 25.872 31.3722 25.872 26.6642V24.3322H19.668V26.6642Z" fill="white"/>
|
|
5
|
-
<path d="M28.2039 15.0041H35.1999V8.80005H28.2039C23.4959 8.80005 19.6679 12.6281 19.6679 17.3361V18.1281H25.8719V17.3361C25.8719 16.0601 26.9279 15.0041 28.2039 15.0041Z" fill="white"/>
|
|
6
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_5485_43886)">
|
|
3
|
-
<path d="M38.7933 15.5468H28.4532V25.8868H38.7933V15.5468Z" fill="#00EF8A"/>
|
|
4
|
-
<path d="M18.1133 29.7735C18.1133 31.9001 16.3533 33.6601 14.2267 33.6601C12.1 33.6601 10.34 31.9001 10.34 29.7735C10.34 27.6468 12.1 25.8868 14.2267 25.8868H18.1133V15.5468H14.2267C6.38 15.5468 0 21.9268 0 29.7735C0 37.6201 6.38 44.0001 14.2267 44.0001C22.0733 44.0001 28.4533 37.6201 28.4533 29.7735V25.8868H18.1133V29.7735Z" fill="#00EF8A"/>
|
|
5
|
-
<path d="M32.34 10.34H44V0H32.34C24.4933 0 18.1133 6.38 18.1133 14.2267V15.5467H28.4533V14.2267C28.4533 12.1 30.2133 10.34 32.34 10.34Z" fill="#00EF8A"/>
|
|
6
|
-
</g>
|
|
7
|
-
<defs>
|
|
8
|
-
<clipPath id="clip0_5485_43886">
|
|
9
|
-
<rect width="44" height="44" fill="white"/>
|
|
10
|
-
</clipPath>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="68" height="68" viewBox="0 0 68 68" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M68 0H0V68H17V17H68V0Z" fill="#6851FF"/>
|
|
3
|
-
<path d="M34 34V51H51V68C55.5087 68 59.8327 66.2089 63.0208 63.0208C66.2089 59.8327 68 55.5087 68 51V34H34Z" fill="#6851FF"/>
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M34 0H0V34H8.5V8.5H34V0Z" fill="#6851FF"/>
|
|
3
|
-
<path d="M17 17V25.5H25.5V34C27.7543 34 29.9163 33.1045 31.5104 31.5104C33.1045 29.9163 34 27.7543 34 25.5V17H17Z" fill="#6851FF"/>
|
|
4
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg width="63" height="63" viewBox="0 0 63 63" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M31.4995 31.3157L2.96712e-05 62.6314L3.05176e-05 -1.36885e-06L31.4995 31.3157Z" fill="url(#paint0_linear_3628_37106)"/>
|
|
3
|
-
<path d="M47.2491 46.9736L62.9989 31.3157L62.9989 62.6315L47.2491 46.9736Z" fill="url(#paint1_linear_3628_37106)"/>
|
|
4
|
-
<path d="M15.7513 46.9736L62.9997 0L63.0006 31.3157L31.7367 63L15.7513 46.9736Z" fill="#1A45C2"/>
|
|
5
|
-
<defs>
|
|
6
|
-
<linearGradient id="paint0_linear_3628_37106" x1="31.4995" y1="31.3157" x2="0.184337" y2="-0.183229" gradientUnits="userSpaceOnUse">
|
|
7
|
-
<stop stop-color="#02229F"/>
|
|
8
|
-
<stop offset="0.4875" stop-color="#1A45C2"/>
|
|
9
|
-
<stop offset="1" stop-color="#1B46C3"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
<linearGradient id="paint1_linear_3628_37106" x1="47.2491" y1="46.9736" x2="62.9067" y2="62.7231" gradientUnits="userSpaceOnUse">
|
|
12
|
-
<stop stop-color="#01219E"/>
|
|
13
|
-
<stop offset="0.513542" stop-color="#1944C1"/>
|
|
14
|
-
<stop offset="1" stop-color="#1D47C3"/>
|
|
15
|
-
</linearGradient>
|
|
16
|
-
</defs>
|
|
17
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M16.9998 16.9005L3.66608e-05 33.8011L3.64404e-05 -7.38746e-07L16.9998 16.9005Z" fill="url(#paint0_linear_3624_119)"/>
|
|
3
|
-
<path d="M25.4995 25.3508L33.9994 16.9005L33.9994 33.8011L25.4995 25.3508Z" fill="url(#paint1_linear_3624_119)"/>
|
|
4
|
-
<path d="M8.50073 25.3508L33.9999 0L34.0003 16.9005L17.1278 34L8.50073 25.3508Z" fill="#1A45C2"/>
|
|
5
|
-
<defs>
|
|
6
|
-
<linearGradient id="paint0_linear_3624_119" x1="16.9998" y1="16.9005" x2="0.0995044" y2="-0.0988865" gradientUnits="userSpaceOnUse">
|
|
7
|
-
<stop stop-color="#02229F"/>
|
|
8
|
-
<stop offset="0.4875" stop-color="#1A45C2"/>
|
|
9
|
-
<stop offset="1" stop-color="#1B46C3"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
<linearGradient id="paint1_linear_3624_119" x1="25.4995" y1="25.3508" x2="33.9496" y2="33.8505" gradientUnits="userSpaceOnUse">
|
|
12
|
-
<stop stop-color="#01219E"/>
|
|
13
|
-
<stop offset="0.513542" stop-color="#1944C1"/>
|
|
14
|
-
<stop offset="1" stop-color="#1D47C3"/>
|
|
15
|
-
</linearGradient>
|
|
16
|
-
</defs>
|
|
17
|
-
</svg>
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4119 32.9814L19.4472 34.0521V32.652L19.7766 32.3226H22.0824V33.9696V35.1225H19.6119L16.5648 33.8049L15.4119 32.9814Z" fill="#CDBDB2"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5878 32.9814L24.635 34.0521V32.652L24.3056 32.3226H21.9998V33.9696V35.1225H24.4703L27.5172 33.8049L28.5878 32.9814Z" fill="#CDBDB2"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.7758 29.9347L19.4464 32.6521L19.858 32.3227H24.1403L24.6344 32.6521L24.305 29.9347L23.6462 29.5228L20.3521 29.6053L19.7758 29.9347Z" fill="#393939"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5519 11.5703L19.5283 16.1819L20.4342 29.6051H23.6458L24.634 16.1819L26.4457 11.5703H17.5519Z" fill="#F89C35"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.90581 21.6996L6.60001 28.3699L12.3645 28.0405H16.0702V25.1583L15.9055 19.2291L15.082 19.8879L8.90581 21.6996Z" fill="#F89D35"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2704 22.4407L20.0231 22.6054L19.282 26.0641L16.0703 25.2406L13.2704 22.4407Z" fill="#D87C30"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2704 22.5231L16.0703 25.1583V27.7935L13.2704 22.5231Z" fill="#EA8D3A"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0711 25.2406L19.3651 26.0641L20.4357 29.6052L19.6945 30.0169L16.0711 27.8758V25.2406Z" fill="#F89D35"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0707 27.8757L15.4119 32.9814L19.7766 29.9346L16.0707 27.8757Z" fill="#EB8F35"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0228 22.6053L20.4346 29.6052L19.1993 26.0229L20.0228 22.6053Z" fill="#EA8E3A"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2819 27.9582L16.07 27.8757L15.4112 32.9814L12.2819 27.9582Z" fill="#D87C30"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.41171 35.2051L15.4114 32.9815L12.2821 27.9583L6.60001 28.3699L8.41171 35.2051Z" fill="#EB8F35"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.529 16.182L15.988 19.1466L13.2704 22.4406L20.0231 22.6878L19.529 16.182Z" fill="#E8821E"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4119 32.9815L19.7766 29.9346L19.4472 32.5698V34.0521L16.4826 33.4756L15.4119 32.9815Z" fill="#DFCEC3"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5878 32.9815L24.3056 29.9346L24.635 32.5698V34.0521L27.5996 33.4756L28.5878 32.9815Z" fill="#DFCEC3"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2111 24.0876L19.117 25.9818L15.9053 25.1583L18.2111 24.0876Z" fill="#393939"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.3299 7.70007L19.5295 16.1821L17.6356 11.5705L8.3299 7.70007Z" fill="#E88F35"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.32941 7.69995L6.84711 12.2292L7.67061 17.1702L7.09416 17.4996L7.91766 18.2408L7.25886 18.8172L8.16471 19.6407L7.58826 20.1348L8.90586 21.7818L15.0821 19.8878C18.1016 17.4722 19.5839 16.2369 19.529 16.182C19.4741 16.1271 15.7409 13.2998 8.32941 7.69995Z" fill="#8E5A30"/>
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.0943 21.6996L37.4001 28.3699L31.6356 28.0405H27.9299V25.1583L28.0946 19.2291L28.9181 19.8879L35.0943 21.6996Z" fill="#F89D35"/>
|
|
21
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.7297 22.4407L23.977 22.6054L24.7181 26.0641L27.9298 25.2406L30.7297 22.4407Z" fill="#D87C30"/>
|
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.7297 22.5231L27.9298 25.1583V27.7935L30.7297 22.5231Z" fill="#EA8D3A"/>
|
|
23
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.9291 25.2406L24.6351 26.0641L23.5644 29.6052L24.3057 30.0169L27.9291 27.8758V25.2406Z" fill="#F89D35"/>
|
|
24
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.9293 27.8757L28.5881 32.9814L24.3059 30.0168L27.9293 27.8757Z" fill="#EB8F35"/>
|
|
25
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.9772 22.6053L23.5654 29.6052L24.8007 26.0229L23.9772 22.6053Z" fill="#EA8E3A"/>
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.7182 27.9582L27.9301 27.8757L28.5889 32.9814L31.7182 27.9582Z" fill="#D87C30"/>
|
|
27
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.5884 35.2051L28.5887 32.9815L31.718 27.9583L37.4001 28.3699L35.5884 35.2051Z" fill="#EB8F35"/>
|
|
28
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.4711 16.182L28.0121 19.1466L30.7297 22.4406L23.977 22.6878L24.4711 16.182Z" fill="#E8821E"/>
|
|
29
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.789 24.0876L24.8831 25.9818L28.0948 25.1583L25.789 24.0876Z" fill="#393939"/>
|
|
30
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.6703 7.70007L24.4707 16.1821L26.3647 11.5705L35.6703 7.70007Z" fill="#E88F35"/>
|
|
31
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.6706 7.69995L37.1529 12.2292L36.3294 17.1702L36.9058 17.4996L36.0823 18.2408L36.7411 18.8172L35.8353 19.6407L36.4117 20.1348L35.0941 21.7818L28.9179 19.8878C25.8984 17.4722 24.4161 16.2369 24.471 16.182C24.5259 16.1271 28.2591 13.2998 35.6706 7.69995Z" fill="#8E5A30"/>
|
|
32
|
-
<rect x="0.5" y="0.5" width="43" height="43" rx="7.5" stroke="#CFD5EA"/>
|
|
33
|
-
</svg>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
<svg width="34" height="31" viewBox="0 0 34 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.72852 27.9083L14.183 29.0901V27.5447L14.5466 27.181H17.092V28.9992V30.2719H14.3648L11.0012 28.8173L9.72852 27.9083Z" fill="#CDBDB2"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.2734 27.9083L19.9099 29.0901V27.5447L19.5463 27.181H17.0009V28.9992V30.2719H19.7281L23.0916 28.8173L24.2734 27.9083Z" fill="#CDBDB2"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5453 24.5448L14.1816 27.5447L14.6361 27.181H19.3632L19.9087 27.5447L19.545 24.5448L18.8178 24.0902L15.1815 24.1812L14.5453 24.5448Z" fill="#393939"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0898 4.27258L14.2716 9.36335L15.2717 24.1812H18.8169L19.9078 9.36335L21.9077 4.27258H12.0898Z" fill="#F89C35"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.54538 15.4542L0 22.8176L6.36345 22.454H10.4542V19.2723L10.2724 12.7271L9.36329 13.4543L2.54538 15.4542Z" fill="#F89D35"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.36328 16.2722L14.8176 16.454L13.9995 20.2721L10.4541 19.363L7.36328 16.2722Z" fill="#D87C30"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.36328 16.3633L10.4541 19.2723V22.1813L7.36328 16.3633Z" fill="#EA8D3A"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4551 19.3632L14.0913 20.2722L15.2732 24.1813L14.455 24.6357L10.4551 22.2722V19.3632Z" fill="#F89D35"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4558 22.2721L9.72852 27.9083L14.5466 24.5448L10.4558 22.2721Z" fill="#EB8F35"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.8173 16.4541L15.2719 24.1812L13.9082 20.2268L14.8173 16.4541Z" fill="#EA8E3A"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.27148 22.3631L10.4532 22.2721L9.72593 27.9083L6.27148 22.3631Z" fill="#D87C30"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.99994 30.3628L9.72691 27.9083L6.27247 22.363L0 22.8175L1.99994 30.3628Z" fill="#EB8F35"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2722 9.3634L10.3633 12.636L7.36328 16.2723L14.8176 16.5451L14.2722 9.3634Z" fill="#E8821E"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.72852 27.9083L14.5466 24.5448L14.183 27.4538V29.0901L10.9104 28.4537L9.72852 27.9083Z" fill="#DFCEC3"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.2734 27.9083L19.5463 24.5448L19.9099 27.4538V29.0901L23.1826 28.4537L24.2734 27.9083Z" fill="#DFCEC3"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8183 18.0903L13.8184 20.1813L10.2729 19.2722L12.8183 18.0903Z" fill="#393939"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.91016 0.00012207L14.2734 9.36341L12.1827 4.27265L1.91016 0.00012207Z" fill="#E88F35"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.90975 0L0.273438 4.99986L1.1825 10.4542L0.546157 10.8179L1.45522 11.636L0.72797 12.2724L1.72794 13.1814L1.0916 13.7269L2.5461 15.545L9.36409 13.4542C12.6973 10.7876 14.3336 9.42397 14.273 9.36337C14.2124 9.30276 10.0913 6.18164 1.90975 0Z" fill="#8E5A30"/>
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.4546 15.4542L34 22.8176L27.6365 22.454H23.5458V19.2723L23.7276 12.7271L24.6367 13.4543L31.4546 15.4542Z" fill="#F89D35"/>
|
|
21
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.6367 16.2722L19.1824 16.454L20.0005 20.2721L23.5459 19.363L26.6367 16.2722Z" fill="#D87C30"/>
|
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.6367 16.3633L23.5459 19.2723V22.1813L26.6367 16.3633Z" fill="#EA8D3A"/>
|
|
23
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.5449 19.3632L19.9087 20.2722L18.7268 24.1813L19.545 24.6357L23.5449 22.2722V19.3632Z" fill="#F89D35"/>
|
|
24
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.5462 22.2721L24.2734 27.9083L19.5463 24.6357L23.5462 22.2721Z" fill="#EB8F35"/>
|
|
25
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.1827 16.4541L18.7281 24.1812L20.0918 20.2268L19.1827 16.4541Z" fill="#EA8E3A"/>
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.7285 22.3631L23.5468 22.2721L24.2741 27.9083L27.7285 22.3631Z" fill="#D87C30"/>
|
|
27
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0001 30.3628L24.2731 27.9083L27.7275 22.363L34 22.8175L32.0001 30.3628Z" fill="#EB8F35"/>
|
|
28
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.7278 9.3634L23.6367 12.636L26.6367 16.2723L19.1824 16.5451L19.7278 9.3634Z" fill="#E8821E"/>
|
|
29
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1817 18.0903L20.1816 20.1813L23.7271 19.2722L21.1817 18.0903Z" fill="#393939"/>
|
|
30
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0898 0.00012207L19.7266 9.36341L21.8173 4.27265L32.0898 0.00012207Z" fill="#E88F35"/>
|
|
31
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0902 0L33.7266 4.99986L32.8175 10.4542L33.4538 10.8179L32.5448 11.636L33.272 12.2724L32.2721 13.1814L32.9084 13.7269L31.4539 15.545L24.6359 13.4542C21.3027 10.7876 19.6664 9.42397 19.727 9.36337C19.7876 9.30276 23.9087 6.18164 32.0902 0Z" fill="#8E5A30"/>
|
|
32
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="44" height="44" rx="8" fill="#AB9FF2"/>
|
|
3
|
-
<path d="M10.5499 34.5C14.3782 34.5 17.2552 31.1682 18.9722 28.5354C18.7633 29.1179 18.6473 29.7004 18.6473 30.2596C18.6473 31.7973 19.529 32.8924 21.2691 32.8924C23.6589 32.8924 26.2111 30.7954 27.5336 28.5354C27.4409 28.8616 27.3944 29.1645 27.3944 29.4441C27.3944 30.5158 27.9977 31.1915 29.2274 31.1915C33.1021 31.1915 37 24.3183 37 18.3071C37 13.6239 34.6334 9.5 28.6937 9.5C18.2529 9.5 7 22.268 7 30.5158C7 33.7544 8.74015 34.5 10.5499 34.5ZM25.0974 17.7945C25.0974 16.6295 25.7471 15.8141 26.6984 15.8141C27.6265 15.8141 28.2761 16.6295 28.2761 17.7945C28.2761 18.9594 27.6265 19.7982 26.6984 19.7982C25.7471 19.7982 25.0974 18.9594 25.0974 17.7945ZM30.0627 17.7945C30.0627 16.6295 30.7123 15.8141 31.6636 15.8141C32.5916 15.8141 33.2413 16.6295 33.2413 17.7945C33.2413 18.9594 32.5916 19.7982 31.6636 19.7982C30.7123 19.7982 30.0627 18.9594 30.0627 17.7945Z" fill="#FFFDF8"/>
|
|
4
|
-
</svg>
|
package/public/wallets/plus.svg
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8 4.5V11.5" stroke="#6048FF" stroke-width="1.5" stroke-linecap="round"/>
|
|
3
|
-
<path d="M11.5 8L4.5 8" stroke="#6048FF" stroke-width="1.5" stroke-linecap="round"/>
|
|
4
|
-
</svg>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.6041 27.8764C11.7899 27.695 12.0455 27.5892 12.3165 27.5892H36.8951C37.3442 27.5892 37.5688 28.1182 37.2513 28.428L32.396 33.1658C32.2101 33.3471 31.9546 33.4529 31.6836 33.4529H7.10497C6.65583 33.4529 6.43127 32.924 6.74876 32.6142L11.6041 27.8764Z" fill="url(#paint0_linear_4397_34104)"/>
|
|
3
|
-
<path d="M11.604 10.1872C11.7976 10.0058 12.0532 9.90002 12.3164 9.90002H36.8951C37.3442 9.90002 37.5688 10.429 37.2513 10.7388L32.3959 15.4766C32.2101 15.6579 31.9546 15.7637 31.6835 15.7637H7.10491C6.65577 15.7637 6.4312 15.2348 6.7487 14.925L11.604 10.1872Z" fill="url(#paint1_linear_4397_34104)"/>
|
|
4
|
-
<path d="M32.396 18.9751C32.2101 18.7938 31.9546 18.688 31.6836 18.688H7.10497C6.65583 18.688 6.43127 19.2169 6.74876 19.5267L11.6041 24.2645C11.7899 24.4459 12.0455 24.5517 12.3165 24.5517H36.8951C37.3442 24.5517 37.5688 24.0227 37.2513 23.7129L32.396 18.9751Z" fill="url(#paint2_linear_4397_34104)"/>
|
|
5
|
-
<rect x="0.5" y="0.5" width="43" height="43" rx="7.5" stroke="#CFD5EA"/>
|
|
6
|
-
<defs>
|
|
7
|
-
<linearGradient id="paint0_linear_4397_34104" x1="34.5471" y1="7.06974" x2="18.1827" y2="39.1918" gradientUnits="userSpaceOnUse">
|
|
8
|
-
<stop stop-color="#00FFA3"/>
|
|
9
|
-
<stop offset="1" stop-color="#DC1FFF"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
<linearGradient id="paint1_linear_4397_34104" x1="27.1092" y1="3.28061" x2="10.7448" y2="35.4027" gradientUnits="userSpaceOnUse">
|
|
12
|
-
<stop stop-color="#00FFA3"/>
|
|
13
|
-
<stop offset="1" stop-color="#DC1FFF"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
<linearGradient id="paint2_linear_4397_34104" x1="30.8045" y1="5.16315" x2="14.4401" y2="37.2852" gradientUnits="userSpaceOnUse">
|
|
16
|
-
<stop stop-color="#00FFA3"/>
|
|
17
|
-
<stop offset="1" stop-color="#DC1FFF"/>
|
|
18
|
-
</linearGradient>
|
|
19
|
-
</defs>
|
|
20
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg width="34" height="26" viewBox="0 0 34 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.52397 19.8441C5.72913 19.6439 6.01122 19.5271 6.31041 19.5271H33.4426C33.9384 19.5271 34.1863 20.111 33.8359 20.453L28.4761 25.683C28.2709 25.8832 27.9888 26 27.6897 26H0.557422C0.0616222 26 -0.186278 25.4161 0.164202 25.0741L5.52397 19.8441Z" fill="url(#paint0_linear_3093_34510)"/>
|
|
3
|
-
<path d="M5.52391 0.316971C5.73762 0.116779 6.01971 0 6.31036 0H33.4426C33.9384 0 34.1863 0.583895 33.8358 0.92589L28.476 6.15592C28.2709 6.35611 27.9888 6.47289 27.6896 6.47289H0.557361C0.0615611 6.47289 -0.186339 5.889 0.164141 5.547L5.52391 0.316971Z" fill="url(#paint1_linear_3093_34510)"/>
|
|
4
|
-
<path d="M28.4761 10.018C28.2709 9.81777 27.9888 9.701 27.6897 9.701H0.557422C0.0616222 9.701 -0.186278 10.2849 0.164202 10.6269L5.52397 15.8569C5.72913 16.0571 6.01122 16.1739 6.31041 16.1739H33.4426C33.9384 16.1739 34.1863 15.59 33.8359 15.248L28.4761 10.018Z" fill="url(#paint2_linear_3093_34510)"/>
|
|
5
|
-
<defs>
|
|
6
|
-
<linearGradient id="paint0_linear_3093_34510" x1="30.8507" y1="-3.12428" x2="12.7861" y2="32.3351" gradientUnits="userSpaceOnUse">
|
|
7
|
-
<stop stop-color="#00FFA3"/>
|
|
8
|
-
<stop offset="1" stop-color="#DC1FFF"/>
|
|
9
|
-
</linearGradient>
|
|
10
|
-
<linearGradient id="paint1_linear_3093_34510" x1="22.6401" y1="-7.30714" x2="4.57542" y2="28.1523" gradientUnits="userSpaceOnUse">
|
|
11
|
-
<stop stop-color="#00FFA3"/>
|
|
12
|
-
<stop offset="1" stop-color="#DC1FFF"/>
|
|
13
|
-
</linearGradient>
|
|
14
|
-
<linearGradient id="paint2_linear_3093_34510" x1="26.7193" y1="-5.22902" x2="8.65465" y2="30.2304" gradientUnits="userSpaceOnUse">
|
|
15
|
-
<stop stop-color="#00FFA3"/>
|
|
16
|
-
<stop offset="1" stop-color="#DC1FFF"/>
|
|
17
|
-
</linearGradient>
|
|
18
|
-
</defs>
|
|
19
|
-
</svg>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<svg width="68" height="62" viewBox="0 0 68 62" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M46.2339 30.0925L56.6858 19.4648L42.1321 11.6175L31.7546 22.0262C31.4151 22.3707 31.4727 22.8213 31.6166 22.9624L45.3778 30.0999C45.7232 30.4384 46.0924 30.236 46.2339 30.0925Z" fill="url(#paint0_linear_3891_32742)"/>
|
|
3
|
-
<path d="M53.034 0.345785L43.8421 9.94224L58.3756 17.7091L67.6186 7.94439C67.9601 7.60989 67.9292 7.3471 67.7838 7.2109L53.8971 0.336254C53.5482 0.00937664 53.1763 0.206409 53.034 0.345785Z" fill="url(#paint1_linear_3891_32742)"/>
|
|
4
|
-
<path d="M20.0157 32.6494L8.08541 26.4929C8.08541 26.4929 1.44298 23.0651 5.81033 14.648C10.1777 6.23089 16.8201 9.65863 16.8201 9.65863L28.7504 15.8151C28.7504 15.8151 32.7378 17.8728 28.302 26.4217C24.003 34.707 20.0157 32.6494 20.0157 32.6494Z" fill="#2845AD"/>
|
|
5
|
-
<path d="M17.5381 29.3311L16.7898 30.8099C16.7898 30.8099 10.1128 27.4495 14.3362 19.1034C18.5596 10.7574 25.2366 14.1178 25.2366 14.1178L24.4492 15.6739C24.4492 15.6739 19.6022 13.2213 16.1413 20.0604C12.6858 26.889 17.5381 29.3311 17.5381 29.3311Z" fill="#5392F7"/>
|
|
6
|
-
<path d="M30.9787 14.3721L54.3133 26.3316C54.3133 26.3316 62.1714 30.3591 56.6915 40.9929C51.4347 51.1937 43.5766 47.1663 43.5766 47.1663L20.242 35.2068C20.242 35.2068 12.443 31.2097 17.8954 20.6292C23.1797 10.375 30.9787 14.3721 30.9787 14.3721Z" fill="#2845AD"/>
|
|
7
|
-
<path d="M53.7527 32.7237L61.1735 36.4411C61.1735 36.4411 64.0595 38.0353 61.435 43.2458C58.8106 48.4563 55.9246 46.8621 55.9246 46.8621L48.5038 43.1447C48.5038 43.1447 46.0236 41.9023 48.6891 36.6102C51.2725 31.4813 53.7527 32.7237 53.7527 32.7237Z" fill="#2845AD"/>
|
|
8
|
-
<path d="M61.9577 43.3968C60.4884 46.2733 57.8451 47.8675 56.0538 46.9575C54.2625 46.0475 54.0014 42.9779 55.4707 40.1014C56.94 37.2248 59.5833 35.6306 61.3746 36.5406C63.1659 37.4506 63.427 40.5202 61.9577 43.3968Z" fill="#5392F7"/>
|
|
9
|
-
<path d="M21.1352 32.1619L10.9556 42.9235L25.5803 50.9074L35.7599 40.1458C36.0994 39.8013 35.8964 39.4331 35.7525 39.292L21.9913 32.1545C21.6458 31.8159 21.2766 32.0184 21.1352 32.1619Z" fill="url(#paint2_linear_3891_32742)"/>
|
|
10
|
-
<path d="M14.8067 61.8069L23.7026 52.6912L9.14824 44.6518L0.1995 53.9351C-0.144818 54.2654 0.0553728 54.6239 0.198509 54.7619L13.9469 61.8058C14.2904 62.137 14.6633 61.9445 14.8067 61.8069Z" fill="url(#paint3_linear_3891_32742)"/>
|
|
11
|
-
<defs>
|
|
12
|
-
<linearGradient id="paint0_linear_3891_32742" x1="44.0878" y1="29.4459" x2="54.2284" y2="17.8031" gradientUnits="userSpaceOnUse">
|
|
13
|
-
<stop stop-color="#5392F7"/>
|
|
14
|
-
<stop offset="1" stop-color="#5392F7"/>
|
|
15
|
-
</linearGradient>
|
|
16
|
-
<linearGradient id="paint1_linear_3891_32742" x1="65.5558" y1="6.81067" x2="56.2892" y2="16.8049" gradientUnits="userSpaceOnUse">
|
|
17
|
-
<stop stop-color="#5392F7"/>
|
|
18
|
-
<stop offset="1" stop-color="#5392F7"/>
|
|
19
|
-
</linearGradient>
|
|
20
|
-
<linearGradient id="paint2_linear_3891_32742" x1="23.2813" y1="32.8085" x2="13.1406" y2="44.4513" gradientUnits="userSpaceOnUse">
|
|
21
|
-
<stop stop-color="#5392F7"/>
|
|
22
|
-
<stop offset="1" stop-color="#5392F7"/>
|
|
23
|
-
</linearGradient>
|
|
24
|
-
<linearGradient id="paint3_linear_3891_32742" x1="1.87112" y1="55.3243" x2="11.2617" y2="45.48" gradientUnits="userSpaceOnUse">
|
|
25
|
-
<stop stop-color="#5392F7"/>
|
|
26
|
-
<stop offset="1" stop-color="#5392F7"/>
|
|
27
|
-
</linearGradient>
|
|
28
|
-
</defs>
|
|
29
|
-
</svg>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<svg width="42" height="39" viewBox="0 0 42 39" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M28.5562 18.6373L35.0117 12.0552L26.0227 7.19513L19.6131 13.6416C19.4034 13.8549 19.439 14.134 19.5279 14.2214L28.0274 18.6419C28.2408 18.8516 28.4688 18.7262 28.5562 18.6373Z" fill="url(#paint0_linear_3890_20475)"/>
|
|
3
|
-
<path d="M32.7562 0.214167L27.0788 6.15758L36.0554 10.9678L41.7643 4.92025C41.9752 4.71308 41.9561 4.55032 41.8664 4.46597L33.2893 0.208264C33.0738 0.0058183 32.8441 0.127847 32.7562 0.214167Z" fill="url(#paint1_linear_3890_20475)"/>
|
|
4
|
-
<path d="M12.3626 20.2209L4.99389 16.4079C4.99389 16.4079 0.891229 14.285 3.5887 9.072C6.28617 3.85899 10.3889 5.98191 10.3889 5.98191L17.7575 9.79484C17.7575 9.79484 20.2203 11.0692 17.4806 16.3639C14.8253 21.4953 12.3626 20.2209 12.3626 20.2209Z" fill="#2845AD"/>
|
|
5
|
-
<path d="M10.8324 18.1657L10.3701 19.0816C10.3701 19.0816 6.24616 17.0004 8.85472 11.8314C11.4633 6.66242 15.5873 8.74362 15.5873 8.74362L15.1009 9.70737C15.1009 9.70737 12.1072 8.18837 9.96961 12.4241C7.83532 16.6532 10.8324 18.1657 10.8324 18.1657Z" fill="#5392F7"/>
|
|
6
|
-
<path d="M19.1338 8.90116L33.5463 16.3081C33.5463 16.3081 38.3999 18.8024 35.0152 25.3883C31.7684 31.706 26.9149 29.2117 26.9149 29.2117L12.5024 21.8048C12.5024 21.8048 7.68536 19.3292 11.053 12.7764C14.3168 6.42558 19.1338 8.90116 19.1338 8.90116Z" fill="#2845AD"/>
|
|
7
|
-
<path d="M33.2 20.2669L37.7834 22.5692C37.7834 22.5692 39.5659 23.5566 37.9449 26.7836C36.3239 30.0107 34.5415 29.0233 34.5415 29.0233L29.958 26.721C29.958 26.721 28.4261 25.9515 30.0725 22.6739C31.6681 19.4974 33.2 20.2669 33.2 20.2669Z" fill="#2845AD"/>
|
|
8
|
-
<path d="M38.2678 26.8771C37.3603 28.6586 35.7277 29.646 34.6213 29.0824C33.5149 28.5188 33.3537 26.6177 34.2612 24.8362C35.1687 23.0546 36.8013 22.0673 37.9077 22.6309C39.0141 23.1945 39.1753 25.0956 38.2678 26.8771Z" fill="#5392F7"/>
|
|
9
|
-
<path d="M13.0541 19.919L6.76676 26.584L15.7997 31.5287L22.0871 24.8636C22.2967 24.6503 22.1713 24.4222 22.0824 24.3349L13.5829 19.9144C13.3696 19.7047 13.1415 19.8301 13.0541 19.919Z" fill="url(#paint2_linear_3890_20475)"/>
|
|
10
|
-
<path d="M9.14532 38.2791L14.6398 32.6334L5.65038 27.6544L0.12324 33.4038C-0.089426 33.6084 0.0342215 33.8304 0.122628 33.9159L8.61426 38.2785C8.82644 38.4835 9.05671 38.3643 9.14532 38.2791Z" fill="url(#paint3_linear_3890_20475)"/>
|
|
11
|
-
<defs>
|
|
12
|
-
<linearGradient id="paint0_linear_3890_20475" x1="27.2306" y1="18.2369" x2="33.5134" y2="11.0431" gradientUnits="userSpaceOnUse">
|
|
13
|
-
<stop stop-color="#5392F7"/>
|
|
14
|
-
<stop offset="1" stop-color="#5392F7"/>
|
|
15
|
-
</linearGradient>
|
|
16
|
-
<linearGradient id="paint1_linear_3890_20475" x1="40.4902" y1="4.21809" x2="34.75" y2="10.3922" gradientUnits="userSpaceOnUse">
|
|
17
|
-
<stop stop-color="#5392F7"/>
|
|
18
|
-
<stop offset="1" stop-color="#5392F7"/>
|
|
19
|
-
</linearGradient>
|
|
20
|
-
<linearGradient id="paint2_linear_3890_20475" x1="14.3797" y1="20.3194" x2="8.09689" y2="27.5132" gradientUnits="userSpaceOnUse">
|
|
21
|
-
<stop stop-color="#5392F7"/>
|
|
22
|
-
<stop offset="1" stop-color="#5392F7"/>
|
|
23
|
-
</linearGradient>
|
|
24
|
-
<linearGradient id="paint3_linear_3890_20475" x1="1.15571" y1="34.2642" x2="6.97235" y2="28.1832" gradientUnits="userSpaceOnUse">
|
|
25
|
-
<stop stop-color="#5392F7"/>
|
|
26
|
-
<stop offset="1" stop-color="#5392F7"/>
|
|
27
|
-
</linearGradient>
|
|
28
|
-
</defs>
|
|
29
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="44" height="44" rx="8" fill="#2C7DF7"/>
|
|
3
|
-
<g clip-path="url(#clip0_4396_34099)">
|
|
4
|
-
<path d="M24.2426 32.5746C22.7314 32.5746 21.6306 32.2156 20.9391 31.4977C20.2482 30.7801 19.9025 30.0061 19.9025 29.1768C19.9025 28.8736 19.9626 28.6184 20.0831 28.4111C20.2008 28.2065 20.3716 28.037 20.5777 27.9203C20.7866 27.8006 21.0437 27.741 21.3493 27.741C21.6549 27.741 21.9116 27.8006 22.1209 27.9203C22.3298 28.0399 22.4945 28.2038 22.6151 28.4111C22.7357 28.6184 22.7958 28.8736 22.7958 29.1768C22.7958 29.5437 22.7074 29.8427 22.5307 30.074C22.3537 30.3054 22.1448 30.4567 21.9036 30.5289C22.1129 30.8157 22.4424 31.0191 22.8925 31.1387C23.3425 31.2666 23.7926 31.3302 24.2426 31.3302C24.8694 31.3302 25.436 31.1628 25.9426 30.8279C26.4488 30.4927 26.8228 29.9982 27.0639 29.3443C27.305 28.6903 27.4256 27.9483 27.4256 27.1186C27.4256 26.2175 27.2928 25.4475 27.0277 24.8096C26.7703 24.1636 26.3886 23.685 25.8821 23.3738C25.3912 23.0672 24.8226 22.9055 24.2426 22.9074C23.8567 22.9074 23.3747 23.0669 22.7958 23.386L21.7349 23.9124V23.386L26.5092 17.0688H19.9025V23.625C19.9025 24.1675 20.023 24.6142 20.2642 24.9652C20.5053 25.3163 20.875 25.4916 21.3735 25.4916C21.7588 25.4916 22.1288 25.3641 22.4826 25.1086C22.8386 24.851 23.1483 24.5356 23.3986 24.1758C23.4309 24.1036 23.4711 24.0518 23.5192 24.0199C23.5625 23.9819 23.6182 23.9607 23.676 23.9602C23.7643 23.9602 23.8686 24.004 23.9895 24.092C24.1021 24.2193 24.1583 24.3669 24.1583 24.5344C24.1444 24.6472 24.1242 24.7591 24.0978 24.8696C23.8248 25.4758 23.4468 25.9383 22.9645 26.2573C22.495 26.5725 21.9404 26.7394 21.3735 26.736C19.9426 26.736 18.9538 26.4568 18.4075 25.8987C17.8611 25.34 17.5877 24.5822 17.5877 23.6253V17.0688H14.2118V15.8482H17.5877V13.0727L16.8161 12.3064V11.6847H19.0585L19.9021 12.1152V15.8482L28.631 15.8244L29.4992 16.6857L24.1463 21.9979C24.4704 21.8698 24.8115 21.7891 25.159 21.7586C25.7376 21.7586 26.3886 21.9422 27.1121 22.3091C27.8435 22.6681 28.4061 23.1628 28.7997 23.7924C29.1936 24.4147 29.4467 25.013 29.5593 25.5872C29.6799 26.1617 29.7403 26.672 29.7403 27.1186C29.7403 28.1398 29.5231 29.0888 29.0893 29.9666C28.6552 30.8437 27.9962 31.4977 27.1121 31.9285C26.2279 32.3593 25.2713 32.5746 24.2426 32.5746Z" fill="white"/>
|
|
5
|
-
</g>
|
|
6
|
-
<circle cx="22" cy="22" r="14.4" stroke="white" stroke-width="2"/>
|
|
7
|
-
<defs>
|
|
8
|
-
<clipPath id="clip0_4396_34099">
|
|
9
|
-
<rect width="15.611" height="21.0959" fill="white" transform="translate(14.1945 11.663)"/>
|
|
10
|
-
</clipPath>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_3093_34471)">
|
|
3
|
-
<path d="M19.4756 28.6733C17.8073 28.6733 16.5922 28.2771 15.8289 27.4846C15.0662 26.6924 14.6845 25.838 14.6845 24.9225C14.6845 24.5878 14.7509 24.3061 14.884 24.0773C15.0138 23.8514 15.2024 23.6643 15.4299 23.5355C15.6606 23.4034 15.9444 23.3375 16.2817 23.3375C16.619 23.3375 16.9024 23.4034 17.1334 23.5355C17.364 23.6676 17.5459 23.8484 17.679 24.0773C17.8121 24.3061 17.8785 24.5878 17.8785 24.9225C17.8785 25.3275 17.7809 25.6576 17.5859 25.913C17.3904 26.1684 17.1598 26.3355 16.8936 26.4151C17.1246 26.7317 17.4883 26.9562 17.9852 27.0883C18.482 27.2295 18.9788 27.2997 19.4756 27.2997C20.1675 27.2997 20.793 27.1149 21.3522 26.7452C21.911 26.3751 22.3238 25.8293 22.59 25.1074C22.8562 24.3855 22.9893 23.5664 22.9893 22.6505C22.9893 21.6557 22.8426 20.8057 22.55 20.1016C22.2659 19.3884 21.8446 18.8601 21.2854 18.5166C20.7436 18.1782 20.1159 17.9996 19.4756 18.0017C19.0496 18.0017 18.5176 18.1779 17.8785 18.5301L16.7074 19.1112V18.5301L21.9777 11.5565H14.6845V18.7939C14.6845 19.3928 14.8176 19.8859 15.0838 20.2734C15.35 20.6609 15.7581 20.8545 16.3084 20.8545C16.7338 20.8545 17.1422 20.7137 17.5327 20.4317C17.9257 20.1472 18.2676 19.7991 18.544 19.4019C18.5795 19.3222 18.6239 19.2651 18.677 19.2298C18.7249 19.1879 18.7863 19.1645 18.8501 19.1639C18.9476 19.1639 19.0628 19.2123 19.1962 19.3095C19.3205 19.4499 19.3825 19.613 19.3825 19.7978C19.3672 19.9223 19.3449 20.0458 19.3158 20.1679C19.0144 20.837 18.5971 21.3475 18.0647 21.6997C17.5464 22.0477 16.9342 22.2319 16.3084 22.2281C14.7289 22.2281 13.6373 21.9199 13.0342 21.3039C12.431 20.6871 12.1293 19.8506 12.1293 18.7942V11.5565H8.40259V10.2091H12.1293V7.14532L11.2775 6.29932V5.61306H13.7528L14.6842 6.08827V10.2091L24.3199 10.1829L25.2783 11.1337L19.3693 16.9978C19.727 16.8563 20.1036 16.7673 20.4872 16.7337C21.1259 16.7337 21.8446 16.9363 22.6432 17.3413C23.4506 17.7376 24.0717 18.2837 24.5062 18.9787C24.941 19.6657 25.2204 20.3261 25.3447 20.96C25.4778 21.5942 25.5445 22.1575 25.5445 22.6505C25.5445 23.7778 25.3047 24.8254 24.8259 25.7944C24.3467 26.7626 23.6192 27.4846 22.6432 27.9601C21.6671 28.4357 20.6112 28.6733 19.4756 28.6733Z" fill="#2C7DF7"/>
|
|
4
|
-
</g>
|
|
5
|
-
<circle cx="17" cy="17" r="15.5" stroke="#2C7DF7" stroke-width="3"/>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_3093_34471">
|
|
8
|
-
<rect width="17.2329" height="23.2877" fill="white" transform="translate(8.38354 5.58904)"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="44" height="44" rx="8" fill="#3B99FC"/>
|
|
3
|
-
<path d="M12.9055 15.9687C17.9283 10.8106 26.0719 10.8106 31.0947 15.9687L31.6992 16.5895C31.9504 16.8474 31.9504 17.2655 31.6992 17.5234L29.6313 19.647C29.5058 19.776 29.3022 19.776 29.1766 19.647L28.3447 18.7927C24.8407 15.1943 19.1595 15.1943 15.6555 18.7927L14.7646 19.7076C14.639 19.8365 14.4355 19.8365 14.3099 19.7076L12.242 17.584C11.9909 17.3261 11.9909 16.9079 12.242 16.65L12.9055 15.9687ZM35.3713 20.3605L37.2117 22.2505C37.4629 22.5084 37.4629 22.9265 37.2117 23.1844L28.9131 31.7067C28.662 31.9646 28.2548 31.9646 28.0037 31.7067C28.0037 31.7067 28.0037 31.7067 28.0037 31.7067L22.1138 25.6582C22.0511 25.5937 21.9493 25.5937 21.8865 25.6582C21.8865 25.6582 21.8865 25.6582 21.8865 25.6582L15.9968 31.7067C15.7456 31.9646 15.3384 31.9646 15.0873 31.7067C15.0873 31.7067 15.0873 31.7067 15.0873 31.7067L6.78845 23.1843C6.53731 22.9264 6.53731 22.5083 6.78845 22.2504L8.62888 20.3604C8.88002 20.1025 9.2872 20.1025 9.53834 20.3604L15.4283 26.4089C15.4911 26.4734 15.5929 26.4734 15.6556 26.4089C15.6556 26.4089 15.6556 26.4089 15.6556 26.4089L21.5453 20.3604C21.7964 20.1024 22.2036 20.1024 22.4547 20.3603C22.4547 20.3603 22.4547 20.3603 22.4547 20.3603L28.3447 26.4089C28.4075 26.4734 28.5092 26.4734 28.572 26.4089L34.4619 20.3605C34.713 20.1026 35.1202 20.1026 35.3713 20.3605Z" fill="white"/>
|
|
4
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="69" height="69" viewBox="0 0 69 69" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="34.5" cy="34.5" r="34.5" fill="#2973EF"/>
|
|
3
|
-
<circle cx="34.5001" cy="34.5" r="19.2794" fill="white"/>
|
|
4
|
-
<rect x="28.4121" y="27.397" width="13.1912" height="13.1912" rx="2" fill="#2973EF"/>
|
|
5
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="17" cy="17" r="17" fill="#2973EF"/>
|
|
3
|
-
<ellipse cx="17" cy="17" rx="9.5" ry="9.5" fill="white"/>
|
|
4
|
-
<rect x="14" y="13.5" width="6.5" height="6.5" rx="2" fill="#2973EF"/>
|
|
5
|
-
</svg>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|