@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
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C2Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36766)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36766"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36766)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#BB6BD9" />
|
|
26
|
+
<path
|
|
27
|
+
d="M40.1795 7.67129L38.4393 8.26988C38.4393 8.26988 23.8791 5.16178 14.8062 8.76007C5.73333 12.3584 -1.83099 23.5541 -1.83099 23.5541L-3.57119 24.1527L-3.70449 19.9017L1.12322 8.69233L8.19634 0.530124L20.6234 -5.17676L33.6889 -2.98687L40.1795 7.67129Z"
|
|
28
|
+
fill="#9B51E0"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36766)">
|
|
31
|
+
<path
|
|
32
|
+
d="M-5.77882 18.2148L-3.8488 18.5222C-3.8488 18.5222 1.85649 0.17625 8.65319 13.6883C15.4499 27.2004 33.8511 24.7452 33.8511 24.7452L43.2029 24.5329L41.9741 28.7895L33.5607 37.3435L23.8806 41.7381L9.6392 40.9537L-2.71007 32.0607L-5.77882 18.2148Z"
|
|
33
|
+
fill="#4FABF8"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36766"
|
|
42
|
+
x="-15.7793"
|
|
43
|
+
y="-1.27734"
|
|
44
|
+
width="68.9824"
|
|
45
|
+
height="53.0154"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36766"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36766">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C2Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C20Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36862)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36862"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36862)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#4FD4F8" />
|
|
26
|
+
<path
|
|
27
|
+
d="M38.8914 10.3978L40.4846 15.0181C40.4846 15.0181 27.7039 24.6145 18.563 22.8212C9.4221 21.0278 4.08346 4.99293 4.08346 4.99293L5.43481 3.70652L9.01945 0.918467L15.7107 -0.356072L21.6398 -0.928421L34.5899 0.918465L38.3338 7.45048L38.8914 10.3978Z"
|
|
28
|
+
fill="#6BEB2E"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36862)">
|
|
31
|
+
<path
|
|
32
|
+
d="M0.724749 28.4007L-0.998704 24.0549C-0.998704 24.0549 3.42274 17.2196 18.1298 16.012C32.8369 14.8044 38.0157 32.6227 38.0157 32.6227L37.1396 34.4548L35.9448 36.3666L25.0315 41.5444L13.6403 41.5444L3.21665 35.5744L0.724749 28.4007Z"
|
|
33
|
+
fill="#5962F7"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36862"
|
|
42
|
+
x="-10.999"
|
|
43
|
+
y="5.95325"
|
|
44
|
+
width="59.0146"
|
|
45
|
+
height="45.5912"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36862"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36862">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C20Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C3Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36776)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36776"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36776)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#FF6493" />
|
|
26
|
+
<path
|
|
27
|
+
d="M43.6 32L42 30.6429C42 30.6429 16.9739 29.6442 8.17391 22.8585C-0.626087 16.0728 3.6 0.107143 3.6 0.107143L2 -1.25L6 -3.96429L19.6 -6L31.6 -3.96429L44.4 4.85714L50 19.1071L43.6 32Z"
|
|
28
|
+
fill="#EFA7EC"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36776)">
|
|
31
|
+
<path
|
|
32
|
+
d="M19.9347 50.1044L21.1948 47.8346C21.1948 47.8346 15.5719 40.766 19.5073 24.8733C23.4427 8.98061 48.7561 -5.81995 48.7561 -5.81995L50.0161 -8.08967L54.9061 -4.87151L62.0625 8.96303L63.3322 22.7111L55.9318 40.0501L39.0148 51.8148L19.9347 50.1044Z"
|
|
33
|
+
fill="#BB6BD9"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36776"
|
|
42
|
+
x="8.10938"
|
|
43
|
+
y="-18.0896"
|
|
44
|
+
width="65.2227"
|
|
45
|
+
height="79.9044"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36776"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36776">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C3Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C4Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36786)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36786"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36786)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#F0FF42" />
|
|
26
|
+
<path
|
|
27
|
+
d="M41.7195 36.2747L38.477 39C38.477 39 23.8678 25.6374 26.4511 12.3626C29.0344 -0.912083 15.7679 0.111111 15.7679 0.111111L13 -0.472527L14.8707 -1H17.1333L29.4264 0.996861L42.539 9.64993L44 22.6484L41.7195 36.2747Z"
|
|
28
|
+
fill="#4FABF8"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36786)">
|
|
31
|
+
<path
|
|
32
|
+
d="M34.6921 1.80794L38.6492 6.32987C38.6492 6.32987 40.6818 14.342 27.2073 24.6815C13.7328 35.0209 -5.32609 25.85 -5.32609 25.85L-5.89444 21.9993L-6.81806 15.7409L-6.12207 10.9826L-1.57702 4.67316L12.8267 -1.91584L30.0824 -2.42364L34.6921 1.80794Z"
|
|
33
|
+
fill="#4FD4F8"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36786"
|
|
42
|
+
x="-16.8184"
|
|
43
|
+
y="-12.4236"
|
|
44
|
+
width="65.5771"
|
|
45
|
+
height="52.0242"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36786"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36786">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C4Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C5Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36816)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36816"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36816)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#6048FF" />
|
|
26
|
+
<path
|
|
27
|
+
d="M40.1795 7.67129L38.4393 8.26988C38.4393 8.26988 23.8791 5.16178 14.8062 8.76007C5.73333 12.3584 -1.83099 23.5541 -1.83099 23.5541L-3.57119 24.1527L-3.70449 19.9017L1.12322 8.69233L8.19634 0.530124L20.6234 -5.17676L33.6889 -2.98687L40.1795 7.67129Z"
|
|
28
|
+
fill="#BB6BD9"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36816)">
|
|
31
|
+
<path
|
|
32
|
+
d="M-5.77882 18.2148L-3.8488 18.5222C-3.8488 18.5222 1.85649 0.17625 8.65319 13.6883C15.4499 27.2004 33.8511 24.7452 33.8511 24.7452L43.2029 24.5329L41.9741 28.7895L33.5607 37.3435L23.8806 41.7381L9.6392 40.9537L-2.71007 32.0607L-5.77882 18.2148Z"
|
|
33
|
+
fill="#4FD4F8"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36816"
|
|
42
|
+
x="-15.7793"
|
|
43
|
+
y="-1.27734"
|
|
44
|
+
width="68.9824"
|
|
45
|
+
height="53.0154"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36816"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36816">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C5Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C6Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36842)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36842"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36842)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#6BEB2E" />
|
|
26
|
+
<g filter="url(#filter0_f_1631_36842)">
|
|
27
|
+
<path
|
|
28
|
+
d="M30.2838 0.0736398L29.1698 1.67984C29.1698 1.67984 20.5524 2.61917 15.0368 11.4093C9.52131 20.1995 8.07311 39.9929 8.07311 39.9929L6.9591 41.5991L0.435649 38.0826L-2.32548 25.308L-1.30855 13.7884L5.76897 1.07057L18.2291 -5.16575L30.2838 0.0736398Z"
|
|
29
|
+
fill="#F0FF42"
|
|
30
|
+
/>
|
|
31
|
+
</g>
|
|
32
|
+
<path
|
|
33
|
+
d="M-2.01547 26.7439L-2.01547 23.8882C-2.01547 23.8882 8.9271 34.7425 22.4861 31.5716C36.0451 28.4007 41.029 23.8882 41.029 23.8882L41.0756 26.3168L41.0756 28.2098L35.3358 36.3532L27.1826 41.4503L4.59106 39.426L-0.672207 30.0331L-2.01547 26.7439Z"
|
|
34
|
+
fill="#4FD4F8"
|
|
35
|
+
fill-opacity="0.7"
|
|
36
|
+
/>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36842"
|
|
42
|
+
x="-12.3252"
|
|
43
|
+
y="-15.1658"
|
|
44
|
+
width="52.6094"
|
|
45
|
+
height="66.7649"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36842"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36842">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C6Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C7Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36695)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36695"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36695)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#6048FF" />
|
|
26
|
+
<path
|
|
27
|
+
d="M43.6 32L42 30.6429C42 30.6429 16.9739 29.6442 8.17391 22.8585C-0.626087 16.0728 3.6 0.107143 3.6 0.107143L2 -1.25L6 -3.96429L19.6 -6L31.6 -3.96429L44.4 4.85714L50 19.1071L43.6 32Z"
|
|
28
|
+
fill="#4FABF8"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36695)">
|
|
31
|
+
<path
|
|
32
|
+
d="M19.9347 50.1044L21.1948 47.8346C21.1948 47.8346 15.5719 40.766 19.5073 24.8733C23.4427 8.98061 48.7561 -5.81995 48.7561 -5.81995L50.0161 -8.08967L54.9061 -4.87151L62.0625 8.96303L63.3322 22.7111L55.9318 40.0501L39.0148 51.8148L19.9347 50.1044Z"
|
|
33
|
+
fill="#4FD4F8"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36695"
|
|
42
|
+
x="8.10938"
|
|
43
|
+
y="-18.0897"
|
|
44
|
+
width="65.2227"
|
|
45
|
+
height="79.9045"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36695"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36695">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C7Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C8Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36746)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36746"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36746)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#84FF7A" />
|
|
26
|
+
<path
|
|
27
|
+
d="M41.7195 36.2747L38.477 39C38.477 39 23.8678 25.6374 26.4511 12.3626C29.0344 -0.912083 15.7679 0.111111 15.7679 0.111111L13 -0.472527L14.8707 -1H17.1333L29.4264 0.996861L42.539 9.64993L44 22.6484L41.7195 36.2747Z"
|
|
28
|
+
fill="#6048FF"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36746)">
|
|
31
|
+
<path
|
|
32
|
+
d="M34.6921 1.80806L38.6492 6.32999C38.6492 6.32999 40.6818 14.3422 27.2073 24.6816C13.7328 35.0211 -5.32609 25.8502 -5.32609 25.8502L-5.89444 21.9994L-6.81806 15.741L-6.12207 10.9827L-1.57702 4.67328L12.8267 -1.91572L30.0824 -2.42352L34.6921 1.80806Z"
|
|
33
|
+
fill="#6BEB2E"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36746"
|
|
42
|
+
x="-16.8184"
|
|
43
|
+
y="-12.4235"
|
|
44
|
+
width="65.5771"
|
|
45
|
+
height="52.0242"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36746"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36746">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C8Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C9Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36720)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36720"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36720)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#AC7AFF" />
|
|
26
|
+
<path
|
|
27
|
+
d="M41.0073 10.8149L39.2445 11.587C39.2445 11.587 23.8038 9.58725 14.6535 14.1103C5.50315 18.6334 -1.42779 30.9469 -1.42779 30.9469L-3.19063 31.719L-3.69156 27.2995L-2.9441 11.8749L3.73318 2.76508L19.5299 -0.911398L33.3346 0.25856L41.0073 10.8149Z"
|
|
28
|
+
fill="#4FD4F8"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36720)">
|
|
31
|
+
<path
|
|
32
|
+
d="M39.5059 31.3762L37.7177 31.689C37.7177 31.689 32.7251 33.1167 27.1138 28.138C21.5025 23.1593 29.1046 -4.53757 29.1046 -4.53757L32.9939 -3.72629L36.2369 -3.04981L39.174 -1.82991L45.7368 6.61344L46.3548 17.6474L44.8956 25.5549L42.2008 28.4655L39.5059 31.3762Z"
|
|
33
|
+
fill="#EFA7EC"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36720"
|
|
42
|
+
x="15.0488"
|
|
43
|
+
y="-14.5376"
|
|
44
|
+
width="41.3057"
|
|
45
|
+
height="56.4163"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36720"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36720">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C9Icon;
|