@ui5/webcomponents-fiori 0.0.0-dff5837d7 → 0.0.0-e03cd01f3
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/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +3924 -0
- package/LICENSE.txt +201 -0
- package/README.md +63 -19
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +3 -0
- package/dist/Assets-fetch.js +6 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +14 -0
- package/dist/Assets-node.js +17 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +2 -2
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +136 -0
- package/dist/BarcodeScannerDialog.js +366 -0
- package/dist/BarcodeScannerDialog.js.map +1 -0
- package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
- package/dist/BarcodeScannerDialogTemplate.js +8 -0
- package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
- package/dist/DynamicPage.d.ts +164 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +56 -0
- package/dist/DynamicPageHeader.js +93 -0
- package/dist/DynamicPageHeader.js.map +1 -0
- package/dist/DynamicPageHeaderActions.d.ts +77 -0
- package/dist/DynamicPageHeaderActions.js +181 -0
- package/dist/DynamicPageHeaderActions.js.map +1 -0
- package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
- package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
- package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderTemplate.js +5 -0
- package/dist/DynamicPageHeaderTemplate.js.map +1 -0
- package/dist/DynamicPageTemplate.d.ts +2 -0
- package/dist/DynamicPageTemplate.js +14 -0
- package/dist/DynamicPageTemplate.js.map +1 -0
- package/dist/DynamicPageTitle.d.ts +171 -0
- package/dist/DynamicPageTitle.js +246 -0
- package/dist/DynamicPageTitle.js.map +1 -0
- package/dist/DynamicPageTitleTemplate.d.ts +2 -0
- package/dist/DynamicPageTitleTemplate.js +16 -0
- package/dist/DynamicPageTitleTemplate.js.map +1 -0
- package/dist/DynamicSideContent.d.ts +233 -0
- package/dist/DynamicSideContent.js +413 -0
- package/dist/DynamicSideContent.js.map +1 -0
- package/dist/DynamicSideContentTemplate.d.ts +2 -0
- package/dist/DynamicSideContentTemplate.js +14 -0
- package/dist/DynamicSideContentTemplate.js.map +1 -0
- package/dist/FilterItem.d.ts +44 -0
- package/dist/FilterItem.js +48 -0
- package/dist/FilterItem.js.map +1 -0
- package/dist/FilterItemOption.d.ts +38 -0
- package/dist/FilterItemOption.js +54 -0
- package/dist/FilterItemOption.js.map +1 -0
- package/dist/FlexibleColumnLayout.d.ts +431 -0
- package/dist/FlexibleColumnLayout.js +1177 -0
- package/dist/FlexibleColumnLayout.js.map +1 -0
- package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
- package/dist/FlexibleColumnLayoutTemplate.js +40 -0
- package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
- package/dist/GroupItem.d.ts +38 -0
- package/dist/GroupItem.js +54 -0
- package/dist/GroupItem.js.map +1 -0
- package/dist/IllustratedMessage.d.ts +251 -0
- package/dist/IllustratedMessage.js +426 -0
- package/dist/IllustratedMessage.js.map +1 -0
- package/dist/IllustratedMessageTemplate.d.ts +2 -0
- package/dist/IllustratedMessageTemplate.js +27 -0
- package/dist/IllustratedMessageTemplate.js.map +1 -0
- package/dist/MediaGallery.d.ts +177 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +116 -0
- package/dist/MediaGalleryItem.js +238 -0
- package/dist/MediaGalleryItem.js.map +1 -0
- package/dist/MediaGalleryItemTemplate.d.ts +2 -0
- package/dist/MediaGalleryItemTemplate.js +7 -0
- package/dist/MediaGalleryItemTemplate.js.map +1 -0
- package/dist/MediaGalleryTemplate.d.ts +2 -0
- package/dist/MediaGalleryTemplate.js +10 -0
- package/dist/MediaGalleryTemplate.js.map +1 -0
- package/dist/NavigationLayout.d.ts +78 -0
- package/dist/NavigationLayout.js +137 -0
- package/dist/NavigationLayout.js.map +1 -0
- package/dist/NavigationLayoutTemplate.d.ts +2 -0
- package/dist/NavigationLayoutTemplate.js +5 -0
- package/dist/NavigationLayoutTemplate.js.map +1 -0
- package/dist/NavigationMenu.d.ts +36 -0
- package/dist/NavigationMenu.js +68 -0
- package/dist/NavigationMenu.js.map +1 -0
- package/dist/NavigationMenuItem.d.ts +86 -0
- package/dist/NavigationMenuItem.js +159 -0
- package/dist/NavigationMenuItem.js.map +1 -0
- package/dist/NavigationMenuItemTemplate.d.ts +3 -0
- package/dist/NavigationMenuItemTemplate.js +34 -0
- package/dist/NavigationMenuItemTemplate.js.map +1 -0
- package/dist/NavigationMenuTemplate.d.ts +2 -0
- package/dist/NavigationMenuTemplate.js +15 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +72 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +92 -0
- package/dist/NotificationListGroupItem.js +204 -199
- package/dist/NotificationListGroupItem.js.map +1 -0
- package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
- package/dist/NotificationListGroupItemTemplate.js +10 -0
- package/dist/NotificationListGroupItemTemplate.js.map +1 -0
- package/dist/NotificationListGroupList.d.ts +23 -0
- package/dist/NotificationListGroupList.js +52 -0
- package/dist/NotificationListGroupList.js.map +1 -0
- package/dist/NotificationListInternal.d.ts +21 -0
- package/dist/NotificationListInternal.js +161 -0
- package/dist/NotificationListInternal.js.map +1 -0
- package/dist/NotificationListItem.d.ts +199 -0
- package/dist/NotificationListItem.js +429 -405
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +91 -229
- package/dist/NotificationListItemBase.js.map +1 -0
- package/dist/NotificationListItemTemplate.d.ts +2 -0
- package/dist/NotificationListItemTemplate.js +19 -0
- package/dist/NotificationListItemTemplate.js.map +1 -0
- package/dist/NotificationListTemplate.d.ts +2 -0
- package/dist/NotificationListTemplate.js +6 -0
- package/dist/NotificationListTemplate.js.map +1 -0
- package/dist/Page.d.ts +83 -0
- package/dist/Page.js +128 -0
- package/dist/Page.js.map +1 -0
- package/dist/PageTemplate.d.ts +2 -0
- package/dist/PageTemplate.js +11 -0
- package/dist/PageTemplate.js.map +1 -0
- package/dist/ProductSwitch.d.ts +78 -0
- package/dist/ProductSwitch.js +126 -114
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +116 -0
- package/dist/ProductSwitchItem.js +144 -213
- package/dist/ProductSwitchItem.js.map +1 -0
- package/dist/ProductSwitchItemTemplate.d.ts +2 -0
- package/dist/ProductSwitchItemTemplate.js +15 -0
- package/dist/ProductSwitchItemTemplate.js.map +1 -0
- package/dist/ProductSwitchTemplate.d.ts +2 -0
- package/dist/ProductSwitchTemplate.js +5 -0
- package/dist/ProductSwitchTemplate.js.map +1 -0
- package/dist/Search.d.ts +185 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +147 -0
- package/dist/SearchField.js +223 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +16 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +98 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +15 -0
- package/dist/SearchItemGroup.js +38 -0
- package/dist/SearchItemGroup.js.map +1 -0
- package/dist/SearchItemShowMore.d.ts +49 -0
- package/dist/SearchItemShowMore.js +112 -0
- package/dist/SearchItemShowMore.js.map +1 -0
- package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
- package/dist/SearchItemShowMoreTemplate.js +5 -0
- package/dist/SearchItemShowMoreTemplate.js.map +1 -0
- package/dist/SearchItemTemplate.d.ts +2 -0
- package/dist/SearchItemTemplate.js +16 -0
- package/dist/SearchItemTemplate.js.map +1 -0
- package/dist/SearchMessageArea.d.ts +27 -0
- package/dist/SearchMessageArea.js +41 -0
- package/dist/SearchMessageArea.js.map +1 -0
- package/dist/SearchMessageAreaTemplate.d.ts +2 -0
- package/dist/SearchMessageAreaTemplate.js +8 -0
- package/dist/SearchMessageAreaTemplate.js.map +1 -0
- package/dist/SearchPopoverTemplate.d.ts +3 -0
- package/dist/SearchPopoverTemplate.js +25 -0
- package/dist/SearchPopoverTemplate.js.map +1 -0
- package/dist/SearchScope.d.ts +30 -0
- package/dist/SearchScope.js +37 -0
- package/dist/SearchScope.js.map +1 -0
- package/dist/SearchTemplate.d.ts +2 -0
- package/dist/SearchTemplate.js +7 -0
- package/dist/SearchTemplate.js.map +1 -0
- package/dist/ShellBar.d.ts +555 -0
- package/dist/ShellBar.js +1373 -1019
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +78 -0
- package/dist/ShellBarBranding.js +116 -0
- package/dist/ShellBarBranding.js.map +1 -0
- package/dist/ShellBarBrandingTemplate.d.ts +2 -0
- package/dist/ShellBarBrandingTemplate.js +5 -0
- package/dist/ShellBarBrandingTemplate.js.map +1 -0
- package/dist/ShellBarItem.d.ts +75 -0
- package/dist/ShellBarItem.js +77 -80
- package/dist/ShellBarItem.js.map +1 -0
- package/dist/ShellBarPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarPopoverTemplate.js +9 -0
- package/dist/ShellBarPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearch.d.ts +26 -0
- package/dist/ShellBarSearch.js +97 -0
- package/dist/ShellBarSearch.js.map +1 -0
- package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarSearchPopoverTemplate.js +12 -0
- package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearchTemplate.d.ts +2 -0
- package/dist/ShellBarSearchTemplate.js +7 -0
- package/dist/ShellBarSearchTemplate.js.map +1 -0
- package/dist/ShellBarSpacer.d.ts +17 -0
- package/dist/ShellBarSpacer.js +38 -0
- package/dist/ShellBarSpacer.js.map +1 -0
- package/dist/ShellBarTemplate.d.ts +2 -0
- package/dist/ShellBarTemplate.js +62 -0
- package/dist/ShellBarTemplate.js.map +1 -0
- package/dist/SideNavigation.d.ts +186 -0
- package/dist/SideNavigation.js +550 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +168 -0
- package/dist/SideNavigationGroup.js.map +1 -0
- package/dist/SideNavigationGroupTemplate.d.ts +2 -0
- package/dist/SideNavigationGroupTemplate.js +16 -0
- package/dist/SideNavigationGroupTemplate.js.map +1 -0
- package/dist/SideNavigationItem.d.ts +77 -0
- package/dist/SideNavigationItem.js +280 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +82 -0
- package/dist/SideNavigationItemBase.js +124 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationItemTemplate.d.ts +2 -0
- package/dist/SideNavigationItemTemplate.js +26 -0
- package/dist/SideNavigationItemTemplate.js.map +1 -0
- package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
- package/dist/SideNavigationPopoverTemplate.js +13 -0
- package/dist/SideNavigationPopoverTemplate.js.map +1 -0
- package/dist/SideNavigationSelectableItemBase.d.ts +149 -0
- package/dist/SideNavigationSelectableItemBase.js +258 -0
- package/dist/SideNavigationSelectableItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +26 -0
- package/dist/SideNavigationSubItem.js +64 -0
- package/dist/SideNavigationSubItem.js.map +1 -0
- package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
- package/dist/SideNavigationSubItemTemplate.js +10 -0
- package/dist/SideNavigationSubItemTemplate.js.map +1 -0
- package/dist/SideNavigationTemplate.d.ts +2 -0
- package/dist/SideNavigationTemplate.js +20 -0
- package/dist/SideNavigationTemplate.js.map +1 -0
- package/dist/SortItem.d.ts +38 -0
- package/dist/SortItem.js +54 -0
- package/dist/SortItem.js.map +1 -0
- package/dist/Timeline.d.ts +144 -0
- package/dist/Timeline.js +377 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +70 -0
- package/dist/TimelineGroupItem.js +164 -0
- package/dist/TimelineGroupItem.js.map +1 -0
- package/dist/TimelineGroupItemTemplate.d.ts +2 -0
- package/dist/TimelineGroupItemTemplate.js +17 -0
- package/dist/TimelineGroupItemTemplate.js.map +1 -0
- package/dist/TimelineItem.d.ts +122 -0
- package/dist/TimelineItem.js +194 -0
- package/dist/TimelineItem.js.map +1 -0
- package/dist/TimelineItemTemplate.d.ts +2 -0
- package/dist/TimelineItemTemplate.js +29 -0
- package/dist/TimelineItemTemplate.js.map +1 -0
- package/dist/TimelineTemplate.d.ts +2 -0
- package/dist/TimelineTemplate.js +18 -0
- package/dist/TimelineTemplate.js.map +1 -0
- package/dist/UploadCollection.d.ts +123 -0
- package/dist/UploadCollection.js +203 -306
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +168 -0
- package/dist/UploadCollectionItem.js +382 -475
- package/dist/UploadCollectionItem.js.map +1 -0
- package/dist/UploadCollectionItemTemplate.d.ts +3 -0
- package/dist/UploadCollectionItemTemplate.js +22 -0
- package/dist/UploadCollectionItemTemplate.js.map +1 -0
- package/dist/UploadCollectionTemplate.d.ts +2 -0
- package/dist/UploadCollectionTemplate.js +24 -0
- package/dist/UploadCollectionTemplate.js.map +1 -0
- package/dist/UserMenu.d.ts +168 -0
- package/dist/UserMenu.js +366 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +61 -0
- package/dist/UserMenuAccount.js +121 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +35 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +36 -0
- package/dist/UserMenuItemGroup.js +54 -0
- package/dist/UserMenuItemGroup.js.map +1 -0
- package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
- package/dist/UserMenuItemGroupTemplate.js +5 -0
- package/dist/UserMenuItemGroupTemplate.js.map +1 -0
- package/dist/UserMenuItemTemplate.d.ts +2 -0
- package/dist/UserMenuItemTemplate.js +5 -0
- package/dist/UserMenuItemTemplate.js.map +1 -0
- package/dist/UserMenuTemplate.d.ts +2 -0
- package/dist/UserMenuTemplate.js +57 -0
- package/dist/UserMenuTemplate.js.map +1 -0
- package/dist/UserSettingsAccountView.d.ts +29 -0
- package/dist/UserSettingsAccountView.js +108 -0
- package/dist/UserSettingsAccountView.js.map +1 -0
- package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAccountViewTemplate.js +18 -0
- package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceView.d.ts +28 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +27 -0
- package/dist/UserSettingsAppearanceViewGroup.js +43 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +29 -0
- package/dist/UserSettingsAppearanceViewItem.js +103 -0
- package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
- package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
- package/dist/UserSettingsDialog.d.ts +118 -0
- package/dist/UserSettingsDialog.js +262 -0
- package/dist/UserSettingsDialog.js.map +1 -0
- package/dist/UserSettingsDialogTemplate.d.ts +2 -0
- package/dist/UserSettingsDialogTemplate.js +23 -0
- package/dist/UserSettingsDialogTemplate.js.map +1 -0
- package/dist/UserSettingsItem.d.ts +136 -0
- package/dist/UserSettingsItem.js +215 -0
- package/dist/UserSettingsItem.js.map +1 -0
- package/dist/UserSettingsItemTemplate.d.ts +4 -0
- package/dist/UserSettingsItemTemplate.js +20 -0
- package/dist/UserSettingsItemTemplate.js.map +1 -0
- package/dist/UserSettingsView.d.ts +43 -0
- package/dist/UserSettingsView.js +68 -0
- package/dist/UserSettingsView.js.map +1 -0
- package/dist/UserSettingsViewTemplate.d.ts +2 -0
- package/dist/UserSettingsViewTemplate.js +5 -0
- package/dist/UserSettingsViewTemplate.js.map +1 -0
- package/dist/ViewSettingsDialog.d.ts +315 -0
- package/dist/ViewSettingsDialog.js +743 -0
- package/dist/ViewSettingsDialog.js.map +1 -0
- package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
- package/dist/ViewSettingsDialogTemplate.js +53 -0
- package/dist/ViewSettingsDialogTemplate.js.map +1 -0
- package/dist/Wizard.d.ts +360 -0
- package/dist/Wizard.js +827 -0
- package/dist/Wizard.js.map +1 -0
- package/dist/WizardPopoverTemplate.d.ts +2 -0
- package/dist/WizardPopoverTemplate.js +12 -0
- package/dist/WizardPopoverTemplate.js.map +1 -0
- package/dist/WizardStep.d.ts +89 -0
- package/dist/WizardStep.js +92 -0
- package/dist/WizardStep.js.map +1 -0
- package/dist/WizardTab.d.ts +99 -0
- package/dist/WizardTab.js +162 -0
- package/dist/WizardTab.js.map +1 -0
- package/dist/WizardTabTemplate.d.ts +2 -0
- package/dist/WizardTabTemplate.js +7 -0
- package/dist/WizardTabTemplate.js.map +1 -0
- package/dist/WizardTemplate.d.ts +2 -0
- package/dist/WizardTemplate.js +11 -0
- package/dist/WizardTemplate.js.map +1 -0
- package/dist/bundle.esm.d.ts +4 -0
- package/dist/bundle.esm.js +67 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +3 -0
- package/dist/bundle.scoped.esm.js +5 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/BarcodeScannerDialog.css +1 -0
- package/dist/css/themes/DynamicPage.css +1 -0
- package/dist/css/themes/DynamicPageHeader.css +1 -0
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
- package/dist/css/themes/DynamicPageTitle.css +1 -0
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NavigationLayout.css +1 -0
- package/dist/css/themes/NavigationMenu.css +1 -0
- package/dist/css/themes/NavigationMenuItem.css +1 -0
- package/dist/css/themes/NotificationList.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -0
- package/dist/css/themes/NotificationListItem.css +1 -0
- package/dist/css/themes/NotificationListItemBase.css +1 -0
- package/dist/css/themes/NotificationStateIcon.css +1 -0
- package/dist/css/themes/Page.css +1 -0
- package/dist/css/themes/ProductSwitch.css +1 -0
- package/dist/css/themes/ProductSwitchItem.css +1 -0
- package/dist/css/themes/Search.css +1 -0
- package/dist/css/themes/SearchField.css +1 -0
- package/dist/css/themes/SearchItem.css +1 -0
- package/dist/css/themes/SearchItemGroup.css +1 -0
- package/dist/css/themes/SearchItemShowMore.css +1 -0
- package/dist/css/themes/SearchMessageArea.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/ShellBarBranding.css +1 -0
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/ShellBarSearch.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -0
- package/dist/css/themes/SideNavigationGroup.css +1 -0
- package/dist/css/themes/SideNavigationItem.css +1 -0
- package/dist/css/themes/SideNavigationItemBase.css +1 -0
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/SideNavigationSubItem.css +1 -0
- package/dist/css/themes/Timeline.css +1 -0
- package/dist/css/themes/TimelineGroupItem.css +1 -0
- package/dist/css/themes/TimelineItem.css +1 -0
- package/dist/css/themes/UploadCollection.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -0
- package/dist/css/themes/UserMenu.css +1 -0
- package/dist/css/themes/UserMenuItem.css +1 -0
- package/dist/css/themes/UserSettingsAccountView.css +1 -0
- package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
- package/dist/css/themes/UserSettingsDialog.css +1 -0
- package/dist/css/themes/UserSettingsItem.css +1 -0
- package/dist/css/themes/UserSettingsView.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -0
- package/dist/css/themes/Wizard.css +1 -0
- package/dist/css/themes/WizardPopover.css +1 -0
- package/dist/css/themes/WizardTab.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/dist/custom-elements-internal.json +13915 -0
- package/dist/custom-elements.json +9753 -0
- package/dist/fcl-utils/FCLLayout.d.ts +24 -0
- package/dist/fcl-utils/FCLLayout.js +271 -0
- package/dist/fcl-utils/FCLLayout.js.map +1 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.d.ts +208 -0
- package/dist/generated/i18n/i18n-defaults.js +208 -2
- package/dist/generated/i18n/i18n-defaults.js.map +1 -0
- package/dist/generated/js-imports/Illustrations.d.ts +1 -0
- package/dist/generated/js-imports/Illustrations.js +88 -0
- package/dist/generated/js-imports/Illustrations.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -19
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
- package/dist/generated/json-imports/i18n-fetch.js +120 -0
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
- package/dist/generated/json-imports/i18n-node.d.ts +1 -0
- package/dist/generated/json-imports/i18n-node.js +120 -0
- package/dist/generated/json-imports/i18n-node.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +119 -90
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
- package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPage.css.js +8 -0
- package/dist/generated/themes/DynamicPage.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
- package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
- package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
- package/dist/generated/themes/IllustratedMessage.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
- package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js +8 -8
- package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
- package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGallery.css.js.map +1 -0
- package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
- package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
- package/dist/generated/themes/NavigationLayout.css.js +8 -0
- package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenu.css.js +8 -0
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationList.css.d.ts +2 -0
- package/dist/generated/themes/NotificationList.css.js +8 -0
- package/dist/generated/themes/NotificationList.css.js.map +1 -0
- package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +8 -8
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItem.css.js +8 -8
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItemBase.css.js +8 -8
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
- package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
- package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
- package/dist/generated/themes/Page.css.d.ts +2 -0
- package/dist/generated/themes/Page.css.js +8 -0
- package/dist/generated/themes/Page.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitch.css.js +8 -8
- package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitchItem.css.js +8 -8
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
- package/dist/generated/themes/Search.css.d.ts +2 -0
- package/dist/generated/themes/Search.css.js +8 -0
- package/dist/generated/themes/Search.css.js.map +1 -0
- package/dist/generated/themes/SearchField.css.d.ts +2 -0
- package/dist/generated/themes/SearchField.css.js +8 -0
- package/dist/generated/themes/SearchField.css.js.map +1 -0
- package/dist/generated/themes/SearchItem.css.d.ts +2 -0
- package/dist/generated/themes/SearchItem.css.js +8 -0
- package/dist/generated/themes/SearchItem.css.js.map +1 -0
- package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemGroup.css.js +8 -0
- package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
- package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
- package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
- package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
- package/dist/generated/themes/SearchMessageArea.css.js +8 -0
- package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
- package/dist/generated/themes/ShellBar.css.d.ts +2 -0
- package/dist/generated/themes/ShellBar.css.js +8 -8
- package/dist/generated/themes/ShellBar.css.js.map +1 -0
- package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarBranding.css.js +8 -0
- package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
- package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarPopover.css.js +8 -0
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
- package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarSearch.css.js +8 -0
- package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
- package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigation.css.js +8 -0
- package/dist/generated/themes/SideNavigation.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
- package/dist/generated/themes/Timeline.css.d.ts +2 -0
- package/dist/generated/themes/Timeline.css.js +8 -0
- package/dist/generated/themes/Timeline.css.js.map +1 -0
- package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
- package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineItem.css.js +8 -0
- package/dist/generated/themes/TimelineItem.css.js.map +1 -0
- package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollection.css.js +8 -8
- package/dist/generated/themes/UploadCollection.css.js.map +1 -0
- package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +8 -8
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
- package/dist/generated/themes/UserMenu.css.d.ts +2 -0
- package/dist/generated/themes/UserMenu.css.js +8 -0
- package/dist/generated/themes/UserMenu.css.js.map +1 -0
- package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/UserMenuItem.css.js +8 -0
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
- package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsView.css.js +8 -0
- package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
- package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/Wizard.css.d.ts +2 -0
- package/dist/generated/themes/Wizard.css.js +8 -0
- package/dist/generated/themes/Wizard.css.js.map +1 -0
- package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
- package/dist/generated/themes/WizardPopover.css.js +8 -0
- package/dist/generated/themes/WizardPopover.css.js.map +1 -0
- package/dist/generated/themes/WizardTab.css.d.ts +2 -0
- package/dist/generated/themes/WizardTab.css.js +8 -0
- package/dist/generated/themes/WizardTab.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
- package/dist/illustrations/Achievement.d.ts +8 -0
- package/dist/illustrations/Achievement.js +33 -0
- package/dist/illustrations/AddColumn.d.ts +8 -0
- package/dist/illustrations/AddColumn.js +33 -0
- package/dist/illustrations/AddDimensions.d.ts +8 -0
- package/dist/illustrations/AddDimensions.js +33 -0
- package/dist/illustrations/AddPeople.d.ts +8 -0
- package/dist/illustrations/AddPeople.js +33 -0
- package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
- package/dist/illustrations/AddPeopleToCalendar.js +33 -0
- package/dist/illustrations/AddingColumns.d.ts +8 -0
- package/dist/illustrations/AddingColumns.js +33 -0
- package/dist/illustrations/AllIllustrations.d.ts +4 -0
- package/dist/illustrations/AllIllustrations.js +5 -0
- package/dist/illustrations/AllIllustrations.js.map +1 -0
- package/dist/illustrations/BalloonSky.d.ts +8 -0
- package/dist/illustrations/BalloonSky.js +33 -0
- package/dist/illustrations/BeforeSearch.d.ts +8 -0
- package/dist/illustrations/BeforeSearch.js +33 -0
- package/dist/illustrations/Connection.d.ts +8 -0
- package/dist/illustrations/Connection.js +33 -0
- package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
- package/dist/illustrations/DragFilesToUpload.js +33 -0
- package/dist/illustrations/EmptyCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyCalendar.js +33 -0
- package/dist/illustrations/EmptyList.d.ts +8 -0
- package/dist/illustrations/EmptyList.js +33 -0
- package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
- package/dist/illustrations/ErrorScreen.d.ts +8 -0
- package/dist/illustrations/ErrorScreen.js +33 -0
- package/dist/illustrations/FilterTable.d.ts +8 -0
- package/dist/illustrations/FilterTable.js +33 -0
- package/dist/illustrations/FilteringColumns.d.ts +8 -0
- package/dist/illustrations/FilteringColumns.js +33 -0
- package/dist/illustrations/GroupTable.d.ts +8 -0
- package/dist/illustrations/GroupTable.js +33 -0
- package/dist/illustrations/GroupingColumns.d.ts +8 -0
- package/dist/illustrations/GroupingColumns.js +33 -0
- package/dist/illustrations/KeyTask.d.ts +8 -0
- package/dist/illustrations/KeyTask.js +33 -0
- package/dist/illustrations/NewMail.d.ts +8 -0
- package/dist/illustrations/NewMail.js +33 -0
- package/dist/illustrations/NoActivities.d.ts +8 -0
- package/dist/illustrations/NoActivities.js +33 -0
- package/dist/illustrations/NoChartData.d.ts +8 -0
- package/dist/illustrations/NoChartData.js +33 -0
- package/dist/illustrations/NoColumnsSet.d.ts +8 -0
- package/dist/illustrations/NoColumnsSet.js +33 -0
- package/dist/illustrations/NoData.d.ts +8 -0
- package/dist/illustrations/NoData.js +33 -0
- package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
- package/dist/illustrations/NoDimensionsSet.js +33 -0
- package/dist/illustrations/NoEntries.d.ts +8 -0
- package/dist/illustrations/NoEntries.js +33 -0
- package/dist/illustrations/NoFilterResults.d.ts +8 -0
- package/dist/illustrations/NoFilterResults.js +33 -0
- package/dist/illustrations/NoMail.d.ts +8 -0
- package/dist/illustrations/NoMail.js +33 -0
- package/dist/illustrations/NoMail_v1.d.ts +8 -0
- package/dist/illustrations/NoMail_v1.js +33 -0
- package/dist/illustrations/NoNotifications.d.ts +8 -0
- package/dist/illustrations/NoNotifications.js +33 -0
- package/dist/illustrations/NoSavedItems.d.ts +8 -0
- package/dist/illustrations/NoSavedItems.js +33 -0
- package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
- package/dist/illustrations/NoSavedItems_v1.js +33 -0
- package/dist/illustrations/NoSearchResults.d.ts +8 -0
- package/dist/illustrations/NoSearchResults.js +33 -0
- package/dist/illustrations/NoTasks.d.ts +8 -0
- package/dist/illustrations/NoTasks.js +33 -0
- package/dist/illustrations/NoTasks_v1.d.ts +8 -0
- package/dist/illustrations/NoTasks_v1.js +33 -0
- package/dist/illustrations/PageNotFound.d.ts +8 -0
- package/dist/illustrations/PageNotFound.js +33 -0
- package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
- package/dist/illustrations/ReceiveAppreciation.js +33 -0
- package/dist/illustrations/ReloadScreen.d.ts +8 -0
- package/dist/illustrations/ReloadScreen.js +33 -0
- package/dist/illustrations/ResizeColumn.d.ts +8 -0
- package/dist/illustrations/ResizeColumn.js +33 -0
- package/dist/illustrations/ResizingColumns.d.ts +8 -0
- package/dist/illustrations/ResizingColumns.js +33 -0
- package/dist/illustrations/SearchEarth.d.ts +8 -0
- package/dist/illustrations/SearchEarth.js +33 -0
- package/dist/illustrations/SearchFolder.d.ts +8 -0
- package/dist/illustrations/SearchFolder.js +33 -0
- package/dist/illustrations/SignOut.d.ts +8 -0
- package/dist/illustrations/SignOut.js +33 -0
- package/dist/illustrations/SimpleBalloon.d.ts +8 -0
- package/dist/illustrations/SimpleBalloon.js +33 -0
- package/dist/illustrations/SimpleBell.d.ts +8 -0
- package/dist/illustrations/SimpleBell.js +33 -0
- package/dist/illustrations/SimpleCalendar.d.ts +8 -0
- package/dist/illustrations/SimpleCalendar.js +33 -0
- package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
- package/dist/illustrations/SimpleCheckMark.js +33 -0
- package/dist/illustrations/SimpleConnection.d.ts +8 -0
- package/dist/illustrations/SimpleConnection.js +33 -0
- package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyDoc.js +33 -0
- package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyList.js +33 -0
- package/dist/illustrations/SimpleError.d.ts +8 -0
- package/dist/illustrations/SimpleError.js +33 -0
- package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleMagnifier.js +33 -0
- package/dist/illustrations/SimpleMail.d.ts +8 -0
- package/dist/illustrations/SimpleMail.js +33 -0
- package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
- package/dist/illustrations/SimpleNoSavedItems.js +33 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
- package/dist/illustrations/SimpleReload.d.ts +8 -0
- package/dist/illustrations/SimpleReload.js +33 -0
- package/dist/illustrations/SimpleTask.d.ts +8 -0
- package/dist/illustrations/SimpleTask.js +33 -0
- package/dist/illustrations/SleepingBell.d.ts +8 -0
- package/dist/illustrations/SleepingBell.js +33 -0
- package/dist/illustrations/SortColumn.d.ts +8 -0
- package/dist/illustrations/SortColumn.js +33 -0
- package/dist/illustrations/SortingColumns.d.ts +8 -0
- package/dist/illustrations/SortingColumns.js +33 -0
- package/dist/illustrations/SuccessBalloon.d.ts +8 -0
- package/dist/illustrations/SuccessBalloon.js +33 -0
- package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
- package/dist/illustrations/SuccessCheckMark.js +33 -0
- package/dist/illustrations/SuccessHighFive.d.ts +8 -0
- package/dist/illustrations/SuccessHighFive.js +33 -0
- package/dist/illustrations/SuccessScreen.d.ts +8 -0
- package/dist/illustrations/SuccessScreen.js +33 -0
- package/dist/illustrations/Survey.d.ts +8 -0
- package/dist/illustrations/Survey.js +33 -0
- package/dist/illustrations/Tent.d.ts +8 -0
- package/dist/illustrations/Tent.js +33 -0
- package/dist/illustrations/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/UnableToLoad.js +33 -0
- package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
- package/dist/illustrations/UnableToLoadImage.js +33 -0
- package/dist/illustrations/UnableToUpload.d.ts +8 -0
- package/dist/illustrations/UnableToUpload.js +33 -0
- package/dist/illustrations/UploadCollection.d.ts +8 -0
- package/dist/illustrations/UploadCollection.js +33 -0
- package/dist/illustrations/UploadToCloud.d.ts +8 -0
- package/dist/illustrations/UploadToCloud.js +33 -0
- package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
- package/dist/illustrations/UserHasSignedUp.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
- package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
- package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
- package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
- package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
- package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
- package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
- package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
- package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
- package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
- package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
- package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
- package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
- package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
- package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
- package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
- package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
- package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
- package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
- package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
- package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
- package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
- package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
- package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
- package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
- package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
- package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
- package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
- package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
- package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
- package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
- package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
- package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
- package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
- package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
- package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
- package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
- package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
- package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
- package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
- package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
- package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
- package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
- package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
- package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
- package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
- package/dist/illustrations/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations/tnt/Avatar.js +26 -0
- package/dist/illustrations/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations/tnt/Calculator.js +26 -0
- package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea.js +26 -0
- package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea2.js +26 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBar.js +26 -0
- package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBullet.js +26 -0
- package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartFlow.js +26 -0
- package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations/tnt/ChartGantt.js +26 -0
- package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations/tnt/ChartOrg.js +26 -0
- package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations/tnt/ChartPie.js +26 -0
- package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations/tnt/Company.d.ts +8 -0
- package/dist/illustrations/tnt/Company.js +26 -0
- package/dist/illustrations/tnt/Compass.d.ts +8 -0
- package/dist/illustrations/tnt/Compass.js +26 -0
- package/dist/illustrations/tnt/Components.d.ts +8 -0
- package/dist/illustrations/tnt/Components.js +26 -0
- package/dist/illustrations/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations/tnt/Dialog.js +26 -0
- package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
- package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations/tnt/ExternalLink.js +26 -0
- package/dist/illustrations/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations/tnt/FaceID.js +26 -0
- package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations/tnt/Fingerprint.js +26 -0
- package/dist/illustrations/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations/tnt/Handshake.js +26 -0
- package/dist/illustrations/tnt/Help.d.ts +8 -0
- package/dist/illustrations/tnt/Help.js +26 -0
- package/dist/illustrations/tnt/Lock.d.ts +8 -0
- package/dist/illustrations/tnt/Lock.js +26 -0
- package/dist/illustrations/tnt/Mission.d.ts +8 -0
- package/dist/illustrations/tnt/Mission.js +26 -0
- package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations/tnt/MissionFailed.js +26 -0
- package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations/tnt/NoApplications.js +26 -0
- package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations/tnt/NoFlows.js +26 -0
- package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations/tnt/NoUsers.js +26 -0
- package/dist/illustrations/tnt/Radar.d.ts +8 -0
- package/dist/illustrations/tnt/Radar.js +26 -0
- package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations/tnt/RoadMap.js +26 -0
- package/dist/illustrations/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations/tnt/Secrets.js +26 -0
- package/dist/illustrations/tnt/Services.d.ts +8 -0
- package/dist/illustrations/tnt/Services.js +26 -0
- package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpired.js +26 -0
- package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations/tnt/Settings.d.ts +8 -0
- package/dist/illustrations/tnt/Settings.js +26 -0
- package/dist/illustrations/tnt/Success.d.ts +8 -0
- package/dist/illustrations/tnt/Success.js +26 -0
- package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/Systems.d.ts +8 -0
- package/dist/illustrations/tnt/Systems.js +26 -0
- package/dist/illustrations/tnt/Teams.d.ts +8 -0
- package/dist/illustrations/tnt/Teams.js +26 -0
- package/dist/illustrations/tnt/Tools.d.ts +8 -0
- package/dist/illustrations/tnt/Tools.js +26 -0
- package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations/tnt/Tutorials.js +26 -0
- package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/tnt/UnableToLoad.js +26 -0
- package/dist/illustrations/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations/tnt/Unlock.js +26 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/User2.d.ts +8 -0
- package/dist/illustrations/tnt/User2.js +26 -0
- package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
- package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
- package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
- package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
- package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
- package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
- package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
- package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
- package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
- package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
- package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
- package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
- package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
- package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Company.js +26 -0
- package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Components.js +26 -0
- package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Help.js +26 -0
- package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Services.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Success.js +26 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
- package/dist/ssr-zxing-shim.d.ts +2 -0
- package/dist/ssr-zxing-shim.js +3 -0
- package/dist/ssr-zxing-shim.js.map +1 -0
- package/dist/ssr-zxing.d.ts +2 -0
- package/dist/ssr-zxing.js +3 -0
- package/dist/ssr-zxing.js.map +1 -0
- package/dist/types/FCLLayout.d.ts +105 -0
- package/dist/types/FCLLayout.js +107 -0
- package/dist/types/FCLLayout.js.map +1 -0
- package/dist/types/IllustrationMessageDesign.d.ts +69 -0
- package/dist/types/IllustrationMessageDesign.js +71 -0
- package/dist/types/IllustrationMessageDesign.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +636 -0
- package/dist/types/IllustrationMessageType.js +638 -0
- package/dist/types/IllustrationMessageType.js.map +1 -0
- package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
- package/dist/types/MediaGalleryItemLayout.js +24 -0
- package/dist/types/MediaGalleryItemLayout.js.map +1 -0
- package/dist/types/MediaGalleryLayout.d.ts +22 -0
- package/dist/types/MediaGalleryLayout.js +24 -0
- package/dist/types/MediaGalleryLayout.js.map +1 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
- package/dist/types/NavigationLayoutMode.d.ts +23 -0
- package/dist/types/NavigationLayoutMode.js +25 -0
- package/dist/types/NavigationLayoutMode.js.map +1 -0
- package/dist/types/NotificationListItemImportance.d.ts +16 -0
- package/dist/types/NotificationListItemImportance.js +18 -0
- package/dist/types/NotificationListItemImportance.js.map +1 -0
- package/dist/types/PageBackgroundDesign.d.ts +22 -0
- package/dist/types/PageBackgroundDesign.js +24 -0
- package/dist/types/PageBackgroundDesign.js.map +1 -0
- package/dist/types/SearchMode.d.ts +17 -0
- package/dist/types/SearchMode.js +19 -0
- package/dist/types/SearchMode.js.map +1 -0
- package/dist/types/SideContentFallDown.d.ts +27 -0
- package/dist/types/SideContentFallDown.js +29 -0
- package/dist/types/SideContentFallDown.js.map +1 -0
- package/dist/types/SideContentPosition.d.ts +19 -0
- package/dist/types/SideContentPosition.js +21 -0
- package/dist/types/SideContentPosition.js.map +1 -0
- package/dist/types/SideContentVisibility.d.ts +32 -0
- package/dist/types/SideContentVisibility.js +34 -0
- package/dist/types/SideContentVisibility.js.map +1 -0
- package/dist/types/SideNavigationItemDesign.d.ts +24 -0
- package/dist/types/SideNavigationItemDesign.js +26 -0
- package/dist/types/SideNavigationItemDesign.js.map +1 -0
- package/dist/types/TimelineGrowingMode.d.ts +24 -0
- package/dist/types/TimelineGrowingMode.js +26 -0
- package/dist/types/TimelineGrowingMode.js.map +1 -0
- package/dist/types/TimelineLayout.d.ts +18 -0
- package/dist/types/TimelineLayout.js +20 -0
- package/dist/types/TimelineLayout.js.map +1 -0
- package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
- package/dist/types/UploadCollectionDnDMode.js +19 -44
- package/dist/types/UploadCollectionDnDMode.js.map +1 -0
- package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
- package/dist/types/UploadCollectionSelectionMode.js +41 -0
- package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
- package/dist/types/UploadState.d.ts +27 -0
- package/dist/types/UploadState.js +24 -51
- package/dist/types/UploadState.js.map +1 -0
- package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
- package/dist/types/ViewSettingsDialogMode.js +27 -0
- package/dist/types/ViewSettingsDialogMode.js.map +1 -0
- package/dist/types/WizardContentLayout.d.ts +17 -0
- package/dist/types/WizardContentLayout.js +19 -0
- package/dist/types/WizardContentLayout.js.map +1 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js +42 -55
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1700 -0
- package/dist/web-types.json +4290 -0
- package/global.d.ts +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +47 -13
- package/src/BarcodeScannerDialogTemplate.tsx +38 -0
- package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
- package/src/DynamicPageHeaderTemplate.tsx +9 -0
- package/src/DynamicPageTemplate.tsx +72 -0
- package/src/DynamicPageTitleTemplate.tsx +77 -0
- package/src/DynamicSideContentTemplate.tsx +48 -0
- package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
- package/src/IllustratedMessageTemplate.tsx +92 -0
- package/src/MediaGalleryItemTemplate.tsx +22 -0
- package/src/MediaGalleryTemplate.tsx +50 -0
- package/src/NavigationLayoutTemplate.tsx +19 -0
- package/src/NavigationMenuItemTemplate.tsx +64 -0
- package/src/NavigationMenuTemplate.tsx +67 -0
- package/src/NotificationListGroupItemTemplate.tsx +66 -0
- package/src/NotificationListItemTemplate.tsx +154 -0
- package/src/NotificationListTemplate.tsx +17 -0
- package/src/PageTemplate.tsx +30 -0
- package/src/ProductSwitchItemTemplate.tsx +66 -0
- package/src/ProductSwitchTemplate.tsx +16 -0
- package/src/SearchFieldTemplate.tsx +102 -0
- package/src/SearchItemShowMoreTemplate.tsx +19 -0
- package/src/SearchItemTemplate.tsx +67 -0
- package/src/SearchMessageAreaTemplate.tsx +15 -0
- package/src/SearchPopoverTemplate.tsx +80 -0
- package/src/SearchTemplate.tsx +12 -0
- package/src/ShellBarBrandingTemplate.tsx +27 -0
- package/src/ShellBarPopoverTemplate.tsx +50 -0
- package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
- package/src/ShellBarSearchTemplate.tsx +12 -0
- package/src/ShellBarTemplate.tsx +337 -0
- package/src/SideNavigationGroupTemplate.tsx +58 -0
- package/src/SideNavigationItemTemplate.tsx +86 -0
- package/src/SideNavigationPopoverTemplate.tsx +103 -0
- package/src/SideNavigationSubItemTemplate.tsx +39 -0
- package/src/SideNavigationTemplate.tsx +75 -0
- package/src/TimelineGroupItemTemplate.tsx +48 -0
- package/src/TimelineItemTemplate.tsx +77 -0
- package/src/TimelineTemplate.tsx +77 -0
- package/src/UploadCollectionItemTemplate.tsx +146 -0
- package/src/UploadCollectionTemplate.tsx +63 -0
- package/src/UserMenuItemGroupTemplate.tsx +6 -0
- package/src/UserMenuItemTemplate.tsx +6 -0
- package/src/UserMenuTemplate.tsx +193 -0
- package/src/UserSettingsAccountViewTemplate.tsx +46 -0
- package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
- package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
- package/src/UserSettingsDialogTemplate.tsx +80 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/ViewSettingsDialogTemplate.tsx +230 -0
- package/src/WizardPopoverTemplate.tsx +42 -0
- package/src/WizardTabTemplate.tsx +39 -0
- package/src/WizardTemplate.tsx +75 -0
- package/src/i18n/messagebundle.properties +533 -15
- package/src/i18n/messagebundle_ar.properties +356 -9
- package/src/i18n/messagebundle_bg.properties +356 -9
- package/src/i18n/messagebundle_ca.properties +356 -9
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +356 -9
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +357 -10
- package/src/i18n/messagebundle_de.properties +356 -9
- package/src/i18n/messagebundle_el.properties +356 -9
- package/src/i18n/messagebundle_en.properties +356 -9
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +362 -15
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +378 -31
- package/src/i18n/messagebundle_es.properties +356 -9
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +356 -9
- package/src/i18n/messagebundle_fi.properties +357 -10
- package/src/i18n/messagebundle_fr.properties +356 -9
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +356 -9
- package/src/i18n/messagebundle_hr.properties +359 -12
- package/src/i18n/messagebundle_hu.properties +354 -7
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +364 -17
- package/src/i18n/messagebundle_iw.properties +357 -10
- package/src/i18n/messagebundle_ja.properties +359 -12
- package/src/i18n/messagebundle_kk.properties +357 -10
- package/src/i18n/messagebundle_ko.properties +358 -11
- package/src/i18n/messagebundle_lt.properties +356 -9
- package/src/i18n/messagebundle_lv.properties +356 -9
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +357 -10
- package/src/i18n/messagebundle_nl.properties +356 -9
- package/src/i18n/messagebundle_no.properties +356 -9
- package/src/i18n/messagebundle_pl.properties +357 -10
- package/src/i18n/messagebundle_pt.properties +356 -9
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +356 -9
- package/src/i18n/messagebundle_ru.properties +356 -9
- package/src/i18n/messagebundle_sh.properties +359 -12
- package/src/i18n/messagebundle_sk.properties +356 -9
- package/src/i18n/messagebundle_sl.properties +357 -10
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +356 -9
- package/src/i18n/messagebundle_th.properties +355 -8
- package/src/i18n/messagebundle_tr.properties +357 -10
- package/src/i18n/messagebundle_uk.properties +358 -11
- package/src/i18n/messagebundle_vi.properties +356 -9
- package/src/i18n/messagebundle_zh_CN.properties +356 -9
- package/src/i18n/messagebundle_zh_TW.properties +357 -10
- package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
- package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
- package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
- package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
- package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
- package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
- package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
- package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
- package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
- package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
- package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
- package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
- package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
- package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
- package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
- package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
- package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
- package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
- package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
- package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
- package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
- package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
- package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
- package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
- package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
- package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
- package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
- package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
- package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
- package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
- package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
- package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
- package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
- package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
- package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
- package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
- package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
- package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
- package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
- package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
- package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
- package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
- package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
- package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
- package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
- package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
- package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
- package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
- package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
- package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
- package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
- package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
- package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
- package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
- package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
- package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
- package/src/themes/BarcodeScannerDialog.css +49 -0
- package/src/themes/DynamicPage.css +135 -0
- package/src/themes/DynamicPageHeader.css +9 -0
- package/src/themes/DynamicPageHeaderActions.css +51 -0
- package/src/themes/DynamicPageTitle.css +173 -0
- package/src/themes/DynamicSideContent.css +268 -0
- package/src/themes/FlexibleColumnLayout.css +125 -0
- package/src/themes/IllustratedMessage.css +238 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/MediaGallery.css +153 -0
- package/src/themes/MediaGalleryItem.css +130 -0
- package/src/themes/NavigationLayout.css +64 -0
- package/src/themes/NavigationMenu.css +15 -0
- package/src/themes/NavigationMenuItem.css +93 -0
- package/src/themes/NotificationList.css +7 -0
- package/src/themes/NotificationListGroupItem.css +122 -0
- package/src/themes/NotificationListItem.css +207 -0
- package/src/themes/NotificationListItemBase.css +25 -0
- package/src/themes/NotificationStateIcon.css +5 -0
- package/src/themes/Page.css +176 -0
- package/src/themes/ProductSwitch.css +32 -0
- package/src/themes/ProductSwitchItem.css +164 -0
- package/src/themes/Search.css +110 -0
- package/src/themes/SearchField.css +299 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +20 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +529 -0
- package/src/themes/ShellBarBranding.css +76 -0
- package/src/themes/ShellBarPopover.css +38 -0
- package/src/themes/ShellBarSearch.css +3 -0
- package/src/themes/SideNavigation.css +75 -0
- package/src/themes/SideNavigationGroup.css +37 -0
- package/src/themes/SideNavigationItem.css +29 -0
- package/src/themes/SideNavigationItemBase.css +376 -0
- package/src/themes/SideNavigationPopover.css +19 -0
- package/src/themes/SideNavigationSubItem.css +25 -0
- package/src/themes/Timeline.css +88 -0
- package/src/themes/TimelineGroupItem.css +184 -0
- package/src/themes/TimelineItem.css +445 -0
- package/src/themes/UploadCollection.css +97 -0
- package/src/themes/UploadCollectionItem.css +181 -0
- package/src/themes/UserMenu.css +174 -0
- package/src/themes/UserMenuItem.css +11 -0
- package/src/themes/UserSettingsAccountView.css +57 -0
- package/src/themes/UserSettingsAppearanceViewItem.css +65 -0
- package/src/themes/UserSettingsDialog.css +114 -0
- package/src/themes/UserSettingsItem.css +77 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/ViewSettingsDialog.css +84 -0
- package/src/themes/Wizard.css +139 -0
- package/src/themes/WizardPopover.css +25 -0
- package/src/themes/WizardTab.css +189 -0
- package/src/themes/base/DynamicPage-parameters.css +18 -0
- package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
- package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
- package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
- package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/base/IllustratedMessage-parameters.css +13 -0
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/base/NotificationListItem-parameters.css +33 -0
- package/src/themes/base/Page-parameters.css +4 -0
- package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/base/Search-parameters.css +10 -0
- package/src/themes/base/SearchField-parameters.css +31 -0
- package/src/themes/base/ShellBar-parameters.css +26 -0
- package/src/themes/base/SideNavigation-parameters.css +77 -0
- package/src/themes/base/TimelineGroupItem-parameters.css +4 -0
- package/src/themes/base/TimelineItem-parameters.css +20 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +7 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +11 -0
- package/src/themes/base/rtl-parameters.css +14 -0
- package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
- package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
- package/src/themes/sap_fiori_3/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +21 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +27 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +21 -0
- package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +22 -0
- package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +22 -0
- package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
- package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
- package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon/parameters-bundle.css +26 -0
- package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +25 -0
- package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
- package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
- package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +23 -0
- package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
- package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
- package/tsconfig.json +43 -0
- package/config/postcss.components/postcss.config.js +0 -1
- package/config/postcss.themes/postcss.config.js +0 -1
- package/dist/NotificationOverflowAction.js +0 -90
- package/dist/api.json +0 -1
- package/dist/features/CoPilotAnimation.js +0 -8
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
- package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +0 -8
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +0 -15
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +0 -16
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +0 -15
- package/dist/generated/templates/ProductSwitchTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarItemTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +0 -9
- package/dist/generated/templates/ShellBarTemplate.lit.js +0 -23
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +0 -26
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +0 -10
- package/dist/generated/themes/NotifactionOverflowActionsPopover.css.js +0 -8
- package/dist/generated/themes/NotificationPrioIcon.css.js +0 -8
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -229
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -297
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -208
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -166
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/package.json +0 -46
- package/dist/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +0 -16
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +0 -53
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +0 -17
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +0 -19
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +0 -28
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +0 -18
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -298
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -185
- package/package-scripts.js +0 -11
- package/src/Assets.js +0 -6
- package/src/NotifactionOverflowActionsPopover.hbs +0 -20
- package/src/NotificationListGroupItem.hbs +0 -81
- package/src/NotificationListGroupItem.js +0 -219
- package/src/NotificationListItem.hbs +0 -98
- package/src/NotificationListItem.js +0 -430
- package/src/NotificationListItemBase.js +0 -241
- package/src/NotificationOverflowAction.js +0 -90
- package/src/ProductSwitch.hbs +0 -3
- package/src/ProductSwitch.js +0 -130
- package/src/ProductSwitchItem.hbs +0 -43
- package/src/ProductSwitchItem.js +0 -225
- package/src/ShellBar.hbs +0 -192
- package/src/ShellBar.js +0 -1037
- package/src/ShellBarItem.hbs +0 -1
- package/src/ShellBarItem.js +0 -91
- package/src/ShellBarPopover.hbs +0 -31
- package/src/UploadCollection.hbs +0 -34
- package/src/UploadCollection.js +0 -324
- package/src/UploadCollectionItem.hbs +0 -84
- package/src/UploadCollectionItem.js +0 -493
- package/src/features/CoPilotAnimation.js +0 -8
- package/src/types/UploadCollectionDnDMode.js +0 -49
- package/src/types/UploadState.js +0 -56
- package/src/upload-utils/UploadCollectionBodyDnD.js +0 -73
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-GroupingColumns">
|
|
2
|
+
<rect y="53.2563" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M220.739 153.788L181.623 141.476C181.497 141.436 181.37 141.416 181.243 141.446L63.2296 150C59.079 150.177 59.158 151.502 60.2879 152.059L87.6079 167.268C89.8969 168.064 92.332 168.253 94.7087 167.815L217.428 155.569C220.866 155.101 222.323 154.451 220.739 153.788Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M76.2119 67.2306L98.6037 148.58C99.0829 150.328 100.787 151.455 102.58 151.224L227.186 134.229C231.561 132.826 233.283 128.318 232.529 126.134L174.051 55.2936C173.509 53.7493 172.009 52.7553 170.385 52.8618L80.6317 55.4977C78.3241 55.6397 73.7002 58.959 76.2119 67.2306Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M77.3831 60.0779L100.875 145.421C101.355 147.169 103.059 148.296 104.851 148.065L229.608 130.91C231.898 130.617 233.345 128.283 232.582 126.1L204.652 50.4396C204.11 48.8953 202.61 47.9013 200.986 48.0078L80.6668 55.4717C78.3593 55.6137 76.7707 57.8414 77.3831 60.069V60.0779Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M204.652 50.4396C204.11 48.8953 202.61 47.9013 200.986 48.0078L80.6668 55.4717C78.3593 55.6137 76.7707 57.8414 77.3831 60.069L80.6757 72.0238L208.574 61.0719L204.643 50.4307L204.652 50.4396Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
7
|
+
<path d="M100.157 62.1275C100.778 64.7723 98.8792 67.0975 95.8971 67.3638C92.8796 67.6389 89.8354 65.713 89.1166 63.0239C88.3888 60.2903 90.3324 57.8586 93.4565 57.6367C96.5361 57.4148 99.527 59.4472 100.157 62.1275Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M117.454 83.3275L94.4943 85.4487C94.2014 85.4753 93.9085 85.2978 93.8375 85.0493L92.8701 81.6767C92.7991 81.4282 92.9766 81.2064 93.2695 81.1797L116.176 79.1296C116.46 79.103 116.744 79.2805 116.815 79.5201L117.818 82.8305C117.889 83.0701 117.72 83.292 117.445 83.3186L117.454 83.3275Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M117.241 93.6928L97.4231 95.6719C97.1302 95.6985 96.8373 95.521 96.7663 95.2725L95.79 91.8556C95.719 91.6071 95.8965 91.3764 96.1894 91.3497L115.963 89.4416C116.247 89.415 116.531 89.5925 116.611 89.841L117.623 93.2046C117.694 93.4531 117.525 93.675 117.241 93.7016V93.6928Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M123.569 103.554L100.387 106.039C100.094 106.074 99.8014 105.888 99.7215 105.63L98.7275 102.16C98.6565 101.903 98.834 101.672 99.1269 101.646L122.264 99.2404C122.548 99.2138 122.841 99.3913 122.912 99.6398L123.942 103.039C124.022 103.287 123.853 103.518 123.569 103.545V103.554Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M126.693 113.884L103.396 116.555C103.103 116.591 102.801 116.405 102.73 116.147L101.728 112.633C101.657 112.375 101.834 112.145 102.127 112.109L125.38 109.518C125.664 109.482 125.957 109.668 126.036 109.917L127.084 113.369C127.164 113.627 126.995 113.857 126.711 113.884H126.693Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M124.359 125.032L106.449 127.215C106.156 127.251 105.854 127.064 105.775 126.807L104.754 123.239C104.683 122.982 104.86 122.742 105.153 122.707L123.019 120.585C123.303 120.55 123.605 120.736 123.676 120.994L124.723 124.508C124.803 124.766 124.625 125.005 124.341 125.041L124.359 125.032Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M133.075 134.98L109.547 138.033C109.245 138.069 108.943 137.891 108.872 137.625L107.834 134.004C107.754 133.738 107.94 133.498 108.233 133.454L131.717 130.481C132.001 130.445 132.303 130.623 132.382 130.889L133.456 134.439C133.536 134.696 133.368 134.945 133.075 134.98Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M157.871 79.5822L139.331 81.2951C139.056 81.3217 138.772 81.1442 138.701 80.9046L137.662 77.6474C137.582 77.4078 137.742 77.1948 138.017 77.1681L156.522 75.5085C156.788 75.4819 157.063 75.6594 157.143 75.8901L158.208 79.1029C158.288 79.3425 158.137 79.5467 157.871 79.5733V79.5822Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M164.155 89.0177L142.482 91.1832C142.207 91.2098 141.923 91.0323 141.843 90.7927L140.796 87.4912C140.716 87.2515 140.876 87.0297 141.151 87.003L162.788 84.9085C163.055 84.8819 163.33 85.0505 163.41 85.2902L164.492 88.5384C164.572 88.7781 164.421 88.9911 164.155 89.0177Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path d="M167.439 98.8595L145.668 101.194C145.393 101.22 145.109 101.052 145.029 100.803L143.964 97.4572C143.884 97.2087 144.044 96.9869 144.319 96.9602L166.054 94.6971C166.32 94.6705 166.604 94.8391 166.684 95.0787L167.785 98.3714C167.865 98.611 167.714 98.8329 167.447 98.8595H167.439Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M165.619 109.429L148.899 111.346C148.623 111.381 148.331 111.204 148.251 110.955L147.177 107.556C147.097 107.307 147.257 107.086 147.532 107.05L164.226 105.195C164.492 105.169 164.776 105.337 164.856 105.586L165.965 108.932C166.045 109.18 165.894 109.402 165.628 109.437L165.619 109.429Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M174.139 118.951L152.164 121.632C151.889 121.667 151.596 121.49 151.517 121.232L150.425 117.789C150.345 117.54 150.505 117.309 150.78 117.274L172.71 114.665C172.976 114.629 173.26 114.807 173.349 115.055L174.476 118.437C174.556 118.685 174.405 118.916 174.139 118.942V118.951Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M174.441 129.612L155.484 132.071C155.209 132.106 154.916 131.928 154.827 131.671L153.718 128.183C153.638 127.926 153.798 127.695 154.073 127.66L172.995 125.263C173.261 125.228 173.554 125.405 173.634 125.654L174.77 129.088C174.849 129.337 174.699 129.577 174.432 129.612H174.441Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M201.83 75.5178L181.506 77.3994C181.248 77.426 180.973 77.2574 180.893 77.0266L179.793 73.8759C179.713 73.6452 179.855 73.4411 180.112 73.4144L200.401 71.5951C200.649 71.5684 200.915 71.7371 200.995 71.9678L202.122 75.0652C202.202 75.296 202.069 75.5001 201.821 75.5178H201.83Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M199.469 85.4947L184.834 86.9502C184.576 86.9768 184.301 86.8082 184.221 86.5686L183.112 83.3735C183.032 83.1428 183.174 82.9298 183.432 82.9032L198.04 81.492C198.288 81.4654 198.564 81.634 198.643 81.8648L199.779 85.0154C199.859 85.2462 199.726 85.4592 199.478 85.4769L199.469 85.4947Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path d="M202.903 95.0597L188.206 96.6305C187.949 96.6572 187.674 96.4885 187.585 96.2489L186.458 93.0095C186.378 92.7699 186.52 92.5569 186.777 92.5303L201.448 91.0037C201.696 90.9771 201.971 91.1457 202.06 91.3765L203.205 94.5715C203.294 94.8023 203.152 95.0153 202.903 95.0508V95.0597Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path d="M212.196 104.096L191.623 106.448C191.366 106.474 191.082 106.306 191.002 106.066L189.857 102.782C189.777 102.543 189.919 102.321 190.177 102.294L210.714 100.004C210.962 99.9776 211.237 100.146 211.326 100.377L212.498 103.599C212.586 103.838 212.453 104.051 212.196 104.078V104.096Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path d="M212.826 114.222L195.085 116.388C194.827 116.423 194.543 116.246 194.455 116.006L193.301 112.678C193.212 112.438 193.363 112.216 193.62 112.181L211.335 110.077C211.593 110.051 211.868 110.219 211.948 110.459L213.128 113.734C213.217 113.974 213.084 114.196 212.826 114.222Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<path d="M214.45 124.41L198.59 126.469C198.324 126.505 198.048 126.327 197.96 126.079L196.788 122.706C196.699 122.458 196.841 122.236 197.108 122.2L212.941 120.194C213.198 120.159 213.473 120.336 213.562 120.576L214.76 123.904C214.849 124.153 214.716 124.375 214.458 124.41H214.45Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
<path d="M229.937 104.933L140.432 115.689C138.506 115.884 136.509 114.571 135.976 112.752L121.767 67.6928C121.253 65.9355 122.113 62.4121 125.939 61.8086L214.831 58.2585C216.402 58.1343 218.177 59.3058 218.799 60.8856L235.812 99.7673C234.676 102.554 233.15 104.515 229.937 104.941V104.933Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
27
|
+
<path d="M233.957 101.222L142.109 111.979C140.183 112.174 138.186 110.861 137.654 109.041L123.755 65.2249C123.241 63.4676 124.368 61.9234 126.267 61.7636L216.518 54.5393C218.089 54.4151 219.864 55.5866 220.485 57.1663L235.688 97.9828C236.327 99.607 235.564 101.062 233.975 101.222H233.957Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M233.885 99.7222C233.945 99.7132 233.996 99.7005 234.04 99.6865C234.331 99.5917 234.63 99.5908 234.904 99.667C234.647 99.46 234.457 99.1672 234.381 98.8198C234.362 98.7317 234.333 98.6355 234.292 98.532L234.287 98.5192L233.902 97.486C233.613 96.7097 234.008 95.8459 234.784 95.5568L235.688 97.9828C235.757 98.1575 235.809 98.3303 235.846 98.4997C235.903 98.7583 235.923 99.0091 235.91 99.2471C235.895 99.5156 235.837 99.7677 235.741 99.9964C235.64 99.9893 235.542 99.9722 235.447 99.9458C235.525 100.009 235.598 100.081 235.663 100.16C235.574 100.326 235.462 100.478 235.33 100.612C235.278 100.664 235.224 100.713 235.166 100.76C235.024 100.873 234.865 100.969 234.688 101.044C234.629 101.069 234.567 101.092 234.504 101.113C234.34 101.166 234.163 101.203 233.975 101.222H233.957L231.511 101.509C231.414 100.686 232.003 99.9408 232.826 99.8445L233.87 99.7222H233.885ZM228.75 101.832C228.654 101.009 227.908 100.42 227.086 100.517L225.172 100.741C224.349 100.837 223.76 101.582 223.857 102.405L228.75 101.832ZM221.096 102.728C221 101.906 220.254 101.317 219.432 101.413L217.518 101.637C216.695 101.734 216.106 102.479 216.203 103.302L221.096 102.728ZM213.442 103.625C213.345 102.802 212.6 102.213 211.778 102.31L209.864 102.534C209.041 102.63 208.452 103.375 208.549 104.198L213.442 103.625ZM205.788 104.521C205.691 103.698 204.946 103.11 204.124 103.206L202.21 103.43C201.387 103.526 200.798 104.271 200.895 105.094L205.788 104.521ZM198.134 105.418C198.037 104.595 197.292 104.006 196.47 104.102L194.556 104.326C193.733 104.423 193.144 105.168 193.241 105.991L198.134 105.418ZM190.48 106.314C190.383 105.491 189.638 104.902 188.816 104.999L186.902 105.223C186.079 105.319 185.49 106.064 185.587 106.887L190.48 106.314ZM182.826 107.21C182.729 106.388 181.984 105.799 181.161 105.895L179.248 106.119C178.425 106.215 177.836 106.961 177.933 107.783L182.826 107.21ZM175.172 108.107C175.075 107.284 174.33 106.695 173.507 106.791L171.594 107.016C170.771 107.112 170.182 107.857 170.279 108.68L175.172 108.107ZM167.518 109.003C167.421 108.18 166.676 107.591 165.853 107.688L163.94 107.912C163.117 108.008 162.528 108.753 162.625 109.576L167.518 109.003ZM159.864 109.9C159.767 109.077 159.022 108.488 158.199 108.584L156.286 108.808C155.463 108.905 154.874 109.65 154.971 110.473L159.864 109.9ZM152.21 110.796C152.113 109.973 151.368 109.384 150.545 109.481L148.632 109.705C147.809 109.801 147.22 110.546 147.317 111.369L152.21 110.796ZM144.556 111.692C144.459 110.869 143.714 110.281 142.891 110.377L141.948 110.487C141.808 110.501 141.664 110.502 141.519 110.489C140.784 110.426 140.128 110.904 139.942 111.591C140.171 111.698 140.409 111.786 140.652 111.852C140.894 111.918 141.141 111.962 141.391 111.984C141.629 112.004 141.87 112.003 142.109 111.979L144.556 111.692ZM138.857 110.882C139.411 110.443 139.593 109.659 139.252 109.01C139.185 108.882 139.132 108.751 139.093 108.62L139.089 108.604L138.794 107.675C138.544 106.885 137.7 106.448 136.911 106.699L137.654 109.041C137.721 109.272 137.812 109.495 137.924 109.707C138.04 109.928 138.178 110.138 138.335 110.335C138.491 110.531 138.667 110.714 138.857 110.882ZM136.081 104.081C136.87 103.831 137.307 102.987 137.057 102.198L136.478 100.372C136.227 99.5824 135.384 99.1453 134.594 99.3958L136.081 104.081ZM133.764 96.7784C134.554 96.5279 134.991 95.6847 134.74 94.8951L134.161 93.0694C133.911 92.2797 133.068 91.8426 132.278 92.0931L133.764 96.7784ZM131.448 89.4757C132.237 89.2252 132.674 88.382 132.424 87.5924L131.845 85.7667C131.594 84.977 130.751 84.5399 129.962 84.7904L131.448 89.4757ZM129.131 82.173C129.921 81.9225 130.358 81.0793 130.108 80.2896L129.529 78.464C129.278 77.6743 128.435 77.2372 127.645 77.4877L129.131 82.173ZM126.815 74.8702C127.605 74.6198 128.042 73.7766 127.791 72.9869L127.212 71.1613C126.962 70.3716 126.118 69.9345 125.329 70.185L126.815 74.8702ZM124.499 67.5675C125.288 67.3171 125.725 66.4739 125.475 65.6842L125.191 64.7896C125.16 64.682 125.143 64.5825 125.135 64.4918C125.079 63.8136 124.579 63.2785 123.945 63.1474C123.822 63.3696 123.732 63.6114 123.681 63.8676C123.634 64.1062 123.619 64.3573 123.641 64.6166C123.657 64.8151 123.695 65.0186 123.755 65.2249L124.499 67.5675ZM124.351 62.6071C124.679 63.1878 125.368 63.4975 126.043 63.318C126.147 63.2902 126.263 63.2695 126.39 63.2586L126.393 63.2583L127.412 63.1767C128.238 63.1106 128.854 62.3876 128.788 61.5618L126.267 61.7636C126.053 61.7816 125.85 61.8171 125.657 61.8684C125.405 61.9355 125.172 62.0296 124.96 62.147C124.73 62.2744 124.526 62.4294 124.351 62.6071ZM131.951 61.3087C132.017 62.1344 132.74 62.7503 133.566 62.6842L135.617 62.52C136.443 62.4539 137.059 61.7309 136.993 60.9051L131.951 61.3087ZM140.156 60.6519C140.222 61.4777 140.945 62.0935 141.77 62.0274L143.822 61.8632C144.647 61.7971 145.263 61.0741 145.197 60.2483L140.156 60.6519ZM148.36 59.9951C148.426 60.8209 149.149 61.4368 149.975 61.3707L152.026 61.2065C152.852 61.1404 153.468 60.4174 153.402 59.5916L148.36 59.9951ZM156.565 59.3384C156.631 60.1642 157.354 60.78 158.18 60.7139L160.231 60.5497C161.057 60.4836 161.672 59.7606 161.606 58.9348L156.565 59.3384ZM164.769 58.6816C164.835 59.5074 165.558 60.1233 166.384 60.0572L168.435 59.893C169.261 59.8269 169.877 59.1038 169.811 58.2781L164.769 58.6816ZM172.974 58.0249C173.04 58.8507 173.763 59.4665 174.589 59.4004L176.64 59.2362C177.466 59.1701 178.082 58.4471 178.016 57.6213L172.974 58.0249ZM181.179 57.3681C181.245 58.1939 181.968 58.8097 182.793 58.7436L184.845 58.5795C185.67 58.5134 186.286 57.7903 186.22 56.9646L181.179 57.3681ZM189.383 56.7114C189.449 57.5371 190.172 58.153 190.998 58.0869L193.049 57.9227C193.875 57.8566 194.491 57.1336 194.425 56.3078L189.383 56.7114ZM197.588 56.0546C197.654 56.8804 198.377 57.4962 199.203 57.4301L201.254 57.2659C202.08 57.1998 202.695 56.4768 202.629 55.651L197.588 56.0546ZM205.792 55.3978C205.859 56.2236 206.582 56.8395 207.407 56.7734L209.458 56.6092C210.284 56.5431 210.9 55.8201 210.834 54.9943L205.792 55.3978ZM213.997 54.7411C214.063 55.5669 214.786 56.1827 215.612 56.1166L216.636 56.0346C216.734 56.0269 216.843 56.0292 216.96 56.0441C217.68 56.1354 218.346 55.7002 218.57 55.0384C218.346 54.9136 218.115 54.8092 217.879 54.7282C217.638 54.6454 217.393 54.587 217.149 54.556C216.937 54.5291 216.726 54.5229 216.518 54.5393L213.997 54.7411ZM219.213 55.4742C218.677 55.9446 218.539 56.7452 218.92 57.3766C218.986 57.4856 219.041 57.5953 219.085 57.7042L219.459 58.7103C219.749 59.4866 220.612 59.8816 221.389 59.5924L220.485 57.1663C220.408 56.9709 220.314 56.7817 220.204 56.6005C220.075 56.3874 219.925 56.1852 219.759 55.9967C219.592 55.8079 219.409 55.6328 219.213 55.4742ZM222.622 62.9036C221.846 63.1927 221.451 64.0565 221.74 64.8328L222.5 66.8736C222.789 67.6499 223.653 68.0449 224.429 67.7557L222.622 62.9036ZM225.663 71.0669C224.886 71.356 224.491 72.2198 224.78 72.9961L225.541 75.0369C225.83 75.8132 226.694 76.2082 227.47 75.919L225.663 71.0669ZM228.703 79.2302C227.927 79.5193 227.532 80.3831 227.821 81.1594L228.581 83.2002C228.87 83.9765 229.734 84.3715 230.51 84.0823L228.703 79.2302ZM233.551 92.2456L231.744 87.3935C230.967 87.6826 230.572 88.5464 230.862 89.3227L231.622 91.3635C231.911 92.1398 232.775 92.5348 233.551 92.2456Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
29
|
+
<path d="M163.729 71.3722L145.189 73.0851C144.914 73.1117 144.63 72.9342 144.559 72.6946L143.521 69.4374C143.441 69.1978 143.6 68.9848 143.876 68.9582L162.38 67.2985C162.646 67.2719 162.922 67.4494 163.001 67.6802L164.066 70.893C164.146 71.1326 163.995 71.3367 163.729 71.3633V71.3722Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
30
|
+
<path d="M170.013 80.8077L148.34 82.9732C148.065 82.9999 147.781 82.8224 147.701 82.5827L146.653 79.2812C146.574 79.0416 146.733 78.8197 147.008 78.7931L168.646 76.6986C168.912 76.6719 169.187 76.8406 169.267 77.0802L170.35 80.3285C170.43 80.5681 170.279 80.7811 170.013 80.8077Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
31
|
+
<path d="M173.287 90.6496L151.517 92.9837C151.241 93.0103 150.957 92.8417 150.878 92.5932L149.813 89.2473C149.733 88.9988 149.892 88.7769 150.168 88.7503L171.903 86.4871C172.169 86.4605 172.453 86.6291 172.533 86.8688L173.633 90.1614C173.713 90.401 173.562 90.6229 173.296 90.6496H173.287Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
32
|
+
<path d="M171.468 101.219L154.747 103.136C154.472 103.171 154.179 102.994 154.099 102.745L153.025 99.346C152.946 99.0975 153.105 98.8756 153.38 98.8401L170.074 96.9852C170.341 96.9586 170.625 97.1272 170.705 97.3757L171.814 100.722C171.894 100.97 171.743 101.192 171.477 101.227L171.468 101.219Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
33
|
+
<path d="M207.687 67.3079L187.363 69.1894C187.106 69.216 186.831 69.0474 186.751 68.8166L185.65 65.666C185.57 65.4352 185.712 65.2311 185.97 65.2045L206.258 63.3851C206.507 63.3585 206.773 63.5271 206.853 63.7578L207.98 66.8552C208.06 67.086 207.927 67.2901 207.678 67.3079H207.687Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
34
|
+
<path d="M205.326 77.2847L190.691 78.7402C190.434 78.7669 190.159 78.5982 190.079 78.3586L188.969 75.1636C188.89 74.9328 189.032 74.7198 189.289 74.6932L203.897 73.2821C204.146 73.2554 204.421 73.4241 204.501 73.6548L205.637 76.8055C205.717 77.0362 205.584 77.2492 205.335 77.267L205.326 77.2847Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
35
|
+
<path d="M208.752 86.8497L194.055 88.4206C193.797 88.4472 193.522 88.2786 193.434 88.039L192.306 84.7996C192.227 84.5599 192.369 84.3469 192.626 84.3203L207.296 82.7938C207.545 82.7672 207.82 82.9358 207.909 83.1665L209.054 86.3616C209.142 86.5923 209 86.8053 208.752 86.8408V86.8497Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
<path d="M218.044 95.8857L197.472 98.2376C197.215 98.2642 196.931 98.0956 196.851 97.856L195.706 94.5722C195.626 94.3325 195.768 94.1107 196.025 94.084L216.562 91.7943C216.811 91.7676 217.086 91.9363 217.175 92.167L218.346 95.3887C218.435 95.6283 218.302 95.8413 218.044 95.8679V95.8857Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
37
|
+
<path d="M255.342 82.7765L226.574 82.3398C223.984 83.0024 222.079 85.1933 222.99 87.9037L231.769 111.71C232.996 114.714 235.367 115.971 237.965 115.663L266.763 111.672C270.158 111.221 271.83 107.735 270.851 104.911L260.559 85.5321C259.844 83.8155 257.51 82.5883 255.342 82.7765Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
38
|
+
<path d="M256.433 79.6958L227.454 82.2406C225.075 82.4514 223.682 84.0852 224.36 85.9072L233.282 109.766C234.614 112.454 236.564 112.996 238.989 112.672L268.449 108.735C270.655 108.441 271.815 106.725 271.054 104.918L261.651 82.4514C260.935 80.7348 258.601 79.5076 256.433 79.6958Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
39
|
+
<path d="M255.251 106.115C255.078 106.138 254.897 106.145 254.724 106.115C254.295 106.055 253.873 105.874 253.572 105.588L248.369 100.785L244.371 103.954C243.972 104.27 243.355 104.361 242.753 104.203C242.143 104.045 241.661 103.653 241.48 103.194L235.246 86.9991C235.066 86.5248 235.261 86.0655 235.721 85.8171C236.18 85.5686 236.865 85.5536 237.452 85.802L257.652 94.2871C258.217 94.528 258.616 94.9572 258.684 95.424C258.759 95.8908 258.488 96.2898 257.976 96.4705L252.962 98.2925L257.946 102.878C258.563 103.45 258.556 104.24 257.916 104.632L255.876 105.897C255.695 106.002 255.484 106.077 255.251 106.107V106.115ZM239.402 89.2277L243.792 100.506L247.963 97.2535C248.076 97.1782 248.204 97.0954 248.332 97.0502L253.594 95.183L239.402 89.2277Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
40
|
+
</svg>`;
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-KeyTask">
|
|
2
|
+
<rect y="56" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_396_5942)">
|
|
4
|
+
<path d="M160.893 177.754L166.747 178.166L245.193 144.54L170.013 112.355L64.1038 130.727C61.5002 131.242 58.9554 132.154 63.4713 134.287L156.612 176.651C158.333 177.43 159.025 177.607 160.893 177.754Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<path d="M102.157 146.26L102.246 149.305C102.246 149.438 102.334 149.57 102.466 149.629L162.099 177.18C162.099 177.18 166.85 179.401 171.513 177.18C178.088 174.047 257.417 140.259 257.417 140.259C257.417 140.259 258.505 139.921 258.535 138.729C258.564 137.538 258.535 136.287 258.535 136.287L102.143 146.26H102.157Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
6
|
+
<path d="M114.69 141.848L114.411 141.936L113.646 142.157L112.498 142.495L111.086 142.907L109.498 143.378L107.865 143.848L106.276 144.319C105.805 144.451 102.466 145.555 102.466 145.555C102.128 145.716 102.128 146.525 102.231 146.82C102.305 147.011 102.437 147.173 102.628 147.261C103.423 147.673 164.761 174.312 164.761 174.312C164.761 174.312 168.086 175.871 172.955 173.444C176.882 171.488 213.347 156.204 213.347 156.204L257.329 137.758C257.329 137.758 261.256 135.817 254.725 134.89L198.005 120.431C198.005 120.431 195.387 119.519 191.548 120.342C187.723 121.166 114.705 141.848 114.705 141.848H114.675H114.69Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
7
|
+
<path d="M137.505 140.568C138.137 139.067 139.182 136.787 140.52 134.552C126.311 138.567 114.675 141.847 114.675 141.847C114.587 141.877 114.484 141.906 114.396 141.936C114.146 142.009 113.881 142.083 113.631 142.156C113.249 142.274 112.866 142.377 112.484 142.495C112.013 142.627 111.528 142.774 111.072 142.907L109.483 143.377C108.939 143.539 108.394 143.686 107.85 143.848C107.321 143.995 106.791 144.157 106.261 144.319C105.791 144.451 102.452 145.554 102.452 145.554C102.113 145.716 102.113 146.525 102.216 146.819C102.29 147.011 102.422 147.172 102.614 147.261C103.025 147.481 120.442 155.071 136.74 162.147C134.975 154.983 134.651 147.393 137.534 140.568H137.505Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
8
|
+
<path d="M102.29 146.613L192.93 120.43C192.93 120.43 193.842 120.504 193.592 117.385C193.342 114.267 185.472 50.1627 185.472 50.1627C185.472 50.1627 185.134 47.0443 181.53 47.0001C177.926 46.9707 91.8607 51.5895 91.8607 51.5895C91.8607 51.5895 87.1684 52.0014 87.7126 57.2233C88.2422 62.4452 99.4509 142.215 99.4509 142.215C99.4509 142.215 100.407 146.555 102.29 146.599V146.613Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
9
|
+
<path d="M152.552 126.873C140.549 126.137 128.282 123.769 117.705 117.768C107.173 111.81 103.79 101.675 99.9068 90.2313C96.6413 80.6701 93.8465 68.1081 94.4349 61.6359C95.2439 58.1056 96.3324 54.6635 97.5386 51.2656C93.9495 51.4568 91.846 51.5745 91.846 51.5745C91.846 51.5745 87.1536 51.9864 87.6979 57.2083C88.2274 62.4302 99.4361 142.2 99.4361 142.2C99.4361 142.2 99.8333 146.569 102.275 146.584L171.013 126.726C164.864 127.138 158.686 127.211 152.523 126.843V126.873H152.552Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
10
|
+
<path d="M91.8167 57.3995L103.158 136.302L190.43 114.061L183.193 51.3833L91.8167 57.3995Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M201.565 156.028L227.233 145.422C227.968 145.113 227.807 143.789 226.997 143.613L210.949 140.171C210.317 140.038 209.699 140.083 209.125 140.274L178.044 151.129C177.809 151.218 177.868 151.644 178.147 151.703L192.077 156.234C195.342 157.293 198.652 157.219 201.565 156.013V156.042V156.028Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
12
|
+
<path d="M178.044 151.497C177.765 151.409 177.691 150.968 177.926 150.865L208.772 140.289C209.552 140.024 210.376 139.98 211.214 140.156L226.939 143.584C227.145 143.628 227.38 143.745 227.542 143.995C227.66 144.172 227.718 144.378 227.718 144.584V144.643L211.023 140.759C210.317 140.627 209.596 140.686 208.934 140.906L178.044 151.483V151.453V151.497Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
13
|
+
<path d="M201.521 137.067L206.007 138.214C206.213 138.273 206.272 138.626 206.081 138.685L201.903 139.979H201.815L197.152 138.788C196.946 138.729 196.872 138.376 197.078 138.317L201.432 137.081H201.521V137.067Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
14
|
+
<path d="M209.302 134.86L213.597 135.875C213.818 135.934 213.862 136.287 213.671 136.346L208.464 137.964H208.375L204.007 136.861C203.801 136.802 203.742 136.449 203.933 136.39L209.243 134.875H209.332L209.302 134.86Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
15
|
+
<path d="M159.584 149.041L165.585 150.879C165.747 150.923 165.791 151.173 165.659 151.203L160.407 152.821H160.319L154.332 150.865C154.185 150.82 154.126 150.556 154.244 150.541L159.495 149.041H159.584Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
16
|
+
<path d="M199.491 140.244L194.71 139.023H194.622L190.106 140.318L161.54 148.467C161.363 148.511 161.437 148.82 161.628 148.879L167.394 150.644H167.483L196.093 141.789L199.549 140.715C199.741 140.656 199.682 140.303 199.476 140.244H199.491Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
17
|
+
<path d="M131.944 148.834L128.399 149.849H128.282L125.075 148.82C124.81 148.731 124.707 148.349 124.913 148.275L128.546 147.216H128.664L131.782 148.275C132.033 148.364 132.15 148.746 131.93 148.82L131.944 148.834Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
18
|
+
<path d="M143.535 152.748L140.329 153.674H140.211L136.46 152.483C136.195 152.394 136.107 152.012 136.313 151.953L139.637 150.997H139.77L143.418 152.233C143.668 152.321 143.771 152.703 143.55 152.762H143.521V152.733L143.535 152.748Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
19
|
+
<path d="M137.549 150.717L134.165 151.688H134.048L130.679 150.614C130.414 150.526 130.312 150.144 130.532 150.07L134.018 149.07H134.136L137.402 150.188C137.652 150.276 137.755 150.658 137.549 150.732V150.717Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
20
|
+
<path d="M152.538 151.055L158.348 152.953C158.583 153.041 158.642 153.365 158.451 153.424L153.715 154.88H153.597L147.713 152.879C147.478 152.791 147.404 152.468 147.595 152.409L152.405 151.041H152.523L152.538 151.055Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
21
|
+
<path d="M217.157 132.595L222.29 133.669L216.083 135.596L210.92 134.375L217.157 132.595Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
22
|
+
<path d="M147.934 140.7L145.095 139.906C144.874 139.833 144.786 139.494 144.977 139.45L149.331 138.244H149.419L152.214 138.994C152.435 139.053 152.523 139.406 152.317 139.45L148.007 140.686H147.919H147.948L147.934 140.7Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
23
|
+
<path d="M141.285 142.612L138.563 141.774C138.313 141.685 138.21 141.288 138.431 141.244L142.682 140.067H142.785L145.506 140.847C145.756 140.921 145.874 141.332 145.639 141.377L141.373 142.612H141.255H141.285Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
24
|
+
<path d="M140.505 146.319L137.269 145.245C137.019 145.157 136.916 144.774 137.137 144.716L141.403 143.48H141.52L144.903 144.51C145.154 144.598 145.257 144.98 145.036 145.039L140.638 146.304H140.505V146.319Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
25
|
+
<path d="M154.538 138.773L151.817 138.038C151.597 137.979 151.508 137.626 151.714 137.567L156.024 136.376H156.112L158.731 137.082C158.951 137.141 159.025 137.494 158.834 137.553L154.627 138.759H154.538V138.773Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
26
|
+
<path d="M122.619 148.04L119.515 147.04C119.265 146.951 119.147 146.569 119.353 146.525L123.266 145.436H123.398L126.34 146.437C126.59 146.525 126.693 146.907 126.487 146.966L122.751 148.055H122.633L122.619 148.04Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
27
|
+
<path d="M161.069 136.89L158.245 136.125C158.098 136.081 158.025 135.831 158.172 135.787L162.761 134.522H162.82L165.585 135.243C165.732 135.287 165.806 135.537 165.659 135.581L161.128 136.89H161.069Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
28
|
+
<path d="M128.414 146.349L125.531 145.378C125.281 145.29 125.178 144.907 125.384 144.848L129.753 143.642H129.885L132.724 144.569C132.974 144.657 133.077 145.04 132.871 145.098L128.561 146.349H128.429H128.414Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
29
|
+
<path d="M134.872 144.481L132.091 143.569C131.841 143.48 131.738 143.098 131.944 143.039L136.122 141.892H136.24L139.02 142.745C139.27 142.833 139.373 143.216 139.152 143.275L134.989 144.495H134.857V144.466L134.872 144.481Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
30
|
+
<path d="M214.377 132.022L209.243 130.948H209.155L201.786 131.154C201.594 131.213 201.786 132.066 201.991 132.11L209.199 133.949H209.287L214.421 132.478C214.627 132.419 214.568 132.037 214.347 131.992V132.022H214.377Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
31
|
+
<path d="M190.798 129.168L194.931 127.977H195.019L199.388 128.889C199.623 128.933 199.682 129.315 199.476 129.374L195.122 130.639H195.034L190.9 129.668C190.665 129.609 190.606 129.242 190.812 129.183H190.783L190.798 129.168Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
32
|
+
<path d="M186.12 128.064L190.106 126.961H190.18L192.107 127.373C192.342 127.417 192.401 127.814 192.195 127.873L188.238 129.02H188.15L186.193 128.564C185.958 128.505 185.884 128.138 186.105 128.079L186.12 128.064Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
33
|
+
<path d="M174.426 132.993L172.19 132.419C171.954 132.36 171.881 131.992 172.102 131.933L176.426 130.742H176.514L178.647 131.286C178.883 131.345 178.941 131.713 178.736 131.772L174.514 132.993H174.426Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
34
|
+
<path d="M167.762 134.949L165.07 134.243C164.923 134.199 164.85 133.949 164.997 133.904L169.586 132.639H169.645L172.249 133.316C172.396 133.36 172.455 133.61 172.322 133.654L167.821 134.949H167.747H167.762Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
35
|
+
<path d="M181.148 131.05L179.089 130.535C178.853 130.477 178.794 130.109 179 130.05L183.443 128.829H183.531L185.546 129.3C185.782 129.359 185.855 129.726 185.634 129.785L181.236 131.065H181.148V131.05Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
36
|
+
<path d="M151.729 155.513L148.846 156.396H148.728L142.55 154.424C142.3 154.336 142.197 153.968 142.418 153.895L145.595 152.983H145.713L151.596 154.983C151.847 155.072 151.92 155.439 151.729 155.498V155.513Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
37
|
+
<path d="M187.532 137.185L192.43 138.42C192.577 138.465 192.621 138.715 192.474 138.759L187.752 140.112H187.694L182.869 138.862C182.722 138.818 182.678 138.568 182.81 138.523L187.473 137.17H187.532V137.185Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
38
|
+
<path d="M180.721 139.155L185.561 140.406C185.708 140.45 185.752 140.7 185.619 140.744L180.706 142.141H180.648L175.926 140.876C175.779 140.832 175.72 140.582 175.867 140.538L180.692 139.155H180.751H180.721Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
39
|
+
<path d="M194.298 135.257L198.947 136.434C199.152 136.493 199.211 136.846 199.02 136.905L194.681 138.14H194.592L189.974 136.964C189.753 136.905 189.694 136.552 189.9 136.493L194.21 135.257H194.298Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
40
|
+
<path d="M206.419 130.36L202.256 129.507H202.168L198.741 130.492L190.283 132.919C190.091 132.978 190.15 133.346 190.371 133.405L194.21 134.375H194.298L203.286 131.787L206.507 130.86C206.713 130.801 206.654 130.419 206.419 130.374V130.36Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
41
|
+
<path d="M173.808 141.156L178.279 142.348C178.485 142.406 178.559 142.745 178.368 142.804L174.117 144.01H174.028L169.601 142.818C169.38 142.759 169.321 142.421 169.513 142.362L173.749 141.141H173.837L173.808 141.156Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
42
|
+
<path d="M201.785 133.095L206.639 134.228C206.86 134.287 206.919 134.64 206.713 134.699L201.521 136.184H201.432L196.784 135.008C196.563 134.949 196.505 134.596 196.71 134.537L201.712 133.081H201.8L201.785 133.095Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
43
|
+
<path d="M144.198 148.82L139.652 150.129H139.535L136.24 148.996C135.99 148.908 135.887 148.54 136.107 148.467L140.608 147.172H140.726L144.065 148.276C144.315 148.364 144.403 148.732 144.198 148.79V148.82Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
44
|
+
<path d="M160.378 145.024L164.526 146.187C164.776 146.26 164.864 146.657 164.644 146.701L159.54 148.158H159.422L155.48 146.951C155.23 146.863 155.141 146.481 155.362 146.422L160.275 145.01H160.393L160.378 145.024Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
45
|
+
<path d="M176.441 136.876L181.03 135.566H181.089L185.208 136.625C185.37 136.67 185.414 136.934 185.267 136.979L180.663 138.317H180.604L176.514 137.258C176.353 137.214 176.309 136.964 176.456 136.905V136.876H176.441Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
46
|
+
<path d="M183.693 131.227L188.194 129.932H188.282L192.415 130.903C192.651 130.962 192.71 131.33 192.504 131.389L187.841 132.727H187.753L183.766 131.712C183.531 131.653 183.472 131.286 183.678 131.227H183.707H183.693Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
47
|
+
<path d="M138.49 146.951L134.048 148.231H133.93L130.768 147.157C130.518 147.069 130.415 146.687 130.621 146.642L134.989 145.377H135.122L138.358 146.451C138.608 146.54 138.711 146.922 138.49 146.966V146.951Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
48
|
+
<path d="M153.229 147.084L157.171 148.29C157.421 148.378 157.509 148.746 157.289 148.82L152.449 150.217H152.332L148.537 148.982C148.287 148.893 148.198 148.526 148.404 148.467L153.097 147.113H153.214L153.229 147.084Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
49
|
+
<path d="M150.317 150.805L145.624 152.159H145.507L141.8 150.908C141.55 150.82 141.462 150.452 141.668 150.394L146.272 149.055H146.389L150.184 150.291C150.434 150.379 150.523 150.747 150.317 150.805Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
50
|
+
<path d="M167.292 143.039L171.734 144.23C171.94 144.289 172.013 144.627 171.822 144.672L166.968 146.054H166.88L162.57 144.833C162.349 144.76 162.276 144.436 162.481 144.392L167.203 143.039H167.292Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
51
|
+
<path d="M156.348 142.657L160.922 141.347H161.011L164.835 142.377C165.056 142.436 165.129 142.774 164.923 142.833L160.275 144.172H160.187L156.451 143.113C156.23 143.039 156.156 142.715 156.348 142.657Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
52
|
+
<path d="M149.478 144.642L154.126 143.289H154.244L157.818 144.304C158.068 144.377 158.171 144.774 157.936 144.833L153.141 146.216H153.023L149.596 145.157C149.346 145.069 149.243 144.686 149.463 144.627L149.478 144.642Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
53
|
+
<path d="M163.217 140.685L167.453 139.464H167.542L171.366 140.494C171.587 140.553 171.646 140.891 171.454 140.95L167.247 142.171H167.159L163.349 141.141C163.129 141.082 163.055 140.744 163.261 140.685H163.232H163.217Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
54
|
+
<path d="M169.557 138.862L174.279 137.508H174.338L178.456 138.582C178.603 138.626 178.662 138.876 178.515 138.92L173.749 140.288H173.69L169.63 139.2C169.483 139.156 169.425 138.906 169.557 138.862Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
55
|
+
<path d="M180.986 134.669L177.058 133.669C176.838 133.61 176.764 133.242 176.97 133.183L181.221 131.948H181.31L185.296 132.963C185.531 133.022 185.59 133.389 185.384 133.448L181.118 134.684H181.015L180.986 134.669Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
56
|
+
<path d="M142.727 146.569L147.213 145.275H147.331L150.787 146.349C151.038 146.437 151.14 146.819 150.92 146.864L146.33 148.187H146.213L142.874 147.084C142.624 146.996 142.535 146.613 142.741 146.555L142.727 146.569Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
57
|
+
<path d="M191.798 135.081L187.517 136.317H187.429L183.575 135.331C183.354 135.272 183.281 134.919 183.487 134.861L187.767 133.625H187.856L191.709 134.596C191.93 134.655 191.989 135.008 191.783 135.067H191.812L191.798 135.081Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
58
|
+
<path d="M167.395 138.597L163.305 137.493C163.158 137.449 163.085 137.199 163.232 137.155L167.821 135.831H167.88L172.057 136.92C172.205 136.964 172.263 137.214 172.131 137.258L167.468 138.597H167.409H167.395Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
59
|
+
<path d="M160.849 140.48L157.039 139.465C156.818 139.406 156.745 139.053 156.936 139.009L161.143 137.788H161.231L165.056 138.818C165.276 138.876 165.35 139.229 165.144 139.274L160.937 140.494H160.834L160.849 140.48Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
60
|
+
<path d="M174.234 136.626L169.792 135.464C169.689 135.434 169.66 135.287 169.763 135.272L174.499 133.904H174.602L179.074 135.052C179.162 135.081 179.206 135.228 179.103 135.243L174.293 136.626H174.249H174.234Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
61
|
+
<path d="M154.053 142.421L150.346 141.377C150.126 141.303 150.037 140.98 150.243 140.921L154.627 139.656H154.715L158.525 140.671C158.745 140.73 158.819 141.068 158.628 141.127L154.141 142.421H154.053Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
62
|
+
<path d="M147.139 144.422L143.771 143.392C143.521 143.304 143.418 142.921 143.638 142.862L148.036 141.597H148.154L151.684 142.598C151.935 142.671 152.038 143.068 151.817 143.127L147.286 144.436H147.169L147.139 144.422Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
63
|
+
<path d="M201.462 136.655L205.948 137.803C206.154 137.861 206.213 138.214 206.022 138.273L201.83 139.568H201.741L197.078 138.376C196.872 138.317 196.799 137.964 197.005 137.906L201.374 136.67H201.462V136.655Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
64
|
+
<path d="M209.243 134.419L213.538 135.434C213.759 135.493 213.803 135.846 213.612 135.905L208.39 137.523H208.302L203.933 136.405C203.727 136.346 203.668 135.993 203.859 135.934L209.155 134.419H209.243Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
65
|
+
<path d="M159.495 148.614L165.497 150.453C165.659 150.497 165.703 150.747 165.57 150.777L160.319 152.395H160.231L154.229 150.424C154.082 150.379 154.023 150.115 154.141 150.1L159.392 148.6H159.495V148.614Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
66
|
+
<path d="M199.432 139.818L194.651 138.597H194.563L192.548 139.17L191.459 139.479L190.047 139.891L184.34 141.524L176.765 143.686L171.366 145.231C171.366 145.231 170.263 145.422 166.894 146.51L161.481 148.055C161.305 148.099 161.378 148.408 161.57 148.467L167.336 150.232H167.424L177.338 147.158L181.972 145.731L188.253 143.774L196.814 141.112L199.52 140.288C199.712 140.229 199.653 139.876 199.447 139.818H199.432Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
67
|
+
<path d="M131.827 148.423L128.282 149.438H128.164L124.957 148.408C124.693 148.32 124.59 147.937 124.796 147.864L128.429 146.805H128.561L131.68 147.864C131.93 147.952 132.047 148.334 131.827 148.408V148.423Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
68
|
+
<path d="M143.433 152.335L140.226 153.262H140.108L136.357 152.056C136.093 151.968 136.004 151.585 136.21 151.526L139.535 150.57H139.667L143.33 151.806C143.58 151.894 143.683 152.277 143.462 152.335H143.433Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
69
|
+
<path d="M137.446 150.32L134.062 151.291H133.945L130.576 150.217C130.311 150.129 130.208 149.747 130.429 149.673L133.915 148.673H134.033L137.298 149.791C137.549 149.879 137.652 150.261 137.446 150.335V150.32Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
70
|
+
<path d="M152.435 150.644L158.245 152.541C158.48 152.629 158.539 152.953 158.348 153.012L153.611 154.468H153.494L147.595 152.468C147.36 152.379 147.286 152.056 147.478 151.997L152.288 150.614H152.42V150.644H152.435Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
71
|
+
<path d="M217.113 132.154L222.261 133.228L216.039 135.155L210.861 133.934L217.098 132.154H217.113Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
72
|
+
<path d="M147.831 140.259L144.992 139.464C144.771 139.391 144.683 139.053 144.874 139.008L149.228 137.802H149.317L152.126 138.552C152.347 138.611 152.435 138.964 152.229 139.008L147.919 140.259H147.831Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
73
|
+
<path d="M141.182 142.186L138.461 141.347C138.211 141.259 138.108 140.862 138.328 140.818L142.594 139.641H142.697L145.418 140.42C145.668 140.494 145.786 140.906 145.551 140.95L141.27 142.186H141.153H141.182Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
74
|
+
<path d="M140.388 145.922L137.151 144.849C136.901 144.76 136.798 144.378 137.019 144.319L141.285 143.083H141.402L144.786 144.113C145.036 144.201 145.139 144.584 144.918 144.643L140.52 145.922H140.388Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
75
|
+
<path d="M154.435 138.347L151.699 137.611C151.479 137.553 151.39 137.2 151.596 137.141L155.906 135.949H155.995L158.613 136.655C158.834 136.714 158.907 137.067 158.716 137.126L154.509 138.347H154.421H154.435Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
76
|
+
<path d="M122.501 147.613L119.397 146.613C119.147 146.525 119.029 146.142 119.235 146.098L123.163 145.01H123.295L126.237 146.01C126.487 146.098 126.59 146.481 126.384 146.525L122.648 147.613H122.516H122.501Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
77
|
+
<path d="M160.966 136.464L158.142 135.699C157.995 135.655 157.922 135.405 158.069 135.361L162.673 134.081H162.732L165.497 134.802C165.644 134.846 165.718 135.096 165.57 135.14L161.04 136.449H160.966V136.464Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
78
|
+
<path d="M128.296 145.922L125.413 144.951C125.163 144.863 125.06 144.481 125.266 144.422L129.635 143.216H129.767L132.606 144.157C132.856 144.245 132.959 144.628 132.753 144.687L128.443 145.952H128.311V145.922H128.296Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
79
|
+
<path d="M134.754 144.054L131.974 143.142C131.724 143.054 131.621 142.672 131.827 142.613L136.004 141.465H136.122L138.902 142.318C139.152 142.407 139.255 142.789 139.034 142.848L134.857 144.069H134.724L134.754 144.04V144.054Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
80
|
+
<path d="M190.724 128.726L194.857 127.535H194.946L199.314 128.447C199.55 128.491 199.609 128.873 199.403 128.932L195.049 130.197H194.96L190.827 129.227C190.592 129.168 190.533 128.8 190.739 128.741H190.709L190.724 128.726Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
81
|
+
<path d="M186.061 127.623L190.047 126.52H190.121L192.048 126.932C192.283 126.976 192.342 127.373 192.136 127.432L188.164 128.579H188.076L186.12 128.123C185.884 128.065 185.811 127.697 186.031 127.623H186.061Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
82
|
+
<path d="M174.352 132.566L172.102 131.992C171.866 131.933 171.807 131.565 172.013 131.506L176.353 130.3H176.441L178.574 130.845C178.809 130.903 178.868 131.271 178.662 131.33L174.44 132.566H174.352Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
83
|
+
<path d="M167.659 134.507L164.953 133.801C164.805 133.757 164.732 133.507 164.879 133.463L169.468 132.183H169.527L172.131 132.86C172.278 132.904 172.337 133.169 172.204 133.213L167.703 134.507H167.644H167.659Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
84
|
+
<path d="M181.06 130.595L179 130.08C178.765 130.021 178.706 129.654 178.912 129.595L183.354 128.374H183.443L185.458 128.844C185.693 128.903 185.767 129.271 185.546 129.33L181.148 130.624H181.06V130.595Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
85
|
+
<path d="M151.626 155.116L148.743 156.013H148.625L142.447 154.042C142.197 153.954 142.094 153.586 142.315 153.527L145.492 152.615H145.61L151.493 154.616C151.743 154.704 151.817 155.072 151.626 155.131V155.116Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
86
|
+
<path d="M187.458 136.773L192.357 138.023C192.504 138.067 192.548 138.317 192.401 138.362L187.679 139.715H187.62L182.781 138.465C182.634 138.42 182.575 138.17 182.722 138.126L187.385 136.773H187.458Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
87
|
+
<path d="M180.633 138.729L185.473 139.979C185.62 140.024 185.664 140.274 185.531 140.318L180.604 141.73H180.545L175.823 140.465C175.676 140.421 175.617 140.171 175.764 140.126L180.589 138.744H180.648V138.714L180.633 138.729Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
88
|
+
<path d="M194.239 134.816L198.888 135.993C199.108 136.052 199.167 136.405 198.961 136.464L194.622 137.699H194.534L189.915 136.523C189.694 136.464 189.635 136.111 189.841 136.052L194.151 134.816H194.239Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
89
|
+
<path d="M214.347 131.58L209.214 130.507C209.214 130.507 205.478 129.712 205.448 129.712L202.183 129.021H202.094L198.623 130.021L190.194 132.463C190.003 132.522 190.062 132.89 190.283 132.948L194.122 133.919H194.21L201.888 131.698L209.155 133.537H209.243L214.392 132.066C214.597 132.007 214.539 131.625 214.318 131.58H214.347Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
90
|
+
<path d="M173.734 140.73L178.206 141.921C178.412 141.98 178.486 142.318 178.294 142.377L174.043 143.583H173.955L169.513 142.377C169.292 142.318 169.233 141.98 169.425 141.921L173.661 140.7H173.749V140.73H173.734Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
91
|
+
<path d="M201.727 132.654L206.581 133.787C206.802 133.846 206.86 134.213 206.654 134.257L201.462 135.743H201.374L196.726 134.566C196.505 134.508 196.446 134.154 196.637 134.096L201.653 132.639H201.741L201.727 132.654Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
92
|
+
<path d="M144.094 148.393L139.549 149.702H139.431L136.137 148.57C135.886 148.481 135.784 148.114 136.004 148.04L140.505 146.746H140.638L143.991 147.849C144.242 147.937 144.33 148.305 144.124 148.378H144.094V148.393Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
93
|
+
<path d="M160.29 144.613L164.438 145.789C164.688 145.863 164.776 146.26 164.555 146.319L159.451 147.775H159.334L155.391 146.554C155.141 146.466 155.053 146.084 155.274 146.039L160.187 144.627H160.304L160.29 144.613Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
94
|
+
<path d="M176.367 136.449L180.957 135.125H181.016L185.149 136.184C185.311 136.228 185.355 136.493 185.208 136.537L180.589 137.876H180.53L176.441 136.817C176.279 136.773 176.235 136.508 176.382 136.464L176.367 136.449Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
95
|
+
<path d="M183.619 130.801L188.12 129.507H188.208L192.342 130.477C192.577 130.536 192.636 130.904 192.43 130.963L187.767 132.316H187.679L183.693 131.301C183.457 131.242 183.398 130.875 183.604 130.816H183.634L183.619 130.801Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
96
|
+
<path d="M138.372 146.525L133.93 147.805H133.812L130.65 146.731C130.4 146.643 130.297 146.26 130.503 146.216L134.872 144.951H135.004L138.255 146.025C138.505 146.113 138.608 146.495 138.387 146.54L138.372 146.525Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
97
|
+
<path d="M153.141 146.672L157.098 147.879C157.348 147.967 157.436 148.335 157.216 148.393L152.361 149.791H152.244L148.449 148.555C148.199 148.467 148.11 148.099 148.316 148.04L153.009 146.687H153.126L153.141 146.672Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
98
|
+
<path d="M150.228 150.408L145.536 151.762H145.418L141.712 150.511C141.462 150.423 141.373 150.055 141.579 149.982L146.183 148.643H146.301L150.111 149.879C150.361 149.967 150.449 150.335 150.243 150.394L150.228 150.408Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
99
|
+
<path d="M167.203 142.612L171.645 143.804C171.851 143.863 171.925 144.201 171.734 144.26L166.88 145.642H166.791L162.481 144.422C162.261 144.348 162.187 144.024 162.393 143.966L167.115 142.612H167.218H167.203Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
100
|
+
<path d="M156.259 142.23L160.834 140.921H160.922L164.747 141.951C164.967 142.009 165.041 142.348 164.835 142.407L160.187 143.76H160.099L156.362 142.701C156.142 142.627 156.068 142.304 156.259 142.245V142.23Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
101
|
+
<path d="M149.361 144.216L154.023 142.862H154.141L157.716 143.877C157.966 143.951 158.069 144.348 157.833 144.407L153.023 145.79H152.906L149.464 144.73C149.213 144.642 149.11 144.26 149.331 144.201H149.361V144.216Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
102
|
+
<path d="M163.129 140.259L167.365 139.038H167.453L171.278 140.068C171.498 140.127 171.557 140.465 171.366 140.524L167.144 141.745H167.056L163.232 140.715C163.011 140.656 162.937 140.318 163.143 140.259H163.129Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
103
|
+
<path d="M169.469 138.435L174.19 137.082H174.249L178.383 138.156C178.53 138.2 178.589 138.45 178.441 138.494L173.661 139.877H173.602L169.542 138.773C169.395 138.729 169.336 138.479 169.469 138.435Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
104
|
+
<path d="M180.898 134.228L176.956 133.213C176.735 133.154 176.662 132.786 176.868 132.727L181.119 131.492H181.207L185.193 132.507C185.428 132.566 185.487 132.933 185.281 132.992L181.001 134.228H180.913H180.898Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
105
|
+
<path d="M142.624 146.158L147.125 144.863H147.242L150.699 145.937C150.949 146.025 151.052 146.408 150.831 146.452L146.227 147.776H146.11L142.771 146.673C142.521 146.584 142.432 146.202 142.638 146.143L142.624 146.158Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
106
|
+
<path d="M191.724 134.64L187.444 135.876H187.355L183.501 134.89C183.281 134.831 183.207 134.478 183.413 134.419L187.708 133.184H187.797L191.651 134.169C191.871 134.228 191.93 134.581 191.724 134.64Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
107
|
+
<path d="M167.306 138.156L163.217 137.053C163.07 137.008 162.996 136.758 163.143 136.714L167.733 135.39H167.792L171.969 136.479C172.116 136.523 172.175 136.773 172.043 136.817L167.38 138.17H167.321V138.141L167.306 138.156Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
108
|
+
<path d="M160.76 140.038L156.95 139.023C156.73 138.965 156.656 138.612 156.848 138.567L161.054 137.332H161.143L164.967 138.361C165.188 138.42 165.261 138.773 165.055 138.817L160.834 140.038H160.746H160.76Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
109
|
+
<path d="M174.146 136.185L169.704 135.023C169.601 134.993 169.571 134.846 169.674 134.831L174.426 133.463H174.529L179 134.611C179.088 134.64 179.133 134.787 179.03 134.802L174.22 136.199H174.161L174.146 136.185Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
110
|
+
<path d="M153.95 142.009L150.243 140.95C150.022 140.877 149.934 140.553 150.14 140.494L154.524 139.229H154.612L158.422 140.259C158.642 140.318 158.716 140.656 158.525 140.715L154.038 142.009H153.95Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
111
|
+
<path d="M147.037 143.995L143.668 142.965C143.418 142.877 143.315 142.495 143.536 142.436L147.934 141.171H148.051L151.582 142.171C151.832 142.244 151.935 142.642 151.714 142.7L147.169 143.995H147.051H147.037Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
112
|
+
<path d="M142.979 105.473H142.926C142.295 105.617 141.69 105.368 141.23 104.894L131.79 94.7182C130.935 93.7847 130.922 92.2464 131.79 91.2735C132.658 90.3137 134.038 90.2743 134.88 91.2078L142.361 99.3724L156.481 74.8917C157.06 73.8924 158.243 73.6426 159.111 74.3789C159.965 75.0757 160.228 76.4694 159.65 77.4686L144.425 104.368C144.096 104.947 143.557 105.355 142.965 105.486H142.992L142.979 105.473Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
113
|
+
</g>
|
|
114
|
+
<defs>
|
|
115
|
+
<clipPath id="clip0_396_5942">
|
|
116
|
+
<rect width="197.564" height="131.18" fill="var(--sapContent_Illustrative_Color8)" transform="translate(61 47)"/>
|
|
117
|
+
</clipPath>
|
|
118
|
+
</defs>
|
|
119
|
+
</svg>
|
|
120
|
+
`;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-NewMail">
|
|
2
|
+
<rect y="67" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_6865_476400)">
|
|
4
|
+
<path d="M189.99 117.96C189.75 117.62 189.28 117.55 188.94 117.8L177.999 124.592C177.789 124.752 177.416 124.56 177.346 124.8C176.442 123.924 176.87 124.622 176.664 124.39C176.664 124.35 176.32 124.84 176.33 124.8C176.35 124.66 176.36 124.51 176.37 124.36C176.37 124.21 176.38 124.05 176.39 123.88C176.39 123.84 176.39 123.79 176.39 123.75C176.39 123.62 176.39 123.49 176.39 123.36V123.22C176.39 123.08 176.39 122.93 176.39 122.78C176.39 122.74 176.39 122.71 176.39 122.67C176.39 122.48 176.38 122.29 176.36 122.09C176.1 117.43 174.29 110.52 167.56 107.79C165.31 106.88 162.98 106.28 160.62 105.78C160.26 105.7 159.89 105.65 159.52 105.62C159.25 105.34 158.97 105.07 158.7 104.8C158.41 104.51 158.11 104.23 157.81 103.95C155.68 101.93 153.44 100.02 151.25 98.12C147.19 94.61 143.07 90.4 137.7 89.02C134.79 88.27 131.91 87.23 129.44 85.52C128.51 84.88 127.48 84.32 126.36 84.15C123.92 83.79 121.55 82.97 119.41 81.75C117.77 80.81 116.3 79.43 114.61 78.54C114.49 78.48 114.37 78.42 114.25 78.36C114.23 78.36 114.22 78.35 114.2 78.34C114.09 78.29 113.99 78.24 113.88 78.2C113.83 78.18 113.78 78.16 113.74 78.14C113.66 78.11 113.58 78.08 113.49 78.05C113.35 78 113.21 77.96 113.08 77.92C112.88 77.87 112.65 77.83 112.49 77.96C112.2 78.18 112.39 78.64 112.6 78.94C113.38 80.06 114.16 81.18 114.94 82.3C115.06 82.47 115.19 82.65 115.31 82.83C115.43 83.01 115.56 83.19 115.69 83.37C115.82 83.55 115.95 83.74 116.08 83.93C116.21 84.12 116.35 84.3 116.48 84.49C116.61 84.68 116.75 84.87 116.88 85.06C116.95 85.16 117.01 85.25 117.08 85.35C117.21 85.54 117.35 85.73 117.48 85.92C117.55 86.01 117.61 86.11 117.68 86.2C117.88 86.48 118.08 86.76 118.27 87.03C118.4 87.21 118.53 87.39 118.66 87.57C118.79 87.75 118.91 87.92 119.04 88.09C119.35 88.52 119.64 88.92 119.92 89.3C120.08 89.52 120.24 89.74 120.39 89.94C120.94 90.67 121.36 91.22 121.6 91.48C122.287 92.2274 118.801 92.2023 118.09 92.17C117.19 92.13 116.33 91.6 115.6 91.11C114.88 90.62 114.21 90.08 113.48 89.61C112.92 89.25 112.33 88.94 111.69 88.76C111.17 88.61 110.64 88.56 110.11 88.47C106.05 87.81 102.99 85.38 99.5999 83.29C99.2999 83.1 99.0099 82.94 98.7399 82.79C98.7399 82.79 98.7399 82.79 98.7299 82.79C98.6499 82.75 98.5699 82.71 98.4899 82.67C98.4699 82.67 98.4599 82.65 98.4399 82.64C98.3799 82.61 98.3099 82.58 98.2499 82.55C98.2299 82.54 98.2099 82.53 98.1899 82.52C98.1299 82.49 98.0799 82.47 98.0299 82.45C98.0099 82.45 97.9899 82.43 97.9699 82.43C97.9199 82.41 97.8699 82.39 97.8199 82.38C97.7999 82.38 97.7799 82.37 97.7599 82.36C97.7099 82.34 97.6599 82.33 97.6199 82.32C97.6099 82.32 97.5899 82.32 97.5799 82.32C97.4699 82.3 97.3699 82.29 97.2799 82.31C97.2699 82.31 97.2599 82.31 97.2499 82.31C97.2199 82.31 97.1899 82.33 97.1699 82.34C97.1599 82.34 97.1499 82.35 97.1299 82.36C97.1099 82.37 97.0899 82.39 97.0699 82.4C97.0599 82.41 97.0499 82.42 97.0399 82.43C97.0299 82.45 97.0099 82.47 96.9999 82.49C96.9399 82.61 96.9299 82.76 96.9599 82.89C96.9599 82.93 96.9799 82.97 96.9899 83C97.0299 83.11 97.0999 83.21 97.1699 83.3C97.2399 83.4 97.3099 83.49 97.3799 83.59C97.4299 83.67 97.4799 83.74 97.5399 83.81C97.5999 83.9 97.6599 83.98 97.7199 84.07C97.7899 84.17 97.8499 84.26 97.9199 84.36C97.9899 84.47 98.0699 84.57 98.1399 84.68C98.2199 84.8 98.2999 84.91 98.3799 85.03C98.4699 85.15 98.5499 85.28 98.6399 85.4C98.7299 85.53 98.8199 85.66 98.9099 85.79C99.0099 85.93 99.0999 86.06 99.1999 86.2C99.2999 86.34 99.3999 86.49 99.4999 86.63C99.5999 86.78 99.7099 86.93 99.8099 87.07C99.9199 87.22 100.02 87.37 100.13 87.52C100.24 87.67 100.35 87.83 100.46 87.99C100.57 88.15 100.68 88.31 100.79 88.46C100.9 88.62 101.01 88.78 101.13 88.94C101.24 89.1 101.36 89.26 101.47 89.42C101.58 89.58 101.7 89.74 101.81 89.9C101.92 90.06 102.04 90.22 102.15 90.38C102.26 90.54 102.37 90.7 102.49 90.85C102.6 91.01 102.71 91.16 102.82 91.32C102.93 91.47 103.04 91.63 103.15 91.78C103.26 91.93 103.36 92.08 103.47 92.23C103.57 92.37 103.68 92.52 103.78 92.66C103.88 92.8 103.98 92.94 104.09 93.08C104.19 93.21 104.28 93.35 104.38 93.48C104.47 93.61 104.57 93.74 104.66 93.86C104.75 93.98 104.84 94.1 104.93 94.22C105.01 94.33 105.1 94.44 105.18 94.55C105.26 94.65 105.33 94.75 105.41 94.86C105.48 94.95 105.55 95.04 105.62 95.14C105.67 95.2 105.71 95.26 105.75 95.31C105.95 95.56 106.11 95.75 106.22 95.88C106.24 95.9 106.25 95.92 106.27 95.94C106.24 95.94 106.22 95.94 106.19 95.93C105.94 95.89 105.7 95.86 105.45 95.81C105.44 95.81 105.42 95.81 105.41 95.81C104.9 95.72 104.39 95.61 103.88 95.48C103.86 95.48 103.85 95.48 103.83 95.47C103.58 95.4 103.34 95.33 103.09 95.25C103.08 95.25 103.06 95.25 103.05 95.24C102.55 95.08 102.05 94.89 101.57 94.66C101.26 94.52 100.96 94.36 100.66 94.19C99.3799 93.45 98.2799 92.46 97.2399 91.41C96.2299 90.4 95.1899 89.49 94.1199 88.53C92.2499 86.85 90.3699 85.18 88.4899 83.51C86.4899 81.73 84.4899 79.96 82.4799 78.2C81.4399 77.29 80.3899 76.4 79.3599 75.48C78.3499 74.58 77.3099 73.71 76.1799 72.98C76.0399 72.89 75.9099 72.81 75.7699 72.72C75.4199 72.51 75.0499 72.31 74.6999 72.09C74.5899 72.02 74.4899 71.94 74.3799 71.86C74.3599 71.79 74.3399 71.73 74.3199 71.66C74.1499 71.52 73.9699 71.39 73.7799 71.3C73.7299 71.27 73.6799 71.26 73.6399 71.25H73.6299C73.5499 71.24 73.4899 71.28 73.4699 71.37C73.4199 71.4 73.3899 71.46 73.3899 71.57C73.3899 71.68 73.4399 71.88 73.5199 72.12C73.9599 73.36 74.5999 74.51 75.2099 75.67C75.3899 76.01 75.8499 76.85 76.1499 77.4C76.1699 77.43 76.1699 77.47 76.1699 77.5C76.1199 77.53 76.0599 77.54 76.0099 77.5C75.1699 76.96 73.5799 75.99 73.3399 76.3C73.3199 76.32 73.3199 76.34 73.3099 76.37C73.2899 76.37 73.2799 76.39 73.2699 76.4C73.2099 76.48 73.2399 76.64 73.3799 76.91C73.7899 77.67 74.3899 78.61 74.9199 79.42C74.9499 79.47 75.1799 79.8 75.4299 80.17C75.5099 80.28 75.5099 80.4 75.4599 80.5C75.3599 80.61 75.1999 80.66 75.0399 80.57C72.9799 79.47 69.0399 77.39 69.0499 78.02C68.9899 78.04 68.9699 78.09 68.9899 78.16C69.1599 78.88 74.6999 85.51 81.8099 92.26C81.9799 92.42 82.1599 92.59 82.3299 92.75C82.3499 92.77 82.3599 92.78 82.3799 92.8C82.5499 92.96 82.7199 93.12 82.8899 93.28C82.9099 93.3 82.9199 93.31 82.9399 93.33C83.1099 93.49 83.2899 93.65 83.4699 93.82C83.4699 93.82 83.4899 93.84 83.4999 93.84C84.4199 94.69 85.3699 95.53 86.3199 96.36C86.3299 96.37 86.3499 96.38 86.3599 96.39C86.5199 96.53 86.6899 96.68 86.8599 96.82C86.8999 96.85 86.9399 96.89 86.9799 96.92C87.1399 97.05 87.2899 97.19 87.4499 97.32C87.4999 97.36 87.5499 97.4 87.5899 97.44C87.7399 97.57 87.8999 97.7 88.0499 97.82C88.0999 97.86 88.1499 97.91 88.1999 97.95C88.3499 98.08 88.5099 98.2 88.6599 98.33C88.7099 98.37 88.7499 98.41 88.7999 98.44C88.9599 98.57 89.1199 98.7 89.2799 98.83C89.3099 98.85 89.3299 98.87 89.3599 98.89C90.0999 99.48 90.8299 100.04 91.5699 100.6C91.6199 100.63 91.6599 100.67 91.7099 100.7C91.8599 100.81 92.0099 100.92 92.1499 101.03C92.2099 101.07 92.2699 101.12 92.3299 101.16C92.4699 101.26 92.6099 101.36 92.7599 101.47C92.8299 101.52 92.8899 101.57 92.9599 101.61C93.0999 101.71 93.2399 101.8 93.3799 101.9C93.4499 101.95 93.5199 101.99 93.5799 102.04C93.7199 102.14 93.8599 102.23 93.9999 102.33C94.0599 102.37 94.1299 102.42 94.1899 102.46C94.3299 102.56 94.4799 102.65 94.6199 102.75C94.6699 102.78 94.7199 102.82 94.7699 102.85C95.3199 103.21 95.8599 103.55 96.3999 103.87C96.5499 103.96 96.6899 104.04 96.8399 104.13C96.8999 104.16 96.9599 104.2 97.0099 104.23L97.4099 104.46C97.4799 104.5 97.5499 104.54 97.6199 104.58C97.7499 104.65 97.8799 104.72 97.9999 104.79C98.0699 104.83 98.1399 104.87 98.2199 104.91C98.3499 104.98 98.4699 105.04 98.5999 105.1C98.6699 105.14 98.7399 105.17 98.8199 105.21C98.9499 105.27 99.0699 105.33 99.1899 105.39C99.2599 105.42 99.3299 105.46 99.3999 105.49C99.4099 105.49 99.4199 105.5 99.4299 105.51C99.4299 105.51 99.4399 105.51 99.4499 105.52C99.5599 105.57 99.6699 105.62 99.7799 105.67C99.8399 105.7 99.8999 105.72 99.9599 105.75C99.9999 105.77 100.04 105.79 100.08 105.8C100.14 105.82 100.19 105.85 100.24 105.87C100.28 105.89 100.32 105.91 100.36 105.92H100.37C100.55 106 100.73 106.07 100.91 106.14C102.471 107.422 103.372 112.605 104.2 115.64C104.21 115.68 104.22 115.72 104.23 115.76C104.41 116.36 104.71 116.98 105.04 117.5C105.28 117.88 105.58 118.22 105.95 118.48C106.22 118.66 106.84 118.87 106.71 119.31C106.71 119.32 106.7 119.33 106.69 119.35C106.69 119.35 106.69 119.35 106.68 119.36C106.65 119.39 106.62 119.42 106.58 119.44C106.55 119.46 106.51 119.48 106.47 119.5C106.42 119.52 106.37 119.54 106.31 119.56C106.31 119.56 106.31 119.56 106.3 119.56C106.25 119.58 106.19 119.59 106.13 119.6C106.12 119.6 106.11 119.6 106.1 119.6C106.04 119.6 105.98 119.61 105.92 119.62C105.9 119.62 105.89 119.62 105.87 119.62C105.64 119.62 105.34 119.57 105.23 119.82C105.19 119.86 105.15 119.91 105.14 119.99C105.09 120.17 105.17 120.37 105.25 120.54C105.93 122.02 107.29 123.17 108.86 123.6C109 123.64 109.18 123.74 109.16 123.87C109.13 123.89 109.09 123.91 109.05 123.92C108.44 124.15 107.8 124.3 107.16 124.39C106.84 124.44 106.41 124.39 106.09 124.41C105.96 124.41 105.65 124.45 105.67 124.59C105.57 124.64 105.55 124.73 105.77 124.87C106.91 125.62 108.09 126.31 109.3 126.93C110.36 127.47 111.38 128.06 112.55 128.33C112.76 128.38 112.97 128.42 113.16 128.5C113.21 128.52 113.26 128.55 113.28 128.6C113.28 128.61 113.28 128.63 113.28 128.64C113.25 128.66 113.21 128.68 113.17 128.7C112.57 128.88 111.95 128.96 111.33 128.93C111.11 128.92 110.61 128.79 110.52 129.08C110.49 129.11 110.46 129.14 110.45 129.19C110.43 129.26 110.43 129.36 110.46 129.47C110.49 129.57 110.53 129.67 110.59 129.79C111.33 131.22 112.97 132.24 114.51 132.56C114.94 132.65 115.39 132.69 115.81 132.82C116.09 132.9 116.41 133.1 116.38 133.39C116.38 133.45 116.35 133.51 116.32 133.56C116.31 133.58 116.29 133.6 116.28 133.61C116.12 133.81 115.58 133.97 115.13 134.07C115.01 134.1 114.93 134.17 114.89 134.26C114.76 134.4 114.75 134.64 114.92 134.78C115.02 134.86 115.1 134.93 115.14 134.96C115.93 135.64 116.83 136.22 117.79 136.63C118.67 137.02 119.63 137.14 120.54 137.48C121.77 137.94 122.92 138.56 124.11 139.11C124.28 139.25 124.96 139.83 125.86 140.62C126.07 140.8 126.29 141 126.51 141.2C126.74 141.4 126.97 141.62 127.21 141.83C127.33 141.94 127.45 142.05 127.57 142.16C127.86 142.42 128.14 142.69 128.43 142.95C129.05 143.53 129.66 144.12 130.24 144.74C130.17 144.75 130.1 144.77 130.03 144.77C127.08 145.08 123.5 145 121.19 147.15C120.69 147.61 120.27 148.17 119.79 148.64C119.5 148.92 119.19 149.18 118.82 149.36C118.59 149.48 118.34 149.56 118.09 149.63C117.67 149.75 117.24 149.82 116.82 149.96C116.34 150.11 115.9 150.34 115.46 150.59C115.24 150.72 115.03 150.85 114.81 150.98C114.6 151.11 114.38 151.25 114.17 151.38C111.08 153.25 107.43 154.19 103.88 154.66C101.99 154.91 99.5399 154.18 97.9399 155.42C97.0699 156.09 96.6099 157.16 96.2399 158.2C94.1199 164.17 93.9099 170.3 93.8199 176.55C93.7199 183.93 93.7399 191.46 93.9699 198.77C94.0899 200.83 94.1399 202.88 94.1299 204.92H109.25C109.25 204.57 109.26 204.23 109.27 203.88C109.31 201.6 109.35 199.24 109.36 196.93C109.38 194.34 109.45 191.73 109.51 189.2C109.65 183.65 109.81 177.9 109.41 172.26C109.24 169.81 109 167.21 110.59 165.15C110.8 164.88 111.03 164.62 111.34 164.47C111.51 164.38 111.7 164.33 111.89 164.29C112.39 164.17 112.91 164.09 113.42 164.04C114.4 163.96 115.39 164.01 116.36 163.85C118 163.58 119.21 162.69 120.39 161.58C121.74 160.32 122.95 158.91 124.2 157.55C125.49 156.15 127 154.96 128.65 154.03C129.34 153.64 130.07 153.29 130.81 153C134.219 151.661 138.793 151.691 142.4 152.25C146.006 152.831 147.439 153.123 150.95 152.71C153.29 152.45 155.56 151.74 157.77 150.95C159.25 150.42 160.73 149.85 162.29 149.56C162.47 149.53 162.65 149.5 162.84 149.47C163.02 149.44 163.19 149.42 163.37 149.41C163.4 149.41 163.42 149.41 163.45 149.41C163.62 149.39 163.79 149.38 163.96 149.37C163.99 149.37 164.02 149.37 164.05 149.37C164.22 149.36 164.39 149.35 164.56 149.34C164.59 149.34 164.62 149.34 164.65 149.34C164.83 149.34 165 149.33 165.18 149.32H165.23C165.84 149.3 166.44 149.3 167.05 149.29L173.07 158.75C173.47 159.39 174.33 159.92 175.03 159.84L204.13 137.96L189.97 117.94L189.99 117.96ZM144.71 146.86C144.76 146.91 144.81 146.97 144.86 147.02C145.08 147.26 145.3 147.52 145.5 147.78C143.7 147.46 141.41 147.01 140.17 146.77C139.87 146.7 139.58 146.65 139.29 146.59H139.28C136.89 146.16 135.17 146.18 134.15 146.19C133.97 146 133.75 145.78 133.52 145.54C134.03 145.2 134.61 144.8 135.24 144.39L137.11 142.39C137.98 142.82 139.1 143.4 140.23 144.01C140.3 144.05 140.38 144.09 140.45 144.13C142.22 145.1 143.96 146.14 144.69 146.86H144.71ZM132.58 141.7C132.58 141.7 132.66 141.71 132.7 141.72C133.37 141.84 134.07 141.96 134.8 142.06C134.95 142.08 135.1 142.1 135.25 142.12C135.38 142.14 135.51 142.15 135.65 142.17C135.94 142.2 136.23 142.23 136.52 142.26L133.93 143.4L132.72 144C132.72 144 132.7 144 132.69 144C132.53 144.07 132.37 144.14 132.22 144.21C131.55 143.52 130.8 142.77 130.05 142.01C129.66 141.62 129.28 141.23 128.9 140.84C130.01 141.16 131.23 141.45 132.58 141.7ZM154.12 147.72C153.11 147.92 152.09 148.05 151.06 148.1C150.7 148.12 150.33 148.13 149.97 148.14H149.82C149.57 148.14 149.32 148.14 149.07 148.13C148.91 147.72 148.69 147.33 148.41 146.98C147.98 146.46 147.43 146.15 146.84 145.84C146.57 145.68 146.26 145.49 145.92 145.28C145.81 145.21 145.69 145.14 145.57 145.07C144.35 144.34 142.8 143.41 141.29 142.51C142.18 142.51 143.09 142.51 144.04 142.47C144.36 142.46 144.68 142.44 144.98 142.42C145.06 142.42 145.14 142.41 145.22 142.4C145.49 142.38 145.75 142.37 146 142.34C146.04 142.34 146.08 142.34 146.12 142.34C146.42 142.31 146.71 142.29 146.99 142.25C147.04 142.25 147.08 142.25 147.13 142.24C147.38 142.21 147.63 142.18 147.88 142.15C147.91 142.15 147.94 142.15 147.98 142.14C148.54 142.06 149.07 141.97 149.57 141.87C149.59 141.87 149.6 141.87 149.61 141.87C150.12 141.77 150.6 141.65 151.06 141.53C151.06 141.52 151.06 141.5 151.07 141.49C151.07 141.5 151.07 141.51 151.07 141.52C153.35 140.91 154.92 140.07 156.01 139.14C156.59 138.65 157.1 138.07 157.52 137.44C157.52 137.44 157.52 137.44 157.53 137.43C157.78 137.06 158 136.68 158.18 136.28C158.67 135.21 158.59 133.93 159.37 133.01C159.67 132.65 160.12 132.28 160.53 132C160.53 132 160.53 132 160.54 132C160.66 131.91 160.79 131.83 160.92 131.74C160.93 131.74 160.94 131.72 160.96 131.71C163.03 130.27 163.354 131.8 165.984 131.74C166.304 131.74 166.73 131.66 167.05 131.71C167.27 131.75 167.743 131.841 167.973 131.871C168.203 131.901 168.532 132 168.542 132C169.002 132.06 169.264 131.7 169.714 131.71L170.53 131.871L171.223 132.102C170.923 132.082 171.81 132.744 171.56 132.934L161.25 137.999C160.75 138.369 160.63 139.069 160.96 139.589L163.79 144.12L165.18 146.3C163.47 146.3 161.76 146.33 160.05 146.51C159.79 146.54 159.53 146.57 159.27 146.61C159.25 146.61 159.22 146.61 159.2 146.62C157.49 146.89 155.84 147.37 154.15 147.73H154.14L154.12 147.72Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<path d="M207.29 131.36C205.94 131.18 204.55 131.16 203.19 131.16C200.63 131.16 198.07 131.16 195.52 131.43C192.97 131.7 190.53 132.46 188.02 132.98C184.81 133.63 181.55 133.64 178.29 133.28C175.95 132.89 172.18 132.15 170.31 131.78C169.93 131.7 169.56 131.62 169.2 131.56H169.19C163.02 130.44 160.36 131.69 161.59 130.41C162.29 129.94 163.14 129.36 164.06 128.75L167.24 125.35L162.38 127.49L160.85 128.26C160.85 128.26 160.83 128.26 160.82 128.26C160.07 128.6 159.31 128.92 158.5 129.09C158.16 129.15 157.81 129.21 157.46 129.25C153.71 129.64 149.17 129.54 146.23 132.28C145.22 133.22 144.46 134.47 143.23 135.09C142.44 135.49 141.54 135.58 140.69 135.85C139.48 136.24 138.42 136.99 137.33 137.65C133.4 140.03 128.77 141.22 124.26 141.81C121.86 142.12 118.74 141.2 116.71 142.78C115.61 143.64 115.02 144.99 114.55 146.3C111.85 153.89 111.58 161.67 111.48 169.61C111.35 178.99 111.38 188.55 111.68 197.83C111.83 200.45 111.89 203.05 111.88 205.64H131.08C131.08 205.2 131.09 204.76 131.1 204.32C131.15 201.42 131.2 198.43 131.22 195.49C131.24 192.2 131.33 188.89 131.41 185.68C131.59 178.63 131.79 171.33 131.28 164.16C131.06 161.05 130.75 157.75 132.78 155.13C133.04 154.79 133.34 154.46 133.73 154.27C133.95 154.16 134.19 154.1 134.42 154.04C135.06 153.89 135.71 153.78 136.36 153.73C137.6 153.62 138.86 153.69 140.09 153.49C142.17 153.14 143.71 152.01 145.21 150.61C146.92 149.01 148.46 147.22 150.05 145.5C151.68 143.72 153.6 142.21 155.7 141.03C156.58 140.53 157.5 140.1 158.44 139.72C160.73 138.81 163.17 138.28 165.63 138.14C168.09 138 170.67 138.38 173.17 138.78C175.99 139.23 178.85 139.6 181.72 139.53C182.49 139.51 183.26 139.46 184.03 139.38C187 139.04 189.88 138.15 192.7 137.14C194.58 136.47 196.46 135.74 198.44 135.38C200.64 134.98 202.91 135.05 205.15 134.99C205.7 134.98 206.26 134.95 206.8 134.82C208.38 134.43 209.59 133.16 211.1 132.55C209.93 131.89 208.64 131.55 207.31 131.37L207.29 131.36Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
6
|
+
<path d="M118.92 205.36C117.96 203.77 117.29 202.01 116.72 200.26C115.95 197.9 115.46 195.43 115.04 192.98C114.6 190.36 114.3 187.73 114.08 185.08C113.65 179.9 113.48 174.67 113.46 169.47C113.43 164.48 113.16 158.71 117.37 155.18C118.13 154.54 119.06 154 120.06 154.05C120.91 154.1 121.68 154.58 122.53 154.66C123.99 154.79 125.41 153.49 125.41 152.03C125.41 150.86 124.63 149.78 124.72 148.61C124.78 147.77 125.29 147.01 125.94 146.48C129.06 143.88 133.76 143.59 137.58 142.82C141.15 142.11 144.64 141.26 147.77 139.31C150.5 137.61 152.59 134.6 155.96 134.08C157.58 133.83 159.2 134.33 160.72 134.92C161.79 135.33 163.57 135.89 164.67 136.17C165.53 136.39 166.39 136.59 167.26 136.76C169.16 137.14 171.08 137.34 173.01 137.32C174.67 137.3 176.26 136.99 177.82 136.43C180.02 135.64 182.04 134.46 184.16 133.48C182.22 133.59 180.26 133.51 178.32 133.29C175.98 132.9 172.21 132.16 170.34 131.79C169.96 131.71 169.59 131.63 169.23 131.57H169.22C163.05 130.45 160.39 131.7 161.62 130.42C162.32 129.95 163.17 129.37 164.09 128.76L167.27 125.36L162.41 127.5L160.88 128.27C160.88 128.27 160.86 128.27 160.85 128.27C160.1 128.61 159.34 128.93 158.53 129.1C158.19 129.16 157.84 129.22 157.49 129.26C153.74 129.65 149.2 129.55 146.26 132.29C145.25 133.23 144.49 134.48 143.26 135.1C142.47 135.5 141.57 135.59 140.72 135.86C139.51 136.25 138.45 137 137.36 137.66C133.43 140.04 128.8 141.23 124.29 141.82C121.89 142.13 118.77 141.21 116.74 142.79C115.64 143.65 115.05 145 114.58 146.31C111.88 153.9 111.61 161.68 111.51 169.62C111.38 179 111.41 188.56 111.71 197.84C111.86 200.46 111.92 203.06 111.91 205.65H119.13C119.07 205.56 119.01 205.47 118.96 205.38L118.92 205.36Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
7
|
+
<path d="M207.29 131.36C205.94 131.18 204.55 131.16 203.19 131.16C200.63 131.16 198.07 131.16 195.52 131.43C194.85 131.5 194.19 131.61 193.52 131.73C193.98 131.78 194.45 131.84 194.9 131.92C196.73 132.25 198.26 133.17 198.98 134.93C199.02 135.04 199.07 135.15 199.1 135.26C201.08 134.98 203.11 135.04 205.11 134.98C205.66 134.97 206.22 134.94 206.76 134.81C208.34 134.42 209.55 133.15 211.06 132.54C209.89 131.88 208.6 131.54 207.27 131.36H207.29Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
8
|
+
<path d="M197.49 122.07L214.42 148.11L214.6 148.39L251.57 120.6L233.58 95.1699L221.39 104.35L197.49 122.06V122.07Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M249.92 119.23L234.07 117.57C234.86 114.2 235.56 110.74 235.76 107.29C235.94 104.35 235.65 101.4 235.61 98.46C235.41 112.99 229.89 124.51 227.98 125.4C222.2 128.11 197.48 122.08 197.48 122.08C197.66 122.17 197.84 122.26 198.02 122.35C199.81 123.25 201.65 124.06 203.51 124.81C207.69 126.5 212.05 127.91 216.52 128.57C217.12 128.66 217.72 128.73 218.32 128.79L213.46 139.76C212.38 142.2 212.72 145.03 214.35 147.14L220.41 128.92C222.17 128.95 223.92 128.78 225.61 128.29C227.17 127.84 228.65 127.12 229.89 126.07C232 124.28 233.03 121.59 233.74 118.94L249.93 119.24L249.92 119.23Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
10
|
+
<path d="M221.13 115.65C218.3 113.35 213.4 110.07 213.4 110.07L212.21 111.28L211.9 110.86L211.87 110.82C211.49 110.79 211.11 110.9 210.79 111.14L197.39 121.23C196.76 121.71 196.6 122.59 197.02 123.26L200.28 128.39L202.51 131.89L202.58 132L212.13 147.02C212.64 147.83 213.73 148.5 214.61 148.4L198.04 122.34C197.86 122.25 197.68 122.16 197.5 122.07L199.58 120.78L213.3 112.28C214.19 112.84 215.09 113.48 215.41 113.69C216.13 114.15 216.75 114.74 217.35 115.34C217.64 115.63 217.93 115.93 218.23 116.21C218.59 116.56 218.95 116.91 219.35 117.21C219.64 117.43 219.98 117.67 220.35 117.7C220.61 117.72 220.81 117.58 220.92 117.35C221.07 117.04 221.11 116.67 221.12 116.33C221.12 116.11 221.12 115.88 221.12 115.66L221.13 115.65Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
11
|
+
<path d="M218.53 106.51L233.58 95.1799C233.27 94.7499 232.67 94.6499 232.25 94.9699L217.73 105.9C217.46 106.1 217.28 106.38 217.2 106.69C217.23 106.72 217.27 106.75 217.3 106.78C218.36 107.79 219.23 108.77 219.96 109.7C219.683 108.848 219.019 107.361 218.53 106.51Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
12
|
+
<path d="M184.36 69.9601C179.2 65.5001 173.97 60.1501 167.15 58.4001C163.94 57.5701 161.04 56.2901 158.13 54.7001C155.88 53.4701 153.58 52.2101 151.05 51.6701C148.52 51.1301 146.23 50.4801 143.92 49.1601C141.23 47.6301 138.93 45.1401 135.88 44.3101C135.63 44.2401 135.34 44.2001 135.13 44.3501C134.76 44.6301 135 45.2101 135.27 45.5901C136.26 47.0101 137.25 48.4401 138.25 49.8601C138.4 50.0801 138.56 50.3001 138.72 50.5301C138.88 50.7601 139.04 50.9901 139.2 51.2201C139.36 51.4501 139.53 51.6901 139.7 51.9301C139.87 52.1701 140.04 52.4001 140.2 52.6501C140.37 52.8901 140.54 53.1301 140.71 53.3701C140.8 53.4901 140.88 53.6101 140.97 53.7301C141.14 53.9701 141.31 54.2101 141.48 54.4501C141.57 54.5701 141.65 54.6901 141.73 54.8101C141.98 55.1701 142.24 55.5201 142.48 55.8701C142.65 56.1001 142.81 56.3301 142.97 56.5601C143.13 56.7801 143.29 57.0101 143.45 57.2201C143.84 57.7601 144.22 58.2801 144.57 58.7501C144.78 59.0401 144.98 59.3101 145.17 59.5601C145.86 60.4901 146.41 61.1801 146.7 61.5101C147.14 61.9801 147.12 62.1001 146.84 62.0601C146.01 61.9201 145.23 61.5101 144.38 61.3801C144.2 61.3501 144.02 61.3301 143.84 61.3801C143.58 61.4601 143.4 61.6801 143.27 61.9201C143.14 62.1601 143.04 62.4401 143.1 62.7201C143.15 62.9601 143.32 63.1501 143.48 63.3301C145.37 65.3701 147.81 66.9101 150.11 68.4401C152.13 69.7801 154.18 71.0401 156.27 72.2601C160.25 74.5701 164.39 76.8301 168.76 78.3001C169.35 78.5001 169.94 78.6801 170.54 78.8201C179.21 80.8901 194.96 79.5901 194.96 79.5901C191.6 76.1901 187.92 73.0601 184.34 69.9701H184.35L184.36 69.9601Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
13
|
+
<path d="M184.21 69.8301C183.85 69.8301 183.49 69.8401 183.13 69.8501C180.35 69.8701 177.56 69.7201 174.8 69.4501C171.87 69.1601 168.93 68.8001 166.04 68.2501C159.27 66.9501 152.3 64.5201 147.48 59.3901C144.97 56.7201 143.05 53.5301 141.04 50.4801C139.93 48.8001 138.86 47.0501 138.05 45.2101C137.36 44.8301 136.64 44.5201 135.88 44.3101C135.63 44.2401 135.34 44.2001 135.13 44.3501C134.76 44.6301 135 45.2101 135.27 45.5901C136.26 47.0101 137.25 48.4401 138.25 49.8601C138.4 50.0801 138.56 50.3001 138.72 50.5301C138.88 50.7601 139.04 50.9901 139.2 51.2201C139.36 51.4501 139.53 51.6901 139.7 51.9301C139.87 52.1701 140.04 52.4001 140.2 52.6501C140.37 52.8901 140.54 53.1301 140.71 53.3701C140.8 53.4901 140.88 53.6101 140.97 53.7301C141.14 53.9701 141.31 54.2101 141.48 54.4501C141.57 54.5701 141.65 54.6901 141.73 54.8101C141.98 55.1701 142.24 55.5201 142.48 55.8701C142.65 56.1001 142.81 56.3301 142.97 56.5601C143.13 56.7801 143.29 57.0101 143.45 57.2201C143.84 57.7601 144.22 58.2801 144.57 58.7501C144.78 59.0401 144.98 59.3101 145.17 59.5601C145.86 60.4901 146.41 61.1801 146.7 61.5101C147.14 61.9801 147.12 62.1001 146.84 62.0601C146.01 61.9201 145.23 61.5101 144.38 61.3801C144.2 61.3501 144.02 61.3301 143.84 61.3801C143.58 61.4601 143.4 61.6801 143.27 61.9201C143.14 62.1601 143.04 62.4401 143.1 62.7201C143.15 62.9601 143.32 63.1501 143.48 63.3301C145.37 65.3701 147.81 66.9101 150.11 68.4401C152.13 69.7701 154.18 71.0401 156.27 72.2601C160.25 74.5701 164.39 76.8301 168.76 78.3001C169.35 78.5001 169.94 78.6801 170.54 78.8201C179.21 80.8901 194.96 79.5901 194.96 79.5901C191.6 76.1901 187.92 73.0601 184.34 69.9701C184.29 69.9301 184.24 69.8801 184.19 69.8401L184.21 69.8301Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
14
|
+
<path d="M166.54 141.17C166.56 140.88 166.51 140.59 166.47 140.31C166.14 138.39 165.68 136.41 164.93 134.61C164.44 133.37 163.84 132.23 163.14 131.5C162.79 131.14 162.25 130.59 161.6 129.91C160.47 128.75 158.98 127.24 157.47 125.71C156.67 124.9 155.87 124.09 155.11 123.32C153.86 122.93 152.72 122.53 151.7 122.13C151.11 121.9 150.56 121.67 150.05 121.45L149.9 121.98C149.9 121.98 150.86 122.79 152.18 123.95C152.44 124.18 152.72 124.43 153.01 124.69C153.3 124.95 153.6 125.22 153.9 125.49C154.05 125.63 154.2 125.77 154.36 125.91C156.02 127.44 157.71 129 159.11 130.78C159.38 131.12 159.64 131.48 159.76 131.9C159.86 132.25 159.86 132.62 159.86 132.98C159.86 133.9 159.97 134.82 159.96 135.74C159.96 136.67 159.92 137.64 160.36 138.49C160.53 138.82 160.75 139.11 160.98 139.41C161.33 139.86 161.55 140.44 161.51 141.02C161.46 141.6 161.14 142.14 160.73 142.56C160.45 142.85 160.14 143.11 159.88 143.42C159.84 143.46 159.81 143.51 159.8 143.56C159.79 143.62 159.8 143.68 159.85 143.7C159.88 143.72 159.92 143.72 159.96 143.71C160.15 143.68 160.34 143.61 160.51 143.52C160.79 143.37 161.06 143.2 161.31 143C161.87 142.56 162.39 142.02 162.73 141.38C163.17 140.54 163.18 139.69 163.15 138.77C163.11 137.48 163.01 136.18 162.93 134.89C162.91 134.56 162.89 134.23 162.91 133.9C162.91 133.81 162.93 133.71 162.96 133.62C162.96 133.59 162.99 133.55 163.02 133.54C163.06 133.52 163.11 133.57 163.14 133.6C163.63 134.24 163.94 134.99 164.21 135.75C164.49 136.55 164.75 137.35 164.98 138.16C165.25 139.09 165.54 140.1 165.43 141.08C165.41 141.26 165.38 141.43 165.32 141.6C165.25 141.82 164.86 142.44 164.54 142.96C164.41 143.17 164.66 143.4 164.86 143.26C165.54 142.77 166.44 141.96 166.56 141.36C166.57 141.29 166.58 141.22 166.59 141.15L166.54 141.17Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
15
|
+
<path d="M182.19 135.91C182.12 135.28 182 134.66 181.82 134.07C181.6 133.34 181.27 132.63 180.78 132.03C180.23 131.37 179.53 130.97 178.78 130.58C178.33 130.3 177.78 129.97 177.16 129.6C175.31 128.49 172.87 127.03 170.61 125.68C169.78 125.66 168.97 125.63 168.18 125.59C166.91 125.52 165.7 125.41 164.55 125.27C165.23 125.6 167.81 126.85 170.4 128.25C172.75 129.52 175.1 130.92 176.07 131.87C176.14 131.94 176.2 132.01 176.26 132.08C177.15 133.03 177.95 134.17 178.47 135.4C178.53 135.53 178.58 135.66 178.62 135.8C178.62 135.81 178.63 135.83 178.63 135.84C179.02 136.97 179.16 138.16 178.88 139.34C178.83 139.54 178.78 139.73 178.71 139.92C178.59 140.27 178.43 140.64 178.18 140.92C178.1 141.02 178.2 141.15 178.31 141.11C179.08 140.82 179.71 140.28 179.95 139.48C180.1 138.99 180.11 138.47 180.08 137.96C180.02 137.03 179.81 136.11 179.6 135.21C179.57 135.08 179.16 133.38 179.14 133.39C179.37 133.34 180.39 135.89 180.56 136.53C181.1 138.59 181.57 141.69 179.76 143.3C179.71 143.34 179.51 143.43 179.49 143.49C179.44 143.64 179.53 143.58 179.68 143.56C181.25 143.3 181.82 140.94 182.06 139.67C182.28 138.47 182.33 137.16 182.18 135.9L182.19 135.91Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
16
|
+
<path d="M170.69 128.42C172.99 128.94 175.3 129.38 177.61 129.88C177.46 129.79 177.32 129.7 177.17 129.61C175.32 128.5 172.88 127.04 170.62 125.69C169.79 125.67 168.98 125.64 168.19 125.6C166.92 125.53 165.71 125.42 164.56 125.28C165.24 125.61 167.82 126.86 170.41 128.26C170.5 128.31 170.6 128.36 170.69 128.41V128.42Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
17
|
+
<path d="M153 124.7C153.29 124.96 153.59 125.23 153.89 125.5C154.04 125.64 154.19 125.78 154.35 125.92C154.71 126.25 155.08 126.59 155.44 126.93C155.71 127.12 155.99 127.31 156.26 127.49C158.38 128.86 160.59 130.09 162.77 131.37C162.93 131.47 163.09 131.56 163.25 131.66C163.21 131.61 163.17 131.57 163.13 131.52C162.78 131.16 162.24 130.61 161.59 129.93C160.46 128.77 158.97 127.26 157.46 125.73C156.66 124.92 155.86 124.11 155.1 123.34C153.85 122.95 152.71 122.55 151.69 122.15C151.1 121.92 150.55 121.69 150.04 121.47L149.89 122C149.89 122 150.85 122.81 152.17 123.97C152.43 124.2 152.71 124.45 153 124.71V124.7Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
18
|
+
<path d="M216.31 101.84C216.31 101.66 216.31 101.47 216.31 101.28C216.31 101.24 216.31 101.19 216.31 101.14C216.31 100.9 216.29 100.66 216.28 100.41C215.96 94.4898 213.65 85.7198 205.1 82.2498C202.24 81.0898 199.29 80.3298 196.28 79.6998C193.07 79.0198 189.64 79.9298 186.52 78.7198C185.55 78.3498 184.68 77.7798 183.79 77.2398C177.34 73.3198 170.36 70.7798 162.84 70.0598C157.54 69.5598 152.23 69.1198 146.92 68.7198C141.03 68.2698 135.14 67.9698 129.26 67.4698C126.1 67.1998 122.9 66.5998 120.16 65.0198C118.54 64.0798 117.13 62.8198 115.82 61.4898C114.51 60.1598 113.21 59.0498 111.86 57.8298C109.48 55.6998 107.1 53.5698 104.71 51.4498C102.17 49.1898 99.6301 46.9398 97.0701 44.6998C95.7501 43.5398 94.4201 42.4098 93.1101 41.2398C91.8001 40.0798 90.5101 38.9998 89.0701 38.0698C88.9001 37.9598 88.7201 37.8498 88.5501 37.7498C88.1001 37.4798 87.6401 37.2298 87.2001 36.9498C86.7601 36.6698 86.4001 36.2898 85.9501 36.0698C85.8801 36.0398 85.8201 36.0198 85.7701 36.0098H85.7601C85.6301 35.9898 85.5401 36.0698 85.5401 36.2998C85.5401 36.4498 85.6001 36.6898 85.7101 36.9898C86.2701 38.5698 87.0801 40.0298 87.8601 41.4998C88.0901 41.9398 88.6701 42.9998 89.0601 43.6998C89.1601 43.8798 88.9501 44.0698 88.7901 43.9598C87.7201 43.2698 85.7101 42.0498 85.4001 42.4498C85.3201 42.5498 85.3601 42.7498 85.5401 43.0998C86.0601 44.0598 86.8201 45.2498 87.5001 46.2898C87.5401 46.3498 87.8201 46.7698 88.1401 47.2398C88.4001 47.6298 87.9701 48.0998 87.5601 47.8798C84.8701 46.4498 79.7101 43.7198 79.9401 44.6998C80.1601 45.6198 87.2001 54.0398 96.2201 62.6098C96.4401 62.8198 96.6601 63.0298 96.8801 63.2398C96.9001 63.2598 96.9201 63.2798 96.9401 63.2998C97.1601 63.4998 97.3701 63.6998 97.5901 63.9098C97.6101 63.9298 97.6301 63.9498 97.6501 63.9698C97.8701 64.1798 98.0901 64.3798 98.3201 64.5898C98.3201 64.5898 98.3401 64.6098 98.3501 64.6198C99.5201 65.6998 100.72 66.7698 101.94 67.8198C101.96 67.8298 101.97 67.8498 101.99 67.8598C102.2 68.0398 102.41 68.2198 102.62 68.3998C102.67 68.4398 102.72 68.4898 102.77 68.5298C102.97 68.6998 103.17 68.8698 103.37 69.0298C103.43 69.0798 103.49 69.1298 103.55 69.1798C103.75 69.3398 103.94 69.5098 104.14 69.6698C104.2 69.7198 104.27 69.7798 104.34 69.8298C104.54 69.9898 104.73 70.1498 104.93 70.3098C104.99 70.3598 105.05 70.4098 105.11 70.4498C105.32 70.6198 105.52 70.7798 105.72 70.9398C105.76 70.9698 105.79 70.9898 105.82 71.0198C106.75 71.7598 107.69 72.4898 108.62 73.1898C108.68 73.2298 108.74 73.2798 108.79 73.3198C108.98 73.4598 109.17 73.5998 109.35 73.7298C109.43 73.7798 109.5 73.8398 109.58 73.8998C109.76 74.0298 109.94 74.1598 110.12 74.2898C110.21 74.3498 110.29 74.4098 110.38 74.4698C110.56 74.5998 110.73 74.7198 110.91 74.8398C111 74.8998 111.08 74.9598 111.17 75.0198C111.35 75.1398 111.52 75.2598 111.7 75.3798C111.78 75.4298 111.86 75.4898 111.94 75.5398C112.12 75.6598 112.31 75.7798 112.49 75.9098C112.55 75.9498 112.62 75.9898 112.68 76.0298C113.38 76.4898 114.07 76.9198 114.76 77.3298C114.95 77.4398 115.13 77.5498 115.32 77.6598C115.39 77.6998 115.47 77.7498 115.54 77.7898C115.71 77.8898 115.88 77.9798 116.05 78.0798C116.14 78.1298 116.22 78.1798 116.31 78.2298C116.47 78.3198 116.64 78.4098 116.8 78.4998C116.89 78.5498 116.98 78.5998 117.08 78.6498C117.24 78.7298 117.4 78.8198 117.56 78.8998C117.65 78.9498 117.74 78.9898 117.84 79.0398C118 79.1198 118.16 79.1998 118.31 79.2698C118.4 79.3098 118.49 79.3498 118.57 79.3998C118.58 79.3998 118.6 79.4098 118.61 79.4198C118.61 79.4198 118.63 79.4198 118.64 79.4298C118.78 79.4998 118.92 79.5598 119.06 79.6298C119.14 79.6698 119.21 79.6998 119.29 79.7298C119.34 79.7498 119.39 79.7698 119.44 79.7998C119.51 79.8298 119.58 79.8598 119.65 79.8898C119.7 79.9098 119.75 79.9298 119.8 79.9598H119.81C120.04 80.0598 120.26 80.1598 120.49 80.2498C120.49 80.2498 120.79 87.1698 125.3 90.1798C125.62 90.3998 125.91 90.5898 126.17 90.7798C126.93 91.3298 127.78 91.9198 128.27 92.7298C128.33 92.8398 128.39 92.9498 128.41 93.0698C128.43 93.1898 128.39 93.3298 128.29 93.3998C128.15 93.5098 127.94 93.4498 127.77 93.3798C127.2 93.1598 126.62 92.9298 126.07 92.6498C125.8 92.5098 125.53 92.3498 125.28 92.1798C125.19 92.1198 124.76 91.6898 124.64 91.7798C124.62 91.7998 124.6 91.8298 124.6 91.8798C124.6 91.8998 124.6 91.9298 124.6 91.9598C124.6 92.0498 124.63 92.1698 124.66 92.3198C124.67 92.3698 124.69 92.4198 124.7 92.4698C124.93 93.2298 125.31 94.0098 125.73 94.6698C126.04 95.1498 126.42 95.5898 126.89 95.9198C127.23 96.1498 128.02 96.4098 127.86 96.9698C127.86 96.9898 127.84 97.0098 127.83 97.0298C127.81 97.0698 127.78 97.1198 127.74 97.1598C127.7 97.1998 127.66 97.2298 127.61 97.2598C127.57 97.2898 127.52 97.3098 127.47 97.3398C127.41 97.3698 127.34 97.3898 127.27 97.4098C127.27 97.4098 127.27 97.4098 127.26 97.4098C127.19 97.4298 127.12 97.4398 127.04 97.4498C127.03 97.4498 127.02 97.4498 127 97.4498C126.93 97.4498 126.85 97.4698 126.77 97.4698C126.75 97.4698 126.73 97.4698 126.71 97.4698C126.39 97.4698 125.97 97.3898 125.87 97.8098C125.81 98.0398 125.91 98.2898 126 98.5098C126.87 100.39 128.59 101.85 130.59 102.4C130.79 102.45 131.05 102.61 130.96 102.79C130.92 102.87 130.83 102.91 130.75 102.94C129.98 103.23 129.16 103.42 128.35 103.53C127.94 103.59 127.4 103.53 126.99 103.55C126.77 103.55 126.12 103.64 126.66 104.01C128.1 104.97 129.6 105.84 131.15 106.63C132.49 107.31 133.8 108.06 135.28 108.41C135.54 108.47 135.81 108.53 136.06 108.62C136.12 108.65 136.19 108.68 136.21 108.74C136.25 108.86 136.1 108.95 135.99 108.98C135.23 109.21 134.44 109.31 133.65 109.28C133.37 109.27 132.72 109.1 132.62 109.48C132.59 109.57 132.6 109.69 132.64 109.83C132.67 109.95 132.73 110.09 132.8 110.23C133.73 112.05 135.83 113.35 137.78 113.75C138.33 113.86 138.89 113.91 139.43 114.07C139.79 114.18 140.19 114.43 140.16 114.8C140.14 114.96 140.05 115.09 139.95 115.21C139.74 115.47 139.06 115.67 138.48 115.79C138.12 115.87 138.01 116.33 138.3 116.56C138.43 116.66 138.53 116.75 138.58 116.79C139.58 117.66 140.73 118.39 141.95 118.92C143.07 119.41 144.29 119.57 145.44 120C147.06 120.61 148.59 121.44 150.17 122.16C151.75 122.88 153.44 123.49 155.13 124C155.37 124.07 155.61 124.15 155.86 124.22C157.31 124.64 158.92 125.03 160.69 125.36C160.74 125.36 160.79 125.38 160.84 125.39C161.69 125.55 162.58 125.69 163.51 125.82C163.7 125.85 163.86 125.88 164.05 125.91C164.22 125.93 164.42 125.94 164.59 125.96C165.75 126.09 166.95 126.2 168.22 126.28C169 126.32 169.82 126.35 170.65 126.37C170.95 126.37 171.25 126.39 171.55 126.39C172.74 126.4 173.97 126.39 175.25 126.34C175.66 126.32 176.06 126.3 176.45 126.28C176.55 126.28 176.65 126.27 176.75 126.26C177.09 126.24 177.42 126.22 177.75 126.19C177.8 126.19 177.85 126.19 177.9 126.18C178.28 126.15 178.65 126.11 179 126.07C179.06 126.07 179.12 126.06 179.18 126.05C179.5 126.01 179.82 125.97 180.13 125.93C180.17 125.93 180.21 125.93 180.25 125.91C180.96 125.81 181.64 125.7 182.27 125.57C182.29 125.57 182.31 125.57 182.33 125.57C182.98 125.44 183.59 125.3 184.17 125.14C184.17 125.12 184.17 125.11 184.18 125.09C184.18 125.11 184.18 125.12 184.18 125.13C187.07 124.35 189.06 123.28 190.45 122.11C191.57 121.16 192.51 119.94 193.13 118.6C193.75 117.26 193.74 115.59 194.66 114.37C195.04 113.86 195.56 113.47 196.09 113.11C199.07 111.03 203.69 107.78 207.55 108.45C207.84 108.5 208.12 108.54 208.41 108.58C208.43 108.58 208.45 108.58 208.46 108.58C209.04 108.65 209.63 108.7 210.21 108.7H210.45C210.45 108.7 215.21 108.54 215.2 108.29C215.66 107.84 215.82 105.71 215.9 105.54C215.9 105.51 215.92 105.49 215.93 105.46C215.93 105.45 215.93 105.43 215.94 105.42C215.94 105.42 215.94 105.4 215.94 105.39C215.97 105.32 215.99 105.24 216.01 105.16C216.02 105.12 216.04 105.07 216.05 105.03C216.06 104.99 216.07 104.94 216.09 104.9C216.1 104.86 216.11 104.81 216.12 104.77C216.14 104.7 216.15 104.64 216.17 104.56C216.17 104.51 216.19 104.45 216.2 104.4C216.2 104.36 216.2 104.33 216.22 104.29C216.22 104.25 216.23 104.22 216.24 104.18C216.24 104.13 216.26 104.08 216.26 104.03C216.26 103.98 216.28 103.92 216.28 103.87C216.3 103.69 216.32 103.51 216.33 103.31C216.33 103.12 216.35 102.92 216.36 102.71C216.36 102.66 216.36 102.6 216.36 102.55C216.36 102.39 216.36 102.22 216.36 102.05V101.88L216.31 101.84Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
19
|
+
<path d="M159.37 73.83C160.87 74.82 162.46 75.66 164.16 76.24C165.96 76.85 167.84 77.08 169.74 77.15C171.67 77.22 173.61 77.15 175.54 77.26C177.35 77.36 179.13 77.62 180.9 78.02C184.15 78.76 187.35 79.9 190.69 80.22C192.31 80.37 193.95 80.31 195.54 79.89C195.78 79.83 196.01 79.76 196.24 79.68C193.04 79.02 189.63 79.91 186.53 78.71C185.56 78.34 184.69 77.77 183.8 77.23C177.35 73.31 170.37 70.77 162.85 70.05C159.64 69.75 156.43 69.47 153.22 69.21C155.3 70.72 157.25 72.4 159.38 73.83H159.37Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
20
|
+
<path d="M175.78 107.41C179.65 106.53 182.92 104.51 183.41 99.8702C183.42 99.7802 183.42 99.7102 183.42 99.6802C183.18 96.4402 175.93 88.0302 172.97 85.0602C172.83 85.1302 172.68 85.2002 172.54 85.2702C171.75 85.6302 170.97 86.0202 170.05 85.9602C169.06 85.8902 168.09 85.5202 167.15 85.2902C164.35 84.6002 161.51 84.0302 158.66 83.5002C152.95 82.4302 147.2 81.5102 141.6 80.0302C139.27 79.4102 137.16 78.4902 135.01 77.5202C133.98 77.0502 132.94 76.5802 131.86 76.2002C131.39 76.0302 130.9 75.8802 130.41 75.7702C129.97 75.6702 129.31 75.6802 128.96 75.4202C128.42 75.0102 127.98 74.4502 127.36 74.1802C127.08 74.7002 127.39 75.4002 127.56 75.9902C130.66 86.4802 138.96 95.4502 147.5 102.07C150.29 104.23 153.37 106.09 156.73 107.21C160.18 108.36 163.45 108.1 167 108.1C169.67 108.1 172.9 108.07 175.79 107.41H175.78Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
21
|
+
<path d="M189.591 111.87C190.761 111.01 191.781 109.96 192.761 108.9C193.741 107.83 194.761 106.77 195.961 105.95C196.561 105.55 197.201 105.21 197.891 104.97C198.541 104.75 199.211 104.65 199.891 104.59C202.161 104.39 204.531 104.42 206.721 105.13C207.151 105.27 207.571 105.44 207.971 105.64L207.741 104.99C207.331 103.84 206.701 102.78 205.881 101.87C203.161 98.8498 196.881 91.8698 196.381 91.2698C196.071 90.8998 194.511 89.4198 193.481 88.7598C193.451 88.9398 195.631 92.4098 196.381 93.7598C197.021 94.9098 197.621 96.2098 197.311 97.5498C197.141 98.2898 196.711 98.9398 196.201 99.4898C195.521 100.22 194.701 100.86 193.841 101.38C192.091 102.45 190.101 103.14 188.551 104.53C187.761 105.24 187.061 106.06 186.411 106.9C185.911 107.55 185.441 108.22 184.881 108.82C184.271 109.46 183.561 109.98 182.781 110.38C182.561 110.5 182.321 110.58 182.081 110.64C180.711 110.98 179.311 111.19 177.921 111.47C176.661 111.72 175.391 112 174.191 112.47C173.421 112.78 172.321 113.27 172.151 114.19C172.061 114.66 172.271 115.19 172.601 115.52C173.161 116.08 174.011 116.22 174.771 116.28C176.521 116.41 178.131 116.16 179.811 116.86C180.651 117.21 181.431 117.69 182.191 118.2C182.471 118.39 184.181 119.76 184.391 119.64C182.231 120.86 178.741 121.39 176.281 121.8C172.511 122.43 165.521 122.34 161.741 121.86C157.971 121.38 148.271 117.34 145.481 115.31C144.281 114.44 143.051 113.44 142.141 112.26C141.401 111.32 140.971 110.19 140.571 109.07C139.911 107.2 139.401 105.31 137.261 104.65C137.051 104.59 136.821 104.53 136.681 104.36C136.461 104.11 136.541 103.72 136.661 103.41C136.791 103.1 136.951 102.77 136.871 102.45C136.741 101.89 136.051 101.74 135.511 101.56C134.221 101.14 133.321 100.1 133.031 98.7798C132.791 97.6598 132.991 96.4798 133.391 95.4098C133.421 95.3498 133.441 95.2798 133.471 95.2098C134.201 93.4898 133.651 91.4898 132.091 90.4498C131.071 89.7698 130.141 89.1398 129.981 89.0298C128.311 87.7898 126.761 86.2998 125.911 84.3598C125.351 83.0998 125.131 81.6998 125.241 80.3198C125.391 78.4998 125.841 78.4098 124.091 77.4998C115.481 73.0398 107.661 67.3098 99.7308 61.7698C95.8708 59.0698 91.8208 56.2598 89.5808 52.1098C88.7408 50.5598 94.3208 54.3998 96.8608 55.6398C97.0808 55.7498 97.2808 55.4598 97.1008 55.2898C94.7708 53.1298 89.0608 47.7098 89.1908 46.0098C89.2108 45.7398 89.3708 45.4498 89.6608 45.3898C90.1808 45.2898 91.4508 45.9998 92.4008 46.4198C92.6708 46.5398 92.9108 46.2098 92.7308 45.9898C91.5408 44.5198 89.5908 42.3298 88.8008 41.1398C87.8508 39.7098 87.0908 38.1698 86.6408 36.5298C86.4208 36.3598 86.2008 36.1898 85.9608 36.0698C85.8908 36.0398 85.8308 36.0198 85.7808 36.0098H85.7708C85.6408 35.9898 85.5508 36.0698 85.5508 36.2998C85.5508 36.4498 85.6108 36.6898 85.7208 36.9898C86.2808 38.5698 87.0908 40.0298 87.8708 41.4998C88.1008 41.9398 88.6808 42.9998 89.0708 43.7098C89.1708 43.8898 88.9708 44.0698 88.8008 43.9698C87.7408 43.2798 85.7108 42.0498 85.4108 42.4498C85.3308 42.5498 85.3708 42.7498 85.5508 43.0998C86.0708 44.0598 86.8308 45.2498 87.5108 46.2898C87.5508 46.3498 87.8308 46.7698 88.1508 47.2398C88.4108 47.6298 87.9808 48.0998 87.5708 47.8898C84.8808 46.4598 79.7208 43.7398 79.9508 44.7098C80.1708 45.6298 87.2108 54.0498 96.2308 62.6198C96.4508 62.8298 96.6708 63.0398 96.8908 63.2498C96.9108 63.2698 96.9308 63.2898 96.9508 63.3098C97.1708 63.5098 97.3808 63.7098 97.6008 63.9198C97.6208 63.9398 97.6408 63.9598 97.6608 63.9798C97.8808 64.1898 98.1008 64.3898 98.3308 64.5998C98.3308 64.5998 98.3508 64.6198 98.3608 64.6298C99.5308 65.7098 100.731 66.7798 101.951 67.8298C101.971 67.8398 101.981 67.8598 102.001 67.8698C102.211 68.0498 102.421 68.2298 102.631 68.4098C102.681 68.4498 102.731 68.4998 102.781 68.5398C102.981 68.7098 103.181 68.8798 103.381 69.0398C103.441 69.0898 103.501 69.1398 103.561 69.1898C103.761 69.3498 103.951 69.5198 104.151 69.6798C104.211 69.7298 104.281 69.7898 104.351 69.8398C104.551 69.9998 104.741 70.1598 104.941 70.3198C105.001 70.3698 105.061 70.4198 105.121 70.4598C105.331 70.6298 105.531 70.7898 105.731 70.9498C105.771 70.9798 105.801 70.9998 105.831 71.0298C106.761 71.7698 107.701 72.4998 108.631 73.1998C108.691 73.2398 108.751 73.2898 108.801 73.3298C108.991 73.4698 109.181 73.6098 109.361 73.7398C109.441 73.7898 109.511 73.8498 109.591 73.9098C109.771 74.0398 109.951 74.1698 110.131 74.2998C110.221 74.3598 110.301 74.4198 110.391 74.4798C110.571 74.6098 110.741 74.7298 110.921 74.8498C111.011 74.9098 111.091 74.9698 111.181 75.0298C111.361 75.1498 111.531 75.2698 111.711 75.3898C111.791 75.4398 111.871 75.4998 111.951 75.5498C112.131 75.6698 112.321 75.7898 112.501 75.9198C112.561 75.9598 112.631 75.9998 112.691 76.0398C113.391 76.4998 114.081 76.9298 114.771 77.3398C114.961 77.4498 115.141 77.5598 115.331 77.6698C115.401 77.7098 115.481 77.7598 115.551 77.7998C115.721 77.8998 115.891 77.9898 116.061 78.0898C116.151 78.1398 116.231 78.1898 116.321 78.2398C116.481 78.3298 116.651 78.4198 116.811 78.5098C116.901 78.5598 116.991 78.6098 117.091 78.6598C117.251 78.7398 117.411 78.8298 117.571 78.9098C117.661 78.9598 117.751 78.9998 117.851 79.0498C118.011 79.1298 118.171 79.2098 118.321 79.2798C118.411 79.3198 118.501 79.3598 118.581 79.4098C118.591 79.4098 118.611 79.4198 118.621 79.4298C118.621 79.4298 118.641 79.4298 118.651 79.4398C118.791 79.5098 118.931 79.5698 119.071 79.6398C119.151 79.6798 119.221 79.7098 119.301 79.7398C119.351 79.7598 119.401 79.7798 119.451 79.8098C119.521 79.8398 119.591 79.8698 119.661 79.8998C119.711 79.9198 119.761 79.9398 119.811 79.9698H119.821C120.051 80.0698 120.271 80.1698 120.501 80.2598C120.501 80.2598 120.801 87.1798 125.311 90.1898C125.631 90.4098 125.921 90.5998 126.181 90.7898C126.941 91.3398 127.791 91.9298 128.281 92.7398C128.341 92.8498 128.401 92.9598 128.421 93.0798C128.441 93.1998 128.401 93.3398 128.301 93.4098C128.161 93.5198 127.951 93.4598 127.781 93.3898C127.211 93.1698 126.631 92.9398 126.081 92.6598C125.811 92.5198 125.541 92.3598 125.291 92.1898C125.201 92.1298 124.771 91.6998 124.651 91.7898C124.631 91.8098 124.611 91.8398 124.611 91.8898C124.611 91.9098 124.611 91.9398 124.611 91.9698C124.611 92.0598 124.641 92.1798 124.671 92.3298C124.681 92.3798 124.701 92.4298 124.711 92.4798C124.941 93.2398 125.321 94.0198 125.741 94.6798C126.051 95.1598 126.431 95.5998 126.901 95.9298C127.241 96.1598 128.031 96.4198 127.871 96.9798C127.871 96.9998 127.851 97.0198 127.841 97.0398C127.821 97.0798 127.791 97.1298 127.751 97.1698C127.711 97.2098 127.671 97.2398 127.621 97.2698C127.581 97.2998 127.531 97.3198 127.481 97.3498C127.421 97.3798 127.351 97.3998 127.281 97.4198C127.281 97.4198 127.281 97.4198 127.271 97.4198C127.201 97.4398 127.131 97.4498 127.051 97.4598C127.041 97.4598 127.031 97.4598 127.011 97.4598C126.941 97.4598 126.861 97.4798 126.781 97.4798C126.761 97.4798 126.741 97.4798 126.721 97.4798C126.401 97.4798 125.981 97.3998 125.881 97.8198C125.821 98.0498 125.921 98.2998 126.011 98.5198C126.881 100.4 128.601 101.86 130.601 102.41C130.801 102.46 131.061 102.62 130.971 102.8C130.931 102.88 130.841 102.92 130.761 102.95C129.991 103.24 129.171 103.43 128.361 103.54C127.951 103.6 127.411 103.54 127.001 103.56C126.781 103.56 126.131 103.65 126.671 104.02C128.111 104.98 129.611 105.85 131.161 106.64C132.501 107.32 133.811 108.07 135.291 108.42C135.551 108.48 135.821 108.54 136.071 108.63C136.131 108.66 136.201 108.69 136.221 108.75C136.261 108.87 136.111 108.96 136.001 108.99C135.241 109.22 134.451 109.32 133.661 109.29C133.381 109.28 132.731 109.11 132.631 109.49C132.601 109.58 132.611 109.7 132.651 109.84C132.681 109.96 132.741 110.1 132.811 110.24C133.741 112.06 135.841 113.36 137.791 113.76C138.341 113.87 138.901 113.92 139.441 114.08C139.801 114.19 140.201 114.44 140.171 114.81C140.151 114.97 140.061 115.1 139.961 115.22C139.751 115.48 139.071 115.68 138.491 115.8C138.131 115.88 138.021 116.34 138.311 116.57C138.441 116.67 138.541 116.76 138.591 116.8C139.591 117.67 140.741 118.4 141.961 118.93C143.081 119.42 144.301 119.58 145.451 120.01C147.071 120.62 148.601 121.45 150.181 122.17C151.781 122.9 153.451 123.5 155.141 124.01C155.381 124.08 155.621 124.16 155.871 124.23C157.321 124.65 158.931 125.04 160.701 125.37C160.751 125.37 160.801 125.39 160.851 125.4C161.701 125.56 162.591 125.7 163.521 125.83C163.711 125.86 163.901 125.87 164.091 125.9C164.261 125.92 164.421 125.94 164.591 125.96C165.751 126.09 166.951 126.2 168.221 126.28C169.001 126.32 169.821 126.35 170.651 126.37C170.951 126.37 171.251 126.39 171.551 126.39C172.741 126.4 173.971 126.39 175.251 126.34C175.661 126.32 176.061 126.3 176.451 126.28C176.551 126.28 176.651 126.27 176.751 126.26C177.091 126.24 177.421 126.21 177.751 126.19C177.801 126.19 177.851 126.19 177.901 126.18C178.281 126.15 178.641 126.11 179.001 126.07C179.061 126.07 179.121 126.06 179.181 126.05C179.501 126.01 179.821 125.97 180.131 125.93C180.171 125.93 180.211 125.93 180.251 125.91C180.961 125.81 181.641 125.7 182.271 125.57C182.291 125.57 182.311 125.57 182.331 125.57C182.981 125.44 183.591 125.3 184.171 125.14C184.171 125.12 184.171 125.11 184.181 125.09C184.181 125.11 184.181 125.12 184.171 125.13C187.061 124.35 189.051 123.28 190.441 122.11C191.561 121.16 192.501 119.94 193.121 118.6C193.741 117.24 193.651 115.61 194.631 114.44C195.021 113.98 195.581 113.52 196.101 113.15C198.771 111.29 202.851 108.14 207.071 108.39C205.341 107.76 202.691 107.57 200.861 107.94C197.871 108.56 195.481 110.37 193.321 112.44C191.731 113.96 187.571 117.04 187.541 117.03C187.521 117.03 187.521 116.81 187.531 116.53C187.551 115.66 188.341 112.79 189.591 111.87Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
22
|
+
<path d="M161.63 118.81C163.32 117.67 170.66 115.44 169.86 113.79C164.21 115.85 152.6 114.02 146.66 112.6C145.24 112.26 144.4 111.07 145.5 110.07C146.12 109.51 147.17 109.24 148.45 109.11C149.73 108.98 149.82 107.04 148.49 106.83C134.46 104.58 141.28 100.12 136.9 98.9899C135.55 98.6399 134.21 98.2699 132.87 97.8899C132.85 97.0399 133.03 96.1899 133.33 95.3899C133.35 95.3299 133.38 95.2699 133.4 95.1999C134.13 93.4599 133.57 91.4499 132 90.4099C130.99 89.7399 130.07 89.1199 129.91 88.9999C128.24 87.7599 126.69 86.2699 125.84 84.3299C125.28 83.0699 125.06 81.6699 125.17 80.2899C125.32 78.4699 125.77 78.3799 124.02 77.4699C119.37 75.0599 110.07 68.8599 104.89 65.3499C103.29 64.2699 101.1 65.8499 101.8 67.6499C101.82 67.6899 101.83 67.7199 101.85 67.7399C101.88 67.7399 101.91 67.7799 101.94 67.7999C102.15 67.9799 102.36 68.1599 102.57 68.3399C102.62 68.3799 102.67 68.4299 102.72 68.4699C102.92 68.6399 103.12 68.8099 103.32 68.9699C103.38 69.0199 103.44 69.0699 103.5 69.1199C103.7 69.2799 103.89 69.4499 104.09 69.6099C104.15 69.6599 104.22 69.7199 104.29 69.7699C104.49 69.9299 104.68 70.0899 104.88 70.2499C104.94 70.2999 105 70.3499 105.06 70.3899C105.27 70.5599 105.47 70.7199 105.67 70.8799C105.71 70.9099 105.74 70.9299 105.77 70.9599C106.7 71.6999 107.64 72.4299 108.57 73.1299C108.63 73.1699 108.69 73.2199 108.74 73.2599C108.93 73.3999 109.12 73.5399 109.3 73.6699C109.38 73.7199 109.45 73.7799 109.53 73.8399C109.71 73.9699 109.89 74.0999 110.07 74.2299C110.16 74.2899 110.24 74.3499 110.33 74.4099C110.51 74.5399 110.68 74.6599 110.86 74.7799C110.95 74.8399 111.03 74.8999 111.12 74.9599C111.3 75.0799 111.47 75.1999 111.65 75.3199C111.73 75.3699 111.81 75.4299 111.89 75.4799C112.07 75.5999 112.26 75.7199 112.44 75.8499C112.5 75.8899 112.57 75.9299 112.63 75.9699C113.33 76.4299 114.02 76.8599 114.71 77.2699C114.9 77.3799 115.08 77.4899 115.27 77.5999C115.34 77.6399 115.42 77.6899 115.49 77.7299C115.66 77.8299 115.83 77.9199 116 78.0199C116.09 78.0699 116.17 78.1199 116.26 78.1699C116.42 78.2599 116.59 78.3499 116.75 78.4399C116.84 78.4899 116.93 78.5399 117.03 78.5899C117.19 78.6699 117.35 78.7599 117.51 78.8399C117.6 78.8899 117.69 78.9299 117.79 78.9799C117.95 79.0599 118.11 79.1399 118.27 79.2099C118.36 79.2499 118.45 79.2899 118.53 79.3399C118.54 79.3399 118.56 79.3499 118.57 79.3599C118.57 79.3599 118.59 79.3599 118.6 79.3699C118.74 79.4399 118.88 79.4999 119.02 79.5699C119.1 79.6099 119.17 79.6399 119.25 79.6699C119.3 79.6899 119.35 79.7099 119.4 79.7399C119.47 79.7699 119.54 79.7999 119.61 79.8299C119.66 79.8499 119.71 79.8699 119.76 79.8999H119.77C120 79.9999 120.22 80.0999 120.45 80.1899C120.45 80.1899 120.75 87.1099 125.26 90.1199C125.58 90.3399 125.87 90.5299 126.13 90.7199C126.89 91.2699 127.74 91.8599 128.23 92.6699C128.29 92.7799 128.35 92.8899 128.37 93.0099C128.39 93.1299 128.35 93.2699 128.25 93.3399C128.11 93.4499 127.9 93.3899 127.73 93.3199C127.16 93.0999 126.58 92.8699 126.03 92.5899C125.76 92.4499 125.49 92.2899 125.24 92.1199C125.15 92.0599 124.72 91.6299 124.6 91.7199C124.58 91.7399 124.56 91.7699 124.56 91.8199C124.56 91.8399 124.56 91.8699 124.56 91.8999C124.56 91.9899 124.59 92.1099 124.62 92.2599C124.63 92.3099 124.65 92.3599 124.66 92.4099C124.89 93.1699 125.27 93.9499 125.69 94.6099C126 95.0899 126.38 95.5299 126.85 95.8599C127.05 95.9999 127.39 96.1399 127.62 96.3499C127.64 96.3699 127.66 96.3799 127.68 96.3999C127.72 96.4399 127.75 96.4799 127.77 96.5299C127.77 96.5299 127.78 96.5399 127.78 96.5499C127.84 96.6599 127.85 96.7799 127.81 96.9199C127.81 96.9399 127.79 96.9599 127.78 96.9799C127.76 97.0199 127.73 97.0699 127.69 97.1099C127.65 97.1499 127.61 97.1799 127.57 97.2099C127.53 97.2399 127.48 97.2599 127.43 97.2899C127.37 97.3199 127.3 97.3399 127.23 97.3599C127.23 97.3599 127.23 97.3599 127.22 97.3599C127.15 97.3799 127.08 97.3899 127 97.4099C126.99 97.4099 126.98 97.4099 126.96 97.4099C126.89 97.4099 126.81 97.4299 126.73 97.4299C126.71 97.4299 126.69 97.4299 126.67 97.4299C126.59 97.4299 126.5 97.4299 126.42 97.4299C126.16 97.4299 125.91 97.4599 125.83 97.7699C125.77 97.9999 125.87 98.2499 125.96 98.4699C126.83 100.35 128.55 101.81 130.55 102.36C130.75 102.41 131.01 102.57 130.92 102.75C130.88 102.83 130.79 102.87 130.71 102.9C129.94 103.19 129.12 103.38 128.31 103.49C128.11 103.52 127.87 103.52 127.63 103.52C127.39 103.52 127.16 103.51 126.95 103.52C126.73 103.52 126.08 103.61 126.62 103.98C128.06 104.94 129.56 105.81 131.11 106.6C132.45 107.29 133.76 108.04 135.24 108.38C135.5 108.44 135.77 108.5 136.02 108.59C136.08 108.61 136.14 108.65 136.16 108.71C136.2 108.83 136.05 108.92 135.94 108.95C135.18 109.18 134.39 109.28 133.6 109.25C133.32 109.24 132.67 109.07 132.57 109.45C132.54 109.54 132.55 109.66 132.59 109.8C132.62 109.92 132.68 110.06 132.75 110.2C133.68 112.02 135.78 113.32 137.73 113.72C138.28 113.83 138.84 113.88 139.38 114.04C139.65 114.12 139.94 114.28 140.05 114.51C140.09 114.59 140.11 114.67 140.1 114.76C140.08 114.92 139.99 115.05 139.89 115.17C139.68 115.43 139 115.63 138.42 115.75C138.15 115.81 138.02 116.09 138.1 116.32C138.12 116.4 138.17 116.47 138.24 116.53C138.37 116.63 138.47 116.72 138.52 116.76C139.52 117.63 140.67 118.36 141.89 118.89C143.01 119.38 144.23 119.54 145.38 119.97C147 120.58 148.53 121.41 150.11 122.13C151.71 122.86 153.38 123.46 155.07 123.97C155.31 124.04 155.55 124.12 155.8 124.19C157.25 124.61 158.86 125 160.63 125.33C160.68 125.33 160.73 125.35 160.78 125.36C161.63 125.52 162.5 125.67 163.43 125.8C163.62 125.83 163.82 125.85 164.01 125.87C164.18 125.89 164.6 125.96 164.77 125.97C165.93 126.1 166.89 126.16 168.16 126.23C168.42 126.25 168.69 126.26 168.96 126.27C168.97 126.27 168.99 126.27 169 126.26C169.53 126.28 170.04 126.31 170.59 126.32C170.89 126.32 171.19 126.34 171.49 126.34C172.68 126.35 173.91 126.34 175.19 126.29C175.6 126.27 176 126.25 176.39 126.23C176.49 126.23 176.59 126.22 176.69 126.21C177.03 126.19 177.36 126.17 177.68 126.14C177.73 126.14 177.78 126.14 177.83 126.13C178.21 126.1 178.57 126.06 178.93 126.02C178.99 126.02 179.05 126.01 179.11 126C179.43 125.96 179.75 125.92 180.06 125.88C180.1 125.88 180.14 125.88 180.18 125.86C180.27 125.85 180.38 125.75 180.51 125.6C182.01 123.82 187.17 120.57 180.17 121.46C164.17 123.5 158.18 121.11 161.59 118.81H161.63Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
23
|
+
<path d="M205.85 101.83C205.85 101.83 205.82 101.79 205.8 101.78C204.81 102.68 203.82 103.58 202.81 104.47C204.13 104.51 205.43 104.69 206.68 105.1C207.11 105.24 207.53 105.41 207.93 105.61L207.7 104.96C207.29 103.81 206.66 102.75 205.84 101.84L205.85 101.83Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
24
|
+
<path d="M214.15 104.97C212.23 105.45 210.24 105.41 208.3 105.05C208.1 105.01 207.9 104.97 207.7 104.92C207.29 103.78 206.66 102.73 205.85 101.83C204.6 100.45 202.61 98.2302 200.76 96.1802C200.35 96.9802 199.92 97.7702 199.49 98.5502C199.49 98.5702 199.47 98.5802 199.46 98.6002C197.73 101.75 195.28 104.44 192.33 106.5C192.2 106.59 190.95 107.43 189.36 108.51C185.36 111.21 185.3 117.12 189.28 119.84C189.33 119.87 189.37 119.9 189.41 119.93C190.04 120.34 190.7 120.76 191.38 121.12C192.06 120.36 192.64 119.5 193.06 118.58C193.68 117.22 193.67 115.57 194.59 114.35C194.97 113.84 195.49 113.45 196.02 113.09C199 111.01 203.62 107.76 207.48 108.43C207.77 108.48 208.05 108.52 208.34 108.56C208.36 108.56 208.38 108.56 208.39 108.56C208.97 108.63 209.56 108.68 210.14 108.68H210.38C210.38 108.68 215.14 108.52 215.13 108.27C215.59 107.82 215.75 105.69 215.83 105.52C215.83 105.49 215.85 105.47 215.86 105.44C215.86 105.43 215.86 105.41 215.87 105.4C215.87 105.4 215.87 105.38 215.87 105.37C215.9 105.3 215.92 105.22 215.94 105.14C215.95 105.1 215.97 105.05 215.98 105.01C215.99 104.97 216 104.92 216.02 104.88C216.03 104.84 216.04 104.79 216.05 104.75C216.07 104.68 216.08 104.62 216.1 104.54C216.1 104.49 216.12 104.43 216.13 104.38C216.13 104.34 216.13 104.31 216.15 104.27C215.5 104.57 214.83 104.81 214.14 104.98L214.15 104.97Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
25
|
+
<path d="M200.63 98.2399C200.53 98.5399 200.47 98.8499 200.47 99.1799C200.47 99.9399 200.76 100.62 201.24 101.14C201.77 101.71 202.52 102.08 203.37 102.08C203.61 102.08 203.83 102.05 204.05 101.99C204.23 101.95 204.4 101.89 204.56 101.82C204.53 101.84 204.63 101.95 204.81 102.11C205.28 102.54 206.27 103.31 206.39 103.38C207.16 103.81 206.97 104.73 207.68 105.25C208.81 106.08 210.63 106.78 211.97 107.3C212.99 107.7 214.07 108 215.14 108.27C215.14 108.27 214.96 107.8 214.63 107.14C214.53 106.94 214.42 106.73 214.29 106.51C213.71 105.49 212.86 104.3 211.81 103.7C210.24 102.81 207.39 100.91 206.13 100.06C206.22 99.7799 206.27 99.4899 206.27 99.1899C206.27 97.5899 204.97 96.2999 203.37 96.2999C203.05 96.2999 202.75 96.3499 202.46 96.4499C201.21 94.9599 196.17 89.3099 193.54 88.6099C193.54 88.6099 193.76 88.8099 194.15 89.2199C194.85 89.9499 196.09 91.3499 197.58 93.4599C198.52 94.7799 199.56 96.3699 200.63 98.2499V98.2399ZM203.41 96.8699C203.85 96.8699 204.2 97.2199 204.2 97.6599C204.2 98.0999 203.85 98.4499 203.41 98.4499C202.97 98.4499 202.62 98.0999 202.62 97.6599C202.62 97.2199 202.97 96.8699 203.41 96.8699Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
26
|
+
<path d="M203.41 98.7498C204.01 98.7498 204.49 98.2698 204.49 97.6698C204.49 97.0698 204.01 96.5898 203.41 96.5898C202.81 96.5898 202.32 97.0698 202.32 97.6698C202.32 98.2698 202.81 98.7498 203.41 98.7498Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
27
|
+
<path d="M219.96 109.71C219.23 108.78 218.35 107.8 217.3 106.79C217.27 106.76 217.23 106.73 217.2 106.7C216.78 106.3 216.33 105.89 215.85 105.48C215.85 105.48 215.85 105.5 215.83 105.52C215.75 105.69 215.36 106.47 214.91 106.92C214.82 107.01 214.72 107.09 214.63 107.14C214.96 107.8 215.14 108.27 215.14 108.27C214.07 108 212.99 107.71 211.97 107.3C210.62 106.77 208.81 106.08 207.68 105.25L207.95 105.61L210.26 108.69L211.87 110.84L211.9 110.88L212.16 111.23L213.56 110.19C213.56 110.19 218.31 113.37 221.15 115.67C222.17 116.5 222.92 117.2 223.08 117.58C223.55 118.71 224.12 114.99 219.99 109.73L219.96 109.71Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
28
|
+
<path d="M219.69 113.69C218.2 112.44 216.73 111.14 215.54 109.58C215.19 109.12 214.87 108.64 214.62 108.13C213.72 107.9 212.82 107.64 211.97 107.3C210.62 106.77 208.81 106.08 207.68 105.25L207.95 105.61L210.25 108.69L211.86 110.84L211.89 110.88L212.15 111.23L213.4 110.09C213.4 110.09 218.3 113.37 221.13 115.67C222.15 116.5 222.9 117.2 223.06 117.58C223.22 117.96 223.38 117.79 223.38 117.21C222.29 115.88 221 114.81 219.69 113.71V113.69Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
29
|
+
<path d="M212.64 107.57C212.64 107.57 212.64 107.55 212.64 107.54C212.42 107.46 212.19 107.38 211.97 107.3C210.62 106.77 208.81 106.08 207.68 105.25L207.95 105.61L210.25 108.69L212.196 111.337L213.55 110.19L213.68 110.28C213.18 109.46 212.86 108.48 212.65 107.58L212.64 107.57Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
30
|
+
<path d="M183.61 97.85C183.61 97.69 183.58 97.52 183.56 97.35C183.53 97.11 183.48 96.86 183.42 96.6C183.4 96.52 183.38 96.43 183.36 96.35C182.92 94.73 181.9 92.68 179.85 90.13C179.73 89.98 179.61 89.83 179.48 89.67C179.44 89.62 179.4 89.57 179.36 89.53C179.36 89.53 179.34 89.51 179.34 89.5C179.29 89.44 179.24 89.38 179.19 89.32C179.16 89.28 179.12 89.24 179.08 89.19C179.04 89.14 178.99 89.08 178.94 89.03C178.87 88.95 178.8 88.88 178.74 88.8C178.7 88.75 178.65 88.7 178.6 88.65C178.57 88.61 178.54 88.58 178.51 88.54C178.37 88.38 178.22 88.22 178.07 88.06C178.07 88.06 178.07 88.06 178.07 88.05C178.05 88.03 178.03 88.01 178.01 87.99C177.95 87.93 177.9 87.87 177.84 87.81C177.75 87.72 177.67 87.62 177.58 87.53C177.58 87.53 177.58 87.53 177.57 87.51C177.54 87.48 177.5 87.44 177.48 87.41C177.44 87.37 177.4 87.32 177.36 87.28C177.29 87.21 177.22 87.13 177.15 87.06C177.13 87.04 177.11 87.02 177.09 87C177.05 86.96 177 86.91 176.96 86.86C176.27 86.14 175.57 85.4 174.84 84.72C174.81 84.69 174.78 84.66 174.75 84.63C174.49 84.38 174.23 84.12 173.96 83.87C173.95 83.86 173.93 83.84 173.92 83.83C173.65 83.57 173.38 83.31 173.1 83.04C173.06 83 173.02 82.96 172.98 82.92C172.71 82.66 172.44 82.41 172.16 82.15C172.12 82.11 172.07 82.07 172.03 82.02C171.75 81.76 171.46 81.49 171.18 81.23C171.07 81.13 170.26 80.38 170.19 80.33C169.89 80.06 169.59 79.78 169.29 79.51C169.26 79.48 169.22 79.45 169.19 79.42C168.89 79.15 168.6 78.89 168.3 78.62C168.27 78.59 168.23 78.56 168.2 78.53C167.57 77.97 166.94 77.41 166.3 76.85C164.55 75.32 162.78 73.8 161 72.3C159.3 70.87 157.61 69.4 155.79 68.12C152.8 66.02 149.5 64.37 146.02 63.27C145.55 63.12 145.09 62.98 144.65 62.86C144.54 62.83 144.44 62.8 144.34 62.78C143.67 62.6 142.98 62.44 142.28 62.41C141.13 62.37 140.05 61.69 139.12 61.07C138.19 60.44 137.35 59.76 136.42 59.16C135.71 58.7 134.96 58.31 134.15 58.08C133.5 57.89 132.81 57.82 132.14 57.71C126.98 56.87 123.1 53.78 118.79 51.13C118.4 50.89 118.04 50.68 117.7 50.5C117.7 50.5 117.7 50.5 117.68 50.5C117.58 50.45 117.48 50.39 117.38 50.35C117.36 50.35 117.34 50.33 117.32 50.32C117.24 50.28 117.16 50.24 117.08 50.21C117.05 50.2 117.03 50.19 117 50.18C116.93 50.15 116.86 50.12 116.79 50.1C116.76 50.1 116.74 50.08 116.71 50.07C116.65 50.05 116.58 50.03 116.52 50.01C116.5 50.01 116.47 49.99 116.45 49.99C116.39 49.97 116.32 49.96 116.27 49.94C116.25 49.94 116.24 49.94 116.22 49.94C116.08 49.91 115.95 49.91 115.84 49.92C115.82 49.92 115.81 49.92 115.8 49.92C115.76 49.92 115.73 49.94 115.7 49.95C115.68 49.95 115.67 49.97 115.66 49.98C115.63 50 115.61 50.01 115.59 50.03C115.58 50.04 115.56 50.06 115.55 50.07C115.53 50.09 115.52 50.12 115.51 50.15C115.42 50.35 115.42 50.6 115.49 50.8C115.53 50.94 115.63 51.07 115.72 51.19C115.81 51.31 115.9 51.44 115.98 51.56C116.05 51.66 116.11 51.75 116.18 51.85C116.26 51.96 116.33 52.07 116.41 52.18C116.5 52.3 116.58 52.43 116.67 52.55C116.76 52.68 116.86 52.82 116.95 52.95C117.05 53.1 117.16 53.24 117.25 53.39C117.36 53.55 117.47 53.7 117.58 53.86C117.7 54.03 117.81 54.19 117.93 54.36C118.05 54.53 118.17 54.71 118.3 54.88C118.42 55.05 118.55 55.24 118.68 55.42C118.81 55.6 118.94 55.8 119.07 55.98C119.2 56.17 119.34 56.37 119.47 56.56C119.6 56.75 119.75 56.95 119.88 57.15C120.02 57.35 120.16 57.55 120.3 57.75C120.44 57.95 120.59 58.15 120.73 58.36C120.87 58.56 121.02 58.77 121.16 58.97C121.3 59.17 121.45 59.38 121.59 59.58C121.73 59.78 121.88 59.98 122.02 60.19C122.16 60.4 122.31 60.59 122.45 60.79C122.59 60.99 122.73 61.19 122.87 61.38C123.01 61.58 123.15 61.77 123.29 61.96C123.43 62.16 123.56 62.34 123.7 62.53C123.84 62.72 123.97 62.9 124.1 63.08C124.23 63.26 124.36 63.44 124.49 63.61C124.62 63.78 124.74 63.95 124.86 64.12C124.99 64.29 125.1 64.44 125.22 64.6C125.33 64.75 125.44 64.9 125.56 65.06C125.67 65.2 125.77 65.34 125.88 65.48C125.98 65.61 126.08 65.74 126.17 65.87C126.26 65.99 126.35 66.1 126.44 66.22C126.5 66.29 126.56 66.37 126.61 66.44C126.86 66.76 127.07 67 127.21 67.17C128.34 68.41 126.4 67.23 124.94 67.04C124.58 66.99 124.24 67 123.99 67.13C123.99 67.13 123.99 67.13 123.97 67.13C123.93 67.15 123.9 67.17 123.87 67.2C123.86 67.2 123.85 67.22 123.83 67.23C123.8 67.25 123.78 67.28 123.76 67.3C123.76 67.31 123.74 67.32 123.73 67.34C123.7 67.38 123.68 67.42 123.65 67.47C123.63 67.51 123.61 67.57 123.6 67.62C123.6 67.64 123.6 67.66 123.59 67.67C123.59 67.71 123.57 67.76 123.57 67.81C123.57 67.83 123.57 67.85 123.57 67.87C123.48 69.29 124.37 71.16 124.95 72.42C125.69 74.02 126.64 75.53 127.74 76.91C129.92 79.66 132.69 81.84 135.27 84.17C135.31 84.21 135.34 84.24 135.38 84.27C135.46 84.35 135.55 84.42 135.63 84.5C135.69 84.55 135.74 84.6 135.8 84.65C135.88 84.72 135.96 84.79 136.04 84.86C136.08 84.9 136.13 84.94 136.18 84.98C136.27 85.06 136.37 85.15 136.46 85.23C136.5 85.26 136.53 85.29 136.57 85.33C136.69 85.44 136.81 85.54 136.93 85.65C136.98 85.7 137.04 85.75 137.09 85.79C137.14 85.83 137.19 85.88 137.24 85.92C137.26 85.94 137.29 85.96 137.31 85.98C137.36 86.03 137.42 86.08 137.47 86.12C137.54 86.18 137.61 86.25 137.68 86.31C137.73 86.36 137.79 86.41 137.85 86.46C137.93 86.53 138.01 86.6 138.09 86.68C138.13 86.72 138.17 86.75 138.21 86.78C138.33 86.88 138.44 86.99 138.56 87.09C138.6 87.13 138.64 87.16 138.68 87.19C138.76 87.26 138.84 87.33 138.92 87.4C138.96 87.44 139.01 87.47 139.05 87.51C139.13 87.58 139.2 87.64 139.28 87.71C139.32 87.75 139.37 87.79 139.41 87.83C139.42 87.84 139.44 87.86 139.45 87.87C139.52 87.93 139.6 88 139.67 88.06C139.69 88.08 139.72 88.1 139.74 88.12C139.85 88.22 139.96 88.31 140.06 88.4C140.1 88.43 140.13 88.46 140.16 88.49C140.23 88.55 140.3 88.62 140.37 88.68C140.41 88.72 140.45 88.75 140.5 88.79C140.57 88.85 140.63 88.91 140.7 88.96C140.74 88.99 140.77 89.02 140.8 89.05C140.89 89.13 140.98 89.2 141.06 89.27C141.07 89.27 141.08 89.29 141.1 89.3C141.19 89.38 141.29 89.46 141.38 89.53C141.41 89.56 141.44 89.58 141.47 89.6C141.53 89.65 141.59 89.7 141.65 89.75C141.68 89.78 141.71 89.8 141.75 89.83C141.81 89.88 141.87 89.93 141.92 89.97C141.95 89.99 141.97 90.01 142 90.04C142.16 90.17 142.31 90.3 142.46 90.41C142.48 90.43 142.5 90.45 142.52 90.46C142.57 90.5 142.61 90.53 142.66 90.57C142.68 90.59 142.71 90.61 142.73 90.62C142.77 90.65 142.81 90.68 142.86 90.72C142.88 90.73 142.9 90.75 142.92 90.76C142.98 90.8 143.03 90.84 143.08 90.88C143.29 91.03 143.49 91.18 143.7 91.36C143.9 91.53 144.1 91.7 144.3 91.88C144.42 91.98 144.53 92.09 144.64 92.2C144.67 92.23 144.7 92.26 144.73 92.29C144.85 92.41 144.97 92.52 145.09 92.64C145.11 92.66 145.14 92.69 145.16 92.71C145.29 92.84 145.41 92.97 145.54 93.1C145.55 93.12 145.57 93.13 145.58 93.15C145.71 93.29 145.84 93.43 145.97 93.57C145.97 93.57 145.97 93.57 145.98 93.59C147.02 94.74 147.85 96.08 148.93 97.18C149.57 97.82 150.33 98.32 151.1 98.8C153.93 100.55 156.93 102.04 160.05 103.19C161.29 103.65 162.63 104.08 164.04 104.45C165.42 104.82 166.86 105.12 168.31 105.32C168.87 105.4 169.42 105.46 169.98 105.5C170.03 105.5 170.08 105.5 170.12 105.51C170.72 105.55 171.32 105.58 171.91 105.58H171.93C172.24 105.58 172.55 105.58 172.85 105.56C173.46 105.53 174.07 105.48 174.66 105.4C175.25 105.32 175.84 105.2 176.41 105.06C177.42 104.8 178.37 104.43 179.27 103.95C179.92 103.6 180.54 103.19 181.12 102.7C182.1 101.87 183.13 100.93 183.5 99.66C183.59 99.35 183.66 99 183.69 98.6C183.71 98.36 183.71 98.1 183.69 97.82H183.68L183.61 97.85Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
31
|
+
<path d="M183.61 97.8498C183.61 97.6898 183.58 97.5198 183.56 97.3498C183.53 97.1098 183.48 96.8598 183.42 96.5998C183.4 96.5198 183.38 96.4298 183.36 96.3498C182.92 94.7298 181.9 92.6798 179.85 90.1298C179.73 89.9798 179.61 89.8298 179.48 89.6698C179.44 89.6198 179.4 89.5698 179.36 89.5298C179.36 89.5298 179.34 89.5098 179.34 89.4998C179.29 89.4398 179.24 89.3798 179.19 89.3198C179.16 89.2798 179.12 89.2398 179.08 89.1898C179.04 89.1398 178.99 89.0798 178.94 89.0298C178.87 88.9498 178.8 88.8798 178.74 88.7998C178.7 88.7498 178.65 88.6998 178.6 88.6498C178.57 88.6098 178.54 88.5798 178.51 88.5398C178.4 88.4198 178.29 88.2998 178.18 88.1698C178.2 88.6498 178.21 89.1198 178.22 89.5998C178.24 92.1898 178.12 95.3798 176.26 97.4098C174.51 99.3098 171.55 99.5998 169.14 99.2898C166.11 98.9098 163.22 97.7898 160.48 96.4898C157.84 95.2398 155.31 93.7798 152.85 92.2298C149.93 90.3898 147.09 88.3998 144.29 86.3798C140.8 83.8498 137.39 81.1998 134.22 78.2798C134.22 78.2798 134.2 78.2598 134.19 78.2498C132.33 76.5298 131.72 73.8298 132.67 71.4798C132.73 71.3198 132.8 71.1798 132.86 71.0498C133.4 69.9898 134.19 69.0398 135.24 68.5798C133.82 67.0098 132.35 65.4898 130.88 63.9698C128.48 61.4998 126.18 58.9298 123.97 56.2798C123.01 55.1198 122 53.9098 121.14 52.6198C120.36 52.1098 119.57 51.6098 118.77 51.1098C118.38 50.8698 118.02 50.6598 117.68 50.4798C117.68 50.4798 117.68 50.4798 117.66 50.4798C117.56 50.4298 117.46 50.3698 117.36 50.3298C117.34 50.3298 117.32 50.3098 117.3 50.2998C117.22 50.2598 117.14 50.2198 117.06 50.1898C117.03 50.1798 117.01 50.1698 116.98 50.1598C116.91 50.1298 116.84 50.0998 116.77 50.0798C116.74 50.0798 116.72 50.0598 116.69 50.0498C116.63 50.0298 116.56 49.9998 116.5 49.9898C116.48 49.9898 116.45 49.9698 116.43 49.9698C116.37 49.9498 116.3 49.9398 116.25 49.9298C116.23 49.9298 116.22 49.9298 116.2 49.9298C116.06 49.8998 115.93 49.8998 115.82 49.9098C115.8 49.9098 115.79 49.9098 115.78 49.9098C115.74 49.9098 115.71 49.9298 115.68 49.9398C115.66 49.9398 115.65 49.9598 115.64 49.9698C115.61 49.9898 115.59 49.9998 115.57 50.0198C115.56 50.0298 115.54 50.0498 115.53 50.0598C115.51 50.0798 115.5 50.1098 115.49 50.1398C115.4 50.3398 115.4 50.5898 115.47 50.7898C115.51 50.9298 115.61 51.0598 115.7 51.1798C115.79 51.2998 115.88 51.4298 115.96 51.5498C116.03 51.6498 116.09 51.7398 116.16 51.8398C116.24 51.9498 116.31 52.0598 116.39 52.1698C116.48 52.2898 116.56 52.4198 116.65 52.5398C116.74 52.6698 116.84 52.8098 116.93 52.9398C117.03 53.0898 117.14 53.2298 117.23 53.3798C117.34 53.5398 117.45 53.6898 117.56 53.8498C117.68 54.0198 117.79 54.1798 117.91 54.3498C118.03 54.5198 118.15 54.6998 118.28 54.8698C118.41 55.0498 118.53 55.2298 118.66 55.4098C118.79 55.5998 118.92 55.7898 119.05 55.9698C119.18 56.1598 119.32 56.3598 119.45 56.5498C119.59 56.7498 119.73 56.9398 119.86 57.1398C120 57.3398 120.14 57.5398 120.28 57.7398C120.42 57.9398 120.57 58.1398 120.71 58.3498C120.85 58.5498 121 58.7598 121.14 58.9598C121.28 59.1598 121.43 59.3698 121.57 59.5698C121.71 59.7698 121.86 59.9698 122 60.1798C122.14 60.3798 122.29 60.5798 122.43 60.7798C122.57 60.9798 122.71 61.1798 122.85 61.3698C122.99 61.5698 123.13 61.7598 123.27 61.9498C123.41 62.1398 123.54 62.3298 123.68 62.5198C123.81 62.6998 123.95 62.8898 124.08 63.0698C124.21 63.2498 124.34 63.4298 124.47 63.5998C124.6 63.7698 124.72 63.9398 124.84 64.1098C124.96 64.2698 125.08 64.4298 125.2 64.5898C125.31 64.7398 125.42 64.8898 125.54 65.0498C125.65 65.1898 125.75 65.3298 125.86 65.4698C125.96 65.5998 126.06 65.7298 126.15 65.8598C126.24 65.9798 126.33 66.0898 126.42 66.2098C126.48 66.2798 126.54 66.3598 126.59 66.4298C126.84 66.7498 127.05 66.9898 127.19 67.1598C128.32 68.3998 126.38 67.2198 124.92 67.0298C124.56 66.9798 124.22 66.9898 123.97 67.1198C123.97 67.1198 123.97 67.1198 123.95 67.1198C123.91 67.1398 123.88 67.1598 123.85 67.1898C123.84 67.1898 123.83 67.2098 123.81 67.2198C123.78 67.2398 123.76 67.2698 123.74 67.2898C123.74 67.2998 123.72 67.3098 123.71 67.3298C123.68 67.3698 123.66 67.4098 123.63 67.4598C123.61 67.4998 123.59 67.5598 123.58 67.6098C123.58 67.6298 123.58 67.6498 123.57 67.6598C123.57 67.7098 123.55 67.7498 123.55 67.7998C123.55 67.8198 123.55 67.8398 123.55 67.8598C123.46 69.2798 124.35 71.1498 124.93 72.4098C125.67 74.0098 126.62 75.5198 127.72 76.8998C127.96 77.2098 128.22 77.5098 128.48 77.8098C128.53 77.8698 128.58 77.9198 128.63 77.9798C128.87 78.2498 129.12 78.5198 129.37 78.7898C129.44 78.8598 129.51 78.9398 129.58 79.0098C129.81 79.2498 130.05 79.4798 130.28 79.7098C130.38 79.8098 130.49 79.9098 130.59 80.0098C130.76 80.1698 130.92 80.3198 131.09 80.4798C131.4 80.7698 131.71 81.0498 132.02 81.3298C133.09 82.2798 134.17 83.2098 135.22 84.1598C135.26 84.1998 135.29 84.2298 135.33 84.2598C135.41 84.3398 135.5 84.4098 135.58 84.4898C135.64 84.5398 135.69 84.5898 135.75 84.6398C135.83 84.7098 135.91 84.7798 135.99 84.8498C136.03 84.8898 136.08 84.9298 136.13 84.9698C136.22 85.0498 136.32 85.1398 136.41 85.2198C136.45 85.2498 136.48 85.2798 136.52 85.3198C136.64 85.4298 136.76 85.5298 136.88 85.6398C136.93 85.6898 136.99 85.7398 137.04 85.7798C137.09 85.8198 137.14 85.8698 137.19 85.9098C137.21 85.9298 137.24 85.9498 137.26 85.9698C137.31 86.0198 137.37 86.0698 137.42 86.1098C137.49 86.1698 137.56 86.2398 137.63 86.2998C137.68 86.3498 137.74 86.3998 137.8 86.4498C137.88 86.5198 137.96 86.5898 138.04 86.6698C138.08 86.7098 138.12 86.7398 138.16 86.7698C138.28 86.8698 138.39 86.9798 138.51 87.0798C138.55 87.1198 138.59 87.1498 138.63 87.1798C138.71 87.2498 138.79 87.3198 138.87 87.3898C138.91 87.4298 138.96 87.4598 139 87.4998C139.08 87.5698 139.15 87.6298 139.23 87.6998C139.27 87.7398 139.32 87.7798 139.36 87.8198C139.37 87.8298 139.39 87.8498 139.4 87.8598C139.47 87.9198 139.55 87.9898 139.62 88.0498C139.64 88.0698 139.67 88.0898 139.69 88.1098C139.8 88.2098 139.91 88.2998 140.01 88.3898C140.05 88.4198 140.08 88.4498 140.11 88.4798C140.18 88.5398 140.25 88.6098 140.33 88.6698C140.37 88.7098 140.41 88.7398 140.46 88.7798C140.53 88.8398 140.59 88.8998 140.66 88.9498C140.7 88.9798 140.73 89.0098 140.76 89.0398C140.85 89.1198 140.94 89.1898 141.02 89.2598C141.03 89.2598 141.04 89.2798 141.06 89.2898C141.15 89.3698 141.25 89.4498 141.34 89.5198C141.37 89.5498 141.4 89.5698 141.43 89.5898C141.49 89.6398 141.55 89.6898 141.61 89.7398C141.64 89.7698 141.67 89.7898 141.71 89.8198C141.77 89.8698 141.83 89.9198 141.88 89.9598C141.91 89.9798 141.93 90.0098 141.96 90.0298C142.12 90.1598 142.27 90.2898 142.42 90.3998C142.44 90.4198 142.46 90.4398 142.48 90.4498C142.53 90.4898 142.57 90.5198 142.62 90.5598C142.64 90.5798 142.67 90.5998 142.69 90.6098C142.73 90.6398 142.77 90.6698 142.82 90.7098C142.84 90.7198 142.86 90.7398 142.88 90.7498C142.94 90.7898 142.99 90.8298 143.04 90.8698C143.25 91.0198 143.45 91.1698 143.66 91.3498C143.86 91.5198 144.06 91.6898 144.26 91.8698C144.38 91.9698 144.49 92.0798 144.6 92.1898C144.63 92.2198 144.66 92.2498 144.69 92.2798C144.81 92.3998 144.93 92.5098 145.05 92.6298C145.07 92.6498 145.1 92.6698 145.12 92.6998C145.25 92.8298 145.37 92.9598 145.5 93.0898C145.51 93.1098 145.53 93.1198 145.54 93.1298C145.67 93.2698 145.8 93.4098 145.93 93.5498C145.93 93.5498 145.93 93.5498 145.94 93.5698C146.98 94.7198 147.81 96.0598 148.89 97.1598C149.53 97.7998 150.29 98.2998 151.06 98.7798C153.89 100.53 156.89 102.02 160.01 103.17C161.25 103.63 162.59 104.06 164 104.43C165.38 104.8 166.82 105.1 168.27 105.3C168.83 105.38 169.38 105.44 169.94 105.48C169.99 105.48 170.04 105.48 170.08 105.49C170.68 105.53 171.28 105.56 171.87 105.56H171.89C172.2 105.56 172.51 105.56 172.81 105.54C173.42 105.51 174.03 105.46 174.62 105.38C175.21 105.3 175.8 105.18 176.37 105.04C177.38 104.78 178.33 104.41 179.23 103.93C179.88 103.58 180.5 103.17 181.08 102.68C182.06 101.85 183.09 100.91 183.46 99.6398C183.55 99.3298 183.62 98.9798 183.65 98.5798C183.67 98.3398 183.67 98.0798 183.65 97.7998L183.61 97.8498Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
32
|
+
</g>
|
|
33
|
+
<defs>
|
|
34
|
+
<clipPath id="clip0_6865_476400">
|
|
35
|
+
<rect width="182.58" height="169.92" fill="var(--sapContent_Illustrative_Color8)" transform="translate(69 35)"/>
|
|
36
|
+
</clipPath>
|
|
37
|
+
</defs>
|
|
38
|
+
</svg>`;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-NoActivities">
|
|
2
|
+
<rect y="57.3999" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M196.954 72.1923C198.809 72.0528 200.435 73.4398 200.574 75.2948L200.873 78.3104C202.087 78.3656 203.045 78.7105 203.15 79.9237C203.15 79.9237 206.341 111.13 209.504 134.49C212.59 157.235 214.558 173.502 214.564 173.559C214.716 175.414 213.21 177.04 211.196 177.18L122.276 183.565C120.263 183.705 118.498 182.318 118.347 180.463C118.347 180.463 115.754 168.523 113.813 154.046C113.371 154.432 112.961 154.787 112.594 155.099C108.539 158.546 104.731 162.215 102.203 166.893C99.7162 171.49 97.8939 176.505 94.7422 180.724C93.1827 182.808 91.3357 184.401 89.251 185.928C86.1546 188.208 80.3746 191.677 78.6543 195.117L60 195.308L65.7188 182.184C66.7866 179.375 76.6024 151.946 78.6543 142.048C79.0155 140.283 79.9676 138.691 81.3955 137.6C85.836 134.193 91.2701 133.561 96.6709 131.197C103.997 128.702 108.396 127.121 111.356 126.322C110.248 107.257 109.518 84.6694 109.637 82.5565C109.597 80.7736 111.016 79.228 112.813 79.0849L196.954 72.1923Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M137.435 129.342C137.435 129.342 135.24 158.708 129.708 159.092C124.175 159.475 123.274 147.964 123.274 147.964C123.274 147.964 126.192 133.009 137.435 129.342Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
5
|
+
<path d="M121.606 132.938C121.588 134.411 119.304 136.472 117.938 137.578C116.636 136.427 115.493 135.107 114.467 133.706C111.844 130.145 109.622 126.067 108.551 121.767C108.444 121.338 107.356 119.902 107.463 119.429C115.36 115.967 125.621 110.407 128.914 109.087C136.775 105.946 137.988 115.565 137.988 115.565C137.988 115.565 133.946 118.759 132.929 121.686C131.921 124.613 121.624 130.815 121.606 132.92V132.938Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
6
|
+
<path d="M116.181 142.128C114.458 141.182 110.898 132.83 110.256 131.278C110.256 131.26 112.808 127.548 115.154 127.28C115.743 127.182 114.958 133.044 116.618 132.964C118.973 132.857 120.401 129.315 122.052 126.441C123.453 123.987 124.524 123.291 125.041 122.328C125.693 121.114 125.461 120.954 125.336 119.695C125.264 118.946 125.264 118.179 125.38 117.438C125.434 117.117 125.532 116.76 125.817 116.617C126.076 116.483 126.415 116.599 126.603 116.822C126.995 117.313 126.719 118.107 126.986 118.669C127.201 119.107 127.691 119.356 128.164 119.374C128.61 119.392 129.003 119.178 129.333 118.901C130.101 118.259 130.975 117.795 131.475 116.947C132.019 115.894 131.876 114.404 132.992 114.565L137.355 115.484C137.355 115.484 137.935 117.59 137.284 119.927C136.98 120.561 134.303 121.819 133.705 122.337C129.637 125.852 125.202 134.419 125.175 136.275C125.157 137.747 119.58 144.287 118.063 142.833L116.181 142.119V142.128Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
7
|
+
<path d="M129.797 60.3931L210.979 60.179C212.996 60.0273 215.155 59.8399 215.316 61.8565C215.316 61.8565 218.51 95.782 221.678 121.177C224.774 145.948 226.746 163.651 226.746 163.651C226.898 165.667 225.39 167.434 223.373 167.586L134.321 174.528C132.305 174.68 130.538 173.172 130.386 171.155C130.386 171.155 126.032 149.392 124.381 128.057C122.73 106.722 121.579 66.1931 121.749 63.6857C121.936 60.7946 124.015 60.7768 129.797 60.3931Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
8
|
+
<path d="M130.207 60.3933L212.291 59.2869C214.307 59.1352 216.467 58.9478 216.627 60.9644C216.627 60.9644 219.822 94.8899 222.99 120.285C226.086 145.055 228.058 162.759 228.058 162.759C228.21 164.775 226.702 166.542 224.685 166.694L135.633 173.636C133.616 173.788 131.849 172.28 131.698 170.263C131.698 170.263 127.343 148.5 125.692 127.165C124.042 105.83 122.989 64.4712 122.989 64.4712C122.989 62.5616 124.434 60.777 130.216 60.3933H130.207Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path d="M140.942 129.511C140.942 129.511 142.12 141.888 141.201 147.188C140.282 152.488 138.122 152.916 136.962 152.372C135.802 151.828 133.366 150.498 133.295 147.027C133.223 143.556 132.135 139.996 132.135 139.996L134.267 133.848L140.951 129.511H140.942Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
10
|
+
<path d="M130.359 61.8381L216.181 55.1458C218.198 54.9941 220.357 54.8067 220.518 56.8233C220.518 56.8233 223.712 90.7488 226.88 116.144C229.976 140.914 231.948 158.618 231.948 158.618C232.1 160.634 230.592 162.401 228.575 162.553L139.523 169.495C137.507 169.647 135.74 168.139 135.588 166.122C135.588 166.122 131.234 144.359 129.583 123.024C127.932 101.688 126.879 65.7553 126.879 65.7553C126.728 63.7387 128.343 61.9987 130.359 61.8381Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M130.208 60.3928L216.583 53.4507C218.6 53.299 220.366 54.807 220.518 56.8236L222.508 76.9005L127.54 84.387L126.763 64.3547C126.612 62.3381 128.2 60.5624 130.217 60.4018L130.208 60.3928Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
12
|
+
<path d="M142.022 133.464C141.968 133.544 141.915 133.615 141.87 133.696C141.924 133.615 141.977 133.544 142.022 133.464Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
13
|
+
<path d="M146.269 120.249C146.224 120.178 146.18 120.124 146.135 120.053C146.198 120.187 146.26 120.33 146.314 120.463C146.296 120.392 146.287 120.321 146.278 120.249H146.269Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
14
|
+
<path d="M136.257 141.085C137.783 139.193 139.729 136.81 141.513 134.205C139.72 136.784 137.783 139.175 136.257 141.085Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M153.113 75.6341C155.937 75.6341 158.227 73.3449 158.227 70.5209C158.227 67.697 155.937 65.4077 153.113 65.4077C150.289 65.4077 148 67.697 148 70.5209C148 73.3449 150.289 75.6341 153.113 75.6341Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
16
|
+
<path d="M196.881 72.0199C199.705 72.0199 201.994 69.7306 201.994 66.9067C201.994 64.0827 199.705 61.7935 196.881 61.7935C194.057 61.7935 191.768 64.0827 191.768 66.9067C191.768 69.7306 194.057 72.0199 196.881 72.0199Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
17
|
+
<path d="M149.535 74.1883C149.535 74.1883 148.785 73.644 148.295 72.3412C147.804 71.0385 148.045 69.8071 148.045 69.8071C151.418 69.8428 153.086 67.8886 152.622 60.5717C152.319 55.7979 151.034 52.8711 149.892 52.0859C149.624 51.8985 149.285 51.7557 148.625 51.9609C147.144 52.416 146.448 55.3606 146.688 59.144L142.209 59.5009C141.674 51.1846 145.172 48.356 147.304 47.6957C149.151 47.1246 150.918 47.3745 152.417 48.4096C155.96 50.8456 156.852 56.8954 157.066 60.2862C157.334 64.4265 157.744 73.0819 149.535 74.1883Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
18
|
+
<path d="M193.472 70.7163C193.472 70.7163 192.669 70.056 192.187 68.9407C191.634 67.6736 191.777 66.585 191.777 66.585C195.489 66.585 197.711 64.3453 197.238 57.0284C196.934 52.2545 195.649 49.3277 194.507 48.5425C194.24 48.3551 193.9 48.2124 193.24 48.4176C191.759 48.8727 190.983 51.7727 191.224 55.556L186.824 55.913C186.289 47.5967 189.787 44.8216 191.92 44.1613C193.758 43.5902 195.533 43.8401 197.041 44.8751C200.584 47.3111 201.476 53.361 201.69 56.7517C201.958 60.892 201.69 69.6188 193.472 70.7253V70.7163Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
19
|
+
<path d="M201.75 164.641C194.959 127.316 191.634 79.818 191.607 79.3361L193.383 79.1934C193.419 79.6841 196.798 127.267 203.571 164.503L201.75 164.641Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
20
|
+
<path d="M167.308 167.332C160.116 129.328 158.03 82.4511 158.003 81.9782L159.779 81.8354C159.796 82.3084 161.923 129.311 169.097 167.19L167.308 167.332Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
21
|
+
<path d="M128.872 112.245L128.748 110.476C129.06 110.449 159.6 107.658 225.301 102.768L225.524 104.544C159.841 109.434 129.184 112.218 128.872 112.245Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
22
|
+
<path d="M123.007 65.4075C122.98 64.4705 122.855 62.9446 124.381 63.2837C125.791 63.596 126.755 63.7834 126.915 66.9959C126.987 68.4058 130.012 63.7388 130.012 63.7388L131.279 60.3032L128.352 60.4995L126.183 60.8922L123.703 61.7756L122.552 63.1588V65.7109L123.007 65.4164V65.4075Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
23
|
+
<path d="M136.4 140.905C147.465 139.959 177.901 137.416 229.031 133.606C228.959 133.026 228.888 132.428 228.816 131.831C180.123 135.462 150.213 137.934 137.935 138.978C137.391 139.665 136.882 140.299 136.4 140.896V140.905Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
24
|
+
<path d="M126.897 150.301L128.209 158.877L129.476 157.779C129.003 154.879 128.503 151.595 128.013 148.07L126.897 150.292V150.301Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
25
|
+
<path d="M133.197 152.551C132.724 149.615 132.233 146.322 131.751 142.824L128.013 148.08C128.503 151.605 129.012 154.88 129.476 157.789L133.197 152.56V152.551Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
26
|
+
<path d="M96.7907 182.54C98.8609 180.577 101.101 178.792 103.403 177.097C105.669 175.437 107.677 173.706 109.372 171.44C112.799 166.853 114.78 161.401 117.483 156.404C120.232 151.318 124.372 147.329 128.78 143.582C130.948 141.744 131.091 135.658 133.518 135.89C135.936 135.596 138.399 134.784 140.175 132.722C141.576 131.098 143.574 129.207 143.878 127.065C144.163 125.049 142.691 119.293 142.084 117.366C142.664 117.348 143.244 117.482 143.771 117.732C136.936 114.198 126.665 130.608 126.665 130.608C126.665 130.608 119.982 139.789 118.581 140.048C117.18 140.316 112.361 139.067 115.502 126.164C115.833 124.79 111.835 129.296 111.175 128.047C110.434 126.655 109.765 125.218 109.256 123.728C108.89 122.657 111.585 118.731 111.469 117.598C105.598 120.168 99.6907 120.855 94.8633 124.558C93.3107 125.745 92.2756 127.476 91.883 129.394C89.6522 140.155 78.9803 169.976 77.8203 173.028L67.7372 195.309H87.4304C89.8129 190.544 92.927 186.216 96.7996 182.54H96.7907Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
27
|
+
<path d="M141.861 133.697C141.915 133.616 141.968 133.545 142.013 133.465C144.502 129.771 146.528 125.782 146.474 122.418C146.474 122.329 146.474 122.239 146.474 122.15C146.474 122.097 146.474 122.034 146.474 121.981C146.564 121.499 146.492 120.972 146.305 120.455C146.251 120.321 146.198 120.178 146.126 120.044C145.653 119.081 144.788 118.197 143.762 117.724C143.226 117.475 142.655 117.341 142.075 117.359C142.682 119.286 144.145 125.041 143.869 127.058C143.565 129.199 141.567 131.091 140.166 132.715C138.39 134.776 135.927 135.588 133.509 135.883C131.082 135.66 130.93 141.736 128.771 143.574C124.363 147.322 120.223 151.311 117.474 156.397C114.771 161.394 112.79 166.846 109.363 171.432C107.668 173.699 105.66 175.43 103.394 177.09C101.092 178.776 98.8519 180.561 96.7817 182.533C92.9091 186.209 89.7949 190.537 87.4125 195.302H97.3171L98.718 190.019C98.718 190.019 99.1552 188.877 109.479 178.758C119.812 168.639 121.115 164.446 125.121 156.361C129.128 148.277 132.947 145.43 135.356 142.174C135.624 141.834 135.927 141.46 136.231 141.067C137.756 139.167 139.702 136.766 141.486 134.187C141.602 134.018 141.718 133.848 141.834 133.679L141.861 133.697Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
28
|
+
<path d="M140.514 129.11L139.042 128.565C137.694 128.066 136.525 127.173 135.677 126.013L134.758 124.755C134.758 124.755 138.167 114.475 143.914 118.08C150.259 122.069 140.505 129.11 140.505 129.11H140.514Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
29
|
+
<path d="M136.4 140.906C136.882 140.308 137.391 139.665 137.935 138.987C139.238 138.88 140.755 138.746 142.459 138.603C146.064 132.357 147.322 128.012 146.474 122.158L131.751 142.824C132.233 146.331 132.724 149.614 133.197 152.55C133.197 152.55 135.231 150.177 140.407 141.985C140.728 141.477 141.04 140.977 141.335 140.495C139.398 140.656 137.748 140.798 136.391 140.914L136.4 140.906Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
30
|
+
<path d="M136.4 140.906C137.757 140.79 139.407 140.647 141.344 140.486C141.745 139.835 142.111 139.21 142.459 138.603C140.755 138.746 139.238 138.871 137.935 138.987C137.391 139.674 136.882 140.308 136.4 140.906Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
31
|
+
<path d="M96.7907 182.54C98.8609 180.577 101.101 178.792 103.403 177.097C105.669 175.437 107.677 173.706 109.372 171.44C112.799 166.853 114.78 161.401 117.483 156.404C120.232 151.318 124.372 147.329 128.78 143.582C130.948 141.744 131.091 135.658 133.518 135.89C135.936 135.596 138.399 134.784 140.175 132.722C141.576 131.098 143.574 129.207 143.878 127.065C144.163 125.049 142.691 119.293 142.084 117.366C142.664 117.348 143.244 117.482 143.771 117.732C136.936 114.198 126.665 130.608 126.665 130.608C126.665 130.608 119.982 139.789 118.581 140.048C117.18 140.316 112.361 139.067 115.502 126.164C115.833 124.79 111.835 129.296 111.175 128.047C110.434 126.655 109.765 125.218 109.256 123.728C108.89 122.657 111.585 118.731 111.469 117.598C105.598 120.168 99.6907 120.855 94.8633 124.558C93.3107 125.745 92.2756 127.476 91.883 129.394C89.6522 140.155 78.9803 169.976 77.8203 173.028L67.7372 195.309H87.4304C89.8129 190.544 92.927 186.216 96.7996 182.54H96.7907Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
32
|
+
<path d="M141.861 133.697C141.915 133.616 141.968 133.545 142.013 133.465C144.502 129.771 146.528 125.782 146.474 122.418C146.474 122.329 146.474 122.239 146.474 122.15C146.474 122.097 146.474 122.034 146.474 121.981C146.564 121.499 146.492 120.972 146.305 120.455C146.251 120.321 146.198 120.178 146.126 120.044C145.653 119.081 144.788 118.197 143.762 117.724C143.226 117.475 142.655 117.341 142.075 117.359C142.682 119.286 144.145 125.041 143.869 127.058C143.565 129.199 141.567 131.091 140.166 132.715C138.39 134.776 135.927 135.588 133.509 135.883C131.082 135.66 130.93 141.736 128.771 143.574C124.363 147.322 120.223 151.311 117.474 156.397C114.771 161.394 112.79 166.846 109.363 171.432C107.668 173.699 105.66 175.43 103.394 177.09C101.092 178.776 98.8519 180.561 96.7817 182.533C92.9091 186.209 89.7949 190.537 87.4125 195.302H97.3171L98.718 190.019C98.718 190.019 99.1552 188.877 109.479 178.758C119.812 168.639 121.115 164.446 125.121 156.361C129.128 148.277 132.947 145.43 135.356 142.174C135.624 141.834 135.927 141.46 136.231 141.067C137.756 139.167 139.702 136.766 141.486 134.187C141.602 134.018 141.718 133.848 141.834 133.679L141.861 133.697Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
33
|
+
<path d="M140.514 129.11L139.042 128.565C137.694 128.066 136.525 127.173 135.677 126.013L134.758 124.755C134.758 124.755 138.167 114.475 143.914 118.08C150.259 122.069 140.505 129.11 140.505 129.11H140.514Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
34
|
+
</svg>`;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-NoChartData">
|
|
2
|
+
<rect y="59" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M197.876 182.897L159.418 169.915C167.268 164.281 164.063 158.357 151.601 155.204C137.197 151.556 112.989 152.365 95.0899 157.454C74.5309 163.301 68.8031 172.779 85.91 178.004C103.443 183.357 134.162 181.09 151.951 173.845L189.838 186.374L193.827 185.497C194.083 185.565 197.868 182.888 197.868 182.888L197.876 182.897Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M134.938 40.2282L150.937 77.5786C151.516 79.4623 147.655 83.2042 145.66 83.3747L74.2752 89.3753C72.741 89.5032 71.3516 88.4974 70.9936 87.0057L60.2368 47.1493C59.1884 42.9813 61.7711 39.4184 65.0271 39.0434L131.793 38.0461C133.224 37.9779 134.52 38.8729 134.938 40.2282Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M137.333 37.1857L150.809 76.3517C151.389 78.2354 150.059 80.1703 148.064 80.3407L76.6451 86.8698C75.1109 86.9977 73.713 85.9919 73.3636 84.5088L62.155 42.8198C61.7118 40.9531 63.0926 39.1376 65.0189 39.0438L134.188 35.0036C135.62 34.9355 136.924 35.8304 137.342 37.1857H137.333Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M140.776 72.1748L160.577 139.597C160.986 141.088 162.435 142.051 163.969 141.847L254.328 129.24C259.11 128.03 260.465 124.177 259.817 122.319L233.079 59.3297C232.618 58.0171 231.34 57.1647 229.959 57.2585L144.544 62.1766C142.583 62.2959 138.645 65.1258 140.776 72.1663V72.1748Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
7
|
+
<path d="M141.782 66.0805L162.52 136.912C162.93 138.403 164.379 139.367 165.913 139.162L257.294 126.419C259.246 126.163 260.474 124.177 259.826 122.319L235.022 56.6364C234.562 55.3237 233.283 54.4714 231.903 54.5651L144.587 62.1511C142.626 62.2705 141.271 64.1712 141.791 66.072L141.782 66.0805Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M142.314 70.4957L236.884 61.5355C235.889 58.8012 235.491 57.7776 235.02 56.6364C234.559 55.3237 233.281 54.4714 231.9 54.5651L144.584 62.1511C142.624 62.2705 141.54 63.7733 141.789 66.072C141.908 67.1765 142.191 69.5332 142.314 70.4957Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M105.412 44.5906C105.293 44.5224 105.173 44.4628 105.054 44.3946C104.594 44.1474 104.133 43.9087 103.665 43.6871C103.639 43.6786 103.622 43.6616 103.596 43.653C103.093 43.4144 102.582 43.1928 102.071 42.9711C101.977 42.9285 101.875 42.8944 101.772 42.8518C101.269 42.6473 100.758 42.4512 100.247 42.2722C100.247 42.2722 100.23 42.2722 100.221 42.2637C99.6755 42.0676 99.1215 41.8972 98.5589 41.7267C98.4993 41.7097 98.4396 41.6926 98.3885 41.6756C97.2633 41.3517 96.1212 41.0874 94.9705 40.8829C94.9449 40.8829 94.9279 40.8829 94.9023 40.8743C94.7318 40.8488 94.5699 40.8317 94.3994 40.8062L95.5501 51.938C97.1866 52.2278 98.7891 52.7903 100.272 53.5745L105.795 44.8037C105.668 44.7355 105.548 44.6588 105.42 44.5906H105.412Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
10
|
+
<path d="M99.1981 69.1812C94.1607 69.7693 88.7056 66.3769 87.1117 61.6804C85.5433 57.0691 88.3391 53.0204 93.2487 52.5772C93.3083 52.5772 93.3765 52.5772 93.4362 52.5687L92.0383 43.9257C91.4161 43.9172 90.7853 43.9257 90.1631 43.9769C79.9518 44.7696 73.8575 53.0289 76.9515 62.7203C80.1649 72.8122 91.8423 80.1085 102.608 78.6935C108.924 77.8667 111.722 76.0123 113.815 71.4952L104.193 66.6843C103.776 67.3669 102.19 68.8232 99.1896 69.1727L99.1981 69.1812Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
11
|
+
<path d="M101.687 55.3918C103.162 56.6022 104.346 58.1279 105.003 59.8582C105.31 60.6765 105.471 61.4777 105.514 62.2533C105.557 63.1739 105.429 64.0603 105.139 64.8616L114.89 69.345C115.453 67.6317 115.691 65.7736 115.538 63.8387C115.504 63.4552 115.461 63.0716 115.402 62.6795C115.402 62.6454 115.393 62.6113 115.384 62.5772C115.325 62.1851 115.24 61.7845 115.146 61.3924C115.146 61.3839 115.146 61.3754 115.146 61.3584C115.061 61.0004 114.958 60.6424 114.847 60.2759C114.822 60.1906 114.796 60.0969 114.762 60.0116C114.643 59.6366 114.507 59.2615 114.362 58.878C112.802 54.9401 109.946 51.5136 106.452 48.9395L101.696 55.3748L101.687 55.3918Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path d="M204.107 125.508L193.768 126.786L186.591 104.906L196.836 103.875L204.107 125.508Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M219.21 123.633L209.204 124.877L199.265 95.6581L209.161 94.7461L219.21 123.633Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M249.086 119.935L239.71 121.102L232.013 99.9637L241.321 99.0347L249.086 119.935Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M234.536 121.742L224.853 122.935L211.309 84.5193L220.856 83.7437L234.536 121.742Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path d="M189.595 88.4008C190.072 89.8425 189.084 91.1253 187.381 91.2728C185.678 91.4204 183.896 90.3647 183.408 88.9117C182.931 87.47 183.93 86.1872 185.644 86.0396C187.358 85.8921 189.118 86.9478 189.595 88.3895V88.4008Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M202.036 80.2952C202.503 81.642 201.602 82.8258 200.027 82.9453C198.452 83.0647 196.78 82.0764 196.323 80.7297C195.867 79.3829 196.769 78.1991 198.354 78.0796C199.94 77.9601 201.58 78.9485 202.047 80.2952H202.036Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M213.999 70.2607C214.469 71.5719 213.606 72.7192 212.076 72.8176C210.546 72.9159 208.918 71.9434 208.448 70.6213C207.979 69.3101 208.853 68.1628 210.382 68.0645C211.912 67.9661 213.529 68.9386 213.999 70.2498V70.2607Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M234.375 84.6588C234.931 86.1534 234.004 87.4751 232.324 87.6233C230.644 87.7715 228.804 86.6722 228.26 85.1652C227.717 83.6583 228.643 82.349 230.336 82.2131C232.028 82.0773 233.831 83.1642 234.387 84.6588H234.375Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M186.761 88.8995L186.267 88.4136L198.942 80.2736L211.165 70.0708L231.502 84.7229L231.144 85.1064L211.301 70.8209L199.453 80.7253L186.761 88.8995Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M204.883 78.8158C207.678 90.5529 203.076 102.639 197.322 111.265C192.148 119.022 183.429 124.485 171.999 125.849C146.811 128.875 119.834 110.848 113.041 86.4274C106.529 63.0045 121.181 38.7634 145.107 37.6553C168.095 36.5899 197.169 57.1914 204.883 78.8158Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
22
|
+
<path d="M203.203 72.7891C211.215 95.2659 199.12 116.413 174.998 119.302C149.811 122.328 122.834 104.301 116.041 79.8807C109.247 55.4606 124.556 37.2371 148.482 36.1291C171.47 35.0636 195.489 51.1647 203.203 72.7891Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
23
|
+
<path d="M197.825 73.2244C204.704 92.7775 194.04 111.01 173.115 113.413C151.397 115.902 128.179 100.389 122.221 79.3784C116.467 59.1093 129.346 42.3177 150.118 41.2693C170.183 40.255 191.177 54.319 197.825 73.2244Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
24
|
+
<path d="M202.905 182.436L189.165 186.101L167.336 116.335L180.207 114.835L202.905 182.436Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
25
|
+
<path d="M165.018 78.0567C166.944 76.1048 168.743 74.1274 167.618 70.7009C166.373 66.8823 162.759 64.9986 158.54 65.2969C154.184 65.5952 152.062 67.7858 150.869 70.5645L146.829 67.8625C148.269 64.632 151.176 61.9045 157.253 61.5039C164.515 61.0266 170.192 64.3422 172.093 70.1213C173.678 74.9286 171.564 77.5794 169.143 80.2729C166.927 82.7277 165.785 84.0147 166.552 86.4099L166.714 86.9042L162.282 87.3049L162.128 86.8105C160.756 82.4464 162.887 80.1962 165.018 78.0653V78.0567ZM165.666 90.5609C167.498 90.3904 169.314 91.6093 169.885 93.3822C170.456 95.1551 169.501 96.6638 167.66 96.8513C165.794 97.0388 163.987 95.8285 163.416 94.0129C162.853 92.223 163.799 90.7399 165.666 90.5609Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
26
|
+
<path d="M121.505 63.6346L149.905 41.2856C134.98 42.121 124.181 51.0963 121.496 63.6346H121.505Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
27
|
+
<path d="M173.115 113.414C191.569 111.3 202.036 96.8611 199.53 80.061L154.073 111.249C160.236 113.303 166.739 114.138 173.115 113.405V113.414Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
<path d="M175.428 47.5882L175.417 47.5771L175.428 47.5882Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
29
|
+
<path d="M161.557 42.2578C162.077 42.3685 162.596 42.4963 163.116 42.6241C162.596 42.4878 162.077 42.3685 161.557 42.2578Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
30
|
+
<path d="M165.828 43.4072C166.049 43.4754 166.279 43.552 166.501 43.6287C166.279 43.552 166.049 43.4839 165.828 43.4072Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
31
|
+
<path d="M164.089 42.8877C164.336 42.9558 164.583 43.024 164.821 43.0921C164.574 43.024 164.327 42.9558 164.089 42.8877Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
32
|
+
<path d="M150.118 41.2689C150.706 41.2433 151.294 41.2263 151.883 41.2178C151.294 41.2178 150.706 41.2348 150.118 41.2689Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
33
|
+
<path d="M169.211 44.6191C169.39 44.6873 169.569 44.764 169.756 44.8406C169.577 44.764 169.398 44.6873 169.211 44.6191Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
34
|
+
<path d="M170.865 45.3081C170.993 45.3592 171.112 45.4188 171.24 45.4785C171.112 45.4188 170.993 45.3677 170.865 45.3081Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
35
|
+
<path d="M167.532 43.981C167.737 44.0576 167.941 44.1258 168.154 44.2024C167.95 44.1258 167.745 44.0491 167.532 43.981Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
36
|
+
<path d="M157.968 41.6187C158.3 41.6612 158.624 41.7124 158.956 41.772C158.624 41.7209 158.3 41.6698 157.968 41.6187Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
37
|
+
<path d="M152.479 41.2261C152.871 41.2261 153.263 41.2261 153.655 41.2516C153.263 41.2346 152.871 41.2346 152.479 41.2261Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
38
|
+
<path d="M159.742 41.9004C160.074 41.96 160.406 42.0282 160.73 42.0963C160.398 42.0282 160.065 41.96 159.742 41.9004Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
39
|
+
<path d="M199.853 83.1031C198.779 61.3849 177.905 44.0053 157.193 41.4141C149.99 40.7492 137.316 40.7492 128.119 50.7474C127.087 51.8726 126.116 53.1852 125.204 54.566C125.05 54.7962 124.965 54.9581 124.828 55.1797C124.811 55.2138 124.794 55.2479 124.777 55.282C135.688 42.1471 153.11 41.3033 168.521 47.4318C184.468 53.7733 198.242 67.5816 199.853 83.1031Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
40
|
+
<path d="M146.496 43.9612L121.496 63.6252C120.465 68.4325 120.627 73.7683 122.212 79.3683C122.349 79.8371 122.494 80.2973 122.638 80.7576L171.01 48.5128C163.091 44.9585 154.508 43.1941 146.487 43.9612H146.496Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
41
|
+
<path d="M162.094 119.089L169.586 123.53C169.586 123.53 168.027 119.661 173.158 119.124V119.047C171.095 119.362 166.953 119.771 162.094 119.089Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
42
|
+
<path d="M178.604 118.356C179.644 118.407 181.468 119.174 182.337 121.399L183.573 117.359C183.573 117.359 182.431 117.913 178.604 118.356Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
43
|
+
<path d="M189.165 186.103L168.7 120.769L170.081 119.38C170.081 119.38 172.698 119.227 175.681 118.63C175.681 118.63 174.65 119.789 174.957 121.392C176.158 127.69 195.618 184.867 195.618 184.867L189.174 186.094L189.165 186.103Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
44
|
+
<path d="M202.905 182.437C202.905 183.195 199.359 184.457 193.555 185.948C190.691 186.52 189.276 186.451 189.157 186.093C189.071 185.838 190.64 184.857 193.478 183.928C197.74 182.59 202.411 181.84 202.897 182.428L202.905 182.437Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
45
|
+
</svg>`;
|