infinity-forge 3.8.9 → 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-color/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/index.js +0 -3
- package/dist/ui/components/form/input-seo/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 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.IconCircularLeftArrow = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function
|
|
6
|
-
var
|
|
5
|
+
function IconCircularLeftArrow(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
7
|
return ((0, jsx_runtime_1.jsx)("svg", { width: '63', height: '64', viewBox: '0 0 63 64', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsxs)("g", { id: 'chevron-forward-circle-outline 1', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M53 32C53 44.974 42.474 55.5 29.5 55.5C16.526 55.5 6 44.974 6 32C6 19.026 16.526 8.5 29.5 8.5C42.474 8.5 53 19.026 53 32Z', stroke: 'black', strokeWidth: '3', strokeMiterlimit: '10' }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M34 43.5L23 32L34 20.5', stroke: 'black', strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }) }));
|
|
8
8
|
}
|
|
9
|
-
exports.
|
|
10
|
-
//# sourceMappingURL=
|
|
9
|
+
exports.IconCircularLeftArrow = IconCircularLeftArrow;
|
|
10
|
+
//# sourceMappingURL=icon-circular-left-arrow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-circular-left-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-circular-left-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,qBAAqB,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC3C,OAAO,CACL,gCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,YAC5F,+BAAG,EAAE,EAAC,kCAAkC,aACtC,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,2HAA2H,EAC7H,MAAM,EAAC,OAAO,EACd,WAAW,EAAC,GAAG,EACf,gBAAgB,EAAC,IAAI,GACrB,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,OAAO,EACd,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACA,GACA,CACP,CAAA;AACH,CAAC;AAtBD,sDAsBC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconCircularRightArrow({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.IconCircularRightArrow = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
function
|
|
6
|
-
var
|
|
5
|
+
function IconCircularRightArrow(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
7
|
return ((0, jsx_runtime_1.jsx)("svg", { width: '63', height: '64', viewBox: '0 0 63 64', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsxs)("g", { id: 'chevron-forward-circle-outline 2', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M8 32C8 44.974 18.526 55.5 31.5 55.5C44.474 55.5 55 44.974 55 32C55 19.026 44.474 8.5 31.5 8.5C18.526 8.5 8 19.026 8 32Z', stroke: 'black', "stroke-width": '3', "stroke-miterlimit": '10' }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M27 43.5L38 32L27 20.5', stroke: 'black', strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }) }));
|
|
8
8
|
}
|
|
9
|
-
exports.
|
|
10
|
-
//# sourceMappingURL=
|
|
9
|
+
exports.IconCircularRightArrow = IconCircularRightArrow;
|
|
10
|
+
//# sourceMappingURL=icon-circular-right-arrow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-circular-right-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-circular-right-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,sBAAsB,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC5C,OAAO,CACL,gCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,YAC5F,+BAAG,EAAE,EAAC,kCAAkC,aACtC,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,0HAA0H,EAC5H,MAAM,EAAC,OAAO,kBACD,GAAG,uBACE,IAAI,GACtB,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,OAAO,EACd,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACA,GACA,CACP,CAAA;AACH,CAAC;AAtBD,wDAsBC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconClip = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconClip(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '21', viewBox: '0 0 20 21', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_263_1642)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M18.5002 3.26102C18.4993 3.2601 18.4984 3.25919 18.4973 3.25812C17.5305 2.29285 16.2459 1.76123 14.8795 1.76123C13.5118 1.76123 12.226 2.29391 11.2589 3.26102L1.15677 13.3633C0.410767 14.1091 0 15.1008 0 16.1558C0 17.2106 0.410767 18.2024 1.15677 18.9483C1.92657 19.7182 2.93793 20.1032 3.94928 20.1032C4.96063 20.1032 5.97198 19.7182 6.74179 18.9483L14.7165 10.9737C15.7997 9.8905 15.7997 8.12796 14.7165 7.04474C13.6333 5.96152 11.8707 5.96152 10.7875 7.04474L4.38644 13.4458C4.15771 13.6747 4.15771 14.0456 4.38644 14.2745C4.61533 14.5032 4.98627 14.5032 5.21515 14.2745L11.6162 7.87329C12.2424 7.24707 13.2616 7.24707 13.8878 7.87329C14.5142 8.49966 14.5142 9.5188 13.8878 10.145L5.91324 18.1197C4.83032 19.2025 3.06824 19.2026 1.98532 18.1196C1.46072 17.5951 1.17188 16.8976 1.17188 16.1558C1.17188 15.4139 1.46072 14.7164 1.98532 14.1918L12.0876 4.08957C12.8334 3.34387 13.8249 2.93311 14.8796 2.93311C15.9341 2.93311 16.9258 3.34387 17.6715 4.08957C17.6724 4.09048 17.6735 4.09155 17.6744 4.09247C18.4184 4.83786 18.8281 5.82831 18.8281 6.88177C18.8281 7.93631 18.4174 8.92798 17.6717 9.67368L9.14307 18.2023C8.91418 18.4312 8.91418 18.8021 9.14307 19.031C9.3718 19.2599 9.74274 19.2599 9.97162 19.031L18.5002 10.5022C19.4673 9.53528 20 8.24942 20 6.88177C20 5.51398 19.4673 4.22812 18.5002 3.26102Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '21', viewBox: '0 0 20 21', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_263_1642)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M18.5002 3.26102C18.4993 3.2601 18.4984 3.25919 18.4973 3.25812C17.5305 2.29285 16.2459 1.76123 14.8795 1.76123C13.5118 1.76123 12.226 2.29391 11.2589 3.26102L1.15677 13.3633C0.410767 14.1091 0 15.1008 0 16.1558C0 17.2106 0.410767 18.2024 1.15677 18.9483C1.92657 19.7182 2.93793 20.1032 3.94928 20.1032C4.96063 20.1032 5.97198 19.7182 6.74179 18.9483L14.7165 10.9737C15.7997 9.8905 15.7997 8.12796 14.7165 7.04474C13.6333 5.96152 11.8707 5.96152 10.7875 7.04474L4.38644 13.4458C4.15771 13.6747 4.15771 14.0456 4.38644 14.2745C4.61533 14.5032 4.98627 14.5032 5.21515 14.2745L11.6162 7.87329C12.2424 7.24707 13.2616 7.24707 13.8878 7.87329C14.5142 8.49966 14.5142 9.5188 13.8878 10.145L5.91324 18.1197C4.83032 19.2025 3.06824 19.2026 1.98532 18.1196C1.46072 17.5951 1.17188 16.8976 1.17188 16.1558C1.17188 15.4139 1.46072 14.7164 1.98532 14.1918L12.0876 4.08957C12.8334 3.34387 13.8249 2.93311 14.8796 2.93311C15.9341 2.93311 16.9258 3.34387 17.6715 4.08957C17.6724 4.09048 17.6735 4.09155 17.6744 4.09247C18.4184 4.83786 18.8281 5.82831 18.8281 6.88177C18.8281 7.93631 18.4174 8.92798 17.6717 9.67368L9.14307 18.2023C8.91418 18.4312 8.91418 18.8021 9.14307 19.031C9.3718 19.2599 9.74274 19.2599 9.97162 19.031L18.5002 10.5022C19.4673 9.53528 20 8.24942 20 6.88177C20 5.51398 19.4673 4.22812 18.5002 3.26102Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_263_1642', children: (0, jsx_runtime_1.jsx)("rect", { width: '20', height: '20', fill: color, transform: 'translate(0 0.940918)' }) }) })] }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconClip = IconClip;
|
|
10
|
-
//# sourceMappingURL=clip.js.map
|
|
10
|
+
//# sourceMappingURL=icon-clip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-clip.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-clip.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;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,4xCAA4xC,EAC9xC,IAAI,EAAE,KAAK,GACX,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAE,KAAK,EAAE,SAAS,EAAC,uBAAuB,GAAG,GACrE,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,4BAgBC"}
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconClock = exports.IconClockFilled = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconClockFilled(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 16 16', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 16 16', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M10.11 11.92L6.839 9.163v-5.68h1.403v5.004l2.752 2.249zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8z' }) }) }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconClockFilled = IconClockFilled;
|
|
10
10
|
function IconClock(_a) {
|
|
11
|
-
var
|
|
12
|
-
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_203)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M20.4862 3.51702C18.2203 1.25108 15.2076 0.00317383 12.0032 0.00317383C8.79877 0.00317383 5.78606 1.25108 3.52012 3.51702C1.2788 5.75835 0.0343125 8.73055 0.00759375 11.8962C0.00314063 11.9282 0 11.9608 0 11.9941C0 12.027 0.00304687 12.0592 0.00745312 12.091C0.0308437 15.2614 1.2757 18.2386 3.52012 20.483C5.78606 22.749 8.79872 23.9968 12.0031 23.9968C15.2076 23.9968 18.2203 22.749 20.4862 20.483C22.7521 18.2172 24 15.2045 24 12C24 8.79556 22.7521 5.78286 20.4862 3.51702ZM19.9662 18.9815L19.1561 18.2012C18.8762 17.9316 18.4311 17.9401 18.1617 18.2198C17.8923 18.4996 17.9007 18.9448 18.1804 19.2142L18.9706 19.9753C17.2162 21.5124 15.0342 22.415 12.7065 22.5667V20.0316C12.7065 19.6432 12.3916 19.3284 12.0032 19.3284C11.6148 19.3284 11.2999 19.6432 11.2999 20.0316V22.5667C9.23414 22.4321 7.28325 21.7061 5.64403 20.4701L6.38447 19.7014C6.65391 19.4216 6.64556 18.9764 6.36581 18.707C6.08606 18.4376 5.64089 18.446 5.37145 18.7257L4.57767 19.5498C4.55681 19.5293 4.53553 19.5092 4.51481 19.4885C2.6798 17.6535 1.60181 15.2637 1.43616 12.6974H3.96516C4.35356 12.6974 4.66842 12.3825 4.66842 11.9941C4.66842 11.6057 4.35356 11.2909 3.96516 11.2909H1.43677C1.58086 9.09777 2.39156 7.03419 3.77152 5.3361L4.58522 6.11985C4.72167 6.25128 4.89741 6.31658 5.073 6.31658C5.25741 6.31658 5.44163 6.24449 5.57963 6.10119C5.84906 5.82144 5.84072 5.37627 5.56097 5.10683L4.72795 4.30452C6.53156 2.59705 8.83402 1.59388 11.2998 1.43333V3.96838C11.2998 4.35678 11.6147 4.67164 12.0031 4.67164C12.3915 4.67164 12.7064 4.35678 12.7064 3.96838V1.43328C15.1682 1.59364 17.4671 2.59386 19.2694 4.29627L18.4658 5.13064C18.1964 5.41035 18.2048 5.85556 18.4844 6.125C18.6209 6.25644 18.7966 6.32174 18.9722 6.32174C19.1566 6.32174 19.3408 6.24964 19.4788 6.10635L20.2284 5.32813C21.6122 7.02767 22.4252 9.09425 22.5695 11.2908H20.0285C19.6401 11.2908 19.3252 11.6057 19.3252 11.9941C19.3252 12.3825 19.6401 12.6973 20.0285 12.6973H22.5703C22.4195 15.0336 21.5121 17.2232 19.9662 18.9815Z', fill:
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
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_203)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M20.4862 3.51702C18.2203 1.25108 15.2076 0.00317383 12.0032 0.00317383C8.79877 0.00317383 5.78606 1.25108 3.52012 3.51702C1.2788 5.75835 0.0343125 8.73055 0.00759375 11.8962C0.00314063 11.9282 0 11.9608 0 11.9941C0 12.027 0.00304687 12.0592 0.00745312 12.091C0.0308437 15.2614 1.2757 18.2386 3.52012 20.483C5.78606 22.749 8.79872 23.9968 12.0031 23.9968C15.2076 23.9968 18.2203 22.749 20.4862 20.483C22.7521 18.2172 24 15.2045 24 12C24 8.79556 22.7521 5.78286 20.4862 3.51702ZM19.9662 18.9815L19.1561 18.2012C18.8762 17.9316 18.4311 17.9401 18.1617 18.2198C17.8923 18.4996 17.9007 18.9448 18.1804 19.2142L18.9706 19.9753C17.2162 21.5124 15.0342 22.415 12.7065 22.5667V20.0316C12.7065 19.6432 12.3916 19.3284 12.0032 19.3284C11.6148 19.3284 11.2999 19.6432 11.2999 20.0316V22.5667C9.23414 22.4321 7.28325 21.7061 5.64403 20.4701L6.38447 19.7014C6.65391 19.4216 6.64556 18.9764 6.36581 18.707C6.08606 18.4376 5.64089 18.446 5.37145 18.7257L4.57767 19.5498C4.55681 19.5293 4.53553 19.5092 4.51481 19.4885C2.6798 17.6535 1.60181 15.2637 1.43616 12.6974H3.96516C4.35356 12.6974 4.66842 12.3825 4.66842 11.9941C4.66842 11.6057 4.35356 11.2909 3.96516 11.2909H1.43677C1.58086 9.09777 2.39156 7.03419 3.77152 5.3361L4.58522 6.11985C4.72167 6.25128 4.89741 6.31658 5.073 6.31658C5.25741 6.31658 5.44163 6.24449 5.57963 6.10119C5.84906 5.82144 5.84072 5.37627 5.56097 5.10683L4.72795 4.30452C6.53156 2.59705 8.83402 1.59388 11.2998 1.43333V3.96838C11.2998 4.35678 11.6147 4.67164 12.0031 4.67164C12.3915 4.67164 12.7064 4.35678 12.7064 3.96838V1.43328C15.1682 1.59364 17.4671 2.59386 19.2694 4.29627L18.4658 5.13064C18.1964 5.41035 18.2048 5.85556 18.4844 6.125C18.6209 6.25644 18.7966 6.32174 18.9722 6.32174C19.1566 6.32174 19.3408 6.24964 19.4788 6.10635L20.2284 5.32813C21.6122 7.02767 22.4252 9.09425 22.5695 11.2908H20.0285C19.6401 11.2908 19.3252 11.6057 19.3252 11.9941C19.3252 12.3825 19.6401 12.6973 20.0285 12.6973H22.5703C22.4195 15.0336 21.5121 17.2232 19.9662 18.9815Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M16.4754 14.7126L12.7065 11.6587V6.51845C12.7065 6.13005 12.3916 5.81519 12.0032 5.81519C11.6148 5.81519 11.2999 6.13005 11.2999 6.51845V12.0001C11.3 12.2484 11.429 12.4661 11.6233 12.5913L15.5899 15.8055C15.7202 15.911 15.8767 15.9624 16.0323 15.9624C16.2371 15.9624 16.4401 15.8733 16.5791 15.7018C16.8236 15.4 16.7772 14.9572 16.4754 14.7126Z', fill: color })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2001_203', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
|
|
13
13
|
}
|
|
14
14
|
exports.IconClock = IconClock;
|
|
15
|
-
//# sourceMappingURL=
|
|
15
|
+
//# sourceMappingURL=icon-clock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-clock.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-clock.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,eAAe,CAAC,EAAgB;QAAd,KAAK,WAAA;IACrC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,iHAAiH,GACnH,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,0CAaC;AAED,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;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,s7DAAs7D,EACx7D,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,2VAA2V,EAC7V,IAAI,EAAE,KAAK,GACX,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA;AACH,CAAC;AApBD,8BAoBC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconClose({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconClose = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconClose(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 320 512', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconClose = IconClose;
|
|
10
|
+
//# sourceMappingURL=icon-close.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-close.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-close.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,EAAC,IAAI,EAAE,KAAK,YACpC,iCAAM,CAAC,EAAC,wRAAwR,GAAG,GAC/R,CACP,CAAA;AACH,CAAC;AAND,8BAMC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconCodie = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconCodie(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 160 49', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M120.34.66a4.024 4.024 0 0 1 3.805 7.09A4.023 4.023 0 0 1 120.34.66z' }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M124.78 11.476h-4.804a1.602 1.602 0 0 0-1.6 1.602v33.383c0 .88.72 1.603 1.6 1.603l4.803-.003c.88.003 1.601-.72 1.601-1.6l-.001-33.385c0-.881-.72-1.603-1.599-1.6' }) }) })] }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M68.933 18.184c.037.102.061.205.096.307h.002c.04.1.085.197.121.3 3.058 8.462-1.404 17.863-9.948 20.946-8.545 3.09-17.986-1.285-21.044-9.75-.037-.102-.062-.207-.097-.31h-.002c-.038-.1-.084-.194-.12-.297-3.059-8.464 1.404-17.863 9.949-20.949 8.545-3.087 17.985 1.286 21.043 9.753zM30.89 31.928c.037.103.084.2.121.297l-.003.003c.035.104.064.204.1.307 4.46 12.336 18.168 18.688 30.62 14.19 12.453-4.502 18.934-18.148 14.476-30.482-.037-.103-.084-.2-.122-.3l.006-.002c-.036-.102-.067-.205-.104-.305C71.526 3.3 57.817-3.054 45.364 1.446c-12.452 4.5-18.931 18.146-14.475 30.482z' }) }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M156.027 20.085a4.023 4.023 0 0 1-.1 8.044 4.021 4.021 0 0 1-3.97-4.074 4.018 4.018 0 0 1 4.07-3.97z' }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M157.99 40.805c-9.007-.092-16.309-7.44-16.309-16.468 0-9.029 7.302-16.377 16.31-16.469v-7.5c-13.162.09-23.807 10.785-23.807 23.969 0 13.183 10.645 23.878 23.807 23.97z' }) }) })] }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M23.805 40.805c-9.007-.092-16.309-7.44-16.309-16.468 0-9.029 7.302-16.377 16.31-16.469v-7.5C10.643.459 0 11.154 0 24.338c0 13.183 10.644 23.878 23.805 23.97z' }) }) }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M85.31 40.552c9.007-.09 16.309-7.441 16.309-16.469 0-9.026-7.302-16.373-16.309-16.466V.115c13.16.092 23.806 10.787 23.806 23.968 0 13.186-10.647 23.88-23.806 23.973z' }) }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M85.31 19.182v8.176a4.094 4.094 0 0 0 3.961-4.09 4.091 4.091 0 0 0-3.96-4.086z' }) })] })] }) }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconCodie = IconCodie;
|
|
10
|
+
//# sourceMappingURL=icon-codie.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-codie.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-codie.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,gCAAK,OAAO,EAAC,YAAY,YACvB,wCACE,0CACE,0CACE,wCACE,iCAAM,IAAI,EAAE,KAAK,EAAE,CAAC,EAAC,sEAAsE,GAAG,GAC5F,EACJ,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,kKAAkK,GACpK,GACA,GACF,IACF,EACJ,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,6jBAA6jB,GAC/jB,GACA,EACJ,0CACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,sGAAsG,GACxG,GACA,EACJ,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,yKAAyK,GAC3K,GACA,GACF,IACF,EACJ,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,+JAA+J,GACjK,GACA,GACF,EACJ,0CACE,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,uKAAuK,GACzK,GACA,GACF,EACJ,wCACE,iCAAM,IAAI,EAAE,KAAK,EAAE,CAAC,EAAC,gFAAgF,GAAG,GACtG,IACF,IACF,GACF,GACA,CACP,CAAA;AACH,CAAC;AAjED,8BAiEC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconComputer({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconComputer = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconComputer(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '22', viewBox: '0 0 24 22', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_13_2584)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M22.5933 0.172058H1.40669C1.0337 0.172355 0.67608 0.320654 0.412338 0.584396C0.148596 0.848137 0.00029661 1.20576 0 1.57875L0 15.5471C0.00029661 15.9201 0.148596 16.2777 0.412338 16.5415C0.67608 16.8052 1.0337 16.9535 1.40669 16.9538H8.29679V20.4257H4.50007C4.31353 20.4257 4.13463 20.4998 4.00273 20.6317C3.87083 20.7636 3.79672 20.9425 3.79672 21.1291C3.79672 21.3156 3.87083 21.4945 4.00273 21.6264C4.13463 21.7583 4.31353 21.8324 4.50007 21.8324H19.4999C19.6865 21.8324 19.8654 21.7583 19.9973 21.6264C20.1292 21.4945 20.2033 21.3156 20.2033 21.1291C20.2033 20.9425 20.1292 20.7636 19.9973 20.6317C19.8654 20.4998 19.6865 20.4257 19.4999 20.4257H15.7032V16.9538H22.5933C22.9663 16.9535 23.3239 16.8052 23.5877 16.5415C23.8514 16.2777 23.9997 15.9201 24 15.5471V1.57875C23.9997 1.20576 23.8514 0.848137 23.5877 0.584396C23.3239 0.320654 22.9663 0.172355 22.5933 0.172058ZM14.2965 20.4213H9.70461V16.9493H14.2965V20.4213ZM22.5933 15.546H1.40669V1.57875H22.5933C22.5944 15.8517 22.5978 15.546 22.5933 15.546Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '22', viewBox: '0 0 24 22', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_13_2584)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M22.5933 0.172058H1.40669C1.0337 0.172355 0.67608 0.320654 0.412338 0.584396C0.148596 0.848137 0.00029661 1.20576 0 1.57875L0 15.5471C0.00029661 15.9201 0.148596 16.2777 0.412338 16.5415C0.67608 16.8052 1.0337 16.9535 1.40669 16.9538H8.29679V20.4257H4.50007C4.31353 20.4257 4.13463 20.4998 4.00273 20.6317C3.87083 20.7636 3.79672 20.9425 3.79672 21.1291C3.79672 21.3156 3.87083 21.4945 4.00273 21.6264C4.13463 21.7583 4.31353 21.8324 4.50007 21.8324H19.4999C19.6865 21.8324 19.8654 21.7583 19.9973 21.6264C20.1292 21.4945 20.2033 21.3156 20.2033 21.1291C20.2033 20.9425 20.1292 20.7636 19.9973 20.6317C19.8654 20.4998 19.6865 20.4257 19.4999 20.4257H15.7032V16.9538H22.5933C22.9663 16.9535 23.3239 16.8052 23.5877 16.5415C23.8514 16.2777 23.9997 15.9201 24 15.5471V1.57875C23.9997 1.20576 23.8514 0.848137 23.5877 0.584396C23.3239 0.320654 22.9663 0.172355 22.5933 0.172058ZM14.2965 20.4213H9.70461V16.9493H14.2965V20.4213ZM22.5933 15.546H1.40669V1.57875H22.5933C22.5944 15.8517 22.5978 15.546 22.5933 15.546Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_13_2584', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '21.6559', fill: 'transparent', transform: 'translate(0 0.172058)' }) }) })] }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconComputer = IconComputer;
|
|
10
|
-
//# sourceMappingURL=computer.js.map
|
|
10
|
+
//# sourceMappingURL=icon-computer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-computer.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-computer.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAgB;QAAd,KAAK,WAAA;IAClC,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,m/BAAm/B,EACr/B,IAAI,EAAE,KAAK,GACX,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,eAAe,YAC1B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,SAAS,EAAC,IAAI,EAAC,aAAa,EAAC,SAAS,EAAC,uBAAuB,GAAG,GAChF,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,oCAgBC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconDanger({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconDanger = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconDanger(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8 16.5C3.58172 16.5 0 12.9182 0 8.5C0 4.08172 3.58172 0.5 8 0.5C12.4182 0.5 16 4.08172 16 8.5C16 12.9182 12.4182 16.5 8 16.5ZM7.2 10.9V12.5H8.8V10.9H7.2ZM7.2 4.5V9.3H8.8V4.5H7.2Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8 16.5C3.58172 16.5 0 12.9182 0 8.5C0 4.08172 3.58172 0.5 8 0.5C12.4182 0.5 16 4.08172 16 8.5C16 12.9182 12.4182 16.5 8 16.5ZM7.2 10.9V12.5H8.8V10.9H7.2ZM7.2 4.5V9.3H8.8V4.5H7.2Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconDanger = IconDanger;
|
|
10
|
-
//# sourceMappingURL=danger.js.map
|
|
10
|
+
//# sourceMappingURL=icon-danger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-danger.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-danger.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,qLAAqL,EACvL,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,gCASC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconDeath = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconDeath(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_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: color }), (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: color }), (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: color }), (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: color })] }), (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=icon-death.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-death.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-death.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;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,+pBAA+pB,EACjqB,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,gOAAgO,EAClO,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,iOAAiO,EACnO,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,iOAAiO,EACnO,IAAI,EAAE,KAAK,GACX,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA;AACH,CAAC;AA5BD,8BA4BC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconDelete({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconDelete = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconDelete(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '14', height: '14', viewBox: '0 0 14 14', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10.3333 3.00016H13.6666V4.3335H12.3333V13.0002C12.3333 13.3684 12.0348 13.6668 11.6666 13.6668H2.33331C1.96513 13.6668 1.66665 13.3684 1.66665 13.0002V4.3335H0.333313V3.00016H3.66665V1.00016C3.66665 0.631976 3.96513 0.333496 4.33331 0.333496H9.66665C10.0348 0.333496 10.3333 0.631976 10.3333 1.00016V3.00016ZM11 4.3335H2.99998V12.3335H11V4.3335ZM4.99998 6.3335H6.33331V10.3335H4.99998V6.3335ZM7.66665 6.3335H8.99998V10.3335H7.66665V6.3335ZM4.99998 1.66683V3.00016H8.99998V1.66683H4.99998Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '14', height: '14', viewBox: '0 0 14 14', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10.3333 3.00016H13.6666V4.3335H12.3333V13.0002C12.3333 13.3684 12.0348 13.6668 11.6666 13.6668H2.33331C1.96513 13.6668 1.66665 13.3684 1.66665 13.0002V4.3335H0.333313V3.00016H3.66665V1.00016C3.66665 0.631976 3.96513 0.333496 4.33331 0.333496H9.66665C10.0348 0.333496 10.3333 0.631976 10.3333 1.00016V3.00016ZM11 4.3335H2.99998V12.3335H11V4.3335ZM4.99998 6.3335H6.33331V10.3335H4.99998V6.3335ZM7.66665 6.3335H8.99998V10.3335H7.66665V6.3335ZM4.99998 1.66683V3.00016H8.99998V1.66683H4.99998Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconDelete = IconDelete;
|
|
10
|
-
//# sourceMappingURL=delete.js.map
|
|
10
|
+
//# sourceMappingURL=icon-delete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-delete.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-delete.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,2eAA2e,EAC7e,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,gCASC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconDiabets({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
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 color = _a.color;
|
|
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: color }), (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: color })] }) }), (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=icon-diabets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-diabets.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-diabets.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAgB;QAAd,KAAK,WAAA;IACjC,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,KAAK,GACX,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,q6BAAq6B,EACv6B,IAAI,EAAE,KAAK,GACX,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"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconDoor = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconDoor(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { width: '22', height: '22', viewBox: '0 0 22 22', fill: 'none', xmlns: 'https://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M20.625 22C20.9974 22 21.3197 21.8675 21.5918 21.6025C21.8639 21.3376 22 21.0117 22 20.625L22 1.375C22 0.988283 21.8639 0.662441 21.5918 0.397464C21.3197 0.132489 20.9974 3.08186e-06 20.625 3.04931e-06L8.9375 2.02755e-06C8.55078 1.99375e-06 8.22494 0.132488 7.95996 0.397463C7.69499 0.662439 7.5625 0.988281 7.5625 1.375L7.5625 7.58399L8.9375 7.58399L8.9375 2.21289C8.9375 1.98372 9.01986 1.78679 9.18457 1.62207C9.34929 1.45736 9.54622 1.375 9.77539 1.375L19.7871 1.375C20.0163 1.375 20.2096 1.45736 20.3672 1.62207C20.5247 1.78679 20.6035 1.98373 20.6035 2.21289L20.582 19.7871C20.582 20.0163 20.5033 20.2132 20.3457 20.3779C20.1881 20.5426 19.9948 20.625 19.7656 20.625L9.77539 20.625C9.54622 20.625 9.34928 20.5426 9.18457 20.3779C9.01986 20.2132 8.9375 20.0163 8.9375 19.7871L8.9375 14.4375L7.5625 14.4375L7.5625 20.625C7.5625 21.0117 7.69499 21.3376 7.95996 21.6025C8.22494 21.8675 8.55078 22 8.9375 22L20.625 22Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: '22', height: '22', viewBox: '0 0 22 22', fill: 'none', xmlns: 'https://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M20.625 22C20.9974 22 21.3197 21.8675 21.5918 21.6025C21.8639 21.3376 22 21.0117 22 20.625L22 1.375C22 0.988283 21.8639 0.662441 21.5918 0.397464C21.3197 0.132489 20.9974 3.08186e-06 20.625 3.04931e-06L8.9375 2.02755e-06C8.55078 1.99375e-06 8.22494 0.132488 7.95996 0.397463C7.69499 0.662439 7.5625 0.988281 7.5625 1.375L7.5625 7.58399L8.9375 7.58399L8.9375 2.21289C8.9375 1.98372 9.01986 1.78679 9.18457 1.62207C9.34929 1.45736 9.54622 1.375 9.77539 1.375L19.7871 1.375C20.0163 1.375 20.2096 1.45736 20.3672 1.62207C20.5247 1.78679 20.6035 1.98373 20.6035 2.21289L20.582 19.7871C20.582 20.0163 20.5033 20.2132 20.3457 20.3779C20.1881 20.5426 19.9948 20.625 19.7656 20.625L9.77539 20.625C9.54622 20.625 9.34928 20.5426 9.18457 20.3779C9.01986 20.2132 8.9375 20.0163 8.9375 19.7871L8.9375 14.4375L7.5625 14.4375L7.5625 20.625C7.5625 21.0117 7.69499 21.3376 7.95996 21.6025C8.22494 21.8675 8.55078 22 8.9375 22L20.625 22Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M12.5898 10.3125L10.0547 7.79883C9.92578 7.6556 9.86133 7.49089 9.86133 7.30469C9.86133 7.11849 9.92578 6.95378 10.0547 6.81055C10.1263 6.75326 10.2051 6.70671 10.291 6.6709C10.377 6.63509 10.4629 6.61719 10.5488 6.61719C10.6348 6.61719 10.7207 6.63509 10.8066 6.6709C10.8926 6.70671 10.9714 6.75326 11.043 6.81055L15.1035 10.9785L11.043 15.1465C10.8997 15.2897 10.735 15.3613 10.5488 15.3613C10.3626 15.3613 10.1979 15.2897 10.0547 15.1465C9.92578 15.0176 9.86133 14.8564 9.86133 14.6631C9.86133 14.4697 9.92578 14.3086 10.0547 14.1797L12.5469 11.6875L0.687503 11.6875C0.48698 11.6875 0.322269 11.623 0.193362 11.4941C0.0644551 11.3652 2.9986e-06 11.2005 3.05119e-06 11C3.10002e-06 10.8138 0.0644553 10.6527 0.193363 10.5166C0.322269 10.3805 0.486981 10.3125 0.687503 10.3125L12.5898 10.3125Z', fill: color })] }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconDoor = IconDoor;
|
|
10
|
-
//# sourceMappingURL=door.js.map
|
|
10
|
+
//# sourceMappingURL=icon-door.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-door.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-door.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,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,KAAK,GACL,EACR,iCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,2xBAA2xB,EAC7xB,IAAI,EAAE,KAAK,GACL,IACJ,CACP,CAAA;AACH,CAAC;AAjBD,4BAiBC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconDropFile({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconDropFile = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconDropFile(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.5 14.8334H15.5V16.5001H0.5V14.8334ZM8.83333 3.85711V13.1667H7.16667V3.85711L2.10744 8.91633L0.928933 7.73783L8 0.666748L15.0711 7.73783L13.8926 8.91633L8.83333 3.85711Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.5 14.8334H15.5V16.5001H0.5V14.8334ZM8.83333 3.85711V13.1667H7.16667V3.85711L2.10744 8.91633L0.928933 7.73783L8 0.666748L15.0711 7.73783L13.8926 8.91633L8.83333 3.85711Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconDropFile = IconDropFile;
|
|
10
|
-
//# sourceMappingURL=drop-file.js.map
|
|
10
|
+
//# sourceMappingURL=icon-drop-file.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-drop-file.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-drop-file.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAgB;QAAd,KAAK,WAAA;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,6KAA6K,EAC/K,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,oCASC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function IconEditImage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
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() {
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', 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' })] }));
|
|
7
|
+
}
|
|
8
|
+
exports.IconEditImage = IconEditImage;
|
|
9
|
+
//# sourceMappingURL=icon-edit-image.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-edit-image.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-edit-image.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,aAAa;IAC3B,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,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;AAnBD,sCAmBC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconEdit = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconEdit(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '12', height: '14', viewBox: '0 0 12 14', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M2.27614 9.5935L9.03753 2.83207L8.09473 1.88926L1.33333 8.6507V9.5935H2.27614ZM2.82843 10.9268H0V8.09837L7.62333 0.475045C7.88373 0.214699 8.3058 0.214699 8.56613 0.475045L10.4518 2.36067C10.7121 2.62101 10.7121 3.04312 10.4518 3.30347L2.82843 10.9268ZM0 12.2602H12V13.5935H0V12.2602Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '12', height: '14', viewBox: '0 0 12 14', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M2.27614 9.5935L9.03753 2.83207L8.09473 1.88926L1.33333 8.6507V9.5935H2.27614ZM2.82843 10.9268H0V8.09837L7.62333 0.475045C7.88373 0.214699 8.3058 0.214699 8.56613 0.475045L10.4518 2.36067C10.7121 2.62101 10.7121 3.04312 10.4518 3.30347L2.82843 10.9268ZM0 12.2602H12V13.5935H0V12.2602Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconEdit = IconEdit;
|
|
10
|
-
//# sourceMappingURL=
|
|
10
|
+
//# sourceMappingURL=icon-edit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-edit.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-edit.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,8RAA8R,EAChS,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconEmptyEmail = exports.IconEmail = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconEmail(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconEmail = IconEmail;
|
|
10
|
+
function IconEmptyEmail(_a) {
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z' }) }));
|
|
13
|
+
}
|
|
14
|
+
exports.IconEmptyEmail = IconEmptyEmail;
|
|
15
|
+
//# sourceMappingURL=icon-email.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-email.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-email.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,qQAAqQ,GACvQ,GACE,CACP,CAAA;AACH,CAAC;AATD,8BASC;AAED,SAAgB,cAAc,CAAC,EAAgB;QAAd,KAAK,WAAA;IACpC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,iUAAiU,GACnU,GACE,CACP,CAAA;AACH,CAAC;AATD,wCASC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconEmptyChat({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconEmptyChat = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconEmptyChat(_a) {
|
|
6
|
+
var color = _a.color;
|
|
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: color }), (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: color }), (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: color }), (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: color })] }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconEmptyChat = IconEmptyChat;
|
|
10
|
+
//# sourceMappingURL=icon-empty-chat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-empty-chat.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-empty-chat.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAgB;QAAd,KAAK,WAAA;IACnC,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,KAAK,GACX,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,+YAA+Y,EACjZ,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAE,KAAK,GACX,IACE,CACP,CAAA;AACH,CAAC;AArBD,sCAqBC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconEqualizerFill = exports.IconEqualizerLine = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconEqualizerLine(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: color, 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.IconEqualizerLine = IconEqualizerLine;
|
|
10
|
+
function IconEqualizerFill(_a) {
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: color, 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.IconEqualizerFill = IconEqualizerFill;
|
|
15
|
+
//# sourceMappingURL=icon-equalizer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-equalizer.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-equalizer.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,iBAAiB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACvC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,KAAK,YACrE,iCAAM,CAAC,EAAC,+1BAA+1B,GAAG,GACt2B,CACP,CAAA;AACH,CAAC;AAND,8CAMC;AAED,SAAgB,iBAAiB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACvC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,KAAK,YACrE,iCAAM,CAAC,EAAC,+gBAA+gB,GAAG,GACthB,CACP,CAAA;AACH,CAAC;AAND,8CAMC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
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(_a) {
|
|
6
|
+
var _b = _a.color, color = _b === void 0 ? '#20744a' : _b;
|
|
7
|
+
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: color, fillRule: 'evenodd' } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '7.439', width: '4.323', height: '2.2', style: { fill: color } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '10.94', width: '4.323', height: '2.2', style: { fill: color } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '14.441', width: '4.323', height: '2.2', style: { fill: color } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '17.942', width: '4.323', height: '2.2', style: { fill: color } }), (0, jsx_runtime_1.jsx)("rect", { x: '22.487', y: '21.443', width: '4.323', height: '2.2', style: { fill: color } }), (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' } })] }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconExcel = IconExcel;
|
|
10
|
+
//# sourceMappingURL=icon-excel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-excel.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-excel.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAA4B;QAA1B,aAAiB,EAAjB,KAAK,mBAAG,SAAS,KAAA;IAC3C,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,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,GAC3C,EACF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,GAAI,EAChF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,GAAI,EAChF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,QAAQ,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,GAAI,EACjF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,QAAQ,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,GAAI,EACjF,iCAAM,CAAC,EAAC,QAAQ,EAAC,CAAC,EAAC,QAAQ,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,GAAI,EACjF,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,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconExclamation({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconExclamation = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconExclamation(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.00002 17.3334C4.39765 17.3334 0.666687 13.6024 0.666687 9.00002C0.666687 4.39765 4.39765 0.666687 9.00002 0.666687C13.6024 0.666687 17.3334 4.39765 17.3334 9.00002C17.3334 13.6024 13.6024 17.3334 9.00002 17.3334ZM9.00002 15.6667C12.6819 15.6667 15.6667 12.6819 15.6667 9.00002C15.6667 5.31812 12.6819 2.33335 9.00002 2.33335C5.31812 2.33335 2.33335 5.31812 2.33335 9.00002C2.33335 12.6819 5.31812 15.6667 9.00002 15.6667ZM8.16669 4.83335H9.83335V6.50002H8.16669V4.83335ZM8.16669 8.16669H9.83335V13.1667H8.16669V8.16669Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.00002 17.3334C4.39765 17.3334 0.666687 13.6024 0.666687 9.00002C0.666687 4.39765 4.39765 0.666687 9.00002 0.666687C13.6024 0.666687 17.3334 4.39765 17.3334 9.00002C17.3334 13.6024 13.6024 17.3334 9.00002 17.3334ZM9.00002 15.6667C12.6819 15.6667 15.6667 12.6819 15.6667 9.00002C15.6667 5.31812 12.6819 2.33335 9.00002 2.33335C5.31812 2.33335 2.33335 5.31812 2.33335 9.00002C2.33335 12.6819 5.31812 15.6667 9.00002 15.6667ZM8.16669 4.83335H9.83335V6.50002H8.16669V4.83335ZM8.16669 8.16669H9.83335V13.1667H8.16669V8.16669Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconExclamation = IconExclamation;
|
|
10
|
-
//# sourceMappingURL=exclamation.js.map
|
|
10
|
+
//# sourceMappingURL=icon-exclamation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-exclamation.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-exclamation.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,eAAe,CAAC,EAAgB;QAAd,KAAK,WAAA;IACrC,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,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,0CASC"}
|
|
@@ -6,4 +6,4 @@ function IconExit() {
|
|
|
6
6
|
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { d: 'M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z' }) }));
|
|
7
7
|
}
|
|
8
8
|
exports.IconExit = IconExit;
|
|
9
|
-
//# sourceMappingURL=
|
|
9
|
+
//# sourceMappingURL=icon-exit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-exit.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-exit.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,QAAQ;IACtB,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,YAC3D,iCAAM,CAAC,EAAC,6ZAA6Z,GAAG,GACpa,CACP,CAAA;AACH,CAAC;AAND,4BAMC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconEyeSlash({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconEyeSlash = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconEyeSlash(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', 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: color }), (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: color }), (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: color }), (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: color }), (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: color })] }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconEyeSlash = IconEyeSlash;
|
|
10
|
+
//# sourceMappingURL=icon-eye-slash.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-eye-slash.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-eye-slash.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAgB;QAAd,KAAK,WAAA;IAClC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aACrE,iCACE,CAAC,EAAC,oYAAoY,EACtY,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,mKAAmK,EACrK,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,iKAAiK,EACnK,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,kYAAkY,EACpY,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,gPAAgP,EAClP,IAAI,EAAE,KAAK,GACX,IACE,CACP,CAAA;AACH,CAAC;AAzBD,oCAyBC"}
|