@openui5/sap.ui.webc.fiori 1.119.0 → 1.120.0
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/THIRDPARTY.txt +6 -6
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +3 -3
- package/src/sap/ui/webc/fiori/Bar.js +4 -14
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -1
- package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItem.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -1
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGallery.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -1
- package/src/sap/ui/webc/fiori/NotificationAction.js +1 -12
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +10 -8
- package/src/sap/ui/webc/fiori/NotificationListItem.js +10 -8
- package/src/sap/ui/webc/fiori/Page.js +9 -6
- package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBarItem.js +4 -2
- package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
- package/src/sap/ui/webc/fiori/SortItem.js +1 -1
- package/src/sap/ui/webc/fiori/Timeline.js +1 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
- package/src/sap/ui/webc/fiori/UploadCollection.js +4 -13
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +69 -2
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +14 -2
- package/src/sap/ui/webc/fiori/Wizard.js +1 -1
- package/src/sap/ui/webc/fiori/WizardStep.js +1 -1
- package/src/sap/ui/webc/fiori/designtime/messagebundle_mk.properties +28 -0
- package/src/sap/ui/webc/fiori/library.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +5 -4
- package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/Page.js +16 -2
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +9 -4
- package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +0 -1
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +9 -6
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +13 -18
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +20 -6
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +11 -3
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationOverflowActionsPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/Illustrations.js +10 -74
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsTNT.js +92 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNT.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNTHC.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +47 -17
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationOverflowActionsPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBarPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddDimensions.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AllIllustrations.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoColumnsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoDimensionsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Survey.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadToCloud.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBPMNFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBullet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartDoughnut.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartGantt.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartOrg.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartPie.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/CodePlaceholder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Components.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Secrets.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Systems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Teams.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Tools.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/User2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Components.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +10 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Services.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Success.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +45 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Components.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Services.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Success.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-UnSuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Components.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Success.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Company.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Components.js +66 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Mission.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Radar.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Secrets.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Success.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Teams.js +68 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Tools.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-UnSuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBar.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartPie.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Components.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-FaceID.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoFlows.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Secrets.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Services.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Success.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +50 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBar.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +58 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartPie.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Company.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Components.js +67 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.js +55 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-FaceID.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Mission.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoFlows.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoUsers.js +54 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Radar.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Secrets.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Services.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Success.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Systems.js +77 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Teams.js +73 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Tools.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-UnSuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBar.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartPie.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Company.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Components.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Mission.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoFlows.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoUsers.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Radar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Secrets.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Services.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Success.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Teams.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Tools.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-UnSuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Unlock.js +38 -0
- package/ui5.yaml +1 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="157" height="150" viewBox="0 0 157 150" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartPie">
|
|
9
|
+
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8686 124.856C107.875 117.023 125.641 95.3808 127.782 69.3114L98.4348 55.6084C96.792 54.8413 94.8354 55.5528 94.0647 57.1975L67.6176 113.639C66.847 115.283 67.554 117.239 69.1969 118.006L83.8686 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.5 86.6797C119.991 87.2845 119.898 88.1722 119.293 88.6623L103.491 101.468C103.118 101.77 102.617 101.862 102.161 101.711C101.705 101.561 101.358 101.189 101.238 100.724L99.0753 92.3091L85.9383 102.308C85.3188 102.78 84.4344 102.66 83.9629 102.04C83.4914 101.421 83.6114 100.536 84.2308 100.065L99.058 88.7793C99.4339 88.4932 99.9281 88.4144 100.374 88.5694C100.82 88.7244 101.159 89.0926 101.277 89.55L103.422 97.8952L117.518 86.472C118.123 85.9819 119.01 86.0749 119.5 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path d="M96.43 69.8646C96.5951 69.5121 97.0147 69.3601 97.3672 69.5252L99.2982 70.4292C99.6507 70.5942 99.8027 71.0138 99.6376 71.3663L85.3255 101.937C85.1604 102.289 84.7409 102.441 84.3883 102.276L82.4574 101.372C82.1048 101.207 81.9529 100.788 82.1179 100.435L96.43 69.8646Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.999 110.477L83.5345 99.1606C83.1812 98.9972 82.7623 99.1511 82.5989 99.5044L81.7038 101.44C81.5404 101.793 81.6943 102.212 82.0476 102.375L105.118 113.046C106.104 112.218 107.065 111.361 107.999 110.477Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
14
|
+
<path d="M79.0662 108.619C79.3873 107.909 80.2254 107.588 80.9346 107.909L95.7892 114.635C96.4984 114.956 96.8101 115.797 96.489 116.507V116.507C96.1679 117.216 95.3298 117.537 94.6206 117.216L79.7661 110.491C79.0569 110.17 78.7451 109.328 79.0662 108.619V108.619Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.6627 114.487H86.3122C89.6585 114.487 92.3712 111.774 92.3712 108.428V44.2815L75.6925 30.4536H12.3093C11.01 30.4536 9.80617 30.8626 8.8196 31.5589C7.89778 33.1235 7.0406 34.7307 6.25174 36.3769C6.25074 36.422 6.25024 36.4673 6.25024 36.5127V91.62C10.5533 100.601 16.8895 108.422 24.6627 114.487Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.0597 111.457H84.4944C87.1715 111.457 89.3417 109.287 89.3417 106.61V41.9511L71.9963 27.4238H11.4748C7.9766 32.438 5.17807 37.9765 3.2207 43.8978V84.1022C6.73222 94.725 12.9509 104.116 21.0597 111.457Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path d="M71.9028 41.8191L89.3418 45.3359V41.8191H71.9028Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<path d="M71.9028 41.8194H89.3418L71.9028 27.4238V41.8194Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
19
|
+
<path d="M97.8751 22.8469C97.8751 21.9485 95.2671 21.2293 91.7825 21.066C91.5832 17.5858 90.8162 14.998 89.9176 15C89.0191 15.002 88.272 17.6097 88.0807 21.1078C84.5861 21.3469 81.9881 22.1278 82 23.0282C82.012 23.9286 84.608 24.6478 88.0927 24.8091C88.3019 28.2894 89.0589 30.8771 89.9555 30.8751C90.8521 30.8731 91.6032 28.2655 91.7944 24.7673C95.289 24.5283 97.885 23.7474 97.8751 22.8469Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
<path d="M114.231 40.0569C114.231 39.4779 112.55 39.0145 110.304 38.9092C110.176 36.6664 109.682 34.9987 109.102 35C108.523 35.0013 108.042 36.6818 107.919 38.9361C105.667 39.0902 103.992 39.5934 104 40.1737C104.008 40.754 105.681 41.2175 107.926 41.3214C108.061 43.5643 108.549 45.2319 109.127 45.2306C109.705 45.2293 110.189 43.5488 110.312 41.2945C112.564 41.1404 114.237 40.6372 114.231 40.0569Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<rect x="13" y="51.8271" width="65.6545" height="50.6581" rx="3.53116" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
22
|
+
<path d="M45.8526 61.6148C45.887 61.2672 45.6331 60.9563 45.2844 60.935C42.1575 60.7435 39.0339 61.4224 36.2633 62.9023C33.3065 64.4816 30.8844 66.9023 29.3033 69.8581C27.7223 72.814 27.0532 76.1724 27.3808 79.5085C27.7084 82.8446 29.0179 86.0087 31.1438 88.6006C33.2696 91.1925 36.1163 93.0958 39.3238 94.0698C42.5314 95.0438 45.9557 95.0448 49.1638 94.0727C52.3719 93.1005 55.2197 91.1989 57.3471 88.6083C59.3405 86.1808 60.6174 83.2505 61.0415 80.1465C61.0887 79.8004 60.8336 79.4906 60.486 79.4562L44.8779 77.9144C44.5304 77.88 44.2764 77.5704 44.3108 77.2228L45.8526 61.6148Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path d="M45.8527 61.6149C45.887 61.2674 45.6331 60.9565 45.2844 60.9352C42.1653 60.7441 39.0537 61.4194 36.2943 62.886C35.9858 63.0499 35.8836 63.438 36.0589 63.7401L43.7568 77.0049C43.9109 77.2704 44.3148 77.1827 44.345 76.8772L45.8527 61.6149Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
24
|
+
<path d="M60.486 79.4562C60.8336 79.4906 61.0887 79.8004 61.0415 80.1465C60.7172 82.5199 59.8931 84.8002 58.6209 86.8356C57.2368 89.0499 55.3599 90.9145 53.1364 92.2838C50.9129 93.6531 48.4031 94.4902 45.8029 94.7296C43.4127 94.9498 41.0055 94.6595 38.7401 93.8809C38.4098 93.7674 38.2479 93.4001 38.3737 93.0743L44.0753 78.3011C44.1777 78.0359 44.4445 77.8715 44.7275 77.8995L60.486 79.4562Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<path d="M57.6126 59.6439C57.8061 59.3531 58.1994 59.2734 58.4838 59.4762C61.2151 61.4239 63.403 64.0433 64.8332 67.0855C66.2634 70.1278 66.8845 73.4838 66.6417 76.8296C66.6165 77.1779 66.3042 77.4299 65.9568 77.3934L48.1584 75.5224C47.6857 75.4727 47.4347 74.9388 47.698 74.5431L57.6126 59.6439Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
26
|
+
<path d="M25.8613 37H14.5471C13.7845 37 13.1663 37.6182 13.1663 38.3809C13.1663 39.1435 13.7845 39.7617 14.5471 39.7617H25.8613C26.6239 39.7617 27.2422 39.1435 27.2422 38.3809C27.2422 37.6182 26.6239 37 25.8613 37Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M37.0946 42.3645H14.3365C13.6902 42.3645 13.1663 42.8885 13.1663 43.5348C13.1663 44.1811 13.6902 44.7051 14.3365 44.7051H37.0946C37.7409 44.7051 38.2649 44.1811 38.2649 43.5348C38.2649 42.8885 37.7409 42.3645 37.0946 42.3645Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
28
|
+
</svg>
|
|
29
|
+
`;
|
|
30
|
+
_exports.default = _default;
|
|
31
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-CodePlaceholder">
|
|
9
|
+
<circle cx="64" cy="64.7703" r="64" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.957 105.892V31.5696C14.957 27.8169 17.9993 24.7747 21.752 24.7747H102.848C106.601 24.7747 109.643 27.8169 109.643 31.5696V109.633C105.946 113.395 101.787 116.701 97.2586 119.461H30.7414C24.7661 115.819 19.4345 111.226 14.957 105.892Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.3555 109.632V28.1722C18.3555 24.6875 21.1804 21.8625 24.6651 21.8625H106.732C110.217 21.8625 113.042 24.6875 113.042 28.1722V105.893C109.686 109.891 105.851 113.472 101.624 116.549H26.3759C23.5139 114.465 20.8313 112.151 18.3555 109.632Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.6866 110.555C26.738 110.555 24.3477 108.164 24.3477 105.216V95.2141C26.5568 95.2141 28.3477 97.0049 28.3477 99.2141V105.216C28.3477 105.955 28.9471 106.555 29.6866 106.555H35.6883C37.8974 106.555 39.6883 108.346 39.6883 110.555H29.6866ZM63.6951 110.555C63.6951 108.346 61.9042 106.555 59.6951 106.555H47.6917C45.4825 106.555 43.6917 108.346 43.6917 110.555H63.6951ZM87.7019 110.555C87.7019 108.346 85.911 106.555 83.7019 106.555H71.6985C69.4893 106.555 67.6985 108.346 67.6985 110.555H87.7019ZM107.046 95.2141C104.837 95.2141 103.046 97.0049 103.046 99.2141V105.216C103.046 105.955 102.446 106.555 101.707 106.555H95.7053C93.4961 106.555 91.7053 108.346 91.7053 110.555H101.707C104.656 110.555 107.046 108.164 107.046 105.216V95.2141ZM107.046 71.2073C104.837 71.2073 103.046 72.9981 103.046 75.2073V87.2107C103.046 89.4198 104.837 91.2107 107.046 91.2107V71.2073ZM107.046 47.2005C104.837 47.2005 103.046 48.9913 103.046 51.2005V63.2039C103.046 65.413 104.837 67.2039 107.046 67.2039V47.2005ZM91.7053 27.8564C91.7053 30.0656 93.4961 31.8564 95.7053 31.8564H101.707C102.446 31.8564 103.046 32.4559 103.046 33.1954V39.1971C103.046 41.4062 104.837 43.1971 107.046 43.1971V33.1954C107.046 30.2468 104.656 27.8564 101.707 27.8564H91.7053ZM67.6985 27.8564C67.6985 30.0656 69.4893 31.8564 71.6985 31.8564H83.7019C85.911 31.8564 87.7019 30.0656 87.7019 27.8564H67.6985ZM43.6917 27.8564C43.6917 30.0656 45.4825 31.8564 47.6917 31.8564H59.6951C61.9042 31.8564 63.6951 30.0656 63.6951 27.8564H43.6917ZM39.6883 27.8564C39.6883 30.0656 37.8974 31.8564 35.6883 31.8564H29.6866C28.9471 31.8564 28.3477 32.4559 28.3477 33.1954V39.1971C28.3477 41.4062 26.5568 43.1971 24.3477 43.1971V33.1954C24.3477 30.2468 26.738 27.8564 29.6866 27.8564H39.6883ZM24.3477 47.2005C26.5568 47.2005 28.3477 48.9913 28.3477 51.2005V63.2039C28.3477 65.413 26.5568 67.2039 24.3477 67.2039V47.2005ZM24.3477 71.2073C26.5568 71.2073 28.3477 72.9981 28.3477 75.2073V87.2107C28.3477 89.4198 26.5568 91.2107 24.3477 91.2107V71.2073Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path d="M58.618 10.261C58.618 9.65918 56.8711 9.17747 54.537 9.06806C54.4035 6.7369 53.8897 5.00355 53.2879 5.00488C52.686 5.00622 52.1855 6.75292 52.0574 9.09608C49.7166 9.2562 47.9764 9.77927 47.9844 10.3824C47.9924 10.9855 49.7313 11.4673 52.0654 11.5753C52.2055 13.9065 52.7127 15.6399 53.3132 15.6385C53.9138 15.6372 54.4169 13.8905 54.545 11.5473C56.8858 11.3872 58.6247 10.8641 58.618 10.261Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<path d="M97.341 17.0138C97.341 16.6126 96.1764 16.2915 94.6204 16.2185C94.5314 14.6644 94.1889 13.5089 93.7876 13.5098C93.3864 13.5107 93.0527 14.6751 92.9673 16.2372C91.4068 16.344 90.2466 16.6927 90.252 17.0948C90.2573 17.4969 91.4166 17.818 92.9727 17.8901C93.0661 19.4442 93.4041 20.5997 93.8045 20.5989C94.2049 20.598 94.5403 19.4335 94.6257 17.8714C96.1862 17.7646 97.3455 17.4159 97.341 17.0138Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
<path d="M12.9188 79.0396C12.9188 78.4377 11.1719 77.956 8.83775 77.8466C8.7043 75.5155 8.19051 73.7821 7.58863 73.7834C6.98676 73.7848 6.48631 75.5315 6.35819 77.8746C4.01742 78.0348 2.27718 78.5578 2.28518 79.161C2.29319 79.7641 4.0321 80.2458 6.3662 80.3539C6.50633 82.6851 7.01345 84.4184 7.61399 84.4171C8.21453 84.4157 8.71765 82.669 8.84576 80.3259C11.1865 80.1658 12.9254 79.6427 12.9188 79.0396Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
16
|
+
</svg>
|
|
17
|
+
`;
|
|
18
|
+
_exports.default = _default;
|
|
19
|
+
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Company">
|
|
9
|
+
<circle cx="64" cy="64.7703" r="64" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M101.718 116.481H86.3994V45.7002H103.312V115.278C102.787 115.687 102.255 116.088 101.718 116.481Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.311 115.279C118.337 103.567 128.001 85.2972 128.001 64.77C128.001 58.1286 126.989 51.7234 125.112 45.7002H103.311V115.279Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.407 64.3978H110.441C110.097 64.3978 109.819 64.1198 109.819 63.7759V56.3372C109.819 55.9939 110.097 55.7153 110.441 55.7153H114.407C114.75 55.7153 115.029 55.9939 115.029 56.3372V63.7759C115.029 64.1198 114.75 64.3978 114.407 64.3978Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.825 64.3978H118.859C118.515 64.3978 118.237 64.1198 118.237 63.7759V56.3372C118.237 55.9939 118.515 55.7153 118.859 55.7153H122.825C123.168 55.7153 123.447 55.9939 123.447 56.3372V63.7759C123.447 64.1198 123.168 64.3978 122.825 64.3978Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.407 78.4823H110.441C110.097 78.4823 109.819 78.2043 109.819 77.8604V70.4217C109.819 70.0784 110.097 69.7998 110.441 69.7998H114.407C114.75 69.7998 115.029 70.0784 115.029 70.4217V77.8604C115.029 78.2043 114.75 78.4823 114.407 78.4823Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.407 91.2816H110.441C110.097 91.2816 109.819 91.0036 109.819 90.6597V83.221C109.819 82.8777 110.097 82.5991 110.441 82.5991H114.407C114.75 82.5991 115.029 82.8777 115.029 83.221V90.6597C115.029 91.0036 114.75 91.2816 114.407 91.2816Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.825 78.4823H118.859C118.515 78.4823 118.237 78.2043 118.237 77.8604V70.4217C118.237 70.0784 118.515 69.7998 118.859 69.7998H122.825C123.168 69.7998 123.447 70.0784 123.447 70.4217V77.8604C123.447 78.2043 123.168 78.4823 122.825 78.4823Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M123.447 88.5269C123.075 89.456 122.682 90.3743 122.269 91.2813H118.859C118.515 91.2813 118.237 91.0034 118.237 90.6595V83.2207C118.237 82.8775 118.515 82.5989 118.859 82.5989H122.825C123.168 82.5989 123.447 82.8775 123.447 83.2207V88.5269Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.4775 110.746L19.4776 62.238H29.9023L29.9022 118.94C26.1457 116.571 22.6528 113.821 19.4775 110.746Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.4781 110.746C7.4664 99.112 0 82.8129 0 64.77C0 60.5975 0.399291 56.5182 1.16175 52.5684L19.1258 61.8991C19.3423 62.0116 19.4781 62.2354 19.4781 62.479V110.746Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6781 76.9593H10.456C10.0899 76.9593 9.79395 76.6634 9.79395 76.2972V68.3774C9.79395 68.0119 10.0899 67.7153 10.456 67.7153H14.6781C15.0436 67.7153 15.3402 68.0119 15.3402 68.3774V76.2972C15.3402 76.6634 15.0436 76.9593 14.6781 76.9593Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6781 90.2249H10.456C10.0899 90.2249 9.79395 89.929 9.79395 89.5629V81.643C9.79395 81.2776 10.0899 80.981 10.456 80.981H14.6781C15.0436 80.981 15.3402 81.2776 15.3402 81.643V89.5629C15.3402 89.929 15.0436 90.2249 14.6781 90.2249Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8961 103.304C11.8004 101.853 10.7651 100.354 9.79395 98.8109V94.7219C9.79395 94.3564 10.0899 94.0598 10.456 94.0598H14.6781C15.0436 94.0598 15.3402 94.3564 15.3402 94.7219V102.642C15.3402 103.008 15.0436 103.304 14.6781 103.304H12.8961Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.14258 52.6686C1.24908 52.1121 1.36279 51.5581 1.4836 51.0068H7.81207L29.92 62.2364H19.5679L1.14258 52.6686Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.6309 118.768V34.1152H82.3535H82.3536H97.7032V119.187C94.0414 121.46 90.1334 123.373 86.0283 124.878H82.3536H41.9717C37.6167 123.282 33.4835 121.226 29.6309 118.768Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<rect x="25.5371" y="26.7739" width="58.8182" height="7.34113" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
26
|
+
<rect x="84.3555" y="26.7739" width="17.1398" height="7.34113" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
27
|
+
<rect x="52.9883" y="32.1128" width="4.67163" height="92.7653" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.3135 123.407C36.2497 122.502 34.2429 121.491 32.2998 120.381V103.522H38.3135V123.407ZM41.9704 124.878C41.4127 124.673 40.8586 124.461 40.3082 124.242V103.522H52.9884V124.878H41.9704ZM60.3303 36.7844H66.3453V68.1208H60.3303V36.7844ZM68.3389 36.7845H81.019V68.1208H68.3389V36.7845ZM66.3454 70.1532H60.3304V101.489H66.3454V70.1532ZM68.339 70.1533H81.0191V101.489H68.339V70.1533ZM66.3454 103.522H60.3304V124.878H66.3454V103.522ZM68.339 103.522H81.0191V124.878H68.339V103.522ZM38.3135 36.7845H32.2998V68.1205H38.3135V36.7845ZM40.3082 36.7845H52.9884V68.1205H40.3082V36.7845ZM38.3135 70.1533H32.2998V101.489H38.3135V70.1533ZM40.3082 70.1533H52.9884V101.489H40.3082V70.1533Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.3443 55.5183L60.3293 59.5216V68.121H66.3443V55.5183ZM47.4093 68.1207L52.9874 64.4082V68.1207H47.4093ZM40.3073 72.8476L44.3551 70.1535H52.9874V81.982L40.3073 90.4214V72.8476ZM32.2988 78.1778L38.3125 74.1753V91.7491L32.2988 95.7515V78.1778ZM66.3444 73.092L60.3295 77.0953V70.1534H66.3444V73.092ZM70.7594 70.1535L68.338 71.7651V70.1535H70.7594ZM81.018 63.3257L73.8132 68.121H68.3379V54.1914L81.018 45.752V63.3257Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.3073 95.5634L52.9874 87.124V94.4402L42.3959 101.49H40.3073V95.5634ZM32.2988 100.894L38.3125 96.8911V101.49H32.2988V100.894ZM38.3125 104.207L32.2988 108.21V103.522H38.3125V104.207ZM60.3295 89.5536V82.2373L66.3444 78.234V85.5503L60.3295 89.5536ZM81.0182 75.7839L68.338 84.2234V76.9071L78.4851 70.1536H81.0182V75.7839Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
31
|
+
<path d="M101.738 74.0713H101.739C105.906 74.0713 109.284 77.4492 109.284 81.6161V93.2453C109.284 97.4122 105.906 100.79 101.739 100.79H101.738C97.571 100.79 94.1931 97.4122 94.1931 93.2453V81.6161C94.1931 77.4492 97.571 74.0713 101.738 74.0713Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
32
|
+
<path d="M101.048 86.2976C101.048 85.8897 101.379 85.5591 101.787 85.5591C102.195 85.5591 102.525 85.8897 102.525 86.2976V114.643C102.525 115.051 102.195 115.382 101.787 115.382C101.379 115.382 101.048 115.051 101.048 114.643V86.2976Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.431 114.385C93.4087 123.377 79.3341 128.77 64 128.77C52.721 128.77 42.1234 125.852 32.9209 120.731C55.7097 118.385 80.669 116.091 104.431 114.385Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
34
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.2636 4.17462H71.8375C73.7253 4.17462 75.5357 4.94013 76.8705 6.30276C78.2054 7.66538 78.9553 9.5135 78.9553 11.4405C78.9553 13.3676 78.2054 15.2157 76.8705 16.5783C75.5357 17.941 73.7253 18.7065 71.8375 18.7065H48.8096C46.9219 18.7065 45.1114 17.941 43.7766 16.5783C42.4418 15.2157 41.6918 13.3676 41.6918 11.4405H38.118C36.2302 11.4405 34.4198 10.675 33.085 9.31241C32.9603 9.18521 32.8408 9.05378 32.7266 8.91846C41.9741 3.72926 52.6416 0.770264 64.0002 0.770264C65.1682 0.770264 66.3289 0.801553 67.4815 0.86334C67.9909 1.87893 68.2636 3.01242 68.2636 4.17462Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
35
|
+
<path d="M102.139 20.972C102.749 20.3613 102.749 19.3711 102.139 18.7605C101.528 18.1498 100.538 18.1498 99.927 18.7605C99.3164 19.3711 99.3164 20.3613 99.927 20.972C100.538 21.5827 101.528 21.5827 102.139 20.972Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
36
|
+
<path d="M18.1747 45.2249C18.7854 44.6142 18.7854 43.6241 18.1747 43.0134C17.564 42.4027 16.5739 42.4027 15.9632 43.0134C15.3525 43.6241 15.3525 44.6142 15.9632 45.2249C16.5739 45.8356 17.564 45.8356 18.1747 45.2249Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
37
|
+
<path d="M88.1651 15.8519C88.943 15.074 88.943 13.8127 88.1651 13.0348C87.3872 12.2569 86.1259 12.2569 85.348 13.0348C84.5701 13.8127 84.5701 15.074 85.348 15.8519C86.1259 16.6298 87.3872 16.6298 88.1651 15.8519Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
38
|
+
</svg>
|
|
39
|
+
`;
|
|
40
|
+
_exports.default = _default;
|
|
41
|
+
});
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Components">
|
|
9
|
+
<circle cx="64" cy="64.7703" r="64" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.368 57.74L83.2291 62.6467L86.5933 73.7119C86.5945 73.716 86.5957 73.7201 86.5969 73.7242C87.0631 75.2576 91.0538 75.4022 95.5105 74.0472C99.9666 72.6924 103.201 70.3514 102.736 68.818L102.736 68.818L99.368 57.74Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
11
|
+
<ellipse cx="91.2934" cy="60.1772" rx="8.43415" ry="2.90182" transform="rotate(-16.911 91.2934 60.1772)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.2084 53.7126L84.441 56.9863L85.5999 60.7981C85.6011 60.802 85.6022 60.8059 85.6034 60.8099C85.8937 61.7646 88.5393 61.8056 91.5127 60.9017C94.4858 59.9977 96.6607 58.4911 96.3709 57.5364L96.371 57.5364L95.2084 53.7126Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
13
|
+
<ellipse cx="89.8253" cy="55.3491" rx="5.62702" ry="1.80674" transform="rotate(-16.911 89.8253 55.3491)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.437 9.63902C79.1507 8.66026 79.4121 7.36988 79.0326 6.12167C78.391 4.01129 76.1601 2.82063 74.0497 3.46226C71.9393 4.10388 70.7487 6.33482 71.3903 8.4452C71.7698 9.69359 72.7055 10.6201 73.8434 11.036L86.9876 54.2685C87.3732 55.5371 88.7142 56.2527 89.9827 55.8671C91.2512 55.4814 91.9669 54.1404 91.5812 52.8719L78.437 9.63902Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.011 16.4875L84.3716 29.9871C83.9564 30.2461 83.4084 30.0405 83.266 29.5722L77.7092 11.2953C77.5623 10.8121 77.9294 10.326 78.4344 10.3351L98.241 10.6905C100.979 12.4277 103.576 14.367 106.011 16.4875Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.556 16.9676L84.8927 31.612C84.4778 31.8925 83.9099 31.6912 83.7642 31.212L78.2141 12.9572C78.0684 12.478 78.4282 11.9947 78.929 11.9968L100.347 12.0851C102.518 13.5857 104.591 15.217 106.556 16.9676Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.995 93.9143C120.338 95.1961 119.639 96.4528 118.901 97.6827L57.7929 90.9423L40.4672 75.9728L109.594 83.9317L120.995 93.9143Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
18
|
+
<path d="M40.4786 75.9907L57.7581 90.8962L50.4897 109.023L33.5811 93.262L40.4786 75.9907Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M118.9 97.6833C115.017 104.146 110.026 109.866 104.189 114.581L50.4896 109.08L57.7488 90.9199L118.9 97.6833Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
20
|
+
<path d="M79.7977 74.7229L62.472 59.7533L108.384 65.5436L125.138 80.0945L79.7977 74.7229Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M62.4834 59.7727L79.763 74.6781L72.6868 92.5406L55.5859 77.044L62.4834 59.7727Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<path d="M79.753 74.7012L125.167 80.0791L118.129 97.7036L72.6435 92.5835L79.753 74.7012Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.9217 61.9887L70.1704 57.6951L68.8146 61.0899L68.815 61.09C68.5067 61.8625 70.6633 63.4497 73.6321 64.6354C76.601 65.821 79.2578 66.156 79.5663 65.3836C79.5684 65.3784 79.5704 65.3731 79.5722 65.3678L80.9217 61.9887Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
24
|
+
<ellipse cx="75.5461" cy="59.8418" rx="5.78848" ry="1.50596" transform="rotate(21.7698 75.5461 59.8418)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.7894 63.9897L85.0381 59.696L83.6823 63.0909L83.6828 63.0911C83.6828 63.0912 83.6827 63.0913 83.6827 63.0914C83.3742 63.8639 85.5309 65.4512 88.4998 66.6368C91.4687 67.8225 94.1255 68.1575 94.434 67.3851C94.4365 67.3788 94.4389 67.3724 94.441 67.3659L95.7894 63.9897Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
26
|
+
<ellipse cx="90.4133" cy="61.8432" rx="5.78848" ry="1.50596" transform="rotate(21.7698 90.4133 61.8432)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M110.126 65.4523L99.375 61.1587L98.0192 64.5535L98.0195 64.5536C97.7111 65.326 99.8678 66.9133 102.837 68.099C105.805 69.2846 108.462 69.6196 108.771 68.8472C108.772 68.843 108.774 68.8387 108.776 68.8344L110.126 65.4523Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
28
|
+
<ellipse cx="104.751" cy="63.3054" rx="5.78848" ry="1.50596" transform="rotate(21.7698 104.751 63.3054)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M118.607 74.2594L107.856 69.9657L106.507 73.344C106.504 73.3496 106.502 73.3552 106.5 73.3609C106.191 74.1333 108.348 75.7206 111.317 76.9063C114.286 78.0919 116.942 78.4269 117.251 77.6545C117.251 77.6544 117.251 77.6542 117.251 77.6541L117.251 77.6542L118.607 74.2594Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
30
|
+
<ellipse cx="113.231" cy="72.113" rx="5.78848" ry="1.50596" transform="rotate(21.7698 113.231 72.113)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.713 72.8601L93.9621 68.5665L92.6109 71.9498C92.6093 71.9537 92.6076 71.9575 92.6061 71.9614C92.2976 72.7338 94.4543 74.3212 97.4232 75.5068C100.392 76.6925 103.049 77.0275 103.357 76.2551C103.357 76.255 103.357 76.255 103.357 76.2549L103.358 76.255L104.713 72.8601Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
32
|
+
<ellipse cx="99.3371" cy="70.7133" rx="5.78848" ry="1.50596" transform="rotate(21.7698 99.3371 70.7133)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.846 70.8593L79.0947 66.5656L77.7463 69.9421C77.7435 69.9482 77.7408 69.9544 77.7383 69.9606C77.4299 70.733 79.5866 72.3203 82.5555 73.506C85.5243 74.6917 88.1812 75.0267 88.4896 74.2543C88.4897 74.2541 88.4897 74.254 88.4898 74.2539L88.4902 74.2541L89.846 70.8593Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
34
|
+
<ellipse cx="84.4695" cy="68.7121" rx="5.78848" ry="1.50596" transform="rotate(21.7698 84.4695 68.7121)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.9178 78.2062L48.1665 73.9126L46.8107 77.3074L46.8109 77.3075C46.8108 77.3077 46.8107 77.3078 46.8107 77.308C46.5022 78.0804 48.6589 79.6677 51.6278 80.8534C54.5967 82.039 57.2535 82.374 57.562 81.6016C57.5634 81.5982 57.5647 81.5948 57.5659 81.5913L58.9178 78.2062Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
36
|
+
<ellipse cx="53.5417" cy="76.0598" rx="5.78848" ry="1.50596" transform="rotate(21.7698 53.5417 76.0598)" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
37
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.8411 87.0768L57.0898 82.7832L55.7341 86.178L55.7346 86.1783C55.4265 86.9507 57.5831 88.5379 60.5518 89.7235C63.5207 90.9091 66.1775 91.2441 66.486 90.4717C66.4887 90.4651 66.4911 90.4583 66.4934 90.4515L67.8411 87.0768Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
38
|
+
<ellipse cx="62.4651" cy="84.9299" rx="5.78848" ry="1.50596" transform="rotate(21.7698 62.4651 84.9299)" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.2253 47.9805C2.37357 47.4337 2.52891 46.8897 2.69121 46.3488L38.28 21.5995L60.4664 21.2016L23.1797 47.5503L2.2253 47.9805Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.45558 51.1374C1.68563 50.077 1.94196 49.0264 2.22385 47.9863L23.124 47.5403L29.528 64.9141L6.74113 65.4771L1.45558 51.1374Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
41
|
+
<path d="M23.1316 47.5635L60.4777 21.1698L67.0413 38.9767L29.5269 64.9141L23.1316 47.5635Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
42
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.494 37.3339L4.63151 41.3378L5.89192 44.7573C5.89317 44.761 5.89447 44.7647 5.89582 44.7684C6.18347 45.5488 8.84832 45.2851 11.8479 44.1795C14.8475 43.0738 17.046 41.5449 16.7584 40.7645C16.7583 40.7643 16.7582 40.7641 16.7582 40.764L16.7583 40.7639L15.494 37.3339Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
43
|
+
<ellipse cx="10.062" cy="39.3364" rx="5.78848" ry="1.50596" transform="rotate(-20.2337 10.062 39.3364)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.8812 28.8728L17.0187 32.8767L18.2796 36.2977C18.2806 36.3006 18.2817 36.3036 18.2828 36.3065C18.5704 37.0869 21.2353 36.8232 24.2349 35.7176C27.2342 34.612 29.4326 33.0832 29.1454 32.3028L29.1455 32.3027L27.8812 28.8728Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
45
|
+
<ellipse cx="22.4492" cy="30.8747" rx="5.78848" ry="1.50596" transform="rotate(-20.2337 22.4492 30.8747)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
46
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.5139 20.365L28.6514 24.3689L29.9156 27.7989L29.9161 27.7987C29.9161 27.7987 29.9161 27.7988 29.9161 27.7988C30.2038 28.5792 32.8686 28.3155 35.8682 27.2099C38.8678 26.1043 41.0663 24.5753 40.7787 23.7949C40.7764 23.7889 40.7741 23.7829 40.7716 23.777L39.5139 20.365Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
47
|
+
<ellipse cx="34.083" cy="22.3674" rx="5.78848" ry="1.50596" transform="rotate(-20.2337 34.083 22.3674)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
48
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.7087 21.2351L40.8462 25.239L42.1105 28.669L42.1111 28.6687C42.1112 28.6689 42.1113 28.6691 42.1113 28.6693C42.399 29.4497 45.0638 29.186 48.0635 28.0804C51.0631 26.9747 53.2615 25.4458 52.9739 24.6654C52.9711 24.6579 52.9682 24.6506 52.965 24.6433L51.7087 21.2351Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
49
|
+
<ellipse cx="46.2773" cy="23.2373" rx="5.78848" ry="1.50596" transform="rotate(-20.2337 46.2773 23.2373)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
50
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.4482 29.4932L29.5856 33.4971L30.8415 36.9042C30.8438 36.9119 30.8464 36.9195 30.8491 36.927C31.1368 37.7074 33.8016 37.4438 36.8013 36.3381C39.8005 35.2326 41.9989 33.7039 41.7118 32.9234L41.7125 32.9231L40.4482 29.4932Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
51
|
+
<ellipse cx="35.0161" cy="31.4953" rx="5.78848" ry="1.50596" transform="rotate(-20.2337 35.0161 31.4953)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
52
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.0608 37.9546L17.1982 41.9585L18.4625 45.3885L18.4626 45.3884C18.4626 45.3884 18.4626 45.3885 18.4626 45.3885C18.7503 46.1689 21.4151 45.9052 24.4147 44.7996C27.4143 43.6939 29.6128 42.165 29.3252 41.3846C29.3242 41.382 29.3232 41.3794 29.3222 41.3768L28.0608 37.9546Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
53
|
+
<ellipse cx="22.6294" cy="39.9565" rx="5.78848" ry="1.50596" transform="rotate(-20.2337 22.6294 39.9565)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
54
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8722 100.467C10.1332 99.3696 9.42723 98.2476 8.75586 97.103L27.7153 77.6987L43.3353 92.9606L23.7277 113.028L10.8722 100.467Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
55
|
+
<rect x="33.6543" y="83.5012" width="13.5351" height="28.0564" transform="rotate(44.3357 33.6543 83.5012)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
56
|
+
<rect x="21.9849" y="83.5632" width="10.4512" height="12.4416" transform="rotate(44.3357 21.9849 83.5632)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
57
|
+
<path d="M28.7418 98.6585C26.4195 101.192 22.9274 101.771 20.942 99.9509C18.9565 98.1311 19.2296 94.6019 21.5519 92.0683C23.8742 89.5346 27.3664 88.956 29.3518 90.7758C31.3372 92.5957 31.0642 96.1249 28.7418 98.6585Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
58
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1934 98.5856C23.1335 99.4474 25.444 99.5155 27.3766 97.4071C29.3091 95.2987 29.0405 93.0029 28.1004 92.1411C27.1603 91.2794 24.8497 91.2113 22.9172 93.3197C20.9847 95.428 21.2532 97.7239 22.1934 98.5856ZM20.942 99.9509C22.9274 101.771 26.4195 101.192 28.7418 98.6585C31.0642 96.1249 31.3372 92.5957 29.3518 90.7758C27.3664 88.956 23.8742 89.5346 21.5519 92.0683C19.2296 94.6019 18.9565 98.1311 20.942 99.9509Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
59
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.7558 97.1025C6.72192 93.6348 5.00522 89.9586 3.64551 86.1137L19.6076 69.7771L27.7149 77.6986L8.7558 97.1025ZM10.8734 100.469C10.1339 99.3704 9.42761 98.2479 8.75591 97.1027L27.715 77.6987L43.335 92.9606L23.7275 113.028L10.8734 100.469ZM39.843 93.0011L27.7555 81.1907L11.5996 97.7258L23.687 109.536L39.843 93.0011Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
60
|
+
</svg>
|
|
61
|
+
`;
|
|
62
|
+
_exports.default = _default;
|
|
63
|
+
});
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-EmptyContentPane">
|
|
9
|
+
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.4925 127.906V53.1395C60.4925 49.4568 57.8543 46.4714 54.6 46.4714H2.43009C0.84725 52.042 0 57.922 0 64C0 98.1694 26.7775 126.085 60.4925 127.906Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path d="M54.0016 64.8091H2.07964C1.10206 64.8091 0.30957 65.6016 0.30957 66.5791V69.5293C0.30957 70.5068 1.10206 71.2993 2.07964 71.2993H54.0016C54.9792 71.2993 55.7717 70.5068 55.7717 69.5293V66.5791C55.7717 65.6016 54.9792 64.8091 54.0016 64.8091Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7523 99.5182H12.2326C12.6849 99.5182 13.0516 99.1515 13.0516 98.6992C13.0516 98.2468 12.6849 97.8801 12.2326 97.8801H9.69313C10.0381 98.4319 10.3912 98.9779 10.7523 99.5182ZM7.12263 93.3713H12.2326C12.6849 93.3713 13.0516 93.0046 13.0516 92.5522C13.0516 92.0999 12.6849 91.7332 12.2326 91.7332H6.35811C6.3404 91.7332 6.32283 91.7337 6.3054 91.7348C6.57022 92.2847 6.84268 92.8302 7.12263 93.3713ZM6.97355 56.502H23.6391C24.4313 56.502 25.0736 57.1442 25.0736 57.9364C25.0736 58.7287 24.4313 59.3709 23.6391 59.3709H6.97355C6.18131 59.3709 5.53906 58.7287 5.53906 57.9364C5.53906 57.1442 6.18131 56.502 6.97355 56.502ZM6.35811 67.2815H20.157C20.6093 67.2815 20.976 67.6482 20.976 68.1005C20.976 68.5529 20.6093 68.9196 20.157 68.9196H6.35811C5.90576 68.9196 5.53906 68.5529 5.53906 68.1005C5.53906 67.6482 5.90576 67.2815 6.35811 67.2815ZM17.561 73.2927H6.35811C5.90576 73.2927 5.53906 73.6594 5.53906 74.1118C5.53906 74.5641 5.90576 74.9308 6.35811 74.9308H17.561C18.0134 74.9308 18.3801 74.5641 18.3801 74.1118C18.3801 73.6594 18.0134 73.2927 17.561 73.2927ZM6.35811 79.5769H19.3356C19.788 79.5769 20.1547 79.9436 20.1547 80.3959C20.1547 80.8483 19.788 81.215 19.3356 81.215H6.35811C5.90576 81.215 5.53906 80.8483 5.53906 80.3959C5.53906 79.9436 5.90576 79.5769 6.35811 79.5769ZM12.2326 85.5854H6.35811C5.90576 85.5854 5.53906 85.9522 5.53906 86.4045C5.53906 86.8568 5.90576 87.2235 6.35811 87.2235H12.2326C12.6849 87.2235 13.0516 86.8568 13.0516 86.4045C13.0516 85.9522 12.6849 85.5854 12.2326 85.5854ZM48.8562 67.1265H35.0573C34.605 67.1265 34.2383 67.4932 34.2383 67.9455C34.2383 68.3979 34.605 68.7646 35.0573 68.7646H48.8562C49.3085 68.7646 49.6752 68.3979 49.6752 67.9455C49.6752 67.4932 49.3085 67.1265 48.8562 67.1265ZM35.0573 73.1377H46.2602C46.7126 73.1377 47.0793 73.5044 47.0793 73.9567C47.0793 74.4091 46.7126 74.7758 46.2602 74.7758H35.0573C34.605 74.7758 34.2383 74.4091 34.2383 73.9567C34.2383 73.5044 34.605 73.1377 35.0573 73.1377ZM48.0348 79.4194H35.0573C34.605 79.4194 34.2383 79.7861 34.2383 80.2385C34.2383 80.6908 34.605 81.0575 35.0573 81.0575H48.0348C48.4872 81.0575 48.8539 80.6908 48.8539 80.2385C48.8539 79.7861 48.4872 79.4194 48.0348 79.4194ZM35.0573 85.4307H40.9318C41.3841 85.4307 41.7508 85.7974 41.7508 86.2497C41.7508 86.7021 41.3841 87.0688 40.9318 87.0688H35.0573C34.605 87.0688 34.2383 86.7021 34.2383 86.2497C34.2383 85.7974 34.605 85.4307 35.0573 85.4307ZM40.9318 91.5779H35.0573C34.605 91.5779 34.2383 91.9446 34.2383 92.3969C34.2383 92.8493 34.605 93.216 35.0573 93.216H40.9318C41.3841 93.216 41.7508 92.8493 41.7508 92.3969C41.7508 91.9446 41.3841 91.5779 40.9318 91.5779ZM35.0573 103.873H40.9318C41.3841 103.873 41.7508 104.24 41.7508 104.692C41.7508 105.144 41.3841 105.511 40.9318 105.511H35.0573C34.605 105.511 34.2383 105.144 34.2383 104.692C34.2383 104.24 34.605 103.873 35.0573 103.873ZM40.9318 97.7251H35.0573C34.605 97.7251 34.2383 98.0918 34.2383 98.5441C34.2383 98.9965 34.605 99.3632 35.0573 99.3632H40.9318C41.3841 99.3632 41.7508 98.9965 41.7508 98.5441C41.7508 98.0918 41.3841 97.7251 40.9318 97.7251ZM35.0573 110.02H40.9318C41.3841 110.02 41.7508 110.387 41.7508 110.839C41.7508 111.292 41.3841 111.658 40.9318 111.658H35.0573C34.605 111.658 34.2383 111.292 34.2383 110.839C34.2383 110.387 34.605 110.02 35.0573 110.02ZM40.9318 116.167H35.0573C34.605 116.167 34.2383 116.534 34.2383 116.987C34.2383 117.439 34.605 117.806 35.0573 117.806H40.9318C41.3841 117.806 41.7508 117.439 41.7508 116.987C41.7508 116.534 41.3841 116.167 40.9318 116.167Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
13
|
+
<path d="M25.3857 36.2475C25.3857 33.6032 27.5294 31.4595 30.1738 31.4595H80.2611L93.4412 42.3867V93.0772C93.4412 95.7216 91.2975 97.8653 88.6531 97.8653H30.1738C27.5294 97.8653 25.3857 95.7216 25.3857 93.0772V36.2475Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M22.9932 32.8956C22.9932 30.7801 24.7081 29.0652 26.8236 29.0652H77.3417L91.0486 40.5451V91.6405C91.0486 93.756 89.3336 95.471 87.2181 95.471H26.8236C24.7081 95.471 22.9932 93.756 22.9932 91.6405V32.8956Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path d="M77.2686 40.4407L91.0493 43.2197V40.4407H77.2686Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path d="M77.2686 40.441H91.0493L77.2686 29.0652V40.441Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<path d="M95.6456 11.5887C95.8175 11.7885 95.9322 12.0309 95.9779 12.2905C96.0236 12.55 95.9984 12.8171 95.9051 13.0635L93.8389 18.9837C93.4976 19.963 92.5048 20.2076 91.7373 19.9399C91.4192 19.8418 91.1416 19.6431 90.9461 19.3737C90.7506 19.1042 90.6478 18.7786 90.6532 18.4458C90.6606 18.285 90.6923 18.1263 90.7472 17.975L92.8135 12.0549C92.8988 11.7933 93.0532 11.5596 93.2605 11.3786C93.4677 11.1976 93.72 11.076 93.9906 11.0266C94.2915 10.9716 94.6015 10.9944 94.8911 11.0927C95.1808 11.1911 95.4405 11.3618 95.6456 11.5887Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<path d="M116.145 38.799C116.176 38.9851 116.167 39.1756 116.12 39.3582C116.073 39.5409 115.989 39.7117 115.872 39.8598C115.755 40.008 115.609 40.1301 115.442 40.2185C115.276 40.3069 115.093 40.3596 114.905 40.3732L108.839 41.092C108.621 41.1171 108.4 41.0985 108.189 41.0372C107.978 40.976 107.782 40.8733 107.611 40.7353C107.44 40.5972 107.298 40.4265 107.194 40.2331C107.09 40.0397 107.026 39.8275 107.005 39.6089C106.993 39.5191 106.989 39.4284 106.993 39.3379C107.001 39.0032 107.135 38.6838 107.367 38.4427C107.599 38.2016 107.913 38.0562 108.247 38.0352L114.31 37.3182C114.528 37.2927 114.749 37.311 114.96 37.372C115.171 37.4329 115.368 37.5354 115.539 37.6732C115.71 37.8111 115.851 37.9817 115.955 38.175C116.059 38.3683 116.124 38.5805 116.145 38.799Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path d="M110.796 22.5208C110.775 22.7258 110.713 22.9245 110.613 23.1047C110.513 23.2849 110.378 23.4428 110.215 23.5688L102.958 29.2946C102.631 29.5495 102.219 29.6683 101.806 29.6259C101.394 29.5836 101.014 29.3835 100.746 29.0674C100.498 28.7733 100.37 28.3968 100.387 28.0126C100.397 27.7913 100.455 27.5746 100.556 27.3776C100.658 27.1805 100.8 27.0076 100.975 26.8707L108.231 21.145C108.559 20.8883 108.975 20.769 109.389 20.8121C109.804 20.8552 110.186 21.0574 110.454 21.3761C110.585 21.5341 110.683 21.7169 110.742 21.9136C110.8 22.1103 110.819 22.3168 110.796 22.5208Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<rect x="88" y="52.8652" width="26.392" height="27.3346" rx="4.90138" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.561 65.5208C105.101 66.0423 105.101 66.8878 104.561 67.4092L100.414 71.4151C100.018 71.797 99.4236 71.9113 98.907 71.7046C98.3904 71.4979 98.0536 71.011 98.0536 70.4709L98.0536 62.4591C98.0536 61.919 98.3904 61.4321 98.907 61.2255C99.4236 61.0188 100.018 61.133 100.414 61.5149L104.561 65.5208Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M121.427 92.2837C120.585 91.5263 119.472 91.0654 118.25 91.0654H56.5512C53.9276 91.0654 51.8008 93.1923 51.8008 95.8158V105.515C51.8008 108.139 53.9276 110.265 56.5512 110.265H108.221C113.607 105.116 118.095 99.0363 121.427 92.2837Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
23
|
+
<g clip-path="url(#clip0_619_3809)">
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.1056 96.8124L64.105 96.8136L63.0368 99.2566H64.4268C64.4418 99.2566 64.4567 99.2572 64.4715 99.2583C64.6875 99.2411 64.9044 99.3461 65.0202 99.5462L65.7806 100.86L67.2473 99.4224C67.4762 99.1981 67.8437 99.2018 68.0681 99.4307C68.2924 99.6597 68.2887 100.027 68.0597 100.252L66.3809 101.897L67.4793 103.794C67.6399 104.072 67.5452 104.427 67.2677 104.587C66.9903 104.748 66.6352 104.653 66.4746 104.376L65.525 102.735L64.1691 104.064C63.7923 104.433 63.3157 104.675 62.8061 104.767V104.767L62.2662 104.864C61.9507 104.921 61.6488 104.712 61.5918 104.396C61.5348 104.081 61.7443 103.779 62.0597 103.722L62.5997 103.624C62.8836 103.573 63.1487 103.438 63.3574 103.234V103.234L64.9247 101.698L64.1832 100.417H62.5292L60.1837 105.781C59.8667 106.506 59.1593 106.988 58.3599 107.007L57.7312 107.027C57.4108 107.037 57.143 106.785 57.1331 106.464C57.1232 106.144 57.3749 105.876 57.6953 105.866L58.3311 105.847C58.6756 105.839 58.982 105.632 59.1201 105.316L61.2622 100.417H59.5543C59.2337 100.417 58.9739 100.158 58.9739 99.837C58.9739 99.5165 59.2337 99.2566 59.5543 99.2566H61.7698L63.0442 96.3421C63.2919 95.7849 63.8421 95.4185 64.4593 95.4185H65.4026C65.7232 95.4185 65.9831 95.6783 65.9831 95.9989C65.9831 96.3194 65.7232 96.5793 65.4026 96.5793H64.4593C64.3093 96.5793 64.1704 96.6677 64.1056 96.8124Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
</g>
|
|
26
|
+
<rect x="75.001" y="99.0654" width="38.4" height="4" rx="2" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id="clip0_619_3809">
|
|
29
|
+
<rect width="11.6085" height="11.6085" style="fill:var(--sapContent_Illustrative_Color8)" transform="translate(56.8789 95.4185)"/>
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>
|
|
33
|
+
`;
|
|
34
|
+
_exports.default = _default;
|
|
35
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="133" height="136" viewBox="0 0 133 136" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ExternalLink">
|
|
9
|
+
<circle cx="69" cy="64.7703" r="64" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.07353 61.6786C5.25238 57.9185 5.75571 54.2434 6.55615 50.6806C6.7153 50.6344 6.87864 50.596 7.04585 50.566L84.7048 36.6266C87.008 36.2132 89.2658 37.5515 90.0087 39.7704L105.06 84.7298C105.973 87.457 104.253 90.3591 101.422 90.8672L23.7633 104.807C21.4602 105.22 19.2023 103.882 18.4595 101.663L5.07353 61.6786Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
11
|
+
<path d="M104.827 85.7766L104.797 88.3295L105.992 85.7765L104.827 85.7766Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.21201 48.0262C7.61658 47.819 8.05943 47.6668 8.53342 47.5817L86.1924 33.6423C88.4955 33.2289 90.7534 34.5672 91.4962 36.7861L106.548 81.7455C107.461 84.4726 105.741 87.3748 102.91 87.8829L25.2509 101.822C22.9477 102.236 20.6899 100.897 19.947 98.6785L5.61399 55.8652C5.98556 53.196 6.52176 50.5795 7.21201 48.0262Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.21004 48.0378C7.61833 47.8279 8.06569 47.6741 8.54476 47.5889L86.2443 33.7706C88.5452 33.3614 90.7987 34.6996 91.5407 36.9157L93.9969 44.2527L6.91228 59.7402L5.6151 55.8654C5.98612 53.2002 6.52128 50.5874 7.21004 48.0378Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
14
|
+
<path d="M14.8354 65.1958C14.4702 64.1049 15.1584 62.944 16.2907 62.7408L87.975 49.8793C88.8962 49.714 89.7993 50.2493 90.0964 51.1369L100.006 80.7371C100.371 81.828 99.683 82.9889 98.5506 83.192L26.8664 96.0535C25.9452 96.2188 25.0421 95.6835 24.745 94.796L14.8354 65.1958Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
15
|
+
<path d="M16.1753 63.2558C15.8101 62.1649 16.4982 61.004 17.6306 60.8009L89.3148 47.9394C90.236 47.7741 91.1391 48.3094 91.4362 49.1969L101.346 78.7971C101.711 79.888 101.023 81.0489 99.8905 81.2521L28.2062 94.1136C27.285 94.2789 26.382 93.7436 26.0848 92.856L16.1753 63.2558Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<circle cx="2.12165" cy="2.12165" r="2.12165" transform="matrix(0.94827 -0.317465 0.317463 0.948271 9.65234 51.3311)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<circle cx="2.12165" cy="2.12165" r="2.12165" transform="matrix(0.94827 -0.317465 0.317463 0.948271 17.7012 49.9839)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<circle cx="2.12165" cy="2.12165" r="2.12165" transform="matrix(0.94827 -0.317465 0.317463 0.948271 25.752 48.5046)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path d="M23.5541 67.2972C23.2604 66.4774 23.77 65.5895 24.626 65.4297L72.6931 56.4547C73.3758 56.3272 74.05 56.7142 74.2843 57.368L74.5896 58.22C74.8833 59.0398 74.3736 59.9277 73.5176 60.0875L25.4506 69.0625C24.7679 69.19 24.0937 68.803 23.8594 68.1492L23.5541 67.2972Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
20
|
+
<path d="M26.2318 74.3238C25.9381 73.504 26.4478 72.6161 27.3038 72.4563L75.3709 63.4813C76.0535 63.3538 76.7278 63.7408 76.962 64.3946L77.2673 65.2466C77.561 66.0664 77.0514 66.9543 76.1954 67.1142L28.1283 76.0891C27.4456 76.2166 26.7714 75.8296 26.5371 75.1758L26.2318 74.3238Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
21
|
+
<path d="M28.6352 81.9709C28.3424 81.1539 28.8476 80.2684 29.6998 80.1047L50.745 76.0618C51.4297 75.9302 52.1081 76.3173 52.3433 76.9737L52.6494 77.828C52.9422 78.6449 52.437 79.5304 51.5847 79.6941L30.5396 83.737C29.8549 83.8686 29.1764 83.4815 28.9412 82.8251L28.6352 81.9709Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
22
|
+
<path d="M80.2563 53.461C79.1775 47.8651 83.1993 45.2903 89.3875 41.4132C89.7131 41.2107 90.1417 41.3876 90.2216 41.755L92.6014 45.4182C93.3025 46.6578 94.9091 46.0516 95.1038 45.532L100.202 31.3091C100.347 30.9234 100.046 30.529 99.6364 30.5721L83.2218 30.1576C82.6678 30.211 82.1043 31.0556 82.5943 31.309L85.1753 34.971C85.5128 35.1417 85.5732 35.5936 85.299 35.8586C79.9403 40.9569 72.5754 43.357 75.3469 51.7179C76.5582 55.3824 79.6471 57.4364 83.5409 59.5389C84.1164 59.8519 84.425 59.0042 84.1237 58.4262C83.442 57.1284 80.5093 54.7446 80.2597 53.4657L80.2563 53.461Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
23
|
+
<path d="M82.3972 53.0427C81.3734 47.7322 85.1901 45.2886 91.0628 41.6093C91.3718 41.4171 91.7785 41.5849 91.8544 41.9336L94.1128 45.41C94.2271 45.9192 95.1563 45.7033 95.3411 45.2101L100.209 31.3848C100.346 31.0188 100.061 30.6446 99.6717 30.6855L85.2115 30.9275C84.6857 30.9782 84.151 31.7798 84.616 32.0203L87.0653 35.4955C87.3857 35.6575 87.443 36.0864 87.1828 36.3378C82.0974 41.1762 75.108 43.4539 77.7381 51.3885C78.8877 54.8661 80.0138 57.4215 83.709 59.4168C84.2552 59.7138 84.5481 58.9093 84.2621 58.3608C83.6152 57.1291 82.6373 54.2609 82.4004 53.0472L82.3972 53.0427Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
24
|
+
<path d="M100.484 12.9623C100.629 13.1335 100.724 13.3404 100.761 13.5612C100.797 13.782 100.774 14.0086 100.692 14.2172L98.8873 19.228C98.5891 20.0569 97.7438 20.2562 97.0942 20.0224C96.8249 19.9364 96.5907 19.7652 96.427 19.5347C96.2632 19.3042 96.1787 19.0268 96.1861 18.7441C96.1938 18.6077 96.222 18.4731 96.2699 18.3451L98.075 13.3343C98.1496 13.1129 98.2828 12.9157 98.4603 12.7637C98.6379 12.6117 98.8532 12.5106 99.0835 12.471C99.3395 12.4268 99.6026 12.4487 99.8478 12.5347C100.093 12.6207 100.312 12.7679 100.484 12.9623Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
25
|
+
<path d="M117.664 36.2466C117.688 36.4049 117.68 36.5666 117.638 36.7213C117.597 36.876 117.523 37.0204 117.423 37.1453C117.323 37.2701 117.197 37.3726 117.055 37.4463C116.913 37.5199 116.757 37.5631 116.597 37.5731L111.439 38.1323C111.254 38.1518 111.066 38.1341 110.888 38.0803C110.709 38.0265 110.543 37.9376 110.399 37.8189C110.255 37.7002 110.136 37.554 110.049 37.3889C109.963 37.2238 109.91 37.043 109.894 36.8572C109.885 36.7807 109.882 36.7037 109.886 36.6268C109.896 36.3426 110.012 36.0725 110.211 35.8697C110.411 35.6668 110.679 35.546 110.962 35.531L116.118 34.9733C116.303 34.9535 116.491 34.9709 116.67 35.0245C116.848 35.078 117.014 35.1667 117.158 35.2853C117.302 35.4038 117.421 35.5499 117.508 35.715C117.595 35.88 117.648 36.0608 117.664 36.2466Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
26
|
+
<path d="M113.258 22.3758C113.239 22.5498 113.185 22.718 113.098 22.8702C113.012 23.0225 112.895 23.1554 112.756 23.2611L106.544 28.0628C106.264 28.2766 105.913 28.374 105.563 28.3345C105.213 28.2951 104.892 28.1219 104.667 27.8512C104.459 27.5993 104.353 27.2784 104.371 26.9523C104.382 26.7643 104.432 26.5808 104.52 26.4143C104.608 26.2478 104.731 26.1022 104.88 25.9873L111.091 21.1856C111.373 20.9704 111.726 20.8726 112.078 20.9127C112.43 20.9528 112.752 21.1277 112.978 21.4007C113.088 21.536 113.169 21.6921 113.218 21.8597C113.266 22.0272 113.28 22.2028 113.258 22.3758Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M88.6611 101.023L70.7857 88.7418C69.742 88.0248 68.3147 88.2896 67.5977 89.3332C66.8807 90.3769 67.1455 91.8042 68.1891 92.5212L86.0646 104.802C87.1082 105.519 88.5355 105.254 89.2525 104.211C89.9695 103.167 89.7048 101.74 88.6611 101.023ZM60.8212 84.6775C57.5329 89.4637 58.7472 96.0094 63.5334 99.2978L81.4089 111.579C86.1951 114.867 92.7408 113.653 96.0291 108.867C99.3174 104.08 98.103 97.5346 93.3168 94.2463L75.4414 81.9653C70.6551 78.6769 64.1095 79.8913 60.8212 84.6775Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M70.7869 88.7434L88.6623 101.024C89.4724 101.581 89.8132 102.565 89.5899 103.466C90.9604 102.465 94.359 102.025 97.5981 105.339C98.5222 101.433 97.1453 97.2049 93.8332 94.6249L86.6986 95.0086L76.0104 87.6654C73.8507 86.1816 71.0802 85.3588 69.1242 87.1025C68.395 87.7525 67.7895 88.5529 67.5291 89.4426C67.5513 89.4062 67.5745 89.3703 67.5989 89.3348C68.3159 88.2911 69.7432 88.0263 70.7869 88.7434Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M117.264 106.803C116.399 105.644 115.332 104.606 114.074 103.741L101.229 94.9163C95.0534 90.6736 86.608 92.2404 82.3654 98.4156L81.1428 100.195C76.9002 106.37 78.467 114.816 84.6422 119.058L92.3715 124.369C95.3317 123.207 98.1843 121.831 100.91 120.26L89.2979 112.282C86.8652 110.611 86.2481 107.284 87.9194 104.851L89.142 103.071C90.8133 100.639 94.1402 100.021 96.5729 101.693L109.418 110.518C110.279 111.109 110.913 111.908 111.298 112.801C113.416 110.935 115.409 108.931 117.264 106.803Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.709 122.948C94.6129 123.452 93.5002 123.926 92.3718 124.369L84.6425 119.058C80.8056 116.422 78.7478 112.164 78.7573 107.835L87.9898 111.005C88.3396 111.49 88.7773 111.924 89.2982 112.282L91.0015 113.452C89.19 114.67 87.6976 117.187 90.9336 119.61C91.8339 120.284 93.7174 121.588 95.709 122.948Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.8228 84.678C57.5349 89.4641 58.7493 96.0096 63.5354 99.2978L81.4108 111.579C86.1969 114.867 92.7423 113.653 96.0307 108.867L89.2542 104.211C88.537 105.255 87.11 105.519 86.0665 104.802L68.1911 92.5212C67.1476 91.8043 66.8827 90.3773 67.5993 89.3337L60.8228 84.678Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.3499 85.4303C60.0956 87.5384 60.3619 91.9637 63.3635 94.2505C65.9618 96.23 76.1474 103.164 83.2206 107.941C85.6404 109.575 88.2651 111.262 91.1705 110.971C92.754 110.812 94.4722 110.22 95.962 108.821L96.0296 108.868C92.7412 113.653 86.1958 114.868 81.4097 111.579L63.5342 99.2983C58.9943 96.1793 57.6681 90.1294 60.3499 85.4303Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
33
|
+
<path d="M47.4119 24.333C47.4119 23.6221 45.3484 23.0531 42.5914 22.9239C42.4338 20.1704 41.8269 18.1229 41.116 18.1245C40.405 18.1261 39.8139 20.1893 39.6626 22.957C36.8977 23.1461 34.8421 23.764 34.8516 24.4764C34.8611 25.1888 36.915 25.7578 39.672 25.8855C39.8376 28.639 40.4366 30.6864 41.1459 30.6848C41.8553 30.6833 42.4495 28.6201 42.6009 25.8524C45.3658 25.6632 47.4197 25.0454 47.4119 24.333Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
34
|
+
<path d="M77.3735 17.6519C77.3735 17.178 75.9979 16.7987 74.1599 16.7125C74.0548 14.8768 73.6502 13.5119 73.1763 13.5129C72.7023 13.514 72.3082 14.8894 72.2074 16.7346C70.3641 16.8607 68.9937 17.2726 69 17.7475C69.0063 18.2225 70.3756 18.6018 72.2137 18.6869C72.324 20.5226 72.7233 21.8875 73.1962 21.8865C73.6691 21.8854 74.0653 20.51 74.1662 18.6648C76.0095 18.5388 77.3788 18.1269 77.3735 17.6519Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
35
|
+
<path d="M123.193 64.6984C123.193 63.9876 121.13 63.4186 118.373 63.2894C118.215 60.5358 117.608 58.4884 116.897 58.49C116.186 58.4916 115.595 60.5547 115.444 63.3225C112.679 63.5116 110.623 64.1294 110.633 64.8419C110.642 65.5543 112.696 66.1233 115.453 66.2509C115.619 69.0045 116.218 71.0519 116.927 71.0503C117.637 71.0487 118.231 68.9856 118.382 66.2178C121.147 66.0287 123.201 65.4109 123.193 64.6984Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
36
|
+
</svg>
|
|
37
|
+
`;
|
|
38
|
+
_exports.default = _default;
|
|
39
|
+
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="128" height="189" viewBox="0 0 128 189" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-FaceID">
|
|
9
|
+
<circle cx="64" cy="64.7703" r="64" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M115.44 102.855C103.779 118.579 85.08 128.77 64.0001 128.77C43.5408 128.77 25.3237 119.17 13.6078 104.229C13.4531 101.286 13.374 98.3023 13.374 95.2855V95.2854H115.608V95.2855C115.608 97.8338 115.551 100.358 115.44 102.855Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M115.44 102.855C112.31 107.076 108.672 110.898 104.618 114.232C105.335 108.117 105.721 101.78 105.74 95.2854H115.607V95.2855C115.607 97.8339 115.551 100.358 115.44 102.855Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<ellipse cx="64.4913" cy="95.2855" rx="51.1168" ry="10.0104" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
13
|
+
<ellipse cx="7.24272" cy="8.95233" rx="7.24272" ry="8.95233" transform="matrix(-0.877901 -0.478843 -0.478843 0.877901 33.2905 48.5437)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M115.608 79.2994L115.608 79.2994C115.608 51.6701 92.7224 29.2722 64.4914 29.2722C36.2689 29.2722 13.3884 51.6568 13.3747 79.2746C13.3746 79.2829 13.3745 79.2912 13.3745 79.2994C13.3745 84.828 36.2603 89.3098 64.4913 89.3098C92.7223 89.3098 115.608 84.828 115.608 79.2994Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.1141 72.7818C97.1141 72.8293 97.114 72.8768 97.1138 72.9242H97.1059C96.7191 76.3867 82.2653 79.1703 64.4917 79.1703C46.7181 79.1703 32.2644 76.3867 31.8776 72.9242H31.8702C31.87 72.8854 31.8699 72.8466 31.8699 72.8078C31.8697 72.7991 31.8696 72.7904 31.8696 72.7817C31.8696 72.7731 31.8697 72.7644 31.8699 72.7557C31.8843 55.135 46.4842 40.855 64.492 40.855C82.5087 40.855 97.1141 55.1491 97.1141 72.7818Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
16
|
+
<rect x="40.8828" y="10.7417" width="4.48261" height="30.1132" rx="2.2413" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<rect x="83.6172" y="8.28149" width="4.48261" height="32.5733" rx="2.2413" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<circle cx="43.1243" cy="14.8316" r="6.5501" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.5601 19.5904C44.1776 19.5904 47.1102 16.6578 47.1102 13.0403C47.1102 11.3844 46.4958 9.87204 45.4824 8.71875C47.9346 9.6655 49.6741 12.0453 49.6741 14.8314C49.6741 18.4489 46.7415 21.3815 43.124 21.3815C41.1623 21.3815 39.4021 20.5192 38.2017 19.153C38.9334 19.4355 39.7287 19.5904 40.5601 19.5904Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
20
|
+
<circle cx="85.8582" cy="14.8316" r="6.5501" style="fill:var(--sapContent_Illustrative_Color1)"/>
|
|
21
|
+
<circle cx="52.9103" cy="60.0126" r="4.56358" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<circle cx="76.0719" cy="60.0126" r="4.56358" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
23
|
+
<ellipse cx="105.836" cy="52.9348" rx="7.24272" ry="8.95233" transform="rotate(-28.6099 105.836 52.9348)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.1431 88.9101V31.2698C54.695 29.9695 59.5098 29.2722 64.4909 29.2722C92.7155 29.2722 115.597 51.66 115.608 79.2807L115.608 79.2994C115.608 84.828 92.722 89.3098 64.491 89.3098C59.5098 89.3098 54.6951 89.1703 50.1431 88.9101Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M105.356 85.314C105.715 82.9293 105.901 80.4898 105.901 78.0079C105.901 54.1349 88.7062 34.1798 65.7402 29.2869C93.3875 29.936 115.597 52.0688 115.607 79.2807L115.607 79.2994C115.607 81.5567 111.792 83.6395 105.356 85.314Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.1431 78.5207V44.1011C54.4732 42.0222 59.3431 40.855 64.4916 40.855C82.5083 40.855 97.1137 55.1491 97.1137 72.7818C97.1137 72.8293 97.1136 72.8768 97.1134 72.9242H97.1055C96.7187 76.3867 82.2649 79.1703 64.4913 79.1703C59.343 79.1703 54.4731 78.9367 50.1431 78.5207Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<rect x="83.6167" y="10.7417" width="4.48261" height="30.1132" rx="2.2413" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
28
|
+
<circle cx="85.8577" cy="14.8316" r="6.5501" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M82.8699 19.8192C86.4875 19.8192 89.42 16.8866 89.42 13.2691C89.42 11.3573 88.601 9.63689 87.2948 8.43945C90.2211 9.0944 92.408 11.7075 92.408 14.8315C92.408 18.449 89.4755 21.3816 85.8579 21.3816C84.1521 21.3816 82.5987 20.7295 81.4331 19.6611C81.8955 19.7646 82.3763 19.8192 82.8699 19.8192Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.1431 63.642V56.3831C50.9106 55.7971 51.8696 55.449 52.9099 55.449C55.4303 55.449 57.4735 57.4922 57.4735 60.0126C57.4735 62.5329 55.4303 64.5761 52.9099 64.5761C51.8696 64.5761 50.9106 64.228 50.1431 63.642Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
31
|
+
<circle cx="76.0719" cy="60.0126" r="4.56358" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.0121 70.5443C59.2947 70.0433 59.93 69.8664 60.4309 70.149C62.9506 71.5707 66.0304 71.5707 68.55 70.149C69.051 69.8664 69.6862 70.0433 69.9689 70.5443C70.2516 71.0453 70.0746 71.6805 69.5736 71.9632C66.4186 73.7433 62.5623 73.7433 59.4073 71.9632C58.9064 71.6805 58.7294 71.0453 59.0121 70.5443Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
33
|
+
<rect x="46.71" y="94.7556" width="71.5706" height="3.77276" rx="1.88638" transform="rotate(-90 46.71 94.7556)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
34
|
+
</svg>
|
|
35
|
+
`;
|
|
36
|
+
_exports.default = _default;
|
|
37
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Fingerprint">
|
|
9
|
+
<circle cx="64" cy="64.2703" r="64" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M6.18408 94.5166C6.18408 93.5682 6.95295 92.7993 7.90139 92.7993H120.103C121.051 92.7993 121.82 93.5682 121.82 94.5166V95.2234H6.18408V94.5166Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M8.5576 97.2893C8.87231 97.5703 9.27946 97.7256 9.70136 97.7256H118.303C118.725 97.7256 119.132 97.5703 119.447 97.2893L121.82 95.17H6.18408L8.5576 97.2893Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
12
|
+
<rect x="17.5642" y="30.9421" width="92.8754" height="61.9656" rx="3.43462" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M64.0021 33.0153C64.3306 33.0153 64.5968 32.7486 64.5968 32.4196C64.5968 32.0907 64.3306 31.824 64.0021 31.824C63.6737 31.824 63.4075 32.0907 63.4075 32.4196C63.4075 32.7486 63.6737 33.0153 64.0021 33.0153Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
<rect x="20.6348" y="33.8301" width="86.7345" height="56.19" rx="2.28974" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
15
|
+
<path d="M57.2749 92.4543H70.7291V92.8663C70.7291 93.4986 70.2165 94.0112 69.5842 94.0112H58.4198C57.7875 94.0112 57.2749 93.4986 57.2749 92.8663V92.4543Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8491 43.3995C32.8491 41.1733 34.6538 39.3687 36.8799 39.3687H40.4393C40.7572 39.3687 41.0149 39.6264 41.0149 39.9443C41.0149 40.2622 40.7572 40.52 40.4393 40.52H36.8799C35.2896 40.52 34.0004 41.8092 34.0004 43.3995V46.9588C34.0004 47.2767 33.7427 47.5345 33.4248 47.5345C33.1068 47.5345 32.8491 47.2767 32.8491 46.9588V43.3995Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8491 80.1704C32.8491 82.3965 34.6538 84.2012 36.8799 84.2012H40.4393C40.7572 84.2012 41.0149 83.9434 41.0149 83.6255C41.0149 83.3076 40.7572 83.0499 40.4393 83.0499H36.8799C35.2896 83.0499 34.0004 81.7607 34.0004 80.1704V76.611C34.0004 76.2931 33.7427 76.0354 33.4248 76.0354C33.1068 76.0354 32.8491 76.2931 32.8491 76.611V80.1704Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.1509 43.3995C95.1509 41.1733 93.3462 39.3687 91.1201 39.3687H87.5607C87.2428 39.3687 86.9851 39.6264 86.9851 39.9443C86.9851 40.2622 87.2428 40.52 87.5607 40.52H91.1201C92.7104 40.52 93.9996 41.8092 93.9996 43.3995V46.9588C93.9996 47.2767 94.2573 47.5345 94.5752 47.5345C94.8932 47.5345 95.1509 47.2767 95.1509 46.9588V43.3995Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.1509 80.1704C95.1509 82.3965 93.3462 84.2012 91.1201 84.2012H87.5607C87.2428 84.2012 86.9851 83.9434 86.9851 83.6255C86.9851 83.3076 87.2428 83.0499 87.5607 83.0499H91.1201C92.7104 83.0499 93.9996 81.7607 93.9996 80.1704V76.611C93.9996 76.2931 94.2573 76.0354 94.5752 76.0354C94.8932 76.0354 95.1509 76.2931 95.1509 76.611V80.1704Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
20
|
+
<circle cx="64" cy="61.7849" r="22.9084" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.0603 47.9653C67.8187 47.9653 71.3365 49.4473 73.9617 52.1357H73.961C74.2048 52.3863 74.2011 52.7851 73.9517 53.0283C73.8283 53.1486 73.6744 53.2082 73.5101 53.2082C73.3457 53.2082 73.1819 53.1437 73.0591 53.0184C70.6722 50.5737 67.4763 49.2277 64.0597 49.2277C62.2217 49.2277 60.4513 49.6154 58.7982 50.3783C58.4818 50.5229 58.1078 50.3876 57.9608 50.0694C57.8163 49.7537 57.9533 49.3784 58.2691 49.232C60.0897 48.3921 62.0387 47.9653 64.0603 47.9653ZM73.3356 58.0392C71.796 54.246 68.1548 51.7951 64.0607 51.7951C62.1613 51.7951 60.507 52.2442 59.1162 53.1449C57.7255 54.045 56.6108 55.388 55.7765 57.154C55.6264 57.4704 55.7635 57.8463 56.0767 57.9945H56.0773C56.3906 58.1421 56.7684 58.0106 56.9179 57.6937C57.6492 56.1435 58.615 54.9873 59.8017 54.2175C60.9877 53.4483 62.4076 53.0569 64.0607 53.0569C67.6387 53.0569 70.8196 55.1975 72.1663 58.5131C72.2655 58.7606 72.5037 58.907 72.7506 58.907C72.8288 58.907 72.9107 58.8921 72.9882 58.8605C73.3108 58.729 73.4658 58.3611 73.335 58.0386L73.3356 58.0392ZM77.5651 58.7879C77.567 58.8016 77.5682 58.8084 77.5695 58.8134V58.8159L77.5707 58.8146C77.7847 59.7885 77.8995 60.7922 77.8995 61.802C77.8995 62.8882 77.8436 63.9812 77.7376 65.0481C77.7369 65.0562 77.7363 65.0648 77.7357 65.076V65.0847L77.7345 65.0952L77.7158 65.2739V65.2751V65.2764C77.6792 65.5977 77.4075 65.8377 77.0893 65.8377C77.0658 65.8377 77.0428 65.8365 77.0192 65.834H77.0186C76.6706 65.7962 76.4231 65.4829 76.4603 65.1374L76.4746 65.0022L76.4802 64.947C76.5838 63.9123 76.6371 62.8541 76.6371 61.8014C76.6371 60.8771 76.536 59.9578 76.3381 59.0665H76.3344L76.296 58.9039C75.925 57.3271 75.2638 55.8551 74.3209 54.527C74.1193 54.2429 74.1857 53.8497 74.4691 53.6481H74.4698C74.7514 53.4477 75.1478 53.511 75.3494 53.7976C75.35 53.7982 75.35 53.7988 75.35 53.7988C76.4089 55.2894 77.1507 56.945 77.5539 58.7197C77.5598 58.7457 77.5629 58.7705 77.5648 58.7857L77.5651 58.7879ZM66.174 65.1186C66.1021 65.6229 66.0128 66.1229 65.9092 66.6161L65.9098 66.6148C65.8478 66.9126 65.5841 67.1154 65.2932 67.1154C65.2523 67.1154 65.2088 67.1117 65.1642 67.103H65.1629H65.1617C64.8205 67.031 64.6022 66.6955 64.6741 66.3549C64.7678 65.9083 64.8472 65.4561 64.9136 64.9983C64.9154 64.9828 64.9179 64.9691 64.9198 64.9604C64.9223 64.9493 64.9229 64.9437 64.9229 64.9437V64.9418V64.94C65.0711 63.9078 65.1462 62.8533 65.1462 61.8025C65.1462 61.2045 64.6444 60.7175 64.06 60.7175C63.4757 60.7175 62.9974 61.1815 62.9757 61.7603L62.9759 61.762V61.762V61.762V61.762V61.762V61.762C62.9771 61.7757 62.9782 61.7888 62.9782 61.8025V61.8037V61.8049L62.9751 62.1523V62.1536V62.1548C62.9683 62.4749 62.6954 62.8061 62.3306 62.772C61.982 62.7658 61.7066 62.4767 61.7128 62.1306L61.7153 61.8515C61.714 61.836 61.7128 61.8204 61.7128 61.8037C61.7128 60.5091 62.7661 59.4552 64.0606 59.4552C65.3552 59.4552 66.4091 60.5091 66.4091 61.8037C66.4091 62.8923 66.3304 63.9853 66.1802 65.0547V65.0566V65.0585C66.1796 65.0616 66.179 65.0659 66.1778 65.0808C66.1772 65.0845 66.1767 65.0893 66.1763 65.0947L66.1752 65.1053L66.174 65.1149V65.1168V65.1186ZM62.3691 65.2395C62.7053 65.3263 62.9106 65.6681 62.8244 66.0068V66.0062C62.3269 67.9596 61.8914 69.2504 61.268 70.4395C60.6459 71.6268 59.8401 72.7031 58.6156 74.2296C58.4903 74.3847 58.3073 74.4654 58.1231 74.4654C57.9854 74.4654 57.8452 74.4201 57.7292 74.3264H57.7286C57.4575 74.1081 57.4147 73.7111 57.6318 73.4406C58.829 71.9481 59.5796 70.9451 60.1527 69.8521C60.7246 68.7604 61.1235 67.5694 61.6018 65.696C61.6861 65.3605 62.0248 65.1502 62.3691 65.2395ZM64.7586 68.5659H64.758H64.7567C64.4255 68.4474 64.0676 68.6273 63.9528 68.953C63.0608 71.4956 62.5453 72.49 61.0212 74.6027C60.8178 74.8856 60.8792 75.2789 61.162 75.4836H61.1627C61.2756 75.5655 61.4046 75.6033 61.5324 75.6033C61.7259 75.6033 61.9207 75.5127 62.0441 75.3415C63.634 73.1376 64.2171 72.0142 65.1444 69.3698C65.2592 69.0423 65.0874 68.6819 64.7586 68.5659ZM57.1699 51.2827C57.4621 51.0917 57.5421 50.699 57.3517 50.4087C57.1594 50.1153 56.7679 50.0353 56.477 50.227C53.4629 52.2057 51.3644 55.2223 50.5686 58.7202C50.5617 58.7488 50.558 58.7761 50.5562 58.7909C50.5549 58.7991 50.5542 58.8046 50.5537 58.8087L50.5531 58.8133V58.8158C50.3378 59.7903 50.2243 60.7933 50.2243 61.8019C50.2243 62.2343 50.1896 62.6691 50.122 63.0909C50.0655 63.4358 50.2987 63.7578 50.6405 63.8148H50.6424H50.6443C50.6796 63.821 50.7131 63.8235 50.746 63.8235C51.0506 63.8235 51.3179 63.6027 51.3688 63.2931C51.4469 62.8025 51.4879 62.3019 51.4879 61.8019C51.4879 60.8783 51.589 59.9577 51.7862 59.0664H51.7887L51.8272 58.9045C52.5672 55.7676 54.4585 53.063 57.1705 51.2821L57.1699 51.2827ZM73.4535 61.1953C73.6005 61.196 73.7562 61.2425 73.8772 61.3473L73.8759 61.3461C74 61.454 74.0732 61.6122 74.0676 61.8026C74.067 62.8739 74.0068 63.9501 73.8921 65.004L73.8884 65.0437L73.8874 65.0532L73.8865 65.0654L73.8861 65.0706V65.0706V65.0707C73.8856 65.0782 73.885 65.0869 73.884 65.0965V65.0977V65.0989C73.5583 68.0057 72.8028 70.8362 71.6373 73.5122C71.5337 73.7504 71.301 73.8912 71.0591 73.8912C70.9741 73.8912 70.8892 73.8751 70.806 73.8385C70.4866 73.6989 70.342 73.3273 70.4816 73.0079C71.5882 70.4677 72.3072 67.7812 72.6217 65.0202L72.6229 65.0071L72.6248 64.9904L72.6446 64.8142H72.6453C72.7513 63.8205 72.8053 62.8075 72.8053 61.8026V61.7989V61.7952C72.8121 61.601 72.8977 61.4447 73.0261 61.3405C73.1508 61.24 73.3065 61.1953 73.4535 61.1953ZM54.8661 65.1951C54.8714 65.1755 54.8755 65.1567 54.8791 65.1403L54.8822 65.1263C54.8853 65.1126 54.8891 65.0977 54.8934 65.081C55.1738 64.0178 55.3189 62.9174 55.3189 61.8033C55.3189 61.7883 55.3178 61.7746 55.3166 61.7603L55.3164 61.7586C55.3195 61.0471 55.4095 60.3393 55.5813 59.6558C55.6675 59.3183 55.4628 58.9771 55.1272 58.8915H55.1254H55.1235C54.7774 58.801 54.4412 59.0175 54.3587 59.3487V59.3493C54.1565 60.1483 54.0547 60.9739 54.0547 61.8039C54.0547 61.82 54.0554 61.8374 54.0572 61.8548C54.0529 62.8603 53.9189 63.8553 53.6615 64.8155H53.6584L53.6149 64.9687C53.2756 66.1622 52.7533 67.2893 52.0524 68.3159C51.857 68.6037 51.9308 68.997 52.218 69.1936C52.3272 69.2681 52.4512 69.3034 52.5734 69.3034C52.7744 69.3034 52.9729 69.2079 53.0957 69.028C53.8959 67.8538 54.4914 66.5648 54.8661 65.197V65.1951ZM69.4193 58.71L69.441 58.7441L69.4416 58.7447L69.6333 59.0679C70.0222 59.7751 70.2393 60.5573 70.2393 61.8041C70.2393 62.8865 70.1692 63.9808 70.0377 65.0557C70.0371 65.0607 70.0365 65.0669 70.0358 65.0787L70.0344 65.0968L70.034 65.1016L70.0334 65.1054V65.1091C69.7573 67.3013 69.204 69.4537 68.3895 71.5039C68.2909 71.7514 68.0533 71.9015 67.8034 71.9015C67.7233 71.9015 67.6464 71.886 67.5732 71.8587L67.5714 71.8568H67.5695C67.2457 71.7272 67.0875 71.3612 67.2165 71.0368C67.9851 69.1014 68.5086 67.0693 68.7723 64.9993C68.7735 64.9881 68.7754 64.9788 68.7766 64.9732C68.7779 64.9688 68.7783 64.967 68.7786 64.9657L68.7788 64.9642L68.7791 64.9621C68.7797 64.959 68.7802 64.9567 68.7807 64.9548L68.7807 64.9548C68.7812 64.9526 68.7816 64.951 68.7816 64.9497C68.9118 63.9088 68.9776 62.8512 68.9776 61.8035C68.9776 61.1528 68.9118 60.6813 68.7903 60.2893C68.6693 59.8985 68.49 59.5759 68.2487 59.2248C68.2134 59.174 68.1898 59.1206 68.1737 59.0685C68.1045 58.8451 68.1817 58.6523 68.1817 58.6523C68.2214 58.5357 68.2959 58.4265 68.4119 58.3471C68.6997 58.1498 69.0924 58.2237 69.2884 58.5102C69.3213 58.558 69.3523 58.6052 69.382 58.6517L69.3876 58.6604C69.3982 58.6771 69.4087 58.6939 69.4193 58.71ZM66.4834 73.0526C66.5988 72.725 66.9567 72.5495 67.2867 72.6655L67.2874 72.6674C67.6161 72.7821 67.7904 73.1413 67.6744 73.4713C67.4406 74.1387 67.1788 74.7305 66.8736 75.2801C66.7582 75.4873 66.5424 75.6045 66.3215 75.6045C66.2161 75.6045 66.1125 75.5778 66.0182 75.5276L66.0163 75.5264L66.0145 75.5251C65.7112 75.3552 65.6007 74.9706 65.7701 74.666C66.0387 74.1828 66.2719 73.6549 66.4834 73.0526ZM67.4325 56.6242C66.4295 55.9704 65.2633 55.6243 64.0618 55.6243C61.9186 55.6243 59.9584 56.7117 58.8202 58.5311C58.7911 58.5786 58.767 58.6262 58.7473 58.6652L58.7432 58.6731C58.729 58.7023 58.7166 58.7265 58.7035 58.75L58.6998 58.7562L58.698 58.7595C58.6961 58.7627 58.6944 58.766 58.693 58.7693L58.5268 59.0664H58.5354C58.1142 59.9131 57.8847 60.8454 57.8847 61.802C57.8847 61.8206 57.886 61.8404 57.8878 61.8615C57.8841 62.8825 57.7768 63.9042 57.5702 64.8967L57.564 64.9234L57.5578 64.95C57.556 64.9568 57.5547 64.963 57.5541 64.968C57.5529 64.973 57.5522 64.9761 57.5516 64.9792L57.5516 64.9792V64.9823L57.5504 64.9854C57.5268 65.1001 57.5014 65.213 57.4741 65.3259C57.3934 65.6646 57.6013 66.0058 57.9399 66.0877L57.9443 66.0889H57.9486C57.9914 66.0982 58.0386 66.105 58.0894 66.105C58.3754 66.105 58.6322 65.9109 58.7029 65.6224C58.7395 65.468 58.7736 65.3129 58.8065 65.156V65.1547C58.8106 65.1354 58.813 65.1169 58.8147 65.1033L58.8147 65.1033L58.8158 65.0952C58.8177 65.0803 58.8189 65.0728 58.8202 65.0666C59.0373 63.9985 59.1514 62.9005 59.1514 61.8026C59.1514 61.7858 59.1502 61.7666 59.1483 61.7461C59.1588 60.8423 59.415 59.964 59.8921 59.2004C59.9162 59.1613 59.9448 59.1235 59.9795 59.0776L59.9832 59.0726L59.987 59.0676H59.9894L60.0521 58.9783C60.9764 57.667 62.4508 56.8872 64.063 56.8872C65.0189 56.8872 65.9463 57.1627 66.7434 57.6825V57.6831C67.0355 57.8711 67.4257 57.791 67.6161 57.4983C67.8066 57.2061 67.7235 56.8147 67.4325 56.6249V56.6242ZM57.5568 67.5044C57.854 67.6861 57.9489 68.0732 57.7696 68.3716L57.769 68.3703C57.3578 69.0485 57.1129 69.5195 56.8948 69.9389L56.8937 69.941C56.5408 70.6202 56.2573 71.1642 55.5073 72.0897C55.3826 72.2448 55.2003 72.3242 55.0167 72.3242C54.879 72.3242 54.7369 72.2795 54.6203 72.184H54.6197L54.619 72.1834C54.3492 71.9638 54.307 71.5668 54.526 71.297C55.1965 70.4698 55.4233 70.0338 55.7727 69.3624L55.7747 69.3585L55.7883 69.3323C56.0103 68.9061 56.2648 68.4173 56.6896 67.7165C56.8714 67.4182 57.2585 67.3257 57.5556 67.5032L57.5562 67.5044H57.5568Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.7926 62.6511H74.0548C74.0315 63.4403 73.9766 64.2282 73.8921 65.0041L73.8884 65.0438L73.8874 65.0533L73.8865 65.0655L73.8861 65.0707V65.0707V65.0707C73.8856 65.0783 73.885 65.087 73.884 65.0965V65.0977V65.099C73.5583 68.0058 72.8028 70.8362 71.6373 73.5122C71.5337 73.7504 71.301 73.8912 71.0591 73.8912C70.9741 73.8912 70.8892 73.8751 70.806 73.8385C70.4866 73.699 70.342 73.3274 70.4816 73.0079C71.5882 70.4678 72.3072 67.7812 72.6217 65.0202L72.6229 65.0072L72.6248 64.9904L72.6446 64.8143H72.6453C72.7215 64.0998 72.7709 63.3753 72.7926 62.6511ZM54.0266 62.6511H55.2909C55.2363 63.4753 55.1024 64.2885 54.8934 65.081C54.8891 65.0978 54.8853 65.1127 54.8822 65.1263L54.8791 65.1403C54.8755 65.1567 54.8714 65.1756 54.8661 65.1952V65.197C54.4914 66.5648 53.8959 67.8538 53.0957 69.0281C52.9729 69.208 52.7744 69.3035 52.5734 69.3035C52.4512 69.3035 52.3272 69.2681 52.218 69.1937C51.9308 68.9971 51.857 68.6038 52.0524 68.316C52.7533 67.2893 53.2756 66.1622 53.6149 64.9688L53.6584 64.8156H53.6615C53.8507 64.1096 53.9732 63.385 54.0266 62.6511ZM77.8882 62.6511C77.867 63.4555 77.816 64.259 77.7376 65.0481C77.7369 65.0562 77.7363 65.0649 77.7357 65.0761V65.0847L77.7345 65.0953L77.7158 65.2739V65.2752V65.2764C77.6792 65.5977 77.4075 65.8378 77.0893 65.8378C77.0658 65.8378 77.0428 65.8366 77.0192 65.8341H77.0186C76.6706 65.7962 76.4231 65.483 76.4603 65.1375L76.4746 65.0022L76.4802 64.947C76.5559 64.1905 76.6048 63.4214 76.6256 62.6511H77.8882ZM50.18 62.6511H51.4491C51.4295 62.8664 51.4026 63.0807 51.3688 63.2932C51.3179 63.6027 51.0506 63.8236 50.746 63.8236C50.7131 63.8236 50.6796 63.8211 50.6443 63.8149H50.6424H50.6405C50.2987 63.7578 50.0655 63.4359 50.122 63.091C50.1452 62.9457 50.1646 62.7989 50.18 62.6511ZM57.8644 62.6511H59.1288C59.0857 63.4646 58.9813 64.2738 58.8202 65.0667C58.8189 65.0729 58.8177 65.0803 58.8158 65.0952L58.8147 65.1034L58.8147 65.1034L58.8147 65.1035C58.813 65.117 58.8106 65.1355 58.8065 65.1548V65.156C58.7736 65.313 58.7395 65.468 58.7029 65.6225C58.6322 65.9109 58.3754 66.1051 58.0894 66.1051C58.0386 66.1051 57.9914 66.0983 57.9486 66.089H57.9443L57.9399 66.0877C57.6013 66.0058 57.3934 65.6647 57.4741 65.326C57.5014 65.2131 57.5268 65.1002 57.5504 64.9854L57.5516 64.9823V64.9792L57.5516 64.9792C57.5522 64.9761 57.5529 64.973 57.5541 64.9681C57.5547 64.9631 57.556 64.9569 57.5578 64.9501L57.564 64.9234L57.5702 64.8967C57.7235 64.1602 57.8222 63.4076 57.8644 62.6511ZM61.9712 62.6511H62.7268C62.6192 62.7369 62.4829 62.7863 62.3306 62.7721C62.1959 62.7697 62.0721 62.725 61.9712 62.6511ZM65.1299 62.6511H66.3934C66.3635 63.4577 66.2914 64.2627 66.1802 65.0548V65.0567V65.0585C66.1796 65.0616 66.179 65.066 66.1778 65.0808C66.1772 65.0846 66.1767 65.0894 66.1763 65.0948L66.1752 65.1054L66.174 65.115V65.1168V65.1187C66.1021 65.623 66.0128 66.123 65.9092 66.6161L65.9098 66.6149C65.8478 66.9126 65.5841 67.1155 65.2932 67.1155C65.2523 67.1155 65.2088 67.1117 65.1642 67.103H65.1629H65.1617C64.8205 67.0311 64.6022 66.6955 64.6741 66.355C64.7678 65.9083 64.8472 65.4561 64.9136 64.9983C64.9154 64.9828 64.9179 64.9692 64.9198 64.9605C64.9223 64.9493 64.9229 64.9438 64.9229 64.9438V64.9419V64.94C65.0312 64.1856 65.1005 63.4192 65.1299 62.6511ZM68.9633 62.6511H70.2252C70.1987 63.4548 70.135 64.2606 70.0377 65.0558C70.0371 65.0608 70.0365 65.067 70.0358 65.0788L70.0344 65.0968L70.034 65.1017L70.0334 65.1054V65.1091C69.7573 67.3013 69.204 69.4538 68.3895 71.5039C68.2909 71.7514 68.0533 71.9015 67.8034 71.9015C67.7233 71.9015 67.6464 71.886 67.5732 71.8587L67.5714 71.8569H67.5695C67.2457 71.7272 67.0875 71.3612 67.2165 71.0368C67.9851 69.1015 68.5086 67.0693 68.7723 64.9994C68.7735 64.9882 68.7754 64.9789 68.7766 64.9733C68.7779 64.9689 68.7783 64.967 68.7786 64.9658L68.7788 64.9642L68.7791 64.9621C68.7797 64.959 68.7802 64.9567 68.7807 64.9549L68.7807 64.9548C68.7812 64.9526 68.7816 64.9511 68.7816 64.9497C68.8768 64.189 68.9375 63.4193 68.9633 62.6511ZM62.8244 66.0069C62.9106 65.6682 62.7053 65.3264 62.3691 65.2396C62.0248 65.1502 61.6861 65.3605 61.6018 65.6961C61.1235 67.5694 60.7246 68.7604 60.1527 69.8522C59.5796 70.9452 58.829 71.9482 57.6318 73.4407C57.4147 73.7111 57.4575 74.1081 57.7286 74.3265H57.7292C57.8452 74.4201 57.9854 74.4654 58.1231 74.4654C58.3073 74.4654 58.4903 74.3848 58.6156 74.2297C59.8401 72.7031 60.6459 71.6269 61.268 70.4396C61.8914 69.2505 62.3269 67.9596 62.8244 66.0063V66.0069ZM64.758 68.5659H64.7586C65.0874 68.6819 65.2592 69.0423 65.1444 69.3699C64.2171 72.0142 63.634 73.1376 62.0441 75.3416C61.9207 75.5128 61.7259 75.6034 61.5324 75.6034C61.4046 75.6034 61.2756 75.5655 61.1627 75.4836H61.162C60.8792 75.2789 60.8178 74.8857 61.0212 74.6028C62.5453 72.49 63.0608 71.4957 63.9528 68.953C64.0676 68.6274 64.4255 68.4475 64.7567 68.5659H64.758ZM67.2867 72.6655C66.9567 72.5495 66.5988 72.7251 66.4834 73.0526C66.2719 73.6549 66.0387 74.1828 65.7701 74.666C65.6007 74.9706 65.7112 75.3552 66.0145 75.5252L66.0163 75.5264L66.0182 75.5276C66.1125 75.5779 66.2161 75.6046 66.3215 75.6046C66.5424 75.6046 66.7582 75.4873 66.8736 75.2801C67.1788 74.7306 67.4406 74.1388 67.6744 73.4713C67.7904 73.1413 67.6161 72.7822 67.2874 72.6674L67.2867 72.6655ZM57.7696 68.3716C57.9489 68.0733 57.854 67.6862 57.5568 67.5045H57.5562L57.5556 67.5032C57.2585 67.3258 56.8714 67.4182 56.6896 67.7166C56.2648 68.4174 56.0103 68.9062 55.7883 69.3323L55.7883 69.3323L55.7747 69.3586L55.7727 69.3624L55.7727 69.3624C55.4233 70.0339 55.1965 70.4699 54.526 71.297C54.307 71.5669 54.3492 71.9639 54.619 72.1834L54.6197 72.1841H54.6203C54.7369 72.2796 54.879 72.3243 55.0167 72.3243C55.2003 72.3243 55.3826 72.2449 55.5073 72.0898C56.2573 71.1643 56.5408 70.6203 56.8937 69.941L56.8948 69.939L56.8948 69.939C57.1129 69.5195 57.3578 69.0485 57.769 68.3704L57.7696 68.3716Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
23
|
+
<rect x="43.4824" y="61.7222" width="41.199" height="2.03913" rx="1.01957" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
24
|
+
<path d="M91.0206 112.667C91.0206 111.981 89.031 111.433 86.3725 111.308C86.2205 108.653 85.6353 106.679 84.9498 106.68C84.2643 106.682 83.6943 108.671 83.5484 111.34C80.8824 111.522 78.9003 112.118 78.9095 112.805C78.9186 113.492 80.8991 114.041 83.5575 114.164C83.7171 116.819 84.2947 118.793 84.9787 118.791C85.6627 118.79 86.2357 116.8 86.3816 114.132C89.0477 113.949 91.0282 113.354 91.0206 112.667Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
25
|
+
<path d="M60.1211 15.7272C60.1211 14.6991 57.1366 13.8761 53.149 13.6892C52.921 9.70659 52.0432 6.74528 51.0149 6.74756C49.9867 6.74984 49.1317 9.73394 48.9128 13.7371C44.9138 14.0106 41.9407 14.9043 41.9544 15.9347C41.9681 16.9651 44.9389 17.7881 48.9265 17.9727C49.1659 21.9553 50.0323 24.9166 51.0583 24.9143C52.0842 24.9121 52.9438 21.928 53.1627 17.9248C57.1617 17.6513 60.1325 16.7576 60.1211 15.7272Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
26
|
+
</svg>
|
|
27
|
+
`;
|
|
28
|
+
_exports.default = _default;
|
|
29
|
+
});
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="129" height="129" viewBox="0 0 129 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Lock">
|
|
9
|
+
<circle cx="65" cy="64.7703" r="64" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.2087 111.443C18.2166 108.635 15.4946 105.542 13.0859 102.208H109.589C110.759 102.208 111.709 103.157 111.709 104.328V108.523C110.767 109.527 109.794 110.501 108.791 111.443H21.2087Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M116.914 102.208C114.505 105.542 111.783 108.635 108.791 111.443H81.8289C80.6581 111.443 79.709 110.494 79.709 109.323V104.328C79.709 103.157 80.6581 102.208 81.8289 102.208H116.914Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.72363 49.9524C4.34535 43.1111 7.0652 36.6947 10.6867 30.8997H13.7859C14.709 30.8997 15.4572 31.6479 15.4572 32.571V48.2811C15.4572 49.2041 14.709 49.9524 13.7859 49.9524H2.72363Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.96973 48.9498C4.51475 42.8736 6.92907 37.1445 10.0725 31.9026H13.4516C14.0055 31.9026 14.4544 32.3515 14.4544 32.9054V47.947C14.4544 48.5008 14.0055 48.9498 13.4516 48.9498H2.96973Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7861 48.8926V31.9595C14.1756 32.0971 14.4547 32.4686 14.4547 32.9052V47.9468C14.4547 48.3835 14.1756 48.7549 13.7861 48.8926Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.96973 48.9497C3.55837 46.6347 4.27321 44.3701 5.10647 42.1636C5.74171 42.5902 6.37614 43.164 6.93357 43.9358C9.10625 46.9441 10.4433 48.9497 10.4433 48.9497H2.96973Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
16
|
+
<path d="M9.69607 45.6592C9.13846 45.5113 8.59163 45.6917 8.00167 46.0362C7.55254 46.3145 7.11804 46.6183 6.70006 46.9462C5.95923 47.5042 5.30501 48.1801 4.76074 48.9498H12.4487C10.9083 47.4369 10.8775 45.9728 9.69607 45.6592Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path d="M10.5386 40.6585C11.514 40.6585 12.3047 39.8956 12.3047 38.9546C12.3047 38.0136 11.514 37.2507 10.5386 37.2507C9.56319 37.2507 8.77246 38.0136 8.77246 38.9546C8.77246 39.8956 9.56319 40.6585 10.5386 40.6585Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.9951 15.6294C30.0923 10.5362 37.1518 6.55654 44.861 4.00293C44.8999 4.1715 44.9204 4.34708 44.9204 4.52746V26.3828C44.9204 27.6669 43.8795 28.7078 42.5954 28.7078H26.3202C25.0361 28.7078 23.9951 27.6669 23.9951 26.3828V15.6294Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.3906 14.4964C30.7736 10.2495 36.855 6.84862 43.4344 4.49438C43.4935 4.64907 43.5259 4.81698 43.5259 4.99246V25.9178C43.5259 26.6882 42.9013 27.3128 42.1309 27.3128H26.7856C26.0152 27.3128 25.3906 26.6882 25.3906 25.9178V14.4964Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.5947 4.80166C42.8734 4.69751 43.153 4.59524 43.4334 4.49487C43.4924 4.64939 43.5247 4.81709 43.5247 4.99234V25.9177C43.5247 26.5251 43.1365 27.0418 42.5947 27.2333V4.80166Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
21
|
+
<path d="M34.8778 12.5756C35.0642 14.3206 35.1291 16.3283 33.8023 16.3392C32.139 16.3523 32.106 14.6936 31.9197 12.9432C31.7333 11.1928 31.826 9.72814 33.0665 9.59072C34.2304 9.45985 34.6904 10.8231 34.8778 12.5756Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
22
|
+
<path d="M35.8429 10.9221C36.4071 10.2386 36.5608 9.42159 36.1862 9.09729C35.8116 8.77299 35.0506 9.0642 34.4864 9.74772C33.9222 10.4312 33.7685 11.2482 34.1431 11.5725C34.5176 11.8968 35.2787 11.6056 35.8429 10.9221Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
23
|
+
<path d="M37.4911 14.3466C37.4911 15.3489 37.029 16.157 36.4593 16.1625C35.0675 16.1756 35.3486 15.3598 35.4274 14.3466C35.5062 13.3335 35.8896 12.5439 36.4593 12.5308C37.5039 12.5057 37.4911 13.3389 37.4911 14.3466Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
24
|
+
<path d="M38.2538 17.2969H30.5995C30.509 17.2969 30.4355 17.3721 30.4355 17.4648V22.7574C30.4355 22.8502 30.509 22.9254 30.5995 22.9254H38.2538C38.3443 22.9254 38.4177 22.8502 38.4177 22.7574V17.4648C38.4177 17.3721 38.3443 17.2969 38.2538 17.2969Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
25
|
+
<path d="M38.2479 16.3545H30.6054C30.5148 16.3545 30.4414 16.4297 30.4414 16.5224V18.4222C30.4414 18.515 30.5148 18.5902 30.6054 18.5902H38.2479C38.3385 18.5902 38.4119 18.515 38.4119 18.4222V16.5224C38.4119 16.4297 38.3385 16.3545 38.2479 16.3545Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
26
|
+
<path d="M38.7112 15.6248H30.204C30.1135 15.6248 30.04 15.6999 30.04 15.7927V17.8746C30.04 17.9674 30.1135 18.0426 30.204 18.0426H38.7112C38.8018 18.0426 38.8752 17.9674 38.8752 17.8746V15.7927C38.8752 15.6999 38.8018 15.6248 38.7112 15.6248Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
27
|
+
<rect x="22.3096" y="35.1306" width="94.3895" height="60.3894" rx="6.56303" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
28
|
+
<rect x="22.3096" y="35.1306" width="73.5742" height="60.3894" rx="6.56303" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
29
|
+
<rect x="33.373" y="46.0989" width="53.8315" height="40.8394" rx="4.77311" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
30
|
+
<rect x="32.1807" y="44.9055" width="53.8315" height="40.8394" rx="4.77311" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
31
|
+
<rect x="30.1328" y="50.2195" width="4.64143" height="12.9695" rx="2.32071" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
32
|
+
<rect x="30.1328" y="58.8362" width="3.09506" height="1.19983" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
33
|
+
<rect x="30.1328" y="67.8792" width="4.64143" height="12.9695" rx="2.32071" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
34
|
+
<rect x="30.1328" y="76.4958" width="3.09506" height="1.19983" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
35
|
+
<rect x="76.9912" y="51.8606" width="5.20746" height="26.9294" rx="2.60373" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
<rect x="76.9912" y="51.8606" width="3.92725" height="26.9294" rx="1.96362" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
37
|
+
<circle cx="56.4963" cy="66.2546" r="15.1867" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
38
|
+
<circle cx="55.8859" cy="65.645" r="15.1867" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
39
|
+
<circle cx="56.1843" cy="65.9438" r="9.73995" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
40
|
+
<circle cx="55.5876" cy="65.3469" r="9.73995" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
41
|
+
<circle cx="56.1843" cy="65.9436" r="3.87087" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
42
|
+
<circle cx="55.5867" cy="65.3472" r="3.87087" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
43
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.7661 56.8792C55.9309 56.8792 56.0645 57.0127 56.0645 57.1775L56.0645 59.9037C56.0645 60.0685 55.9309 60.202 55.7661 60.202C55.6014 60.202 55.4678 60.0685 55.4678 59.9037L55.4678 57.1775C55.4678 57.0127 55.6014 56.8792 55.7661 56.8792Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.7661 70.4927C55.9309 70.4927 56.0645 70.6262 56.0645 70.791L56.0645 73.5172C56.0645 73.682 55.9309 73.8156 55.7661 73.8156C55.6014 73.8156 55.4678 73.682 55.4678 73.5172L55.4678 70.791C55.4678 70.6262 55.6014 70.4927 55.7661 70.4927Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
45
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.9355 65.6458C63.9355 65.8105 63.802 65.9441 63.6372 65.9441L60.911 65.9441C60.7462 65.9441 60.6127 65.8105 60.6127 65.6458C60.6127 65.481 60.7462 65.3475 60.911 65.3475L63.6372 65.3475C63.802 65.3475 63.9355 65.481 63.9355 65.6458Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
46
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.3223 65.6458C50.3223 65.8105 50.1887 65.9441 50.0239 65.9441L47.2977 65.9441C47.1329 65.9441 46.9994 65.8105 46.9994 65.6458C46.9994 65.481 47.1329 65.3475 47.2977 65.3475L50.0239 65.3475C50.1887 65.3475 50.3223 65.481 50.3223 65.6458Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
47
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.2441 71.5466C61.1276 71.6631 60.9388 71.6631 60.8223 71.5466L58.8945 69.6189C58.778 69.5024 58.778 69.3135 58.8945 69.197C59.011 69.0805 59.1999 69.0805 59.3164 69.197L61.2441 71.1247C61.3606 71.2412 61.3606 71.4301 61.2441 71.5466Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
48
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.6191 61.9202C51.5026 62.0367 51.3138 62.0367 51.1973 61.9202L49.2695 59.9924C49.153 59.8759 49.153 59.687 49.2695 59.5705C49.386 59.454 49.5749 59.454 49.6914 59.5705L51.6191 61.4983C51.7356 61.6148 51.7356 61.8037 51.6191 61.9202Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
49
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.667 59.5708C61.7835 59.6873 61.7835 59.8762 61.667 59.9927L59.7392 61.9204C59.6227 62.0369 59.4339 62.0369 59.3174 61.9204C59.2009 61.8039 59.2009 61.615 59.3174 61.4985L61.2451 59.5708C61.3616 59.4543 61.5505 59.4543 61.667 59.5708Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
50
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.041 69.197C52.1575 69.3135 52.1575 69.5024 52.041 69.6189L50.1133 71.5466C49.9968 71.6631 49.8079 71.6631 49.6914 71.5466C49.5749 71.4301 49.5749 71.2413 49.6914 71.1248L51.6191 69.197C51.7356 69.0805 51.9245 69.0805 52.041 69.197Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
51
|
+
<path d="M55.9751 54.4021C55.7935 54.7165 55.3396 54.7165 55.1581 54.4021L54.069 52.5157C53.8874 52.2012 54.1144 51.8081 54.4775 51.8081L56.6557 51.8081C57.0188 51.8081 57.2458 52.2012 57.0642 52.5157L55.9751 54.4021Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
52
|
+
<path d="M30.6758 95.543H44.0066L39.3939 101.583C39.0931 101.977 38.6258 102.208 38.1302 102.208H32.2657C31.3876 102.208 30.6758 101.496 30.6758 100.618V95.543Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
53
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.1661 97.9531H30.6758V95.543H44.0066L42.1661 97.9531Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
54
|
+
<path d="M52.2744 95.5427H65.6052L60.9925 101.583C60.6917 101.977 60.2245 102.208 59.7289 102.208H53.8644C52.9863 102.208 52.2744 101.496 52.2744 100.618V95.5427Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
55
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.0604 98.8751H52.2744V95.5427H65.6052L63.0604 98.8751Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
56
|
+
<path d="M87.2061 95.5422H73.8753L78.488 101.583C78.7888 101.976 79.256 102.208 79.7516 102.208H85.6161C86.4942 102.208 87.2061 101.496 87.2061 100.618V95.5422Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
57
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.7159 97.9525H87.2061V95.5422H73.8753L75.7159 97.9525Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
58
|
+
<path d="M108.808 95.5427H95.4768L100.09 101.583C100.39 101.977 100.858 102.208 101.353 102.208H107.218C108.096 102.208 108.808 101.496 108.808 100.618V95.5427Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
59
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M98.0218 98.8753H108.808V95.5427H95.4768L98.0218 98.8753Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
60
|
+
</svg>
|
|
61
|
+
`;
|
|
62
|
+
_exports.default = _default;
|
|
63
|
+
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Mission">
|
|
9
|
+
<circle cx="64" cy="64.7703" r="64" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M75.9831 101.436L79.8362 82.9122L58.6426 95.9285L62.8814 111.075C63.4241 113.015 65.8551 113.65 67.2777 112.225L73.5563 105.935C74.7854 104.703 75.6288 103.14 75.9831 101.436Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.2922 85.0886L73.2488 99.7205C72.8945 101.424 72.0511 102.987 70.8219 104.219L64.5434 110.509C64.0831 110.97 63.5172 111.216 62.9439 111.271C62.9209 111.207 62.8999 111.142 62.8812 111.075L58.6424 95.9285L76.2922 85.0886Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
12
|
+
<path d="M59.8719 44.0226C37.2965 60.2052 27.3494 82.1838 25.7048 92.2045C25.4135 102.123 34.239 107.479 39.3603 107.92C47.6482 106.992 61.4028 98.9774 76.3634 86.7174C96.0445 70.5892 116.719 32.0332 111.127 26.1578C105.844 20.6057 85.866 25.3894 59.8719 44.0226Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M93.5322 26.8573C84.7405 29.6526 73.3301 35.4556 60.3834 44.7361C38.036 60.7553 28.2158 82.4768 26.5808 92.2885C26.462 96.927 28.4559 100.494 31.1033 102.976C33.7526 105.459 37.0115 106.811 39.3502 107.038C43.3024 106.573 48.6528 104.416 54.9216 100.807C61.2143 97.1851 68.3533 92.1464 75.807 86.0382C85.5303 78.0702 95.5552 64.5025 102.456 52.1641C105.904 45.9997 108.549 40.184 109.984 35.5701C110.702 33.2594 111.105 31.2898 111.169 29.7487C111.235 28.1702 110.938 27.2325 110.491 26.7629C109.406 25.622 107.45 24.9041 104.533 24.8644C101.637 24.8249 97.931 25.4587 93.5322 26.8573ZM104.557 23.1086C107.685 23.1512 110.207 23.9173 111.763 25.5524C112.714 26.5517 112.995 28.1041 112.923 29.8218C112.85 31.5768 112.401 33.7093 111.66 36.0915C110.176 40.8633 107.471 46.7962 103.989 53.0213C97.0305 65.4618 86.8777 79.2362 76.92 87.3964C69.413 93.5482 62.1944 98.647 55.7976 102.329C49.4234 105.998 43.7854 108.308 39.458 108.793L39.3716 108.802L39.285 108.795C36.5079 108.556 32.8409 107.011 29.9024 104.257C26.9406 101.481 24.673 97.4301 24.8272 92.1786L24.8289 92.1201L24.8384 92.0622C26.522 81.8047 36.6013 59.6232 59.3604 43.309C72.4079 33.9562 83.9835 28.0507 93.0002 25.1839C97.5056 23.7514 101.409 23.0657 104.557 23.1086Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<path d="M70.7081 89.8913C71.9625 74.8143 61.2298 66.3147 53.1309 62.7787C52.5111 62.5081 52.1588 63.2392 52.7171 63.6211C58.6015 67.6467 65.6718 73.6728 66.4103 80.8798C67.3006 89.569 69.9772 89.8913 70.7081 89.8913Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.3795 87.4373L76.2427 73.5371L76.6759 73.2419C81.2266 70.1408 83.2677 64.4654 81.7346 59.1763L101.12 45.6008C106.354 40.5684 109.72 31.6057 110.767 25.8147C110.894 25.9243 111.014 26.0387 111.127 26.1578C116.719 32.0333 96.0445 70.5892 76.3634 86.7174C61.4028 98.9774 47.6482 106.993 39.3603 107.92C34.239 107.479 25.4135 102.123 25.7048 92.2046C26.7635 85.7543 31.2622 74.3492 40.3548 62.7247L48.7457 55.2199C45.8418 68.0008 44.6902 80.9028 56.3795 87.4373Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.2008 28.6828C91.7329 29.4794 99.1195 31.6932 102.949 36.7104C105.733 40.3578 106.379 44.0723 106.126 47.1078C111.139 37.044 113.502 28.6533 111.127 26.1579C107.832 22.6953 98.8217 23.2528 86.2008 28.6828Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
17
|
+
<path d="M106.126 47.1079C111.139 37.0441 113.502 28.6535 111.127 26.158C111.014 26.0389 110.894 25.9245 110.767 25.8149C111.059 29.839 108.084 35.7187 105.129 40.5065C106.073 42.8579 106.291 45.1274 106.126 47.1079Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.576 105.073C51.023 100.477 49.2564 93.4014 43.9797 88.0674C39.2677 83.3044 33.1368 81.3251 28.5877 82.6629C27.0563 86.4111 26.1182 89.6857 25.7048 92.2046C25.4135 102.123 34.239 107.479 39.3603 107.92C41.944 107.631 45.0589 106.653 48.576 105.073Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<ellipse cx="33.2174" cy="99.0123" rx="8.85641" ry="4.2057" transform="rotate(49.2452 33.2174 99.0123)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<path d="M19.0288 61.9199L23.7058 57.6077C26.0138 55.4797 28.922 54.1152 32.0338 53.7003L50.0781 51.2943C50.0391 59.1084 37.4803 69.5313 34.8257 70.7113L20.0711 66.3791C18.1087 65.8029 17.5251 63.3063 19.0288 61.9199Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<ellipse cx="65.6524" cy="81.4247" rx="3.84799" ry="13.3182" transform="rotate(50.9269 65.6524 81.4247)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<ellipse cx="92.449" cy="54.9789" rx="10.2285" ry="12.7635" transform="rotate(32.437 92.449 54.9789)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
23
|
+
<ellipse cx="94.5773" cy="56.3146" rx="7.51845" ry="9.30468" transform="rotate(32.437 94.5773 56.3146)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M101.836 55.6954L89.1411 51.031C89.7985 50.2384 90.5326 49.5613 91.3094 49.0122L101.931 52.9147C102.037 53.7995 102.006 54.7392 101.836 55.6954Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M98.5823 61.8879L86.4514 57.4308C86.5875 55.7353 87.1743 53.9439 88.2308 52.2815C88.2348 52.2752 88.2388 52.2688 88.2429 52.2625L101.478 57.1255C101.179 58.0564 100.748 58.9849 100.181 59.8762C99.7057 60.6242 99.1664 61.2971 98.5823 61.8879Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.1834 63.8814C92.9626 64.2097 96.8927 62.3479 99.1753 58.7562C101.142 55.6612 101.427 52.0041 100.251 48.9516C103.226 51.4047 103.62 56.3515 101.036 60.4186C98.2792 64.7557 93.1786 66.4501 89.643 64.2031C89.4839 64.102 89.3307 63.9946 89.1834 63.8814Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6723 105.55C22.6579 99.9569 28.1159 94.894 29.1862 93.8865C31.7754 91.4492 35.8501 91.5724 38.2873 94.1615C40.7246 96.7506 40.6015 100.825 38.0124 103.263C33.159 108.307 29.4427 112.756 26.5855 116.7C22.1551 113.503 18.1504 109.752 14.6723 105.55Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.5672 109.846C24.3872 101.097 34.7587 85.5172 41.2696 92.6792C46.0124 97.8962 31.6527 106.591 20.6892 111.889C19.9663 111.225 19.2588 110.543 18.5672 109.846Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
29
|
+
<path d="M43.9469 88.0429C49.2237 93.3769 50.9903 100.453 48.5433 105.048C45.0262 106.629 41.9113 107.607 39.3276 107.896C38.0267 107.784 36.4867 107.355 34.9179 106.614L35.5508 105.887C36.9551 106.394 38.1838 106.371 38.9664 105.697C40.7259 104.18 39.5638 99.9474 36.3706 96.2422C33.1775 92.537 29.1626 90.7626 27.4031 92.2789C26.5664 93 26.3904 94.3355 26.7793 95.9363L26.1617 96.5216C25.8061 95.1883 25.6262 93.7407 25.6721 92.1801C26.0855 89.6611 27.0236 86.3866 28.555 82.6384C33.1041 81.3006 39.235 83.2799 43.9469 88.0429Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0329 61.916L19.0288 61.9198C17.5252 63.3061 18.1088 65.8028 20.0711 66.379L34.8257 70.7111C37.4357 69.551 49.6196 59.4561 50.0657 51.6904C38.6603 66.9912 25.9274 65.5265 19.0329 61.916Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.36255 44.244C7.62379 31.6514 15.6976 20.8165 26.21 13.113C33.6928 16.0061 39 23.2703 39 31.774C39 42.8197 30.0457 51.774 19 51.774C12.6702 51.774 7.02724 48.8335 3.36255 44.244Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
32
|
+
<path d="M15.3031 36.6866C15.2344 36.8866 13.7125 36.0085 12.2594 36.6866C10.5313 37.4897 10.3563 39.8116 9.975 39.7304C9.5375 39.6397 8.92187 36.3866 10.6531 35.2491C12.5219 34.0178 15.4 36.4022 15.3031 36.6866Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
33
|
+
<path d="M24.0093 21.7676C23.9405 21.9676 22.4187 21.0926 20.9655 21.7676C19.2374 22.5738 19.0624 24.8926 18.6812 24.8144C18.2437 24.7207 17.6281 21.4676 19.3593 20.3301C21.228 19.102 24.1062 21.4863 24.0093 21.7676Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
34
|
+
<path d="M29.9343 33.2708C29.8656 33.4677 28.3437 32.5927 26.8906 33.2708C25.1625 34.0739 24.9875 36.3958 24.6062 36.3145C24.1687 36.2208 23.5531 32.9677 25.2843 31.8333C27.1531 30.6021 30.0218 32.9864 29.9343 33.2708Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.36133 44.2476C3.64261 43.4162 3.94051 42.5925 4.25464 41.7768C6.16972 43.2395 8.3482 44.3555 10.694 45.0531C15.2436 46.4059 20.126 46.0966 24.4685 44.1805C28.811 42.2644 32.3304 38.8663 34.3978 34.5937C36.4651 30.3212 36.9455 25.4526 35.7531 20.8584C37.3348 23.2875 38.3696 26.0315 38.7858 28.9001C39.202 31.7688 38.9896 34.6936 38.1634 37.4721C37.3372 40.2505 35.9169 42.8162 34.0009 44.9914C32.0849 47.1666 29.719 48.8993 27.067 50.0695C24.415 51.2397 21.5403 51.8194 18.6421 51.7685C15.7438 51.7177 12.8912 51.0374 10.2819 49.7749C7.67264 48.5123 5.36897 46.6977 3.53047 44.4566C3.4736 44.3873 3.41722 44.3176 3.36133 44.2476Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
36
|
+
<path d="M112.52 73.3926C112.366 70.8343 111.808 68.932 111.149 68.9353C110.49 68.9386 109.939 70.8507 109.798 73.4222C107.23 73.5993 105.321 74.1732 105.327 74.8358C105.334 75.4983 107.246 76.0264 109.808 76.1477C109.962 78.706 110.516 80.6083 111.175 80.6051C111.835 80.6018 112.386 78.6896 112.527 76.1182C115.095 75.9411 117.004 75.3671 116.997 74.7046C116.99 74.0421 115.078 73.5107 112.52 73.3926Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
37
|
+
<path d="M52.3493 24.2766C52.2477 22.5579 51.8737 21.2788 51.431 21.2788C50.9882 21.2788 50.6176 22.5678 50.5224 24.2963C48.794 24.4144 47.5115 24.8014 47.5181 25.2442C47.5247 25.6869 48.8071 26.0444 50.5257 26.1232C50.6307 27.8451 51.0046 29.1242 51.4474 29.121C51.8901 29.1177 52.2608 27.832 52.3559 26.1035C54.0811 25.9854 55.3635 25.6017 55.3602 25.1556C55.357 24.7095 54.0713 24.3553 52.3493 24.2766Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
38
|
+
</svg>
|
|
39
|
+
`;
|
|
40
|
+
_exports.default = _default;
|
|
41
|
+
});
|