@ludo.ninja/components 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (513) hide show
  1. package/build/api/graphql/index.js +2 -2
  2. package/build/api/server-preferences/queries/fetchSearchResultSelections/index.d.ts +15 -15
  3. package/build/api/server-preferences/queries/fetchSearchResultSelections/queryData.d.ts +0 -1
  4. package/build/api/server-search/queries/useFindUserCreations/index.d.ts +2 -2
  5. package/build/components/assetPage/assetLikes/index.js +1 -1
  6. package/build/components/assetPage/audioVideoPlayer/Duration.js +1 -1
  7. package/build/components/assetPage/media/AssetImage/index.d.ts +1 -1
  8. package/build/components/assetPage/moreDropDown/index.js +1 -1
  9. package/build/components/assetPage/participants/index.js +1 -1
  10. package/build/components/assetPage/viewer3D/index.d.ts +1 -1
  11. package/build/components/headers/components/headerExperienceLabel/index.d.ts +1 -1
  12. package/build/components/headers/components/headerUserPic/index.d.ts +1 -1
  13. package/build/components/linkTabs/index.d.ts +1 -1
  14. package/build/components/search/SearchInputContainer.js +1 -1
  15. package/build/components/search/searchCloseMoreButtons/index.js +1 -1
  16. package/build/components/search/searchSimpleInput/index.js +1 -1
  17. package/build/components/searchFiltersConnector/index.d.ts +2 -2
  18. package/build/components/sidebar/data.js +7 -7
  19. package/build/components/sidebar/sidebarFilters/index.js +1 -1
  20. package/build/components/toTopBtn/index.js +1 -1
  21. package/build/dto/AssetEntity/views/AssetAudio/index.d.ts +0 -1
  22. package/build/dto/AssetEntity/views/AssetImage/index.d.ts +0 -1
  23. package/build/dto/AssetEntity/views/AssetObject/index.d.ts +0 -1
  24. package/build/dto/AssetEntity/views/AssetOther/index.d.ts +0 -1
  25. package/build/dto/AssetEntity/views/AssetScreenshot/index.d.ts +0 -1
  26. package/build/dto/AssetEntity/views/AssetVideo/index.d.ts +0 -1
  27. package/build/dto/common/ItemViews/CreationAudio/index.d.ts +0 -1
  28. package/build/dto/common/ItemViews/CreationImage/index.d.ts +0 -1
  29. package/build/dto/common/ItemViews/CreationObject/index.d.ts +0 -1
  30. package/build/dto/common/ItemViews/CreationOther/index.d.ts +0 -1
  31. package/build/dto/common/ItemViews/CreationVideo/index.d.ts +0 -1
  32. package/build/dto/common/Media/Audio/index.d.ts +0 -1
  33. package/build/dto/common/Media/Image/index.d.ts +0 -1
  34. package/build/dto/common/Media/Object/index.d.ts +0 -1
  35. package/build/dto/common/Media/Other/index.d.ts +0 -1
  36. package/build/dto/common/Media/Screenshot/index.d.ts +0 -1
  37. package/build/dto/common/Media/Video/index.d.ts +0 -1
  38. package/build/dto/common/Media/index.d.ts +0 -1
  39. package/build/dto/common/Media/interface.d.ts +0 -1
  40. package/build/hooks/apollo/index.js +1 -2
  41. package/build/hooks/favorites/useGetUserFevoritesCreations/index.js +2 -2
  42. package/build/hooks/galleries/useGetUserGalleriesCreations/index.js +2 -2
  43. package/build/hooks/likes/dynamic/useGetCreationsAndLikes.js +2 -2
  44. package/build/hooks/likes/useGetLikesAsset.d.ts +8 -8
  45. package/build/layouts/custom/styles.d.ts +0 -1
  46. package/build/modules/gallery/api/useGetAssetsAndCollectionForFavorite.d.ts +2 -2
  47. package/build/modules/gallery/ui/Description.d.ts +1 -1
  48. package/build/modules/gallery/ui/EditGallery.d.ts +1 -1
  49. package/build/modules/gallery/ui/GalleryDeleteIcon.d.ts +1 -1
  50. package/build/modules/gallery/ui/GalleryDeleteIcon.js +2 -2
  51. package/build/modules/gallery/ui/STopSections.d.ts +0 -1
  52. package/build/modules/gallery/ui/chooseGalleryItems/chooseGalleryItem/index.js +1 -1
  53. package/build/modules/gallery/ui/chooseGalleryItems/index.d.ts +1 -1
  54. package/build/modules/gallery/ui/createGalleryForm/index.d.ts +2 -3
  55. package/build/modules/gallery/ui/itemsPreview/index.d.ts +4 -4
  56. package/build/modules/notifications/index.d.ts +6 -17
  57. package/build/modules/opportunity/OpportunityCard.d.ts +1 -1
  58. package/build/modules/opportunity/OpportunityCard.js +1 -1
  59. package/build/modules/opportunity/OpportunityDropDown.js +1 -1
  60. package/build/modules/user/store.d.ts +0 -1
  61. package/build/modules/virtuoso/VirtuosoPageBuilder.d.ts +1 -1
  62. package/build/modules/virtuoso/useVirtuosoData.d.ts +2 -2
  63. package/build/public/404/404.jsx +41 -0
  64. package/build/public/500/500.jsx +41 -0
  65. package/build/public/MobileSearchBtn/close.jsx +22 -0
  66. package/build/public/MobileSearchBtn/search.jsx +29 -0
  67. package/build/public/MobileSearchBtn/test/pirate.jsx +39 -0
  68. package/build/public/MobileSearchBtn/test/squircle.jsx +39 -0
  69. package/build/public/alerts/close.jsx +24 -0
  70. package/build/public/alerts/errorIcon.jsx +23 -0
  71. package/build/public/alerts/successIcon.jsx +23 -0
  72. package/build/public/alerts/warningIcon.jsx +39 -0
  73. package/build/public/assetPage/arrow.jsx +22 -0
  74. package/build/public/assetPage/audioPlaceholder.jsx +91 -0
  75. package/build/public/assetPage/details.jsx +31 -0
  76. package/build/public/assetPage/favorite.jsx +19 -0
  77. package/build/public/assetPage/favorite_hover.jsx +21 -0
  78. package/build/public/assetPage/flag.jsx +31 -0
  79. package/build/public/assetPage/fullScreen.jsx +21 -0
  80. package/build/public/assetPage/owners.jsx +20 -0
  81. package/build/public/assetPage/pause.jsx +23 -0
  82. package/build/public/assetPage/play.jsx +20 -0
  83. package/build/public/assetPage/share.jsx +23 -0
  84. package/build/public/assetPage/share2.jsx +22 -0
  85. package/build/public/assetPage/share2_hover.jsx +22 -0
  86. package/build/public/assetPage/shareWithDots.jsx +40 -0
  87. package/build/public/assetPage/shareWithDots_hover.jsx +40 -0
  88. package/build/public/assetPage/share_hover.jsx +21 -0
  89. package/build/public/assetPage/soundOf.jsx +21 -0
  90. package/build/public/assetPage/soundOn.jsx +21 -0
  91. package/build/public/banner/banner_img.jsx +308 -0
  92. package/build/public/banner/banner_stroke.jsx +21 -0
  93. package/build/public/button_skin/accept.jsx +30 -0
  94. package/build/public/button_skin/decline.jsx +30 -0
  95. package/build/public/calendar.jsx +21 -0
  96. package/build/public/cards/addToFavListIcon.jsx +29 -0
  97. package/build/public/cards/addToGalleryIcon.jsx +19 -0
  98. package/build/public/cards/heart.jsx +17 -0
  99. package/build/public/cardsHolderLoader/loader.jsx +23 -0
  100. package/build/public/checkbox-on.jsx +32 -0
  101. package/build/public/checkboxArrow.jsx +22 -0
  102. package/build/public/close.jsx +22 -0
  103. package/build/public/close20.jsx +22 -0
  104. package/build/public/collectionPage/export.jsx +22 -0
  105. package/build/public/copied.jsx +23 -0
  106. package/build/public/copy-icon-new.jsx +29 -0
  107. package/{public/creation/card/moreBtn.svg → build/public/creation/card/moreBtn.jsx} +13 -2
  108. package/build/public/creation/card/moreBtnVertical.jsx +27 -0
  109. package/build/public/creation/card/moreBtn_hover.jsx +27 -0
  110. package/build/public/defaultUserpics/0.jsx +68 -0
  111. package/build/public/defaultUserpics/1.jsx +85 -0
  112. package/build/public/defaultUserpics/10.jsx +68 -0
  113. package/build/public/defaultUserpics/11.jsx +68 -0
  114. package/build/public/defaultUserpics/12.jsx +68 -0
  115. package/build/public/defaultUserpics/13.jsx +68 -0
  116. package/build/public/defaultUserpics/14.jsx +68 -0
  117. package/build/public/defaultUserpics/15.jsx +68 -0
  118. package/build/public/defaultUserpics/16.jsx +68 -0
  119. package/build/public/defaultUserpics/17.jsx +68 -0
  120. package/build/public/defaultUserpics/18.jsx +68 -0
  121. package/build/public/defaultUserpics/19.jsx +68 -0
  122. package/build/public/defaultUserpics/2.jsx +68 -0
  123. package/build/public/defaultUserpics/20.jsx +68 -0
  124. package/build/public/defaultUserpics/3.jsx +68 -0
  125. package/build/public/defaultUserpics/4.jsx +68 -0
  126. package/build/public/defaultUserpics/5.jsx +68 -0
  127. package/build/public/defaultUserpics/6.jsx +68 -0
  128. package/build/public/defaultUserpics/7.jsx +68 -0
  129. package/build/public/defaultUserpics/8.jsx +68 -0
  130. package/build/public/defaultUserpics/9.jsx +68 -0
  131. package/build/public/defaultUserpics/defaultUserpic.jsx +95 -0
  132. package/build/public/dropDown/arrow_down.jsx +21 -0
  133. package/build/public/dropdown-arrow-down.jsx +19 -0
  134. package/build/public/dropdown-arrow-up.jsx +19 -0
  135. package/build/public/error/refresh.jsx +27 -0
  136. package/build/public/follower.jsx +20 -0
  137. package/build/public/forms/checkbox/checked.jsx +23 -0
  138. package/build/public/gallery/defaultImage.jsx +16 -0
  139. package/build/public/gallery/delete.jsx +23 -0
  140. package/build/public/header/mobile_menu_icons/arrows/arrow_down.jsx +22 -0
  141. package/build/public/header/mobile_menu_icons/arrows/arrow_up.jsx +22 -0
  142. package/build/public/header/mobile_menu_icons/campaigns.jsx +40 -0
  143. package/build/public/header/mobile_menu_icons/dropdown/add_new_campaign.jsx +76 -0
  144. package/build/public/header/mobile_menu_icons/dropdown/my_galleries.jsx +62 -0
  145. package/build/public/header/mobile_menu_icons/dropdown/my_profile.jsx +22 -0
  146. package/build/public/header/mobile_menu_icons/dropdown/my_wallets.jsx +28 -0
  147. package/build/public/header/mobile_menu_icons/dropdown/notifications.jsx +29 -0
  148. package/build/public/header/mobile_menu_icons/dropdown/top_campaigns.jsx +45 -0
  149. package/build/public/header/mobile_menu_icons/dropdown/top_creations.jsx +41 -0
  150. package/{public/header/mobile_menu_icons/dropdown/top_creators.svg → build/public/header/mobile_menu_icons/dropdown/top_creators.jsx} +62 -10
  151. package/{public/header/mobile_menu_icons/dropdown/top_galleries.svg → build/public/header/mobile_menu_icons/dropdown/top_galleries.jsx} +67 -13
  152. package/build/public/header/mobile_menu_icons/dropdown/top_/321/201ollectors.jsx +63 -0
  153. package/build/public/header/mobile_menu_icons/experiences.jsx +54 -0
  154. package/build/public/header/mobile_menu_icons/settings.jsx +21 -0
  155. package/build/public/header/mobile_menu_icons/sign_out.jsx +23 -0
  156. package/{public/header/mobile_menu_icons/submit_nft.svg → build/public/header/mobile_menu_icons/submit_nft.jsx} +85 -16
  157. package/build/public/header/mobile_menu_icons/top.jsx +28 -0
  158. package/build/public/header/mobile_toggle/close.jsx +22 -0
  159. package/build/public/header/mobile_toggle/regular.jsx +22 -0
  160. package/build/public/iconButton/share.jsx +40 -0
  161. package/build/public/iconButton/trash.jsx +35 -0
  162. package/build/public/iconButton/trash_open.jsx +42 -0
  163. package/build/public/like-icon-active.jsx +25 -0
  164. package/build/public/like-icon.jsx +20 -0
  165. package/build/public/logOut/logOutBtn.jsx +28 -0
  166. package/build/public/logo/main_logo.jsx +374 -0
  167. package/build/public/logo/main_logo_dark.jsx +134 -0
  168. package/build/public/logo/mobile_logo.jsx +358 -0
  169. package/build/public/logo/mobile_logo_dark.jsx +118 -0
  170. package/build/public/ludo-logo-small.jsx +21 -0
  171. package/{public/ludo-logo-square.svg → build/public/ludo-logo-square.jsx} +40 -9
  172. package/build/public/modal/close.jsx +22 -0
  173. package/build/public/noContent/noContent.jsx +33 -0
  174. package/build/public/noContent/noContentAudio.jsx +85 -0
  175. package/build/public/noContent/noContentObject.jsx +89 -0
  176. package/{public/no_image placeholder.svg → build/public/no_image placeholder.jsx } +40 -9
  177. package/build/public/no_media_placeholder.jsx +398 -0
  178. package/build/public/report.jsx +40 -0
  179. package/build/public/rewardsPage/XP_logo.jsx +70 -0
  180. package/build/public/rewardsPage/arrow_up_light.jsx +22 -0
  181. package/build/public/rewardsPage/banner_rewards.jsx +36 -0
  182. package/build/public/rewardsPage/banner_rewards_mobile.jsx +36 -0
  183. package/build/public/rewardsPage/banner_rewards_tablet.jsx +42 -0
  184. package/{public/rewardsPage/banner_seasons.svg → build/public/rewardsPage/banner_seasons.jsx} +36 -9
  185. package/build/public/rewardsPage/defaultUserPic.jsx +33 -0
  186. package/build/public/rewardsPage/ludo_logo_white.jsx +134 -0
  187. package/build/public/search/arrow_up.jsx +22 -0
  188. package/build/public/search/back.jsx +22 -0
  189. package/build/public/search/close.jsx +22 -0
  190. package/build/public/search/no_found.jsx +28 -0
  191. package/build/public/search/search.jsx +29 -0
  192. package/build/public/search-icon.jsx +32 -0
  193. package/build/public/selects/arrow_down.jsx +22 -0
  194. package/{public/services/opensea.svg → build/public/services/opensea.jsx} +27 -5
  195. package/build/public/services/other.jsx +33 -0
  196. package/build/public/services/rarible.jsx +22 -0
  197. package/build/public/settings_page/back.jsx +22 -0
  198. package/build/public/settings_page/burger_menu.jsx +36 -0
  199. package/build/public/settings_page/notifications.jsx +18 -0
  200. package/build/public/settings_page/notifications_active.jsx +18 -0
  201. package/build/public/settings_page/privacy.jsx +25 -0
  202. package/build/public/settings_page/privacy_active.jsx +25 -0
  203. package/build/public/settings_page/settings.jsx +27 -0
  204. package/build/public/settings_page/settings_active.jsx +27 -0
  205. package/build/public/settings_page/upload.jsx +28 -0
  206. package/build/public/share/copy-link-btn.jsx +34 -0
  207. package/build/public/share/email-btn.jsx +27 -0
  208. package/build/public/share/facebook-btn.jsx +24 -0
  209. package/build/public/share/insta-btn.jsx +61 -0
  210. package/build/public/share/reddit-btn.jsx +32 -0
  211. package/build/public/share/telegram-btn.jsx +23 -0
  212. package/build/public/share/twitter-btn.jsx +23 -0
  213. package/build/public/share/whatsapp-btn.jsx +30 -0
  214. package/build/public/share-icon.jsx +26 -0
  215. package/build/public/showCaseIcons/heart.jsx +15 -0
  216. package/build/public/sidebar/aboutLudo.jsx +113 -0
  217. package/build/public/sidebar/aboutLudoDark.jsx +113 -0
  218. package/build/public/sidebar/api.jsx +21 -0
  219. package/build/public/sidebar/close.jsx +22 -0
  220. package/build/public/sidebar/disconnect.jsx +21 -0
  221. package/build/public/sidebar/explore.jsx +21 -0
  222. package/build/public/sidebar/ludoX.jsx +117 -0
  223. package/build/public/sidebar/my-invites.jsx +19 -0
  224. package/build/public/sidebar/rewards.jsx +19 -0
  225. package/build/public/sidebar/submitNft.jsx +21 -0
  226. package/build/public/socials/facebook.jsx +20 -0
  227. package/build/public/socials/instagram.jsx +24 -0
  228. package/{public/socials/twitter.svg → build/public/socials/twitter.jsx} +19 -3
  229. package/build/public/socials/website.jsx +37 -0
  230. package/build/public/tabs/arrow_right.jsx +22 -0
  231. package/build/public/tabs/arrow_right_dark.jsx +22 -0
  232. package/{public/upload-userpic.svg → build/public/tests/test_1.jsx} +69 -11
  233. package/build/public/toTopBtn/toTopBtn.jsx +29 -0
  234. package/{public/tests/test_1.svg → build/public/upload-userpic.jsx} +69 -11
  235. package/build/public/userpics/placeholder-lg-1.jsx +38 -0
  236. package/build/public/userpics/placeholder-sm-1.jsx +38 -0
  237. package/build/public/video/pause.jsx +26 -0
  238. package/build/public/video/play.jsx +21 -0
  239. package/build/public/wallets/arkane-btn.jsx +36 -0
  240. package/build/public/wallets/bitski-btn.jsx +53 -0
  241. package/build/public/wallets/elrond-btn.jsx +214 -0
  242. package/build/public/wallets/elrond-icon-sm.jsx +213 -0
  243. package/build/public/wallets/elrond.jsx +20 -0
  244. package/build/public/wallets/ethereum-icon-sm.jsx +32 -0
  245. package/build/public/wallets/flow-btn.jsx +25 -0
  246. package/build/public/wallets/flow-icon-sm.jsx +34 -0
  247. package/build/public/wallets/formatic-btn.jsx +20 -0
  248. package/build/public/wallets/formatic-icon-sm.jsx +20 -0
  249. package/build/public/wallets/maiar-btn.jsx +53 -0
  250. package/build/public/wallets/maiar-icon-sm.jsx +53 -0
  251. package/build/public/wallets/metamask-btn.jsx +196 -0
  252. package/build/public/wallets/metamask-icon-sm.jsx +195 -0
  253. package/build/public/wallets/phantom.jsx +20 -0
  254. package/build/public/wallets/plus.jsx +27 -0
  255. package/build/public/wallets/solana-btn.jsx +63 -0
  256. package/build/public/wallets/solana-icon-sm.jsx +62 -0
  257. package/build/public/wallets/terra-btn.jsx +97 -0
  258. package/build/public/wallets/terra-icon-sm.jsx +97 -0
  259. package/build/public/wallets/tezos-btn.jsx +33 -0
  260. package/build/public/wallets/tezos-icon-sm.jsx +32 -0
  261. package/build/public/wallets/wallet_connect.jsx +20 -0
  262. package/{public/wallets/walletconnect-btn.svg → build/public/wallets/walletconnect-btn.jsx} +19 -3
  263. package/build/public/wallets/walletlink-btn.jsx +25 -0
  264. package/build/public/wallets/walletlink-icon-sm.jsx +18 -0
  265. package/{public/wallets/xdefi-icon-sm.svg → build/public/wallets/xdefi-btn.jsx} +31 -6
  266. package/{public/wallets/xdefi-btn.svg → build/public/wallets/xdefi-icon-sm.jsx} +31 -6
  267. package/{public/warning.svg → build/public/warning.jsx} +19 -3
  268. package/build/store/env/index.d.ts +0 -1
  269. package/build/store/index.d.ts +0 -1
  270. package/build/store/ui/utils.d.ts +1 -1
  271. package/build/styles/globalStyles.d.ts +0 -1
  272. package/build/system/Cards/CardContent/CardLikes/index.js +1 -1
  273. package/build/system/Cards/CardContent/CardShowMore/index.js +1 -1
  274. package/build/system/Cards/CardContent/index.d.ts +8 -8
  275. package/build/system/Cards/CardMedia/CardAudio/index.js +2 -2
  276. package/build/system/Cards/CardMedia/CardVideo/index.js +2 -2
  277. package/build/system/Cards/CreationCard/CardHead.d.ts +1 -1
  278. package/build/system/Cards/CreationCard/CardHead.js +3 -3
  279. package/build/system/Cards/MultiMediaCard/index.js +1 -1
  280. package/build/system/Cards/Styles/Content.d.ts +0 -1
  281. package/build/system/Cards/Styles/Head.d.ts +0 -1
  282. package/build/system/Cards/Styles/Headicons.d.ts +0 -1
  283. package/build/system/Cards/Styles/Image.d.ts +0 -1
  284. package/build/system/Cards/Styles/Likes.d.ts +0 -1
  285. package/build/system/Cards/Styles/MultiHead.d.ts +0 -1
  286. package/build/system/Cards/Styles/Video.d.ts +0 -1
  287. package/build/system/CardsHolderWithSkeleton/CardsHolder/CardsError/index.js +1 -1
  288. package/build/system/CardsHolderWithSkeleton/CardsHolder/CardsNoResults/index.js +1 -1
  289. package/build/system/CardsHolderWithSkeleton/CardsHolderLoader/index.js +1 -1
  290. package/build/system/DropDown/index.d.ts +1 -1
  291. package/build/system/DropDown/index.js +1 -1
  292. package/build/system/Forms/DatePicker/index.js +2 -2
  293. package/build/system/Forms/RadioInput/index.d.ts +4 -4
  294. package/build/system/Forms/Selects/DesktopSelect/index.js +1 -1
  295. package/build/system/Img/Userpic/index.js +1 -1
  296. package/build/system/ShareIconResize.js +1 -1
  297. package/build/utils/3d.d.ts +2 -2
  298. package/build/utils/copyBtn/index.d.ts +3 -3
  299. package/build/utils/copyBtn/index.js +2 -2
  300. package/build/utils/extractItemIds.js +1 -2
  301. package/build/utils/getPageSizeAssets.d.ts +2 -2
  302. package/build/utils/screen/index.js +4 -5
  303. package/package.json +8 -6
  304. package/public/404/404.svg +0 -8
  305. package/public/500/500.svg +0 -8
  306. package/public/MobileSearchBtn/close.svg +0 -3
  307. package/public/MobileSearchBtn/search.svg +0 -4
  308. package/public/MobileSearchBtn/test/pirate.svg +0 -9
  309. package/public/MobileSearchBtn/test/squircle.svg +0 -9
  310. package/public/alerts/close.svg +0 -5
  311. package/public/alerts/errorIcon.svg +0 -4
  312. package/public/alerts/successIcon.svg +0 -4
  313. package/public/alerts/warningIcon.svg +0 -8
  314. package/public/assetPage/arrow.svg +0 -3
  315. package/public/assetPage/audioPlaceholder.svg +0 -35
  316. package/public/assetPage/details.svg +0 -6
  317. package/public/assetPage/favorite.svg +0 -3
  318. package/public/assetPage/favorite_hover.svg +0 -3
  319. package/public/assetPage/flag.svg +0 -5
  320. package/public/assetPage/fullScreen.svg +0 -3
  321. package/public/assetPage/owners.svg +0 -4
  322. package/public/assetPage/pause.svg +0 -4
  323. package/public/assetPage/play.svg +0 -3
  324. package/public/assetPage/share.svg +0 -3
  325. package/public/assetPage/share2.svg +0 -3
  326. package/public/assetPage/share2_hover.svg +0 -3
  327. package/public/assetPage/shareWithDots.svg +0 -6
  328. package/public/assetPage/shareWithDots_hover.svg +0 -6
  329. package/public/assetPage/share_hover.svg +0 -3
  330. package/public/assetPage/soundOf.svg +0 -3
  331. package/public/assetPage/soundOn.svg +0 -3
  332. package/public/banner/banner_img.svg +0 -96
  333. package/public/banner/banner_stroke.svg +0 -3
  334. package/public/button_skin/accept.svg +0 -11
  335. package/public/button_skin/decline.svg +0 -11
  336. package/public/calendar.svg +0 -3
  337. package/public/cards/addToFavListIcon.svg +0 -5
  338. package/public/cards/addToGalleryIcon.svg +0 -3
  339. package/public/cards/heart.svg +0 -3
  340. package/public/cardsHolderLoader/loader.svg +0 -4
  341. package/public/checkbox-on.svg +0 -4
  342. package/public/checkboxArrow.svg +0 -3
  343. package/public/close.svg +0 -3
  344. package/public/close20.svg +0 -4
  345. package/public/collectionPage/export.svg +0 -3
  346. package/public/copied.svg +0 -4
  347. package/public/copy-icon-new.svg +0 -4
  348. package/public/creation/card/moreBtnVertical.svg +0 -5
  349. package/public/creation/card/moreBtn_hover.svg +0 -5
  350. package/public/defaultUserpics/0.svg +0 -24
  351. package/public/defaultUserpics/1.svg +0 -24
  352. package/public/defaultUserpics/10.svg +0 -24
  353. package/public/defaultUserpics/11.svg +0 -24
  354. package/public/defaultUserpics/12.svg +0 -24
  355. package/public/defaultUserpics/13.svg +0 -24
  356. package/public/defaultUserpics/14.svg +0 -24
  357. package/public/defaultUserpics/15.svg +0 -24
  358. package/public/defaultUserpics/16.svg +0 -24
  359. package/public/defaultUserpics/17.svg +0 -24
  360. package/public/defaultUserpics/18.svg +0 -24
  361. package/public/defaultUserpics/19.svg +0 -24
  362. package/public/defaultUserpics/2.svg +0 -24
  363. package/public/defaultUserpics/20.svg +0 -24
  364. package/public/defaultUserpics/3.svg +0 -24
  365. package/public/defaultUserpics/4.svg +0 -24
  366. package/public/defaultUserpics/5.svg +0 -24
  367. package/public/defaultUserpics/6.svg +0 -24
  368. package/public/defaultUserpics/7.svg +0 -24
  369. package/public/defaultUserpics/8.svg +0 -24
  370. package/public/defaultUserpics/9.svg +0 -24
  371. package/public/defaultUserpics/defaultUserpic.svg +0 -31
  372. package/public/dropDown/arrow_down.svg +0 -3
  373. package/public/dropdown-arrow-down.svg +0 -3
  374. package/public/dropdown-arrow-up.svg +0 -3
  375. package/public/error/refresh.svg +0 -4
  376. package/public/follower.svg +0 -4
  377. package/public/forms/checkbox/checked.svg +0 -4
  378. package/public/gallery/defaultImage.svg +0 -3
  379. package/public/gallery/delete.svg +0 -4
  380. package/public/header/mobile_menu_icons/arrows/arrow_down.svg +0 -3
  381. package/public/header/mobile_menu_icons/arrows/arrow_up.svg +0 -3
  382. package/public/header/mobile_menu_icons/campaigns.svg +0 -6
  383. package/public/header/mobile_menu_icons/dropdown/add_new_campaign.svg +0 -10
  384. package/public/header/mobile_menu_icons/dropdown/my_galleries.svg +0 -12
  385. package/public/header/mobile_menu_icons/dropdown/my_profile.svg +0 -5
  386. package/public/header/mobile_menu_icons/dropdown/my_wallets.svg +0 -5
  387. package/public/header/mobile_menu_icons/dropdown/notifications.svg +0 -6
  388. package/public/header/mobile_menu_icons/dropdown/top_campaigns.svg +0 -7
  389. package/public/header/mobile_menu_icons/dropdown/top_creations.svg +0 -6
  390. package/public/header/mobile_menu_icons/dropdown/top_/321/201ollectors.svg +0 -10
  391. package/public/header/mobile_menu_icons/experiences.svg +0 -11
  392. package/public/header/mobile_menu_icons/settings.svg +0 -3
  393. package/public/header/mobile_menu_icons/sign_out.svg +0 -4
  394. package/public/header/mobile_menu_icons/top.svg +0 -7
  395. package/public/header/mobile_toggle/close.svg +0 -3
  396. package/public/header/mobile_toggle/regular.svg +0 -3
  397. package/public/iconButton/share.svg +0 -6
  398. package/public/iconButton/trash.svg +0 -5
  399. package/public/iconButton/trash_open.svg +0 -6
  400. package/public/like-icon-active.svg +0 -4
  401. package/public/like-icon.svg +0 -3
  402. package/public/logOut/logOutBtn.svg +0 -5
  403. package/public/logo/main_logo.svg +0 -214
  404. package/public/logo/main_logo_dark.svg +0 -49
  405. package/public/logo/mobile_logo.svg +0 -210
  406. package/public/logo/mobile_logo_dark.svg +0 -45
  407. package/public/ludo-logo-small.svg +0 -5
  408. package/public/modal/close.svg +0 -3
  409. package/public/noContent/noContent.svg +0 -9
  410. package/public/noContent/noContentAudio.svg +0 -34
  411. package/public/noContent/noContentObject.svg +0 -35
  412. package/public/no_media_placeholder.svg +0 -222
  413. package/public/report.svg +0 -6
  414. package/public/rewardsPage/XP_logo.svg +0 -22
  415. package/public/rewardsPage/arrow_up_light.svg +0 -3
  416. package/public/rewardsPage/banner_rewards.svg +0 -9
  417. package/public/rewardsPage/banner_rewards_mobile.svg +0 -9
  418. package/public/rewardsPage/banner_rewards_tablet.svg +0 -9
  419. package/public/rewardsPage/defaultUserPic.svg +0 -9
  420. package/public/rewardsPage/ludo_logo_white.svg +0 -49
  421. package/public/search/arrow_up.svg +0 -3
  422. package/public/search/back.svg +0 -3
  423. package/public/search/close.svg +0 -3
  424. package/public/search/no_found.svg +0 -4
  425. package/public/search/search.svg +0 -4
  426. package/public/search-icon.svg +0 -4
  427. package/public/selects/arrow_down.svg +0 -3
  428. package/public/services/other.svg +0 -8
  429. package/public/services/rarible.svg +0 -4
  430. package/public/settings_page/back.svg +0 -3
  431. package/public/settings_page/burger_menu.svg +0 -5
  432. package/public/settings_page/notifications.svg +0 -5
  433. package/public/settings_page/notifications_active.svg +0 -5
  434. package/public/settings_page/privacy.svg +0 -4
  435. package/public/settings_page/privacy_active.svg +0 -4
  436. package/public/settings_page/settings.svg +0 -5
  437. package/public/settings_page/settings_active.svg +0 -5
  438. package/public/settings_page/upload.svg +0 -4
  439. package/public/share/copy-link-btn.svg +0 -6
  440. package/public/share/email-btn.svg +0 -5
  441. package/public/share/facebook-btn.svg +0 -5
  442. package/public/share/insta-btn.svg +0 -21
  443. package/public/share/reddit-btn.svg +0 -11
  444. package/public/share/telegram-btn.svg +0 -4
  445. package/public/share/twitter-btn.svg +0 -5
  446. package/public/share/whatsapp-btn.svg +0 -6
  447. package/public/share-icon.svg +0 -7
  448. package/public/showCaseIcons/heart.svg +0 -3
  449. package/public/sidebar/aboutLudo.svg +0 -40
  450. package/public/sidebar/aboutLudoDark.svg +0 -52
  451. package/public/sidebar/api.svg +0 -3
  452. package/public/sidebar/close.svg +0 -3
  453. package/public/sidebar/disconnect.svg +0 -3
  454. package/public/sidebar/explore.svg +0 -5
  455. package/public/sidebar/ludoX.svg +0 -63
  456. package/public/sidebar/my-invites.svg +0 -4
  457. package/public/sidebar/rewards.svg +0 -4
  458. package/public/sidebar/submitNft.svg +0 -3
  459. package/public/socials/facebook.svg +0 -4
  460. package/public/socials/instagram.svg +0 -5
  461. package/public/socials/website.svg +0 -8
  462. package/public/tabs/arrow_right.svg +0 -3
  463. package/public/tabs/arrow_right_dark.svg +0 -3
  464. package/public/toTopBtn/toTopBtn.svg +0 -4
  465. package/public/userpics/placeholder-lg-1.svg +0 -10
  466. package/public/userpics/placeholder-sm-1.svg +0 -10
  467. package/public/video/pause.svg +0 -5
  468. package/public/video/play.svg +0 -4
  469. package/public/wallets/arkane-btn.svg +0 -5
  470. package/public/wallets/bitski-btn.svg +0 -12
  471. package/public/wallets/elrond-btn.svg +0 -36
  472. package/public/wallets/elrond-icon-sm.svg +0 -35
  473. package/public/wallets/elrond.svg +0 -4
  474. package/public/wallets/ethereum-icon-sm.svg +0 -7
  475. package/public/wallets/flow-btn.svg +0 -6
  476. package/public/wallets/flow-icon-sm.svg +0 -12
  477. package/public/wallets/formatic-btn.svg +0 -4
  478. package/public/wallets/formatic-icon-sm.svg +0 -4
  479. package/public/wallets/maiar-btn.svg +0 -17
  480. package/public/wallets/maiar-icon-sm.svg +0 -17
  481. package/public/wallets/metamask-btn.svg +0 -33
  482. package/public/wallets/metamask-icon-sm.svg +0 -32
  483. package/public/wallets/phantom.svg +0 -4
  484. package/public/wallets/plus.svg +0 -4
  485. package/public/wallets/solana-btn.svg +0 -20
  486. package/public/wallets/solana-icon-sm.svg +0 -19
  487. package/public/wallets/terra-btn.svg +0 -29
  488. package/public/wallets/terra-icon-sm.svg +0 -29
  489. package/public/wallets/tezos-btn.svg +0 -12
  490. package/public/wallets/tezos-icon-sm.svg +0 -11
  491. package/public/wallets/wallet_connect.svg +0 -4
  492. package/public/wallets/walletlink-btn.svg +0 -5
  493. package/public/wallets/walletlink-icon-sm.svg +0 -5
  494. /package/{public → build/public}/favicon.ico +0 -0
  495. /package/{public → build/public}/favicon.png +0 -0
  496. /package/{public → build/public}/fonts/dm-sans-v15-latin-500.woff2 +0 -0
  497. /package/{public → build/public}/fonts/dm-sans-v15-latin-500italic.woff2 +0 -0
  498. /package/{public → build/public}/fonts/dm-sans-v15-latin-600.woff2 +0 -0
  499. /package/{public → build/public}/fonts/dm-sans-v15-latin-600italic.woff2 +0 -0
  500. /package/{public → build/public}/fonts/dm-sans-v15-latin-700.woff2 +0 -0
  501. /package/{public → build/public}/fonts/dm-sans-v15-latin-700italic.woff2 +0 -0
  502. /package/{public → build/public}/fonts/dm-sans-v15-latin-italic.woff2 +0 -0
  503. /package/{public → build/public}/fonts/dm-sans-v15-latin-regular.woff2 +0 -0
  504. /package/{public → build/public}/fonts/poppins-v21-latin-200.woff2 +0 -0
  505. /package/{public → build/public}/fonts/poppins-v21-latin-300.woff2 +0 -0
  506. /package/{public → build/public}/fonts/poppins-v21-latin-500.woff2 +0 -0
  507. /package/{public → build/public}/fonts/poppins-v21-latin-600.woff2 +0 -0
  508. /package/{public → build/public}/fonts/poppins-v21-latin-700.woff2 +0 -0
  509. /package/{public → build/public}/fonts/poppins-v21-latin-800.woff2 +0 -0
  510. /package/{public → build/public}/fonts/poppins-v21-latin-regular.woff2 +0 -0
  511. /package/{public → build/public}/formsBg/get_early_access_bg.jpg +0 -0
  512. /package/{public → build/public}/tests/audio.mp3 +0 -0
  513. /package/{public → build/public}/userpic-placeholder.jpg +0 -0
@@ -0,0 +1,89 @@
1
+ import React from "react";
2
+
3
+ const NoContentObjectIcon = (props) => (
4
+ <svg
5
+ {...props}
6
+ width="252"
7
+ height="252"
8
+ viewBox="0 0 252 252"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <rect width="252" height="252" fill="url(#paint0_radial_9880_53660)" />
13
+ <rect
14
+ width="252"
15
+ height="252"
16
+ fill="url(#paint1_linear_9880_53660)"
17
+ fill-opacity="0.9"
18
+ />
19
+ <g opacity="0.5" filter="url(#filter0_f_9880_53660)">
20
+ <path
21
+ d="M82.6861 176C76.3293 176 70.5713 174.895 65.4121 172.685C60.253 170.383 56.1072 166.884 52.9749 162.188C49.8426 157.492 48.1843 151.599 48 144.508H65.4121C65.5043 149.204 67.0244 153.164 69.9725 156.387C73.0127 159.518 77.2506 161.083 82.6861 161.083C87.8453 161.083 91.8068 159.656 94.5706 156.801C97.3344 153.947 98.7163 150.355 98.7163 146.028C98.7163 140.963 96.8738 137.142 93.1887 134.564C89.5957 131.893 84.9432 130.558 79.2313 130.558H72.0453V116.055H79.3695C84.068 116.055 87.9834 114.95 91.1158 112.74C94.2481 110.53 95.8143 107.262 95.8143 102.934C95.8143 99.3426 94.6166 96.4881 92.2213 94.3702C89.9181 92.1603 86.6937 91.0553 82.5479 91.0553C78.0336 91.0553 74.4867 92.3905 71.9072 95.0608C69.4197 97.7312 68.0378 101 67.7614 104.867H50.4874C50.856 95.9356 53.9422 88.8914 59.7463 83.7349C65.6425 78.5783 73.243 76 82.5479 76C89.1811 76 94.7548 77.1971 99.2691 79.5912C103.875 81.8932 107.33 84.9779 109.633 88.8454C112.029 92.7128 113.226 96.9945 113.226 101.691C113.226 107.123 111.706 111.727 108.666 115.503C105.718 119.186 102.033 121.672 97.6108 122.961C103.046 124.066 107.468 126.737 110.877 130.972C114.286 135.116 115.99 140.365 115.99 146.718C115.99 152.059 114.701 156.939 112.121 161.359C109.541 165.779 105.764 169.324 100.789 171.995C95.9064 174.665 89.8721 176 82.6861 176Z"
22
+ fill="white"
23
+ />
24
+ <path
25
+ d="M127 176V76H154.889C166.221 76 175.526 78.0258 182.804 82.0774C190.174 86.0368 195.61 91.6538 199.111 98.9282C202.704 106.11 204.5 116.239 204.5 126C204.5 135.761 202.704 145.936 199.111 153.21C195.61 160.392 190.174 166.009 182.804 170.061C175.526 174.02 166.221 176 154.889 176H127ZM144.689 160.807H154.06C162.167 160.807 168.57 159.518 173.269 156.939C177.967 154.269 181.33 150.494 183.357 145.613C185.383 140.641 186.397 132.998 186.397 126C186.397 119.094 185.383 111.497 183.357 106.525C181.33 101.552 177.967 97.7311 173.269 95.0608C168.57 92.3904 162.167 91.0553 154.06 91.0553H144.689V160.807Z"
26
+ fill="white"
27
+ />
28
+ </g>
29
+ <defs>
30
+ <filter
31
+ id="filter0_f_9880_53660"
32
+ x="40"
33
+ y="68"
34
+ width="172.5"
35
+ height="116"
36
+ filterUnits="userSpaceOnUse"
37
+ color-interpolation-filters="sRGB"
38
+ >
39
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
40
+ <feBlend
41
+ mode="normal"
42
+ in="SourceGraphic"
43
+ in2="BackgroundImageFix"
44
+ result="shape"
45
+ />
46
+ <feGaussianBlur
47
+ stdDeviation="4"
48
+ result="effect1_foregroundBlur_9880_53660"
49
+ />
50
+ </filter>
51
+ <radialGradient
52
+ id="paint0_radial_9880_53660"
53
+ cx="0"
54
+ cy="0"
55
+ r="1"
56
+ gradientUnits="userSpaceOnUse"
57
+ gradientTransform="translate(-164.109 55.4167) rotate(-8.56105) scale(724.938 298.484)"
58
+ >
59
+ <stop offset="0.2002" stop-color="#E84EFF" />
60
+ <stop offset="0.2499" stop-color="#CF4CFF" />
61
+ <stop offset="0.3393" stop-color="#A849FF" />
62
+ <stop offset="0.4278" stop-color="#8946FF" />
63
+ <stop offset="0.5141" stop-color="#7444FF" />
64
+ <stop offset="0.5969" stop-color="#6643FF" />
65
+ <stop offset="0.6727" stop-color="#6243FF" />
66
+ <stop offset="0.726334" stop-color="#5F48FF" />
67
+ <stop offset="0.7774" stop-color="#5856FF" />
68
+ <stop offset="0.8368" stop-color="#4C6DFF" />
69
+ <stop offset="0.8988" stop-color="#3A8DFF" />
70
+ <stop offset="0.962" stop-color="#24B6FF" />
71
+ <stop offset="1" stop-color="#15D2FF" />
72
+ </radialGradient>
73
+ <linearGradient
74
+ id="paint1_linear_9880_53660"
75
+ x1="-53.5"
76
+ y1="-78.5001"
77
+ x2="346.111"
78
+ y2="-18.6678"
79
+ gradientUnits="userSpaceOnUse"
80
+ >
81
+ <stop stop-color="#FFDCF5" />
82
+ <stop offset="0.5" stop-color="#C1CBFE" />
83
+ <stop offset="1" stop-color="#C6EEFF" />
84
+ </linearGradient>
85
+ </defs>
86
+ </svg>
87
+ );
88
+
89
+ export default NoContentObjectIcon;
@@ -1,9 +1,40 @@
1
- <svg width="306" height="238" viewBox="0 0 306 238" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="306" height="238" fill="#ECF0FC"/>
3
- <path d="M107.286 157H105.046L99.9743 149.336V157H97.7343V145.816H99.9743L105.046 153.496V145.816H107.286V157ZM116.156 145.832V147.64H111.5V150.504H115.068V152.28H111.5V157H109.26V145.832H116.156ZM125.104 145.832V147.64H122.128V157H119.888V147.64H116.912V145.832H125.104ZM129.495 152.568C129.495 151.651 129.682 150.851 130.055 150.168C130.429 149.475 130.946 148.941 131.607 148.568C132.269 148.184 133.026 147.992 133.879 147.992C134.978 147.992 135.885 148.269 136.599 148.824C137.325 149.368 137.81 150.136 138.055 151.128H135.639C135.511 150.744 135.293 150.445 134.983 150.232C134.685 150.008 134.311 149.896 133.863 149.896C133.223 149.896 132.717 150.131 132.343 150.6C131.97 151.059 131.783 151.715 131.783 152.568C131.783 153.411 131.97 154.067 132.343 154.536C132.717 154.995 133.223 155.224 133.863 155.224C134.77 155.224 135.362 154.819 135.639 154.008H138.055C137.81 154.968 137.325 155.731 136.599 156.296C135.874 156.861 134.967 157.144 133.879 157.144C133.026 157.144 132.269 156.957 131.607 156.584C130.946 156.2 130.429 155.667 130.055 154.984C129.682 154.291 129.495 153.485 129.495 152.568ZM138.88 152.536C138.88 151.64 139.056 150.845 139.408 150.152C139.771 149.459 140.256 148.925 140.864 148.552C141.483 148.179 142.171 147.992 142.928 147.992C143.59 147.992 144.166 148.125 144.656 148.392C145.158 148.659 145.558 148.995 145.856 149.4V148.136H148.112V157H145.856V155.704C145.568 156.12 145.168 156.467 144.656 156.744C144.155 157.011 143.574 157.144 142.912 157.144C142.166 157.144 141.483 156.952 140.864 156.568C140.256 156.184 139.771 155.645 139.408 154.952C139.056 154.248 138.88 153.443 138.88 152.536ZM145.856 152.568C145.856 152.024 145.75 151.56 145.536 151.176C145.323 150.781 145.035 150.483 144.672 150.28C144.31 150.067 143.92 149.96 143.504 149.96C143.088 149.96 142.704 150.061 142.352 150.264C142 150.467 141.712 150.765 141.488 151.16C141.275 151.544 141.168 152.003 141.168 152.536C141.168 153.069 141.275 153.539 141.488 153.944C141.712 154.339 142 154.643 142.352 154.856C142.715 155.069 143.099 155.176 143.504 155.176C143.92 155.176 144.31 155.075 144.672 154.872C145.035 154.659 145.323 154.36 145.536 153.976C145.75 153.581 145.856 153.112 145.856 152.568ZM154.972 148.008C156.028 148.008 156.881 148.344 157.532 149.016C158.183 149.677 158.508 150.605 158.508 151.8V157H156.268V152.104C156.268 151.4 156.092 150.861 155.74 150.488C155.388 150.104 154.908 149.912 154.3 149.912C153.681 149.912 153.191 150.104 152.828 150.488C152.476 150.861 152.3 151.4 152.3 152.104V157H150.06V148.136H152.3V149.24C152.599 148.856 152.977 148.557 153.436 148.344C153.905 148.12 154.417 148.008 154.972 148.008ZM165.31 148.008C166.366 148.008 167.219 148.344 167.87 149.016C168.521 149.677 168.846 150.605 168.846 151.8V157H166.606V152.104C166.606 151.4 166.43 150.861 166.078 150.488C165.726 150.104 165.246 149.912 164.638 149.912C164.019 149.912 163.529 150.104 163.166 150.488C162.814 150.861 162.638 151.4 162.638 152.104V157H160.398V148.136H162.638V149.24C162.937 148.856 163.315 148.557 163.774 148.344C164.243 148.12 164.755 148.008 165.31 148.008ZM174.672 157.144C173.819 157.144 173.051 156.957 172.368 156.584C171.686 156.2 171.147 155.661 170.752 154.968C170.368 154.275 170.176 153.475 170.176 152.568C170.176 151.661 170.374 150.861 170.768 150.168C171.174 149.475 171.723 148.941 172.416 148.568C173.11 148.184 173.883 147.992 174.736 147.992C175.59 147.992 176.363 148.184 177.056 148.568C177.75 148.941 178.294 149.475 178.688 150.168C179.094 150.861 179.296 151.661 179.296 152.568C179.296 153.475 179.088 154.275 178.672 154.968C178.267 155.661 177.712 156.2 177.008 156.584C176.315 156.957 175.536 157.144 174.672 157.144ZM174.672 155.192C175.078 155.192 175.456 155.096 175.808 154.904C176.171 154.701 176.459 154.403 176.672 154.008C176.886 153.613 176.992 153.133 176.992 152.568C176.992 151.725 176.768 151.08 176.32 150.632C175.883 150.173 175.344 149.944 174.704 149.944C174.064 149.944 173.526 150.173 173.088 150.632C172.662 151.08 172.448 151.725 172.448 152.568C172.448 153.411 172.656 154.061 173.072 154.52C173.499 154.968 174.032 155.192 174.672 155.192ZM183.307 149.976V154.264C183.307 154.563 183.377 154.781 183.515 154.92C183.665 155.048 183.91 155.112 184.251 155.112H185.291V157H183.883C181.995 157 181.051 156.083 181.051 154.248V149.976H179.995V148.136H181.051V145.944H183.307V148.136H185.291V149.976H183.307ZM192.475 149.432C192.763 149.005 193.158 148.659 193.659 148.392C194.171 148.125 194.752 147.992 195.403 147.992C196.16 147.992 196.843 148.179 197.451 148.552C198.07 148.925 198.555 149.459 198.907 150.152C199.27 150.835 199.451 151.629 199.451 152.536C199.451 153.443 199.27 154.248 198.907 154.952C198.555 155.645 198.07 156.184 197.451 156.568C196.843 156.952 196.16 157.144 195.403 157.144C194.742 157.144 194.16 157.016 193.659 156.76C193.168 156.493 192.774 156.152 192.475 155.736V157H190.235V145.16H192.475V149.432ZM197.163 152.536C197.163 152.003 197.051 151.544 196.827 151.16C196.614 150.765 196.326 150.467 195.963 150.264C195.611 150.061 195.227 149.96 194.811 149.96C194.406 149.96 194.022 150.067 193.659 150.28C193.307 150.483 193.019 150.781 192.795 151.176C192.582 151.571 192.475 152.035 192.475 152.568C192.475 153.101 192.582 153.565 192.795 153.96C193.019 154.355 193.307 154.659 193.659 154.872C194.022 155.075 194.406 155.176 194.811 155.176C195.227 155.176 195.611 155.069 195.963 154.856C196.326 154.643 196.614 154.339 196.827 153.944C197.051 153.549 197.163 153.08 197.163 152.536ZM209.079 152.376C209.079 152.696 209.057 152.984 209.015 153.24H202.535C202.588 153.88 202.812 154.381 203.207 154.744C203.601 155.107 204.087 155.288 204.663 155.288C205.495 155.288 206.087 154.931 206.439 154.216H208.855C208.599 155.069 208.108 155.773 207.383 156.328C206.657 156.872 205.767 157.144 204.711 157.144C203.857 157.144 203.089 156.957 202.407 156.584C201.735 156.2 201.207 155.661 200.823 154.968C200.449 154.275 200.263 153.475 200.263 152.568C200.263 151.651 200.449 150.845 200.823 150.152C201.196 149.459 201.719 148.925 202.391 148.552C203.063 148.179 203.836 147.992 204.711 147.992C205.553 147.992 206.305 148.173 206.967 148.536C207.639 148.899 208.156 149.416 208.519 150.088C208.892 150.749 209.079 151.512 209.079 152.376ZM206.759 151.736C206.748 151.16 206.54 150.701 206.135 150.36C205.729 150.008 205.233 149.832 204.647 149.832C204.092 149.832 203.623 150.003 203.239 150.344C202.865 150.675 202.636 151.139 202.551 151.736H206.759ZM114.207 174.536C114.207 173.64 114.383 172.845 114.735 172.152C115.097 171.459 115.588 170.925 116.207 170.552C116.825 170.179 117.513 169.992 118.271 169.992C118.847 169.992 119.396 170.12 119.919 170.376C120.441 170.621 120.857 170.952 121.167 171.368V167.16H123.439V179H121.167V177.688C120.889 178.125 120.5 178.477 119.999 178.744C119.497 179.011 118.916 179.144 118.255 179.144C117.508 179.144 116.825 178.952 116.207 178.568C115.588 178.184 115.097 177.645 114.735 176.952C114.383 176.248 114.207 175.443 114.207 174.536ZM121.183 174.568C121.183 174.024 121.076 173.56 120.863 173.176C120.649 172.781 120.361 172.483 119.999 172.28C119.636 172.067 119.247 171.96 118.831 171.96C118.415 171.96 118.031 172.061 117.679 172.264C117.327 172.467 117.039 172.765 116.815 173.16C116.601 173.544 116.495 174.003 116.495 174.536C116.495 175.069 116.601 175.539 116.815 175.944C117.039 176.339 117.327 176.643 117.679 176.856C118.041 177.069 118.425 177.176 118.831 177.176C119.247 177.176 119.636 177.075 119.999 176.872C120.361 176.659 120.649 176.36 120.863 175.976C121.076 175.581 121.183 175.112 121.183 174.568ZM126.522 169.08C126.128 169.08 125.797 168.957 125.53 168.712C125.274 168.456 125.146 168.141 125.146 167.768C125.146 167.395 125.274 167.085 125.53 166.84C125.797 166.584 126.128 166.456 126.522 166.456C126.917 166.456 127.242 166.584 127.498 166.84C127.765 167.085 127.898 167.395 127.898 167.768C127.898 168.141 127.765 168.456 127.498 168.712C127.242 168.957 126.917 169.08 126.522 169.08ZM127.626 170.136V179H125.386V170.136H127.626ZM132.992 179.144C132.266 179.144 131.616 179.016 131.04 178.76C130.464 178.493 130.005 178.136 129.664 177.688C129.333 177.24 129.152 176.744 129.12 176.2H131.376C131.418 176.541 131.584 176.824 131.872 177.048C132.17 177.272 132.538 177.384 132.976 177.384C133.402 177.384 133.733 177.299 133.968 177.128C134.213 176.957 134.336 176.739 134.336 176.472C134.336 176.184 134.186 175.971 133.888 175.832C133.6 175.683 133.136 175.523 132.496 175.352C131.834 175.192 131.29 175.027 130.864 174.856C130.448 174.685 130.085 174.424 129.776 174.072C129.477 173.72 129.328 173.245 129.328 172.648C129.328 172.157 129.466 171.709 129.744 171.304C130.032 170.899 130.437 170.579 130.96 170.344C131.493 170.109 132.117 169.992 132.832 169.992C133.888 169.992 134.73 170.259 135.36 170.792C135.989 171.315 136.336 172.024 136.4 172.92H134.256C134.224 172.568 134.074 172.291 133.808 172.088C133.552 171.875 133.205 171.768 132.768 171.768C132.362 171.768 132.048 171.843 131.824 171.992C131.61 172.141 131.504 172.349 131.504 172.616C131.504 172.915 131.653 173.144 131.952 173.304C132.25 173.453 132.714 173.608 133.344 173.768C133.984 173.928 134.512 174.093 134.928 174.264C135.344 174.435 135.701 174.701 136 175.064C136.309 175.416 136.469 175.885 136.48 176.472C136.48 176.984 136.336 177.443 136.048 177.848C135.77 178.253 135.365 178.573 134.832 178.808C134.309 179.032 133.696 179.144 132.992 179.144ZM140.318 171.416C140.606 171.011 141.001 170.675 141.502 170.408C142.014 170.131 142.596 169.992 143.246 169.992C144.004 169.992 144.686 170.179 145.294 170.552C145.913 170.925 146.398 171.459 146.75 172.152C147.113 172.835 147.294 173.629 147.294 174.536C147.294 175.443 147.113 176.248 146.75 176.952C146.398 177.645 145.913 178.184 145.294 178.568C144.686 178.952 144.004 179.144 143.246 179.144C142.596 179.144 142.02 179.011 141.518 178.744C141.028 178.477 140.628 178.141 140.318 177.736V183.224H138.078V170.136H140.318V171.416ZM145.006 174.536C145.006 174.003 144.894 173.544 144.67 173.16C144.457 172.765 144.169 172.467 143.806 172.264C143.454 172.061 143.07 171.96 142.654 171.96C142.249 171.96 141.865 172.067 141.502 172.28C141.15 172.483 140.862 172.781 140.638 173.176C140.425 173.571 140.318 174.035 140.318 174.568C140.318 175.101 140.425 175.565 140.638 175.96C140.862 176.355 141.15 176.659 141.502 176.872C141.865 177.075 142.249 177.176 142.654 177.176C143.07 177.176 143.454 177.069 143.806 176.856C144.169 176.643 144.457 176.339 144.67 175.944C144.894 175.549 145.006 175.08 145.006 174.536ZM150.922 167.16V179H148.682V167.16H150.922ZM152.319 174.536C152.319 173.64 152.495 172.845 152.847 172.152C153.21 171.459 153.695 170.925 154.303 170.552C154.922 170.179 155.61 169.992 156.367 169.992C157.029 169.992 157.605 170.125 158.095 170.392C158.597 170.659 158.997 170.995 159.295 171.4V170.136H161.551V179H159.295V177.704C159.007 178.12 158.607 178.467 158.095 178.744C157.594 179.011 157.013 179.144 156.351 179.144C155.605 179.144 154.922 178.952 154.303 178.568C153.695 178.184 153.21 177.645 152.847 176.952C152.495 176.248 152.319 175.443 152.319 174.536ZM159.295 174.568C159.295 174.024 159.189 173.56 158.975 173.176C158.762 172.781 158.474 172.483 158.111 172.28C157.749 172.067 157.359 171.96 156.943 171.96C156.527 171.96 156.143 172.061 155.791 172.264C155.439 172.467 155.151 172.765 154.927 173.16C154.714 173.544 154.607 174.003 154.607 174.536C154.607 175.069 154.714 175.539 154.927 175.944C155.151 176.339 155.439 176.643 155.791 176.856C156.154 177.069 156.538 177.176 156.943 177.176C157.359 177.176 157.749 177.075 158.111 176.872C158.474 176.659 158.762 176.36 158.975 175.976C159.189 175.581 159.295 175.112 159.295 174.568ZM171.979 170.136L166.491 183.192H164.107L166.027 178.776L162.475 170.136H164.987L167.275 176.328L169.595 170.136H171.979ZM181.186 174.376C181.186 174.696 181.165 174.984 181.122 175.24H174.642C174.696 175.88 174.92 176.381 175.314 176.744C175.709 177.107 176.194 177.288 176.77 177.288C177.602 177.288 178.194 176.931 178.546 176.216H180.962C180.706 177.069 180.216 177.773 179.49 178.328C178.765 178.872 177.874 179.144 176.818 179.144C175.965 179.144 175.197 178.957 174.514 178.584C173.842 178.2 173.314 177.661 172.93 176.968C172.557 176.275 172.37 175.475 172.37 174.568C172.37 173.651 172.557 172.845 172.93 172.152C173.304 171.459 173.826 170.925 174.498 170.552C175.17 170.179 175.944 169.992 176.818 169.992C177.661 169.992 178.413 170.173 179.074 170.536C179.746 170.899 180.264 171.416 180.626 172.088C181 172.749 181.186 173.512 181.186 174.376ZM178.866 173.736C178.856 173.16 178.648 172.701 178.242 172.36C177.837 172.008 177.341 171.832 176.754 171.832C176.2 171.832 175.73 172.003 175.346 172.344C174.973 172.675 174.744 173.139 174.658 173.736H178.866ZM182.006 174.536C182.006 173.64 182.182 172.845 182.534 172.152C182.896 171.459 183.387 170.925 184.006 170.552C184.624 170.179 185.312 169.992 186.07 169.992C186.646 169.992 187.195 170.12 187.718 170.376C188.24 170.621 188.656 170.952 188.966 171.368V167.16H191.238V179H188.966V177.688C188.688 178.125 188.299 178.477 187.798 178.744C187.296 179.011 186.715 179.144 186.054 179.144C185.307 179.144 184.624 178.952 184.006 178.568C183.387 178.184 182.896 177.645 182.534 176.952C182.182 176.248 182.006 175.443 182.006 174.536ZM188.982 174.568C188.982 174.024 188.875 173.56 188.662 173.176C188.448 172.781 188.16 172.483 187.798 172.28C187.435 172.067 187.046 171.96 186.63 171.96C186.214 171.96 185.83 172.061 185.478 172.264C185.126 172.467 184.838 172.765 184.614 173.16C184.4 173.544 184.294 174.003 184.294 174.536C184.294 175.069 184.4 175.539 184.614 175.944C184.838 176.339 185.126 176.643 185.478 176.856C185.84 177.069 186.224 177.176 186.63 177.176C187.046 177.176 187.435 177.075 187.798 176.872C188.16 176.659 188.448 176.36 188.662 175.976C188.875 175.581 188.982 175.112 188.982 174.568Z" fill="#C1C8DE"/>
4
- <path d="M164.039 106.912C164.039 111.544 163.602 114.297 162.007 115.892C160.412 117.487 157.658 117.924 153.026 117.924C143.764 117.924 142.014 116.174 142.014 106.912C142.014 102.281 142.452 99.5281 144.047 97.933C145.642 96.338 148.396 95.9005 153.026 95.9005V84.8875C145.285 84.8875 139.778 86.5227 136.207 90.093C132.636 93.6633 131 99.1698 131 106.912C131 122.396 137.541 128.937 153.025 128.937C160.767 128.937 166.273 127.302 169.844 123.73C173.415 120.16 175.05 114.654 175.05 106.912H164.039Z" fill="#5C62F2"/>
5
- <path d="M154.927 91.054L154.927 96.0421L159.915 96.0421L159.915 91.054L154.927 91.054Z" fill="#73A9F5"/>
6
- <path d="M154.927 80.225C154.927 78.8157 155.108 77.7054 155.741 76.8939C156.374 76.0398 157.112 75.3565 157.956 74.8441C158.842 74.2889 159.791 73.7764 160.804 73.3066C161.858 72.7942 162.829 72.2176 163.715 71.5771C164.643 70.8938 165.403 70.061 165.993 69.0788C166.584 68.0538 166.879 66.7299 166.879 65.1071C166.879 62.9291 166.204 61.2209 164.854 59.9824C163.504 58.7439 161.69 58.1247 159.411 58.1247C158.778 58.1247 158.167 58.1674 157.576 58.2528C157.028 58.3382 156.015 58.6158 154.538 59.0856L153.272 54.1531C155.045 53.5979 156.331 53.2776 157.133 53.1922C157.935 53.0641 158.842 53 159.854 53C161.669 53 163.335 53.2776 164.854 53.8328C166.415 54.3879 167.765 55.1566 168.905 56.1389C170.044 57.1211 170.93 58.3382 171.563 59.7902C172.238 61.1995 172.575 62.7583 172.575 64.4665C172.575 66.5591 172.259 68.2887 171.626 69.6553C170.993 71.0219 170.212 72.1749 169.284 73.1145C168.356 74.0113 167.322 74.78 166.183 75.4206C165.086 76.0185 164.074 76.5736 163.145 77.0861C162.217 77.5559 161.437 78.0684 160.804 78.6235C160.171 79.136 159.94 79.8406 159.94 80.7375V88.2964H154.927V80.225Z" fill="#73A9F5"/>
7
- <path d="M164.188 102.536L164.188 105.606L167.258 105.606L167.258 102.536L164.188 102.536Z" fill="#85D2F5"/>
8
- <path d="M164.189 95.8719C164.189 95.0046 164.3 94.3213 164.69 93.822C165.079 93.2964 165.534 92.8759 166.053 92.5605C166.598 92.2189 167.182 91.9035 167.805 91.6144C168.455 91.2991 169.052 90.9443 169.597 90.5501C170.168 90.1296 170.636 89.6171 170.999 89.0127C171.363 88.3819 171.544 87.5672 171.544 86.5686C171.544 85.2283 171.129 84.1771 170.298 83.4149C169.467 82.6528 168.351 82.2717 166.949 82.2717C166.559 82.2717 166.183 82.298 165.819 82.3506C165.482 82.4031 164.859 82.5739 163.95 82.863L163.171 79.8276C164.261 79.486 165.053 79.2889 165.547 79.2363C166.04 79.1575 166.598 79.118 167.221 79.118C168.338 79.118 169.363 79.2889 170.298 79.6305C171.259 79.9722 172.09 80.4452 172.791 81.0497C173.492 81.6541 174.037 82.4031 174.426 83.2967C174.842 84.1639 175.049 85.1232 175.049 86.1744C175.049 87.4621 174.855 88.5265 174.465 89.3675C174.076 90.2084 173.596 90.918 173.024 91.4962C172.453 92.0481 171.817 92.5211 171.116 92.9153C170.441 93.2833 169.818 93.6249 169.247 93.9403C168.675 94.2294 168.195 94.5447 167.805 94.8864C167.416 95.2017 167.274 95.6354 167.274 96.1873V100.839H164.189V95.8719Z" fill="#85D2F5"/>
9
- </svg>
1
+ import React from "react";
2
+
3
+ const NoImagePlaceholderIcon = (props) => (
4
+ <svg
5
+ {...props}
6
+ width="306"
7
+ height="238"
8
+ viewBox="0 0 306 238"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <rect width="306" height="238" fill="#ECF0FC" />
13
+ <path
14
+ d="M107.286 157H105.046L99.9743 149.336V157H97.7343V145.816H99.9743L105.046 153.496V145.816H107.286V157ZM116.156 145.832V147.64H111.5V150.504H115.068V152.28H111.5V157H109.26V145.832H116.156ZM125.104 145.832V147.64H122.128V157H119.888V147.64H116.912V145.832H125.104ZM129.495 152.568C129.495 151.651 129.682 150.851 130.055 150.168C130.429 149.475 130.946 148.941 131.607 148.568C132.269 148.184 133.026 147.992 133.879 147.992C134.978 147.992 135.885 148.269 136.599 148.824C137.325 149.368 137.81 150.136 138.055 151.128H135.639C135.511 150.744 135.293 150.445 134.983 150.232C134.685 150.008 134.311 149.896 133.863 149.896C133.223 149.896 132.717 150.131 132.343 150.6C131.97 151.059 131.783 151.715 131.783 152.568C131.783 153.411 131.97 154.067 132.343 154.536C132.717 154.995 133.223 155.224 133.863 155.224C134.77 155.224 135.362 154.819 135.639 154.008H138.055C137.81 154.968 137.325 155.731 136.599 156.296C135.874 156.861 134.967 157.144 133.879 157.144C133.026 157.144 132.269 156.957 131.607 156.584C130.946 156.2 130.429 155.667 130.055 154.984C129.682 154.291 129.495 153.485 129.495 152.568ZM138.88 152.536C138.88 151.64 139.056 150.845 139.408 150.152C139.771 149.459 140.256 148.925 140.864 148.552C141.483 148.179 142.171 147.992 142.928 147.992C143.59 147.992 144.166 148.125 144.656 148.392C145.158 148.659 145.558 148.995 145.856 149.4V148.136H148.112V157H145.856V155.704C145.568 156.12 145.168 156.467 144.656 156.744C144.155 157.011 143.574 157.144 142.912 157.144C142.166 157.144 141.483 156.952 140.864 156.568C140.256 156.184 139.771 155.645 139.408 154.952C139.056 154.248 138.88 153.443 138.88 152.536ZM145.856 152.568C145.856 152.024 145.75 151.56 145.536 151.176C145.323 150.781 145.035 150.483 144.672 150.28C144.31 150.067 143.92 149.96 143.504 149.96C143.088 149.96 142.704 150.061 142.352 150.264C142 150.467 141.712 150.765 141.488 151.16C141.275 151.544 141.168 152.003 141.168 152.536C141.168 153.069 141.275 153.539 141.488 153.944C141.712 154.339 142 154.643 142.352 154.856C142.715 155.069 143.099 155.176 143.504 155.176C143.92 155.176 144.31 155.075 144.672 154.872C145.035 154.659 145.323 154.36 145.536 153.976C145.75 153.581 145.856 153.112 145.856 152.568ZM154.972 148.008C156.028 148.008 156.881 148.344 157.532 149.016C158.183 149.677 158.508 150.605 158.508 151.8V157H156.268V152.104C156.268 151.4 156.092 150.861 155.74 150.488C155.388 150.104 154.908 149.912 154.3 149.912C153.681 149.912 153.191 150.104 152.828 150.488C152.476 150.861 152.3 151.4 152.3 152.104V157H150.06V148.136H152.3V149.24C152.599 148.856 152.977 148.557 153.436 148.344C153.905 148.12 154.417 148.008 154.972 148.008ZM165.31 148.008C166.366 148.008 167.219 148.344 167.87 149.016C168.521 149.677 168.846 150.605 168.846 151.8V157H166.606V152.104C166.606 151.4 166.43 150.861 166.078 150.488C165.726 150.104 165.246 149.912 164.638 149.912C164.019 149.912 163.529 150.104 163.166 150.488C162.814 150.861 162.638 151.4 162.638 152.104V157H160.398V148.136H162.638V149.24C162.937 148.856 163.315 148.557 163.774 148.344C164.243 148.12 164.755 148.008 165.31 148.008ZM174.672 157.144C173.819 157.144 173.051 156.957 172.368 156.584C171.686 156.2 171.147 155.661 170.752 154.968C170.368 154.275 170.176 153.475 170.176 152.568C170.176 151.661 170.374 150.861 170.768 150.168C171.174 149.475 171.723 148.941 172.416 148.568C173.11 148.184 173.883 147.992 174.736 147.992C175.59 147.992 176.363 148.184 177.056 148.568C177.75 148.941 178.294 149.475 178.688 150.168C179.094 150.861 179.296 151.661 179.296 152.568C179.296 153.475 179.088 154.275 178.672 154.968C178.267 155.661 177.712 156.2 177.008 156.584C176.315 156.957 175.536 157.144 174.672 157.144ZM174.672 155.192C175.078 155.192 175.456 155.096 175.808 154.904C176.171 154.701 176.459 154.403 176.672 154.008C176.886 153.613 176.992 153.133 176.992 152.568C176.992 151.725 176.768 151.08 176.32 150.632C175.883 150.173 175.344 149.944 174.704 149.944C174.064 149.944 173.526 150.173 173.088 150.632C172.662 151.08 172.448 151.725 172.448 152.568C172.448 153.411 172.656 154.061 173.072 154.52C173.499 154.968 174.032 155.192 174.672 155.192ZM183.307 149.976V154.264C183.307 154.563 183.377 154.781 183.515 154.92C183.665 155.048 183.91 155.112 184.251 155.112H185.291V157H183.883C181.995 157 181.051 156.083 181.051 154.248V149.976H179.995V148.136H181.051V145.944H183.307V148.136H185.291V149.976H183.307ZM192.475 149.432C192.763 149.005 193.158 148.659 193.659 148.392C194.171 148.125 194.752 147.992 195.403 147.992C196.16 147.992 196.843 148.179 197.451 148.552C198.07 148.925 198.555 149.459 198.907 150.152C199.27 150.835 199.451 151.629 199.451 152.536C199.451 153.443 199.27 154.248 198.907 154.952C198.555 155.645 198.07 156.184 197.451 156.568C196.843 156.952 196.16 157.144 195.403 157.144C194.742 157.144 194.16 157.016 193.659 156.76C193.168 156.493 192.774 156.152 192.475 155.736V157H190.235V145.16H192.475V149.432ZM197.163 152.536C197.163 152.003 197.051 151.544 196.827 151.16C196.614 150.765 196.326 150.467 195.963 150.264C195.611 150.061 195.227 149.96 194.811 149.96C194.406 149.96 194.022 150.067 193.659 150.28C193.307 150.483 193.019 150.781 192.795 151.176C192.582 151.571 192.475 152.035 192.475 152.568C192.475 153.101 192.582 153.565 192.795 153.96C193.019 154.355 193.307 154.659 193.659 154.872C194.022 155.075 194.406 155.176 194.811 155.176C195.227 155.176 195.611 155.069 195.963 154.856C196.326 154.643 196.614 154.339 196.827 153.944C197.051 153.549 197.163 153.08 197.163 152.536ZM209.079 152.376C209.079 152.696 209.057 152.984 209.015 153.24H202.535C202.588 153.88 202.812 154.381 203.207 154.744C203.601 155.107 204.087 155.288 204.663 155.288C205.495 155.288 206.087 154.931 206.439 154.216H208.855C208.599 155.069 208.108 155.773 207.383 156.328C206.657 156.872 205.767 157.144 204.711 157.144C203.857 157.144 203.089 156.957 202.407 156.584C201.735 156.2 201.207 155.661 200.823 154.968C200.449 154.275 200.263 153.475 200.263 152.568C200.263 151.651 200.449 150.845 200.823 150.152C201.196 149.459 201.719 148.925 202.391 148.552C203.063 148.179 203.836 147.992 204.711 147.992C205.553 147.992 206.305 148.173 206.967 148.536C207.639 148.899 208.156 149.416 208.519 150.088C208.892 150.749 209.079 151.512 209.079 152.376ZM206.759 151.736C206.748 151.16 206.54 150.701 206.135 150.36C205.729 150.008 205.233 149.832 204.647 149.832C204.092 149.832 203.623 150.003 203.239 150.344C202.865 150.675 202.636 151.139 202.551 151.736H206.759ZM114.207 174.536C114.207 173.64 114.383 172.845 114.735 172.152C115.097 171.459 115.588 170.925 116.207 170.552C116.825 170.179 117.513 169.992 118.271 169.992C118.847 169.992 119.396 170.12 119.919 170.376C120.441 170.621 120.857 170.952 121.167 171.368V167.16H123.439V179H121.167V177.688C120.889 178.125 120.5 178.477 119.999 178.744C119.497 179.011 118.916 179.144 118.255 179.144C117.508 179.144 116.825 178.952 116.207 178.568C115.588 178.184 115.097 177.645 114.735 176.952C114.383 176.248 114.207 175.443 114.207 174.536ZM121.183 174.568C121.183 174.024 121.076 173.56 120.863 173.176C120.649 172.781 120.361 172.483 119.999 172.28C119.636 172.067 119.247 171.96 118.831 171.96C118.415 171.96 118.031 172.061 117.679 172.264C117.327 172.467 117.039 172.765 116.815 173.16C116.601 173.544 116.495 174.003 116.495 174.536C116.495 175.069 116.601 175.539 116.815 175.944C117.039 176.339 117.327 176.643 117.679 176.856C118.041 177.069 118.425 177.176 118.831 177.176C119.247 177.176 119.636 177.075 119.999 176.872C120.361 176.659 120.649 176.36 120.863 175.976C121.076 175.581 121.183 175.112 121.183 174.568ZM126.522 169.08C126.128 169.08 125.797 168.957 125.53 168.712C125.274 168.456 125.146 168.141 125.146 167.768C125.146 167.395 125.274 167.085 125.53 166.84C125.797 166.584 126.128 166.456 126.522 166.456C126.917 166.456 127.242 166.584 127.498 166.84C127.765 167.085 127.898 167.395 127.898 167.768C127.898 168.141 127.765 168.456 127.498 168.712C127.242 168.957 126.917 169.08 126.522 169.08ZM127.626 170.136V179H125.386V170.136H127.626ZM132.992 179.144C132.266 179.144 131.616 179.016 131.04 178.76C130.464 178.493 130.005 178.136 129.664 177.688C129.333 177.24 129.152 176.744 129.12 176.2H131.376C131.418 176.541 131.584 176.824 131.872 177.048C132.17 177.272 132.538 177.384 132.976 177.384C133.402 177.384 133.733 177.299 133.968 177.128C134.213 176.957 134.336 176.739 134.336 176.472C134.336 176.184 134.186 175.971 133.888 175.832C133.6 175.683 133.136 175.523 132.496 175.352C131.834 175.192 131.29 175.027 130.864 174.856C130.448 174.685 130.085 174.424 129.776 174.072C129.477 173.72 129.328 173.245 129.328 172.648C129.328 172.157 129.466 171.709 129.744 171.304C130.032 170.899 130.437 170.579 130.96 170.344C131.493 170.109 132.117 169.992 132.832 169.992C133.888 169.992 134.73 170.259 135.36 170.792C135.989 171.315 136.336 172.024 136.4 172.92H134.256C134.224 172.568 134.074 172.291 133.808 172.088C133.552 171.875 133.205 171.768 132.768 171.768C132.362 171.768 132.048 171.843 131.824 171.992C131.61 172.141 131.504 172.349 131.504 172.616C131.504 172.915 131.653 173.144 131.952 173.304C132.25 173.453 132.714 173.608 133.344 173.768C133.984 173.928 134.512 174.093 134.928 174.264C135.344 174.435 135.701 174.701 136 175.064C136.309 175.416 136.469 175.885 136.48 176.472C136.48 176.984 136.336 177.443 136.048 177.848C135.77 178.253 135.365 178.573 134.832 178.808C134.309 179.032 133.696 179.144 132.992 179.144ZM140.318 171.416C140.606 171.011 141.001 170.675 141.502 170.408C142.014 170.131 142.596 169.992 143.246 169.992C144.004 169.992 144.686 170.179 145.294 170.552C145.913 170.925 146.398 171.459 146.75 172.152C147.113 172.835 147.294 173.629 147.294 174.536C147.294 175.443 147.113 176.248 146.75 176.952C146.398 177.645 145.913 178.184 145.294 178.568C144.686 178.952 144.004 179.144 143.246 179.144C142.596 179.144 142.02 179.011 141.518 178.744C141.028 178.477 140.628 178.141 140.318 177.736V183.224H138.078V170.136H140.318V171.416ZM145.006 174.536C145.006 174.003 144.894 173.544 144.67 173.16C144.457 172.765 144.169 172.467 143.806 172.264C143.454 172.061 143.07 171.96 142.654 171.96C142.249 171.96 141.865 172.067 141.502 172.28C141.15 172.483 140.862 172.781 140.638 173.176C140.425 173.571 140.318 174.035 140.318 174.568C140.318 175.101 140.425 175.565 140.638 175.96C140.862 176.355 141.15 176.659 141.502 176.872C141.865 177.075 142.249 177.176 142.654 177.176C143.07 177.176 143.454 177.069 143.806 176.856C144.169 176.643 144.457 176.339 144.67 175.944C144.894 175.549 145.006 175.08 145.006 174.536ZM150.922 167.16V179H148.682V167.16H150.922ZM152.319 174.536C152.319 173.64 152.495 172.845 152.847 172.152C153.21 171.459 153.695 170.925 154.303 170.552C154.922 170.179 155.61 169.992 156.367 169.992C157.029 169.992 157.605 170.125 158.095 170.392C158.597 170.659 158.997 170.995 159.295 171.4V170.136H161.551V179H159.295V177.704C159.007 178.12 158.607 178.467 158.095 178.744C157.594 179.011 157.013 179.144 156.351 179.144C155.605 179.144 154.922 178.952 154.303 178.568C153.695 178.184 153.21 177.645 152.847 176.952C152.495 176.248 152.319 175.443 152.319 174.536ZM159.295 174.568C159.295 174.024 159.189 173.56 158.975 173.176C158.762 172.781 158.474 172.483 158.111 172.28C157.749 172.067 157.359 171.96 156.943 171.96C156.527 171.96 156.143 172.061 155.791 172.264C155.439 172.467 155.151 172.765 154.927 173.16C154.714 173.544 154.607 174.003 154.607 174.536C154.607 175.069 154.714 175.539 154.927 175.944C155.151 176.339 155.439 176.643 155.791 176.856C156.154 177.069 156.538 177.176 156.943 177.176C157.359 177.176 157.749 177.075 158.111 176.872C158.474 176.659 158.762 176.36 158.975 175.976C159.189 175.581 159.295 175.112 159.295 174.568ZM171.979 170.136L166.491 183.192H164.107L166.027 178.776L162.475 170.136H164.987L167.275 176.328L169.595 170.136H171.979ZM181.186 174.376C181.186 174.696 181.165 174.984 181.122 175.24H174.642C174.696 175.88 174.92 176.381 175.314 176.744C175.709 177.107 176.194 177.288 176.77 177.288C177.602 177.288 178.194 176.931 178.546 176.216H180.962C180.706 177.069 180.216 177.773 179.49 178.328C178.765 178.872 177.874 179.144 176.818 179.144C175.965 179.144 175.197 178.957 174.514 178.584C173.842 178.2 173.314 177.661 172.93 176.968C172.557 176.275 172.37 175.475 172.37 174.568C172.37 173.651 172.557 172.845 172.93 172.152C173.304 171.459 173.826 170.925 174.498 170.552C175.17 170.179 175.944 169.992 176.818 169.992C177.661 169.992 178.413 170.173 179.074 170.536C179.746 170.899 180.264 171.416 180.626 172.088C181 172.749 181.186 173.512 181.186 174.376ZM178.866 173.736C178.856 173.16 178.648 172.701 178.242 172.36C177.837 172.008 177.341 171.832 176.754 171.832C176.2 171.832 175.73 172.003 175.346 172.344C174.973 172.675 174.744 173.139 174.658 173.736H178.866ZM182.006 174.536C182.006 173.64 182.182 172.845 182.534 172.152C182.896 171.459 183.387 170.925 184.006 170.552C184.624 170.179 185.312 169.992 186.07 169.992C186.646 169.992 187.195 170.12 187.718 170.376C188.24 170.621 188.656 170.952 188.966 171.368V167.16H191.238V179H188.966V177.688C188.688 178.125 188.299 178.477 187.798 178.744C187.296 179.011 186.715 179.144 186.054 179.144C185.307 179.144 184.624 178.952 184.006 178.568C183.387 178.184 182.896 177.645 182.534 176.952C182.182 176.248 182.006 175.443 182.006 174.536ZM188.982 174.568C188.982 174.024 188.875 173.56 188.662 173.176C188.448 172.781 188.16 172.483 187.798 172.28C187.435 172.067 187.046 171.96 186.63 171.96C186.214 171.96 185.83 172.061 185.478 172.264C185.126 172.467 184.838 172.765 184.614 173.16C184.4 173.544 184.294 174.003 184.294 174.536C184.294 175.069 184.4 175.539 184.614 175.944C184.838 176.339 185.126 176.643 185.478 176.856C185.84 177.069 186.224 177.176 186.63 177.176C187.046 177.176 187.435 177.075 187.798 176.872C188.16 176.659 188.448 176.36 188.662 175.976C188.875 175.581 188.982 175.112 188.982 174.568Z"
15
+ fill="#C1C8DE"
16
+ />
17
+ <path
18
+ d="M164.039 106.912C164.039 111.544 163.602 114.297 162.007 115.892C160.412 117.487 157.658 117.924 153.026 117.924C143.764 117.924 142.014 116.174 142.014 106.912C142.014 102.281 142.452 99.5281 144.047 97.933C145.642 96.338 148.396 95.9005 153.026 95.9005V84.8875C145.285 84.8875 139.778 86.5227 136.207 90.093C132.636 93.6633 131 99.1698 131 106.912C131 122.396 137.541 128.937 153.025 128.937C160.767 128.937 166.273 127.302 169.844 123.73C173.415 120.16 175.05 114.654 175.05 106.912H164.039Z"
19
+ fill="#5C62F2"
20
+ />
21
+ <path
22
+ d="M154.927 91.054L154.927 96.0421L159.915 96.0421L159.915 91.054L154.927 91.054Z"
23
+ fill="#73A9F5"
24
+ />
25
+ <path
26
+ d="M154.927 80.225C154.927 78.8157 155.108 77.7054 155.741 76.8939C156.374 76.0398 157.112 75.3565 157.956 74.8441C158.842 74.2889 159.791 73.7764 160.804 73.3066C161.858 72.7942 162.829 72.2176 163.715 71.5771C164.643 70.8938 165.403 70.061 165.993 69.0788C166.584 68.0538 166.879 66.7299 166.879 65.1071C166.879 62.9291 166.204 61.2209 164.854 59.9824C163.504 58.7439 161.69 58.1247 159.411 58.1247C158.778 58.1247 158.167 58.1674 157.576 58.2528C157.028 58.3382 156.015 58.6158 154.538 59.0856L153.272 54.1531C155.045 53.5979 156.331 53.2776 157.133 53.1922C157.935 53.0641 158.842 53 159.854 53C161.669 53 163.335 53.2776 164.854 53.8328C166.415 54.3879 167.765 55.1566 168.905 56.1389C170.044 57.1211 170.93 58.3382 171.563 59.7902C172.238 61.1995 172.575 62.7583 172.575 64.4665C172.575 66.5591 172.259 68.2887 171.626 69.6553C170.993 71.0219 170.212 72.1749 169.284 73.1145C168.356 74.0113 167.322 74.78 166.183 75.4206C165.086 76.0185 164.074 76.5736 163.145 77.0861C162.217 77.5559 161.437 78.0684 160.804 78.6235C160.171 79.136 159.94 79.8406 159.94 80.7375V88.2964H154.927V80.225Z"
27
+ fill="#73A9F5"
28
+ />
29
+ <path
30
+ d="M164.188 102.536L164.188 105.606L167.258 105.606L167.258 102.536L164.188 102.536Z"
31
+ fill="#85D2F5"
32
+ />
33
+ <path
34
+ d="M164.189 95.8719C164.189 95.0046 164.3 94.3213 164.69 93.822C165.079 93.2964 165.534 92.8759 166.053 92.5605C166.598 92.2189 167.182 91.9035 167.805 91.6144C168.455 91.2991 169.052 90.9443 169.597 90.5501C170.168 90.1296 170.636 89.6171 170.999 89.0127C171.363 88.3819 171.544 87.5672 171.544 86.5686C171.544 85.2283 171.129 84.1771 170.298 83.4149C169.467 82.6528 168.351 82.2717 166.949 82.2717C166.559 82.2717 166.183 82.298 165.819 82.3506C165.482 82.4031 164.859 82.5739 163.95 82.863L163.171 79.8276C164.261 79.486 165.053 79.2889 165.547 79.2363C166.04 79.1575 166.598 79.118 167.221 79.118C168.338 79.118 169.363 79.2889 170.298 79.6305C171.259 79.9722 172.09 80.4452 172.791 81.0497C173.492 81.6541 174.037 82.4031 174.426 83.2967C174.842 84.1639 175.049 85.1232 175.049 86.1744C175.049 87.4621 174.855 88.5265 174.465 89.3675C174.076 90.2084 173.596 90.918 173.024 91.4962C172.453 92.0481 171.817 92.5211 171.116 92.9153C170.441 93.2833 169.818 93.6249 169.247 93.9403C168.675 94.2294 168.195 94.5447 167.805 94.8864C167.416 95.2017 167.274 95.6354 167.274 96.1873V100.839H164.189V95.8719Z"
35
+ fill="#85D2F5"
36
+ />
37
+ </svg>
38
+ );
39
+
40
+ export default NoImagePlaceholderIcon;
@@ -0,0 +1,398 @@
1
+ import React from "react";
2
+
3
+ const NoMediaPlaceholderIcon = (props) => (
4
+ <svg
5
+ {...props}
6
+ width="367"
7
+ height="367"
8
+ viewBox="0 0 367 367"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <g clip-path="url(#clip0_7533_54366)">
13
+ <rect width="367" height="367" fill="#EAEDFC" />
14
+ <g opacity="0.2" filter="url(#filter0_f_7533_54366)">
15
+ <path
16
+ d="M30.7809 119.217C53.8101 98.1236 82.5966 77.5093 114.742 59.2921C145.927 41.5543 177.592 27.1723 206.858 18.0637C196.783 -4.94758 184.309 -20.7678 168.956 -25.5618C97.4696 -33.2322 45.1741 -6.38579 13.9887 63.6067C1.51457 90.9326 -6.64161 126.888 -9.52026 165.24C0.075242 150.378 13.5089 135.037 30.7809 119.217Z"
17
+ fill="url(#paint0_radial_7533_54366)"
18
+ />
19
+ <path
20
+ d="M212.136 31.9663C183.349 41.0749 152.164 54.9775 121.938 72.236C91.2325 89.9738 62.9258 110.109 40.8561 130.243C19.746 149.419 4.39322 169.075 -3.76296 185.854C-7.60116 194.483 -9.52026 202.154 -9.52026 209.345C-7.60116 243.382 0.075242 277.899 13.9887 309.06C10.1505 290.363 21.1854 266.873 42.2955 242.423C58.6078 223.727 80.1977 204.551 105.626 185.854C124.337 171.951 144.488 159.008 165.598 146.543C186.708 134.079 208.298 123.052 229.888 113.944C226.049 83.7416 220.292 54.9775 212.136 31.9663Z"
21
+ fill="url(#paint1_radial_7533_54366)"
22
+ />
23
+ <path
24
+ d="M114.742 313.854C84.0359 296.116 55.7292 275.502 32.7 254.888C17.8269 275.023 10.6303 293.719 13.9887 309.539C43.255 374.738 92.6719 406.858 168.476 398.708C198.222 395.352 233.726 385.285 268.27 368.026C250.998 367.547 230.847 363.232 208.298 356.521C179.031 346.933 146.407 332.071 114.742 313.854Z"
25
+ fill="url(#paint2_radial_7533_54366)"
26
+ />
27
+ <path
28
+ d="M381.976 275.502C367.583 288.446 342.155 290.363 310.49 284.131C286.501 279.337 258.674 270.229 229.888 257.764C208.778 248.655 187.188 237.629 166.078 225.165C144.967 212.7 124.337 199.757 106.106 185.854C80.6775 204.551 59.0876 223.727 42.7753 242.423C64.8449 262.558 92.6719 282.693 122.898 300.431C153.603 318.169 185.269 332.551 213.575 341.659C240.922 350.288 265.391 354.124 284.102 352.206C293.218 351.247 301.374 348.85 307.611 345.494C335.438 326.798 361.826 303.307 381.976 275.502Z"
29
+ fill="url(#paint3_radial_7533_54366)"
30
+ />
31
+ <path
32
+ d="M320.565 186.333C320.565 150.858 317.207 116.341 310.49 87.0974C304.253 58.8128 295.137 36.2809 284.582 20.9401C278.825 13.2697 273.067 7.51688 266.83 3.68168C236.125 -11.1797 203.02 -22.206 168.956 -25.5618C187.188 -19.809 201.581 1.76407 212.616 31.9663C220.772 55.457 226.529 83.7416 229.888 114.903C232.287 137.914 233.726 161.884 233.726 186.333C233.726 210.783 232.287 235.232 229.888 257.764C258.674 270.228 286.501 279.337 310.49 284.131C316.727 255.367 320.085 221.33 320.565 186.333Z"
33
+ fill="url(#paint4_radial_7533_54366)"
34
+ />
35
+ <path
36
+ d="M381.976 97.1648C364.225 72.7154 337.357 47.3071 305.212 26.2135C313.369 41.5543 320.085 61.2098 324.883 83.7416C331.6 113.944 334.958 149.419 334.958 186.333C334.958 221.809 331.12 256.805 324.883 286.528C349.832 289.405 369.502 286.528 381.497 275.502C424.197 217.974 426.596 159.007 381.976 97.1648Z"
37
+ fill="url(#paint5_radial_7533_54366)"
38
+ />
39
+ <path
40
+ opacity="0.6"
41
+ d="M30.7809 119.217C53.8101 98.1236 82.5966 77.5093 114.742 59.2921C145.927 41.5543 177.592 27.1723 206.858 18.0637C196.783 -4.94758 184.309 -20.7678 168.956 -25.5618C97.4696 -33.2322 45.1741 -6.38579 13.9887 63.6067C1.51457 90.9326 -6.64161 126.888 -9.52026 165.24C0.075242 150.378 13.5089 135.037 30.7809 119.217Z"
42
+ fill="url(#paint6_linear_7533_54366)"
43
+ />
44
+ <path
45
+ opacity="0.6"
46
+ d="M212.136 31.9663C183.349 41.0749 152.164 54.9775 121.938 72.236C91.2325 89.9738 62.9258 110.109 40.8561 130.243C19.746 149.419 4.39322 169.075 -3.76296 185.854C-7.60116 194.483 -9.52026 202.154 -9.52026 209.345C-7.60116 243.382 0.075242 277.899 13.9887 309.06C10.1505 290.363 21.1854 266.873 42.2955 242.423C58.6078 223.727 80.1977 204.551 105.626 185.854C124.337 171.951 144.488 159.008 165.598 146.543C186.708 134.079 208.298 123.052 229.888 113.944C226.049 83.7416 220.292 54.9775 212.136 31.9663Z"
47
+ fill="url(#paint7_linear_7533_54366)"
48
+ />
49
+ <path
50
+ opacity="0.6"
51
+ d="M208.777 356.521C179.031 346.933 146.407 332.551 114.742 314.333C84.0359 296.596 55.7292 275.981 32.7 255.367C17.8269 275.022 10.6303 293.719 13.9887 309.539C43.255 374.738 92.6719 406.858 168.476 398.708C198.222 395.352 233.726 385.285 268.27 368.026C250.998 367.067 231.327 363.232 208.777 356.521Z"
52
+ fill="url(#paint8_linear_7533_54366)"
53
+ />
54
+ <path
55
+ opacity="0.6"
56
+ d="M42.2954 242.903C64.3651 263.037 92.192 283.172 122.418 300.91C153.124 318.648 184.789 333.03 213.095 342.139C240.443 350.768 264.911 354.603 283.622 352.685C292.738 351.727 300.894 349.33 307.131 345.974C335.438 327.277 361.826 303.787 381.976 275.981C367.583 288.925 342.155 290.843 310.49 284.611C286.501 279.817 258.674 270.708 229.888 258.243C208.777 249.135 187.188 238.109 166.077 225.644C144.967 213.18 124.337 200.236 106.106 186.333C80.1977 205.03 58.6078 224.206 42.2954 242.903Z"
57
+ fill="url(#paint9_linear_7533_54366)"
58
+ />
59
+ <path
60
+ opacity="0.6"
61
+ d="M325.363 83.7416C332.08 113.944 335.438 149.42 335.438 186.333C335.438 222.288 331.6 256.805 325.363 286.528C350.311 289.405 369.982 286.049 381.976 275.502C424.197 217.494 426.596 158.528 381.976 97.1648C364.225 72.7154 337.357 47.3071 305.212 26.2135C313.369 41.5543 320.085 60.7304 325.363 83.7416Z"
62
+ fill="url(#paint10_linear_7533_54366)"
63
+ />
64
+ <path
65
+ opacity="0.6"
66
+ d="M310.49 284.611C317.207 255.367 320.565 221.33 320.565 186.333C320.565 150.858 317.207 116.341 310.49 87.0974C304.253 58.8128 295.137 36.2809 284.582 20.9401C279.305 13.2697 273.067 7.51688 266.83 4.16108C236.604 -11.1797 203.02 -22.206 168.956 -25.5618C187.188 -19.809 201.581 1.76407 212.616 31.9663C220.772 55.457 226.529 83.7416 229.888 114.903C232.287 137.914 233.726 161.884 233.726 186.333C233.726 210.783 232.287 235.232 229.888 257.764C258.194 270.708 286.021 279.816 310.49 284.611Z"
67
+ fill="url(#paint11_linear_7533_54366)"
68
+ />
69
+ <path
70
+ d="M212.136 31.9662C211.656 31.0074 211.656 30.0486 211.176 29.0898C210.697 28.131 210.217 26.6928 209.737 25.734C209.257 24.7752 209.257 23.8164 208.777 23.337C208.298 21.8988 207.818 20.4606 206.858 19.0224C206.858 18.543 206.379 18.0636 206.379 18.0636C177.112 27.1722 145.447 41.5542 114.742 59.2921C83.0763 77.5093 53.8101 98.1235 31.2606 119.217C13.9887 135.037 0.554997 150.378 -8.56073 165.24C-9.52028 179.622 -9.52028 194.483 -8.56073 209.824C-8.56073 202.633 -6.64163 194.483 -2.80343 186.333C4.87298 169.554 20.2258 150.378 41.8157 130.723C63.8853 110.588 92.1921 90.4531 122.898 72.7153C152.644 54.9775 183.349 41.0748 212.136 31.9662Z"
71
+ fill="white"
72
+ />
73
+ <path
74
+ d="M42.2955 242.903C41.8157 243.861 40.8561 244.341 40.3764 245.3C39.4168 246.258 38.937 247.217 37.9775 248.176C37.4977 249.135 37.0179 249.614 36.0584 250.573C35.0988 251.532 34.1393 252.97 33.1797 253.929C33.1797 254.408 32.7 254.408 32.7 254.888C55.2494 275.502 83.5561 296.116 114.742 313.854C146.407 332.071 179.031 346.933 208.777 356.041C231.327 363.232 250.998 367.067 268.749 367.547C281.703 361.315 294.657 353.644 307.131 345.494C300.894 348.85 293.218 351.247 283.622 352.206C264.911 354.124 240.922 350.288 213.095 341.659C184.309 332.551 153.124 318.169 122.418 300.431C92.1921 283.172 64.3651 263.517 42.2955 242.903Z"
75
+ fill="white"
76
+ />
77
+ <path
78
+ d="M310.49 284.61C311.449 284.61 312.409 285.09 313.368 285.09C314.808 285.09 315.767 285.569 317.207 285.569C318.166 285.569 319.126 286.049 320.085 286.049C321.525 286.049 322.964 286.528 324.403 286.528C324.883 286.528 325.363 286.528 325.363 286.528C332.08 256.326 335.438 221.809 335.438 186.333C335.438 149.899 332.08 114.423 325.363 83.7415C320.085 60.7303 313.848 41.5543 305.692 26.2134C293.698 18.0636 280.744 10.8726 267.31 4.16101C273.547 7.99622 279.304 13.2696 285.062 20.94C295.617 36.2809 304.733 58.8127 310.97 87.0973C317.686 116.341 321.045 150.858 321.045 186.333C320.085 221.33 316.727 255.367 310.49 284.61Z"
79
+ fill="white"
80
+ />
81
+ </g>
82
+ <path
83
+ d="M76.9447 200.797H44.5801C35.5754 200.797 32.9653 198.462 32.9653 190.549V151.632C32.9653 148.13 31.5298 148 28.0062 148H20.9591C17.4355 148 16 148.13 16 151.632V190.549C16 208.062 26.1792 217.661 44.5801 217.661H76.9447C80.4682 217.661 80.5987 216.234 80.5987 212.732V205.727C80.5987 202.354 80.4682 200.797 76.9447 200.797Z"
84
+ fill="white"
85
+ />
86
+ <path
87
+ d="M163.075 148.13H156.028C152.504 148.13 151.069 148.259 151.069 151.762V190.679C151.069 198.592 148.459 200.927 139.454 200.927H120.531C111.527 200.927 108.917 198.592 108.917 190.679V151.762C108.917 148.259 107.481 148.13 103.957 148.13H97.0408C93.5172 148.13 92.0817 148.259 92.0817 151.762V190.679C92.0817 208.192 102.261 217.791 120.662 217.791H139.585C157.985 217.791 168.165 208.192 168.165 190.679V151.762C168.034 148.389 166.599 148.13 163.075 148.13Z"
88
+ fill="white"
89
+ />
90
+ <path
91
+ d="M232.764 148.13H190.743H190.612C187.219 148.13 185.783 148.389 185.783 151.762V213.899C185.783 217.272 187.219 217.532 190.612 217.532H190.743H232.764C251.165 217.532 261.344 207.932 261.344 190.42V175.242C261.344 157.729 251.165 148.13 232.764 148.13ZM244.379 184.063V190.549C244.379 198.462 241.769 200.797 232.764 200.797H202.749V164.994H232.764C241.769 164.994 244.379 167.329 244.379 175.242V181.728V184.063Z"
92
+ fill="white"
93
+ />
94
+ <path
95
+ d="M322.42 148.13H301.931C283.53 148.13 273.351 157.729 273.351 175.242V190.549C273.351 208.062 283.53 217.661 301.931 217.661H322.42C340.82 217.661 351 208.062 351 190.549V184.063V175.242C350.869 157.729 340.82 148.13 322.42 148.13ZM333.904 190.549C333.904 199.37 330.511 200.797 322.289 200.797H301.8C293.578 200.797 290.185 199.37 290.185 190.549V175.242C290.185 166.421 293.578 164.994 301.8 164.994H322.289C330.511 164.994 333.904 166.421 333.904 175.242V190.549Z"
96
+ fill="white"
97
+ />
98
+ </g>
99
+ <defs>
100
+ <filter
101
+ id="filter0_f_7533_54366"
102
+ x="-26"
103
+ y="-43"
104
+ width="459"
105
+ height="464"
106
+ filterUnits="userSpaceOnUse"
107
+ color-interpolation-filters="sRGB"
108
+ >
109
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
110
+ <feBlend
111
+ mode="normal"
112
+ in="SourceGraphic"
113
+ in2="BackgroundImageFix"
114
+ result="shape"
115
+ />
116
+ <feGaussianBlur
117
+ stdDeviation="8"
118
+ result="effect1_foregroundBlur_7533_54366"
119
+ />
120
+ </filter>
121
+ <radialGradient
122
+ id="paint0_radial_7533_54366"
123
+ cx="0"
124
+ cy="0"
125
+ r="1"
126
+ gradientUnits="userSpaceOnUse"
127
+ gradientTransform="translate(-15.0132 -127.949) scale(564.941 564.5)"
128
+ >
129
+ <stop offset="0.2002" stop-color="#E84EFF" />
130
+ <stop offset="0.2499" stop-color="#CF4CFF" />
131
+ <stop offset="0.3393" stop-color="#A849FF" />
132
+ <stop offset="0.4278" stop-color="#8946FF" />
133
+ <stop offset="0.5141" stop-color="#7444FF" />
134
+ <stop offset="0.5969" stop-color="#6643FF" />
135
+ <stop offset="0.6727" stop-color="#6243FF" />
136
+ <stop offset="0.7215" stop-color="#5F48FF" />
137
+ <stop offset="0.7774" stop-color="#5856FF" />
138
+ <stop offset="0.8368" stop-color="#4C6DFF" />
139
+ <stop offset="0.8988" stop-color="#3A8DFF" />
140
+ <stop offset="0.962" stop-color="#24B6FF" />
141
+ <stop offset="1" stop-color="#15D2FF" />
142
+ </radialGradient>
143
+ <radialGradient
144
+ id="paint1_radial_7533_54366"
145
+ cx="0"
146
+ cy="0"
147
+ r="1"
148
+ gradientUnits="userSpaceOnUse"
149
+ gradientTransform="translate(-15.0132 -127.949) scale(564.941 564.5)"
150
+ >
151
+ <stop offset="0.2002" stop-color="#E84EFF" />
152
+ <stop offset="0.2499" stop-color="#CF4CFF" />
153
+ <stop offset="0.3393" stop-color="#A849FF" />
154
+ <stop offset="0.4278" stop-color="#8946FF" />
155
+ <stop offset="0.5141" stop-color="#7444FF" />
156
+ <stop offset="0.5969" stop-color="#6643FF" />
157
+ <stop offset="0.6727" stop-color="#6243FF" />
158
+ <stop offset="0.7215" stop-color="#5F48FF" />
159
+ <stop offset="0.7774" stop-color="#5856FF" />
160
+ <stop offset="0.8368" stop-color="#4C6DFF" />
161
+ <stop offset="0.8988" stop-color="#3A8DFF" />
162
+ <stop offset="0.962" stop-color="#24B6FF" />
163
+ <stop offset="1" stop-color="#15D2FF" />
164
+ </radialGradient>
165
+ <radialGradient
166
+ id="paint2_radial_7533_54366"
167
+ cx="0"
168
+ cy="0"
169
+ r="1"
170
+ gradientUnits="userSpaceOnUse"
171
+ gradientTransform="translate(-15.0132 -127.949) scale(564.941 564.5)"
172
+ >
173
+ <stop offset="0.2002" stop-color="#E84EFF" />
174
+ <stop offset="0.2499" stop-color="#CF4CFF" />
175
+ <stop offset="0.3393" stop-color="#A849FF" />
176
+ <stop offset="0.4278" stop-color="#8946FF" />
177
+ <stop offset="0.5141" stop-color="#7444FF" />
178
+ <stop offset="0.5969" stop-color="#6643FF" />
179
+ <stop offset="0.6727" stop-color="#6243FF" />
180
+ <stop offset="0.7215" stop-color="#5F48FF" />
181
+ <stop offset="0.7774" stop-color="#5856FF" />
182
+ <stop offset="0.8368" stop-color="#4C6DFF" />
183
+ <stop offset="0.8988" stop-color="#3A8DFF" />
184
+ <stop offset="0.962" stop-color="#24B6FF" />
185
+ <stop offset="1" stop-color="#15D2FF" />
186
+ </radialGradient>
187
+ <radialGradient
188
+ id="paint3_radial_7533_54366"
189
+ cx="0"
190
+ cy="0"
191
+ r="1"
192
+ gradientUnits="userSpaceOnUse"
193
+ gradientTransform="translate(-15.0132 -127.949) scale(564.941 564.5)"
194
+ >
195
+ <stop offset="0.2002" stop-color="#E84EFF" />
196
+ <stop offset="0.2499" stop-color="#CF4CFF" />
197
+ <stop offset="0.3393" stop-color="#A849FF" />
198
+ <stop offset="0.4278" stop-color="#8946FF" />
199
+ <stop offset="0.5141" stop-color="#7444FF" />
200
+ <stop offset="0.5969" stop-color="#6643FF" />
201
+ <stop offset="0.6727" stop-color="#6243FF" />
202
+ <stop offset="0.7215" stop-color="#5F48FF" />
203
+ <stop offset="0.7774" stop-color="#5856FF" />
204
+ <stop offset="0.8368" stop-color="#4C6DFF" />
205
+ <stop offset="0.8988" stop-color="#3A8DFF" />
206
+ <stop offset="0.962" stop-color="#24B6FF" />
207
+ <stop offset="1" stop-color="#15D2FF" />
208
+ </radialGradient>
209
+ <radialGradient
210
+ id="paint4_radial_7533_54366"
211
+ cx="0"
212
+ cy="0"
213
+ r="1"
214
+ gradientUnits="userSpaceOnUse"
215
+ gradientTransform="translate(-15.0132 -127.949) scale(564.941 564.5)"
216
+ >
217
+ <stop offset="0.2002" stop-color="#E84EFF" />
218
+ <stop offset="0.2499" stop-color="#CF4CFF" />
219
+ <stop offset="0.3393" stop-color="#A849FF" />
220
+ <stop offset="0.4278" stop-color="#8946FF" />
221
+ <stop offset="0.5141" stop-color="#7444FF" />
222
+ <stop offset="0.5969" stop-color="#6643FF" />
223
+ <stop offset="0.6727" stop-color="#6243FF" />
224
+ <stop offset="0.7215" stop-color="#5F48FF" />
225
+ <stop offset="0.7774" stop-color="#5856FF" />
226
+ <stop offset="0.8368" stop-color="#4C6DFF" />
227
+ <stop offset="0.8988" stop-color="#3A8DFF" />
228
+ <stop offset="0.962" stop-color="#24B6FF" />
229
+ <stop offset="1" stop-color="#15D2FF" />
230
+ </radialGradient>
231
+ <radialGradient
232
+ id="paint5_radial_7533_54366"
233
+ cx="0"
234
+ cy="0"
235
+ r="1"
236
+ gradientUnits="userSpaceOnUse"
237
+ gradientTransform="translate(-15.0132 -127.949) scale(564.941 564.5)"
238
+ >
239
+ <stop offset="0.2002" stop-color="#E84EFF" />
240
+ <stop offset="0.2499" stop-color="#CF4CFF" />
241
+ <stop offset="0.3393" stop-color="#A849FF" />
242
+ <stop offset="0.4278" stop-color="#8946FF" />
243
+ <stop offset="0.5141" stop-color="#7444FF" />
244
+ <stop offset="0.5969" stop-color="#6643FF" />
245
+ <stop offset="0.6727" stop-color="#6243FF" />
246
+ <stop offset="0.7215" stop-color="#5F48FF" />
247
+ <stop offset="0.7774" stop-color="#5856FF" />
248
+ <stop offset="0.8368" stop-color="#4C6DFF" />
249
+ <stop offset="0.8988" stop-color="#3A8DFF" />
250
+ <stop offset="0.962" stop-color="#24B6FF" />
251
+ <stop offset="1" stop-color="#15D2FF" />
252
+ </radialGradient>
253
+ <linearGradient
254
+ id="paint6_linear_7533_54366"
255
+ x1="-54.7463"
256
+ y1="105.527"
257
+ x2="193.706"
258
+ y2="23.3096"
259
+ gradientUnits="userSpaceOnUse"
260
+ >
261
+ <stop stop-color="white" stop-opacity="0.65" />
262
+ <stop offset="0.00959639" stop-color="white" stop-opacity="0.6249" />
263
+ <stop offset="0.2483" stop-color="white" stop-opacity="0" />
264
+ <stop offset="0.2719" stop-color="#E6DDED" stop-opacity="0" />
265
+ <stop offset="0.3086" stop-color="#C4AFD5" stop-opacity="0" />
266
+ <stop offset="0.3466" stop-color="#A787C0" stop-opacity="0" />
267
+ <stop offset="0.3854" stop-color="#9066AF" stop-opacity="0" />
268
+ <stop offset="0.4253" stop-color="#7D4DA2" stop-opacity="0" />
269
+ <stop offset="0.4666" stop-color="#703B98" stop-opacity="0" />
270
+ <stop offset="0.5103" stop-color="#693093" stop-opacity="0" />
271
+ <stop offset="0.5606" stop-color="#662D91" stop-opacity="0" />
272
+ <stop offset="0.7436" stop-color="#552D9D" stop-opacity="0.614" />
273
+ <stop offset="0.8587" stop-color="#482DA7" />
274
+ <stop offset="1" stop-color="#2B2B6B" />
275
+ </linearGradient>
276
+ <linearGradient
277
+ id="paint7_linear_7533_54366"
278
+ x1="-18.7727"
279
+ y1="214.216"
280
+ x2="229.68"
281
+ y2="131.999"
282
+ gradientUnits="userSpaceOnUse"
283
+ >
284
+ <stop stop-color="white" stop-opacity="0.65" />
285
+ <stop offset="0.00959639" stop-color="white" stop-opacity="0.6249" />
286
+ <stop offset="0.2483" stop-color="white" stop-opacity="0" />
287
+ <stop offset="0.2719" stop-color="#E6DDED" stop-opacity="0" />
288
+ <stop offset="0.3086" stop-color="#C4AFD5" stop-opacity="0" />
289
+ <stop offset="0.3466" stop-color="#A787C0" stop-opacity="0" />
290
+ <stop offset="0.3854" stop-color="#9066AF" stop-opacity="0" />
291
+ <stop offset="0.4253" stop-color="#7D4DA2" stop-opacity="0" />
292
+ <stop offset="0.4666" stop-color="#703B98" stop-opacity="0" />
293
+ <stop offset="0.5103" stop-color="#693093" stop-opacity="0" />
294
+ <stop offset="0.5606" stop-color="#662D91" stop-opacity="0" />
295
+ <stop offset="0.7436" stop-color="#552D9D" stop-opacity="0.614" />
296
+ <stop offset="0.8587" stop-color="#482DA7" />
297
+ <stop offset="1" stop-color="#2B2B6B" />
298
+ </linearGradient>
299
+ <linearGradient
300
+ id="paint8_linear_7533_54366"
301
+ x1="240.226"
302
+ y1="438.604"
303
+ x2="44.9598"
304
+ y2="264.479"
305
+ gradientUnits="userSpaceOnUse"
306
+ >
307
+ <stop stop-color="white" stop-opacity="0.65" />
308
+ <stop offset="0.00959639" stop-color="white" stop-opacity="0.6249" />
309
+ <stop offset="0.2483" stop-color="white" stop-opacity="0" />
310
+ <stop offset="0.2719" stop-color="#E6DDED" stop-opacity="0" />
311
+ <stop offset="0.3086" stop-color="#C4AFD5" stop-opacity="0" />
312
+ <stop offset="0.3466" stop-color="#A787C0" stop-opacity="0" />
313
+ <stop offset="0.3854" stop-color="#9066AF" stop-opacity="0" />
314
+ <stop offset="0.4253" stop-color="#7D4DA2" stop-opacity="0" />
315
+ <stop offset="0.4666" stop-color="#703B98" stop-opacity="0" />
316
+ <stop offset="0.5103" stop-color="#693093" stop-opacity="0" />
317
+ <stop offset="0.5606" stop-color="#662D91" stop-opacity="0" />
318
+ <stop offset="0.7436" stop-color="#552D9D" stop-opacity="0.614" />
319
+ <stop offset="0.8587" stop-color="#482DA7" />
320
+ <stop offset="1" stop-color="#2B2B6B" />
321
+ </linearGradient>
322
+ <linearGradient
323
+ id="paint9_linear_7533_54366"
324
+ x1="316.437"
325
+ y1="353.13"
326
+ x2="121.171"
327
+ y2="179.006"
328
+ gradientUnits="userSpaceOnUse"
329
+ >
330
+ <stop stop-color="white" stop-opacity="0.65" />
331
+ <stop offset="0.00959639" stop-color="white" stop-opacity="0.6249" />
332
+ <stop offset="0.2483" stop-color="white" stop-opacity="0" />
333
+ <stop offset="0.2719" stop-color="#E6DDED" stop-opacity="0" />
334
+ <stop offset="0.3086" stop-color="#C4AFD5" stop-opacity="0" />
335
+ <stop offset="0.3466" stop-color="#A787C0" stop-opacity="0" />
336
+ <stop offset="0.3854" stop-color="#9066AF" stop-opacity="0" />
337
+ <stop offset="0.4253" stop-color="#7D4DA2" stop-opacity="0" />
338
+ <stop offset="0.4666" stop-color="#703B98" stop-opacity="0" />
339
+ <stop offset="0.5103" stop-color="#693093" stop-opacity="0" />
340
+ <stop offset="0.5606" stop-color="#662D91" stop-opacity="0" />
341
+ <stop offset="0.7436" stop-color="#552D9D" stop-opacity="0.614" />
342
+ <stop offset="0.8587" stop-color="#482DA7" />
343
+ <stop offset="1" stop-color="#2B2B6B" />
344
+ </linearGradient>
345
+ <linearGradient
346
+ id="paint10_linear_7533_54366"
347
+ x1="380.812"
348
+ y1="15.408"
349
+ x2="327.803"
350
+ y2="271.5"
351
+ gradientUnits="userSpaceOnUse"
352
+ >
353
+ <stop stop-color="white" stop-opacity="0.65" />
354
+ <stop offset="0.00959639" stop-color="white" stop-opacity="0.6249" />
355
+ <stop offset="0.2483" stop-color="white" stop-opacity="0" />
356
+ <stop offset="0.2719" stop-color="#E6DDED" stop-opacity="0" />
357
+ <stop offset="0.3086" stop-color="#C4AFD5" stop-opacity="0" />
358
+ <stop offset="0.3466" stop-color="#A787C0" stop-opacity="0" />
359
+ <stop offset="0.3854" stop-color="#9066AF" stop-opacity="0" />
360
+ <stop offset="0.4253" stop-color="#7D4DA2" stop-opacity="0" />
361
+ <stop offset="0.4666" stop-color="#703B98" stop-opacity="0" />
362
+ <stop offset="0.5103" stop-color="#693093" stop-opacity="0" />
363
+ <stop offset="0.5606" stop-color="#662D91" stop-opacity="0" />
364
+ <stop offset="0.7436" stop-color="#552D9D" stop-opacity="0.614" />
365
+ <stop offset="0.8587" stop-color="#482DA7" />
366
+ <stop offset="1" stop-color="#2B2B6B" />
367
+ </linearGradient>
368
+ <linearGradient
369
+ id="paint11_linear_7533_54366"
370
+ x1="268.627"
371
+ y1="-7.80785"
372
+ x2="215.617"
373
+ y2="248.284"
374
+ gradientUnits="userSpaceOnUse"
375
+ >
376
+ <stop stop-color="white" stop-opacity="0.65" />
377
+ <stop offset="0.00959639" stop-color="white" stop-opacity="0.6249" />
378
+ <stop offset="0.2483" stop-color="white" stop-opacity="0" />
379
+ <stop offset="0.2719" stop-color="#E6DDED" stop-opacity="0" />
380
+ <stop offset="0.3086" stop-color="#C4AFD5" stop-opacity="0" />
381
+ <stop offset="0.3466" stop-color="#A787C0" stop-opacity="0" />
382
+ <stop offset="0.3854" stop-color="#9066AF" stop-opacity="0" />
383
+ <stop offset="0.4253" stop-color="#7D4DA2" stop-opacity="0" />
384
+ <stop offset="0.4666" stop-color="#703B98" stop-opacity="0" />
385
+ <stop offset="0.5103" stop-color="#693093" stop-opacity="0" />
386
+ <stop offset="0.5606" stop-color="#662D91" stop-opacity="0" />
387
+ <stop offset="0.7436" stop-color="#552D9D" stop-opacity="0.614" />
388
+ <stop offset="0.8587" stop-color="#482DA7" />
389
+ <stop offset="1" stop-color="#2B2B6B" />
390
+ </linearGradient>
391
+ <clipPath id="clip0_7533_54366">
392
+ <rect width="367" height="367" fill="white" />
393
+ </clipPath>
394
+ </defs>
395
+ </svg>
396
+ );
397
+
398
+ export default NoMediaPlaceholderIcon;