@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
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1631_36695)">
|
|
3
|
-
<mask id="mask0_1631_36695" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="40" height="40">
|
|
4
|
-
<circle cx="20" cy="20" r="20" fill="#C4C4C4"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<g mask="url(#mask0_1631_36695)">
|
|
7
|
-
<circle cx="20" cy="20" r="20" fill="#6048FF"/>
|
|
8
|
-
<path 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" fill="#4FABF8"/>
|
|
9
|
-
<g filter="url(#filter0_f_1631_36695)">
|
|
10
|
-
<path 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" fill="#4FD4F8" fill-opacity="0.7"/>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<defs>
|
|
15
|
-
<filter id="filter0_f_1631_36695" x="8.10938" y="-18.0897" width="65.2227" height="79.9045" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
16
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
17
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
18
|
-
<feGaussianBlur stdDeviation="5" result="effect1_foregroundBlur_1631_36695"/>
|
|
19
|
-
</filter>
|
|
20
|
-
<clipPath id="clip0_1631_36695">
|
|
21
|
-
<rect width="40" height="40" fill="white"/>
|
|
22
|
-
</clipPath>
|
|
23
|
-
</defs>
|
|
24
|
-
</svg>
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1631_36746)">
|
|
3
|
-
<mask id="mask0_1631_36746" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="40" height="40">
|
|
4
|
-
<circle cx="20" cy="20" r="20" fill="#C4C4C4"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<g mask="url(#mask0_1631_36746)">
|
|
7
|
-
<circle cx="20" cy="20" r="20" fill="#84FF7A"/>
|
|
8
|
-
<path 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" fill="#6048FF"/>
|
|
9
|
-
<g filter="url(#filter0_f_1631_36746)">
|
|
10
|
-
<path 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" fill="#6BEB2E" fill-opacity="0.7"/>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<defs>
|
|
15
|
-
<filter id="filter0_f_1631_36746" x="-16.8184" y="-12.4235" width="65.5771" height="52.0242" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
16
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
17
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
18
|
-
<feGaussianBlur stdDeviation="5" result="effect1_foregroundBlur_1631_36746"/>
|
|
19
|
-
</filter>
|
|
20
|
-
<clipPath id="clip0_1631_36746">
|
|
21
|
-
<rect width="40" height="40" fill="white"/>
|
|
22
|
-
</clipPath>
|
|
23
|
-
</defs>
|
|
24
|
-
</svg>
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1631_36720)">
|
|
3
|
-
<mask id="mask0_1631_36720" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="40" height="40">
|
|
4
|
-
<circle cx="20" cy="20" r="20" fill="#C4C4C4"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<g mask="url(#mask0_1631_36720)">
|
|
7
|
-
<circle cx="20" cy="20" r="20" fill="#AC7AFF"/>
|
|
8
|
-
<path 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" fill="#4FD4F8"/>
|
|
9
|
-
<g filter="url(#filter0_f_1631_36720)">
|
|
10
|
-
<path 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" fill="#EFA7EC" fill-opacity="0.7"/>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<defs>
|
|
15
|
-
<filter id="filter0_f_1631_36720" x="15.0488" y="-14.5376" width="41.3057" height="56.4163" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
16
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
17
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
18
|
-
<feGaussianBlur stdDeviation="5" result="effect1_foregroundBlur_1631_36720"/>
|
|
19
|
-
</filter>
|
|
20
|
-
<clipPath id="clip0_1631_36720">
|
|
21
|
-
<rect width="40" height="40" fill="white"/>
|
|
22
|
-
</clipPath>
|
|
23
|
-
</defs>
|
|
24
|
-
</svg>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1631_36821)">
|
|
3
|
-
<mask id="mask0_1631_36821" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="120" height="120">
|
|
4
|
-
<path d="M0 57.5C0 18.5 18.5 0 57.5 0H62.5C101.5 0 120 18.5 120 57.5V62.5C120 101.5 101.5 120 62.5 120H57.5C18.5 120 0 101.5 0 62.5V57.5Z" fill="#C4C4C4"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<g mask="url(#mask0_1631_36821)">
|
|
7
|
-
<path d="M0 60C0 10.59 10.59 0 60 0C109.41 0 120 10.59 120 60C120 109.41 109.41 120 60 120C10.59 120 0 109.41 0 60Z" fill="#6048FF"/>
|
|
8
|
-
<g filter="url(#filter0_f_1631_36821)">
|
|
9
|
-
<path d="M122.923 22.164L117.289 24.1018C117.289 24.1018 70.1542 14.04 40.7826 25.6887C11.411 37.3374 -13.0768 73.5812 -13.0768 73.5812L-18.7103 75.519L-19.1418 61.7571L-3.51315 25.4694L19.3845 -0.953981L59.6143 -19.4288L101.911 -12.3395L122.923 22.164Z" fill="#BB6BD9"/>
|
|
10
|
-
</g>
|
|
11
|
-
<g filter="url(#filter1_f_1631_36821)">
|
|
12
|
-
<path d="M-24.8609 52.797L-18.6129 53.7922C-18.6129 53.7922 -0.143277 -5.59894 21.8596 38.1435C43.8624 81.8859 103.432 73.9375 103.432 73.9375L133.707 73.2504L129.729 87.0304L102.492 114.722L71.155 128.949L25.0516 126.409L-14.9265 97.6202L-24.8609 52.797Z" fill="#4FD4F8" fill-opacity="0.7"/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
<defs>
|
|
17
|
-
<filter id="filter0_f_1631_36821" x="-29.1416" y="-29.4287" width="162.064" height="114.948" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
18
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
19
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
20
|
-
<feGaussianBlur stdDeviation="5" result="effect1_foregroundBlur_1631_36821"/>
|
|
21
|
-
</filter>
|
|
22
|
-
<filter id="filter1_f_1631_36821" x="-34.8613" y="12.0684" width="178.568" height="126.88" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
25
|
-
<feGaussianBlur stdDeviation="5" result="effect1_foregroundBlur_1631_36821"/>
|
|
26
|
-
</filter>
|
|
27
|
-
<clipPath id="clip0_1631_36821">
|
|
28
|
-
<rect width="120" height="120" rx="60" fill="white"/>
|
|
29
|
-
</clipPath>
|
|
30
|
-
</defs>
|
|
31
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.78109 9.02291C7.38076 9.52369 6.61923 9.52369 6.2189 9.02291L0.50434 1.87441C-0.0191299 1.21959 0.447095 0.250001 1.28543 0.250001L12.7146 0.250002C13.5529 0.250002 14.0191 1.21959 13.4957 1.87442L7.78109 9.02291Z" fill="#696F91"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.21891 0.97709C6.61924 0.476308 7.38077 0.476308 7.7811 0.97709L13.4957 8.12558C14.0191 8.78041 13.5529 9.75 12.7146 9.75L1.28543 9.75C0.447095 9.75 -0.0191288 8.78041 0.504341 8.12558L6.21891 0.97709Z" fill="#696F91"/>
|
|
3
|
-
</svg>
|
package/public/error/refresh.svg
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.9371 17.2014C29.3553 16.8761 29.9547 16.9335 30.3036 17.3322L32.252 19.559C32.6157 19.9747 32.5736 20.6064 32.158 20.9701C31.7423 21.3338 31.1106 21.2917 30.7469 20.8761L30.323 20.3917C29.9322 22.431 29.0467 24.3557 27.7291 25.9878C25.9031 28.2496 23.3581 29.8118 20.5206 30.4107C17.6831 31.0095 14.7273 30.6083 12.1497 29.2748C9.57227 27.9414 7.53069 25.7574 6.3665 23.0907C6.14553 22.5846 6.37671 21.9951 6.88287 21.7741C7.38902 21.5532 7.97847 21.7844 8.19944 22.2905C9.18073 24.5382 10.9005 26.3767 13.0687 27.4984C15.2368 28.6201 17.7221 28.9573 20.1076 28.4538C22.4932 27.9503 24.635 26.6365 26.1729 24.7315C27.2394 23.4105 27.9703 21.8611 28.3182 20.2164L27.6598 20.7286C27.2239 21.0676 26.5956 20.9891 26.2565 20.5531C25.9174 20.1172 25.996 19.4889 26.4319 19.1498L28.9371 17.2014Z" fill="#6048FF"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.06244 18.7801C6.6442 19.1053 6.04483 19.048 5.69592 18.6492L3.74747 16.4224C3.38379 16.0068 3.42591 15.375 3.84154 15.0113C4.25718 14.6476 4.88894 14.6898 5.25262 15.1054L5.67646 15.5898C6.06733 13.5505 6.95279 11.6257 8.2704 9.99363C10.0964 7.73183 12.6414 6.16965 15.4789 5.57079C18.3164 4.9719 21.2722 5.37315 23.8498 6.70664C26.4272 8.04008 28.4688 10.224 29.633 12.8907C29.854 13.3969 29.6228 13.9863 29.1166 14.2073C28.6105 14.4283 28.021 14.1971 27.8001 13.6909C26.8188 11.4432 25.099 9.60473 22.9308 8.483C20.7627 7.36134 18.2774 7.02419 15.8919 7.52767C13.5063 8.03117 11.3645 9.34499 9.82657 11.2499C8.76009 12.571 8.02919 14.1204 7.68128 15.765L8.33971 15.2529C8.77566 14.9138 9.40394 14.9924 9.74301 15.4283C10.0821 15.8643 10.0035 16.4925 9.5676 16.8316L7.06244 18.7801Z" fill="#6048FF"/>
|
|
4
|
-
</svg>
|
package/public/follower.svg
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="7.5" cy="3.5" r="3.5" fill="#C1C8DE"/>
|
|
3
|
-
<path d="M2.18182 10.4906C3.23222 7.97124 5.36611 8 7.5 8.00001C9.63388 8.00001 11.7678 7.97125 12.8182 10.4906C13.1603 11.3111 13.409 12.1226 13.5873 12.8261C13.8783 13.9748 12.9701 15 11.7851 15H3.21493C2.02991 15 1.12165 13.9748 1.41273 12.8261C1.59101 12.1226 1.83969 11.3111 2.18182 10.4906Z" fill="#C1C8DE"/>
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="16" cy="16" r="16" fill="white"/>
|
|
3
|
-
<path d="M9.59961 16.2588L14.1226 20.7818L21.7187 13.1857" stroke="#6048FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M15 14.2132L27 11.2744L27 24.7256L15 21.7868L15 14.2132Z" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<path d="M23 13V23" stroke="#5962F7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M11 22L14 27" stroke="#5962F7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M8 18C8 15.7909 9.79086 14 12 14H15V22H12C9.79086 22 8 20.2091 8 18Z" fill="white" stroke="#5962F7" stroke-width="2"/>
|
|
6
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M15 14.2132L27 11.2744L27 24.7256L15 21.7868L15 14.2132Z" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<path d="M23 13V23" stroke="#5962F7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M11 22L14 27" stroke="#5962F7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M8 18C8 15.7909 9.79086 14 12 14H15V22H12C9.79086 22 8 20.2091 8 18Z" fill="white" stroke="#5962F7" stroke-width="2"/>
|
|
6
|
-
<line x1="27" y1="7" x2="27" y2="16" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
|
7
|
-
<line x1="31" y1="12" x2="23" y2="12" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
|
8
|
-
<line x1="27" y1="8" x2="27" y2="16" stroke="#5962F7" stroke-width="2" stroke-linecap="round"/>
|
|
9
|
-
<line x1="31" y1="12" x2="23" y2="12" stroke="#5962F7" stroke-width="2" stroke-linecap="round"/>
|
|
10
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="11" y="9" width="16" height="16" rx="1" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<mask id="path-2-inside-1_5728_44022" fill="white">
|
|
4
|
-
<ellipse cx="15.2313" cy="12.6046" rx="2.02326" ry="1.95349"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<ellipse cx="15.2313" cy="12.6046" rx="2.02326" ry="1.95349" fill="#5962F7"/>
|
|
7
|
-
<path d="M15.2545 12.6046C15.2545 12.5991 15.2552 12.5918 15.2569 12.5836C15.2586 12.5756 15.261 12.5684 15.2636 12.5625C15.2687 12.5508 15.2733 12.5466 15.2727 12.5471C15.2722 12.5477 15.2689 12.5505 15.2627 12.553C15.2576 12.5551 15.2481 12.5581 15.2313 12.5581V16.5581C17.3865 16.5581 19.2545 14.8536 19.2545 12.6046H15.2545ZM15.2313 12.5581C15.2145 12.5581 15.2049 12.5551 15.1999 12.553C15.1936 12.5505 15.1904 12.5477 15.1898 12.5471C15.1892 12.5466 15.1938 12.5508 15.1989 12.5625C15.2015 12.5684 15.2039 12.5756 15.2057 12.5836C15.2074 12.5918 15.208 12.5991 15.208 12.6046H11.208C11.208 14.8536 13.076 16.5581 15.2313 16.5581V12.5581ZM15.208 12.6046C15.208 12.6101 15.2074 12.6174 15.2057 12.6256C15.2039 12.6336 15.2015 12.6408 15.1989 12.6467C15.1938 12.6585 15.1892 12.6626 15.1898 12.6621C15.1904 12.6615 15.1936 12.6587 15.1999 12.6562C15.2049 12.6541 15.2145 12.6511 15.2313 12.6511V8.65112C13.076 8.65112 11.208 10.3556 11.208 12.6046H15.208ZM15.2313 12.6511C15.2481 12.6511 15.2576 12.6541 15.2627 12.6562C15.2689 12.6587 15.2722 12.6615 15.2727 12.6621C15.2733 12.6626 15.2687 12.6585 15.2636 12.6467C15.261 12.6408 15.2586 12.6336 15.2569 12.6256C15.2552 12.6174 15.2545 12.6101 15.2545 12.6046H19.2545C19.2545 10.3556 17.3865 8.65112 15.2313 8.65112V12.6511Z" fill="#5962F7" mask="url(#path-2-inside-1_5728_44022)"/>
|
|
8
|
-
<path d="M11 22C11.1481 20.9391 11.8533 18.6513 13.4888 17.987C15.5332 17.1568 16.5109 19.2324 17.8442 18.4022C19.1775 17.5719 20.6517 15.4359 21.8729 14.2135C22.5801 13.5056 23.358 13 24.7017 13C26.0453 13 26.7937 14.0787 27 14.4157" stroke="#5962F7" stroke-width="2" stroke-linecap="round"/>
|
|
9
|
-
<rect x="8" y="15" width="13" height="13" rx="1" fill="white" stroke="#5962F7" stroke-width="2"/>
|
|
10
|
-
<rect x="10.5" y="18.5" width="1" height="6" rx="0.5" stroke="#5962F7"/>
|
|
11
|
-
<path d="M18.1507 21.5L14 24.1683L14 18.8317L18.1507 21.5Z" stroke="#5962F7" stroke-width="2" stroke-linejoin="round"/>
|
|
12
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="18" cy="14" r="3" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<path d="M13 21C13 20.4477 13.4477 20 14 20H22C22.5523 20 23 20.4477 23 21V25.3944C23 25.6023 22.9396 25.7348 22.8749 25.8074C22.2164 26.5472 20.5923 28 18.0005 28C15.4087 28 13.784 26.5473 13.1252 25.8074C13.0605 25.7347 13 25.6021 13 25.3942V21Z" stroke="#5962F7" stroke-width="2"/>
|
|
4
|
-
<circle cx="18" cy="18" r="10" stroke="#5962F7" stroke-width="2"/>
|
|
5
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9 14C9 13.4477 9.44772 13 10 13H26C26.5523 13 27 13.4477 27 14V24C27 24.5523 26.5523 25 26 25H12C10.3431 25 9 23.6569 9 22V14Z" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<path d="M9 14V12C9 12 8.99974 11 9.47222 10.5001C9.94471 10.0001 10.8889 10 10.8889 10C16.4033 10 20.0173 10 26 10" stroke="#5962F7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<circle cx="23" cy="19" r="2" fill="#5962F7"/>
|
|
5
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 16C12 12.6863 14.6863 10 18 10C21.3137 10 24 12.6863 24 16V22C24 22.5523 23.5523 23 23 23H13C12.4477 23 12 22.5523 12 22V16Z" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<rect x="9" y="25" width="18" height="2" rx="1" fill="#5962F7"/>
|
|
4
|
-
<path d="M16 9C16 7.89543 16.8954 7 18 7C19.1046 7 20 7.89543 20 9V10H16V9Z" fill="#5962F7"/>
|
|
5
|
-
<path d="M20 27C20 28.1046 19.1046 29 18 29C16.8954 29 16 28.1046 16 27L16 26L20 26L20 27Z" fill="#5962F7"/>
|
|
6
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M15 14.2132L27 11.2744L27 24.7256L15 21.7868L15 14.2132Z" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<path d="M23 13V23" stroke="#5962F7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M11 22L14 27" stroke="#5962F7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M8 18C8 15.7909 9.79086 14 12 14H15V22H12C9.79086 22 8 20.2091 8 18Z" fill="white" stroke="#5962F7" stroke-width="2"/>
|
|
6
|
-
<path d="M27.5408 6.33051C27.7143 5.92752 28.2857 5.92753 28.4592 6.33051L28.9282 7.41951C29.1454 7.92378 29.6207 8.26911 30.1674 8.31981L31.348 8.42931C31.7849 8.46983 31.9614 9.01324 31.6318 9.30281L30.741 10.0854C30.3285 10.4477 30.147 11.0065 30.2677 11.5421L30.5284 12.6988C30.6249 13.1268 30.1626 13.4626 29.7854 13.2386L28.7658 12.6332C28.2938 12.3529 27.7062 12.3529 27.2342 12.6332L26.2146 13.2386C25.8374 13.4626 25.3751 13.1268 25.4716 12.6988L25.7323 11.5421C25.853 11.0065 25.6715 10.4477 25.259 10.0854L24.3682 9.30282C24.0386 9.01324 24.2151 8.46983 24.652 8.42931L25.8326 8.31981C26.3793 8.26911 26.8546 7.92378 27.0718 7.41951L27.5408 6.33051Z" fill="white" stroke="#5962F7"/>
|
|
7
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="9" y="9" width="18" height="18" rx="1" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<path d="M15.0615 13.1163C15.0615 13.73 14.5361 14.2869 13.8134 14.2869C13.0908 14.2869 12.5653 13.73 12.5653 13.1163C12.5653 12.5027 13.0908 11.9458 13.8134 11.9458C14.5361 11.9458 15.0615 12.5027 15.0615 13.1163Z" fill="#5962F7" stroke="#5962F7" stroke-width="2"/>
|
|
4
|
-
<path d="M9 24C9.16666 22.8212 9.95997 20.2792 11.7999 19.5412C14.0998 18.6186 15.1998 20.9249 16.6998 20.0024C18.1997 19.0799 19.8581 16.7066 21.232 15.3483C22.0276 14.5618 22.9028 14 24.4144 14C25.926 14 26.768 15.1985 27 15.573" stroke="#5962F7" stroke-width="2" stroke-linecap="round"/>
|
|
5
|
-
<path d="M27.4592 4.33051L27.9282 5.41951C28.1454 5.92378 28.6207 6.26911 29.1674 6.31981L30.348 6.42931C30.7849 6.46983 30.9614 7.01324 30.6318 7.30281L29.741 8.08536C29.3285 8.44772 29.147 9.00647 29.2677 9.54207L29.5284 10.6988C29.6249 11.1268 29.1626 11.4626 28.7854 11.2386L27.7658 10.6332C27.2938 10.3529 26.7062 10.3529 26.2342 10.6332L25.2146 11.2386C24.8374 11.4626 24.3751 11.1268 24.4716 10.6988L24.7323 9.54207C24.853 9.00647 24.6715 8.44772 24.259 8.08536L23.3682 7.30282C23.0386 7.01324 23.2151 6.46983 23.652 6.42931L24.8326 6.31981C25.3793 6.26911 25.8546 5.92378 26.0718 5.41951L26.5408 4.33051C26.7143 3.92752 27.2857 3.92753 27.4592 4.33051Z" fill="white" stroke="#5962F7"/>
|
|
6
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="12" y="11.5" width="11" height="10.6818" rx="1" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<circle cx="15" cy="14.5" r="1" fill="#5962F7"/>
|
|
4
|
-
<path d="M12 20.5C12.1018 19.7927 12.5866 18.2675 13.7111 17.8247C15.1166 17.2712 15.7888 18.655 16.7054 18.1015C17.6221 17.5479 18.6355 16.1239 19.4751 15.309C19.9613 14.8371 20.4961 14.5 21.4199 14.5C22.3436 14.5 22.8582 15.2191 23 15.4438" stroke="#5962F7" stroke-linecap="round"/>
|
|
5
|
-
<rect x="9" y="18.5" width="17" height="8" rx="1" fill="white" stroke="#5962F7" stroke-width="2"/>
|
|
6
|
-
<path d="M13 9.5H22" stroke="#5962F7" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
<path d="M16 21H19" stroke="#5962F7" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M14 8L21 8" stroke="#5962F7" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M23.5408 5.33051C23.7143 4.92752 24.2857 4.92753 24.4592 5.33051L24.9282 6.41951C25.1454 6.92378 25.6207 7.26911 26.1674 7.31981L27.348 7.42931C27.7849 7.46983 27.9614 8.01324 27.6318 8.30281L26.741 9.08536C26.3285 9.44772 26.147 10.0065 26.2677 10.5421L26.5284 11.6988C26.6249 12.1268 26.1626 12.4626 25.7854 12.2386L24.7658 11.6332C24.2938 11.3529 23.7062 11.3529 23.2342 11.6332L22.2146 12.2386C21.8374 12.4626 21.3751 12.1268 21.4716 11.6988L21.7323 10.5421C21.853 10.0065 21.6715 9.44772 21.259 9.08536L20.3682 8.30282C20.0386 8.01324 20.2151 7.46983 20.652 7.42931L21.8326 7.31981C22.3793 7.26911 22.8546 6.92378 23.0718 6.41951L23.5408 5.33051Z" fill="white" stroke="#5962F7"/>
|
|
10
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M26.8303 17.9999C26.8303 22.8767 22.8769 26.8301 18.0001 26.8301C13.1233 26.8301 9.16992 22.8767 9.16992 17.9999C9.16992 13.1231 13.1233 9.16968 18.0001 9.16968C19.2036 9.16968 20.3509 9.41044 21.3963 9.84643" stroke="#5962F7" stroke-width="1.5"/>
|
|
3
|
-
<path d="M22.8496 9.83008C22.8496 10.6585 22.178 11.3301 21.3496 11.3301C20.5212 11.3301 19.8496 10.6585 19.8496 9.83008C19.8496 9.00165 20.5212 8.33008 21.3496 8.33008C22.178 8.33008 22.8496 9.00165 22.8496 9.83008Z" fill="#5962F7"/>
|
|
4
|
-
<path d="M28.3496 18.3301C28.3496 19.1585 27.678 19.8301 26.8496 19.8301C26.0212 19.8301 25.3496 19.1585 25.3496 18.3301C25.3496 17.5017 26.0212 16.8301 26.8496 16.8301C27.678 16.8301 28.3496 17.5017 28.3496 18.3301Z" fill="#5962F7"/>
|
|
5
|
-
<path d="M13.2952 20.75C11.7949 18.1407 12.6853 14.8042 15.2838 13.2977C17.8824 11.7912 21.2052 12.6853 22.7055 15.2945C24.2058 17.9038 23.3155 21.2403 20.7169 22.7468C20.0756 23.1186 19.3902 23.3442 18.699 23.4339" stroke="#5962F7" stroke-width="1.5"/>
|
|
6
|
-
<path d="M19.918 16.0627C20.9802 17.1288 20.982 18.8554 19.9219 19.9192C18.8618 20.9831 17.1414 20.9813 16.0791 19.9153C15.0168 18.8492 15.0151 17.1226 16.0751 16.0588C16.3367 15.7962 16.6386 15.5986 16.9608 15.4658" stroke="#5962F7" stroke-width="1.5"/>
|
|
7
|
-
<path d="M14.8438 20.7134C14.8438 21.5418 14.1722 22.2134 13.3438 22.2134C12.5153 22.2134 11.8438 21.5418 11.8438 20.7134C11.8438 19.885 12.5153 19.2134 13.3438 19.2134C14.1722 19.2134 14.8438 19.885 14.8438 20.7134Z" fill="#5962F7"/>
|
|
8
|
-
<path d="M18.3438 15.5859C18.3438 16.4144 17.6722 17.0859 16.8438 17.0859C16.0153 17.0859 15.3438 16.4144 15.3438 15.5859C15.3438 14.7575 16.0153 14.0859 16.8438 14.0859C17.6722 14.0859 18.3438 14.7575 18.3438 15.5859Z" fill="#5962F7"/>
|
|
9
|
-
<path d="M21.7695 16.5237C21.7695 17.3521 21.098 18.0237 20.2695 18.0237C19.4411 18.0237 18.7695 17.3521 18.7695 16.5237C18.7695 15.6953 19.4411 15.0237 20.2695 15.0237C21.098 15.0237 21.7695 15.6953 21.7695 16.5237Z" fill="#5962F7"/>
|
|
10
|
-
<path d="M19.8496 23.3301C19.8496 24.1585 19.178 24.8301 18.3496 24.8301C17.5212 24.8301 16.8496 24.1585 16.8496 23.3301C16.8496 22.5017 17.5212 21.8301 18.3496 21.8301C19.178 21.8301 19.8496 22.5017 19.8496 23.3301Z" fill="#5962F7"/>
|
|
11
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3919 8.80859C15.4883 8.33859 15.9171 8 16.4188 8H19.5812C20.0829 8 20.5117 8.33859 20.6081 8.80859L20.9579 10.5234C21.8171 10.8337 22.6125 11.2658 23.3103 11.8125L25.0326 11.2461C25.507 11.0911 26.0301 11.2784 26.2804 11.6934L27.8596 14.3066C28.1099 14.7216 28.0188 15.2485 27.6407 15.5625L26.2599 16.709C26.3317 17.1303 26.3786 17.5593 26.3786 18C26.3786 18.4407 26.3317 18.8697 26.2599 19.291L27.6407 20.4375C28.0188 20.7515 28.1099 21.2764 27.8596 21.6914L26.2804 24.3066C26.029 24.7216 25.507 24.908 25.0326 24.752L23.3103 24.1855C22.6123 24.7326 21.8175 25.1662 20.9579 25.4766L20.6081 27.1914C20.5117 27.6614 20.0829 28 19.5812 28H16.4188C15.9171 28 15.4883 27.6614 15.3919 27.1914L15.0421 25.4766C14.1829 25.1663 13.3875 24.7342 12.6898 24.1875L10.9674 24.7539C10.493 24.9089 9.96992 24.7216 9.71961 24.3066L8.14044 21.6934C7.89013 21.2784 7.98124 20.7515 8.35932 20.4375L9.74007 19.291C9.66826 18.8697 9.62142 18.4407 9.62142 18C9.62142 17.5593 9.66826 17.1303 9.74007 16.709L8.35932 15.5625C7.98124 15.2485 7.89013 14.7216 8.14044 14.3066L9.71961 11.6934C9.97097 11.2794 10.493 11.092 10.9674 11.248L12.6898 11.8145C13.3877 11.2674 14.1825 10.8338 15.0421 10.5234L15.3919 8.80859ZM18 23C20.7614 23 23 20.7614 23 18C23 15.2386 20.7614 13 18 13C15.2386 13 13 15.2386 13 18C13 20.7614 15.2386 23 18 23Z" fill="#5962F7"/>
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="16.5" cy="18.5" r="7.5" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<path d="M27.4594 12.9562C26.9054 12.3479 25.9861 12.3479 25.432 12.9562C24.9026 13.5376 24.9026 14.4624 25.432 15.0438L26.7583 16.5H16.9108C16.0887 16.5 15.5 17.2166 15.5 18C15.5 18.7834 16.0887 19.5 16.9108 19.5H26.7583L25.432 20.9562C24.9026 21.5376 24.9026 22.4624 25.432 23.0438C25.9861 23.6521 26.9054 23.6521 27.4594 23.0438L31.1024 19.0438C31.6319 18.4624 31.6319 17.5376 31.1024 16.9562L27.4594 12.9562Z" fill="#5962F7" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="17.5" cy="15.5" r="7.5" stroke="#5962F7" stroke-width="2"/>
|
|
3
|
-
<circle cx="17.5" cy="15.5" r="2.5" stroke="#5962F7" stroke-width="2"/>
|
|
4
|
-
<circle cx="17.5" cy="15.5" r="6" stroke="#5962F7" stroke-dasharray="2 2"/>
|
|
5
|
-
<path d="M19 23.1107L21.2121 28.4843C21.5867 29.2041 22.8168 29.1602 23.1179 28.4164L23.7339 26.8944C23.8992 26.486 24.3981 26.2435 24.901 26.3273L26.7749 26.6392C27.6907 26.7916 28.3508 25.9168 27.7976 25.2838L23.0124 20" stroke="#5962F7" stroke-width="2"/>
|
|
6
|
-
<path d="M16 23.1107L13.7879 28.4843C13.4133 29.2041 12.1832 29.1602 11.8821 28.4164L11.2661 26.8944C11.1008 26.486 10.6019 26.2435 10.099 26.3273L8.22511 26.6392C7.30933 26.7916 6.64921 25.9168 7.20239 25.2838L11.9876 20" stroke="#5962F7" stroke-width="2"/>
|
|
7
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="9.95828" cy="3.41034" r="2.16021" stroke="#696F91" stroke-width="1.5"/>
|
|
3
|
-
<circle cx="3.41019" cy="12.8687" r="2.16021" stroke="#696F91" stroke-width="1.5"/>
|
|
4
|
-
<path d="M11.9066 15.7289C12.3092 15.8265 12.7146 15.5793 12.8122 15.1767C12.9098 14.7742 12.6626 14.3687 12.2601 14.2711L11.9066 15.7289ZM8.12834 4.58046L3.96167 10.7547L5.20503 11.5938L9.3717 5.41954L8.12834 4.58046ZM5.03332 14.0622L11.9066 15.7289L12.2601 14.2711L5.3868 12.6045L5.03332 14.0622Z" fill="#696F91"/>
|
|
5
|
-
<circle cx="15.0511" cy="15.7792" r="2.88777" stroke="#696F91" stroke-width="1.5"/>
|
|
6
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.25857 3.28571V2C6.25857 1.44772 6.70628 1 7.25857 1H10.7443C11.2966 1 11.7443 1.44772 11.7443 2V3.28571M6.25857 3.28571H11.7443M6.25857 3.28571H3.05857M11.7443 3.28571H14.9443M3.05857 4.2L4.64952 16.1322C4.71576 16.629 5.13955 17 5.64075 17H12.1346C12.6288 17 13.0488 16.6391 13.1232 16.1506L14.9443 4.2M3.05857 4.2H1.95714C1.70467 4.2 1.5 3.99533 1.5 3.74286V3.74286C1.5 3.49038 1.70467 3.28571 1.95714 3.28571H2.14428H3.05857M3.05857 4.2V3.28571M14.9443 4.2H16.0429C16.2953 4.2 16.5 3.99533 16.5 3.74286V3.74286C16.5 3.49038 16.2953 3.28571 16.0429 3.28571H15.8586H14.9443M14.9443 4.2V3.28571" stroke="#696F91" stroke-width="1.5" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M6.94428 6.94287L7.63 13.8" stroke="#696F91" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M11.0586 6.94287L10.3729 13.8" stroke="#696F91" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.1346 19H4.64075C4.13954 19 3.71576 18.629 3.64952 18.1322L2.20952 7.33218C2.12959 6.73269 2.59596 6.20001 3.20075 6.20001H12.7804C13.3927 6.20001 13.8612 6.74533 13.7689 7.35065L12.1232 18.1507C12.0488 18.6391 11.6288 19 11.1346 19Z" stroke="#696F91" stroke-width="1.5" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M5.8669 3.71233L6.19967 2.47042C6.34261 1.93696 6.89094 1.62037 7.42441 1.76332L10.7914 2.66548C11.3248 2.80843 11.6414 3.35676 11.4985 3.89023L11.1657 5.13213M5.8669 3.71233L11.1657 5.13213M5.8669 3.71233L2.77594 2.88411L1.8928 2.64747L1.39678 2.51456C1.32702 2.49587 1.25532 2.53727 1.23663 2.60703V2.60703C1.21794 2.67678 1.25934 2.74848 1.32909 2.76718L15.5654 6.58177C15.6351 6.60046 15.7068 6.55907 15.7255 6.48931V6.48931C15.7442 6.41955 15.7028 6.34785 15.6331 6.32916L15.1398 6.19699L14.2567 5.96036L11.1657 5.13213" stroke="#696F91" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M5.94427 8.94287L6.62999 15.8" stroke="#696F91" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M10.0586 8.94287L9.37285 15.8" stroke="#696F91" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.4785 1.16148C9.58913 1.29523 8.05037 2.13877 7.49998 3.40853C6.94958 2.13877 5.41082 1.29523 4.52146 1.16148C2.57494 0.868735 1.18123 2.15125 1.11504 4.05055C1.04886 5.94984 1.81423 7.05553 2.79308 8.4109C3.15386 9.0975 7.2222 12.88 7.49998 12.88C7.77776 12.88 11.8461 9.0975 12.2069 8.4109C13.1857 7.05553 13.9511 5.94984 13.8849 4.05055C13.8187 2.15125 12.425 0.868735 10.4785 1.16148Z" fill="#F4205F"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.23815 0.932263C8.90672 0.474849 9.66866 0.15084 10.3146 0.0537013C11.572 -0.135403 12.7414 0.178753 13.6124 0.935701C14.4771 1.68722 14.9529 2.79222 14.9954 4.0112C15.075 6.29713 14.1147 7.67153 13.1384 9.02402C13.0259 9.21013 12.8715 9.39554 12.7499 9.53613C12.5847 9.72714 12.3793 9.94767 12.1538 10.1808C11.7013 10.6485 11.1368 11.1985 10.5803 11.7219C10.0238 12.2452 9.46473 12.7516 9.0218 13.1314C8.8023 13.3196 8.59928 13.487 8.43403 13.612C8.35367 13.6728 8.26361 13.7377 8.17501 13.7924C8.13194 13.819 8.068 13.8565 7.99213 13.8908L7.98897 13.8923C7.94345 13.913 7.75196 14 7.5 14C7.24804 14 7.05655 13.913 7.01103 13.8923L7.00787 13.8908C6.932 13.8565 6.86806 13.819 6.82499 13.7924C6.73639 13.7377 6.64633 13.6728 6.56597 13.612C6.40072 13.487 6.1977 13.3196 5.9782 13.1314C5.53527 12.7516 4.97622 12.2452 4.41975 11.7219C3.86318 11.1985 3.2987 10.6485 2.84622 10.1808C2.62068 9.94767 2.41533 9.72714 2.25009 9.53613C2.12848 9.39554 1.97412 9.21013 1.86157 9.02401C0.8853 7.67153 -0.075027 6.29713 0.00463583 4.0112C0.0471166 2.79222 0.522869 1.68722 1.38762 0.935701C2.25861 0.178753 3.42804 -0.135403 4.68545 0.0537013C5.33134 0.15084 6.09328 0.474849 6.76185 0.932263C7.01017 1.10216 7.26185 1.30156 7.5 1.53032C7.73814 1.30156 7.98983 1.10216 8.23815 0.932263ZM8.21447 2.39196C7.91719 2.6877 7.66447 3.02908 7.5 3.40851C7.33553 3.02908 7.08281 2.6877 6.78553 2.39196C6.08797 1.69799 5.14509 1.25524 4.52148 1.16145C2.57496 0.86871 1.18126 2.15123 1.11507 4.05052C1.04888 5.94981 1.81425 7.05551 2.79311 8.41087C3.15388 9.09747 7.22222 12.88 7.5 12.88C7.77778 12.88 11.8461 9.09747 12.2069 8.41087C13.1858 7.05551 13.9511 5.94981 13.8849 4.05052C13.8187 2.15123 12.425 0.86871 10.4785 1.16145C9.85491 1.25524 8.91203 1.69799 8.21447 2.39196Z" fill="#F4205F"/>
|
|
4
|
-
</svg>
|
package/public/like-icon.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M17.8613 1.07429C16.2605 1.31314 13.4907 2.81943 12.5 5.08684C11.5093 2.81943 8.73954 1.31314 7.1387 1.07429C3.63498 0.551545 1.12632 2.84173 1.00718 6.23328C0.888045 9.62484 2.2657 11.5993 4.02763 14.0195C4.67703 15.2456 11.9322 22.7452 12.5 23C13.0678 22.7452 20.323 15.2456 20.9724 14.0195C22.7343 11.5993 24.112 9.62484 23.9928 6.23328C23.8737 2.84173 21.365 0.551545 17.8613 1.07429Z" stroke="#F4205F" stroke-width="2"/>
|
|
3
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="20" cy="20" r="19.5" fill="white" stroke="#6048FF"/>
|
|
3
|
-
<path d="M23.5 14C25.5923 15.2103 27 17.4725 27 20.0635C27 23.9295 23.866 27.0635 20 27.0635C16.134 27.0635 13 23.9295 13 20.0635C13 17.4725 14.4077 15.2103 16.5 14" stroke="#6048FF" stroke-width="1.5" stroke-linecap="round"/>
|
|
4
|
-
<path d="M20 10V15.8333" stroke="#6048FF" stroke-width="1.5" stroke-linecap="round"/>
|
|
5
|
-
</svg>
|