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
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconDeath = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconDeath(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
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_437_2219)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M23.297 19.798H22.6V17.6969C22.6 17.3087 22.2852 16.994 21.897 16.994H20.1611V8.16382C20.1611 3.6638 16.5001 0.00268555 12 0.00268555C7.49993 0.00268555 3.83887 3.66375 3.83887 8.16382V16.994H2.10302C1.7148 16.994 1.40006 17.3087 1.40006 17.6969V19.798H0.70296C0.314739 19.798 0 20.1127 0 20.5009V23.2941C0 23.6824 0.314739 23.9971 0.70296 23.9971H23.297C23.6853 23.9971 24 23.6824 24 23.2941V20.5009C24 20.1127 23.6853 19.798 23.297 19.798ZM5.24479 8.16382C5.24479 4.43902 8.27515 1.40861 12 1.40861C15.7248 1.40861 18.7552 4.43897 18.7552 8.16382V16.994H5.24479V8.16382ZM2.80598 18.3999H21.1941V19.798H2.80598V18.3999ZM22.5941 22.5912H1.40592V21.2039H22.5941V22.5912Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M14.8811 12.5029H9.11891C8.73069 12.5029 8.41595 12.8177 8.41595 13.2059C8.41595 13.5941 8.73069 13.9089 9.11891 13.9089H14.8811C15.2693 13.9089 15.584 13.5941 15.584 13.2059C15.584 12.8177 15.2693 12.5029 14.8811 12.5029Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M14.8811 9.69116H9.11891C8.73069 9.69116 8.41595 10.0059 8.41595 10.3941C8.41595 10.7823 8.73069 11.0971 9.11891 11.0971H14.8811C15.2693 11.0971 15.584 10.7823 15.584 10.3941C15.5841 10.0059 15.2693 9.69116 14.8811 9.69116Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M14.8811 6.87915H9.11891C8.73069 6.87915 8.41595 7.19389 8.41595 7.58211C8.41595 7.97033 8.73069 8.28507 9.11891 8.28507H14.8811C15.2693 8.28507 15.584 7.97033 15.584 7.58211C15.5841 7.19389 15.2693 6.87915 14.8811 6.87915Z', fill: fill })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_437_2219', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconDeath = IconDeath;
|
|
10
|
-
//# sourceMappingURL=death.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"death.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/death.tsx"],"names":[],"mappings":";;;;AAEA,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,+pBAA+pB,EACjqB,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,gOAAgO,EAClO,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,iOAAiO,EACnO,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,iOAAiO,EACnO,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;AA5BD,8BA4BC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/delete.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,CAAC,EAAC,2eAA2e,EAC7e,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,gCASC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconDiabets = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconDiabets(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsx)("g", { id: 'diabetes', clipPath: 'url(#clip0_482_2673)', children: (0, jsx_runtime_1.jsxs)("g", { id: 'Group', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M12 0.0393066C5.38317 0.0393066 0 5.42248 0 12.0393C0.603281 27.9371 23.3992 27.9327 24 12.0392C24 5.42243 18.6168 0.0393066 12 0.0393066ZM12 22.6331C9.33202 22.6331 6.89161 21.6413 5.02702 20.0076L7.60195 17.4317C7.8765 17.1571 7.87641 16.7119 7.60177 16.4374C7.32713 16.1628 6.88191 16.1629 6.60741 16.4375L4.03261 19.0133C-4.35122 8.84248 8.81166 -4.30816 18.973 4.07103L16.398 6.64695C16.1235 6.92154 16.1236 7.36676 16.3982 7.64131C16.6728 7.91576 17.118 7.91571 17.3926 7.64112L19.9674 5.06534C25.9426 11.7218 21.0308 22.7081 12 22.6331Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M17.9999 12.5176L14.586 10.5467V6.60404C14.586 6.35284 14.4519 6.12066 14.2343 5.99513L10.4687 3.82121C10.2511 3.69568 9.9832 3.69563 9.76566 3.82126L6.00005 5.99513C5.78245 6.12071 5.64844 6.35284 5.64844 6.60404V10.9522C5.64844 11.2034 5.78241 11.4355 5.99995 11.5611L9.414 13.5324V17.4746C9.414 17.7258 9.54797 17.958 9.76552 18.0835L13.5313 20.2574C13.7488 20.383 14.0168 20.383 14.2343 20.2575L18 18.0835C18.2175 17.9579 18.3515 17.7258 18.3515 17.4746V13.1265C18.3515 12.8753 18.2175 12.6431 17.9999 12.5176ZM9.41405 11.9086L7.05469 10.5462V7.82195L9.41405 9.18423V11.9086ZM7.75781 6.60404L10.1172 5.24199L12.4766 6.60404L10.1172 7.96632L7.75781 6.60404ZM13.1797 7.8219V10.5462L10.8203 11.9086V9.18423L13.1797 7.8219ZM13.1796 18.431L10.8203 17.0687V14.3444L13.1796 15.7066V18.431ZM13.8827 14.4888L11.5234 13.1265L13.8827 11.7645L16.2421 13.1265L13.8827 14.4888ZM16.9453 17.0687L14.5859 18.431V15.7067L16.9453 14.3444V17.0687Z', fill: fill })] }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_482_2673', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconDiabets = IconDiabets;
|
|
10
|
-
//# sourceMappingURL=diabets.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"diabets.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/diabets.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;IAChC,OAAO,CACL,iCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,aAC5F,8BAAG,EAAE,EAAC,UAAU,EAAC,QAAQ,EAAC,sBAAsB,YAC9C,+BAAG,EAAE,EAAC,OAAO,aACX,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,iiBAAiiB,EACniB,IAAI,EAAE,IAAI,GACV,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,q6BAAq6B,EACv6B,IAAI,EAAE,IAAI,GACV,IACA,GACF,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;AAxBD,kCAwBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"door.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/door.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,iCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,6BAA6B,aAC7F,iCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,y5BAAy5B,EAC35B,IAAI,EAAE,IAAI,GACJ,EACR,iCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,2xBAA2xB,EAC7xB,IAAI,EAAE,IAAI,GACJ,IACJ,CACP,CAAA;AACH,CAAC;AAjBD,4BAiBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"drop-file.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/drop-file.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;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,6KAA6K,EAC/K,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,oCASC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconEditImage = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconEditImage(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
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', stroke: 'currentColor', strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M15 8h.01' }), (0, jsx_runtime_1.jsx)("path", { d: 'M11 20h-4a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4' }), (0, jsx_runtime_1.jsx)("path", { d: 'M4 15l4 -4c.928 -.893 2.072 -.893 3 0l3 3' }), (0, jsx_runtime_1.jsx)("path", { d: 'M14 14l1 -1c.31 -.298 .644 -.497 .987 -.596' }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z' })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconEditImage = IconEditImage;
|
|
10
|
-
//# sourceMappingURL=edit-image.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"edit-image.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/edit-image.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAe;QAAb,IAAI,UAAA;IAClC,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,aAEtB,iCAAM,MAAM,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,EACpD,iCAAM,CAAC,EAAC,WAAW,GAAG,EACtB,iCAAM,CAAC,EAAC,iEAAiE,GAAG,EAC5E,iCAAM,CAAC,EAAC,2CAA2C,GAAG,EACtD,iCAAM,CAAC,EAAC,6CAA6C,GAAG,EACxD,iCAAM,CAAC,EAAC,mEAAmE,GAAG,IAC1E,CACP,CAAA;AACH,CAAC;AArBD,sCAqBC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EmptyChatIcon = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function EmptyChatIcon(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '60', height: '61', viewBox: '0 0 60 61', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 2.375C13.1959 2.375 0 14.3214 0 28.7422C0 34.8854 2.43082 40.8371 6.855 45.5526C7.73039 49.1622 6.66762 52.9871 4.03055 55.6242C2.92805 56.7267 3.7084 58.625 5.27344 58.625C10.2825 58.625 15.1106 56.6621 18.7001 53.2026C22.2499 54.4684 26.006 55.1094 29.8828 55.1094C46.616 55.1094 60 43.1279 60 28.7422C60 14.3484 46.6068 2.375 29.8828 2.375ZM29.8828 51.6172C26.0483 51.6172 22.3515 50.8958 18.8951 49.5193C18.2162 49.2491 17.4411 49.4266 16.9479 49.9657C14.8247 52.2859 12.0646 53.9038 9.05801 54.6474C10.7146 51.4729 11.138 47.7308 10.1296 44.1855C10.0501 43.9059 9.90246 43.6504 9.69996 43.442C5.71195 39.3342 3.49219 34.1137 3.49219 28.7422C3.49219 16.1418 15.3439 5.86719 29.8828 5.86719C44.5509 5.86719 56.5078 16.1418 56.5078 28.7422C56.5078 41.3425 44.5509 51.6172 29.8828 51.6172Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M15.8203 23.4688C12.9125 23.4688 10.5469 25.8344 10.5469 28.7422C10.5469 31.65 12.9125 34.0156 15.8203 34.0156C18.7281 34.0156 21.0938 31.65 21.0938 28.7422C21.0938 25.8344 18.7281 23.4688 15.8203 23.4688ZM15.8203 30.5C14.8511 30.5 14.0625 29.7114 14.0625 28.7422C14.0625 27.7729 14.8511 26.9844 15.8203 26.9844C16.7896 26.9844 17.5781 27.7729 17.5781 28.7422C17.5781 29.7114 16.7896 30.5 15.8203 30.5Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 23.4688C26.975 23.4688 24.6094 25.8344 24.6094 28.7422C24.6094 31.65 26.975 34.0156 29.8828 34.0156C32.7906 34.0156 35.1562 31.65 35.1562 28.7422C35.1562 25.8344 32.7906 23.4688 29.8828 23.4688ZM29.8828 30.5C28.9136 30.5 28.125 29.7114 28.125 28.7422C28.125 27.7729 28.9136 26.9844 29.8828 26.9844C30.8521 26.9844 31.6406 27.7729 31.6406 28.7422C31.6406 29.7114 30.8521 30.5 29.8828 30.5Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M44.1797 23.4688C41.2719 23.4688 38.9062 25.8344 38.9062 28.7422C38.9062 31.65 41.2719 34.0156 44.1797 34.0156C47.0875 34.0156 49.4531 31.65 49.4531 28.7422C49.4531 25.8344 47.0875 23.4688 44.1797 23.4688ZM44.1797 30.5C43.2104 30.5 42.4219 29.7114 42.4219 28.7422C42.4219 27.7729 43.2104 26.9844 44.1797 26.9844C45.1489 26.9844 45.9375 27.7729 45.9375 28.7422C45.9375 29.7114 45.1489 30.5 44.1797 30.5Z', fill: fill })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.EmptyChatIcon = EmptyChatIcon;
|
|
10
|
-
//# sourceMappingURL=empty-chat.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"empty-chat.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/empty-chat.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAe;QAAb,IAAI,UAAA;IAClC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,iCACE,CAAC,EAAC,iyBAAiyB,EACnyB,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,+YAA+Y,EACjZ,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAE,IAAI,GACV,IACE,CACP,CAAA;AACH,CAAC;AArBD,sCAqBC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EqualizerFillIcon = exports.EqualizerLineIcon = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function EqualizerLineIcon(_a) {
|
|
6
|
-
var _b = _a.fill, fill = _b === void 0 ? 'black' : _b;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: fill, children: (0, jsx_runtime_1.jsx)("path", { d: 'M6.17071 18C6.58254 16.8348 7.69378 16 9 16C10.3062 16 11.4175 16.8348 11.8293 18H22V20H11.8293C11.4175 21.1652 10.3062 22 9 22C7.69378 22 6.58254 21.1652 6.17071 20H2V18H6.17071ZM12.1707 11C12.5825 9.83481 13.6938 9 15 9C16.3062 9 17.4175 9.83481 17.8293 11H22V13H17.8293C17.4175 14.1652 16.3062 15 15 15C13.6938 15 12.5825 14.1652 12.1707 13H2V11H12.1707ZM6.17071 4C6.58254 2.83481 7.69378 2 9 2C10.3062 2 11.4175 2.83481 11.8293 4H22V6H11.8293C11.4175 7.16519 10.3062 8 9 8C7.69378 8 6.58254 7.16519 6.17071 6H2V4H6.17071ZM9 6C9.55228 6 10 5.55228 10 5C10 4.44772 9.55228 4 9 4C8.44772 4 8 4.44772 8 5C8 5.55228 8.44772 6 9 6ZM15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13ZM9 20C9.55228 20 10 19.5523 10 19C10 18.4477 9.55228 18 9 18C8.44772 18 8 18.4477 8 19C8 19.5523 8.44772 20 9 20Z' }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.EqualizerLineIcon = EqualizerLineIcon;
|
|
10
|
-
function EqualizerFillIcon(_a) {
|
|
11
|
-
var _b = _a.fill, fill = _b === void 0 ? 'black' : _b;
|
|
12
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: fill, children: (0, jsx_runtime_1.jsx)("path", { d: 'M6.17071 18C6.58254 16.8348 7.69378 16 9 16C10.3062 16 11.4175 16.8348 11.8293 18H22V20H11.8293C11.4175 21.1652 10.3062 22 9 22C7.69378 22 6.58254 21.1652 6.17071 20H2V18H6.17071ZM12.1707 11C12.5825 9.83481 13.6938 9 15 9C16.3062 9 17.4175 9.83481 17.8293 11H22V13H17.8293C17.4175 14.1652 16.3062 15 15 15C13.6938 15 12.5825 14.1652 12.1707 13H2V11H12.1707ZM6.17071 4C6.58254 2.83481 7.69378 2 9 2C10.3062 2 11.4175 2.83481 11.8293 4H22V6H11.8293C11.4175 7.16519 10.3062 8 9 8C7.69378 8 6.58254 7.16519 6.17071 6H2V4H6.17071Z' }) }));
|
|
13
|
-
}
|
|
14
|
-
exports.EqualizerFillIcon = EqualizerFillIcon;
|
|
15
|
-
//# sourceMappingURL=equalizer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"equalizer.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/equalizer.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,iBAAiB,CAAC,EAAyB;QAAvB,YAAc,EAAd,IAAI,mBAAG,OAAO,KAAA;IAChD,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,IAAI,YACpE,iCAAM,CAAC,EAAC,+1BAA+1B,GAAG,GACt2B,CACP,CAAA;AACH,CAAC;AAND,8CAMC;AAED,SAAgB,iBAAiB,CAAC,EAAyB;QAAvB,YAAc,EAAd,IAAI,mBAAG,OAAO,KAAA;IAChD,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,IAAI,YACpE,iCAAM,CAAC,EAAC,+gBAA+gB,GAAG,GACthB,CACP,CAAA;AACH,CAAC;AAND,8CAMC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function IconExcel(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconExcel = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconExcel() {
|
|
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: 'M28.781,4.405H18.651V2.018L2,4.588V27.115l16.651,2.868V26.445H28.781A1.162,1.162,0,0,0,30,25.349V5.5A1.162,1.162,0,0,0,28.781,4.405Zm.16,21.126H18.617L18.6,23.642h2.487v-2.2H18.581l-.012-1.3h2.518v-2.2H18.55l-.012-1.3h2.549v-2.2H18.53v-1.3h2.557v-2.2H18.53v-1.3h2.557v-2.2H18.53v-2H28.941Z', style: { fill: '#20744a', fillRule: 'evenodd' } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '7.439', width: '4.323', height: '2.2', style: { fill: '#20744a' } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '10.94', width: '4.323', height: '2.2', style: { fill: '#20744a' } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '14.441', width: '4.323', height: '2.2', style: { fill: '#20744a' } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '17.942', width: '4.323', height: '2.2', style: { fill: '#20744a' } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '21.443', width: '4.323', height: '2.2', style: { fill: '#20744a' } }), (0, jsx_runtime_1.jsx)("polygon", { points: '6.347 10.673 8.493 10.55 9.842 14.259 11.436 10.397 13.582 10.274 10.976 15.54 13.582 20.819 11.313 20.666 9.781 16.642 8.248 20.513 6.163 20.329 8.585 15.666 6.347 10.673', style: { fill: '#fff', fillRule: 'evenodd' } })] }));
|
|
7
|
-
}
|
|
8
|
-
exports.IconExcel = IconExcel;
|
|
9
|
-
//# sourceMappingURL=excel.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"excel.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/excel.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,SAAS;IACvB,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,aACtF,iCACE,CAAC,EAAC,mSAAmS,EACrS,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,GAC/C,EACF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAI,EACpF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAI,EACpF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,QAAQ,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAI,EACrF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,QAAQ,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAI,EACrF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,QAAQ,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAI,EACrF,oCACE,MAAM,EAAC,6KAA6K,EACpL,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAC5C,IACE,CACP,CAAA;AACH,CAAC;AAlBD,8BAkBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exclamation.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/exclamation.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,eAAe,CAAC,EAAe;QAAb,IAAI,UAAA;IACpC,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,4gBAA4gB,EAC9gB,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,0CASC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconEyeOff = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconEyeOff(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 24 24', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M4.4955 7.44088C3.54724 8.11787 2.77843 8.84176 2.1893 9.47978C0.857392 10.9222 0.857393 13.0778 2.1893 14.5202C3.9167 16.391 7.18879 19 12 19C13.2958 19 14.4799 18.8108 15.5523 18.4977L13.8895 16.8349C13.2936 16.9409 12.6638 17 12 17C7.9669 17 5.18832 14.82 3.65868 13.1634C3.03426 12.4872 3.03426 11.5128 3.65868 10.8366C4.23754 10.2097 4.99526 9.50784 5.93214 8.87753L4.4955 7.44088Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M8.53299 11.4784C8.50756 11.6486 8.49439 11.8227 8.49439 12C8.49439 13.933 10.0614 15.5 11.9944 15.5C12.1716 15.5 12.3458 15.4868 12.516 15.4614L8.53299 11.4784Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M15.4661 12.4471L11.5473 8.52829C11.6937 8.50962 11.8429 8.5 11.9944 8.5C13.9274 8.5 15.4944 10.067 15.4944 12C15.4944 12.1515 15.4848 12.3007 15.4661 12.4471Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.1118 15.0928C19.0284 14.4702 19.7715 13.7805 20.3413 13.1634C20.9657 12.4872 20.9657 11.5128 20.3413 10.8366C18.8117 9.18002 16.0331 7 12 7C11.3594 7 10.7505 7.05499 10.1732 7.15415L8.50483 5.48582C9.5621 5.1826 10.7272 5 12 5C16.8112 5 20.0833 7.60905 21.8107 9.47978C23.1426 10.9222 23.1426 13.0778 21.8107 14.5202C21.2305 15.1486 20.476 15.8603 19.5474 16.5284L18.1118 15.0928Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M2.00789 3.42207C1.61736 3.03155 1.61736 2.39838 2.00789 2.00786C2.39841 1.61733 3.03158 1.61733 3.4221 2.00786L22.0004 20.5862C22.391 20.9767 22.391 21.6099 22.0004 22.0004C21.6099 22.3909 20.9767 22.3909 20.5862 22.0004L2.00789 3.42207Z', fill: fill })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconEyeOff = IconEyeOff;
|
|
10
|
-
//# sourceMappingURL=eye-off.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eye-off.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/eye-off.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;IAC/B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAClG,iCACE,CAAC,EAAC,oYAAoY,EACtY,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,mKAAmK,EACrK,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,iKAAiK,EACnK,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,kYAAkY,EACpY,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,gPAAgP,EAClP,IAAI,EAAE,IAAI,GACV,IACE,CACP,CAAA;AACH,CAAC;AAzBD,gCAyBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fullfield-bell.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/fullfield-bell.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,iBAAiB,CAAC,EAAe;QAAb,IAAI,UAAA;IACtC,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,kSAAkS,EACpS,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,8CASC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fullfield-chat.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/fullfield-chat.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,iBAAiB,CAAC,EAAe;QAAb,IAAI,UAAA;IACtC,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,qTAAqT,EACvT,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,8CASC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gender.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/gender.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;IAC/B,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,ksBAAksB,EACpsB,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,8rBAA8rB,EAChsB,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,gCAoBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"heart.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/heart.tsx"],"names":[],"mappings":";;;;AAEA,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,8BAAG,QAAQ,EAAC,sBAAsB,YAChC,iCACE,CAAC,EAAC,ovCAAovC,EACtvC,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAC,uBAAuB,GAAG,GACpE,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,8BAgBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hospitalization.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/hospitalization.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,mBAAmB,CAAC,EAAe;QAAb,IAAI,UAAA;IACxC,OAAO,CACL,iCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aACzD,+BAAG,QAAQ,EAAC,qBAAqB,aAC/B,iCACE,CAAC,EAAC,2vBAA2vB,EAC7vB,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,irBAAirB,EACnrB,IAAI,EAAE,IAAI,GACV,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,eAAe,YAC1B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAC,gBAAgB,GAAG,GAC7D,GACN,IACH,CACP,CAAA;AACH,CAAC;AApBD,kDAoBC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconHut = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconHut(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 25, height: 24, viewBox: '0 0 25 24', fill: fill, children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.318 21.262a3.746 3.746 0 004.374-.37l3.647-3.125 3.646 3.126a3.748 3.748 0 004.374.369 3.77 3.77 0 001.426-4.898L15.471 3.736A3.483 3.483 0 0012.339 1.8a3.483 3.483 0 00-3.132 1.935l-6.315 12.63a3.77 3.77 0 001.426 4.897zm5.954-8.303c0-1.14.927-2.067 2.067-2.067 1.14 0 2.066.928 2.066 2.067 0 .675-1.086 1.845-2.044 2.65l-.022-.019-.023.02c-.958-.804-2.044-1.973-2.044-2.651zm-5.9 4.145l6.314-12.63a1.838 1.838 0 011.653-1.021c.704 0 1.338.391 1.653 1.022l6.314 12.629a2.11 2.11 0 01-.798 2.74 2.098 2.098 0 01-2.447-.207L13.633 16.7c.985-.85 2.425-2.335 2.425-3.74 0-2.05-1.668-3.72-3.72-3.72a3.724 3.724 0 00-3.719 3.72c0 1.405 1.44 2.89 2.426 3.74l-3.429 2.939a2.098 2.098 0 01-2.447.206 2.11 2.11 0 01-.798-2.74z', fill: '#fff' }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconHut = IconHut;
|
|
10
|
-
//# sourceMappingURL=hut.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hut.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/hut.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAe;QAAb,IAAI,UAAA;IAC5B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,IAAI,YAC3F,iCACE,CAAC,EAAC,ktBAAktB,EACptB,IAAI,EAAC,MAAM,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,0BASC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hypertension.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/hypertension.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,OAAO,CACL,iCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,aAC5F,8BAAG,EAAE,EAAC,aAAa,EAAC,QAAQ,EAAC,sBAAsB,YACjD,+BAAG,EAAE,EAAC,OAAO,aACX,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,szDAAszD,EACxzD,IAAI,EAAE,IAAI,GACV,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,kJAAkJ,EACpJ,IAAI,EAAE,IAAI,GACV,IACA,GACF,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;AAxBD,4CAwBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"info.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/info.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,cAAc,aAEnB,iCAAM,MAAM,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,EACpD,iCAAM,CAAC,EAAC,2bAA2b,GAAG,IAClc,CACP,CAAA;AACH,CAAC;AAbD,4BAaC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"interrogation-circle.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/interrogation-circle.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,uBAAuB,CAAC,EAAe;QAAb,IAAI,UAAA;IAC5C,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,2lBAA2lB,EAC7lB,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,0DASC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconKeyboardLeftArrow = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconKeyboardLeftArrow(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '8', height: '10', viewBox: '0 0 8 10', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M3.16673 4.99996L7.0556 8.8889L5.94449 10L0.944449 4.99996L5.94449 -4.85682e-08L7.0556 1.11111L3.16673 4.99996Z', fill: fill }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconKeyboardLeftArrow = IconKeyboardLeftArrow;
|
|
10
|
-
//# sourceMappingURL=keyboard-left-arrow.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyboard-left-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/keyboard-left-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,qBAAqB,CAAC,EAAe;QAAb,IAAI,UAAA;IAC1C,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,UAAU,EAAC,IAAI,EAAC,MAAM,YAC1F,iCACE,CAAC,EAAC,iHAAiH,EACnH,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,sDASC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconKeyboardRightArrow = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconKeyboardRightArrow(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '8', height: '10', viewBox: '0 0 8 10', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.83327 5.00004L0.944397 1.1111L2.05551 -4.85682e-08L7.05555 5.00004L2.05551 10L0.944397 8.88889L4.83327 5.00004Z', fill: fill }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconKeyboardRightArrow = IconKeyboardRightArrow;
|
|
10
|
-
//# sourceMappingURL=keyboard-right-arrow.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyboard-right-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/keyboard-right-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,sBAAsB,CAAC,EAAe;QAAb,IAAI,UAAA;IAC3C,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,UAAU,EAAC,IAAI,EAAC,MAAM,YAC1F,iCACE,CAAC,EAAC,oHAAoH,EACtH,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,wDASC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconLanguage = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconLanguage(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', x: '0px', y: '0px', viewBox: '0 0 512 512', xmlSpace: 'preserve', fill: fill, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M195.708 268.059l-30-150.001A14.999 14.999 0 00151 106h-30a14.999 14.999 0 00-14.708 12.058l-30 150c-1.625 8.124 3.644 16.026 11.767 17.65 8.123 1.625 16.026-3.644 17.65-11.767L115.297 226h41.406l9.588 47.942c1.625 8.127 9.531 13.392 17.65 11.767 8.123-1.625 13.392-9.527 11.767-17.65zM121.297 196l12-60h5.406l12 60h-29.406zM436 226h-45v-15c0-8.284-6.716-15-15-15s-15 6.716-15 15v15h-45c-8.284 0-15 6.716-15 15s6.716 15 15 15h3.63c8.547 27.612 21.415 48.806 35.575 65.79-11.525 10.542-23.187 19.187-33.575 27.497-6.469 5.175-7.518 14.614-2.342 21.083 5.178 6.472 14.618 7.515 21.083 2.342 10.446-8.357 22.967-17.644 35.629-29.264 12.671 11.628 25.215 20.932 35.629 29.264 6.469 5.176 15.909 4.126 21.083-2.342 5.175-6.469 4.126-15.909-2.342-21.083-10.361-8.291-22.038-16.945-33.575-27.497 14.16-16.984 27.028-38.178 35.575-65.79H436c8.284 0 15-6.716 15-15s-6.716-15-15-15zm-60 73.745c-9.575-12.02-18.189-26.367-24.683-43.845h49.365c-6.493 17.478-15.107 31.825-24.682 43.845z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M467 91H250.599l-6.43-51.582C241.36 16.946 222.164 0 199.517 0H45C20.187 0 0 20.187 0 45v331c0 24.813 20.187 45 45 45h126.483l6.348 51.582c2.804 22.427 22 39.418 44.653 39.418H467c24.813 0 45-20.187 45-45V136c0-24.813-20.187-45-45-45zM45 391c-8.271 0-15-6.729-15-15V45c0-8.271 6.729-15 15-15h154.517c7.549 0 13.948 5.648 14.883 13.134L257.764 391H45zm161.724 70.75L201.709 421h40.244l-35.229 40.75zM482 467c0 8.271-6.729 15-15 15H228.874l57.104-66.053a14.976 14.976 0 003.629-12.024L254.339 121H467c8.271 0 15 6.729 15 15v331z' })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconLanguage = IconLanguage;
|
|
10
|
-
//# sourceMappingURL=language.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"language.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/language.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;IACjC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,CAAC,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,EAAC,OAAO,EAAC,aAAa,EAAC,QAAQ,EAAC,UAAU,EAAC,IAAI,EAAE,IAAI,aAC1G,iCAAM,CAAC,EAAC,g9BAAg9B,GAAG,EAC39B,iCAAM,CAAC,EAAC,ghBAAghB,GAAG,IACvhB,CACP,CAAA;AACH,CAAC;AAPD,oCAOC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"like.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/like.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,8BAAG,QAAQ,EAAC,qBAAqB,YAC/B,iCACE,CAAC,EAAC,s/BAAs/B,EACx/B,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,eAAe,YAC1B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,uBAAuB,GAAG,GACrE,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,4BAgBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loading.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/loading.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;IAChC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAClG,+BAAG,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,aAClD,iCAAM,CAAC,EAAC,yEAAyE,EAAC,OAAO,EAAC,IAAI,GAAG,EAEjG,iCAAM,CAAC,EAAC,8FAA8F,GAAG,IACvG,GACA,CACP,CAAA;AACH,CAAC;AAVD,kCAUC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconMapFloor = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconMapFloor(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 25, viewBox: '0 0 24 25', fill: fill, children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_2086_233)', fill: '#796330', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M16.007 16.357c2.554-4.007 2.232-3.507 2.306-3.612a7.677 7.677 0 001.421-4.464C19.734 4.015 16.272.5 12 .5 7.742.5 4.266 4.008 4.266 8.281c0 1.608.501 3.192 1.462 4.521l2.265 3.555c-2.422.372-6.54 1.482-6.54 3.924 0 .89.581 2.16 3.35 3.148C6.736 24.12 9.293 24.5 12 24.5c5.064 0 10.547-1.428 10.547-4.219 0-2.443-4.113-3.55-6.54-3.924zM6.902 12.03a6.309 6.309 0 01-1.23-3.747c0-3.517 2.831-6.376 6.328-6.376 3.49 0 6.328 2.86 6.328 6.375 0 1.312-.4 2.57-1.155 3.641-.068.09.286-.46-5.173 8.106l-5.098-8zM12 23.094c-5.531 0-9.14-1.626-9.14-2.813 0-.797 1.854-2.109 5.964-2.62l2.583 4.053a.703.703 0 001.186 0l2.583-4.053c4.11.511 5.965 1.823 5.965 2.62 0 1.177-3.577 2.813-9.141 2.813z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M12 4.766A3.52 3.52 0 008.484 8.28 3.52 3.52 0 0012 11.797a3.52 3.52 0 003.516-3.516A3.52 3.52 0 0012 4.766zm0 5.625a2.112 2.112 0 01-2.11-2.11c0-1.163.947-2.11 2.11-2.11 1.163 0 2.11.947 2.11 2.11 0 1.163-.947 2.11-2.11 2.11z' })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2086_233', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', transform: 'translate(0 .5)', d: 'M0 0H24V24H0z' }) }) })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconMapFloor = IconMapFloor;
|
|
10
|
-
//# sourceMappingURL=map-floor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"map-floor.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/map-floor.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;IACjC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,IAAI,aAC3F,+BAAG,QAAQ,EAAC,sBAAsB,EAAC,IAAI,EAAC,SAAS,aAC/C,iCAAM,CAAC,EAAC,8qBAA8qB,GAAG,EACzrB,iCAAM,CAAC,EAAC,oOAAoO,GAAG,IAC7O,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,IAAI,EAAC,MAAM,EAAC,SAAS,EAAC,iBAAiB,EAAC,CAAC,EAAC,eAAe,GAAG,GACzD,GACN,IACH,CACP,CAAA;AACH,CAAC;AAdD,oCAcC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"message-balloon.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/message-balloon.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,kBAAkB;IAChC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,iCACE,CAAC,EAAC,iyBAAiyB,EACnyB,IAAI,EAAC,SAAS,GACd,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAC,SAAS,GACd,EACF,iCACE,CAAC,EAAC,+YAA+Y,EACjZ,IAAI,EAAC,SAAS,GACd,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAC,SAAS,GACd,IACE,CACP,CAAA;AACH,CAAC;AArBD,gDAqBC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconMobile = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconMobile(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { fill: fill, version: '1.1', viewBox: '0 0 27.442 27.442', xmlSpace: 'preserve', children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M19.494,0H7.948C6.843,0,5.951,0.896,5.951,1.999v23.446c0,1.102,0.892,1.997,1.997,1.997h11.546\n\t\tc1.103,0,1.997-0.895,1.997-1.997V1.999C21.491,0.896,20.597,0,19.494,0z M10.872,1.214h5.7c0.144,0,0.261,0.215,0.261,0.481\n\t\ts-0.117,0.482-0.261,0.482h-5.7c-0.145,0-0.26-0.216-0.26-0.482C10.612,1.429,10.727,1.214,10.872,1.214z M13.722,25.469\n\t\tc-0.703,0-1.275-0.572-1.275-1.276s0.572-1.274,1.275-1.274c0.701,0,1.273,0.57,1.273,1.274S14.423,25.469,13.722,25.469z\n\t\t M19.995,21.1H7.448V3.373h12.547V21.1z' }), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {})] }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconMobile = IconMobile;
|
|
10
|
-
//# sourceMappingURL=mobile.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mobile.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/mobile.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;IAC/B,OAAO,CACL,gCAAK,IAAI,EAAE,IAAI,EAAE,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,mBAAmB,EAAC,QAAQ,EAAC,UAAU,YAC5E,0CACE,iCACE,CAAC,EAAC,8fAI6B,GAC/B,EACF,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,IACL,GACA,CACP,CAAA;AACH,CAAC;AA7BD,gCA6BC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"money-value-symbol.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/money-value-symbol.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,oBAAoB,CAAC,EAAe;QAAb,IAAI,UAAA;IACzC,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,qBAAqB,aAC/B,iCACE,CAAC,EAAC,qqHAAqqH,EACvqH,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,o8BAAo8B,EACv8B,IAAI,EAAE,IAAI,GACT,EACF,iCACE,CAAC,EAAC,6uEAA6uE,EAChvE,IAAI,EAAE,IAAI,GACT,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,eAAe,YAC1B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,kBAAkB,GAAG,GAChE,GACN,IACH,CACP,CAAA;AACH,CAAC;AAxBD,oDAwBC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconNext = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconNext(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '26', height: '25', viewBox: '0 0 26 25', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_368_1519)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M13.2517 12.9408C13.2517 13.2799 13.0706 13.5937 12.777 13.7632L2.92396 21.9848C2.63034 22.1545 2.26833 22.1545 1.97462 21.9848C1.68096 21.8149 1.5 21.5017 1.5 21.1624V4.71899C1.5 4.38009 1.68071 4.06646 1.97462 3.89667C2.12155 3.81194 2.28544 3.76965 2.44939 3.76965C2.61367 3.76965 2.77703 3.81214 2.92415 3.89667L12.7774 12.1184C13.0706 12.2881 13.2517 12.6017 13.2517 12.9408ZM25.0259 12.1187L15.1723 3.89691C15.0258 3.81214 14.8619 3.7699 14.6977 3.7699C14.5335 3.7699 14.3705 3.81238 14.223 3.89691C13.9293 4.06671 13.7483 4.38004 13.7483 4.71924V21.1627C13.7483 21.5017 13.9293 21.8153 14.223 21.985C14.5168 22.1545 14.8784 22.1545 15.1723 21.985L25.0253 13.7631C25.3191 13.5939 25.5 13.2804 25.5 12.9411C25.5004 12.6019 25.3191 12.2881 25.0259 12.1187Z', fill: fill }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_368_1519', children: (0, jsx_runtime_1.jsx)("rect", { width: '25', height: '24', fill: 'white', transform: 'translate(0.5 0.940918)' }) }) })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconNext = IconNext;
|
|
10
|
-
//# sourceMappingURL=next.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"next.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/next.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,8BAAG,QAAQ,EAAC,sBAAsB,YAChC,iCACE,CAAC,EAAC,0vBAA0vB,EAC5vB,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,yBAAyB,GAAG,GACvE,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,4BAgBC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconNotFound = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconNotFound(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', width: '800px', height: '800px', viewBox: '0 -0.5 17 17', version: '1.1', children: [(0, jsx_runtime_1.jsx)("defs", {}), (0, jsx_runtime_1.jsx)("g", { stroke: 'none', strokeWidth: '1', fill: 'none', fillRule: 'evenodd', children: (0, jsx_runtime_1.jsxs)("g", { transform: 'translate(1.000000, 2.000000)', fill: fill, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M7.35,3 L5.788,0.042 L2.021,0.042 L2.021,1.063 L0.023,1.063 L0.023,10.976 L1.043,10.976 L1.045,11.976 L15.947,11.976 L15.968,3 L7.35,3 L7.35,3 Z M10.918,9.109 L10.09,9.938 L8.512,8.361 L6.934,9.938 L6.104,9.109 L7.682,7.531 L6.104,5.953 L6.934,5.125 L8.512,6.701 L10.088,5.125 L10.918,5.953 L9.34,7.531 L10.918,9.109 L10.918,9.109 Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M13.964,1.982 L13.964,1.042 L8.024,1.042 L8.354,1.982 L13.964,1.982 Z' })] }) })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconNotFound = IconNotFound;
|
|
10
|
-
//# sourceMappingURL=not-found.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"not-found.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/not-found.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;IACjC,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B,EACzC,KAAK,EAAC,OAAO,EACb,MAAM,EAAC,OAAO,EACd,OAAO,EAAC,cAAc,EACtB,OAAO,EAAC,KAAK,aAEb,kCAAa,EACb,8BAAG,MAAM,EAAC,MAAM,EAAC,WAAW,EAAC,GAAG,EAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,SAAS,YAC7D,+BAAG,SAAS,EAAC,+BAA+B,EAAC,IAAI,EAAE,IAAI,aACrD,iCAAM,CAAC,EAAC,8UAA8U,GAAQ,EAC9V,iCAAM,CAAC,EAAC,uEAAuE,GAAQ,IACrF,GACF,IACA,CACP,CAAA;AACH,CAAC;AAnBD,oCAmBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"not-like.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/not-like.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;IAChC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,8BAAG,QAAQ,EAAC,qBAAqB,YAC/B,iCACE,CAAC,EAAC,uqCAAuqC,EACzqC,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,eAAe,YAC1B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,oCAAoC,GAAG,GAClF,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,kCAgBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"padlock.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/padlock.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;IAChC,OAAO,CACL,gCAAK,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,6BAA6B,YACjG,iCACE,CAAC,EAAC,o4BAAo4B,EACt4B,IAAI,EAAE,IAAI,GACJ,GACJ,CACP,CAAA;AACH,CAAC;AATD,kCASC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconPdf = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconPdf(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: fill, children: (0, jsx_runtime_1.jsx)("path", { d: 'M5 4H15V8H19V20H5V4ZM3.9985 2C3.44749 2 3 2.44405 3 2.9918V21.0082C3 21.5447 3.44476 22 3.9934 22H20.0066C20.5551 22 21 21.5489 21 20.9925L20.9997 7L16 2H3.9985ZM10.4999 7.5C10.4999 9.07749 10.0442 10.9373 9.27493 12.6534C8.50287 14.3757 7.46143 15.8502 6.37524 16.7191L7.55464 18.3321C10.4821 16.3804 13.7233 15.0421 16.8585 15.49L17.3162 13.5513C14.6435 12.6604 12.4999 9.98994 12.4999 7.5H10.4999ZM11.0999 13.4716C11.3673 12.8752 11.6042 12.2563 11.8037 11.6285C12.2753 12.3531 12.8553 13.0182 13.5101 13.5953C12.5283 13.7711 11.5665 14.0596 10.6352 14.4276C10.7999 14.1143 10.9551 13.7948 11.0999 13.4716Z' }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconPdf = IconPdf;
|
|
10
|
-
//# sourceMappingURL=pdf.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pdf.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/pdf.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAe;QAAb,IAAI,UAAA;IAC5B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,IAAI,YACpE,iCAAM,CAAC,EAAC,mmBAAmmB,GAAQ,GAC/mB,CACP,CAAA;AACH,CAAC;AAND,0BAMC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"person.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/person.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,OAAO,CACL,gCAAK,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,6BAA6B,YACjG,iCACE,CAAC,EAAC,6OAA6O,EAC/O,IAAI,EAAE,IAAI,GACJ,GACJ,CACP,CAAA;AACH,CAAC;AATD,4CASC;AAED,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;IAC/B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,iCACE,CAAC,EAAC,kWAAkW,EACpW,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,obAAob,EACtb,IAAI,EAAE,IAAI,GACV,IACE,CACP,CAAA;AACH,CAAC;AAbD,gCAaC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconPet = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconPet(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
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_163)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M16.0492 12.7195C14.9693 11.0348 13.13 10.0288 11.129 10.0288C9.1282 10.0288 7.28872 11.0348 6.20895 12.7195L3.60666 16.7792C3.17489 17.4528 2.97568 18.2308 3.03042 19.029C3.08517 19.8273 3.38894 20.5707 3.90878 21.1792C4.42898 21.7875 5.11636 22.2031 5.89657 22.3815C6.67679 22.5596 7.47659 22.4836 8.20938 22.1616L8.25717 22.1403C10.1012 21.3455 12.209 21.3526 14.0484 22.1616C14.5229 22.3701 15.0255 22.4756 15.5327 22.4756C15.8084 22.4756 16.0858 22.4443 16.3607 22.3817C17.1409 22.2035 17.8283 21.7878 18.3487 21.1796C18.8687 20.5713 19.1726 19.8277 19.2276 19.0294C19.2825 18.2308 19.0833 17.4528 18.6515 16.779L16.0492 12.7195ZM17.2795 20.2651C16.6176 21.0389 15.5468 21.2836 14.6148 20.8738C13.507 20.3865 12.3179 20.143 11.1284 20.143C9.94009 20.143 8.75119 20.3864 7.64413 20.873L7.61264 20.887C6.68777 21.2781 5.63272 21.0303 4.97812 20.2651C4.31692 19.4911 4.24167 18.3954 4.79098 17.5383L7.39346 13.4787C8.21341 12.1995 9.60977 11.4358 11.129 11.4358C12.6482 11.4358 14.0448 12.1995 14.8649 13.4787L17.467 17.5381C18.0165 18.3956 17.9411 19.4915 17.2795 20.2651Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M4.30758 12.7143C5.08175 12.417 5.66988 11.7931 5.96377 10.9576C6.24318 10.1626 6.2203 9.265 5.89895 8.43004C5.57741 7.59563 4.99257 6.91448 4.25228 6.51183C3.47426 6.08904 2.61971 6.02019 1.84682 6.3181C0.29189 6.91594 -0.421672 8.83745 0.256367 10.6024C0.797993 12.0072 2.06124 12.894 3.3384 12.894C3.66451 12.894 3.99154 12.8361 4.30758 12.7143ZM1.56923 10.097C1.1697 9.05699 1.52071 7.95067 2.35219 7.63097C2.50234 7.57311 2.66109 7.54436 2.82314 7.54436C3.07326 7.54436 3.33162 7.61266 3.58028 7.74797C4.02742 7.99095 4.38466 8.41283 4.58608 8.93559C4.78731 9.45873 4.80526 10.011 4.63643 10.4909C4.48171 10.9307 4.18563 11.2541 3.80294 11.4011L3.80221 11.4015C2.97182 11.7215 1.97005 11.1362 1.56923 10.097Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M9.35687 9.53375C11.3007 9.53375 12.8822 7.73199 12.8822 5.51733C12.8822 3.30212 11.3007 1.5 9.35687 1.5C7.41321 1.5 5.83191 3.30212 5.83191 5.51733C5.83191 7.73199 7.41321 9.53375 9.35687 9.53375ZM9.35687 2.9068C10.5249 2.9068 11.4754 4.07794 11.4754 5.51733C11.4754 6.95618 10.5249 8.12695 9.35687 8.12695C8.18884 8.12695 7.23871 6.95618 7.23871 5.51733C7.23871 4.07794 8.18884 2.9068 9.35687 2.9068Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M15.4451 10.5206H15.4453C15.7443 10.6198 16.0494 10.6672 16.3531 10.6672C17.7707 10.6672 19.1523 9.63544 19.6794 8.04974C19.983 7.13696 19.9631 6.17181 19.6232 5.33227C19.2676 4.45355 18.6086 3.81561 17.7674 3.53583C16.9262 3.25641 16.016 3.37286 15.2051 3.86395C14.4303 4.33325 13.8367 5.09424 13.5337 6.00702C12.8937 7.93255 13.7512 9.95733 15.4451 10.5206ZM14.8687 6.45068C15.0666 5.85467 15.4449 5.36358 15.934 5.06732C16.3865 4.79321 16.8801 4.72345 17.3238 4.87085C17.7673 5.01843 18.1206 5.36963 18.3191 5.85998C18.5335 6.38989 18.5427 7.00989 18.3444 7.60589C17.9491 8.79535 16.8475 9.50397 15.889 9.18554C14.9311 8.86694 14.4734 7.64013 14.8687 6.45068Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M22.8692 10.0518L22.8686 10.0512C21.5281 9.06101 19.5233 9.49021 18.3992 11.0085C17.2762 12.5276 17.4518 14.5697 18.7903 15.5607C19.2785 15.9223 19.8552 16.0952 20.4456 16.0952C21.4744 16.0952 22.5449 15.57 23.2603 14.6043C24.3833 13.0853 24.2078 11.0431 22.8692 10.0518ZM22.1296 13.7674C21.4658 14.6633 20.3436 14.9605 19.6275 14.43C18.9119 13.9003 18.8683 12.7405 19.5302 11.8451C19.9702 11.2508 20.6129 10.9201 21.2053 10.9201C21.5048 10.9201 21.7916 11.0047 22.0326 11.1828C22.7476 11.7131 22.791 12.8725 22.1296 13.7674Z', fill: fill })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2001_163', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconPet = IconPet;
|
|
10
|
-
//# sourceMappingURL=pet.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pet.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/pet.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAe;QAAb,IAAI,UAAA;IAC5B,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,qjCAAqjC,EACvjC,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,2sBAA2sB,EAC7sB,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,wpBAAwpB,EAC1pB,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,+gBAA+gB,EACjhB,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;AAhCD,0BAgCC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconPhoneMessage = void 0;
|
|
4
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function IconPhoneMessage(_a) {
|
|
6
|
-
var fill = _a.fill;
|
|
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.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { d: 'm82.863 57.774-9.789-1.755c-.41-.074-.83.076-1.1.394l-2.25 2.647a19.633 19.633 0 0 1-8.783-8.78l2.647-2.254c.317-.27.467-.689.394-1.099l-1.756-9.79a1.172 1.172 0 0 0-1.154-.965h-7.556A3.52 3.52 0 0 0 50 39.687v1.844C50 57.229 62.771 70 78.47 70h1.843a3.52 3.52 0 0 0 3.515-3.517v-7.556c0-.568-.406-1.053-.965-1.154Zm-1.378 8.71c0 .647-.526 1.172-1.172 1.172h-1.844c-14.405 0-26.125-11.72-26.125-26.125v-1.844c0-.646.525-1.171 1.172-1.171h6.576l1.464 8.162-2.817 2.4a1.172 1.172 0 0 0-.31 1.37 21.98 21.98 0 0 0 11.128 11.126 1.172 1.172 0 0 0 1.37-.311l2.397-2.818 8.16 1.463v6.576Z', fill: fill, fillRule: 'evenodd' }), (0, jsx_runtime_1.jsx)("path", { d: 'M86.484 30H70a3.52 3.52 0 0 0-3.516 3.516v11.796A3.52 3.52 0 0 0 70 48.828h5.312l1.993 2.656a1.172 1.172 0 0 0 1.875 0l1.992-2.656h5.312A3.52 3.52 0 0 0 90 45.312V33.516A3.52 3.52 0 0 0 86.484 30Zm1.172 15.312c0 .647-.525 1.172-1.172 1.172h-5.898c-.369 0-.716.174-.938.47l-1.406 1.874-1.406-1.875a1.172 1.172 0 0 0-.938-.469H70a1.173 1.173 0 0 1-1.172-1.172V33.516c0-.647.526-1.172 1.172-1.172h16.484c.647 0 1.172.525 1.172 1.172v11.796Z', fill: fill, fillRule: 'evenodd' }), (0, jsx_runtime_1.jsx)("path", { d: 'M72.383 41.697a1.172 1.172 0 1 1 0 .1z', fill: fill, fillRule: 'evenodd' }), (0, jsx_runtime_1.jsx)("path", { d: 'M77.07 41.697a1.172 1.172 0 1 1 0 .1z', fill: fill, fillRule: 'evenodd' }), (0, jsx_runtime_1.jsx)("path", { d: 'M81.758 41.697a1.172 1.172 0 1 1 0 .1z', fill: fill, fillRule: 'evenodd' })] }) }));
|
|
8
|
-
}
|
|
9
|
-
exports.IconPhoneMessage = IconPhoneMessage;
|
|
10
|
-
//# sourceMappingURL=phone-message.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"phone-message.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/phone-message.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,aAAa,YAClF,0CACE,iCACE,CAAC,EAAC,wkBAAwkB,EAC1kB,IAAI,EAAE,IAAI,EACV,QAAQ,EAAC,SAAS,GAClB,EACF,iCACE,CAAC,EAAC,ubAAub,EACzb,IAAI,EAAE,IAAI,EACV,QAAQ,EAAC,SAAS,GAClB,EACF,iCAAM,CAAC,EAAC,wCAAwC,EAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAC,SAAS,GAAI,EACnF,iCAAM,CAAC,EAAC,uCAAuC,EAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAC,SAAS,GAAG,EACjF,iCAAM,CAAC,EAAC,wCAAwC,EAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAC,SAAS,GAAE,IAC/E,GACA,CACP,CAAA;AACH,CAAC;AApBD,4CAoBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"play-rounded.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/play-rounded.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,eAAe,CAAC,EAAe;QAAb,IAAI,UAAA;IACpC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,aAAa,EAAC,IAAI,EAAC,MAAM,aAChG,+BAAG,QAAQ,EAAC,sBAAsB,aAChC,iCACE,CAAC,EAAC,kvBAAkvB,EACpvB,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,sMAAsM,EACxM,IAAI,EAAE,IAAI,GACV,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,IAAI,EAAE,IAAI,GAAI,GACpC,GACN,IACH,CACP,CAAA;AACH,CAAC;AApBD,0CAoBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plus-sharp.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/plus-sharp.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,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,6FAA6F,EAC/F,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,sCASC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"prev.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/prev.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,8BAAG,QAAQ,EAAC,sBAAsB,YAChC,iCACE,CAAC,EAAC,uwBAAuwB,EACzwB,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,gCAAgC,GAAG,GAC9E,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,4BAgBC"}
|