@ludo.ninja/components 2.0.6 → 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/slider/index.d.ts +0 -1
- package/build/components/assetPage/slider/index.js +0 -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 C10Icon = (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_36872)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36872"
|
|
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_36872)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#BB6BD9" />
|
|
26
|
+
<path
|
|
27
|
+
d="M38.1667 33.3231L27.6196 39C27.6196 39 29.4913 13.5214 21.9746 7.55165C14.458 1.58187 5.36667 3.3728 5.36667 3.3728L4 2.17885L7.41667 -0.209066L19.0333 -2L29.2833 -0.209066L40.2167 7.55165L45 20.0882L38.1667 33.3231Z"
|
|
28
|
+
fill="#4FABF8"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36872)">
|
|
31
|
+
<path
|
|
32
|
+
d="M-3.55154 21.9042L-1.31602 22.3183C-1.31602 22.3183 1.06539 35.1691 15.6145 28.7437C30.1636 22.3183 40.6828 31.0008 40.6828 31.0008L42.9183 31.4149L41.6135 36.4002L40.6829 37.4476L29.6285 42.3693L13.1723 41.0636L-1.31594 30.2492L-3.55154 21.9042Z"
|
|
33
|
+
fill="#FF6493"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36872"
|
|
42
|
+
x="-13.5518"
|
|
43
|
+
y="11.9042"
|
|
44
|
+
width="66.4697"
|
|
45
|
+
height="40.4651"
|
|
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_36872"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36872">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C10Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C11Icon = (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_36796)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36796"
|
|
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_36796)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#4FD4F8" />
|
|
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="#2D9CDB"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36796)">
|
|
31
|
+
<path
|
|
32
|
+
d="M-5.77882 18.2149L-3.8488 18.5224C-3.8488 18.5224 1.85649 0.176372 8.65319 13.6885C15.4499 27.2005 33.8511 24.7453 33.8511 24.7453L43.2029 24.533L41.9741 28.7897L33.5607 37.3437L23.8806 41.7382L9.6392 40.9539L-2.71007 32.0609L-5.77882 18.2149Z"
|
|
33
|
+
fill="#F0FF42"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36796"
|
|
42
|
+
x="-15.7793"
|
|
43
|
+
y="-1.27722"
|
|
44
|
+
width="68.9824"
|
|
45
|
+
height="53.0155"
|
|
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_36796"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36796">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C11Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C12Icon = (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_36826)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36826"
|
|
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_36826)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#4FD4F8" />
|
|
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="#6048FF"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36826)">
|
|
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="#9B51E0"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36826"
|
|
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_36826"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36826">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C12Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C13Icon = (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_36852)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36852"
|
|
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_36852)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#4FABF8" />
|
|
26
|
+
<path
|
|
27
|
+
d="M15.8225 -1.94234L15.8608 0.0274754C15.8608 0.0274754 7.84842 14.2616 8.53847 24.6639C9.22852 35.0661 18.2185 46.0079 18.2185 46.0079L18.2568 47.9777L13.8481 46.939L3.93805 38.8305L-2.09998 29.2379L-3.84429 14.7746L2.73048 1.83566L15.8225 -1.94234Z"
|
|
28
|
+
fill="#6048FF"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36852)">
|
|
31
|
+
<path
|
|
32
|
+
d="M38.3887 36.9926L37.1437 34.9676C37.1437 34.9676 28.9777 36.2786 18.0647 25.999C7.15174 15.7194 6.7139 -11.1271 6.7139 -11.1271L5.46893 -13.1522L10.2335 -15.6082L24.487 -15.1034L36.027 -9.94042L46.5375 3.75369L48.3249 22.5369L38.3887 36.9926Z"
|
|
33
|
+
fill="#84FF7A"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36852"
|
|
42
|
+
x="-4.53125"
|
|
43
|
+
y="-25.6082"
|
|
44
|
+
width="62.8564"
|
|
45
|
+
height="72.6008"
|
|
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_36852"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36852">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C13Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C14Icon = (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_36700)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36700"
|
|
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_36700)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#4FABF8" />
|
|
26
|
+
<path
|
|
27
|
+
d="M38.1667 33.3231L27.6196 39C27.6196 39 29.4913 13.5214 21.9746 7.55165C14.458 1.58187 5.36667 3.3728 5.36667 3.3728L4 2.17885L7.41667 -0.209066L19.0333 -2L29.2833 -0.209066L40.2167 7.55165L45 20.0882L38.1667 33.3231Z"
|
|
28
|
+
fill="#4FD4F8"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36700)">
|
|
31
|
+
<path
|
|
32
|
+
d="M-3.55154 21.9042L-1.31602 22.3183C-1.31602 22.3183 1.06539 35.1691 15.6145 28.7437C30.1636 22.3183 40.6828 31.0008 40.6828 31.0008L42.9183 31.4149L41.6135 36.4002L40.6829 37.4476L29.6285 42.3693L13.1723 41.0636L-1.31594 30.2492L-3.55154 21.9042Z"
|
|
33
|
+
fill="#5962F7"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36700"
|
|
42
|
+
x="-13.5518"
|
|
43
|
+
y="11.9042"
|
|
44
|
+
width="66.4697"
|
|
45
|
+
height="40.4651"
|
|
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_36700"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36700">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C14Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C15Icon = (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_36736)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36736"
|
|
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_36736)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#6048FF" />
|
|
26
|
+
<path
|
|
27
|
+
d="M39.5342 32L38.1009 30.8214C38.1009 30.8214 33.0842 16.6786 25.2009 10.7857C17.3176 4.89286 3.70091 4.30357 3.70091 4.30357L2.26758 3.125L5.85091 0.767857L18.0342 -1L28.7842 0.767857L40.2509 8.42857L45.2676 20.8036L39.5342 32Z"
|
|
28
|
+
fill="#6BEB2E"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36736)">
|
|
31
|
+
<path
|
|
32
|
+
d="M25.6119 -4.15708L25.0318 -2.20785C25.0318 -2.20785 30.5583 2.12682 30.2505 14.8868C29.9427 27.6468 13.0278 43.466 13.0278 43.466L12.4476 45.4152L8.14186 43.8654L0.281542 34.682L-3.04238 24.4938L-0.320167 10.0076L10.6641 -1.98421L25.6119 -4.15708Z"
|
|
33
|
+
fill="#4FD4F8"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36736"
|
|
42
|
+
x="-13.042"
|
|
43
|
+
y="-14.1571"
|
|
44
|
+
width="53.3047"
|
|
45
|
+
height="69.5724"
|
|
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_36736"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36736">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C15Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C16Icon = (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_36730)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36730"
|
|
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_36730)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#4FD4F8" />
|
|
26
|
+
<path
|
|
27
|
+
d="M39.1997 33.8333L37.6663 32.5714C37.6663 32.5714 32.2997 17.4286 23.8663 11.119C15.433 4.80952 0.866341 4.17857 0.866341 4.17857L-0.666992 2.91667L3.16634 0.392857L16.1997 -1.5L27.6997 0.392857L39.9663 8.59524L45.333 21.8452L39.1997 33.8333Z"
|
|
28
|
+
fill="#EFA7EC"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36730)">
|
|
31
|
+
<path
|
|
32
|
+
d="M-6.13822 24.2604L-3.73099 24.7038C-3.73099 24.7038 0.894429 17.5531 16.28 16.2898C31.6655 15.0265 52.5049 33.1952 52.5049 33.1952L54.9121 33.6386L53.507 38.9762L43.2968 49.5322L31.3933 54.8018L13.6731 53.4038L-1.92803 41.825L-6.13822 24.2604Z"
|
|
33
|
+
fill="#4FABF8"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36730"
|
|
42
|
+
x="-16.1387"
|
|
43
|
+
y="6.22681"
|
|
44
|
+
width="81.0508"
|
|
45
|
+
height="58.5751"
|
|
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_36730"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36730">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C16Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C17Icon = (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_36882)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36882"
|
|
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_36882)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#4FD4F8" />
|
|
26
|
+
<path
|
|
27
|
+
d="M33.8333 0.800326L32.5714 2.33366C32.5714 2.33366 17.4286 7.70032 11.119 16.1337C4.80952 24.567 4.17857 39.1337 4.17857 39.1337L2.91667 40.667L0.392857 36.8337L-1.5 23.8003L0.392856 12.3003L8.59524 0.0336604L21.8452 -5.33301L33.8333 0.800326Z"
|
|
28
|
+
fill="#FF6493"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36882)">
|
|
31
|
+
<path
|
|
32
|
+
d="M24.2607 46.1382L24.704 43.731C24.704 43.731 17.5534 39.1056 16.2901 23.7201C15.0268 8.33453 33.1955 -12.5049 33.1955 -12.5049L33.6388 -14.9121L38.9764 -13.507L49.5325 -3.29678L54.8021 8.60673L53.404 26.3269L41.8253 41.928L24.2607 46.1382Z"
|
|
33
|
+
fill="#4FABF8"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36882"
|
|
42
|
+
x="6.22754"
|
|
43
|
+
y="-24.9121"
|
|
44
|
+
width="58.5742"
|
|
45
|
+
height="81.0503"
|
|
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_36882"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36882">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C17Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C18Icon = (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_36806)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36806"
|
|
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_36806)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#4FD4F8" />
|
|
26
|
+
<g filter="url(#filter0_f_1631_36806)">
|
|
27
|
+
<path
|
|
28
|
+
d="M39.5342 32L38.1009 30.8214C38.1009 30.8214 33.0842 16.6786 25.2009 10.7857C17.3176 4.89286 3.70091 4.30357 3.70091 4.30357L2.26758 3.125L5.85091 0.767857L18.0342 -1L28.7842 0.767857L40.2509 8.42857L45.2676 20.8036L39.5342 32Z"
|
|
29
|
+
fill="#F0FF42"
|
|
30
|
+
/>
|
|
31
|
+
</g>
|
|
32
|
+
<path
|
|
33
|
+
d="M25.6119 -4.15708L25.0318 -2.20785C25.0318 -2.20785 30.5583 2.12682 30.2505 14.8868C29.9427 27.6468 13.0278 43.466 13.0278 43.466L12.4476 45.4152L8.14186 43.8654L0.281542 34.682L-3.04238 24.4938L-0.320167 10.0076L10.6641 -1.98421L25.6119 -4.15708Z"
|
|
34
|
+
fill="#5962F7"
|
|
35
|
+
fill-opacity="0.7"
|
|
36
|
+
/>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36806"
|
|
42
|
+
x="-7.73242"
|
|
43
|
+
y="-11"
|
|
44
|
+
width="63"
|
|
45
|
+
height="53"
|
|
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_36806"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36806">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C18Icon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C19Icon = (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_36836)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36836"
|
|
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_36836)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#BB6BD9" />
|
|
26
|
+
<path
|
|
27
|
+
d="M39.1997 33.8333L37.6663 32.5714C37.6663 32.5714 32.2997 17.4286 23.8663 11.119C15.433 4.80952 0.866341 4.17857 0.866341 4.17857L-0.666992 2.91667L3.16634 0.392857L16.1997 -1.5L27.6997 0.392857L39.9663 8.59524L45.333 21.8452L39.1997 33.8333Z"
|
|
28
|
+
fill="#4FD4F8"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36836)">
|
|
31
|
+
<path
|
|
32
|
+
d="M-6.13822 24.2604L-3.73099 24.7038C-3.73099 24.7038 0.894429 17.5531 16.28 16.2898C31.6655 15.0265 52.5049 33.1952 52.5049 33.1952L54.9121 33.6386L53.507 38.9762L43.2968 49.5322L31.3933 54.8018L13.6731 53.4038L-1.92803 41.825L-6.13822 24.2604Z"
|
|
33
|
+
fill="#4FABF8"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36836"
|
|
42
|
+
x="-16.1387"
|
|
43
|
+
y="6.22681"
|
|
44
|
+
width="81.0508"
|
|
45
|
+
height="58.5751"
|
|
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_36836"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36836">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C19Icon;
|