infinity-forge 3.9.1 → 3.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -20
- package/dist/infinity-forge.css +3 -0
- package/dist/sites/fixed-components/header-link/versions/version-01/component.js +1 -1
- package/dist/sites/fixed-components/header-link/versions/version-01/component.js.map +1 -1
- package/dist/sites/hooks/use-social-links.js +4 -4
- package/dist/sites/public/fonts/fonts.css +760 -760
- package/dist/system/presentation/components/data/detail-card/component.js +1 -1
- package/dist/system/presentation/components/data/detail-card/component.js.map +1 -1
- package/dist/system/presentation/components/data/menu/components/menu-item/index.js +1 -1
- package/dist/system/presentation/components/data/menu/components/menu-item/index.js.map +1 -1
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +1 -1
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +7 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js.map +1 -1
- package/dist/test/index.js +3 -3
- package/dist/test/index.js.map +1 -1
- package/dist/ui/components/breadcrumb/component.js +1 -1
- package/dist/ui/components/breadcrumb/component.js.map +1 -1
- package/dist/ui/components/form/date-picker/index.d.ts +5 -0
- package/dist/ui/components/form/date-picker/index.js +58 -0
- package/dist/ui/components/form/date-picker/index.js.map +1 -0
- package/dist/ui/components/form/date-picker/styles.d.ts +4 -0
- package/dist/ui/components/form/date-picker/styles.js +14 -0
- package/dist/ui/components/form/date-picker/styles.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/index.js +0 -1
- package/dist/ui/components/form/handler/form-handler/index.js.map +1 -1
- package/dist/ui/components/form/index.d.ts +3 -1
- package/dist/ui/components/form/index.js +2 -0
- package/dist/ui/components/form/index.js.map +1 -1
- package/dist/ui/components/form/input-control/index.d.ts +1 -1
- package/dist/ui/components/form/input-control/index.js +1 -1
- package/dist/ui/components/form/input-control/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +6 -4
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js +3 -3
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +2 -2
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -1
- package/dist/ui/components/form/input-password/index.js +1 -1
- package/dist/ui/components/form/input-password/index.js.map +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/index.js +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -1
- package/dist/ui/components/form/input-svg/index.js +1 -1
- package/dist/ui/components/form/input-svg/index.js.map +1 -1
- package/dist/ui/components/form/input-youtube/index.js +1 -1
- package/dist/ui/components/form/input-youtube/index.js.map +1 -1
- package/dist/ui/components/form/range-date-picker/index.d.ts +5 -0
- package/dist/ui/components/form/range-date-picker/index.js +61 -0
- package/dist/ui/components/form/range-date-picker/index.js.map +1 -0
- package/dist/ui/components/form/range-date-picker/styles.d.ts +4 -0
- package/dist/ui/components/form/range-date-picker/styles.js +14 -0
- package/dist/ui/components/form/range-date-picker/styles.js.map +1 -0
- package/dist/ui/components/form/select-icon/index.js +1 -1
- package/dist/ui/components/form/select-icon/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/index.js +2 -2
- package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -1
- package/dist/ui/components/modal/index.js +1 -1
- package/dist/ui/components/modal/index.js.map +1 -1
- package/dist/ui/components/pagination/index.d.ts +1 -1
- package/dist/ui/components/pagination/index.js +7 -3
- package/dist/ui/components/pagination/index.js.map +1 -1
- package/dist/ui/components/warning/index.js +1 -1
- package/dist/ui/components/warning/index.js.map +1 -1
- package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js +1 -1
- package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
- package/dist/ui/contexts/toast/toast-item/index.js +1 -1
- package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/use-camera.js +1 -1
- package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -1
- package/dist/ui/icons/index.d.ts +102 -111
- package/dist/ui/icons/index.js +102 -111
- package/dist/ui/icons/index.js.map +1 -1
- package/dist/ui/icons/interfaces.d.ts +1 -2
- package/dist/ui/icons/render/component.d.ts +3 -4
- package/dist/ui/icons/render/component.js +2 -2
- package/dist/ui/icons/render/component.js.map +1 -1
- package/dist/ui/icons/render/icon-Instagram.d.ts +3 -0
- package/dist/ui/icons/render/icon-Instagram.js +15 -0
- package/dist/ui/icons/render/icon-Instagram.js.map +1 -0
- package/dist/ui/icons/render/icon-Linkedin.d.ts +3 -0
- package/dist/ui/icons/render/icon-Linkedin.js +15 -0
- package/dist/ui/icons/render/icon-Linkedin.js.map +1 -0
- package/dist/ui/icons/render/{Close.d.ts → icon-Lupa.d.ts} +1 -1
- package/dist/ui/icons/render/icon-Lupa.js +10 -0
- package/dist/ui/icons/render/icon-Lupa.js.map +1 -0
- package/dist/ui/icons/render/{Lupa.d.ts → icon-Map.d.ts} +1 -1
- package/dist/ui/icons/render/{Map.js → icon-Map.js} +3 -3
- package/dist/ui/icons/render/icon-Map.js.map +1 -0
- package/dist/ui/icons/render/{send-message.d.ts → icon-Microphone.d.ts} +1 -1
- package/dist/ui/icons/render/{Microphone.js → icon-Microphone.js} +3 -3
- package/dist/ui/icons/render/icon-Microphone.js.map +1 -0
- package/dist/ui/icons/render/{Folder.d.ts → icon-Minus.d.ts} +1 -1
- package/dist/ui/icons/render/{Minus.js → icon-Minus.js} +3 -3
- package/dist/ui/icons/render/icon-Minus.js.map +1 -0
- package/dist/ui/icons/render/icon-Phone.d.ts +3 -0
- package/dist/ui/icons/render/icon-Phone.js +15 -0
- package/dist/ui/icons/render/icon-Phone.js.map +1 -0
- package/dist/ui/icons/render/icon-Pin.d.ts +4 -0
- package/dist/ui/icons/render/{Pin.js → icon-Pin.js} +7 -7
- package/dist/ui/icons/render/icon-Pin.js.map +1 -0
- package/dist/ui/icons/render/{Codie.d.ts → icon-Play.d.ts} +1 -1
- package/dist/ui/icons/render/icon-Play.js +10 -0
- package/dist/ui/icons/render/icon-Play.js.map +1 -0
- package/dist/ui/icons/render/{Checked.d.ts → icon-Plus.d.ts} +1 -1
- package/dist/ui/icons/render/icon-Plus.js +10 -0
- package/dist/ui/icons/render/icon-Plus.js.map +1 -0
- package/dist/ui/icons/render/{TikTok.d.ts → icon-Share.d.ts} +1 -1
- package/dist/ui/icons/render/icon-Share.js +10 -0
- package/dist/ui/icons/render/icon-Share.js.map +1 -0
- package/dist/ui/icons/render/{loading.d.ts → icon-TikTok.d.ts} +1 -1
- package/dist/ui/icons/render/icon-TikTok.js +10 -0
- package/dist/ui/icons/render/icon-TikTok.js.map +1 -0
- package/dist/ui/icons/render/{calendar.d.ts → icon-YouTube.d.ts} +1 -1
- package/dist/ui/icons/render/icon-YouTube.js +10 -0
- package/dist/ui/icons/render/icon-YouTube.js.map +1 -0
- package/dist/ui/icons/render/{chalet.d.ts → icon-block.d.ts} +1 -1
- package/dist/ui/icons/render/{block.js → icon-block.js} +3 -3
- package/dist/ui/icons/render/icon-block.js.map +1 -0
- package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -0
- package/dist/ui/icons/render/icon-bottom-chevron.js +9 -0
- package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -0
- package/dist/ui/icons/render/{basic-right-arrow.d.ts → icon-bottom-navigation.d.ts} +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation.js +10 -0
- package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -0
- package/dist/ui/icons/render/{Edit.d.ts → icon-box.d.ts} +1 -1
- package/dist/ui/icons/render/{box.js → icon-box.js} +3 -3
- package/dist/ui/icons/render/icon-box.js.map +1 -0
- package/dist/ui/icons/render/{arrow-bottom.d.ts → icon-calculator.d.ts} +1 -1
- package/dist/ui/icons/render/{calculator.js → icon-calculator.js} +3 -3
- package/dist/ui/icons/render/icon-calculator.js.map +1 -0
- package/dist/ui/icons/render/{arrow-foward-left.d.ts → icon-calendar-browse.d.ts} +1 -1
- package/dist/ui/icons/render/{calendar-browse.js → icon-calendar-browse.js} +3 -3
- package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -0
- package/dist/ui/icons/render/{fullfield-bell.d.ts → icon-calendar-time.d.ts} +1 -1
- package/dist/ui/icons/render/icon-calendar-time.js +10 -0
- package/dist/ui/icons/render/icon-calendar-time.js.map +1 -0
- package/dist/ui/icons/render/icon-calendar.d.ts +1 -0
- package/dist/ui/icons/render/icon-calendar.js +9 -0
- package/dist/ui/icons/render/icon-calendar.js.map +1 -0
- package/dist/ui/icons/render/{File.d.ts → icon-cam.d.ts} +1 -1
- package/dist/ui/icons/render/icon-cam.js +10 -0
- package/dist/ui/icons/render/icon-cam.js.map +1 -0
- package/dist/ui/icons/render/{NavLeft.d.ts → icon-chalet.d.ts} +1 -1
- package/dist/ui/icons/render/{chalet.js → icon-chalet.js} +3 -3
- package/dist/ui/icons/render/icon-chalet.js.map +1 -0
- package/dist/ui/icons/render/{Globe.d.ts → icon-chat.d.ts} +1 -1
- package/dist/ui/icons/render/{chat.js → icon-chat.js} +3 -3
- package/dist/ui/icons/render/icon-chat.js.map +1 -0
- package/dist/ui/icons/render/{Microphone.d.ts → icon-check.d.ts} +1 -1
- package/dist/ui/icons/render/{Check.js → icon-check.js} +3 -3
- package/dist/ui/icons/render/icon-check.js.map +1 -0
- package/dist/ui/icons/render/{Home.d.ts → icon-checked.d.ts} +1 -1
- package/dist/ui/icons/render/{Checked.js → icon-checked.js} +3 -3
- package/dist/ui/icons/render/icon-checked.js.map +1 -0
- package/dist/ui/icons/render/{keyboard-right-arrow.d.ts → icon-circular-left-arrow.d.ts} +1 -1
- package/dist/ui/icons/render/{arrow-foward-left.js → icon-circular-left-arrow.js} +5 -5
- package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -0
- package/dist/ui/icons/render/{interrogation-circle.d.ts → icon-circular-right-arrow.d.ts} +1 -1
- package/dist/ui/icons/render/{arrow-foward-right.js → icon-circular-right-arrow.js} +5 -5
- package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -0
- package/dist/ui/icons/render/icon-clip.d.ts +2 -0
- package/dist/ui/icons/render/{clip.js → icon-clip.js} +3 -3
- package/dist/ui/icons/render/icon-clip.js.map +1 -0
- package/dist/ui/icons/render/icon-clock.d.ts +3 -0
- package/dist/ui/icons/render/{Clock.js → icon-clock.js} +5 -5
- package/dist/ui/icons/render/icon-clock.js.map +1 -0
- package/dist/ui/icons/render/{danger.d.ts → icon-close.d.ts} +1 -1
- package/dist/ui/icons/render/icon-close.js +10 -0
- package/dist/ui/icons/render/icon-close.js.map +1 -0
- package/dist/ui/icons/render/icon-codie.d.ts +2 -0
- package/dist/ui/icons/render/icon-codie.js +10 -0
- package/dist/ui/icons/render/icon-codie.js.map +1 -0
- package/dist/ui/icons/render/{Carousel-left-icon.d.ts → icon-computer.d.ts} +1 -1
- package/dist/ui/icons/render/{computer.js → icon-computer.js} +3 -3
- package/dist/ui/icons/render/icon-computer.js.map +1 -0
- package/dist/ui/icons/render/{YouTube.d.ts → icon-danger.d.ts} +1 -1
- package/dist/ui/icons/render/{danger.js → icon-danger.js} +3 -3
- package/dist/ui/icons/render/icon-danger.js.map +1 -0
- package/dist/ui/icons/render/icon-death.d.ts +2 -0
- package/dist/ui/icons/render/icon-death.js +10 -0
- package/dist/ui/icons/render/icon-death.js.map +1 -0
- package/dist/ui/icons/render/{diabets.d.ts → icon-delete.d.ts} +1 -1
- package/dist/ui/icons/render/{delete.js → icon-delete.js} +3 -3
- package/dist/ui/icons/render/icon-delete.js.map +1 -0
- package/dist/ui/icons/render/{computer.d.ts → icon-diabets.d.ts} +1 -1
- package/dist/ui/icons/render/icon-diabets.js +10 -0
- package/dist/ui/icons/render/icon-diabets.js.map +1 -0
- package/dist/ui/icons/render/icon-door.d.ts +2 -0
- package/dist/ui/icons/render/{door.js → icon-door.js} +3 -3
- package/dist/ui/icons/render/icon-door.js.map +1 -0
- package/dist/ui/icons/render/{Check.d.ts → icon-drop-file.d.ts} +1 -1
- package/dist/ui/icons/render/{drop-file.js → icon-drop-file.js} +3 -3
- package/dist/ui/icons/render/icon-drop-file.js.map +1 -0
- package/dist/ui/icons/render/icon-edit-image.d.ts +1 -0
- package/dist/ui/icons/render/icon-edit-image.js +9 -0
- package/dist/ui/icons/render/icon-edit-image.js.map +1 -0
- package/dist/ui/icons/render/icon-edit.d.ts +2 -0
- package/dist/ui/icons/render/{Edit.js → icon-edit.js} +3 -3
- package/dist/ui/icons/render/icon-edit.js.map +1 -0
- package/dist/ui/icons/render/icon-email.d.ts +3 -0
- package/dist/ui/icons/render/icon-email.js +15 -0
- package/dist/ui/icons/render/icon-email.js.map +1 -0
- package/dist/ui/icons/render/{calculator.d.ts → icon-empty-chat.d.ts} +1 -1
- package/dist/ui/icons/render/icon-empty-chat.js +10 -0
- package/dist/ui/icons/render/icon-empty-chat.js.map +1 -0
- package/dist/ui/icons/render/icon-equalizer.d.ts +3 -0
- package/dist/ui/icons/render/icon-equalizer.js +15 -0
- package/dist/ui/icons/render/icon-equalizer.js.map +1 -0
- package/dist/ui/icons/render/icon-excel.d.ts +2 -0
- package/dist/ui/icons/render/icon-excel.js +10 -0
- package/dist/ui/icons/render/icon-excel.js.map +1 -0
- package/dist/ui/icons/render/{arrow-to-right.d.ts → icon-exclamation.d.ts} +1 -1
- package/dist/ui/icons/render/{exclamation.js → icon-exclamation.js} +3 -3
- package/dist/ui/icons/render/icon-exclamation.js.map +1 -0
- package/dist/ui/icons/render/{Exit.js → icon-exit.js} +1 -1
- package/dist/ui/icons/render/icon-exit.js.map +1 -0
- package/dist/ui/icons/render/{empty-chat.d.ts → icon-eye-slash.d.ts} +1 -1
- package/dist/ui/icons/render/icon-eye-slash.js +10 -0
- package/dist/ui/icons/render/icon-eye-slash.js.map +1 -0
- package/dist/ui/icons/render/icon-eye.d.ts +2 -0
- package/dist/ui/icons/render/{Eye.js → icon-eye.js} +3 -3
- package/dist/ui/icons/render/icon-eye.js.map +1 -0
- package/dist/ui/icons/render/icon-facebook.d.ts +3 -0
- package/dist/ui/icons/render/icon-facebook.js +15 -0
- package/dist/ui/icons/render/icon-facebook.js.map +1 -0
- package/dist/ui/icons/render/icon-file.d.ts +2 -0
- package/dist/ui/icons/render/{File.js → icon-file.js} +3 -3
- package/dist/ui/icons/render/icon-file.js.map +1 -0
- package/dist/ui/icons/render/icon-folder.d.ts +2 -0
- package/dist/ui/icons/render/{Folder.js → icon-folder.js} +3 -3
- package/dist/ui/icons/render/icon-folder.js.map +1 -0
- package/dist/ui/icons/render/{calendar-browse.d.ts → icon-fullfield-bell.d.ts} +1 -1
- package/dist/ui/icons/render/{fullfield-bell.js → icon-fullfield-bell.js} +3 -3
- package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -0
- package/dist/ui/icons/render/icon-fullfield-chat.d.ts +2 -0
- package/dist/ui/icons/render/{fullfield-chat.js → icon-fullfield-chat.js} +3 -3
- package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -0
- package/dist/ui/icons/render/{Gear.js → icon-gear.js} +1 -1
- package/dist/ui/icons/render/icon-gear.js.map +1 -0
- package/dist/ui/icons/render/icon-gender.d.ts +2 -0
- package/dist/ui/icons/render/{gender.js → icon-gender.js} +3 -3
- package/dist/ui/icons/render/icon-gender.js.map +1 -0
- package/dist/ui/icons/render/icon-globe.d.ts +2 -0
- package/dist/ui/icons/render/{Globe.js → icon-globe.js} +3 -3
- package/dist/ui/icons/render/icon-globe.js.map +1 -0
- package/dist/ui/icons/render/icon-heart.d.ts +2 -0
- package/dist/ui/icons/render/{heart.js → icon-heart.js} +3 -3
- package/dist/ui/icons/render/icon-heart.js.map +1 -0
- package/dist/ui/icons/render/icon-home.d.ts +2 -0
- package/dist/ui/icons/render/icon-home.js +10 -0
- package/dist/ui/icons/render/icon-home.js.map +1 -0
- package/dist/ui/icons/render/{arrow-foward-right.d.ts → icon-hospitalization.d.ts} +1 -1
- package/dist/ui/icons/render/{hospitalization.js → icon-hospitalization.js} +3 -3
- package/dist/ui/icons/render/icon-hospitalization.js.map +1 -0
- package/dist/ui/icons/render/{fullfield-chat.d.ts → icon-hypertension.d.ts} +1 -1
- package/dist/ui/icons/render/{hypertension.js → icon-hypertension.js} +3 -3
- package/dist/ui/icons/render/icon-hypertension.js.map +1 -0
- package/dist/ui/icons/render/icon-info.d.ts +2 -0
- package/dist/ui/icons/render/{info.js → icon-info.js} +2 -2
- package/dist/ui/icons/render/icon-info.js.map +1 -0
- package/dist/ui/icons/render/icon-interrogation-circle.d.ts +2 -0
- package/dist/ui/icons/render/{interrogation-circle.js → icon-interrogation-circle.js} +3 -3
- package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -0
- package/dist/ui/icons/render/{edit-image.d.ts → icon-language.d.ts} +1 -1
- package/dist/ui/icons/render/icon-language.js +10 -0
- package/dist/ui/icons/render/icon-language.js.map +1 -0
- package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -0
- package/dist/ui/icons/render/icon-left-chevron.js +9 -0
- package/dist/ui/icons/render/icon-left-chevron.js.map +1 -0
- package/dist/ui/icons/render/{transparent-mail.d.ts → icon-left-navigation.d.ts} +1 -1
- package/dist/ui/icons/render/icon-left-navigation.js +10 -0
- package/dist/ui/icons/render/icon-left-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-like.d.ts +2 -0
- package/dist/ui/icons/render/{like.js → icon-like.js} +3 -3
- package/dist/ui/icons/render/icon-like.js.map +1 -0
- package/dist/ui/icons/render/{NavRight.d.ts → icon-loading.d.ts} +1 -1
- package/dist/ui/icons/render/{loading.js → icon-loading.js} +3 -3
- package/dist/ui/icons/render/icon-loading.js.map +1 -0
- package/dist/ui/icons/render/icon-map-floor.d.ts +2 -0
- package/dist/ui/icons/render/icon-map-floor.js +10 -0
- package/dist/ui/icons/render/icon-map-floor.js.map +1 -0
- package/dist/ui/icons/render/{message-balloon.js → icon-message-balloon.js} +1 -1
- package/dist/ui/icons/render/icon-message-balloon.js.map +1 -0
- package/dist/ui/icons/render/icon-mobile.d.ts +2 -0
- package/dist/ui/icons/render/icon-mobile.js +10 -0
- package/dist/ui/icons/render/icon-mobile.js.map +1 -0
- package/dist/ui/icons/render/{keyboard-left-arrow.d.ts → icon-money-value-symbol.d.ts} +1 -1
- package/dist/ui/icons/render/{money-value-symbol.js → icon-money-value-symbol.js} +3 -3
- package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -0
- package/dist/ui/icons/render/icon-not-found.d.ts +2 -0
- package/dist/ui/icons/render/icon-not-found.js +10 -0
- package/dist/ui/icons/render/icon-not-found.js.map +1 -0
- package/dist/ui/icons/render/{arrow-top.d.ts → icon-not-like.d.ts} +1 -1
- package/dist/ui/icons/render/{not-like.js → icon-not-like.js} +3 -3
- package/dist/ui/icons/render/icon-not-like.js.map +1 -0
- package/dist/ui/icons/render/icon-padlock.d.ts +2 -0
- package/dist/ui/icons/render/{padlock.js → icon-padlock.js} +3 -3
- package/dist/ui/icons/render/icon-padlock.js.map +1 -0
- package/dist/ui/icons/render/icon-pdf.d.ts +2 -0
- package/dist/ui/icons/render/icon-pdf.js +10 -0
- package/dist/ui/icons/render/icon-pdf.js.map +1 -0
- package/dist/ui/icons/render/icon-person.d.ts +3 -0
- package/dist/ui/icons/render/{person.js → icon-person.js} +5 -5
- package/dist/ui/icons/render/icon-person.js.map +1 -0
- package/dist/ui/icons/render/icon-pet.d.ts +2 -0
- package/dist/ui/icons/render/icon-pet.js +10 -0
- package/dist/ui/icons/render/icon-pet.js.map +1 -0
- package/dist/ui/icons/render/icon-phone-message.d.ts +2 -0
- package/dist/ui/icons/render/icon-phone-message.js +10 -0
- package/dist/ui/icons/render/icon-phone-message.js.map +1 -0
- package/dist/ui/icons/render/{calendar-time.d.ts → icon-play-rounded.d.ts} +1 -1
- package/dist/ui/icons/render/{play-rounded.js → icon-play-rounded.js} +3 -3
- package/dist/ui/icons/render/icon-play-rounded.js.map +1 -0
- package/dist/ui/icons/render/{Carousel-right-icon.d.ts → icon-plus-sharp.d.ts} +1 -1
- package/dist/ui/icons/render/{plus-sharp.js → icon-plus-sharp.js} +3 -3
- package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -0
- package/dist/ui/icons/render/icon-prev.d.ts +2 -0
- package/dist/ui/icons/render/{prev.js → icon-prev.js} +3 -3
- package/dist/ui/icons/render/icon-prev.js.map +1 -0
- package/dist/ui/icons/render/{print.js → icon-print.js} +1 -1
- package/dist/ui/icons/render/icon-print.js.map +1 -0
- package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -0
- package/dist/ui/icons/render/icon-right-chevron.js +9 -0
- package/dist/ui/icons/render/icon-right-chevron.js.map +1 -0
- package/dist/ui/icons/render/{basic-bottom-arrow.d.ts → icon-right-navigation.d.ts} +1 -1
- package/dist/ui/icons/render/icon-right-navigation.js +10 -0
- package/dist/ui/icons/render/icon-right-navigation.js.map +1 -0
- package/dist/ui/icons/render/{hypertension.d.ts → icon-send-message.d.ts} +1 -1
- package/dist/ui/icons/render/{send-message.js → icon-send-message.js} +3 -3
- package/dist/ui/icons/render/icon-send-message.js.map +1 -0
- package/dist/ui/icons/render/icon-send.d.ts +2 -0
- package/dist/ui/icons/render/{arrow-forward.js → icon-send.js} +6 -6
- package/dist/ui/icons/render/icon-send.js.map +1 -0
- package/dist/ui/icons/render/icon-seo.d.ts +2 -0
- package/dist/ui/icons/render/icon-seo.js +10 -0
- package/dist/ui/icons/render/icon-seo.js.map +1 -0
- package/dist/ui/icons/render/icon-share-v2.d.ts +2 -0
- package/dist/ui/icons/render/{share-v2.js → icon-share-v2.js} +3 -3
- package/dist/ui/icons/render/icon-share-v2.js.map +1 -0
- package/dist/ui/icons/render/icon-shopping.d.ts +3 -0
- package/dist/ui/icons/render/{shopping.js → icon-shopping.js} +5 -5
- package/dist/ui/icons/render/icon-shopping.js.map +1 -0
- package/dist/ui/icons/render/icon-star.d.ts +2 -0
- package/dist/ui/icons/render/{star.js → icon-star.js} +3 -3
- package/dist/ui/icons/render/icon-star.js.map +1 -0
- package/dist/ui/icons/render/icon-starBg.d.ts +2 -0
- package/dist/ui/icons/render/{starBg.js → icon-starBg.js} +3 -3
- package/dist/ui/icons/render/icon-starBg.js.map +1 -0
- package/dist/ui/icons/render/icon-three-dots.d.ts +2 -0
- package/dist/ui/icons/render/icon-three-dots.js +10 -0
- package/dist/ui/icons/render/icon-three-dots.js.map +1 -0
- package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -0
- package/dist/ui/icons/render/icon-top-chevron.js +9 -0
- package/dist/ui/icons/render/icon-top-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-top-navigation.d.ts +2 -0
- package/dist/ui/icons/render/icon-top-navigation.js +10 -0
- package/dist/ui/icons/render/icon-top-navigation.js.map +1 -0
- package/dist/ui/icons/render/{basic-left-arrow.d.ts → icon-transparent-mail.d.ts} +1 -1
- package/dist/ui/icons/render/{transparent-mail.js → icon-transparent-mail.js} +3 -3
- package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -0
- package/dist/ui/icons/render/icon-transparent-phone.d.ts +2 -0
- package/dist/ui/icons/render/icon-transparent-phone.js +10 -0
- package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -0
- package/dist/ui/icons/render/icon-twitter.d.ts +3 -0
- package/dist/ui/icons/render/icon-twitter.js +15 -0
- package/dist/ui/icons/render/icon-twitter.js.map +1 -0
- package/dist/ui/icons/render/icon-upload.d.ts +2 -0
- package/dist/ui/icons/render/{upload.js → icon-upload.js} +3 -3
- package/dist/ui/icons/render/icon-upload.js.map +1 -0
- package/dist/ui/icons/render/icon-user.d.ts +3 -0
- package/dist/ui/icons/render/{user.js → icon-user.js} +5 -5
- package/dist/ui/icons/render/icon-user.js.map +1 -0
- package/dist/ui/icons/render/icon-weight.d.ts +2 -0
- package/dist/ui/icons/render/icon-weight.js +10 -0
- package/dist/ui/icons/render/icon-weight.js.map +1 -0
- package/dist/ui/icons/render/icon-whats.d.ts +3 -0
- package/dist/ui/icons/render/icon-whats.js +15 -0
- package/dist/ui/icons/render/icon-whats.js.map +1 -0
- package/dist/ui/icons/render/{word.js → icon-word.js} +1 -1
- package/dist/ui/icons/render/icon-word.js.map +1 -0
- package/dist/ui/icons/render/image.d.ts +1 -1
- package/dist/ui/icons/render/image.js +2 -2
- package/dist/ui/icons/render/image.js.map +1 -1
- package/package.json +4 -1
- package/dist/ui/icons/render/Carousel-left-icon.js +0 -10
- package/dist/ui/icons/render/Carousel-left-icon.js.map +0 -1
- package/dist/ui/icons/render/Carousel-right-icon.js +0 -10
- package/dist/ui/icons/render/Carousel-right-icon.js.map +0 -1
- package/dist/ui/icons/render/Check.js.map +0 -1
- package/dist/ui/icons/render/Checked.js.map +0 -1
- package/dist/ui/icons/render/Clock.d.ts +0 -3
- package/dist/ui/icons/render/Clock.js.map +0 -1
- package/dist/ui/icons/render/Close.js +0 -10
- package/dist/ui/icons/render/Close.js.map +0 -1
- package/dist/ui/icons/render/Codie.js +0 -10
- package/dist/ui/icons/render/Codie.js.map +0 -1
- package/dist/ui/icons/render/Edit.js.map +0 -1
- package/dist/ui/icons/render/Email.d.ts +0 -3
- package/dist/ui/icons/render/Email.js +0 -15
- package/dist/ui/icons/render/Email.js.map +0 -1
- package/dist/ui/icons/render/Exit.js.map +0 -1
- package/dist/ui/icons/render/Eye.d.ts +0 -2
- package/dist/ui/icons/render/Eye.js.map +0 -1
- package/dist/ui/icons/render/Facebook.d.ts +0 -3
- package/dist/ui/icons/render/Facebook.js +0 -15
- package/dist/ui/icons/render/Facebook.js.map +0 -1
- package/dist/ui/icons/render/File.js.map +0 -1
- package/dist/ui/icons/render/Folder.js.map +0 -1
- package/dist/ui/icons/render/Gear.js.map +0 -1
- package/dist/ui/icons/render/Globe.js.map +0 -1
- package/dist/ui/icons/render/Home.js +0 -10
- package/dist/ui/icons/render/Home.js.map +0 -1
- package/dist/ui/icons/render/Insagram.d.ts +0 -3
- package/dist/ui/icons/render/Insagram.js +0 -15
- package/dist/ui/icons/render/Insagram.js.map +0 -1
- package/dist/ui/icons/render/Linkedin.d.ts +0 -3
- package/dist/ui/icons/render/Linkedin.js +0 -15
- package/dist/ui/icons/render/Linkedin.js.map +0 -1
- package/dist/ui/icons/render/LongArrowRight.d.ts +0 -2
- package/dist/ui/icons/render/LongArrowRight.js +0 -11
- package/dist/ui/icons/render/LongArrowRight.js.map +0 -1
- package/dist/ui/icons/render/Lupa.js +0 -10
- package/dist/ui/icons/render/Lupa.js.map +0 -1
- package/dist/ui/icons/render/Map.d.ts +0 -2
- package/dist/ui/icons/render/Map.js.map +0 -1
- package/dist/ui/icons/render/Microphone.js.map +0 -1
- package/dist/ui/icons/render/Minus.d.ts +0 -2
- package/dist/ui/icons/render/Minus.js.map +0 -1
- package/dist/ui/icons/render/NavDown.d.ts +0 -3
- package/dist/ui/icons/render/NavDown.js +0 -15
- package/dist/ui/icons/render/NavDown.js.map +0 -1
- package/dist/ui/icons/render/NavLeft.js +0 -10
- package/dist/ui/icons/render/NavLeft.js.map +0 -1
- package/dist/ui/icons/render/NavRight.js +0 -10
- package/dist/ui/icons/render/NavRight.js.map +0 -1
- package/dist/ui/icons/render/NavUp.d.ts +0 -2
- package/dist/ui/icons/render/NavUp.js +0 -10
- package/dist/ui/icons/render/NavUp.js.map +0 -1
- package/dist/ui/icons/render/Phone.d.ts +0 -3
- package/dist/ui/icons/render/Phone.js +0 -15
- package/dist/ui/icons/render/Phone.js.map +0 -1
- package/dist/ui/icons/render/Pin.d.ts +0 -4
- package/dist/ui/icons/render/Pin.js.map +0 -1
- package/dist/ui/icons/render/Play.d.ts +0 -2
- package/dist/ui/icons/render/Play.js +0 -10
- package/dist/ui/icons/render/Play.js.map +0 -1
- package/dist/ui/icons/render/Plus.d.ts +0 -2
- package/dist/ui/icons/render/Plus.js +0 -10
- package/dist/ui/icons/render/Plus.js.map +0 -1
- package/dist/ui/icons/render/Share.d.ts +0 -2
- package/dist/ui/icons/render/Share.js +0 -10
- package/dist/ui/icons/render/Share.js.map +0 -1
- package/dist/ui/icons/render/TikTok.js +0 -10
- package/dist/ui/icons/render/TikTok.js.map +0 -1
- package/dist/ui/icons/render/Twitter.d.ts +0 -3
- package/dist/ui/icons/render/Twitter.js +0 -15
- package/dist/ui/icons/render/Twitter.js.map +0 -1
- package/dist/ui/icons/render/YouTube.js +0 -10
- package/dist/ui/icons/render/YouTube.js.map +0 -1
- package/dist/ui/icons/render/arrow-bottom.js +0 -10
- package/dist/ui/icons/render/arrow-bottom.js.map +0 -1
- package/dist/ui/icons/render/arrow-forward.d.ts +0 -2
- package/dist/ui/icons/render/arrow-forward.js.map +0 -1
- package/dist/ui/icons/render/arrow-foward-left.js.map +0 -1
- package/dist/ui/icons/render/arrow-foward-right.js.map +0 -1
- package/dist/ui/icons/render/arrow-to-right.js +0 -10
- package/dist/ui/icons/render/arrow-to-right.js.map +0 -1
- package/dist/ui/icons/render/arrow-top.js +0 -10
- package/dist/ui/icons/render/arrow-top.js.map +0 -1
- package/dist/ui/icons/render/basic-bottom-arrow.js +0 -10
- package/dist/ui/icons/render/basic-bottom-arrow.js.map +0 -1
- package/dist/ui/icons/render/basic-left-arrow.js +0 -10
- package/dist/ui/icons/render/basic-left-arrow.js.map +0 -1
- package/dist/ui/icons/render/basic-right-arrow.js +0 -10
- package/dist/ui/icons/render/basic-right-arrow.js.map +0 -1
- package/dist/ui/icons/render/block.d.ts +0 -2
- package/dist/ui/icons/render/block.js.map +0 -1
- package/dist/ui/icons/render/box.d.ts +0 -2
- package/dist/ui/icons/render/box.js.map +0 -1
- package/dist/ui/icons/render/calculator.js.map +0 -1
- package/dist/ui/icons/render/calendar-browse.js.map +0 -1
- package/dist/ui/icons/render/calendar-time.js +0 -10
- package/dist/ui/icons/render/calendar-time.js.map +0 -1
- package/dist/ui/icons/render/calendar.js +0 -10
- package/dist/ui/icons/render/calendar.js.map +0 -1
- package/dist/ui/icons/render/cam.d.ts +0 -2
- package/dist/ui/icons/render/cam.js +0 -10
- package/dist/ui/icons/render/cam.js.map +0 -1
- package/dist/ui/icons/render/chalet.js.map +0 -1
- package/dist/ui/icons/render/chat.d.ts +0 -2
- package/dist/ui/icons/render/chat.js.map +0 -1
- package/dist/ui/icons/render/clip.d.ts +0 -2
- package/dist/ui/icons/render/clip.js.map +0 -1
- package/dist/ui/icons/render/computer.js.map +0 -1
- package/dist/ui/icons/render/danger.js.map +0 -1
- package/dist/ui/icons/render/death.d.ts +0 -2
- package/dist/ui/icons/render/death.js +0 -10
- package/dist/ui/icons/render/death.js.map +0 -1
- package/dist/ui/icons/render/delete.d.ts +0 -2
- package/dist/ui/icons/render/delete.js.map +0 -1
- package/dist/ui/icons/render/diabets.js +0 -10
- package/dist/ui/icons/render/diabets.js.map +0 -1
- package/dist/ui/icons/render/door.d.ts +0 -2
- package/dist/ui/icons/render/door.js.map +0 -1
- package/dist/ui/icons/render/drop-file.d.ts +0 -2
- package/dist/ui/icons/render/drop-file.js.map +0 -1
- package/dist/ui/icons/render/edit-image.js +0 -10
- package/dist/ui/icons/render/edit-image.js.map +0 -1
- package/dist/ui/icons/render/empty-chat.js +0 -10
- package/dist/ui/icons/render/empty-chat.js.map +0 -1
- package/dist/ui/icons/render/equalizer.d.ts +0 -3
- package/dist/ui/icons/render/equalizer.js +0 -15
- package/dist/ui/icons/render/equalizer.js.map +0 -1
- package/dist/ui/icons/render/excel.d.ts +0 -1
- package/dist/ui/icons/render/excel.js +0 -9
- package/dist/ui/icons/render/excel.js.map +0 -1
- package/dist/ui/icons/render/exclamation.d.ts +0 -2
- package/dist/ui/icons/render/exclamation.js.map +0 -1
- package/dist/ui/icons/render/eye-off.d.ts +0 -2
- package/dist/ui/icons/render/eye-off.js +0 -10
- package/dist/ui/icons/render/eye-off.js.map +0 -1
- package/dist/ui/icons/render/fullfield-bell.js.map +0 -1
- package/dist/ui/icons/render/fullfield-chat.js.map +0 -1
- package/dist/ui/icons/render/gender.d.ts +0 -2
- package/dist/ui/icons/render/gender.js.map +0 -1
- package/dist/ui/icons/render/heart.d.ts +0 -2
- package/dist/ui/icons/render/heart.js.map +0 -1
- package/dist/ui/icons/render/hospitalization.d.ts +0 -2
- package/dist/ui/icons/render/hospitalization.js.map +0 -1
- package/dist/ui/icons/render/hut.d.ts +0 -2
- package/dist/ui/icons/render/hut.js +0 -10
- package/dist/ui/icons/render/hut.js.map +0 -1
- package/dist/ui/icons/render/hypertension.js.map +0 -1
- package/dist/ui/icons/render/info.d.ts +0 -2
- package/dist/ui/icons/render/info.js.map +0 -1
- package/dist/ui/icons/render/interrogation-circle.js.map +0 -1
- package/dist/ui/icons/render/keyboard-left-arrow.js +0 -10
- package/dist/ui/icons/render/keyboard-left-arrow.js.map +0 -1
- package/dist/ui/icons/render/keyboard-right-arrow.js +0 -10
- package/dist/ui/icons/render/keyboard-right-arrow.js.map +0 -1
- package/dist/ui/icons/render/language.d.ts +0 -2
- package/dist/ui/icons/render/language.js +0 -10
- package/dist/ui/icons/render/language.js.map +0 -1
- package/dist/ui/icons/render/like.d.ts +0 -2
- package/dist/ui/icons/render/like.js.map +0 -1
- package/dist/ui/icons/render/loading.js.map +0 -1
- package/dist/ui/icons/render/map-floor.d.ts +0 -2
- package/dist/ui/icons/render/map-floor.js +0 -10
- package/dist/ui/icons/render/map-floor.js.map +0 -1
- package/dist/ui/icons/render/message-balloon.js.map +0 -1
- package/dist/ui/icons/render/mobile.d.ts +0 -2
- package/dist/ui/icons/render/mobile.js +0 -10
- package/dist/ui/icons/render/mobile.js.map +0 -1
- package/dist/ui/icons/render/money-value-symbol.d.ts +0 -2
- package/dist/ui/icons/render/money-value-symbol.js.map +0 -1
- package/dist/ui/icons/render/next.d.ts +0 -2
- package/dist/ui/icons/render/next.js +0 -10
- package/dist/ui/icons/render/next.js.map +0 -1
- package/dist/ui/icons/render/not-found.d.ts +0 -2
- package/dist/ui/icons/render/not-found.js +0 -10
- package/dist/ui/icons/render/not-found.js.map +0 -1
- package/dist/ui/icons/render/not-like.d.ts +0 -2
- package/dist/ui/icons/render/not-like.js.map +0 -1
- package/dist/ui/icons/render/padlock.d.ts +0 -2
- package/dist/ui/icons/render/padlock.js.map +0 -1
- package/dist/ui/icons/render/pdf.d.ts +0 -2
- package/dist/ui/icons/render/pdf.js +0 -10
- package/dist/ui/icons/render/pdf.js.map +0 -1
- package/dist/ui/icons/render/person.d.ts +0 -3
- package/dist/ui/icons/render/person.js.map +0 -1
- package/dist/ui/icons/render/pet.d.ts +0 -2
- package/dist/ui/icons/render/pet.js +0 -10
- package/dist/ui/icons/render/pet.js.map +0 -1
- package/dist/ui/icons/render/phone-message.d.ts +0 -2
- package/dist/ui/icons/render/phone-message.js +0 -10
- package/dist/ui/icons/render/phone-message.js.map +0 -1
- package/dist/ui/icons/render/play-rounded.d.ts +0 -2
- package/dist/ui/icons/render/play-rounded.js.map +0 -1
- package/dist/ui/icons/render/plus-sharp.d.ts +0 -2
- package/dist/ui/icons/render/plus-sharp.js.map +0 -1
- package/dist/ui/icons/render/prev.d.ts +0 -2
- package/dist/ui/icons/render/prev.js.map +0 -1
- package/dist/ui/icons/render/print.js.map +0 -1
- package/dist/ui/icons/render/send-icon.d.ts +0 -2
- package/dist/ui/icons/render/send-icon.js +0 -10
- package/dist/ui/icons/render/send-icon.js.map +0 -1
- package/dist/ui/icons/render/send-message.js.map +0 -1
- package/dist/ui/icons/render/seo.d.ts +0 -2
- package/dist/ui/icons/render/seo.js +0 -10
- package/dist/ui/icons/render/seo.js.map +0 -1
- package/dist/ui/icons/render/share-v2.d.ts +0 -2
- package/dist/ui/icons/render/share-v2.js.map +0 -1
- package/dist/ui/icons/render/shopping.d.ts +0 -3
- package/dist/ui/icons/render/shopping.js.map +0 -1
- package/dist/ui/icons/render/star.d.ts +0 -2
- package/dist/ui/icons/render/star.js.map +0 -1
- package/dist/ui/icons/render/starBg.d.ts +0 -2
- package/dist/ui/icons/render/starBg.js.map +0 -1
- package/dist/ui/icons/render/three-dots.d.ts +0 -2
- package/dist/ui/icons/render/three-dots.js +0 -10
- package/dist/ui/icons/render/three-dots.js.map +0 -1
- package/dist/ui/icons/render/transparent-mail.js.map +0 -1
- package/dist/ui/icons/render/transparent-phone.d.ts +0 -2
- package/dist/ui/icons/render/transparent-phone.js +0 -10
- package/dist/ui/icons/render/transparent-phone.js.map +0 -1
- package/dist/ui/icons/render/upload.d.ts +0 -2
- package/dist/ui/icons/render/upload.js.map +0 -1
- package/dist/ui/icons/render/user.d.ts +0 -3
- package/dist/ui/icons/render/user.js.map +0 -1
- package/dist/ui/icons/render/weight.d.ts +0 -2
- package/dist/ui/icons/render/weight.js +0 -10
- package/dist/ui/icons/render/weight.js.map +0 -1
- package/dist/ui/icons/render/whats.d.ts +0 -3
- package/dist/ui/icons/render/whats.js +0 -15
- package/dist/ui/icons/render/whats.js.map +0 -1
- package/dist/ui/icons/render/word.js.map +0 -1
- /package/dist/ui/icons/render/{Exit.d.ts → icon-exit.d.ts} +0 -0
- /package/dist/ui/icons/render/{Gear.d.ts → icon-gear.d.ts} +0 -0
- /package/dist/ui/icons/render/{message-balloon.d.ts → icon-message-balloon.d.ts} +0 -0
- /package/dist/ui/icons/render/{print.d.ts → icon-print.d.ts} +0 -0
- /package/dist/ui/icons/render/{word.d.ts → icon-word.d.ts} +0 -0
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconStarBg = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconStarBg(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '21', viewBox: '0 0 20 21', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.07294 2.78894C9.41 1.95549 10.59 1.95549 10.9271 2.78894L12.3639 6.34186C12.5072 6.69608 12.8397 6.93771 13.2209 6.96449L17.0439 7.2331C17.9407 7.29611 18.3054 8.41837 17.6169 8.99647L14.6819 11.4609C14.3892 11.7066 14.2622 12.0976 14.3545 12.4683L15.2804 16.1873C15.4977 17.0597 14.543 17.7533 13.7804 17.2771L10.5296 15.2473C10.2055 15.0449 9.79446 15.0449 9.47036 15.2473L6.21957 17.2771C5.45699 17.7533 4.50235 17.0597 4.71955 16.1873L5.64547 12.4683C5.73779 12.0976 5.61075 11.7066 5.31814 11.4609L2.38312 8.99647C1.69462 8.41836 2.05926 7.29611 2.95607 7.2331L6.77912 6.96449C7.16027 6.93771 7.49284 6.69608 7.63609 6.34187L9.07294 2.78894Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '21', viewBox: '0 0 20 21', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.07294 2.78894C9.41 1.95549 10.59 1.95549 10.9271 2.78894L12.3639 6.34186C12.5072 6.69608 12.8397 6.93771 13.2209 6.96449L17.0439 7.2331C17.9407 7.29611 18.3054 8.41837 17.6169 8.99647L14.6819 11.4609C14.3892 11.7066 14.2622 12.0976 14.3545 12.4683L15.2804 16.1873C15.4977 17.0597 14.543 17.7533 13.7804 17.2771L10.5296 15.2473C10.2055 15.0449 9.79446 15.0449 9.47036 15.2473L6.21957 17.2771C5.45699 17.7533 4.50235 17.0597 4.71955 16.1873L5.64547 12.4683C5.73779 12.0976 5.61075 11.7066 5.31814 11.4609L2.38312 8.99647C1.69462 8.41836 2.05926 7.29611 2.95607 7.2331L6.77912 6.96449C7.16027 6.93771 7.49284 6.69608 7.63609 6.34187L9.07294 2.78894Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconStarBg = IconStarBg;
|
|
10
|
-
//# sourceMappingURL=starBg.js.map
|
|
10
|
+
//# sourceMappingURL=icon-starBg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-starBg.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-starBg.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,2oBAA2oB,EAC7oB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,gCASC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconThreeDots = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconThreeDots(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 16 16', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconThreeDots = IconThreeDots;
|
|
10
|
+
//# sourceMappingURL=icon-three-dots.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-three-dots.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-three-dots.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAgB;QAAd,KAAK,WAAA;IACnC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,KAAK,YAClG,iCAAM,CAAC,EAAC,gIAAgI,GAAG,GACvI,CACP,CAAA;AACH,CAAC;AAND,sCAMC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function IconTopChevron(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconTopChevron = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconTopChevron() {
|
|
6
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(6.123233995736766e-17,1,1,-6.123233995736766e-17,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z' }) }));
|
|
7
|
+
}
|
|
8
|
+
exports.IconTopChevron = IconTopChevron;
|
|
9
|
+
//# sourceMappingURL=icon-top-chevron.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-top-chevron.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-top-chevron.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,cAAc;IAC5B,OAAO,CACL,gCACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,OAAO,EAAC,KAAK,EACb,UAAU,EAAC,8BAA8B,EACzC,SAAS,EAAC,8DAA8D,YAExE,iCAAM,CAAC,EAAC,0DAA0D,GAAQ,GACtE,CACP,CAAA;AACH,CAAC;AAZD,wCAYC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconTopNavigation = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconTopNavigation(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { fill: color, viewBox: '0 0 15 15', xmlns: 'http://www.w3.org/2000/svg', id: 'arrow', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(-1.8369701987210297e-16,-1,-1,1.8369701987210297e-16,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8.29289 2.29289C8.68342 1.90237 9.31658 1.90237 9.70711 2.29289L14.2071 6.79289C14.5976 7.18342 14.5976 7.81658 14.2071 8.20711L9.70711 12.7071C9.31658 13.0976 8.68342 13.0976 8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929L11 8.5H1.5C0.947715 8.5 0.5 8.05228 0.5 7.5C0.5 6.94772 0.947715 6.5 1.5 6.5H11L8.29289 3.70711C7.90237 3.31658 7.90237 2.68342 8.29289 2.29289Z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconTopNavigation = IconTopNavigation;
|
|
10
|
+
//# sourceMappingURL=icon-top-navigation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-top-navigation.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-top-navigation.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,iBAAiB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACvC,OAAO,CACL,gCACE,IAAI,EAAE,KAAK,EACX,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,4BAA4B,EAClC,EAAE,EAAC,OAAO,EACV,OAAO,EAAC,KAAK,EACb,UAAU,EAAC,8BAA8B,EACzC,SAAS,EAAC,kEAAkE,YAE5E,iCAAM,CAAC,EAAC,mYAAmY,GAAQ,GAC/Y,CACP,CAAA;AACH,CAAC;AAdD,8CAcC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function TransparentMailIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.TransparentMailIcon = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function TransparentMailIcon(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 18', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 18', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M17.502 2l-7.441 6.662L2.511 2zM18 16H2V4.216l8.072 7.122L18 4.238zM0 1v16a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1z' }) }) }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.TransparentMailIcon = TransparentMailIcon;
|
|
10
|
-
//# sourceMappingURL=transparent-mail.js.map
|
|
10
|
+
//# sourceMappingURL=icon-transparent-mail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-transparent-mail.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-transparent-mail.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,mBAAmB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACzC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,4IAA4I,GAC9I,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,kDAaC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconTransparentPhone = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconTransparentPhone(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M17.183 18.26a17.253 17.253 0 0 1-7.485-2.667 17.014 17.014 0 0 1-5.205-5.208A17.251 17.251 0 0 1 1.83 2.872a.916.916 0 0 1 .91-.99h2.759c.451 0 .839.336.904.782.124.943.356 1.872.69 2.764a.916.916 0 0 1-.205.963L5.73 7.55a.914.914 0 0 0-.148 1.098 15.54 15.54 0 0 0 5.825 5.825.914.914 0 0 0 1.097-.148l1.159-1.159a.909.909 0 0 1 .964-.203c.89.332 1.82.564 2.763.689a.914.914 0 0 1 .782.95v2.744a.916.916 0 0 1-.99.915zm.075 1.83c.688 0 1.346-.256 1.853-.721.567-.52.891-1.26.888-2.03v-2.728a2.74 2.74 0 0 0-2.365-2.771 10.83 10.83 0 0 1-2.366-.59 2.731 2.731 0 0 0-.964-.175 2.725 2.725 0 0 0-1.931.796l-.656.655a13.716 13.716 0 0 1-4.19-4.19l.655-.655.004-.004c.75-.758.992-1.893.618-2.89a10.835 10.835 0 0 1-.591-2.375A2.741 2.741 0 0 0 5.499.054h-2.76C1.97.054 1.233.38.716.947a2.747 2.747 0 0 0-.705 2.11 19.087 19.087 0 0 0 2.945 8.318 18.854 18.854 0 0 0 5.758 5.758 19.09 19.09 0 0 0 8.297 2.946c.081.007.164.011.246.011z' }) }) }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconTransparentPhone = IconTransparentPhone;
|
|
10
|
+
//# sourceMappingURL=icon-transparent-phone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-transparent-phone.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-transparent-phone.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,oBAAoB,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC1C,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,o6BAAo6B,GACt6B,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,oDAaC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TwitterInverseIcon = exports.TwitterIcon = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function TwitterIcon(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.TwitterIcon = TwitterIcon;
|
|
10
|
+
function TwitterInverseIcon(_a) {
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z' }) }));
|
|
13
|
+
}
|
|
14
|
+
exports.TwitterInverseIcon = TwitterInverseIcon;
|
|
15
|
+
//# sourceMappingURL=icon-twitter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-twitter.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-twitter.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAgB;QAAd,KAAK,WAAA;IACjC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,yxBAAyxB,GAC3xB,GACE,CACP,CAAA;AACH,CAAC;AATD,kCASC;AAED,SAAgB,kBAAkB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACxC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,ymBAAymB,GAC3mB,GACE,CACP,CAAA;AACH,CAAC;AATD,gDASC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconUpload = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconUpload(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.5 14.8333H15.5V16.5H0.5V14.8333ZM8.83333 3.85703V13.1667H7.16667V3.85703L2.10744 8.91625L0.928933 7.73775L8 0.666672L15.0711 7.73775L13.8926 8.91625L8.83333 3.85703Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.5 14.8333H15.5V16.5H0.5V14.8333ZM8.83333 3.85703V13.1667H7.16667V3.85703L2.10744 8.91625L0.928933 7.73775L8 0.666672L15.0711 7.73775L13.8926 8.91625L8.83333 3.85703Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconUpload = IconUpload;
|
|
10
|
-
//# sourceMappingURL=upload.js.map
|
|
10
|
+
//# sourceMappingURL=icon-upload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-upload.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-upload.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,0KAA0K,EAC5K,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,gCASC"}
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconUseroBg = exports.IconUser = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconUser(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', viewBox: '50 30 40 40', children: (0, jsx_runtime_1.jsx)("path", { d: 'M84.142 35.858A19.87 19.87 0 0 0 70 30a19.869 19.869 0 0 0-14.142 5.858A19.869 19.869 0 0 0 50 50a19.87 19.87 0 0 0 5.858 14.142A19.869 19.869 0 0 0 70 70a19.87 19.87 0 0 0 14.142-5.858A19.87 19.87 0 0 0 90 50c0-5.342-2.08-10.365-5.858-14.142ZM60.027 64.56A10.098 10.098 0 0 1 70 56.193c4.964 0 9.137 3.552 9.973 8.368A17.556 17.556 0 0 1 70 67.656a17.556 17.556 0 0 1-9.973-3.095ZM63.64 47.49A6.366 6.366 0 0 1 70 41.13a6.366 6.366 0 0 1 6.36 6.36A6.366 6.366 0 0 1 70 53.849a6.366 6.366 0 0 1-6.36-6.36Zm18.362 15.446a12.458 12.458 0 0 0-3.64-5.866 12.456 12.456 0 0 0-3.62-2.286 8.702 8.702 0 0 0 3.96-7.294c0-4.8-3.904-8.703-8.703-8.703-4.799 0-8.703 3.904-8.703 8.703 0 3.05 1.578 5.74 3.96 7.294a12.46 12.46 0 0 0-3.62 2.286 12.46 12.46 0 0 0-3.64 5.865c-3.475-3.226-5.653-7.83-5.653-12.935 0-9.736 7.92-17.656 17.656-17.656 9.736 0 17.656 7.92 17.656 17.656 0 5.105-2.178 9.71-5.653 12.936Zm0 0', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', viewBox: '50 30 40 40', children: (0, jsx_runtime_1.jsx)("path", { d: 'M84.142 35.858A19.87 19.87 0 0 0 70 30a19.869 19.869 0 0 0-14.142 5.858A19.869 19.869 0 0 0 50 50a19.87 19.87 0 0 0 5.858 14.142A19.869 19.869 0 0 0 70 70a19.87 19.87 0 0 0 14.142-5.858A19.87 19.87 0 0 0 90 50c0-5.342-2.08-10.365-5.858-14.142ZM60.027 64.56A10.098 10.098 0 0 1 70 56.193c4.964 0 9.137 3.552 9.973 8.368A17.556 17.556 0 0 1 70 67.656a17.556 17.556 0 0 1-9.973-3.095ZM63.64 47.49A6.366 6.366 0 0 1 70 41.13a6.366 6.366 0 0 1 6.36 6.36A6.366 6.366 0 0 1 70 53.849a6.366 6.366 0 0 1-6.36-6.36Zm18.362 15.446a12.458 12.458 0 0 0-3.64-5.866 12.456 12.456 0 0 0-3.62-2.286 8.702 8.702 0 0 0 3.96-7.294c0-4.8-3.904-8.703-8.703-8.703-4.799 0-8.703 3.904-8.703 8.703 0 3.05 1.578 5.74 3.96 7.294a12.46 12.46 0 0 0-3.62 2.286 12.46 12.46 0 0 0-3.64 5.865c-3.475-3.226-5.653-7.83-5.653-12.935 0-9.736 7.92-17.656 17.656-17.656 9.736 0 17.656 7.92 17.656 17.656 0 5.105-2.178 9.71-5.653 12.936Zm0 0', fill: color, fillRule: 'evenodd', "data-name": 'Path 2516' }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconUser = IconUser;
|
|
10
10
|
function IconUseroBg(_a) {
|
|
11
|
-
var
|
|
12
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H18C18 18.6863 15.3137 16 12 16C8.68629 16 6 18.6863 6 22H4ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11Z', fill:
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H18C18 18.6863 15.3137 16 12 16C8.68629 16 6 18.6863 6 22H4ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11Z', fill: color }) }));
|
|
13
13
|
}
|
|
14
14
|
exports.IconUseroBg = IconUseroBg;
|
|
15
|
-
//# sourceMappingURL=user.js.map
|
|
15
|
+
//# sourceMappingURL=icon-user.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-user.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-user.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,aAAa,YAClF,iCACE,CAAC,EAAC,u4BAAu4B,EACz4B,IAAI,EAAE,KAAK,EACX,QAAQ,EAAC,SAAS,eACR,WAAW,GACrB,GACE,CACP,CAAA;AACH,CAAC;AAXD,4BAWC;AAED,SAAgB,WAAW,CAAC,EAAgB;QAAd,KAAK,WAAA;IACjC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,sTAAsT,EACxT,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,kCASC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconWeight = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconWeight(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_2001_174)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M21.8906 0H2.10938C0.946289 0 0 0.946289 0 2.10938V21.8906C0 23.0537 0.946289 24 2.10938 24H21.8906C23.0537 24 24 23.0537 24 21.8906V2.10938C24 0.946289 23.0537 0 21.8906 0ZM22.5938 21.8906C22.5938 22.2783 22.2783 22.5938 21.8906 22.5938H2.10938C1.72174 22.5938 1.40625 22.2783 1.40625 21.8906V2.10938C1.40625 1.72174 1.72174 1.40625 2.10938 1.40625H21.8906C22.2783 1.40625 22.5938 1.72174 22.5938 2.10938V21.8906Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M20.1094 5.6087C17.7521 3.84082 14.9478 2.90625 12 2.90625C9.0522 2.90625 6.24794 3.84082 3.89064 5.6087C3.74141 5.72076 3.64272 5.88739 3.61635 6.07214C3.59017 6.2569 3.63832 6.44458 3.75038 6.59381L7.46211 11.5318C7.60036 11.7156 7.8113 11.8125 8.0248 11.8125C8.17146 11.8125 8.3196 11.7667 8.44612 11.6719C9.4792 10.8972 10.708 10.4875 12 10.4875C13.2918 10.4875 14.5208 10.8972 15.5539 11.6719C15.8643 11.9048 16.3046 11.842 16.5377 11.5318L20.2495 6.59381C20.3617 6.44458 20.4099 6.2569 20.3835 6.07214C20.3573 5.88757 20.2586 5.72076 20.1094 5.6087ZM15.8159 10.1517C14.8674 9.57129 13.8106 9.21973 12.7031 9.11499V6.97192C12.7031 6.58356 12.3884 6.2688 12 6.2688C11.6117 6.2688 11.2969 6.58356 11.2969 6.97192V9.11499C10.1895 9.21973 9.13259 9.57129 8.1841 10.1517L5.30953 6.32739C7.29604 5.00702 9.59474 4.3125 12 4.3125C14.4053 4.3125 16.704 5.00702 18.6905 6.32739L15.8159 10.1517Z', fill: color })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2001_174', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconWeight = IconWeight;
|
|
10
|
+
//# sourceMappingURL=icon-weight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-weight.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-weight.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,+BAAG,QAAQ,EAAC,sBAAsB,aAChC,iCACE,CAAC,EAAC,gaAAga,EACla,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,43BAA43B,EAC93B,IAAI,EAAE,KAAK,GACX,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA;AACH,CAAC;AApBD,gCAoBC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconWhatsInverse = exports.IconWhats = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconWhats(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 30 30', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M21.77 17.98c-.368-.188-2.196-1.085-2.538-1.205-.341-.128-.59-.188-.837.187-.248.375-.958 1.205-1.178 1.46-.215.248-.436.281-.804.094-2.183-1.092-3.616-1.949-5.056-4.42-.382-.656.382-.61 1.092-2.029.12-.248.06-.462-.034-.65-.094-.187-.837-2.015-1.145-2.759-.301-.723-.61-.622-.837-.636-.214-.013-.462-.013-.71-.013-.248 0-.65.094-.99.462-.342.375-1.3 1.272-1.3 3.1 0 1.829 1.333 3.596 1.513 3.844.188.248 2.619 3.998 6.349 5.612 2.357 1.018 3.28 1.105 4.46.93.716-.107 2.196-.897 2.504-1.767.308-.87.308-1.614.214-1.768-.087-.168-.335-.261-.703-.442zm-6.777 9.254c-2.223 0-4.4-.596-6.294-1.72l-.449-.268-4.674 1.225 1.245-4.56-.294-.469a12.315 12.315 0 0 1-1.889-6.576C2.638 8.056 8.183 2.511 15 2.511c3.301 0 6.402 1.286 8.732 3.623 2.33 2.337 3.764 5.437 3.757 8.739 0 6.817-5.685 12.361-12.496 12.361zM25.507 4.36A14.754 14.754 0 0 0 14.993 0C6.797 0 .127 6.67.127 14.866c0 2.618.683 5.176 1.982 7.433L0 30l7.882-2.07a14.82 14.82 0 0 0 7.105 1.809h.006c8.19 0 15.007-6.67 15.007-14.866 0-3.971-1.688-7.701-4.493-10.514z' }) }) }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconWhats = IconWhats;
|
|
10
|
+
function IconWhatsInverse(_a) {
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M15.064 13.442c-.231.573-1.276 1.096-1.737 1.12-.46.024-.474.357-2.984-.734-2.51-1.09-4.02-3.743-4.14-3.914-.118-.17-.971-1.386-.925-2.61.046-1.223.716-1.8.955-2.04a.961.961 0 0 1 .68-.287c.198-.003.326-.006.472 0 .146.005.366-.031.556.474.19.506.645 1.748.703 1.875.058.127.094.273.004.436-.09.163-.135.265-.266.406-.13.14-.275.314-.392.422-.13.118-.267.248-.13.503.137.254.61 1.087 1.33 1.774.925.882 1.723 1.175 1.968 1.308.247.134.394.12.546-.041.152-.16.654-.703.83-.945.177-.243.342-.195.57-.104.226.091 1.435.739 1.681.873.246.133.41.202.47.308.058.106.04.604-.191 1.176zM10.18 0C4.76 0 .363 4.362.363 9.742c0 1.841.515 3.563 1.409 5.031L0 20l5.436-1.727a9.838 9.838 0 0 0 4.745 1.212c5.423 0 9.819-4.362 9.819-9.742C20 4.362 15.604 0 10.181 0z' }) }) }) }));
|
|
13
|
+
}
|
|
14
|
+
exports.IconWhatsInverse = IconWhatsInverse;
|
|
15
|
+
//# sourceMappingURL=icon-whats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-whats.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-whats.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,ggCAAggC,GAClgC,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,8BAaC;AAED,SAAgB,gBAAgB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACtC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,ivBAAivB,GACnvB,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,4CAaC"}
|
|
@@ -6,4 +6,4 @@ function IconWord() {
|
|
|
6
6
|
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 32 32', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M18.536,2.323V4.868c3.4.019,7.12-.035,10.521.019a.783.783,0,0,1,.912.861c.054,6.266-.013,12.89.032,19.157-.02.4.009,1.118-.053,1.517-.079.509-.306.607-.817.676-.286.039-.764.034-1.045.047-2.792-.014-5.582-.011-8.374-.01l-1.175,0v2.547L2,27.133Q2,16,2,4.873L18.536,2.322', style: { fill: '#283c82' } }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.536,5.822h10.5V26.18h-10.5V23.635h8.27V22.363h-8.27v-1.59h8.27V19.5h-8.27v-1.59h8.27V16.637h-8.27v-1.59h8.27V13.774h-8.27v-1.59h8.27V10.911h-8.27V9.321h8.27V8.048h-8.27V5.822', style: { fill: '#fff' } }), (0, jsx_runtime_1.jsx)("path", { d: 'M8.573,11.443c.6-.035,1.209-.06,1.813-.092.423,2.147.856,4.291,1.314,6.429.359-2.208.757-4.409,1.142-6.613.636-.022,1.272-.057,1.905-.1-.719,3.082-1.349,6.19-2.134,9.254-.531.277-1.326-.013-1.956.032-.423-2.106-.916-4.2-1.295-6.314C8.99,16.1,8.506,18.133,8.08,20.175q-.916-.048-1.839-.111c-.528-2.8-1.148-5.579-1.641-8.385.544-.025,1.091-.048,1.635-.067.328,2.026.7,4.043.986,6.072.448-2.08.907-4.161,1.352-6.241', style: { fill: '#fff' } })] }));
|
|
7
7
|
}
|
|
8
8
|
exports.IconWord = IconWord;
|
|
9
|
-
//# sourceMappingURL=word.js.map
|
|
9
|
+
//# sourceMappingURL=icon-word.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-word.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-word.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,QAAQ;IACtB,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,aACtF,iCACE,CAAC,EAAC,+QAA+Q,EACjR,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAC1B,EACF,iCACE,CAAC,EAAC,oLAAoL,EACtL,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,GACvB,EACF,iCACE,CAAC,EAAC,8ZAA8Z,EACha,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,GACvB,IACE,CACP,CAAA;AACH,CAAC;AAjBD,4BAiBC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function IconImage({
|
|
2
|
+
export declare function IconImage({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconImage = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconImage(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16', viewBox: '0 0 16 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M2.16667 7.25042L3.83333 5.58375L8.41667 10.1671L11.3333 7.25042L13.8333 9.75042V2.16667H2.16667V7.25042ZM2.16667 9.60742V13.8333H4.75042L7.23817 11.3456L3.83333 7.94075L2.16667 9.60742ZM7.10742 13.8333H13.8333V12.1074L11.3333 9.60742L7.10742 13.8333ZM1.33333 0.5H14.6667C15.1269 0.5 15.5 0.8731 15.5 1.33333V14.6667C15.5 15.1269 15.1269 15.5 14.6667 15.5H1.33333C0.8731 15.5 0.5 15.1269 0.5 14.6667V1.33333C0.5 0.8731 0.8731 0.5 1.33333 0.5ZM10.9167 6.33333C10.2263 6.33333 9.66667 5.77369 9.66667 5.08333C9.66667 4.39297 10.2263 3.83333 10.9167 3.83333C11.607 3.83333 12.1667 4.39297 12.1667 5.08333C12.1667 5.77369 11.607 6.33333 10.9167 6.33333Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16', viewBox: '0 0 16 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M2.16667 7.25042L3.83333 5.58375L8.41667 10.1671L11.3333 7.25042L13.8333 9.75042V2.16667H2.16667V7.25042ZM2.16667 9.60742V13.8333H4.75042L7.23817 11.3456L3.83333 7.94075L2.16667 9.60742ZM7.10742 13.8333H13.8333V12.1074L11.3333 9.60742L7.10742 13.8333ZM1.33333 0.5H14.6667C15.1269 0.5 15.5 0.8731 15.5 1.33333V14.6667C15.5 15.1269 15.1269 15.5 14.6667 15.5H1.33333C0.8731 15.5 0.5 15.1269 0.5 14.6667V1.33333C0.5 0.8731 0.8731 0.5 1.33333 0.5ZM10.9167 6.33333C10.2263 6.33333 9.66667 5.77369 9.66667 5.08333C9.66667 4.39297 10.2263 3.83333 10.9167 3.83333C11.607 3.83333 12.1667 4.39297 12.1667 5.08333C12.1667 5.77369 11.607 6.33333 10.9167 6.33333Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconImage = IconImage;
|
|
10
10
|
//# sourceMappingURL=image.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/image.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/image.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,2oBAA2oB,EAC7oB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,8BASC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infinity-forge",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.2",
|
|
4
4
|
"description": "codie Library",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"module": "./dist/index",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@types/lodash": "^4.17.7",
|
|
52
|
+
"@wojtekmaj/react-daterange-picker": "^6.0.0",
|
|
52
53
|
"axios": "^1.7.2",
|
|
53
54
|
"chroma-js": "^2.4.2",
|
|
54
55
|
"cpx": "^1.5.0",
|
|
@@ -59,8 +60,10 @@
|
|
|
59
60
|
"moment": "^2.30.1",
|
|
60
61
|
"next": "^14.2.3",
|
|
61
62
|
"react": "18.3.1",
|
|
63
|
+
"react-date-picker": "^11.0.0",
|
|
62
64
|
"react-dom": "18.3.1",
|
|
63
65
|
"react-ga": "^3.3.1",
|
|
66
|
+
"react-google-flight-datepicker": "^0.1.20",
|
|
64
67
|
"react-google-recaptcha": "^3.1.0",
|
|
65
68
|
"react-is": "^18.3.1",
|
|
66
69
|
"react-rte": "^0.16.5",
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconArrowLeft = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconArrowLeft(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '39', viewBox: '0 0 18 39', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M14.787 38.065L.41 20.51a1.807 1.807 0 0 1 0-2.296L14.787.665a1.807 1.807 0 0 1 2.549-.253c.771.633.887 1.774.254 2.55L4.152 19.364 17.59 35.764c.306.38.45.85.4 1.329a1.798 1.798 0 0 1-1.804 1.63 1.795 1.795 0 0 1-1.399-.658z' }) }) }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconArrowLeft = IconArrowLeft;
|
|
10
|
-
//# sourceMappingURL=Carousel-left-icon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Carousel-left-icon.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Carousel-left-icon.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAe;QAAb,IAAI,UAAA;IAClC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,YAChF,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,mOAAmO,GACrO,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,sCAaC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconArrowRight = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconArrowRight(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '39', viewBox: '0 0 18 39', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M.666 38.313c-.375-.301-.605-.74-.654-1.219-.053-.48.09-.95.396-1.33l13.438-16.399L.408 2.961A1.811 1.811 0 0 1 .666.412C.988.142 1.395 0 1.812 0c.543 0 1.055.243 1.405.66l14.37 17.554c.55.665.55 1.631 0 2.296L3.218 38.065a1.817 1.817 0 0 1-2.551.248z' }) }) }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconArrowRight = IconArrowRight;
|
|
10
|
-
//# sourceMappingURL=Carousel-right-icon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Carousel-right-icon.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Carousel-right-icon.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,cAAc,CAAC,EAAe;QAAb,IAAI,UAAA;IACnC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,YAChF,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,6PAA6P,GAC/P,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,wCAaC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Check.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Check.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAe;QAAb,IAAI,UAAA;IAClC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,uNAAuN,GACzN,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,sCAaC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Checked.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Checked.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAiB;QAAf,MAAM,YAAA;IAC9B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAClG,iCACE,CAAC,EAAC,gCAAgC,EAClC,MAAM,EAAE,MAAM,EACd,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,GACE,CACP,CAAA;AACH,CAAC;AAZD,0BAYC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Clock.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Clock.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,eAAe,CAAC,EAAe;QAAb,IAAI,UAAA;IACpC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,iHAAiH,GACnH,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,0CAaC;AAED,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,+BAAG,QAAQ,EAAC,sBAAsB,aAChC,iCACE,CAAC,EAAC,s7DAAs7D,EACx7D,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,2VAA2V,EAC7V,IAAI,EAAE,IAAI,GACV,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA;AACH,CAAC;AApBD,8BAoBC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CloseIcon = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function CloseIcon(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 320 512', fill: fill, children: (0, jsx_runtime_1.jsx)("path", { d: 'M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z' }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.CloseIcon = CloseIcon;
|
|
10
|
-
//# sourceMappingURL=Close.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Close.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Close.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,EAAC,IAAI,EAAE,IAAI,YACnC,iCAAM,CAAC,EAAC,wRAAwR,GAAG,GAC/R,CACP,CAAA;AACH,CAAC;AAND,8BAMC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CodieIcon = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function CodieIcon(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 160 49', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M120.34.66a4.024 4.024 0 0 1 3.805 7.09A4.023 4.023 0 0 1 120.34.66z' }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M124.78 11.476h-4.804a1.602 1.602 0 0 0-1.6 1.602v33.383c0 .88.72 1.603 1.6 1.603l4.803-.003c.88.003 1.601-.72 1.601-1.6l-.001-33.385c0-.881-.72-1.603-1.599-1.6' }) }) })] }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M68.933 18.184c.037.102.061.205.096.307h.002c.04.1.085.197.121.3 3.058 8.462-1.404 17.863-9.948 20.946-8.545 3.09-17.986-1.285-21.044-9.75-.037-.102-.062-.207-.097-.31h-.002c-.038-.1-.084-.194-.12-.297-3.059-8.464 1.404-17.863 9.949-20.949 8.545-3.087 17.985 1.286 21.043 9.753zM30.89 31.928c.037.103.084.2.121.297l-.003.003c.035.104.064.204.1.307 4.46 12.336 18.168 18.688 30.62 14.19 12.453-4.502 18.934-18.148 14.476-30.482-.037-.103-.084-.2-.122-.3l.006-.002c-.036-.102-.067-.205-.104-.305C71.526 3.3 57.817-3.054 45.364 1.446c-12.452 4.5-18.931 18.146-14.475 30.482z' }) }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M156.027 20.085a4.023 4.023 0 0 1-.1 8.044 4.021 4.021 0 0 1-3.97-4.074 4.018 4.018 0 0 1 4.07-3.97z' }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M157.99 40.805c-9.007-.092-16.309-7.44-16.309-16.468 0-9.029 7.302-16.377 16.31-16.469v-7.5c-13.162.09-23.807 10.785-23.807 23.969 0 13.183 10.645 23.878 23.807 23.97z' }) }) })] }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M23.805 40.805c-9.007-.092-16.309-7.44-16.309-16.468 0-9.029 7.302-16.377 16.31-16.469v-7.5C10.643.459 0 11.154 0 24.338c0 13.183 10.644 23.878 23.805 23.97z' }) }) }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M85.31 40.552c9.007-.09 16.309-7.441 16.309-16.469 0-9.026-7.302-16.373-16.309-16.466V.115c13.16.092 23.806 10.787 23.806 23.968 0 13.186-10.647 23.88-23.806 23.973z' }) }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M85.31 19.182v8.176a4.094 4.094 0 0 0 3.961-4.09 4.091 4.091 0 0 0-3.96-4.086z' }) })] })] }) }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.CodieIcon = CodieIcon;
|
|
10
|
-
//# sourceMappingURL=Codie.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Codie.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Codie.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,OAAO,CACL,gCAAK,OAAO,EAAC,YAAY,YACvB,wCACE,0CACE,0CACE,wCACE,iCAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,sEAAsE,GAAG,GAC3F,EACJ,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,kKAAkK,GACpK,GACA,GACF,IACF,EACJ,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,6jBAA6jB,GAC/jB,GACA,EACJ,0CACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,sGAAsG,GACxG,GACA,EACJ,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,yKAAyK,GAC3K,GACA,GACF,IACF,EACJ,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,+JAA+J,GACjK,GACA,GACF,EACJ,0CACE,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,uKAAuK,GACzK,GACA,GACF,EACJ,wCACE,iCAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,gFAAgF,GAAG,GACrG,IACF,IACF,GACF,GACA,CACP,CAAA;AACH,CAAC;AAjED,8BAiEC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Edit.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Edit.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,8RAA8R,EAChS,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EmailEmptyIcon = exports.EmailIcon = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function EmailIcon(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z' }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.EmailIcon = EmailIcon;
|
|
10
|
-
function EmailEmptyIcon(_a) {
|
|
11
|
-
var fill = _a.fill;
|
|
12
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z' }) }));
|
|
13
|
-
}
|
|
14
|
-
exports.EmailEmptyIcon = EmailEmptyIcon;
|
|
15
|
-
//# sourceMappingURL=Email.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Email.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Email.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,qQAAqQ,GACvQ,GACE,CACP,CAAA;AACH,CAAC;AATD,8BASC;AAED,SAAgB,cAAc,CAAC,EAAe;QAAb,IAAI,UAAA;IACnC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,iUAAiU,GACnU,GACE,CACP,CAAA;AACH,CAAC;AATD,wCASC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Exit.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Exit.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,QAAQ;IACtB,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,YAC3D,iCAAM,CAAC,EAAC,6ZAA6Z,GAAG,GACpa,CACP,CAAA;AACH,CAAC;AAND,4BAMC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Eye.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Eye.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAe;QAAb,IAAI,UAAA;IAC5B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,2uBAA2uB,EAC7uB,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,0BASC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FacebookNoBgIcon = exports.FacebookIcon = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function FacebookIcon(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 19.879', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, id: 'facebook', d: 'M20.563,10.563A10,10,0,1,0,9,20.442V13.453H6.46V10.563H9v-2.2a3.528,3.528,0,0,1,3.777-3.89,15.39,15.39,0,0,1,2.239.2v2.46H13.754a1.445,1.445,0,0,0-1.629,1.562v1.877H14.9l-.444,2.891h-2.33v6.988A10,10,0,0,0,20.563,10.563Z', transform: 'translate(-0.563 -0.563)' }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.FacebookIcon = FacebookIcon;
|
|
10
|
-
function FacebookNoBgIcon(_a) {
|
|
11
|
-
var fill = _a.fill;
|
|
12
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 320 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z' }) }));
|
|
13
|
-
}
|
|
14
|
-
exports.FacebookNoBgIcon = FacebookNoBgIcon;
|
|
15
|
-
//# sourceMappingURL=Facebook.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Facebook.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Facebook.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;IACjC,OAAO,CACL,gCAAK,OAAO,EAAC,eAAe,YAC1B,iCACE,IAAI,EAAE,IAAI,EACV,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,8NAA8N,EAChO,SAAS,EAAC,0BAA0B,GACpC,GACE,CACP,CAAA;AACH,CAAC;AAXD,oCAWC;AAED,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,8KAA8K,GAChL,GACE,CACP,CAAA;AACH,CAAC;AATD,4CASC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"File.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/File.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,8WAA8W,EAChX,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Folder.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Folder.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;IAC/B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,EAAE,EAAC,WAAW,EACd,CAAC,EAAC,kkBAAkkB,EACpkB,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AAVD,gCAUC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Gear.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Gear.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,QAAQ;IACtB,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,YAC3D,iCAAM,CAAC,EAAC,6gCAA6gC,GAAG,GACphC,CACP,CAAA;AACH,CAAC;AAND,4BAMC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Globe.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Globe.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,o+BAAo+B,EACt+B,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,8BASC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconHome = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconHome(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '15', height: '16', viewBox: '0 0 15 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { id: 'Union 12', d: 'M9.45361 16.0007H5.09082H2.18115C0.978516 16.0007 0 15.0221 0 13.8193V5.81849C0 5.59436 0.104004 5.38223 0.279785 5.24415L6.82617 0.15507C6.95801 0.053008 7.11621 0.000976562 7.27246 0.000976562C7.43018 0.000976562 7.58838 0.053008 7.71826 0.15507L14.2646 5.24415C14.4424 5.38223 14.5444 5.59436 14.5444 5.81849V13.8193C14.5444 15.0221 13.5659 16.0007 12.3633 16.0007H9.45361ZM12.3633 14.5458C12.7656 14.5458 13.0918 14.2196 13.0918 13.8193V6.17471L7.27246 1.64997L1.45459 6.17471V13.8193C1.45459 14.2196 1.78076 14.5458 2.18115 14.5458H4.3623V8.00181C4.3623 7.59957 4.68848 7.27337 5.09082 7.27337H9.45361C9.85596 7.27337 10.1821 7.59957 10.1821 8.00181V14.5458H12.3633ZM8.72705 14.5458V8.72825H5.81738V14.5458H8.72705Z', fill: fill }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconHome = IconHome;
|
|
10
|
-
//# sourceMappingURL=Home.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Home.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Home.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,ktBAAktB,EACptB,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AAVD,4BAUC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InstagramEmptyIcon = exports.InstagramIcon = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function InstagramIcon(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M12,2c2.717,0,3.056.01,4.122.06a7.367,7.367,0,0,1,2.428.465,4.876,4.876,0,0,1,1.772,1.153A4.908,4.908,0,0,1,21.475,5.45a7.387,7.387,0,0,1,.465,2.428C21.987,8.944,22,9.283,22,12s-.01,3.056-.06,4.122a7.393,7.393,0,0,1-.465,2.428,5.106,5.106,0,0,1-2.925,2.925,7.387,7.387,0,0,1-2.428.465c-1.066.047-1.4.06-4.122.06s-3.056-.01-4.122-.06a7.393,7.393,0,0,1-2.428-.465A5.106,5.106,0,0,1,2.525,18.55a7.361,7.361,0,0,1-.465-2.428C2.013,15.056,2,14.717,2,12s.01-3.056.06-4.122A7.361,7.361,0,0,1,2.525,5.45,4.88,4.88,0,0,1,3.678,3.678,4.9,4.9,0,0,1,5.45,2.525,7.361,7.361,0,0,1,7.878,2.06C8.944,2.013,9.283,2,12,2Zm0,5a5,5,0,1,0,5,5A5,5,0,0,0,12,7Zm6.5-.25A1.25,1.25,0,1,0,17.25,8,1.25,1.25,0,0,0,18.5,6.75ZM12,9a3,3,0,1,1-3,3A3,3,0,0,1,12,9Z', transform: 'translate(-2 -2)' }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.InstagramIcon = InstagramIcon;
|
|
10
|
-
function InstagramEmptyIcon(_a) {
|
|
11
|
-
var fill = _a.fill;
|
|
12
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z' }) }));
|
|
13
|
-
}
|
|
14
|
-
exports.InstagramEmptyIcon = InstagramEmptyIcon;
|
|
15
|
-
//# sourceMappingURL=Insagram.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Insagram.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Insagram.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAe;QAAb,IAAI,UAAA;IAClC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,6tBAA6tB,EAC/tB,SAAS,EAAC,kBAAkB,GAC5B,GACE,CACP,CAAA;AACH,CAAC;AAVD,sCAUC;AAED,SAAgB,kBAAkB,CAAC,EAAe;QAAb,IAAI,UAAA;IACvC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,45BAA45B,GAC95B,GACE,CACP,CAAA;AACH,CAAC;AATD,gDASC"}
|