infinity-forge 3.9.1 → 3.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -20
- package/dist/infinity-forge.css +3 -0
- package/dist/sites/fixed-components/header-link/versions/version-01/component.js +1 -1
- package/dist/sites/fixed-components/header-link/versions/version-01/component.js.map +1 -1
- package/dist/sites/hooks/use-social-links.js +4 -4
- package/dist/sites/public/fonts/fonts.css +760 -760
- package/dist/system/presentation/components/data/detail-card/component.js +1 -1
- package/dist/system/presentation/components/data/detail-card/component.js.map +1 -1
- package/dist/system/presentation/components/data/menu/components/menu-item/index.js +1 -1
- package/dist/system/presentation/components/data/menu/components/menu-item/index.js.map +1 -1
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +1 -1
- package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
- package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +3 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +7 -3
- package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js.map +1 -1
- package/dist/test/index.js +3 -3
- package/dist/test/index.js.map +1 -1
- package/dist/ui/components/breadcrumb/component.js +1 -1
- package/dist/ui/components/breadcrumb/component.js.map +1 -1
- package/dist/ui/components/form/date-picker/index.d.ts +5 -0
- package/dist/ui/components/form/date-picker/index.js +58 -0
- package/dist/ui/components/form/date-picker/index.js.map +1 -0
- package/dist/ui/components/form/date-picker/styles.d.ts +4 -0
- package/dist/ui/components/form/date-picker/styles.js +14 -0
- package/dist/ui/components/form/date-picker/styles.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/index.js +0 -1
- package/dist/ui/components/form/handler/form-handler/index.js.map +1 -1
- package/dist/ui/components/form/index.d.ts +3 -1
- package/dist/ui/components/form/index.js +2 -0
- package/dist/ui/components/form/index.js.map +1 -1
- package/dist/ui/components/form/input-control/index.d.ts +1 -1
- package/dist/ui/components/form/input-control/index.js +1 -1
- package/dist/ui/components/form/input-control/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +6 -4
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js +3 -3
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +2 -2
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -1
- package/dist/ui/components/form/input-password/index.js +1 -1
- package/dist/ui/components/form/input-password/index.js.map +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/index.js +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -1
- package/dist/ui/components/form/input-svg/index.js +1 -1
- package/dist/ui/components/form/input-svg/index.js.map +1 -1
- package/dist/ui/components/form/input-youtube/index.js +1 -1
- package/dist/ui/components/form/input-youtube/index.js.map +1 -1
- package/dist/ui/components/form/range-date-picker/index.d.ts +5 -0
- package/dist/ui/components/form/range-date-picker/index.js +61 -0
- package/dist/ui/components/form/range-date-picker/index.js.map +1 -0
- package/dist/ui/components/form/range-date-picker/styles.d.ts +4 -0
- package/dist/ui/components/form/range-date-picker/styles.js +14 -0
- package/dist/ui/components/form/range-date-picker/styles.js.map +1 -0
- package/dist/ui/components/form/select-icon/index.js +1 -1
- package/dist/ui/components/form/select-icon/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/index.js +2 -2
- package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -1
- package/dist/ui/components/modal/index.js +1 -1
- package/dist/ui/components/modal/index.js.map +1 -1
- package/dist/ui/components/pagination/index.d.ts +1 -1
- package/dist/ui/components/pagination/index.js +7 -3
- package/dist/ui/components/pagination/index.js.map +1 -1
- package/dist/ui/components/warning/index.js +1 -1
- package/dist/ui/components/warning/index.js.map +1 -1
- package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js +1 -1
- package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
- package/dist/ui/contexts/toast/toast-item/index.js +1 -1
- package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/use-camera.js +1 -1
- package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -1
- package/dist/ui/icons/index.d.ts +102 -111
- package/dist/ui/icons/index.js +102 -111
- package/dist/ui/icons/index.js.map +1 -1
- package/dist/ui/icons/interfaces.d.ts +1 -2
- package/dist/ui/icons/render/component.d.ts +3 -4
- package/dist/ui/icons/render/component.js +2 -2
- package/dist/ui/icons/render/component.js.map +1 -1
- package/dist/ui/icons/render/icon-Instagram.d.ts +3 -0
- package/dist/ui/icons/render/icon-Instagram.js +15 -0
- package/dist/ui/icons/render/icon-Instagram.js.map +1 -0
- package/dist/ui/icons/render/icon-Linkedin.d.ts +3 -0
- package/dist/ui/icons/render/icon-Linkedin.js +15 -0
- package/dist/ui/icons/render/icon-Linkedin.js.map +1 -0
- package/dist/ui/icons/render/{Close.d.ts → icon-Lupa.d.ts} +1 -1
- package/dist/ui/icons/render/icon-Lupa.js +10 -0
- package/dist/ui/icons/render/icon-Lupa.js.map +1 -0
- package/dist/ui/icons/render/{Lupa.d.ts → icon-Map.d.ts} +1 -1
- package/dist/ui/icons/render/{Map.js → icon-Map.js} +3 -3
- package/dist/ui/icons/render/icon-Map.js.map +1 -0
- package/dist/ui/icons/render/{send-message.d.ts → icon-Microphone.d.ts} +1 -1
- package/dist/ui/icons/render/{Microphone.js → icon-Microphone.js} +3 -3
- package/dist/ui/icons/render/icon-Microphone.js.map +1 -0
- package/dist/ui/icons/render/{Folder.d.ts → icon-Minus.d.ts} +1 -1
- package/dist/ui/icons/render/{Minus.js → icon-Minus.js} +3 -3
- package/dist/ui/icons/render/icon-Minus.js.map +1 -0
- package/dist/ui/icons/render/icon-Phone.d.ts +3 -0
- package/dist/ui/icons/render/icon-Phone.js +15 -0
- package/dist/ui/icons/render/icon-Phone.js.map +1 -0
- package/dist/ui/icons/render/icon-Pin.d.ts +4 -0
- package/dist/ui/icons/render/{Pin.js → icon-Pin.js} +7 -7
- package/dist/ui/icons/render/icon-Pin.js.map +1 -0
- package/dist/ui/icons/render/{Codie.d.ts → icon-Play.d.ts} +1 -1
- package/dist/ui/icons/render/icon-Play.js +10 -0
- package/dist/ui/icons/render/icon-Play.js.map +1 -0
- package/dist/ui/icons/render/{Checked.d.ts → icon-Plus.d.ts} +1 -1
- package/dist/ui/icons/render/icon-Plus.js +10 -0
- package/dist/ui/icons/render/icon-Plus.js.map +1 -0
- package/dist/ui/icons/render/{TikTok.d.ts → icon-Share.d.ts} +1 -1
- package/dist/ui/icons/render/icon-Share.js +10 -0
- package/dist/ui/icons/render/icon-Share.js.map +1 -0
- package/dist/ui/icons/render/{loading.d.ts → icon-TikTok.d.ts} +1 -1
- package/dist/ui/icons/render/icon-TikTok.js +10 -0
- package/dist/ui/icons/render/icon-TikTok.js.map +1 -0
- package/dist/ui/icons/render/{calendar.d.ts → icon-YouTube.d.ts} +1 -1
- package/dist/ui/icons/render/icon-YouTube.js +10 -0
- package/dist/ui/icons/render/icon-YouTube.js.map +1 -0
- package/dist/ui/icons/render/{chalet.d.ts → icon-block.d.ts} +1 -1
- package/dist/ui/icons/render/{block.js → icon-block.js} +3 -3
- package/dist/ui/icons/render/icon-block.js.map +1 -0
- package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -0
- package/dist/ui/icons/render/icon-bottom-chevron.js +9 -0
- package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -0
- package/dist/ui/icons/render/{basic-right-arrow.d.ts → icon-bottom-navigation.d.ts} +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation.js +10 -0
- package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -0
- package/dist/ui/icons/render/{Edit.d.ts → icon-box.d.ts} +1 -1
- package/dist/ui/icons/render/{box.js → icon-box.js} +3 -3
- package/dist/ui/icons/render/icon-box.js.map +1 -0
- package/dist/ui/icons/render/{arrow-bottom.d.ts → icon-calculator.d.ts} +1 -1
- package/dist/ui/icons/render/{calculator.js → icon-calculator.js} +3 -3
- package/dist/ui/icons/render/icon-calculator.js.map +1 -0
- package/dist/ui/icons/render/{arrow-foward-left.d.ts → icon-calendar-browse.d.ts} +1 -1
- package/dist/ui/icons/render/{calendar-browse.js → icon-calendar-browse.js} +3 -3
- package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -0
- package/dist/ui/icons/render/{fullfield-bell.d.ts → icon-calendar-time.d.ts} +1 -1
- package/dist/ui/icons/render/icon-calendar-time.js +10 -0
- package/dist/ui/icons/render/icon-calendar-time.js.map +1 -0
- package/dist/ui/icons/render/icon-calendar.d.ts +1 -0
- package/dist/ui/icons/render/icon-calendar.js +9 -0
- package/dist/ui/icons/render/icon-calendar.js.map +1 -0
- package/dist/ui/icons/render/{File.d.ts → icon-cam.d.ts} +1 -1
- package/dist/ui/icons/render/icon-cam.js +10 -0
- package/dist/ui/icons/render/icon-cam.js.map +1 -0
- package/dist/ui/icons/render/{NavLeft.d.ts → icon-chalet.d.ts} +1 -1
- package/dist/ui/icons/render/{chalet.js → icon-chalet.js} +3 -3
- package/dist/ui/icons/render/icon-chalet.js.map +1 -0
- package/dist/ui/icons/render/{Globe.d.ts → icon-chat.d.ts} +1 -1
- package/dist/ui/icons/render/{chat.js → icon-chat.js} +3 -3
- package/dist/ui/icons/render/icon-chat.js.map +1 -0
- package/dist/ui/icons/render/{Microphone.d.ts → icon-check.d.ts} +1 -1
- package/dist/ui/icons/render/{Check.js → icon-check.js} +3 -3
- package/dist/ui/icons/render/icon-check.js.map +1 -0
- package/dist/ui/icons/render/{Home.d.ts → icon-checked.d.ts} +1 -1
- package/dist/ui/icons/render/{Checked.js → icon-checked.js} +3 -3
- package/dist/ui/icons/render/icon-checked.js.map +1 -0
- package/dist/ui/icons/render/{keyboard-right-arrow.d.ts → icon-circular-left-arrow.d.ts} +1 -1
- package/dist/ui/icons/render/{arrow-foward-left.js → icon-circular-left-arrow.js} +5 -5
- package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -0
- package/dist/ui/icons/render/{interrogation-circle.d.ts → icon-circular-right-arrow.d.ts} +1 -1
- package/dist/ui/icons/render/{arrow-foward-right.js → icon-circular-right-arrow.js} +5 -5
- package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -0
- package/dist/ui/icons/render/icon-clip.d.ts +2 -0
- package/dist/ui/icons/render/{clip.js → icon-clip.js} +3 -3
- package/dist/ui/icons/render/icon-clip.js.map +1 -0
- package/dist/ui/icons/render/icon-clock.d.ts +3 -0
- package/dist/ui/icons/render/{Clock.js → icon-clock.js} +5 -5
- package/dist/ui/icons/render/icon-clock.js.map +1 -0
- package/dist/ui/icons/render/{danger.d.ts → icon-close.d.ts} +1 -1
- package/dist/ui/icons/render/icon-close.js +10 -0
- package/dist/ui/icons/render/icon-close.js.map +1 -0
- package/dist/ui/icons/render/icon-codie.d.ts +2 -0
- package/dist/ui/icons/render/icon-codie.js +10 -0
- package/dist/ui/icons/render/icon-codie.js.map +1 -0
- package/dist/ui/icons/render/{Carousel-left-icon.d.ts → icon-computer.d.ts} +1 -1
- package/dist/ui/icons/render/{computer.js → icon-computer.js} +3 -3
- package/dist/ui/icons/render/icon-computer.js.map +1 -0
- package/dist/ui/icons/render/{YouTube.d.ts → icon-danger.d.ts} +1 -1
- package/dist/ui/icons/render/{danger.js → icon-danger.js} +3 -3
- package/dist/ui/icons/render/icon-danger.js.map +1 -0
- package/dist/ui/icons/render/icon-death.d.ts +2 -0
- package/dist/ui/icons/render/icon-death.js +10 -0
- package/dist/ui/icons/render/icon-death.js.map +1 -0
- package/dist/ui/icons/render/{diabets.d.ts → icon-delete.d.ts} +1 -1
- package/dist/ui/icons/render/{delete.js → icon-delete.js} +3 -3
- package/dist/ui/icons/render/icon-delete.js.map +1 -0
- package/dist/ui/icons/render/{computer.d.ts → icon-diabets.d.ts} +1 -1
- package/dist/ui/icons/render/icon-diabets.js +10 -0
- package/dist/ui/icons/render/icon-diabets.js.map +1 -0
- package/dist/ui/icons/render/icon-door.d.ts +2 -0
- package/dist/ui/icons/render/{door.js → icon-door.js} +3 -3
- package/dist/ui/icons/render/icon-door.js.map +1 -0
- package/dist/ui/icons/render/{Check.d.ts → icon-drop-file.d.ts} +1 -1
- package/dist/ui/icons/render/{drop-file.js → icon-drop-file.js} +3 -3
- package/dist/ui/icons/render/icon-drop-file.js.map +1 -0
- package/dist/ui/icons/render/icon-edit-image.d.ts +1 -0
- package/dist/ui/icons/render/icon-edit-image.js +9 -0
- package/dist/ui/icons/render/icon-edit-image.js.map +1 -0
- package/dist/ui/icons/render/icon-edit.d.ts +2 -0
- package/dist/ui/icons/render/{Edit.js → icon-edit.js} +3 -3
- package/dist/ui/icons/render/icon-edit.js.map +1 -0
- package/dist/ui/icons/render/icon-email.d.ts +3 -0
- package/dist/ui/icons/render/icon-email.js +15 -0
- package/dist/ui/icons/render/icon-email.js.map +1 -0
- package/dist/ui/icons/render/{calculator.d.ts → icon-empty-chat.d.ts} +1 -1
- package/dist/ui/icons/render/icon-empty-chat.js +10 -0
- package/dist/ui/icons/render/icon-empty-chat.js.map +1 -0
- package/dist/ui/icons/render/icon-equalizer.d.ts +3 -0
- package/dist/ui/icons/render/icon-equalizer.js +15 -0
- package/dist/ui/icons/render/icon-equalizer.js.map +1 -0
- package/dist/ui/icons/render/icon-excel.d.ts +2 -0
- package/dist/ui/icons/render/icon-excel.js +10 -0
- package/dist/ui/icons/render/icon-excel.js.map +1 -0
- package/dist/ui/icons/render/{arrow-to-right.d.ts → icon-exclamation.d.ts} +1 -1
- package/dist/ui/icons/render/{exclamation.js → icon-exclamation.js} +3 -3
- package/dist/ui/icons/render/icon-exclamation.js.map +1 -0
- package/dist/ui/icons/render/{Exit.js → icon-exit.js} +1 -1
- package/dist/ui/icons/render/icon-exit.js.map +1 -0
- package/dist/ui/icons/render/{empty-chat.d.ts → icon-eye-slash.d.ts} +1 -1
- package/dist/ui/icons/render/icon-eye-slash.js +10 -0
- package/dist/ui/icons/render/icon-eye-slash.js.map +1 -0
- package/dist/ui/icons/render/icon-eye.d.ts +2 -0
- package/dist/ui/icons/render/{Eye.js → icon-eye.js} +3 -3
- package/dist/ui/icons/render/icon-eye.js.map +1 -0
- package/dist/ui/icons/render/icon-facebook.d.ts +3 -0
- package/dist/ui/icons/render/icon-facebook.js +15 -0
- package/dist/ui/icons/render/icon-facebook.js.map +1 -0
- package/dist/ui/icons/render/icon-file.d.ts +2 -0
- package/dist/ui/icons/render/{File.js → icon-file.js} +3 -3
- package/dist/ui/icons/render/icon-file.js.map +1 -0
- package/dist/ui/icons/render/icon-folder.d.ts +2 -0
- package/dist/ui/icons/render/{Folder.js → icon-folder.js} +3 -3
- package/dist/ui/icons/render/icon-folder.js.map +1 -0
- package/dist/ui/icons/render/{calendar-browse.d.ts → icon-fullfield-bell.d.ts} +1 -1
- package/dist/ui/icons/render/{fullfield-bell.js → icon-fullfield-bell.js} +3 -3
- package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -0
- package/dist/ui/icons/render/icon-fullfield-chat.d.ts +2 -0
- package/dist/ui/icons/render/{fullfield-chat.js → icon-fullfield-chat.js} +3 -3
- package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -0
- package/dist/ui/icons/render/{Gear.js → icon-gear.js} +1 -1
- package/dist/ui/icons/render/icon-gear.js.map +1 -0
- package/dist/ui/icons/render/icon-gender.d.ts +2 -0
- package/dist/ui/icons/render/{gender.js → icon-gender.js} +3 -3
- package/dist/ui/icons/render/icon-gender.js.map +1 -0
- package/dist/ui/icons/render/icon-globe.d.ts +2 -0
- package/dist/ui/icons/render/{Globe.js → icon-globe.js} +3 -3
- package/dist/ui/icons/render/icon-globe.js.map +1 -0
- package/dist/ui/icons/render/icon-heart.d.ts +2 -0
- package/dist/ui/icons/render/{heart.js → icon-heart.js} +3 -3
- package/dist/ui/icons/render/icon-heart.js.map +1 -0
- package/dist/ui/icons/render/icon-home.d.ts +2 -0
- package/dist/ui/icons/render/icon-home.js +10 -0
- package/dist/ui/icons/render/icon-home.js.map +1 -0
- package/dist/ui/icons/render/{arrow-foward-right.d.ts → icon-hospitalization.d.ts} +1 -1
- package/dist/ui/icons/render/{hospitalization.js → icon-hospitalization.js} +3 -3
- package/dist/ui/icons/render/icon-hospitalization.js.map +1 -0
- package/dist/ui/icons/render/{fullfield-chat.d.ts → icon-hypertension.d.ts} +1 -1
- package/dist/ui/icons/render/{hypertension.js → icon-hypertension.js} +3 -3
- package/dist/ui/icons/render/icon-hypertension.js.map +1 -0
- package/dist/ui/icons/render/icon-info.d.ts +2 -0
- package/dist/ui/icons/render/{info.js → icon-info.js} +2 -2
- package/dist/ui/icons/render/icon-info.js.map +1 -0
- package/dist/ui/icons/render/icon-interrogation-circle.d.ts +2 -0
- package/dist/ui/icons/render/{interrogation-circle.js → icon-interrogation-circle.js} +3 -3
- package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -0
- package/dist/ui/icons/render/{edit-image.d.ts → icon-language.d.ts} +1 -1
- package/dist/ui/icons/render/icon-language.js +10 -0
- package/dist/ui/icons/render/icon-language.js.map +1 -0
- package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -0
- package/dist/ui/icons/render/icon-left-chevron.js +9 -0
- package/dist/ui/icons/render/icon-left-chevron.js.map +1 -0
- package/dist/ui/icons/render/{transparent-mail.d.ts → icon-left-navigation.d.ts} +1 -1
- package/dist/ui/icons/render/icon-left-navigation.js +10 -0
- package/dist/ui/icons/render/icon-left-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-like.d.ts +2 -0
- package/dist/ui/icons/render/{like.js → icon-like.js} +3 -3
- package/dist/ui/icons/render/icon-like.js.map +1 -0
- package/dist/ui/icons/render/{NavRight.d.ts → icon-loading.d.ts} +1 -1
- package/dist/ui/icons/render/{loading.js → icon-loading.js} +3 -3
- package/dist/ui/icons/render/icon-loading.js.map +1 -0
- package/dist/ui/icons/render/icon-map-floor.d.ts +2 -0
- package/dist/ui/icons/render/icon-map-floor.js +10 -0
- package/dist/ui/icons/render/icon-map-floor.js.map +1 -0
- package/dist/ui/icons/render/{message-balloon.js → icon-message-balloon.js} +1 -1
- package/dist/ui/icons/render/icon-message-balloon.js.map +1 -0
- package/dist/ui/icons/render/icon-mobile.d.ts +2 -0
- package/dist/ui/icons/render/icon-mobile.js +10 -0
- package/dist/ui/icons/render/icon-mobile.js.map +1 -0
- package/dist/ui/icons/render/{keyboard-left-arrow.d.ts → icon-money-value-symbol.d.ts} +1 -1
- package/dist/ui/icons/render/{money-value-symbol.js → icon-money-value-symbol.js} +3 -3
- package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -0
- package/dist/ui/icons/render/icon-not-found.d.ts +2 -0
- package/dist/ui/icons/render/icon-not-found.js +10 -0
- package/dist/ui/icons/render/icon-not-found.js.map +1 -0
- package/dist/ui/icons/render/{arrow-top.d.ts → icon-not-like.d.ts} +1 -1
- package/dist/ui/icons/render/{not-like.js → icon-not-like.js} +3 -3
- package/dist/ui/icons/render/icon-not-like.js.map +1 -0
- package/dist/ui/icons/render/icon-padlock.d.ts +2 -0
- package/dist/ui/icons/render/{padlock.js → icon-padlock.js} +3 -3
- package/dist/ui/icons/render/icon-padlock.js.map +1 -0
- package/dist/ui/icons/render/icon-pdf.d.ts +2 -0
- package/dist/ui/icons/render/icon-pdf.js +10 -0
- package/dist/ui/icons/render/icon-pdf.js.map +1 -0
- package/dist/ui/icons/render/icon-person.d.ts +3 -0
- package/dist/ui/icons/render/{person.js → icon-person.js} +5 -5
- package/dist/ui/icons/render/icon-person.js.map +1 -0
- package/dist/ui/icons/render/icon-pet.d.ts +2 -0
- package/dist/ui/icons/render/icon-pet.js +10 -0
- package/dist/ui/icons/render/icon-pet.js.map +1 -0
- package/dist/ui/icons/render/icon-phone-message.d.ts +2 -0
- package/dist/ui/icons/render/icon-phone-message.js +10 -0
- package/dist/ui/icons/render/icon-phone-message.js.map +1 -0
- package/dist/ui/icons/render/{calendar-time.d.ts → icon-play-rounded.d.ts} +1 -1
- package/dist/ui/icons/render/{play-rounded.js → icon-play-rounded.js} +3 -3
- package/dist/ui/icons/render/icon-play-rounded.js.map +1 -0
- package/dist/ui/icons/render/{Carousel-right-icon.d.ts → icon-plus-sharp.d.ts} +1 -1
- package/dist/ui/icons/render/{plus-sharp.js → icon-plus-sharp.js} +3 -3
- package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -0
- package/dist/ui/icons/render/icon-prev.d.ts +2 -0
- package/dist/ui/icons/render/{prev.js → icon-prev.js} +3 -3
- package/dist/ui/icons/render/icon-prev.js.map +1 -0
- package/dist/ui/icons/render/{print.js → icon-print.js} +1 -1
- package/dist/ui/icons/render/icon-print.js.map +1 -0
- package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -0
- package/dist/ui/icons/render/icon-right-chevron.js +9 -0
- package/dist/ui/icons/render/icon-right-chevron.js.map +1 -0
- package/dist/ui/icons/render/{basic-bottom-arrow.d.ts → icon-right-navigation.d.ts} +1 -1
- package/dist/ui/icons/render/icon-right-navigation.js +10 -0
- package/dist/ui/icons/render/icon-right-navigation.js.map +1 -0
- package/dist/ui/icons/render/{hypertension.d.ts → icon-send-message.d.ts} +1 -1
- package/dist/ui/icons/render/{send-message.js → icon-send-message.js} +3 -3
- package/dist/ui/icons/render/icon-send-message.js.map +1 -0
- package/dist/ui/icons/render/icon-send.d.ts +2 -0
- package/dist/ui/icons/render/{arrow-forward.js → icon-send.js} +6 -6
- package/dist/ui/icons/render/icon-send.js.map +1 -0
- package/dist/ui/icons/render/icon-seo.d.ts +2 -0
- package/dist/ui/icons/render/icon-seo.js +10 -0
- package/dist/ui/icons/render/icon-seo.js.map +1 -0
- package/dist/ui/icons/render/icon-share-v2.d.ts +2 -0
- package/dist/ui/icons/render/{share-v2.js → icon-share-v2.js} +3 -3
- package/dist/ui/icons/render/icon-share-v2.js.map +1 -0
- package/dist/ui/icons/render/icon-shopping.d.ts +3 -0
- package/dist/ui/icons/render/{shopping.js → icon-shopping.js} +5 -5
- package/dist/ui/icons/render/icon-shopping.js.map +1 -0
- package/dist/ui/icons/render/icon-star.d.ts +2 -0
- package/dist/ui/icons/render/{star.js → icon-star.js} +3 -3
- package/dist/ui/icons/render/icon-star.js.map +1 -0
- package/dist/ui/icons/render/icon-starBg.d.ts +2 -0
- package/dist/ui/icons/render/{starBg.js → icon-starBg.js} +3 -3
- package/dist/ui/icons/render/icon-starBg.js.map +1 -0
- package/dist/ui/icons/render/icon-three-dots.d.ts +2 -0
- package/dist/ui/icons/render/icon-three-dots.js +10 -0
- package/dist/ui/icons/render/icon-three-dots.js.map +1 -0
- package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -0
- package/dist/ui/icons/render/icon-top-chevron.js +9 -0
- package/dist/ui/icons/render/icon-top-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-top-navigation.d.ts +2 -0
- package/dist/ui/icons/render/icon-top-navigation.js +10 -0
- package/dist/ui/icons/render/icon-top-navigation.js.map +1 -0
- package/dist/ui/icons/render/{basic-left-arrow.d.ts → icon-transparent-mail.d.ts} +1 -1
- package/dist/ui/icons/render/{transparent-mail.js → icon-transparent-mail.js} +3 -3
- package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -0
- package/dist/ui/icons/render/icon-transparent-phone.d.ts +2 -0
- package/dist/ui/icons/render/icon-transparent-phone.js +10 -0
- package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -0
- package/dist/ui/icons/render/icon-twitter.d.ts +3 -0
- package/dist/ui/icons/render/icon-twitter.js +15 -0
- package/dist/ui/icons/render/icon-twitter.js.map +1 -0
- package/dist/ui/icons/render/icon-upload.d.ts +2 -0
- package/dist/ui/icons/render/{upload.js → icon-upload.js} +3 -3
- package/dist/ui/icons/render/icon-upload.js.map +1 -0
- package/dist/ui/icons/render/icon-user.d.ts +3 -0
- package/dist/ui/icons/render/{user.js → icon-user.js} +5 -5
- package/dist/ui/icons/render/icon-user.js.map +1 -0
- package/dist/ui/icons/render/icon-weight.d.ts +2 -0
- package/dist/ui/icons/render/icon-weight.js +10 -0
- package/dist/ui/icons/render/icon-weight.js.map +1 -0
- package/dist/ui/icons/render/icon-whats.d.ts +3 -0
- package/dist/ui/icons/render/icon-whats.js +15 -0
- package/dist/ui/icons/render/icon-whats.js.map +1 -0
- package/dist/ui/icons/render/{word.js → icon-word.js} +1 -1
- package/dist/ui/icons/render/icon-word.js.map +1 -0
- package/dist/ui/icons/render/image.d.ts +1 -1
- package/dist/ui/icons/render/image.js +2 -2
- package/dist/ui/icons/render/image.js.map +1 -1
- package/package.json +4 -1
- package/dist/ui/icons/render/Carousel-left-icon.js +0 -10
- package/dist/ui/icons/render/Carousel-left-icon.js.map +0 -1
- package/dist/ui/icons/render/Carousel-right-icon.js +0 -10
- package/dist/ui/icons/render/Carousel-right-icon.js.map +0 -1
- package/dist/ui/icons/render/Check.js.map +0 -1
- package/dist/ui/icons/render/Checked.js.map +0 -1
- package/dist/ui/icons/render/Clock.d.ts +0 -3
- package/dist/ui/icons/render/Clock.js.map +0 -1
- package/dist/ui/icons/render/Close.js +0 -10
- package/dist/ui/icons/render/Close.js.map +0 -1
- package/dist/ui/icons/render/Codie.js +0 -10
- package/dist/ui/icons/render/Codie.js.map +0 -1
- package/dist/ui/icons/render/Edit.js.map +0 -1
- package/dist/ui/icons/render/Email.d.ts +0 -3
- package/dist/ui/icons/render/Email.js +0 -15
- package/dist/ui/icons/render/Email.js.map +0 -1
- package/dist/ui/icons/render/Exit.js.map +0 -1
- package/dist/ui/icons/render/Eye.d.ts +0 -2
- package/dist/ui/icons/render/Eye.js.map +0 -1
- package/dist/ui/icons/render/Facebook.d.ts +0 -3
- package/dist/ui/icons/render/Facebook.js +0 -15
- package/dist/ui/icons/render/Facebook.js.map +0 -1
- package/dist/ui/icons/render/File.js.map +0 -1
- package/dist/ui/icons/render/Folder.js.map +0 -1
- package/dist/ui/icons/render/Gear.js.map +0 -1
- package/dist/ui/icons/render/Globe.js.map +0 -1
- package/dist/ui/icons/render/Home.js +0 -10
- package/dist/ui/icons/render/Home.js.map +0 -1
- package/dist/ui/icons/render/Insagram.d.ts +0 -3
- package/dist/ui/icons/render/Insagram.js +0 -15
- package/dist/ui/icons/render/Insagram.js.map +0 -1
- package/dist/ui/icons/render/Linkedin.d.ts +0 -3
- package/dist/ui/icons/render/Linkedin.js +0 -15
- package/dist/ui/icons/render/Linkedin.js.map +0 -1
- package/dist/ui/icons/render/LongArrowRight.d.ts +0 -2
- package/dist/ui/icons/render/LongArrowRight.js +0 -11
- package/dist/ui/icons/render/LongArrowRight.js.map +0 -1
- package/dist/ui/icons/render/Lupa.js +0 -10
- package/dist/ui/icons/render/Lupa.js.map +0 -1
- package/dist/ui/icons/render/Map.d.ts +0 -2
- package/dist/ui/icons/render/Map.js.map +0 -1
- package/dist/ui/icons/render/Microphone.js.map +0 -1
- package/dist/ui/icons/render/Minus.d.ts +0 -2
- package/dist/ui/icons/render/Minus.js.map +0 -1
- package/dist/ui/icons/render/NavDown.d.ts +0 -3
- package/dist/ui/icons/render/NavDown.js +0 -15
- package/dist/ui/icons/render/NavDown.js.map +0 -1
- package/dist/ui/icons/render/NavLeft.js +0 -10
- package/dist/ui/icons/render/NavLeft.js.map +0 -1
- package/dist/ui/icons/render/NavRight.js +0 -10
- package/dist/ui/icons/render/NavRight.js.map +0 -1
- package/dist/ui/icons/render/NavUp.d.ts +0 -2
- package/dist/ui/icons/render/NavUp.js +0 -10
- package/dist/ui/icons/render/NavUp.js.map +0 -1
- package/dist/ui/icons/render/Phone.d.ts +0 -3
- package/dist/ui/icons/render/Phone.js +0 -15
- package/dist/ui/icons/render/Phone.js.map +0 -1
- package/dist/ui/icons/render/Pin.d.ts +0 -4
- package/dist/ui/icons/render/Pin.js.map +0 -1
- package/dist/ui/icons/render/Play.d.ts +0 -2
- package/dist/ui/icons/render/Play.js +0 -10
- package/dist/ui/icons/render/Play.js.map +0 -1
- package/dist/ui/icons/render/Plus.d.ts +0 -2
- package/dist/ui/icons/render/Plus.js +0 -10
- package/dist/ui/icons/render/Plus.js.map +0 -1
- package/dist/ui/icons/render/Share.d.ts +0 -2
- package/dist/ui/icons/render/Share.js +0 -10
- package/dist/ui/icons/render/Share.js.map +0 -1
- package/dist/ui/icons/render/TikTok.js +0 -10
- package/dist/ui/icons/render/TikTok.js.map +0 -1
- package/dist/ui/icons/render/Twitter.d.ts +0 -3
- package/dist/ui/icons/render/Twitter.js +0 -15
- package/dist/ui/icons/render/Twitter.js.map +0 -1
- package/dist/ui/icons/render/YouTube.js +0 -10
- package/dist/ui/icons/render/YouTube.js.map +0 -1
- package/dist/ui/icons/render/arrow-bottom.js +0 -10
- package/dist/ui/icons/render/arrow-bottom.js.map +0 -1
- package/dist/ui/icons/render/arrow-forward.d.ts +0 -2
- package/dist/ui/icons/render/arrow-forward.js.map +0 -1
- package/dist/ui/icons/render/arrow-foward-left.js.map +0 -1
- package/dist/ui/icons/render/arrow-foward-right.js.map +0 -1
- package/dist/ui/icons/render/arrow-to-right.js +0 -10
- package/dist/ui/icons/render/arrow-to-right.js.map +0 -1
- package/dist/ui/icons/render/arrow-top.js +0 -10
- package/dist/ui/icons/render/arrow-top.js.map +0 -1
- package/dist/ui/icons/render/basic-bottom-arrow.js +0 -10
- package/dist/ui/icons/render/basic-bottom-arrow.js.map +0 -1
- package/dist/ui/icons/render/basic-left-arrow.js +0 -10
- package/dist/ui/icons/render/basic-left-arrow.js.map +0 -1
- package/dist/ui/icons/render/basic-right-arrow.js +0 -10
- package/dist/ui/icons/render/basic-right-arrow.js.map +0 -1
- package/dist/ui/icons/render/block.d.ts +0 -2
- package/dist/ui/icons/render/block.js.map +0 -1
- package/dist/ui/icons/render/box.d.ts +0 -2
- package/dist/ui/icons/render/box.js.map +0 -1
- package/dist/ui/icons/render/calculator.js.map +0 -1
- package/dist/ui/icons/render/calendar-browse.js.map +0 -1
- package/dist/ui/icons/render/calendar-time.js +0 -10
- package/dist/ui/icons/render/calendar-time.js.map +0 -1
- package/dist/ui/icons/render/calendar.js +0 -10
- package/dist/ui/icons/render/calendar.js.map +0 -1
- package/dist/ui/icons/render/cam.d.ts +0 -2
- package/dist/ui/icons/render/cam.js +0 -10
- package/dist/ui/icons/render/cam.js.map +0 -1
- package/dist/ui/icons/render/chalet.js.map +0 -1
- package/dist/ui/icons/render/chat.d.ts +0 -2
- package/dist/ui/icons/render/chat.js.map +0 -1
- package/dist/ui/icons/render/clip.d.ts +0 -2
- package/dist/ui/icons/render/clip.js.map +0 -1
- package/dist/ui/icons/render/computer.js.map +0 -1
- package/dist/ui/icons/render/danger.js.map +0 -1
- package/dist/ui/icons/render/death.d.ts +0 -2
- package/dist/ui/icons/render/death.js +0 -10
- package/dist/ui/icons/render/death.js.map +0 -1
- package/dist/ui/icons/render/delete.d.ts +0 -2
- package/dist/ui/icons/render/delete.js.map +0 -1
- package/dist/ui/icons/render/diabets.js +0 -10
- package/dist/ui/icons/render/diabets.js.map +0 -1
- package/dist/ui/icons/render/door.d.ts +0 -2
- package/dist/ui/icons/render/door.js.map +0 -1
- package/dist/ui/icons/render/drop-file.d.ts +0 -2
- package/dist/ui/icons/render/drop-file.js.map +0 -1
- package/dist/ui/icons/render/edit-image.js +0 -10
- package/dist/ui/icons/render/edit-image.js.map +0 -1
- package/dist/ui/icons/render/empty-chat.js +0 -10
- package/dist/ui/icons/render/empty-chat.js.map +0 -1
- package/dist/ui/icons/render/equalizer.d.ts +0 -3
- package/dist/ui/icons/render/equalizer.js +0 -15
- package/dist/ui/icons/render/equalizer.js.map +0 -1
- package/dist/ui/icons/render/excel.d.ts +0 -1
- package/dist/ui/icons/render/excel.js +0 -9
- package/dist/ui/icons/render/excel.js.map +0 -1
- package/dist/ui/icons/render/exclamation.d.ts +0 -2
- package/dist/ui/icons/render/exclamation.js.map +0 -1
- package/dist/ui/icons/render/eye-off.d.ts +0 -2
- package/dist/ui/icons/render/eye-off.js +0 -10
- package/dist/ui/icons/render/eye-off.js.map +0 -1
- package/dist/ui/icons/render/fullfield-bell.js.map +0 -1
- package/dist/ui/icons/render/fullfield-chat.js.map +0 -1
- package/dist/ui/icons/render/gender.d.ts +0 -2
- package/dist/ui/icons/render/gender.js.map +0 -1
- package/dist/ui/icons/render/heart.d.ts +0 -2
- package/dist/ui/icons/render/heart.js.map +0 -1
- package/dist/ui/icons/render/hospitalization.d.ts +0 -2
- package/dist/ui/icons/render/hospitalization.js.map +0 -1
- package/dist/ui/icons/render/hut.d.ts +0 -2
- package/dist/ui/icons/render/hut.js +0 -10
- package/dist/ui/icons/render/hut.js.map +0 -1
- package/dist/ui/icons/render/hypertension.js.map +0 -1
- package/dist/ui/icons/render/info.d.ts +0 -2
- package/dist/ui/icons/render/info.js.map +0 -1
- package/dist/ui/icons/render/interrogation-circle.js.map +0 -1
- package/dist/ui/icons/render/keyboard-left-arrow.js +0 -10
- package/dist/ui/icons/render/keyboard-left-arrow.js.map +0 -1
- package/dist/ui/icons/render/keyboard-right-arrow.js +0 -10
- package/dist/ui/icons/render/keyboard-right-arrow.js.map +0 -1
- package/dist/ui/icons/render/language.d.ts +0 -2
- package/dist/ui/icons/render/language.js +0 -10
- package/dist/ui/icons/render/language.js.map +0 -1
- package/dist/ui/icons/render/like.d.ts +0 -2
- package/dist/ui/icons/render/like.js.map +0 -1
- package/dist/ui/icons/render/loading.js.map +0 -1
- package/dist/ui/icons/render/map-floor.d.ts +0 -2
- package/dist/ui/icons/render/map-floor.js +0 -10
- package/dist/ui/icons/render/map-floor.js.map +0 -1
- package/dist/ui/icons/render/message-balloon.js.map +0 -1
- package/dist/ui/icons/render/mobile.d.ts +0 -2
- package/dist/ui/icons/render/mobile.js +0 -10
- package/dist/ui/icons/render/mobile.js.map +0 -1
- package/dist/ui/icons/render/money-value-symbol.d.ts +0 -2
- package/dist/ui/icons/render/money-value-symbol.js.map +0 -1
- package/dist/ui/icons/render/next.d.ts +0 -2
- package/dist/ui/icons/render/next.js +0 -10
- package/dist/ui/icons/render/next.js.map +0 -1
- package/dist/ui/icons/render/not-found.d.ts +0 -2
- package/dist/ui/icons/render/not-found.js +0 -10
- package/dist/ui/icons/render/not-found.js.map +0 -1
- package/dist/ui/icons/render/not-like.d.ts +0 -2
- package/dist/ui/icons/render/not-like.js.map +0 -1
- package/dist/ui/icons/render/padlock.d.ts +0 -2
- package/dist/ui/icons/render/padlock.js.map +0 -1
- package/dist/ui/icons/render/pdf.d.ts +0 -2
- package/dist/ui/icons/render/pdf.js +0 -10
- package/dist/ui/icons/render/pdf.js.map +0 -1
- package/dist/ui/icons/render/person.d.ts +0 -3
- package/dist/ui/icons/render/person.js.map +0 -1
- package/dist/ui/icons/render/pet.d.ts +0 -2
- package/dist/ui/icons/render/pet.js +0 -10
- package/dist/ui/icons/render/pet.js.map +0 -1
- package/dist/ui/icons/render/phone-message.d.ts +0 -2
- package/dist/ui/icons/render/phone-message.js +0 -10
- package/dist/ui/icons/render/phone-message.js.map +0 -1
- package/dist/ui/icons/render/play-rounded.d.ts +0 -2
- package/dist/ui/icons/render/play-rounded.js.map +0 -1
- package/dist/ui/icons/render/plus-sharp.d.ts +0 -2
- package/dist/ui/icons/render/plus-sharp.js.map +0 -1
- package/dist/ui/icons/render/prev.d.ts +0 -2
- package/dist/ui/icons/render/prev.js.map +0 -1
- package/dist/ui/icons/render/print.js.map +0 -1
- package/dist/ui/icons/render/send-icon.d.ts +0 -2
- package/dist/ui/icons/render/send-icon.js +0 -10
- package/dist/ui/icons/render/send-icon.js.map +0 -1
- package/dist/ui/icons/render/send-message.js.map +0 -1
- package/dist/ui/icons/render/seo.d.ts +0 -2
- package/dist/ui/icons/render/seo.js +0 -10
- package/dist/ui/icons/render/seo.js.map +0 -1
- package/dist/ui/icons/render/share-v2.d.ts +0 -2
- package/dist/ui/icons/render/share-v2.js.map +0 -1
- package/dist/ui/icons/render/shopping.d.ts +0 -3
- package/dist/ui/icons/render/shopping.js.map +0 -1
- package/dist/ui/icons/render/star.d.ts +0 -2
- package/dist/ui/icons/render/star.js.map +0 -1
- package/dist/ui/icons/render/starBg.d.ts +0 -2
- package/dist/ui/icons/render/starBg.js.map +0 -1
- package/dist/ui/icons/render/three-dots.d.ts +0 -2
- package/dist/ui/icons/render/three-dots.js +0 -10
- package/dist/ui/icons/render/three-dots.js.map +0 -1
- package/dist/ui/icons/render/transparent-mail.js.map +0 -1
- package/dist/ui/icons/render/transparent-phone.d.ts +0 -2
- package/dist/ui/icons/render/transparent-phone.js +0 -10
- package/dist/ui/icons/render/transparent-phone.js.map +0 -1
- package/dist/ui/icons/render/upload.d.ts +0 -2
- package/dist/ui/icons/render/upload.js.map +0 -1
- package/dist/ui/icons/render/user.d.ts +0 -3
- package/dist/ui/icons/render/user.js.map +0 -1
- package/dist/ui/icons/render/weight.d.ts +0 -2
- package/dist/ui/icons/render/weight.js +0 -10
- package/dist/ui/icons/render/weight.js.map +0 -1
- package/dist/ui/icons/render/whats.d.ts +0 -3
- package/dist/ui/icons/render/whats.js +0 -15
- package/dist/ui/icons/render/whats.js.map +0 -1
- package/dist/ui/icons/render/word.js.map +0 -1
- /package/dist/ui/icons/render/{Exit.d.ts → icon-exit.d.ts} +0 -0
- /package/dist/ui/icons/render/{Gear.d.ts → icon-gear.d.ts} +0 -0
- /package/dist/ui/icons/render/{message-balloon.d.ts → icon-message-balloon.d.ts} +0 -0
- /package/dist/ui/icons/render/{print.d.ts → icon-print.d.ts} +0 -0
- /package/dist/ui/icons/render/{word.d.ts → icon-word.d.ts} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconMicrophone({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconMicrophone = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconMicrophone(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '11', height: '17', viewBox: '0 0 11 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { id: 'Union 14', d: 'M2.66699 16.5C2.29883 16.5 2 16.2012 2 15.8329C2 15.4647 2.29883 15.1659 2.66699 15.1659H4.66602V13.7916C2.03906 13.4625 0 11.2152 0 8.49933V7.16656C0 6.79834 0.298828 6.4995 0.666992 6.4995C1.03516 6.4995 1.33301 6.79834 1.33301 7.16656V8.49933C1.33301 10.706 3.12695 12.5003 5.33301 12.5003C7.53906 12.5003 9.33301 10.706 9.33301 8.49933V7.16656C9.33301 6.79834 9.63184 6.4995 10 6.4995C10.3682 6.4995 10.666 6.79834 10.666 7.16656V8.49933C10.666 11.2155 8.62695 13.4631 5.99902 13.7917V15.1659H7.99902C8.36719 15.1659 8.66602 15.4647 8.66602 15.8329C8.66602 16.2012 8.36719 16.5 7.99902 16.5H2.66699ZM2.66699 8.49933V3.16689C2.66699 1.6967 3.86328 0.5 5.33301 0.5C6.80371 0.5 7.99902 1.6967 7.99902 3.16689V8.49933C7.99902 9.97086 6.80371 11.1662 5.33301 11.1662C3.86328 11.1662 2.66699 9.97086 2.66699 8.49933ZM3.99902 3.16689V8.49933C3.99902 9.23443 4.59668 9.83344 5.33301 9.83344C6.06836 9.83344 6.66602 9.23443 6.66602 8.49933V3.16689C6.66602 2.43179 6.06836 1.83278 5.33301 1.83278C4.59668 1.83278 3.99902 2.43179 3.99902 3.16689Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '11', height: '17', viewBox: '0 0 11 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { id: 'Union 14', d: 'M2.66699 16.5C2.29883 16.5 2 16.2012 2 15.8329C2 15.4647 2.29883 15.1659 2.66699 15.1659H4.66602V13.7916C2.03906 13.4625 0 11.2152 0 8.49933V7.16656C0 6.79834 0.298828 6.4995 0.666992 6.4995C1.03516 6.4995 1.33301 6.79834 1.33301 7.16656V8.49933C1.33301 10.706 3.12695 12.5003 5.33301 12.5003C7.53906 12.5003 9.33301 10.706 9.33301 8.49933V7.16656C9.33301 6.79834 9.63184 6.4995 10 6.4995C10.3682 6.4995 10.666 6.79834 10.666 7.16656V8.49933C10.666 11.2155 8.62695 13.4631 5.99902 13.7917V15.1659H7.99902C8.36719 15.1659 8.66602 15.4647 8.66602 15.8329C8.66602 16.2012 8.36719 16.5 7.99902 16.5H2.66699ZM2.66699 8.49933V3.16689C2.66699 1.6967 3.86328 0.5 5.33301 0.5C6.80371 0.5 7.99902 1.6967 7.99902 3.16689V8.49933C7.99902 9.97086 6.80371 11.1662 5.33301 11.1662C3.86328 11.1662 2.66699 9.97086 2.66699 8.49933ZM3.99902 3.16689V8.49933C3.99902 9.23443 4.59668 9.83344 5.33301 9.83344C6.06836 9.83344 6.66602 9.23443 6.66602 8.49933V3.16689C6.66602 2.43179 6.06836 1.83278 5.33301 1.83278C4.59668 1.83278 3.99902 2.43179 3.99902 3.16689Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconMicrophone = IconMicrophone;
|
|
10
|
-
//# sourceMappingURL=Microphone.js.map
|
|
10
|
+
//# sourceMappingURL=icon-Microphone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-Microphone.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Microphone.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,cAAc,CAAC,EAAgB;QAAd,KAAK,WAAA;IACpC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,ihCAAihC,EACnhC,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AAVD,wCAUC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function MinusIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.MinusIcon = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function MinusIcon(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z' }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.MinusIcon = MinusIcon;
|
|
10
|
-
//# sourceMappingURL=Minus.js.map
|
|
10
|
+
//# sourceMappingURL=icon-Minus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-Minus.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Minus.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,sGAAsG,GACxG,GACE,CACP,CAAA;AACH,CAAC;AATD,8BASC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PhoneInverseIcon = exports.PhoneIcon = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function PhoneIcon(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M19.43 14.133l-4.376-1.875a.937.937 0 0 0-1.093.27l-1.938 2.366a14.48 14.48 0 0 1-6.921-6.921l2.367-1.938a.935.935 0 0 0 .27-1.093L5.862.567A.944.944 0 0 0 4.79.024L.727.96A.938.938 0 0 0 0 1.875C0 11.895 8.121 20 18.125 20a.938.938 0 0 0 .914-.727l.938-4.062a.949.949 0 0 0-.547-1.078z' }) }) }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.PhoneIcon = PhoneIcon;
|
|
10
|
+
function PhoneInverseIcon(_a) {
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384C196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3l44-12z' }) }));
|
|
13
|
+
}
|
|
14
|
+
exports.PhoneInverseIcon = PhoneInverseIcon;
|
|
15
|
+
//# sourceMappingURL=icon-Phone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-Phone.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Phone.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,gSAAgS,GAClS,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,8BAaC;AAED,SAAgB,gBAAgB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACtC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,8WAA8W,GAChX,GACE,CACP,CAAA;AACH,CAAC;AATD,4CASC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IIcon } from '../interfaces.js';
|
|
2
|
+
export declare function PinIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare function PinInverseIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare function PinNoBgIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,18 +3,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PinNoBgIcon = exports.PinInverseIcon = exports.PinIcon = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function PinIcon(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 15 20', children: (0, jsx_runtime_1.jsx)("g", { 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 15 20', children: (0, jsx_runtime_1.jsx)("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: 'M4.375 7.5a3.125 3.125 0 1 1 6.25 0 3.125 3.125 0 0 1-6.25 0zm3.896 12.096C13.946 11.368 15 10.524 15 7.5a7.5 7.5 0 1 0-15 0c0 3.024 1.054 3.868 6.73 12.096a.938.938 0 0 0 1.54 0z' }) }) }) }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.PinIcon = PinIcon;
|
|
10
10
|
function PinInverseIcon(_a) {
|
|
11
|
-
var
|
|
12
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip-38e6025e-f10e-495c-9a2e-60f5e0088ea0)', children: (0, jsx_runtime_1.jsx)("path", { fill:
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip-38e6025e-f10e-495c-9a2e-60f5e0088ea0)', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M10.085 7.438c-.954 0-1.73.777-1.73 1.73 0 .955.776 1.73 1.73 1.73s1.73-.775 1.73-1.73c0-.953-.776-1.73-1.73-1.73' }) }), (0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip-38e6025e-f10e-495c-9a2e-60f5e0088ea0)', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M12.364 14.194c-1.016 1.172-2.023 1.837-2.066 1.864a.39.39 0 0 1-.426 0c-.044-.027-1.05-.692-2.067-1.864-1.36-1.57-2.08-3.307-2.08-5.025a4.365 4.365 0 0 1 4.36-4.36 4.365 4.365 0 0 1 4.359 4.36c0 1.718-.72 3.455-2.08 5.025M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0' }) })] }) }));
|
|
13
13
|
}
|
|
14
14
|
exports.PinInverseIcon = PinInverseIcon;
|
|
15
15
|
function PinNoBgIcon(_a) {
|
|
16
|
-
var _b = _a.
|
|
17
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10 17.4163L14.1247 13.2914C16.4028 11.0134 16.4028 7.31995 14.1247 5.0419C11.8467 2.76384 8.15327 2.76384 5.87521 5.0419C3.59715 7.31995 3.59715 11.0134 5.87521 13.2914L10 17.4163ZM10 19.7733L4.6967 14.47C1.76777 11.541 1.76777 6.79232 4.6967 3.86339C7.62563 0.934454 12.3743 0.934454 15.3033 3.86339C18.2322 6.79232 18.2322 11.541 15.3033 14.47L10 19.7733ZM10 10.8334C10.9205 10.8334 11.6667 10.0872 11.6667 9.16669C11.6667 8.24621 10.9205 7.50002 10 7.50002C9.0795 7.50002 8.33333 8.24621 8.33333 9.16669C8.33333 10.0872 9.0795 10.8334 10 10.8334ZM10 12.5C8.15905 12.5 6.66667 11.0076 6.66667 9.16669C6.66667 7.32574 8.15905 5.83335 10 5.83335C11.8409 5.83335 13.3333 7.32574 13.3333 9.16669C13.3333 11.0076 11.8409 12.5 10 12.5Z', fill:
|
|
16
|
+
var _b = _a.color, color = _b === void 0 ? '#fff' : _b;
|
|
17
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10 17.4163L14.1247 13.2914C16.4028 11.0134 16.4028 7.31995 14.1247 5.0419C11.8467 2.76384 8.15327 2.76384 5.87521 5.0419C3.59715 7.31995 3.59715 11.0134 5.87521 13.2914L10 17.4163ZM10 19.7733L4.6967 14.47C1.76777 11.541 1.76777 6.79232 4.6967 3.86339C7.62563 0.934454 12.3743 0.934454 15.3033 3.86339C18.2322 6.79232 18.2322 11.541 15.3033 14.47L10 19.7733ZM10 10.8334C10.9205 10.8334 11.6667 10.0872 11.6667 9.16669C11.6667 8.24621 10.9205 7.50002 10 7.50002C9.0795 7.50002 8.33333 8.24621 8.33333 9.16669C8.33333 10.0872 9.0795 10.8334 10 10.8334ZM10 12.5C8.15905 12.5 6.66667 11.0076 6.66667 9.16669C6.66667 7.32574 8.15905 5.83335 10 5.83335C11.8409 5.83335 13.3333 7.32574 13.3333 9.16669C13.3333 11.0076 11.8409 12.5 10 12.5Z', fill: color }) }));
|
|
18
18
|
}
|
|
19
19
|
exports.PinNoBgIcon = PinNoBgIcon;
|
|
20
|
-
//# sourceMappingURL=Pin.js.map
|
|
20
|
+
//# sourceMappingURL=icon-Pin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-Pin.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Pin.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7B,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,qLAAqL,GACvL,GACA,GACF,GACF,GACA,CACP,CAAA;AACH,CAAC;AAfD,0BAeC;AAED,SAAgB,cAAc,CAAC,EAAgB;QAAd,KAAK,WAAA;IACpC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,0CACE,8BAAG,QAAQ,EAAC,iDAAiD,YAC3D,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,mHAAmH,GACrH,GACA,EACJ,8BAAG,QAAQ,EAAC,iDAAiD,YAC3D,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,sSAAsS,GACxS,GACA,IACF,GACA,CACP,CAAA;AACH,CAAC;AAnBD,wCAmBC;AAED,SAAgB,WAAW,CAAC,EAAyB;QAAvB,aAAc,EAAd,KAAK,mBAAG,MAAM,KAAA;IAC1C,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,8tBAA8tB,EAChuB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,kCASC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function PlayIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PlayIcon = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function PlayIcon(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 384 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.PlayIcon = PlayIcon;
|
|
10
|
+
//# sourceMappingURL=icon-Play.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-Play.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Play.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,oJAAoJ,GACtJ,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function PlusIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PlusIcon = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function PlusIcon(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.PlusIcon = PlusIcon;
|
|
10
|
+
//# sourceMappingURL=icon-Plus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-Plus.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Plus.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,uLAAuL,GACzL,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function ShareIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShareIcon = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function ShareIcon(_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: 'M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.ShareIcon = ShareIcon;
|
|
10
|
+
//# sourceMappingURL=icon-Share.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-Share.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Share.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,8ZAA8Z,GACha,GACE,CACP,CAAA;AACH,CAAC;AATD,8BASC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconTikTok({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconTikTok = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconTikTok(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconTikTok = IconTikTok;
|
|
10
|
+
//# sourceMappingURL=icon-TikTok.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-TikTok.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-TikTok.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,6NAA6N,GAC/N,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 IconYouTube({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconYouTube = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconYouTube(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 14', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M7.955 10.02V4.071l5.227 2.974zM19.582 2.2A2.513 2.513 0 0 0 17.814.42C16.254 0 10 0 10 0S3.746 0 2.186.42A2.513 2.513 0 0 0 .418 2.2C0 3.77 0 7.045 0 7.045s0 3.276.418 4.846c.23.866.908 1.52 1.768 1.75 1.56.421 7.814.421 7.814.421s6.254 0 7.814-.42a2.476 2.476 0 0 0 1.768-1.751C20 10.32 20 7.045 20 7.045s0-3.275-.418-4.845z' }) }) }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconYouTube = IconYouTube;
|
|
10
|
+
//# sourceMappingURL=icon-YouTube.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-YouTube.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-YouTube.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAgB;QAAd,KAAK,WAAA;IACjC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,wUAAwU,GAC1U,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,kCAaC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconBlock({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconBlock = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconBlock(_a) {
|
|
6
|
-
var
|
|
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_7_2308)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M23.123 7.486C22.5195 5.99831 21.6236 4.64683 20.4884 3.51161C19.3532 2.37639 18.0017 1.4805 16.514 0.877003C13.6153 -0.293026 10.3757 -0.293026 7.47701 0.877003C5.26537 1.77423 3.37211 3.31156 2.03995 5.29189C0.707791 7.27222 -0.00254692 9.6053 6.86182e-06 11.992C-0.000661629 13.542 0.297091 15.0776 0.877007 16.515C1.48051 18.0027 2.37639 19.3542 3.51161 20.4894C4.64683 21.6246 5.99831 22.5205 7.48601 23.124C10.3847 24.294 13.6243 24.294 16.523 23.124C18.7349 22.2268 20.6283 20.6894 21.9605 18.7088C23.2927 16.7283 24.0029 14.3949 24 12.008C24.0006 10.4584 23.7028 8.92309 23.123 7.486ZM21.638 15.922C20.8608 17.8383 19.5289 19.4787 17.8131 20.6328C16.0973 21.787 14.0759 22.4024 12.008 22.4C10.6637 22.4008 9.33178 22.1427 8.08501 21.64C6.7963 21.1172 5.6256 20.3412 4.64222 19.3578C3.65884 18.3744 2.88279 17.2037 2.36001 15.915C1.34593 13.4014 1.34593 10.5926 2.36001 8.079C3.13724 6.16249 4.46926 4.52184 6.18523 3.36747C7.9012 2.21309 9.92289 1.59763 11.991 1.6C13.3353 1.59923 14.6672 1.85726 15.914 2.36C17.2027 2.88278 18.3734 3.65884 19.3568 4.64222C20.3402 5.62559 21.1162 6.7963 21.639 8.085C22.6532 10.5986 22.6532 13.4074 21.639 15.921L21.638 15.922Z', fill:
|
|
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_7_2308)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M23.123 7.486C22.5195 5.99831 21.6236 4.64683 20.4884 3.51161C19.3532 2.37639 18.0017 1.4805 16.514 0.877003C13.6153 -0.293026 10.3757 -0.293026 7.47701 0.877003C5.26537 1.77423 3.37211 3.31156 2.03995 5.29189C0.707791 7.27222 -0.00254692 9.6053 6.86182e-06 11.992C-0.000661629 13.542 0.297091 15.0776 0.877007 16.515C1.48051 18.0027 2.37639 19.3542 3.51161 20.4894C4.64683 21.6246 5.99831 22.5205 7.48601 23.124C10.3847 24.294 13.6243 24.294 16.523 23.124C18.7349 22.2268 20.6283 20.6894 21.9605 18.7088C23.2927 16.7283 24.0029 14.3949 24 12.008C24.0006 10.4584 23.7028 8.92309 23.123 7.486ZM21.638 15.922C20.8608 17.8383 19.5289 19.4787 17.8131 20.6328C16.0973 21.787 14.0759 22.4024 12.008 22.4C10.6637 22.4008 9.33178 22.1427 8.08501 21.64C6.7963 21.1172 5.6256 20.3412 4.64222 19.3578C3.65884 18.3744 2.88279 17.2037 2.36001 15.915C1.34593 13.4014 1.34593 10.5926 2.36001 8.079C3.13724 6.16249 4.46926 4.52184 6.18523 3.36747C7.9012 2.21309 9.92289 1.59763 11.991 1.6C13.3353 1.59923 14.6672 1.85726 15.914 2.36C17.2027 2.88278 18.3734 3.65884 19.3568 4.64222C20.3402 5.62559 21.1162 6.7963 21.639 8.085C22.6532 10.5986 22.6532 13.4074 21.639 15.921L21.638 15.922Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M13.108 11.999L16.984 8.12299C17.1309 7.97606 17.2135 7.77679 17.2135 7.569C17.2135 7.36121 17.1309 7.16193 16.984 7.015C16.8371 6.86807 16.6378 6.78552 16.43 6.78552C16.2222 6.78552 16.0229 6.86807 15.876 7.015L12 10.893L8.12399 7.017C8.05124 6.94425 7.96488 6.88653 7.86983 6.84715C7.77477 6.80778 7.67289 6.78752 7.57001 6.78752C7.46712 6.78752 7.36523 6.80778 7.27017 6.84715C7.17512 6.88653 7.08876 6.94425 7.01601 7.017C6.94325 7.08975 6.88553 7.17611 6.84616 7.27116C6.80679 7.36622 6.78653 7.46811 6.78653 7.571C6.78653 7.67389 6.80679 7.77576 6.84616 7.87082C6.88553 7.96587 6.94325 8.05225 7.01601 8.125L10.893 11.999L7.017 15.875C6.87007 16.0219 6.78752 16.2212 6.78752 16.429C6.78752 16.6368 6.87007 16.8361 7.017 16.983C7.16393 17.1299 7.36321 17.2125 7.571 17.2125C7.77879 17.2125 7.97807 17.1299 8.125 16.983L12 13.108L15.876 16.984C16.0229 17.1309 16.2222 17.2135 16.43 17.2135C16.6378 17.2135 16.8371 17.1309 16.984 16.984C17.1309 16.8371 17.2135 16.6378 17.2135 16.43C17.2135 16.2222 17.1309 16.0229 16.984 15.876L13.108 11.999Z', fill: color })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_7_2308', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconBlock = IconBlock;
|
|
10
|
-
//# sourceMappingURL=block.js.map
|
|
10
|
+
//# sourceMappingURL=icon-block.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-block.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-block.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,oBAAoB,aAC9B,iCACE,CAAC,EAAC,mpCAAmpC,EACrpC,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,whCAAwhC,EAC1hC,IAAI,EAAE,KAAK,GACX,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,cAAc,YACzB,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA;AACH,CAAC;AApBD,8BAoBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function IconBottomChevron(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconBottomChevron = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconBottomChevron() {
|
|
6
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(-1.8369701987210297e-16,-1,-1,1.8369701987210297e-16,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z' }) }));
|
|
7
|
+
}
|
|
8
|
+
exports.IconBottomChevron = IconBottomChevron;
|
|
9
|
+
//# sourceMappingURL=icon-bottom-chevron.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-bottom-chevron.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-bottom-chevron.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,iBAAiB;IAC/B,OAAO,CACL,gCACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,OAAO,EAAC,KAAK,EACb,UAAU,EAAC,8BAA8B,EACzC,SAAS,EAAC,kEAAkE,YAE5E,iCAAM,CAAC,EAAC,0DAA0D,GAAQ,GACtE,CACP,CAAA;AACH,CAAC;AAZD,8CAYC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconBottomNavigation({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconBottomNavigation = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconBottomNavigation(_a) {
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { fill: color, viewBox: '0 0 15 15', xmlns: 'http://www.w3.org/2000/svg', id: 'arrow', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(6.123233995736766e-17,1,1,-6.123233995736766e-17,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8.29289 2.29289C8.68342 1.90237 9.31658 1.90237 9.70711 2.29289L14.2071 6.79289C14.5976 7.18342 14.5976 7.81658 14.2071 8.20711L9.70711 12.7071C9.31658 13.0976 8.68342 13.0976 8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929L11 8.5H1.5C0.947715 8.5 0.5 8.05228 0.5 7.5C0.5 6.94772 0.947715 6.5 1.5 6.5H11L8.29289 3.70711C7.90237 3.31658 7.90237 2.68342 8.29289 2.29289Z' }) }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconBottomNavigation = IconBottomNavigation;
|
|
10
|
+
//# sourceMappingURL=icon-bottom-navigation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-bottom-navigation.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-bottom-navigation.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,oBAAoB,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC1C,OAAO,CACL,gCACE,IAAI,EAAE,KAAK,EACX,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,4BAA4B,EAClC,EAAE,EAAC,OAAO,EACV,OAAO,EAAC,KAAK,EACb,UAAU,EAAC,8BAA8B,EACzC,SAAS,EAAC,8DAA8D,YAExE,iCAAM,CAAC,EAAC,mYAAmY,GAAQ,GAC/Y,CACP,CAAA;AACH,CAAC;AAdD,oDAcC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconBox({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconBox = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconBox(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', height: '16', width: '16', viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { opacity: '1', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', height: '16', width: '16', viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { opacity: '1', fill: color, d: 'M32 32H480c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H32C14.3 128 0 113.7 0 96V64C0 46.3 14.3 32 32 32zm0 128H480V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V160zm128 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z' }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconBox = IconBox;
|
|
10
|
-
//# sourceMappingURL=box.js.map
|
|
10
|
+
//# sourceMappingURL=icon-box.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-box.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-box.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,EAAC,IAAI,EAAC,OAAO,EAAC,aAAa,YAClF,iCACE,OAAO,EAAC,GAAG,EACX,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,oQAAoQ,GACtQ,GACE,CACP,CAAA;AACH,CAAC;AAVD,0BAUC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconCalculator({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconCalculator = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconCalculator(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '26', height: '30', viewBox: '0 0 26 30', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.528132 0.660156C0.312763 0.660156 0.205078 0.803736 0.205078 0.98321V29.0171C0.205078 29.1966 0.348658 29.3402 0.528132 29.3402H24.9726C25.152 29.3402 25.2956 29.1966 25.2956 29.0171V0.98321C25.2956 0.767841 25.152 0.660156 24.9726 0.660156H0.528132ZM3.79457 4.79939C3.79457 4.49577 4.0407 4.24964 4.34431 4.24964H21.1923C21.4959 4.24964 21.742 4.49577 21.742 4.79939V10.8789C21.742 11.1825 21.4959 11.4286 21.1923 11.4286H4.34431C4.0407 11.4286 3.79457 11.1825 3.79457 10.8789V4.79939ZM3.79457 15.5679C3.79457 15.2642 4.0407 15.0181 4.34431 15.0181H6.83431C7.13793 15.0181 7.38406 15.2642 7.38406 15.5679V18.0578C7.38406 18.3615 7.13793 18.6076 6.83431 18.6076H4.34431C4.0407 18.6076 3.79457 18.3615 3.79457 18.0578V15.5679ZM10.9735 15.5679C10.9735 15.2642 11.2197 15.0181 11.5233 15.0181H14.0133C14.3169 15.0181 14.563 15.2642 14.563 15.5679V18.0578C14.563 18.3615 14.3169 18.6076 14.0133 18.6076H11.5233C11.2197 18.6076 10.9735 18.3615 10.9735 18.0578V15.5679ZM18.1525 15.5679C18.1525 15.2642 18.3987 15.0181 18.7023 15.0181H21.1923C21.4959 15.0181 21.742 15.2642 21.742 15.5679V25.2368C21.742 25.5404 21.4959 25.7866 21.1923 25.7866H18.7023C18.3987 25.7866 18.1525 25.5404 18.1525 25.2368V15.5679ZM3.79457 22.7468C3.79457 22.4432 4.0407 22.1971 4.34431 22.1971H6.83431C7.13793 22.1971 7.38406 22.4432 7.38406 22.7468V25.2368C7.38406 25.5404 7.13793 25.7866 6.83431 25.7866H4.34431C4.0407 25.7866 3.79457 25.5404 3.79457 25.2368V22.7468ZM10.9735 22.7468C10.9735 22.4432 11.2197 22.1971 11.5233 22.1971H14.0133C14.3169 22.1971 14.563 22.4432 14.563 22.7468V25.2368C14.563 25.5404 14.3169 25.7866 14.0133 25.7866H11.5233C11.2197 25.7866 10.9735 25.5404 10.9735 25.2368V22.7468Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '26', height: '30', viewBox: '0 0 26 30', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.528132 0.660156C0.312763 0.660156 0.205078 0.803736 0.205078 0.98321V29.0171C0.205078 29.1966 0.348658 29.3402 0.528132 29.3402H24.9726C25.152 29.3402 25.2956 29.1966 25.2956 29.0171V0.98321C25.2956 0.767841 25.152 0.660156 24.9726 0.660156H0.528132ZM3.79457 4.79939C3.79457 4.49577 4.0407 4.24964 4.34431 4.24964H21.1923C21.4959 4.24964 21.742 4.49577 21.742 4.79939V10.8789C21.742 11.1825 21.4959 11.4286 21.1923 11.4286H4.34431C4.0407 11.4286 3.79457 11.1825 3.79457 10.8789V4.79939ZM3.79457 15.5679C3.79457 15.2642 4.0407 15.0181 4.34431 15.0181H6.83431C7.13793 15.0181 7.38406 15.2642 7.38406 15.5679V18.0578C7.38406 18.3615 7.13793 18.6076 6.83431 18.6076H4.34431C4.0407 18.6076 3.79457 18.3615 3.79457 18.0578V15.5679ZM10.9735 15.5679C10.9735 15.2642 11.2197 15.0181 11.5233 15.0181H14.0133C14.3169 15.0181 14.563 15.2642 14.563 15.5679V18.0578C14.563 18.3615 14.3169 18.6076 14.0133 18.6076H11.5233C11.2197 18.6076 10.9735 18.3615 10.9735 18.0578V15.5679ZM18.1525 15.5679C18.1525 15.2642 18.3987 15.0181 18.7023 15.0181H21.1923C21.4959 15.0181 21.742 15.2642 21.742 15.5679V25.2368C21.742 25.5404 21.4959 25.7866 21.1923 25.7866H18.7023C18.3987 25.7866 18.1525 25.5404 18.1525 25.2368V15.5679ZM3.79457 22.7468C3.79457 22.4432 4.0407 22.1971 4.34431 22.1971H6.83431C7.13793 22.1971 7.38406 22.4432 7.38406 22.7468V25.2368C7.38406 25.5404 7.13793 25.7866 6.83431 25.7866H4.34431C4.0407 25.7866 3.79457 25.5404 3.79457 25.2368V22.7468ZM10.9735 22.7468C10.9735 22.4432 11.2197 22.1971 11.5233 22.1971H14.0133C14.3169 22.1971 14.563 22.4432 14.563 22.7468V25.2368C14.563 25.5404 14.3169 25.7866 14.0133 25.7866H11.5233C11.2197 25.7866 10.9735 25.5404 10.9735 25.2368V22.7468Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconCalculator = IconCalculator;
|
|
10
|
-
//# sourceMappingURL=calculator.js.map
|
|
10
|
+
//# sourceMappingURL=icon-calculator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-calculator.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-calculator.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,cAAc,CAAC,EAAgB;QAAd,KAAK,WAAA;IACpC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,mpDAAmpD,EACrpD,IAAI,EAAE,KAAK,GACX,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 IconCalendarBrowse({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconCalendarBrowse = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconCalendarBrowse(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 25, height: 24, viewBox: '0 0 25 24', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_2009_164)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M1.203 19.734H4.72v2.11c0 .388.315.703.703.703h18.375a.703.703 0 00.703-.703V3.562a.703.703 0 00-.703-.703H20.28v-.703a.703.703 0 00-1.406 0v.703h-3.563v-.703a.703.703 0 00-1.406 0v.703h-3.515v-.703a.703.703 0 00-1.407 0v.703H5.422a.703.703 0 00-.703.704V7.78c0 5.182-2.154 9.169-3.966 10.71a.703.703 0 00.45 1.243zm21.89 1.407H6.126v-1.407h13.453a.703.703 0 00.45-.163c.846-.704 2.155-2.38 3.066-4.527v6.097zM6.126 4.266h2.86v.703a.703.703 0 001.406 0v-.703h3.515v.703a.703.703 0 001.406 0v-.703h3.563v.703a.703.703 0 001.406 0v-.703h2.813v2.812H6.125V4.266zm-.012 4.218h16.968c-.158 4.46-1.87 7.97-3.779 9.844h-16.5c2.163-2.755 3.195-6.343 3.311-9.844z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 25, height: 24, viewBox: '0 0 25 24', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_2009_164)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M1.203 19.734H4.72v2.11c0 .388.315.703.703.703h18.375a.703.703 0 00.703-.703V3.562a.703.703 0 00-.703-.703H20.28v-.703a.703.703 0 00-1.406 0v.703h-3.563v-.703a.703.703 0 00-1.406 0v.703h-3.515v-.703a.703.703 0 00-1.407 0v.703H5.422a.703.703 0 00-.703.704V7.78c0 5.182-2.154 9.169-3.966 10.71a.703.703 0 00.45 1.243zm21.89 1.407H6.126v-1.407h13.453a.703.703 0 00.45-.163c.846-.704 2.155-2.38 3.066-4.527v6.097zM6.126 4.266h2.86v.703a.703.703 0 001.406 0v-.703h3.515v.703a.703.703 0 001.406 0v-.703h3.563v.703a.703.703 0 001.406 0v-.703h2.813v2.812H6.125V4.266zm-.012 4.218h16.968c-.158 4.46-1.87 7.97-3.779 9.844h-16.5c2.163-2.755 3.195-6.343 3.311-9.844z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2009_164', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', transform: 'translate(.5)', d: 'M0 0H24V24H0z' }) }) })] }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconCalendarBrowse = IconCalendarBrowse;
|
|
10
|
-
//# sourceMappingURL=calendar-browse.js.map
|
|
10
|
+
//# sourceMappingURL=icon-calendar-browse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-calendar-browse.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-calendar-browse.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,kBAAkB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACxC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,8BAAG,QAAQ,EAAC,sBAAsB,YAChC,iCACE,CAAC,EAAC,gpBAAgpB,EAClpB,IAAI,EAAE,KAAK,GACX,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,IAAI,EAAC,MAAM,EAAC,SAAS,EAAC,eAAe,EAAC,CAAC,EAAC,eAAe,GAAG,GACvD,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,gDAgBC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconCalendarTime({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconCalendarTime = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconCalendarTime(_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.jsx)("path", { d: 'M23.2969 2.85938H21.1406V2.15625C21.1406 1.76794 20.8258 1.45312 20.4375 1.45312C20.0492 1.45312 19.7344 1.76794 19.7344 2.15625V2.85938H16.9219V2.15625C16.9219 1.76794 16.6071 1.45312 16.2188 1.45312C15.8304 1.45312 15.5156 1.76794 15.5156 2.15625V2.85938H12.7031V2.15625C12.7031 1.76794 12.3883 1.45312 12 1.45312C11.6117 1.45312 11.2969 1.76794 11.2969 2.15625V2.85938H8.48438V2.15625C8.48438 1.76794 8.16956 1.45312 7.78125 1.45312C7.39294 1.45312 7.07812 1.76794 7.07812 2.15625V2.85938H4.26562V2.15625C4.26562 1.76794 3.95081 1.45312 3.5625 1.45312C3.17419 1.45312 2.85938 1.76794 2.85938 2.15625V2.85938H0.703125C0.314812 2.85938 0 3.17419 0 3.5625V21.8438C0 22.2321 0.314812 22.5469 0.703125 22.5469H23.2969C23.6852 22.5469 24 22.2321 24 21.8438C24 21.4419 24 3.76912 24 3.5625C24 3.17419 23.6852 2.85938 23.2969 2.85938ZM2.85938 4.26562V4.96875C2.85938 5.35706 3.17419 5.67188 3.5625 5.67188C3.95081 5.67188 4.26562 5.35706 4.26562 4.96875V4.26562H7.07812V4.96875C7.07812 5.35706 7.39294 5.67188 7.78125 5.67188C8.16956 5.67188 8.48438 5.35706 8.48438 4.96875V4.26562H11.2969V4.96875C11.2969 5.35706 11.6117 5.67188 12 5.67188C12.3883 5.67188 12.7031 5.35706 12.7031 4.96875V4.26562H15.5156V4.96875C15.5156 5.35706 15.8304 5.67188 16.2188 5.67188C16.6071 5.67188 16.9219 5.35706 16.9219 4.96875V4.26562H19.7344V4.96875C19.7344 5.35706 20.0492 5.67188 20.4375 5.67188C20.8258 5.67188 21.1406 5.35706 21.1406 4.96875V4.26562H22.5938V7.07812H1.40625V4.26562H2.85938ZM22.5938 21.1406H1.40625V8.48438H22.5938V21.1406Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M16.2188 19.7344C18.9327 19.7344 21.1406 17.5264 21.1406 14.8125C21.1406 12.0986 18.9327 9.89062 16.2188 9.89062C13.5048 9.89062 11.2969 12.0986 11.2969 14.8125C11.2969 17.5264 13.5048 19.7344 16.2188 19.7344ZM16.2188 11.2969C18.1573 11.2969 19.7344 12.874 19.7344 14.8125C19.7344 16.751 18.1573 18.3281 16.2188 18.3281C14.2802 18.3281 12.7031 16.751 12.7031 14.8125C12.7031 12.874 14.2802 11.2969 16.2188 11.2969Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M16.2188 15.5156H17.625C18.0133 15.5156 18.3281 15.2008 18.3281 14.8125C18.3281 14.4242 18.0133 14.1094 17.625 14.1094H16.9219V13.4062C16.9219 13.0179 16.6071 12.7031 16.2188 12.7031C15.8304 12.7031 15.5156 13.0179 15.5156 13.4062V14.8125C15.5156 15.2008 15.8304 15.5156 16.2188 15.5156Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M3.5625 11.2969H4.96875C5.35706 11.2969 5.67188 10.9821 5.67188 10.5938C5.67188 10.2054 5.35706 9.89062 4.96875 9.89062H3.5625C3.17419 9.89062 2.85938 10.2054 2.85938 10.5938C2.85938 10.9821 3.17419 11.2969 3.5625 11.2969Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.78125 11.2969H9.1875C9.57581 11.2969 9.89062 10.9821 9.89062 10.5938C9.89062 10.2054 9.57581 9.89062 9.1875 9.89062H7.78125C7.39294 9.89062 7.07812 10.2054 7.07812 10.5938C7.07812 10.9821 7.39294 11.2969 7.78125 11.2969Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.78125 14.1094H9.1875C9.57581 14.1094 9.89062 13.7946 9.89062 13.4062C9.89062 13.0179 9.57581 12.7031 9.1875 12.7031H7.78125C7.39294 12.7031 7.07812 13.0179 7.07812 13.4062C7.07812 13.7946 7.39294 14.1094 7.78125 14.1094Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M3.5625 14.1094H4.96875C5.35706 14.1094 5.67188 13.7946 5.67188 13.4062C5.67188 13.0179 5.35706 12.7031 4.96875 12.7031H3.5625C3.17419 12.7031 2.85938 13.0179 2.85938 13.4062C2.85938 13.7946 3.17419 14.1094 3.5625 14.1094Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M3.5625 16.9219H4.96875C5.35706 16.9219 5.67188 16.6071 5.67188 16.2188C5.67188 15.8304 5.35706 15.5156 4.96875 15.5156H3.5625C3.17419 15.5156 2.85938 15.8304 2.85938 16.2188C2.85938 16.6071 3.17419 16.9219 3.5625 16.9219Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.78125 16.9219H9.1875C9.57581 16.9219 9.89062 16.6071 9.89062 16.2188C9.89062 15.8304 9.57581 15.5156 9.1875 15.5156H7.78125C7.39294 15.5156 7.07812 15.8304 7.07812 16.2188C7.07812 16.6071 7.39294 16.9219 7.78125 16.9219Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.78125 19.7344H9.1875C9.57581 19.7344 9.89062 19.4196 9.89062 19.0312C9.89062 18.6429 9.57581 18.3281 9.1875 18.3281H7.78125C7.39294 18.3281 7.07812 18.6429 7.07812 19.0312C7.07812 19.4196 7.39294 19.7344 7.78125 19.7344Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M3.5625 19.7344H4.96875C5.35706 19.7344 5.67188 19.4196 5.67188 19.0312C5.67188 18.6429 5.35706 18.3281 4.96875 18.3281H3.5625C3.17419 18.3281 2.85938 18.6429 2.85938 19.0312C2.85938 19.4196 3.17419 19.7344 3.5625 19.7344Z', fill: color })] }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconCalendarTime = IconCalendarTime;
|
|
10
|
+
//# sourceMappingURL=icon-calendar-time.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-calendar-time.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-calendar-time.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,gBAAgB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACtC,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,m/CAAm/C,EACr/C,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,gaAAga,EACla,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,iSAAiS,EACnS,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,EACF,iCACE,CAAC,EAAC,gOAAgO,EAClO,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,EACF,iCACE,CAAC,EAAC,gOAAgO,EAClO,IAAI,EAAE,KAAK,GACX,IACE,CACP,CAAA;AACH,CAAC;AAjDD,4CAiDC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function IconCalendar(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconCalendar = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconCalendar() {
|
|
6
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 002 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z' }) }));
|
|
7
|
+
}
|
|
8
|
+
exports.IconCalendar = IconCalendar;
|
|
9
|
+
//# sourceMappingURL=icon-calendar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-calendar.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-calendar.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,YAAY;IAC1B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,YACzD,iCAAM,CAAC,EAAC,kKAAkK,GAAG,GACzK,CACP,CAAA;AACH,CAAC;AAND,oCAMC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconCam({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconCam = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
function IconCam(_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', stroke: color, 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: 'M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2' }), (0, jsx_runtime_1.jsx)("path", { d: 'M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0' })] }));
|
|
8
|
+
}
|
|
9
|
+
exports.IconCam = IconCam;
|
|
10
|
+
//# sourceMappingURL=icon-cam.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-cam.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-cam.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7B,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,KAAK,EACb,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,2IAA2I,GAAG,EACtJ,iCAAM,CAAC,EAAC,oCAAoC,GAAG,IAC3C,CACP,CAAA;AACH,CAAC;AAlBD,0BAkBC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconChalet({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconChalet = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconChalet(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 25, height: 24, viewBox: '0 0 25 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.318 21.262a3.746 3.746 0 004.374-.37l3.647-3.125 3.646 3.126a3.748 3.748 0 004.374.369 3.77 3.77 0 001.426-4.898L15.471 3.736A3.483 3.483 0 0012.339 1.8a3.483 3.483 0 00-3.132 1.935l-6.315 12.63a3.77 3.77 0 001.426 4.897zm5.954-8.303c0-1.14.927-2.067 2.067-2.067 1.14 0 2.066.928 2.066 2.067 0 .675-1.086 1.845-2.044 2.65l-.022-.019-.023.02c-.958-.804-2.044-1.973-2.044-2.651zm-5.9 4.145l6.314-12.63a1.838 1.838 0 011.653-1.021c.704 0 1.338.391 1.653 1.022l6.314 12.629a2.11 2.11 0 01-.798 2.74 2.098 2.098 0 01-2.447-.207L13.633 16.7c.985-.85 2.425-2.335 2.425-3.74 0-2.05-1.668-3.72-3.72-3.72a3.724 3.724 0 00-3.719 3.72c0 1.405 1.44 2.89 2.426 3.74l-3.429 2.939a2.098 2.098 0 01-2.447.206 2.11 2.11 0 01-.798-2.74z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 25, height: 24, viewBox: '0 0 25 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.318 21.262a3.746 3.746 0 004.374-.37l3.647-3.125 3.646 3.126a3.748 3.748 0 004.374.369 3.77 3.77 0 001.426-4.898L15.471 3.736A3.483 3.483 0 0012.339 1.8a3.483 3.483 0 00-3.132 1.935l-6.315 12.63a3.77 3.77 0 001.426 4.897zm5.954-8.303c0-1.14.927-2.067 2.067-2.067 1.14 0 2.066.928 2.066 2.067 0 .675-1.086 1.845-2.044 2.65l-.022-.019-.023.02c-.958-.804-2.044-1.973-2.044-2.651zm-5.9 4.145l6.314-12.63a1.838 1.838 0 011.653-1.021c.704 0 1.338.391 1.653 1.022l6.314 12.629a2.11 2.11 0 01-.798 2.74 2.098 2.098 0 01-2.447-.207L13.633 16.7c.985-.85 2.425-2.335 2.425-3.74 0-2.05-1.668-3.72-3.72-3.72a3.724 3.724 0 00-3.719 3.72c0 1.405 1.44 2.89 2.426 3.74l-3.429 2.939a2.098 2.098 0 01-2.447.206 2.11 2.11 0 01-.798-2.74z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconChalet = IconChalet;
|
|
10
|
-
//# sourceMappingURL=chalet.js.map
|
|
10
|
+
//# sourceMappingURL=icon-chalet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-chalet.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-chalet.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,YAChF,iCACE,CAAC,EAAC,ktBAAktB,EACptB,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 IconChat({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IconChat = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function IconChat(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '17', viewBox: '0 0 18 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.37881 13.8333L0.666687 16.75V1.33333C0.666687 0.8731 1.03979 0.5 1.50002 0.5H16.5C16.9603 0.5 17.3334 0.8731 17.3334 1.33333V13C17.3334 13.4602 16.9603 13.8333 16.5 13.8333H4.37881ZM3.80237 12.1667H15.6667V2.16667H2.33335V13.3209L3.80237 12.1667ZM8.16669 6.33333H9.83335V8H8.16669V6.33333ZM4.83335 6.33333H6.50002V8H4.83335V6.33333ZM11.5 6.33333H13.1667V8H11.5V6.33333Z', fill:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '17', viewBox: '0 0 18 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.37881 13.8333L0.666687 16.75V1.33333C0.666687 0.8731 1.03979 0.5 1.50002 0.5H16.5C16.9603 0.5 17.3334 0.8731 17.3334 1.33333V13C17.3334 13.4602 16.9603 13.8333 16.5 13.8333H4.37881ZM3.80237 12.1667H15.6667V2.16667H2.33335V13.3209L3.80237 12.1667ZM8.16669 6.33333H9.83335V8H8.16669V6.33333ZM4.83335 6.33333H6.50002V8H4.83335V6.33333ZM11.5 6.33333H13.1667V8H11.5V6.33333Z', fill: color }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.IconChat = IconChat;
|
|
10
|
-
//# sourceMappingURL=chat.js.map
|
|
10
|
+
//# sourceMappingURL=icon-chat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-chat.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-chat.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,sXAAsX,EACxX,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function CheckListIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CheckListIcon = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function CheckListIcon(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 16 17', 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 17', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M7.075 12.736a.516.516 0 0 1-.73 0L2.99 9.38a.516.516 0 0 1 0-.73l.73-.73a.516.516 0 0 1 .73 0l2.26 2.26 4.84-4.84a.516.516 0 0 1 .73 0l.73.73a.516.516 0 0 1 0 .73l-5.935 5.935zM8 .5a8 8 0 1 0 0 16 8 8 0 0 0 0-16z' }) }) }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.CheckListIcon = CheckListIcon;
|
|
10
|
-
//# sourceMappingURL=
|
|
10
|
+
//# sourceMappingURL=icon-check.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-check.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-check.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAgB;QAAd,KAAK,WAAA;IACnC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,uNAAuN,GACzN,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,sCAaC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function Checked({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Checked = void 0;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Checked(_a) {
|
|
6
|
-
var
|
|
7
|
-
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 12.6111L8.92308 17.5L20 6.5', stroke:
|
|
6
|
+
var color = _a.color;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 12.6111L8.92308 17.5L20 6.5', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round' }) }));
|
|
8
8
|
}
|
|
9
9
|
exports.Checked = Checked;
|
|
10
|
-
//# sourceMappingURL=
|
|
10
|
+
//# sourceMappingURL=icon-checked.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-checked.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-checked.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAClG,iCACE,CAAC,EAAC,gCAAgC,EAClC,MAAM,EAAE,KAAK,EACb,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,GACE,CACP,CAAA;AACH,CAAC;AAZD,0BAYC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IIcon } from '../interfaces.js';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function IconCircularLeftArrow({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|