@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,28 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-Achievement">
|
|
2
|
+
<rect y="42" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M73.3746 42.0159C73.3032 42.3227 73.2596 42.6335 73.2477 42.9403C73.1882 42.6216 73.1327 42.3148 73.0733 42.0159H40.9144C40.9976 42.4223 41.2712 43.785 41.3465 44.1316C41.4297 44.538 41.8143 44.8647 42.4407 45.1118C42.4724 45.3229 42.5081 45.5501 42.5477 45.809C42.6706 46.5621 42.8411 47.5104 43.075 48.6021C43.0829 48.6379 43.0908 48.6738 43.0987 48.7097C42.8648 48.3311 42.9164 48.6431 42.5477 48.3443C41.8222 47.7586 40.3554 46.6733 38.2824 47.0278C36.2094 47.3822 34 48.7097 34 51.8381C34 53.6149 34.5279 55.4681 39.0382 58.2004C42.5256 60.313 47.3048 62.1675 49.8064 65.4001C49.8421 65.4439 49.8778 65.4917 49.9135 65.5396C49.9611 65.5993 50.0086 65.6631 50.0602 65.7228C50.0998 65.7706 50.1394 65.8185 50.1791 65.8663C50.2306 65.926 50.2822 65.9858 50.3337 66.0496C50.3773 66.0974 50.4209 66.1492 50.4645 66.197C50.5161 66.2567 50.5716 66.3165 50.6271 66.3763C50.6746 66.4281 50.7182 66.4759 50.7658 66.5277C50.8213 66.5874 50.8768 66.6432 50.9323 66.703C50.9799 66.7548 51.0314 66.8026 51.083 66.8544C51.1424 66.9142 51.1979 66.9699 51.2574 67.0297C51.3089 67.0815 51.3605 67.1333 51.416 67.1811C51.4754 67.2369 51.5349 67.2927 51.5983 67.3524C51.6538 67.4042 51.7093 67.456 51.7648 67.5038C51.8283 67.5596 51.8877 67.6154 51.9511 67.6712C52.0106 67.723 52.0661 67.7708 52.1256 67.8226C52.189 67.8784 52.2564 67.9302 52.3198 67.9859C52.3793 68.0338 52.4388 68.0856 52.5022 68.1334C52.5696 68.1891 52.637 68.2409 52.7044 68.2927C52.7678 68.3406 52.8273 68.3924 52.8907 68.4402C52.9621 68.492 53.0334 68.5438 53.1048 68.5995C53.1682 68.6474 53.2316 68.6952 53.2951 68.739C53.3704 68.7948 53.4497 68.8466 53.529 68.9023C53.5884 68.9462 53.6519 68.986 53.7113 69.0298C53.8501 69.1215 53.9888 69.2131 54.1276 69.3008C54.195 69.3446 54.2663 69.3845 54.3377 69.4283C54.413 69.4761 54.4923 69.5239 54.5676 69.5677C54.643 69.6116 54.7183 69.6554 54.7936 69.6952C54.8689 69.7391 54.9442 69.7829 55.0196 69.8227C55.0989 69.8666 55.1781 69.9064 55.2535 69.9463C55.3288 69.9861 55.4041 70.0259 55.4794 70.0658C55.5587 70.1056 55.642 70.1455 55.7213 70.1853C55.7966 70.2212 55.8759 70.261 55.9512 70.2969C56.0344 70.3367 56.1177 70.3726 56.2009 70.4084C56.2763 70.4443 56.3556 70.4762 56.4348 70.508C56.5181 70.5439 56.6053 70.5798 56.6925 70.6116C56.7718 70.6435 56.8511 70.6714 56.9264 70.7033C56.9899 70.7272 57.0493 70.7511 57.1127 70.771C57.3229 71.6994 57.8541 72.7791 58.8848 73.1855C57.533 74.5482 56.419 74.4247 55.4239 75.1976C54.4289 75.9706 53.2634 79.0465 52.6132 80.5924C51.963 82.1384 51.6935 86.6088 50.0126 88.5253C49.0215 89.6568 44.5735 93.7926 41.0848 97H58.7857C58.869 96.9482 58.9522 96.9044 59.0275 96.8645C59.6856 96.5338 60.6291 96.4462 61.5489 96.3904C61.3665 96.5378 61.1326 96.745 60.8829 96.996H79L78.9921 96.9522C78.56 94.6014 75.2695 93.1591 71.1347 93.2587C71.0356 92.9399 70.9365 92.5814 70.8374 92.1789C71.7016 91.5096 71.6144 89.8879 71.995 88.609C72.3835 87.2941 73.3032 87.1108 73.4697 85.808C73.5609 85.0948 72.9662 83.9592 72.9662 83.9592C73.5728 83.505 74.2705 82.732 74.108 81.0945C74.0247 80.2418 73.212 79.1541 73.212 79.1541C74.3776 78.7596 74.7859 77.907 74.6273 76.3292C74.5837 75.879 74.2467 75.5004 73.9018 75.2215H73.9098C73.9098 75.2215 73.6441 74.9865 73.4578 74.8868C73.3072 74.8072 73.0931 74.7115 73.0931 74.7115H73.0891C73.0891 74.7115 73.4856 74.2175 73.2556 73.1935C73.0217 72.1695 72.2804 71.2611 71.7333 70.9902C71.1862 70.7192 70.2863 70.7033 69.1723 71.4444C68.9662 71.5798 68.768 71.7073 68.5658 71.8348C68.6808 71.6037 68.8433 71.3766 69.0693 71.1575C69.9811 70.2849 69.6362 68.4402 69.5054 67.8863C71.7769 65.6192 73.1565 62.7585 73.6838 60.7265C73.8463 60.9297 74.0406 61.097 74.2586 61.2245C74.7225 61.4915 75.2576 61.5552 75.8166 61.4078C76.0862 61.344 76.3597 61.2245 76.6372 61.0532C76.994 60.8301 77.113 60.3519 76.891 59.9933C76.669 59.6347 76.2012 59.5152 75.8364 59.7383C75.6382 59.8619 75.2695 60.0411 75.0198 59.8937C74.77 59.7463 74.5044 59.2283 74.5282 58.2004C74.556 56.9812 75.7254 55.0647 77.5411 52.5346C77.2755 51.6461 77.0971 50.7257 76.9821 49.7854C76.0783 51.0883 75.2021 52.4709 74.5005 53.7897C74.4648 52.3792 74.326 50.9648 74.1674 49.3432C74.1119 48.7814 74.0485 48.2196 73.9772 47.6578C74.5996 47.594 75.2735 47.4187 75.7135 47.0083C76.0624 46.6816 76.2368 46.2553 76.217 45.7732C76.2051 45.3469 76.0584 44.8847 75.8999 44.3508C75.658 43.5619 75.3885 42.6813 75.5708 42H73.3666L73.3746 42.0159ZM40.3554 55.2372C38.2363 53.9531 37.5119 52.5441 37.829 51.0381C38.0035 49.5599 39.8509 48.5837 41.4564 49.9224C43.2344 51.3588 43.1345 49.6573 44.7816 53.7116C45.4219 55.78 46.4481 56.9481 47.4856 59.154C45.6303 57.4607 43.0987 56.8995 40.3554 55.2372Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M67.437 95.3989L68.6716 99.6191C68.7393 99.9016 68.8667 100.164 69.0499 100.391C69.8862 101.425 72.427 103.76 78.5202 102.754C85.0714 101.668 87.0586 98.2628 87.7197 96.7672C87.875 96.4132 87.9069 96.0194 87.8073 95.6455L86.9551 90.9917L67.437 95.3989Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path d="M69.0579 95.0312L67.437 95.3972L68.6716 99.6174C68.7393 99.8999 68.8667 100.162 69.0499 100.389C69.5597 101.018 70.6986 102.127 72.885 102.676L72.3195 98.6509L69.0579 95.0312Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
6
|
+
<path d="M78.3667 98.3533C83.7557 97.1364 87.6014 93.8397 86.9563 90.9899C86.3112 88.1401 81.4196 86.8164 76.0306 88.0334C70.6416 89.2503 66.7959 92.547 67.441 95.3968C68.0861 98.2466 72.9777 99.5703 78.3667 98.3533Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
7
|
+
<path d="M68.0266 92.7289C67.4651 93.6119 67.2421 94.5268 67.4412 95.3979C67.8235 97.0963 69.7192 98.2498 72.3237 98.6515L80.9059 91.8379L68.0266 92.7289Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
8
|
+
<path d="M68.9226 68.388C68.4328 66.801 68.8231 66.256 68.8231 66.256L63.9326 65.6753C64.1716 66.61 64.753 67.6999 65.8243 68.0738C67.1504 68.5392 68.2337 70.5399 68.2337 70.5399C68.2337 70.5399 68.2775 70.6831 68.3531 70.9377L71.8816 69.995C71.8816 69.995 69.4125 69.9751 68.9226 68.388Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
9
|
+
<path d="M67.6446 96.0375C67.6446 96.0375 68.7836 95.783 70.1775 96.0296C71.5713 96.2762 73.925 95.0988 75.064 94.0249C76.2029 92.9509 76.1352 88.9375 76.1352 88.9375L69.7593 90.8348C69.7593 90.8348 67.0751 92.8435 67.3778 95.063C67.4694 95.7313 67.6406 96.0375 67.6406 96.0375H67.6446Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
10
|
+
<path d="M81.7502 90.5928C81.6227 90.0359 81.1767 89.5944 80.5156 89.2961C80.1094 89.0495 79.6673 88.9301 79.6673 88.9301C77.8035 87.713 75.5734 68.6323 75.5734 68.6323C75.5734 68.6323 74.7012 66.9697 75.9796 65.6531C77.023 64.5792 76.2384 62.2085 76.2384 62.2085C70.2687 66.7151 63.8809 65.4423 63.8809 65.4423C63.8968 65.5179 63.9127 65.5974 63.9366 65.673L68.8271 66.2537C68.8271 66.2537 68.4328 66.7987 68.9266 68.3857C69.4165 69.9728 71.8856 69.9927 71.8856 69.9927L68.3571 70.9354C69.062 73.2623 73.1321 88.7233 73.1281 90.4615C72.1883 91.1775 71.6865 92.0366 71.8657 92.8242C72.1923 94.2681 74.6693 94.9363 77.4013 94.3198C80.1333 93.7033 82.0807 92.0327 81.7541 90.5888L81.7502 90.5928Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
11
|
+
<path d="M47.9946 39.5121C47.9946 39.5121 49.5757 50.7687 55.7007 59.7502C57.9309 63.0198 63.8329 67.4508 70.0535 66.0627C76.2741 64.6745 79.4999 58.4495 80.2247 54.9373C81.1646 50.3829 80.7743 47.6582 80.2247 43.6965C79.4362 38.0006 77.6759 31.9546 77.6759 31.9546L47.9946 39.5121Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
12
|
+
<path d="M56.6851 60.1536C52.2771 57.7382 51.0931 57.4243 45.9794 55.4389C41.6323 53.4772 39.6298 50.8395 39.7611 48.3881C39.784 46.6513 41.4224 44.9021 43.5055 44.1384C46.3005 43.1166 49.0501 43.848 50.0734 44.4159C51.0966 44.9838 55.0605 49.4498 54.7152 49.7151C54.4026 49.9516 53.3249 51.0971 52.0665 50.8526C51.5902 50.7577 51.4773 50.3694 51.2409 49.9454C51.0288 49.5764 50.4274 48.9291 50.2914 48.3881C50.0573 47.4579 48.6864 46.7342 47.1566 46.4819C44.7232 46.0805 43.209 47.4821 43.2672 48.9772C43.3242 50.2306 44.4429 52.0656 47.1566 53.1203C51.0392 54.6262 55.8601 54.7896 57.3094 57.0374C58.1197 58.2896 57.7978 60.8077 56.6838 60.1498L56.6851 60.1536Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
13
|
+
<path d="M74.7055 34.1626C74.7055 34.1626 77.8476 44.2578 77.7042 50.8885C77.6405 53.812 77.1746 55.6457 75.721 57.5788C75.4581 57.9289 74.9524 58.3942 74.6059 58.7005C74.5382 58.7602 74.4386 58.6846 74.4745 58.6051C74.8568 57.7698 75.5219 55.5224 74.8886 50.622C74.1877 45.2323 70.9858 35.8054 70.9858 35.8054L74.7094 34.1666L74.7055 34.1626Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
14
|
+
<path d="M59.6473 42.0253C66.7799 39.4399 71.1526 37.0215 71.1526 37.0215L53.4028 38.1312L47.9946 39.5075C47.9946 39.5075 49.5757 50.7642 55.7007 59.7456C57.7835 62.8044 63.0842 66.8735 68.8508 66.257C60.3004 62.1043 57.0547 53.4292 55.8281 47.7412C55.2228 44.9369 55.7724 43.4294 59.6473 42.0253Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M77.995 29.6437C77.6684 28.347 70.3566 29.0709 61.6669 31.2626C52.9771 33.4542 46.195 36.2784 46.5216 37.5751L46.7565 38.5376L49.2934 39.3809L61.4439 32.3962C61.6032 32.3564 61.7585 32.3127 61.9178 32.2729C64.2236 31.6922 66.7445 31.2069 69.0902 30.8211L76.1989 32.253L78.0228 30.7773L78.1463 30.2403L77.991 29.6397L77.995 29.6437Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
16
|
+
<path d="M78.5604 31.8506C78.4648 31.4807 77.9949 29.6431 77.9949 29.6431C78.3214 30.9398 75.0399 34.0304 63.1124 36.9698C51.1849 39.9093 46.848 38.8751 46.5215 37.5784C46.5215 37.5784 46.9635 39.3882 47.0671 39.79C47.5609 41.747 55.0121 41.556 63.7098 39.3644C72.4075 37.1727 79.0542 33.8076 78.5604 31.8506Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
17
|
+
<path d="M44.5 97C44.5 97 55.9123 85.7074 57.5252 83.7266C59.1381 81.7457 59.2337 77.2749 59.8231 75.7077C60.4125 74.1405 61.4639 71.0261 62.4316 70.2146C63.3993 69.4032 64.5184 69.4867 65.8247 68.0707C65.8247 68.0707 66.3583 68.1821 67.103 68.9338C67.7323 69.5663 68.1584 70.3658 68.1584 70.3658C68.1584 70.3658 71.6351 69.1407 76.0954 65.9347C77.1866 65.1511 78.0867 65.1312 78.6482 65.3818C79.2097 65.6324 79.9903 66.5075 80.2611 67.5178C80.5319 68.5281 80.1535 69.0373 80.1535 69.0373C80.1535 69.0373 81.6271 69.622 81.7625 70.5885C81.9815 72.1557 81.6071 73.0268 80.4522 73.4643C80.4522 73.4643 81.3085 74.5144 81.4279 75.3617C81.6549 76.9885 80.9859 77.788 80.3925 78.2653C80.3925 78.2653 81.0377 79.3711 80.9739 80.0871C80.8584 81.3917 79.9425 81.6105 79.604 82.939C79.2655 84.2676 79.4367 85.9302 78.5168 86.6024C75.6773 88.6748 74.7016 89.6652 71.8143 90.6914C70.6833 91.0931 68.238 90.8982 66.9597 91.6023C65.6813 92.3063 61 97 61 97H44.5Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
18
|
+
<path d="M76.9634 30.9786C76.6687 29.8052 71.1251 30.1672 64.1598 31.7383L64.1518 31.7542C64.1518 31.7542 54.5103 34.9244 55.7408 38.4844C57.9312 38.1502 60.4521 37.6371 63.1084 36.9689C71.0853 34.9562 77.286 32.2753 76.9594 30.9826L76.9634 30.9786Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
19
|
+
<path d="M64.152 31.7566L64.16 31.7407C63.4312 31.9038 62.6825 32.0828 61.9258 32.2737C53.949 34.2864 47.7483 36.9673 48.0748 38.26C48.2939 39.1232 51.3604 39.155 55.7451 38.4828C54.5145 34.9228 64.156 31.7527 64.156 31.7527L64.152 31.7566Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
20
|
+
<path d="M66.8238 68.6841C66.8238 68.6841 66.6127 69.233 65.9437 69.7421C65.7087 69.9211 65.2906 70.2791 65.2149 70.5615L65.0078 73.2941C65.0078 73.2941 65.6609 70.8956 68.1579 70.3666C68.1579 70.3666 67.7039 69.408 66.8238 68.6841Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
21
|
+
<path d="M80.1614 69.0373C80.1614 69.0373 79.345 69.9561 76.1869 71.7142C73.0288 73.4723 73.1762 73.7269 73.5744 73.8343C73.9727 73.9417 74.7691 74.5184 76.7365 72.8717C77.7679 72.0125 78.672 70.9187 79.2614 70.3658C80.0738 69.6021 80.9977 69.5066 80.9977 69.5066C80.9977 69.5066 80.7229 69.2839 80.5318 69.1884C80.3804 69.1128 80.1574 69.0293 80.1574 69.0293L80.1614 69.0373Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
22
|
+
<path d="M80.4558 73.4736C80.4558 73.4736 77.0628 76.1267 76.4694 76.5921C75.876 77.0575 75.9119 78.3025 76.6207 77.8729C77.3296 77.4433 78.3412 75.8483 79.2014 74.9931C80.0616 74.1379 80.7983 73.947 80.7983 73.947L80.4558 73.4736Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
23
|
+
<path d="M80.3881 78.2368C80.3881 78.2368 78.1738 80.6313 77.7915 81.2638C77.4889 81.765 77.007 82.2622 76.4534 82.8628C75.9875 83.3679 76.8477 84.5811 77.5127 83.3162C77.9349 82.5167 79.0181 80.4006 79.3964 80.0188C79.7748 79.6369 80.4638 78.7977 80.3841 78.2368H80.3881Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
24
|
+
<path d="M65.4819 93.1167C65.4819 93.1167 65.5108 93.0795 65.5232 93.063C65.5108 93.0795 65.4943 93.1002 65.4819 93.1167Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
25
|
+
<path d="M66.9078 91.6908C68.1902 90.9868 70.6314 91.1817 71.7624 90.7799C74.2674 89.889 75.3347 89.0258 77.4255 87.4586C76.6051 87.6297 76.0077 87.1404 75.7648 86.687C75.4024 86.0028 73.4151 84.4277 73.5585 83.0872C73.8014 80.7643 73.7855 79.7023 73.216 80.0563C71.4996 81.1223 70.5756 80.8001 70.5199 79.6665C70.3646 76.4685 69.3092 76.8424 67.8795 75.9951C66.0078 74.8854 65.956 72.0175 66.0516 71.5561C66.0914 71.3612 65.5657 72.0414 65.3905 72.292C64.0086 74.2688 62.2244 83.5367 62.6227 86.679C62.8815 88.7235 62.5112 91.4044 62.0173 92.4983C61.1691 94.3797 58.6151 96.2482 57.5 97H61C63.5129 94.6015 65.8644 92.2596 66.9038 91.6868L66.9078 91.6908Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
26
|
+
<path d="M80.696 53.2834C82.9197 48.9188 83.6912 48.0299 86.6956 43.6581C89.1072 39.7097 89.3163 36.4225 87.9377 34.4156C87.0164 32.9569 84.8133 32.3377 82.7716 32.787C80.0338 33.3923 78.2435 35.4583 77.7311 36.4776C77.2186 37.4969 77.3204 42.2711 77.7311 42.3141C78.3081 40.6812 78.6388 43.8462 79.505 42.977C79.8317 42.6461 79.719 42.2578 79.6851 41.7744C79.6606 41.3503 79.7691 40.8433 79.6247 39.9561C79.6247 38.4689 80.0316 37.7111 81.1081 36.6925C82.8204 35.0723 84.7447 35.4625 85.4762 36.7592C86.0831 37.8506 86.1542 39.9932 84.5604 42.3141C82.2785 45.6321 78.5577 48.3069 78.5826 50.973C78.5942 52.4597 80.1578 54.4227 80.6951 53.2795L80.696 53.2834Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
27
|
+
</svg>
|
|
28
|
+
`;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddColumn">
|
|
2
|
+
<mask id="mask0_1663_6028" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
3
|
+
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_1663_6028)">
|
|
6
|
+
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M96.3752 34.2593H22.2405C17.7484 34.2593 14.1068 37.9009 14.1068 42.393V134.082C14.1068 138.574 17.7484 142.216 22.2405 142.216H96.3752C100.867 142.216 104.509 138.574 104.509 134.082V42.393C104.509 37.9009 100.867 34.2593 96.3752 34.2593Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M112.608 35.053C112.608 34.1545 110 33.4354 106.515 33.272C106.316 29.7918 105.549 27.2041 104.65 27.2061C103.752 27.208 103.004 29.8157 102.813 33.3139C99.3185 33.5529 96.7205 34.3338 96.7325 35.2343C96.7444 36.1347 99.3405 36.8538 102.825 37.0152C103.034 40.4954 103.791 43.0832 104.688 43.0812C105.584 43.0792 106.336 40.4715 106.527 36.9734C110.021 36.7343 112.617 35.9534 112.608 35.053Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path d="M123.191 46.0213C123.191 45.4423 121.51 44.9788 119.265 44.8735C119.136 42.6307 118.642 40.9631 118.063 40.9644C117.484 40.9656 117.002 42.6461 116.879 44.9005C114.627 45.0546 112.953 45.5578 112.96 46.1381C112.968 46.7184 114.641 47.1818 116.887 47.2858C117.022 49.5286 117.509 51.1963 118.087 51.195C118.665 51.1937 119.149 49.5132 119.272 47.2588C121.524 47.1048 123.197 46.6015 123.191 46.0213Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4409 42.9968C22.4409 42.627 22.5284 42.3279 22.6328 42.3279H84.1944C84.3017 42.3279 84.3863 42.627 84.3863 42.9968V133.475C84.3863 133.845 84.3017 134.141 84.1944 134.141H22.6328C22.5284 134.141 22.4409 133.859 22.4409 133.475V42.9968Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M84.3863 50.9949H22.4409V58.4936H84.3863V50.9949Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path d="M48.0188 44.9949H27.6902C26.7238 44.9949 25.9404 45.7783 25.9404 46.7447C25.9404 47.711 26.7238 48.4945 27.6902 48.4945H48.0188C48.9852 48.4945 49.7686 47.711 49.7686 46.7447C49.7686 45.7783 48.9852 44.9949 48.0188 44.9949Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
13
|
+
<path d="M43.7714 53.8284H26.9395C26.3877 53.8284 25.9404 54.2757 25.9404 54.8274C25.9404 55.3792 26.3877 55.8265 26.9395 55.8265H43.7714C44.3231 55.8265 44.7704 55.3792 44.7704 54.8274C44.7704 54.2757 44.3231 53.8284 43.7714 53.8284Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
<path d="M40.6048 61.158H26.9395C26.3877 61.158 25.9404 61.6053 25.9404 62.157C25.9404 62.7088 26.3877 63.1561 26.9395 63.1561H40.6048C41.1566 63.1561 41.6039 62.7088 41.6039 62.157C41.6039 61.6053 41.1566 61.158 40.6048 61.158Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
15
|
+
<path d="M42.7695 68.8228H26.9395C26.3877 68.8228 25.9404 69.2701 25.9404 69.8218C25.9404 70.3736 26.3877 70.8209 26.9395 70.8209H42.7695C43.3212 70.8209 43.7685 70.3736 43.7685 69.8218C43.7685 69.2701 43.3212 68.8228 42.7695 68.8228Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
16
|
+
<path d="M34.1052 76.1558H26.9395C26.3877 76.1558 25.9404 76.6031 25.9404 77.1548C25.9404 77.7066 26.3877 78.1539 26.9395 78.1539H34.1052C34.657 78.1539 35.1042 77.7066 35.1042 77.1548C35.1042 76.6031 34.657 76.1558 34.1052 76.1558Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
17
|
+
<path d="M34.1052 83.6538H26.9395C26.3877 83.6538 25.9404 84.1011 25.9404 84.6529C25.9404 85.2047 26.3877 85.652 26.9395 85.652H34.1052C34.657 85.652 35.1042 85.2047 35.1042 84.6529C35.1042 84.1011 34.657 83.6538 34.1052 83.6538Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<path d="M34.1052 98.6516H26.9395C26.3877 98.6516 25.9404 99.0989 25.9404 99.6507C25.9404 100.202 26.3877 100.65 26.9395 100.65H34.1052C34.657 100.65 35.1042 100.202 35.1042 99.6507C35.1042 99.0989 34.657 98.6516 34.1052 98.6516Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
19
|
+
<path d="M34.1052 91.1526H26.9395C26.3877 91.1526 25.9404 91.5999 25.9404 92.1517C25.9404 92.7034 26.3877 93.1507 26.9395 93.1507H34.1052C34.657 93.1507 35.1042 92.7034 35.1042 92.1517C35.1042 91.5999 34.657 91.1526 34.1052 91.1526Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<path d="M34.1052 106.15H26.9395C26.3877 106.15 25.9404 106.598 25.9404 107.149C25.9404 107.701 26.3877 108.149 26.9395 108.149H34.1052C34.657 108.149 35.1042 107.701 35.1042 107.149C35.1042 106.598 34.657 106.15 34.1052 106.15Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M78.7786 53.6365H61.9467C61.3949 53.6365 60.9476 54.0838 60.9476 54.6355C60.9476 55.1873 61.3949 55.6346 61.9467 55.6346H78.7786C79.3303 55.6346 79.7776 55.1873 79.7776 54.6355C79.7776 54.0838 79.3303 53.6365 78.7786 53.6365Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<path d="M75.612 60.969H61.9467C61.3949 60.969 60.9476 61.4163 60.9476 61.9681C60.9476 62.5198 61.3949 62.9671 61.9467 62.9671H75.612C76.1638 62.9671 76.6111 62.5198 76.6111 61.9681C76.6111 61.4163 76.1638 60.969 75.612 60.969Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<path d="M77.7767 68.6338H61.9467C61.3949 68.6338 60.9476 69.0811 60.9476 69.6329C60.9476 70.1846 61.3949 70.6319 61.9467 70.6319H77.7767C78.3284 70.6319 78.7757 70.1846 78.7757 69.6329C78.7757 69.0811 78.3284 68.6338 77.7767 68.6338Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<path d="M69.1124 75.9663H61.9467C61.3949 75.9663 60.9476 76.4136 60.9476 76.9654C60.9476 77.5172 61.3949 77.9645 61.9467 77.9645H69.1124C69.6642 77.9645 70.1115 77.5172 70.1115 76.9654C70.1115 76.4136 69.6642 75.9663 69.1124 75.9663Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<path d="M69.1124 83.4648H61.9467C61.3949 83.4648 60.9476 83.9121 60.9476 84.4639C60.9476 85.0157 61.3949 85.463 61.9467 85.463H69.1124C69.6642 85.463 70.1115 85.0157 70.1115 84.4639C70.1115 83.9121 69.6642 83.4648 69.1124 83.4648Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
<path d="M69.1124 98.4622H61.9467C61.3949 98.4622 60.9476 98.9095 60.9476 99.4612C60.9476 100.013 61.3949 100.46 61.9467 100.46H69.1124C69.6642 100.46 70.1115 100.013 70.1115 99.4612C70.1115 98.9095 69.6642 98.4622 69.1124 98.4622Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M69.1124 90.9636H61.9467C61.3949 90.9636 60.9476 91.4109 60.9476 91.9627C60.9476 92.5145 61.3949 92.9618 61.9467 92.9618H69.1124C69.6642 92.9618 70.1115 92.5145 70.1115 91.9627C70.1115 91.4109 69.6642 90.9636 69.1124 90.9636Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
28
|
+
<path d="M69.1124 105.958H61.9467C61.3949 105.958 60.9476 106.405 60.9476 106.957C60.9476 107.509 61.3949 107.956 61.9467 107.956H69.1124C69.6642 107.956 70.1115 107.509 70.1115 106.957C70.1115 106.405 69.6642 105.958 69.1124 105.958Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
29
|
+
<path d="M87.0021 51.719H112.845C112.863 51.719 112.879 51.7258 112.891 51.738C112.903 51.7502 112.91 51.7667 112.91 51.7839V117.012C112.91 117.029 112.903 117.045 112.891 117.057C112.879 117.07 112.863 117.076 112.845 117.076H87.067C87.0498 117.076 87.0333 117.07 87.0211 117.057C87.0089 117.045 87.0021 117.029 87.0021 117.012V51.719Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
30
|
+
<path d="M114.753 49.8423H88.845V115.203H114.753V49.8423Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<path d="M101.839 90.3102C106.072 90.3102 109.504 86.8783 109.504 82.6449C109.504 78.4116 106.072 74.9797 101.839 74.9797C97.6052 74.9797 94.1733 78.4116 94.1733 82.6449C94.1733 86.8783 97.6052 90.3102 101.839 90.3102Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
32
|
+
<path d="M101.841 78.4709H101.839C101.267 78.4709 100.803 78.9347 100.803 79.5067V85.7834C100.803 86.3554 101.267 86.8192 101.839 86.8192H101.841C102.413 86.8192 102.877 86.3554 102.877 85.7834V79.5067C102.877 78.9347 102.413 78.4709 101.841 78.4709Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
33
|
+
<path d="M97.8423 82.5266V82.7609C97.8423 83.269 98.2542 83.6809 98.7623 83.6809H104.923C105.431 83.6809 105.843 83.269 105.843 82.7609V82.5266C105.843 82.0185 105.431 81.6066 104.923 81.6066H98.7623C98.2542 81.6066 97.8423 82.0185 97.8423 82.5266Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
34
|
+
<path d="M88.845 49.8423H114.697C114.712 49.8423 114.726 49.8482 114.737 49.8588C114.747 49.8694 114.753 49.8838 114.753 49.8987V57.674H88.845V49.8423Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
35
|
+
<path d="M108.502 52.6643H91.6701C91.1183 52.6643 90.671 53.1116 90.671 53.6634C90.671 54.2152 91.1183 54.6625 91.6701 54.6625H108.502C109.054 54.6625 109.501 54.2152 109.501 53.6634C109.501 53.1116 109.054 52.6643 108.502 52.6643Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
</g>
|
|
37
|
+
</svg>
|
|
38
|
+
`;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddDimensions">
|
|
2
|
+
<rect y="40.7041" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M78.2809 86.4398L61.4451 81.3382C61.4046 81.3221 61.364 81.3141 61.3235 81.3261L23.9631 85.8336C22.7722 86.0107 22.66 86.4413 23.0216 86.6667L39.8916 91.9534C40.6242 92.2754 41.4035 92.3518 42.1642 92.1748L77.221 87.1602C78.3214 86.971 78.5427 86.5484 78.2809 86.4398Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M69.4951 43.6202L81.7752 78.8925C82.0371 80.2393 80.6124 81.2681 79.7737 81.3398L41.3589 86.7893C40.7042 86.8454 40.1057 86.4121 39.956 85.7699L30.8402 47.5733C30.516 46.002 31.8222 44.119 32.6484 44.0816L68.167 42.6787C68.7718 42.6506 69.3205 43.0372 69.4951 43.6202Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
5
|
+
<path d="M70.5051 42.5432L81.719 78.5887C81.9622 79.3961 81.4041 80.2223 80.5624 80.294L42.3689 85.7124C41.7142 85.7685 41.1157 85.3351 40.966 84.6929L31.6632 45.7076C31.473 44.9001 32.0653 44.1207 32.8946 44.0802L69.177 41.5986C69.7818 41.5705 70.3305 41.9571 70.5051 42.5401V42.5432Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M55.0186 48.359C55.0534 48.4843 54.9629 48.6097 54.8341 48.6166L41.7573 49.3097C41.6912 49.3132 41.6668 49.3967 41.7225 49.435L73.3989 72.454C73.4546 72.4923 73.5242 72.44 73.5068 72.3774L70.2024 61.5913C70.1641 61.4694 70.2477 61.3406 70.3765 61.3267L73.2762 61.1839C73.3737 61.1735 73.4642 61.2327 73.4956 61.3267L78.3709 77.4113C78.4092 77.5332 78.3292 77.6585 78.2003 77.6759L59.1461 79.7496C59.0451 79.7635 58.9511 79.7009 58.9233 79.6034L58.0336 76.5701C57.9988 76.4482 58.0789 76.3264 58.2042 76.309L70.7989 75.2254C70.8616 75.2185 70.8825 75.1349 70.8303 75.1001L40.042 52.7415C39.9897 52.7032 39.9201 52.7519 39.934 52.8146L42.9384 65.0417C42.9697 65.1636 42.8827 65.2854 42.7573 65.2959L39.8106 65.5918C39.7096 65.5987 39.6191 65.5326 39.5947 65.4351L34.9589 46.7732C34.9275 46.6479 35.0181 46.526 35.1469 46.519L53.9928 45.166C54.0903 45.1591 54.1773 45.2252 54.2017 45.3192L55.0186 48.359Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
7
|
+
<path d="M45.6025 37.906L53.7706 68.1284C53.9456 68.7659 54.5643 69.1783 55.2236 69.094L89.7894 64.6162C91.8361 64.0975 92.4205 62.4477 92.1424 61.6508L81.2933 34.1C81.0964 33.5376 80.5496 33.1751 79.9559 33.2126L47.2149 33.6282C46.3743 33.6813 44.687 34.8906 45.6025 37.9091V37.906Z" fill="var(--sapContent_Illustrative_Color22"/>
|
|
8
|
+
<path d="M46.034 35.296L54.6052 66.9777C54.7802 67.6152 55.3989 68.0276 56.0582 67.9433L91.0615 63.4093C91.8989 63.2999 92.4239 62.45 92.1458 61.6532L82.1247 32.9462C81.9279 32.3838 81.3811 32.0213 80.7874 32.0588L47.2308 33.6149C46.3903 33.668 45.8091 34.4805 46.034 35.2929V35.296Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M67.6764 42.1374L63.3292 42.4981C63.0909 42.5191 62.9485 42.701 63.0139 42.9075L68.8425 61.0933C68.9115 61.3101 69.1662 61.4617 69.4078 61.4338L73.8115 60.9236C74.0497 60.8957 74.1884 60.7 74.116 60.4867L68.2244 42.4747C68.159 42.2717 67.9112 42.12 67.6764 42.1409L67.6764 42.1374Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M61.5451 48.7833L57.057 49.2015C56.8084 49.2261 56.6627 49.415 56.7282 49.6283L60.5804 62.0466C60.6495 62.2668 60.9077 62.4219 61.1561 62.3904L65.6841 61.8645C65.9291 61.8365 66.0747 61.6372 66.0057 61.4204L62.1069 49.1239C62.0415 48.914 61.7902 48.7623 61.5451 48.7833Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M74.3085 37.9175L70.0952 38.2174C69.8638 38.2348 69.7282 38.4097 69.7935 38.6093L76.8805 60.1662C76.9495 60.3795 77.2007 60.5277 77.4354 60.5034L81.7183 60.0054C81.9495 59.9776 82.0814 59.7854 82.009 59.5756L74.8426 38.2482C74.7773 38.0486 74.5365 37.9037 74.3085 37.9175Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M83.0455 35.5803L82.1014 32.8895C81.9047 32.3274 81.3582 31.9652 80.7649 32.0027L47.2321 33.5546C46.389 33.6076 45.8113 34.4195 46.033 35.2345L46.7117 37.585L83.0424 35.5803H83.0455Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M101.336 64.2247C101.336 64.2247 98.4508 68.1448 92.8473 68.8728C87.2438 69.6008 79.5573 65.453 77.5491 59.0719C75.3667 52.1369 79.3594 47.3845 86.1819 45.9057C92.4281 45.4077 101.336 64.2247 101.336 64.2247Z" fill=" var(--sapContent_Illustrative_Color16)"/>
|
|
14
|
+
<path d="M102.093 55.4721C104.413 61.5447 101.162 67.2511 94.6167 68.0447C87.911 68.8576 80.6752 64.1923 78.6671 57.8079C76.7264 51.6421 80.4921 46.3759 86.8796 45.865C93.1258 45.367 99.8507 49.5922 102.097 55.4688L102.093 55.4721Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M96.9569 55.0441C96.8991 54.89 96.7446 54.7942 96.5808 54.811L91.8302 55.2981C91.665 55.3151 91.5094 55.2174 91.4527 55.0613L89.924 50.8467C89.8679 50.692 89.7146 50.5945 89.5507 50.6094L87.0438 50.8367C86.8083 50.8581 86.656 51.0958 86.7352 51.3187L88.1226 55.2264C88.2011 55.4476 88.0517 55.684 87.8181 55.708L83.2044 56.1813C82.9726 56.2051 82.8232 56.4384 82.8986 56.6589L83.6759 58.9309C83.7308 59.0913 83.8896 59.1922 84.0582 59.1737L89.0359 58.6276C89.2029 58.6093 89.3605 58.7082 89.4168 58.8665L90.9805 63.2679C91.0373 63.4276 91.1972 63.5267 91.3655 63.5062L93.9312 63.1948C94.1625 63.1667 94.3076 62.9306 94.2281 62.7116L92.7616 58.6707C92.6815 58.4499 92.8293 58.2125 93.0627 58.187L97.4727 57.7042C97.7078 57.6785 97.8555 57.4381 97.7725 57.2168L96.9569 55.0441Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
</svg>
|
|
17
|
+
`;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddPeople">
|
|
2
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<mask id="mask0_1663_6862" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
4
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
</mask>
|
|
6
|
+
<g mask="url(#mask0_1663_6862)">
|
|
7
|
+
<path d="M120 96.9315C120 96.2524 118.029 95.7087 115.395 95.5853C115.244 92.9546 114.664 90.9985 113.985 91C113.306 91.0015 112.741 92.9726 112.596 95.6169C109.955 95.7976 107.991 96.3879 108 97.0685C108.009 97.7492 109.971 98.2928 112.605 98.4147C112.764 101.045 113.336 103.002 114.014 103C114.691 102.998 115.259 101.027 115.404 98.3831C118.045 98.2024 120.008 97.6121 120 96.9315Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path d="M63 119.449C63 118.939 61.5215 118.532 59.5459 118.439C59.433 116.466 58.9981 114.999 58.4887 115C57.9793 115.001 57.5557 116.479 57.4473 118.463C55.4661 118.598 53.9932 119.041 54 119.551C54.0068 120.062 55.4786 120.47 57.4541 120.561C57.5727 122.534 58.0019 124.001 58.5102 124C59.0185 123.999 59.4443 122.521 59.5527 120.537C61.5339 120.402 63.0056 119.959 63 119.449Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
<path d="M95.6119 21.0579C94.9108 29.2082 93.4042 38.4481 87.1806 37.2722C79.3791 35.7955 80.7207 28.1807 81.4267 20.0055C82.1327 11.8302 83.8876 5.21912 89.8213 5.73691C95.3901 6.21379 96.3149 12.8717 95.6119 21.0579Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path d="M101.625 14.3892C104.884 11.7852 106.34 8.19175 104.879 6.36295C103.417 4.53415 99.5903 5.16255 96.3315 7.76653C93.0728 10.3705 91.616 13.964 93.0777 15.7928C94.5394 17.6216 98.3661 16.9932 101.625 14.3892Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path d="M106.253 31.5699C105.349 36.1524 102.455 39.4203 99.7824 38.9189C93.2527 37.693 95.305 34.2229 96.5878 29.6634C97.8706 25.1039 100.378 21.8479 103.058 22.3144C107.973 23.1647 107.161 26.9625 106.253 31.5699Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path d="M107.163 45.7623L71.3162 38.6911C70.8921 38.6074 70.4804 38.8834 70.3967 39.3074L65.6232 63.5062C65.5395 63.9303 65.8156 64.342 66.2397 64.4256L102.086 71.4968C102.51 71.5805 102.922 71.3045 103.006 70.8804L107.779 46.6817C107.863 46.2576 107.587 45.8459 107.163 45.7623Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<path d="M107.987 41.4492L72.196 34.3888C71.7718 34.3051 71.3602 34.5811 71.2765 35.0052L69.563 43.6914C69.4794 44.1155 69.7554 44.5272 70.1795 44.6108L105.971 51.6712C106.395 51.7549 106.807 51.4789 106.891 51.0548L108.604 42.3686C108.688 41.9445 108.412 41.5329 107.987 41.4492Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
14
|
+
<path d="M110.815 38.541L70.9739 30.6818C70.5498 30.5981 70.1381 30.8741 70.0545 31.2982L68.1767 40.8171C68.093 41.2412 68.3691 41.6529 68.7932 41.7365L108.634 49.5957C109.058 49.6794 109.47 49.4034 109.554 48.9793L111.431 39.4604C111.515 39.0363 111.239 38.6246 110.815 38.541Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
<path d="M6.94396 87.3816L-4.27797 41.3498L-4.37549 41.37L-5.92626 34.9939L-8.3637 35.4993C-8.47794 35.5238 -8.58609 35.5711 -8.68182 35.6384C-8.77754 35.7056 -8.85888 35.7916 -8.92112 35.8911C-8.98336 35.9907 -9.02524 36.1018 -9.04426 36.2181C-9.06328 36.3343 -9.05908 36.4533 -9.0319 36.5681L4.43134 91.8158C4.48685 92.0364 4.62432 92.2273 4.81518 92.3489C5.00605 92.4706 5.23571 92.5137 5.45662 92.4693L76.5627 77.7265C76.6771 77.7028 76.7856 77.6561 76.8814 77.589C76.9772 77.5219 77.0585 77.4359 77.1204 77.3362C77.1823 77.2364 77.2234 77.125 77.2414 77.0086C77.2593 76.8922 77.2537 76.7733 77.2248 76.659L76.5331 73.8129L7.96187 88.0302C7.7423 88.0774 7.51277 88.036 7.32249 87.9148C7.13221 87.7936 6.99633 87.6021 6.94396 87.3816Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
16
|
+
<path d="M68.5283 26.2542L-4.27795 41.3496L6.94397 87.3814C6.99635 87.602 7.13223 87.7934 7.3225 87.9146C7.51278 88.0359 7.74231 88.0773 7.96188 88.03L79.0863 73.2833C79.2002 73.2598 79.308 73.2133 79.4035 73.1467C79.499 73.0801 79.5802 72.9947 79.6421 72.8957C79.704 72.7966 79.7455 72.6859 79.764 72.5701C79.7825 72.4544 79.7776 72.336 79.7497 72.222L68.5283 26.2542ZM5.69804 44.8946C5.66 44.7444 5.65259 44.588 5.6763 44.435C5.70002 44.282 5.75433 44.1356 5.83597 44.0047C5.9176 43.8738 6.02482 43.761 6.15115 43.6734C6.27748 43.5857 6.42029 43.5249 6.57084 43.4947L28.0203 39.0475C28.3273 38.9838 28.6473 39.0459 28.9099 39.22C29.1725 39.3942 29.3561 39.6662 29.4204 39.9761C29.4584 40.1264 29.4658 40.2827 29.4421 40.4357C29.4184 40.5887 29.3641 40.7351 29.2824 40.866C29.2008 40.997 29.0935 41.1097 28.9672 41.1973C28.8409 41.285 28.6981 41.3458 28.5476 41.376L7.09807 45.8232C6.79101 45.8869 6.47107 45.8248 6.2085 45.6507C5.94593 45.4765 5.76231 45.2046 5.69804 44.8946ZM69.3453 70.0745L14.8685 81.3695C14.6473 81.4172 14.4162 81.3754 14.2245 81.2533C14.0329 81.1311 13.896 80.9382 13.8433 80.716L6.42693 50.2799C6.39889 50.1654 6.39407 50.0464 6.41284 49.9302C6.43161 49.8139 6.47357 49.7028 6.53612 49.6035C6.59868 49.5042 6.68057 49.4188 6.77686 49.3524C6.87315 49.2861 6.98179 49.2401 7.09633 49.2173L61.5853 37.9198C61.8048 37.8725 62.0344 37.9139 62.2247 38.0351C62.4149 38.1564 62.5508 38.3478 62.6032 38.5684L70.0208 69.0107C70.0453 69.1243 70.047 69.2417 70.0258 69.3558C70.0047 69.47 69.9611 69.5787 69.8977 69.6755C69.8343 69.7723 69.7523 69.8553 69.6566 69.9196C69.5608 69.9839 69.4533 70.0282 69.3402 70.0499L69.3453 70.0745Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
17
|
+
<path d="M-4.2779 41.3498L68.6929 26.2203L66.3973 16.8039C66.3432 16.5825 66.2061 16.3906 66.0148 16.2687C65.8236 16.1468 65.5932 16.1044 65.3721 16.1504L50.4001 19.2546L51.2399 22.6923C51.5092 22.8249 51.7467 23.015 51.9358 23.2495C52.1249 23.484 52.2611 23.7571 52.3349 24.0498C52.3982 24.2969 52.4111 24.5542 52.373 24.8061C52.3348 25.0579 52.2462 25.2992 52.1128 25.5152C51.9793 25.7312 51.8037 25.9175 51.5965 26.0627C51.3893 26.208 51.1548 26.3092 50.9073 26.3602C50.3998 26.4541 49.8753 26.3474 49.4423 26.0622C49.0093 25.777 48.701 25.3351 48.5813 24.8281C48.511 24.5492 48.5047 24.2579 48.5632 23.9767C48.6216 23.6955 48.7432 23.4317 48.9186 23.2057L48.0724 19.7372L9.94471 27.6425L10.7885 31.0986C11.0546 31.2308 11.2891 31.4199 11.4757 31.6527C11.6622 31.8855 11.7964 32.1563 11.8687 32.4464C11.9313 32.6909 11.9447 32.9454 11.9079 33.1949C11.8712 33.4444 11.7851 33.6836 11.6548 33.8986C11.5245 34.1135 11.3526 34.2996 11.1493 34.4459C10.9461 34.5923 10.7155 34.6958 10.4715 34.7505C9.96417 34.8428 9.44038 34.7354 9.00775 34.4504C8.57512 34.1654 8.2665 33.7245 8.14544 33.2183C8.07285 32.9356 8.06632 32.64 8.12631 32.3548C8.18629 32.0696 8.31119 31.8027 8.49115 31.5749L7.64741 28.1188L-5.95956 30.94C-6.07342 30.9635 -6.1813 31.01 -6.27679 31.0766C-6.37229 31.1432 -6.45344 31.2286 -6.51536 31.3276C-6.57728 31.4267 -6.61876 31.5374 -6.63724 31.6532C-6.65572 31.7689 -6.65084 31.8873 -6.62294 32.0013L-5.8957 34.9876L-4.34492 41.3637L-4.2779 41.3498Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<path d="M10.2638 33.6255L10.1968 33.6394C9.89772 33.7 9.58658 33.6415 9.32845 33.4763C9.07032 33.311 8.88517 33.0517 8.81169 32.7526L8.52158 31.5682C8.34162 31.796 8.21672 32.0629 8.15674 32.3481C8.09675 32.6333 8.10335 32.9289 8.17595 33.2116C8.297 33.7178 8.60555 34.1587 9.03818 34.4437C9.47081 34.7287 9.99468 34.8361 10.502 34.7437C10.746 34.6891 10.9765 34.5856 11.1798 34.4392C11.383 34.2929 11.5549 34.1068 11.6852 33.8919C11.8155 33.6769 11.9017 33.4376 11.9384 33.1882C11.9752 32.9387 11.9618 32.6842 11.8991 32.4397C11.8268 32.1496 11.6927 31.8788 11.5062 31.646C11.3196 31.4132 11.085 31.2241 10.8189 31.0919L11.109 32.2763C11.1451 32.4214 11.1516 32.5722 11.1283 32.7197C11.105 32.8672 11.0522 33.0082 10.9732 33.1344C10.8942 33.2605 10.7906 33.369 10.6686 33.4535C10.5467 33.5379 10.409 33.5964 10.2638 33.6255Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path d="M50.6833 25.1876L50.6163 25.2015C50.3185 25.2588 50.0099 25.1997 49.7529 25.0362C49.496 24.8726 49.31 24.6169 49.2325 24.3209L48.9638 23.209C48.7884 23.435 48.6669 23.6988 48.6084 23.98C48.5499 24.2613 48.5561 24.5525 48.6265 24.8314C48.7462 25.3384 49.0544 25.7803 49.4875 26.0655C49.9205 26.3507 50.4451 26.4574 50.9526 26.3635C51.2 26.3125 51.4344 26.2113 51.6417 26.0661C51.8489 25.9208 52.0245 25.7345 52.158 25.5185C52.2915 25.3025 52.38 25.0612 52.4182 24.8094C52.4564 24.5575 52.4435 24.3002 52.3802 24.0531C52.3064 23.7605 52.1701 23.4874 51.981 23.2529C51.7919 23.0184 51.5544 22.8282 51.2852 22.6956L51.5602 23.8382C51.597 23.9856 51.6032 24.139 51.5783 24.2887C51.5535 24.4384 51.4981 24.5811 51.4157 24.7079C51.3333 24.8347 51.2257 24.9428 51.0996 25.0253C50.9736 25.1079 50.8318 25.1632 50.6833 25.1876Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
20
|
+
<path d="M8.81168 32.7528C8.88517 33.0518 9.07032 33.3111 9.32845 33.4764C9.58658 33.6417 9.89772 33.7002 10.1968 33.6396L10.2638 33.6257C10.409 33.5966 10.5467 33.538 10.6686 33.4536C10.7906 33.3692 10.8942 33.2606 10.9732 33.1345C11.0522 33.0084 11.105 32.8673 11.1283 32.7198C11.1516 32.5724 11.1451 32.4215 11.109 32.2764L10.8189 31.092L9.97522 27.6359L9.12128 24.1306C9.04779 23.8315 8.86264 23.5722 8.60451 23.4069C8.34638 23.2416 8.03532 23.1832 7.73627 23.2437L7.69968 23.2513C7.55447 23.2804 7.4167 23.339 7.29476 23.4234C7.17283 23.5078 7.06924 23.6164 6.99023 23.7425C6.91123 23.8686 6.85849 24.0097 6.83516 24.1572C6.81182 24.3046 6.81838 24.4555 6.85447 24.6006L7.70841 28.1059L8.55208 31.562L8.81168 32.7528Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
21
|
+
<path d="M49.2325 24.3209C49.3077 24.6208 49.4941 24.8806 49.7533 25.0465C50.0124 25.2124 50.3244 25.2719 50.625 25.2126L50.692 25.1987C50.8375 25.1696 50.9754 25.1108 51.0974 25.0259C51.2193 24.941 51.3228 24.8318 51.4012 24.705C51.4797 24.5782 51.5316 24.4365 51.5537 24.2885C51.5758 24.1406 51.5677 23.9895 51.5298 23.8446L51.2547 22.702L50.4149 19.2643L49.5483 15.6974C49.4731 15.3981 49.2866 15.1391 49.0276 14.9742C48.7685 14.8092 48.4567 14.7511 48.1571 14.8119L48.0901 14.8258C47.9451 14.8548 47.8076 14.9133 47.686 14.9977C47.5644 15.0822 47.4612 15.1907 47.3827 15.3169C47.3042 15.443 47.252 15.584 47.2294 15.7313C47.2067 15.8786 47.2141 16.0292 47.251 16.1737L48.1176 19.7406L48.9638 23.209L49.2325 24.3209Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
22
|
+
<path d="M62.0194 37.9899C61.5535 37.9534 61.0849 37.9878 60.6296 38.092L8.02363 48.9991C7.55716 49.0861 7.10795 49.2485 6.69338 49.4802C6.47869 49.6402 6.52203 50.6769 6.64744 51.1898L13.6126 79.7564C13.7169 80.2165 13.8878 80.6588 14.1199 81.069C14.2768 81.2738 15.284 81.2575 15.7958 81.1513L68.4019 70.2442C68.8685 70.156 69.3174 69.9915 69.7308 69.757C69.9455 69.597 69.9035 68.5664 69.7768 68.0474L62.809 39.4685C62.6923 38.9666 62.2483 38.0515 62.0194 37.9899ZM43.0025 50.4908C42.7525 50.5411 42.4924 50.4921 42.2767 50.354C42.061 50.2159 41.9061 49.9992 41.8445 49.7493L41.5088 48.3755C41.4785 48.2542 41.4729 48.128 41.4924 48.0047C41.5118 47.8813 41.556 47.7633 41.622 47.6578C41.6881 47.5523 41.7748 47.4616 41.8768 47.391C41.9788 47.3205 42.0941 47.2716 42.2156 47.2474L44.0436 46.8684C44.2942 46.8178 44.5548 46.8665 44.7715 47.0043C44.9882 47.1421 45.1443 47.3584 45.2076 47.6086L45.5434 48.9824C45.5728 49.1037 45.5777 49.2296 45.5578 49.3526C45.538 49.4757 45.4938 49.5933 45.4278 49.6986C45.3619 49.8038 45.2755 49.8946 45.174 49.9653C45.0724 50.0361 44.9577 50.0855 44.8366 50.1105L43.0025 50.4908ZM45.7034 53.2796C45.9533 53.2308 46.2125 53.2804 46.4279 53.4183C46.6432 53.5562 46.7983 53.7719 46.8613 54.021L47.197 55.3949C47.2264 55.5161 47.2313 55.642 47.2115 55.7651C47.1916 55.8881 47.1474 56.0057 47.0815 56.111C47.0155 56.2163 46.9292 56.307 46.8276 56.3778C46.7261 56.4485 46.6114 56.4979 46.4903 56.5229L44.6622 56.902C44.4124 56.9507 44.1531 56.9011 43.9378 56.7632C43.7224 56.6253 43.5673 56.4096 43.5043 56.1605L43.1686 54.7867C43.1392 54.6654 43.1342 54.5395 43.1541 54.4165C43.1739 54.2934 43.2182 54.1758 43.2841 54.0705C43.3501 53.9652 43.4364 53.8745 43.538 53.8037C43.6396 53.733 43.7543 53.6836 43.8753 53.6586L45.7034 53.2796ZM44.753 60.9569C44.7226 60.8356 44.7171 60.7094 44.7365 60.586C44.756 60.4627 44.8001 60.3447 44.8662 60.2392C44.9322 60.1337 45.0189 60.0429 45.1209 59.9724C45.223 59.9019 45.3382 59.853 45.4597 59.8288L47.2878 59.4498C47.5376 59.401 47.7969 59.4506 48.0122 59.5885C48.2276 59.7264 48.3827 59.9421 48.4457 60.1912L48.7814 61.5651C48.8108 61.6863 48.8157 61.8122 48.7958 61.9353C48.776 62.0583 48.7318 62.1759 48.6659 62.2812C48.5999 62.3865 48.5136 62.4772 48.412 62.548C48.3104 62.6187 48.1957 62.6681 48.0747 62.6931L46.2466 63.0722C45.9967 63.1209 45.7375 63.0713 45.5221 62.9334C45.3068 62.7955 45.1516 62.5798 45.0886 62.3307L44.753 60.9569ZM35.6504 51.9381C35.3999 51.9887 35.1392 51.94 34.9226 51.8023C34.7059 51.6645 34.5497 51.4481 34.4865 51.1979L34.1507 49.8241C34.1204 49.7025 34.1147 49.5761 34.134 49.4524C34.1533 49.3287 34.1973 49.2103 34.2632 49.1044C34.3291 48.9984 34.4155 48.9071 34.5175 48.8359C34.6194 48.7646 34.7346 48.715 34.8562 48.6899L36.6843 48.3108C36.9358 48.2617 37.1967 48.3117 37.4134 48.4506C37.6301 48.5894 37.7862 48.8065 37.8496 49.0572L38.1791 50.4323C38.2093 50.5531 38.2151 50.6787 38.1959 50.8016C38.1767 50.9244 38.1331 51.042 38.0676 51.1473C38.0022 51.2525 37.9163 51.3433 37.815 51.4141C37.7138 51.4848 37.5993 51.5342 37.4785 51.5591L35.6504 51.9381ZM38.311 54.716C38.5616 54.6655 38.8222 54.7141 39.0389 54.8519C39.2556 54.9897 39.4117 55.2061 39.475 55.4562L39.8107 56.8301C39.841 56.9517 39.8468 57.0781 39.8275 57.2018C39.8081 57.3255 39.7642 57.4438 39.6983 57.5498C39.6324 57.6557 39.5459 57.7471 39.444 57.8183C39.342 57.8895 39.2268 57.9392 39.1052 57.9643L37.2772 58.3433C37.0257 58.3924 36.7648 58.3424 36.5481 58.2036C36.3314 58.0648 36.1753 57.8477 36.1119 57.597L35.7823 56.2219C35.7522 56.1011 35.7464 55.9755 35.7656 55.8526C35.7848 55.7297 35.8284 55.6121 35.8938 55.5069C35.9593 55.4016 36.0452 55.3109 36.1465 55.2401C36.2477 55.1693 36.3622 55.12 36.483 55.0951L38.311 54.716ZM37.3606 62.3933C37.3304 62.2725 37.3247 62.147 37.3439 62.0241C37.363 61.9012 37.4067 61.7836 37.4721 61.6783C37.5376 61.5731 37.6235 61.4823 37.7247 61.4116C37.826 61.3408 37.9404 61.2915 38.0612 61.2665L39.8893 60.8875C40.1397 60.8385 40.3997 60.8878 40.616 61.0254C40.8323 61.1629 40.9887 61.3784 41.0533 61.6277L41.389 63.0015C41.4193 63.1228 41.4249 63.249 41.4055 63.3723C41.386 63.4957 41.3419 63.6137 41.2758 63.7192C41.2097 63.8247 41.1231 63.9154 41.021 63.986C40.919 64.0565 40.8038 64.1054 40.6823 64.1296L38.8542 64.5086C38.6036 64.5592 38.343 64.5105 38.1263 64.3727C37.9096 64.2349 37.7535 64.0186 37.6902 63.7684L37.3606 62.3933ZM28.427 53.423C28.1766 53.472 27.9166 53.4227 27.7003 53.2851C27.484 53.1475 27.3276 52.9321 27.263 52.6828L26.9334 51.3077C26.9022 51.1866 26.8958 51.0604 26.9145 50.9369C26.9331 50.8134 26.9764 50.6951 27.0418 50.5891C27.1072 50.4832 27.1933 50.3918 27.2949 50.3206C27.3965 50.2494 27.5114 50.1997 27.6327 50.1747L29.4608 49.7957C29.7124 49.745 29.9741 49.7943 30.1912 49.9334C30.4083 50.0724 30.5641 50.2905 30.6261 50.542L30.9618 51.9159C30.9912 52.0371 30.9961 52.1631 30.9763 52.2861C30.9564 52.4091 30.9122 52.5268 30.8463 52.632C30.7803 52.7373 30.694 52.828 30.5924 52.8988C30.4908 52.9696 30.3761 53.0189 30.2551 53.044L28.427 53.423ZM31.0876 56.2009C31.3382 56.1503 31.5987 56.199 31.8154 56.3368C32.0321 56.4746 32.1883 56.6909 32.2516 56.9411L32.5872 58.3149C32.6176 58.4365 32.6233 58.563 32.604 58.6867C32.5846 58.8103 32.5407 58.9287 32.4749 59.0346C32.409 59.1406 32.3224 59.2319 32.2205 59.3032C32.1186 59.3744 32.0034 59.424 31.8818 59.4492L30.0537 59.8282C29.8028 59.8771 29.5426 59.8267 29.3268 59.6876C29.111 59.5484 28.9563 59.3311 28.8946 59.0806L28.5588 57.7067C28.5285 57.5854 28.5229 57.4593 28.5424 57.3359C28.5618 57.2126 28.6059 57.0946 28.672 56.9891C28.7381 56.8836 28.8248 56.7928 28.9268 56.7223C29.0288 56.6517 29.1441 56.6028 29.2656 56.5786L31.0876 56.2009ZM30.1372 63.8782C30.1068 63.7569 30.1012 63.6307 30.1206 63.5074C30.1401 63.384 30.1842 63.266 30.2503 63.1605C30.3164 63.0551 30.4031 62.9643 30.5051 62.8937C30.6072 62.8232 30.7224 62.7743 30.8439 62.7501L32.672 62.3711C32.9225 62.3205 33.1832 62.3692 33.3998 62.507C33.6165 62.6448 33.7727 62.8611 33.8359 63.1113L34.1716 64.4851C34.2019 64.6064 34.2076 64.7326 34.1881 64.8559C34.1687 64.9793 34.1246 65.0973 34.0585 65.2028C33.9924 65.3083 33.9056 65.399 33.8036 65.4696C33.7016 65.5401 33.5864 65.589 33.4649 65.6132L31.6368 65.9922C31.3868 66.0426 31.1269 65.9936 30.9111 65.8555C30.6954 65.7173 30.5406 65.5007 30.4789 65.2508L30.1372 63.8782ZM21.1144 54.9071C20.8638 54.9576 20.6032 54.909 20.3865 54.7712C20.1698 54.6334 20.0136 54.417 19.9503 54.1669L19.6147 52.793C19.5853 52.6718 19.5804 52.5459 19.6002 52.4228C19.6201 52.2998 19.6643 52.1821 19.7302 52.0769C19.7962 51.9716 19.8825 51.8809 19.9841 51.8101C20.0856 51.7394 20.2003 51.69 20.3214 51.665L22.1495 51.2859C22.3995 51.2356 22.6595 51.2846 22.8752 51.4227C23.091 51.5609 23.2458 51.7775 23.3074 52.0274L23.6431 53.4012C23.6734 53.5225 23.679 53.6487 23.6596 53.7721C23.6401 53.8954 23.596 54.0134 23.5299 54.1189C23.4638 54.2244 23.3772 54.3151 23.2751 54.3857C23.1731 54.4562 23.0579 54.5051 22.9364 54.5293L21.1144 54.9071ZM23.775 57.685C24.0265 57.6359 24.2873 57.6859 24.5041 57.8247C24.7208 57.9635 24.8769 58.1806 24.9403 58.4313L25.2759 59.8052C25.3053 59.9264 25.3103 60.0523 25.2905 60.1754C25.2706 60.2984 25.2263 60.4161 25.1604 60.5213C25.0944 60.6266 25.0081 60.7173 24.9065 60.7881C24.805 60.8589 24.6903 60.9082 24.5692 60.9332L22.7411 61.3123C22.4907 61.3613 22.2308 61.3119 22.0145 61.1744C21.7982 61.0368 21.6418 60.8214 21.5771 60.5721L21.2414 59.1982C21.2111 59.0766 21.2054 58.9502 21.2247 58.8265C21.244 58.7029 21.288 58.5845 21.3539 58.4785C21.4198 58.3726 21.5062 58.2812 21.6081 58.21C21.71 58.1388 21.8253 58.0891 21.9469 58.064L23.775 57.685ZM22.8246 65.3623C22.7952 65.241 22.7902 65.1151 22.81 64.9921C22.8299 64.869 22.8741 64.7514 22.94 64.6461C23.006 64.5409 23.0923 64.4501 23.1939 64.3794C23.2954 64.3086 23.4102 64.2592 23.5313 64.2342L25.3594 63.8552C25.6098 63.8062 25.8697 63.8555 26.086 63.9931C26.3023 64.1306 26.4587 64.346 26.5233 64.5954L26.859 65.9692C26.8894 66.0908 26.895 66.2173 26.8757 66.3409C26.8564 66.4646 26.8125 66.583 26.7466 66.6889C26.6807 66.7949 26.5942 66.8862 26.4923 66.9574C26.3904 67.0287 26.2752 67.0783 26.1536 67.1034L24.3255 67.4825C24.074 67.5316 23.8131 67.4816 23.5964 67.3427C23.3797 67.2039 23.2236 66.9869 23.1602 66.7361L22.8246 65.3623ZM13.9336 56.3831C13.6831 56.4321 13.4233 56.3827 13.207 56.2452C12.9907 56.1076 12.8342 55.8922 12.7696 55.6429L12.44 54.2678C12.4098 54.147 12.4041 54.0214 12.4233 53.8985C12.4425 53.7757 12.4861 53.6581 12.5515 53.5528C12.617 53.4475 12.7029 53.3568 12.8042 53.286C12.9054 53.2152 13.0199 53.1659 13.1407 53.141L14.9687 52.7619C15.2192 52.713 15.479 52.7623 15.6953 52.8998C15.9116 53.0374 16.0681 53.2528 16.1327 53.5021L16.4684 54.876C16.4978 54.9973 16.5028 55.1231 16.4829 55.2462C16.4631 55.3692 16.4188 55.4869 16.3529 55.5921C16.2869 55.6974 16.2006 55.7881 16.099 55.8589C15.9974 55.9297 15.8827 55.979 15.7617 56.0041L13.9336 56.3831ZM16.5942 59.161C16.8458 59.1103 17.1074 59.1596 17.3245 59.2987C17.5417 59.4378 17.6975 59.6558 17.7594 59.9073L18.0951 61.2812C18.1245 61.4024 18.1295 61.5283 18.1096 61.6514C18.0898 61.7744 18.0455 61.8921 17.9796 61.9973C17.9136 62.1026 17.8274 62.1933 17.7258 62.2641C17.6242 62.3349 17.5094 62.3842 17.3884 62.4092L15.5603 62.7883C15.3105 62.837 15.0513 62.7874 14.8359 62.6495C14.6206 62.5116 14.4654 62.2959 14.4024 62.0468L14.0668 60.673C14.0355 60.5513 14.0291 60.4247 14.048 60.3007C14.0669 60.1767 14.1107 60.0579 14.1767 59.9518C14.2428 59.8456 14.3296 59.7542 14.432 59.6832C14.5344 59.6122 14.6502 59.563 14.7722 59.5388L16.5942 59.161ZM15.6437 66.8383C15.6134 66.717 15.6078 66.5908 15.6273 66.4675C15.6467 66.3441 15.6909 66.2261 15.7569 66.1206C15.823 66.0151 15.9097 65.9244 16.0117 65.8538C16.1137 65.7833 16.229 65.7344 16.3505 65.7102L18.1785 65.3312C18.4291 65.2806 18.6897 65.3293 18.9064 65.4671C19.1231 65.6049 19.2792 65.8213 19.3425 66.0714L19.6783 67.4452C19.7086 67.5668 19.7143 67.6933 19.695 67.8169C19.6756 67.9406 19.6317 68.059 19.5658 68.1649C19.4999 68.2709 19.4134 68.3622 19.3115 68.4334C19.2096 68.5047 19.0943 68.5543 18.9727 68.5794L17.1447 68.9585C16.8938 69.0074 16.6335 68.957 16.4177 68.8179C16.2019 68.6787 16.0472 68.4614 15.9855 68.2109L15.6437 66.8383ZM54.4782 57.9589C54.7288 57.9084 54.9894 57.957 55.2061 58.0948C55.4228 58.2326 55.5789 58.449 55.6422 58.6991L55.9779 60.073C56.0073 60.1942 56.0123 60.3201 55.9924 60.4431C55.9726 60.5662 55.9283 60.6839 55.8624 60.7891C55.7964 60.8944 55.7101 60.9851 55.6086 61.0559C55.507 61.1266 55.3922 61.176 55.2712 61.201L53.4431 61.5801C53.1926 61.629 52.9328 61.5797 52.7165 61.4422C52.5002 61.3046 52.3437 61.0892 52.2791 60.8399L51.9495 59.4647C51.9194 59.344 51.9136 59.2184 51.9328 59.0955C51.952 58.9726 51.9956 58.855 52.061 58.7498C52.1265 58.6445 52.2124 58.5538 52.3137 58.483C52.4149 58.4122 52.5294 58.3629 52.6502 58.3379L54.4782 57.9589ZM51.8526 55.4111C51.6026 55.4615 51.3427 55.4125 51.127 55.2743C50.9112 55.1362 50.7564 54.9196 50.6947 54.6697L50.359 53.2958C50.3287 53.1745 50.3231 53.0484 50.3426 52.925C50.362 52.8016 50.4061 52.6836 50.4722 52.5782C50.5383 52.4727 50.625 52.3819 50.727 52.3114C50.829 52.2408 50.9443 52.192 51.0658 52.1677L52.8939 51.7887C53.1445 51.7382 53.405 51.7868 53.6217 51.9246C53.8384 52.0624 53.9946 52.2788 54.0579 52.5289L54.3935 53.9028C54.4229 54.024 54.4279 54.1499 54.4081 54.2729C54.3882 54.396 54.3439 54.5136 54.278 54.6189C54.212 54.7242 54.1257 54.8149 54.0241 54.8857C53.9226 54.9564 53.8079 55.0058 53.6868 55.0308L51.8526 55.4111ZM51.261 45.3848C51.5114 45.3358 51.7713 45.3851 51.9877 45.5227C52.204 45.6602 52.3604 45.8756 52.425 46.125L52.7607 47.4988C52.7901 47.6201 52.795 47.746 52.7752 47.869C52.7553 47.9921 52.7111 48.1097 52.6452 48.215C52.5792 48.3203 52.4929 48.411 52.3913 48.4818C52.2897 48.5525 52.175 48.6019 52.054 48.6269L50.2259 49.0059C49.9755 49.0549 49.7155 49.0056 49.4992 48.868C49.2829 48.7305 49.1266 48.5151 49.0619 48.2657L48.7262 46.8919C48.6968 46.7706 48.6919 46.6447 48.7117 46.5217C48.7316 46.3986 48.7758 46.281 48.8417 46.1757C48.9077 46.0705 48.994 45.9797 49.0956 45.909C49.1971 45.8382 49.3118 45.7888 49.4329 45.7638L51.261 45.3848ZM18.7072 75.146C18.4574 75.1948 18.1981 75.1451 17.9828 75.0072C17.7674 74.8693 17.6124 74.6537 17.5494 74.4045L17.2136 73.0307C17.1833 72.9094 17.1777 72.7833 17.1972 72.6599C17.2166 72.5366 17.2607 72.4186 17.3268 72.3131C17.3929 72.2076 17.4796 72.1168 17.5816 72.0463C17.6836 71.9757 17.7989 71.9269 17.9203 71.9026L19.7484 71.5236C19.999 71.4731 20.2596 71.5217 20.4763 71.6595C20.693 71.7973 20.8492 72.0137 20.9125 72.2638L21.2481 73.6377C21.2775 73.7589 21.2824 73.8848 21.2626 74.0079C21.2428 74.1309 21.1986 74.2486 21.1326 74.3538C21.0667 74.4591 20.9803 74.5498 20.8788 74.6206C20.7772 74.6914 20.6625 74.7407 20.5414 74.7657L18.7072 75.146ZM25.9159 73.6514C25.6655 73.7004 25.4057 73.6511 25.1893 73.5135C24.973 73.376 24.8166 73.1605 24.752 72.9112L24.4163 71.5373C24.3869 71.4161 24.3819 71.2902 24.4018 71.1672C24.4216 71.0441 24.4659 70.9265 24.5318 70.8212C24.5978 70.7159 24.684 70.6252 24.7856 70.5545C24.8872 70.4837 25.002 70.4343 25.123 70.4093L26.9511 70.0302C27.2015 69.9813 27.4614 70.0306 27.6777 70.1682C27.894 70.3057 28.0504 70.5211 28.1151 70.7705L28.4507 72.1443C28.4801 72.2656 28.4851 72.3915 28.4653 72.5145C28.4454 72.6375 28.4012 72.7552 28.3352 72.8605C28.2693 72.9657 28.183 73.0564 28.0814 73.1272C27.9799 73.198 27.8651 73.2473 27.744 73.2724L25.9159 73.6514ZM33.2346 72.1661C32.9848 72.2148 32.7256 72.1651 32.5102 72.0272C32.2949 71.8893 32.1398 71.6737 32.0768 71.4246L31.7411 70.0507C31.7108 69.9294 31.7051 69.8033 31.7246 69.6799C31.744 69.5566 31.7881 69.4386 31.8542 69.3331C31.9203 69.2276 32.007 69.1368 32.109 69.0663C32.211 68.9957 32.3263 68.9469 32.4478 68.9227L34.2759 68.5436C34.5265 68.4931 34.7871 68.5417 35.0038 68.6795C35.2205 68.8173 35.3766 69.0337 35.4399 69.2838L35.7755 70.6577C35.8049 70.779 35.8099 70.9048 35.7901 71.0279C35.7702 71.1509 35.726 71.2686 35.66 71.3738C35.5941 71.4791 35.5077 71.5698 35.4061 71.6406C35.3046 71.7114 35.1899 71.7607 35.0688 71.7858L33.2346 72.1661ZM40.4434 70.6714C40.193 70.7204 39.933 70.6711 39.7167 70.5335C39.5004 70.396 39.344 70.1806 39.2793 69.9312L38.9498 68.5561C38.9196 68.4353 38.9139 68.3097 38.9331 68.1868C38.9523 68.064 38.9958 67.9464 39.0613 67.8411C39.1267 67.7359 39.2127 67.6451 39.3139 67.5744C39.4151 67.5036 39.5296 67.4542 39.6504 67.4293L41.4785 67.0503C41.7289 67.0013 41.9888 67.0506 42.2052 67.1882C42.4215 67.3257 42.5778 67.5412 42.6425 67.7905L42.9782 69.1643C43.0076 69.2856 43.0125 69.4115 42.9927 69.5345C42.9728 69.6576 42.9286 69.7752 42.8627 69.8805C42.7967 69.9857 42.7104 70.0765 42.6088 70.1472C42.5072 70.218 42.3925 70.2674 42.2715 70.2924L40.4434 70.6714ZM47.821 69.2252C47.5712 69.2739 47.3119 69.2243 47.0966 69.0864C46.8812 68.9485 46.7261 68.7328 46.6631 68.4837L46.3274 67.1099C46.298 66.9886 46.2931 66.8627 46.3129 66.7397C46.3328 66.6166 46.377 66.499 46.4429 66.3937C46.5089 66.2884 46.5952 66.1977 46.6968 66.1269C46.7984 66.0562 46.9131 66.0068 47.0341 65.9818L48.8622 65.6028C49.112 65.554 49.3713 65.6037 49.5867 65.7416C49.802 65.8795 49.9572 66.0951 50.0202 66.3442L50.3558 67.7181C50.3852 67.8393 50.3901 67.9652 50.3703 68.0883C50.3504 68.2113 50.3062 68.329 50.2403 68.4342C50.1743 68.5395 50.088 68.6302 49.9864 68.701C49.8849 68.7718 49.7702 68.8211 49.6491 68.8461L47.821 69.2252ZM55.4023 45.4949C55.3729 45.3736 55.3679 45.2477 55.3877 45.1247C55.4076 45.0016 55.4518 44.884 55.5178 44.7787C55.5837 44.6735 55.67 44.5827 55.7716 44.512C55.8731 44.4412 55.9879 44.3918 56.109 44.3668L57.9371 43.9878C58.1875 43.9388 58.4474 43.9881 58.6637 44.1257C58.88 44.2632 59.0364 44.4786 59.101 44.728L59.4367 46.1018C59.4671 46.2234 59.4727 46.3499 59.4534 46.4735C59.4341 46.5972 59.3902 46.7156 59.3243 46.8215C59.2584 46.9275 59.1719 47.0188 59.07 47.09C58.9681 47.1613 58.8529 47.2109 58.7313 47.236L56.9032 47.6151C56.6517 47.6642 56.3908 47.6142 56.1741 47.4753C55.9574 47.3365 55.8013 47.1195 55.7379 46.8687L55.4023 45.4949ZM57.0351 51.8988C57.0048 51.7775 56.9992 51.6513 57.0186 51.528C57.0381 51.4046 57.0822 51.2866 57.1483 51.1811C57.2144 51.0757 57.301 50.9849 57.4031 50.9143C57.5051 50.8438 57.6203 50.7949 57.7418 50.7707L59.5699 50.3917C59.8205 50.3412 60.0811 50.3898 60.2978 50.5276C60.5145 50.6654 60.6706 50.8818 60.7339 51.1319L61.0696 52.5057C61.099 52.627 61.1039 52.7529 61.0841 52.8759C61.0642 52.999 61.02 53.1166 60.9541 53.2219C60.8881 53.3272 60.8018 53.4179 60.7002 53.4887C60.5986 53.5594 60.4839 53.6088 60.3628 53.6338L58.5347 54.0129C58.2849 54.0616 58.0257 54.0119 57.8103 53.874C57.595 53.7361 57.4399 53.5205 57.3769 53.2714L57.0351 51.8988ZM60.1192 60.183C59.8692 60.2334 59.6092 60.1844 59.3934 60.0463C59.1777 59.9081 59.0228 59.6915 58.9612 59.4416L58.6255 58.0677C58.5952 57.9464 58.5896 57.8203 58.6091 57.6969C58.6286 57.5736 58.6727 57.4556 58.7387 57.3501C58.8048 57.2446 58.8915 57.1538 58.9935 57.0833C59.0956 57.0127 59.2108 56.9639 59.3323 56.9397L61.1603 56.5606C61.4109 56.5101 61.6715 56.5587 61.8882 56.6965C62.1049 56.8343 62.261 57.0507 62.3243 57.3009L62.6601 58.6747C62.6895 58.7959 62.6944 58.9218 62.6745 59.0449C62.6547 59.1679 62.6105 59.2856 62.5445 59.3908C62.4786 59.4961 62.3922 59.5868 62.2907 59.6576C62.1891 59.7284 62.0743 59.7777 61.9533 59.8028L60.1192 60.183Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
23
|
+
<path d="M7.12958 45.7908L28.5425 41.3511C28.693 41.3209 28.8358 41.2602 28.9621 41.1725C29.0884 41.0848 29.1957 40.9721 29.2774 40.8412C29.359 40.7102 29.4133 40.5638 29.437 40.4109C29.4607 40.2579 29.4533 40.1015 29.4153 39.9512C29.3342 39.639 29.1373 39.3697 28.8653 39.1992C28.5933 39.0287 28.2671 38.97 27.9543 39.0353L6.54745 43.4737C6.3969 43.5039 6.25417 43.5646 6.12784 43.6523C6.00151 43.74 5.89422 43.8527 5.81258 43.9836C5.73094 44.1146 5.67663 44.261 5.65292 44.414C5.6292 44.5669 5.63661 44.7233 5.67466 44.8735C5.75544 45.1847 5.9513 45.4533 6.22195 45.6239C6.49261 45.7946 6.81745 45.8543 7.12958 45.7908Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
24
|
+
<circle cx="69.3719" cy="73.7655" r="35.2304" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
25
|
+
<path d="M69.3719 70.4462C74.382 70.4462 78.4434 66.3848 78.4434 61.3747C78.4434 56.3647 74.382 52.3032 69.3719 52.3032C64.3619 52.3032 60.3004 56.3647 60.3004 61.3747C60.3004 66.3848 64.3619 70.4462 69.3719 70.4462Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
26
|
+
<path d="M69.3718 73.7725C73.5603 73.7725 77.5773 75.4364 80.5391 78.3981C83.5008 81.3599 85.1647 85.3768 85.1647 89.5654V95.1707H53.5789V89.5654C53.5789 85.3768 55.2428 81.3599 58.2045 78.3981C61.1662 75.4364 65.1832 73.7725 69.3718 73.7725Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
27
|
+
<path d="M37.8264 113.157C49.0199 113.157 58.094 104.083 58.094 92.8892C58.094 81.6957 49.0199 72.6216 37.8264 72.6216C26.6329 72.6216 17.5588 81.6957 17.5588 92.8892C17.5588 104.083 26.6329 113.157 37.8264 113.157Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
28
|
+
<path d="M37.8341 81.8525H37.8267C36.3142 81.8525 35.088 83.0787 35.088 84.5912V101.187C35.088 102.7 36.3142 103.926 37.8267 103.926H37.8341C39.3467 103.926 40.5728 102.7 40.5728 101.187V84.5912C40.5728 83.0787 39.3467 81.8525 37.8341 81.8525Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
<path d="M27.2596 92.5763V93.1957C27.2596 94.5393 28.3488 95.6284 29.6924 95.6284H45.9826C47.3261 95.6284 48.4153 94.5393 48.4153 93.1957V92.5763C48.4153 91.2328 47.3261 90.1437 45.9826 90.1437H29.6924C28.3488 90.1437 27.2596 91.2328 27.2596 92.5763Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|
|
32
|
+
`;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddPeopleToCalendar">
|
|
2
|
+
<rect y="40" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_6879_7328)">
|
|
4
|
+
<path d="M83.5561 84.0651C82.5777 79.1692 81.5376 74.2854 80.5488 69.3919C80.4486 68.8938 80.3449 68.3897 80.1248 67.9336C79.4446 66.5295 77.9048 65.9447 76.7377 65.0772C76.195 64.6729 72.5493 62.678 72.5493 62.2942V69.3065C72.6017 69.3679 72.6506 69.4232 72.6949 69.4725C72.7042 69.4822 72.7124 69.4918 72.7205 69.5002C72.8323 69.6205 72.8498 69.8058 72.7566 69.9418C72.7042 70.0188 72.6332 70.0886 72.5435 70.1199V51.7697V46.2001C72.5435 45.5094 71.8889 44.9512 71.0806 44.9512H61.4307V44.5782C61.4307 44.4037 61.2932 44.2617 61.1244 44.2617C60.9555 44.2617 60.818 44.4037 60.818 44.5782V44.9512H45.0206V44.5782C45.0206 44.4037 44.8832 44.2617 44.7143 44.2617C44.5454 44.2617 44.408 44.4037 44.408 44.5782V44.9512H35.203C35.1436 44.9512 35.0842 44.9536 35.0271 44.9596C34.977 44.9644 34.9281 44.9704 34.8804 44.9788C34.8745 44.9788 34.8687 44.98 34.8629 44.9812C34.3947 45.0631 33.9975 45.3109 33.7576 45.6502C33.6027 45.868 33.513 46.1231 33.513 46.3962V51.7721V63.4553C33.3301 63.572 33.1519 63.6947 32.9772 63.8259L32.4367 64.2338L32.3529 61.1824C32.3529 61.1824 33.1286 59.0479 33.4408 56.8497C33.4547 56.7534 33.4675 56.6584 33.4792 56.5621C33.506 56.3467 33.5153 56.1386 33.5118 55.9364C33.499 55.2651 33.3313 54.6731 33.0983 54.1978C33.075 54.1497 33.0506 54.104 33.0261 54.0582C32.5858 53.2437 31.9615 52.8105 31.6773 52.9585C31.1707 53.2196 31.0111 55.5189 30.8993 56.2168C30.8096 56.7739 29.8335 59.6868 29.3059 60.7505C29.2698 60.8227 29.2384 60.8961 29.2092 60.9719C29.1231 61.1981 29.0706 61.4351 29.0532 61.6782L28.6606 67.0216L28.5838 68.0732C28.5838 68.0732 28.0026 68.593 27.5204 69.1465C27.3573 69.3342 27.2059 69.5243 27.0917 69.7012C26.9659 69.8961 26.9287 70.1632 26.9555 70.5205C26.9683 70.6902 26.9962 70.8815 27.037 71.0945C27.0521 71.1739 27.0684 71.2557 27.0871 71.3411C27.1127 71.4602 27.1407 71.5854 27.1721 71.7177C27.228 71.956 27.2944 72.2159 27.3666 72.4974C27.5658 73.2735 27.8162 74.2192 28.0783 75.3683C28.5535 77.457 28.7026 79.2209 28.7468 80.2509C28.7492 80.3026 28.7515 80.352 28.7527 80.4001C28.7562 80.4951 28.7585 80.583 28.7608 80.6636C28.7631 80.743 28.7643 80.8152 28.7643 80.879C28.7643 80.9427 28.7643 80.9981 28.7643 81.0438C28.7643 81.1605 28.762 81.2207 28.762 81.2207C28.6385 81.7308 28.4731 82.2314 28.2646 82.7175L27.5786 84.3153L25.8897 88.2703H25.8862L23 94.9998H33.372C34.5612 91.608 35.6817 88.4195 36.3107 86.7217L36.3083 86.7109C36.3526 86.5918 36.3957 86.4763 36.4388 86.3632C37.1411 85.8626 37.5919 85.2213 37.8598 84.4982C39.6803 80.7057 39.4823 73.7283 39.4823 73.7283L36.716 73.7319C36.716 73.7319 36.716 73.7295 36.716 73.7283H48.2272C48.1526 73.8378 48.0699 73.9521 47.9767 74.0748C47.9558 74.1025 47.9348 74.129 47.9127 74.1578C47.8707 74.212 47.8265 74.2661 47.7799 74.3239C47.7776 74.3263 47.7764 74.3287 47.7741 74.3311C47.6308 74.5068 47.4934 74.7655 47.3676 75.0795C47.3396 75.1505 47.3117 75.2239 47.2849 75.2997C47.2709 75.3382 47.2569 75.3779 47.2441 75.4188C47.1451 75.7124 47.0566 76.0385 46.9832 76.3814C46.9774 76.409 46.9716 76.4355 46.9657 76.4632C46.9215 76.6774 46.8819 76.8975 46.8481 77.1189C46.8365 77.1971 46.826 77.2766 46.8155 77.3548C46.805 77.4402 46.7945 77.5256 46.7864 77.6122C46.7712 77.7578 46.7596 77.9022 46.7514 78.0454C46.7514 78.0538 46.7514 78.0622 46.7503 78.0719C46.7328 78.3787 46.7305 78.6771 46.7456 78.9586C46.7491 79.0296 46.7549 79.0994 46.7607 79.168C46.7736 79.3052 46.791 79.4363 46.8132 79.5614C46.8353 79.6866 46.8632 79.8045 46.8959 79.9152C46.9611 80.1354 47.0484 80.3231 47.1591 80.4675C47.1894 80.506 47.2185 80.5469 47.2476 80.5878C47.5213 80.9788 47.7589 81.477 47.9558 81.9715C47.9802 82.034 48.0047 82.0966 48.0292 82.1592C48.0443 82.1989 48.0594 82.2398 48.0734 82.2795C48.1421 82.4672 48.205 82.6501 48.2609 82.8233C48.4764 83.4887 48.5859 84.1854 48.5859 84.8868L48.5941 94.9998H59.4949C58.2032 88.2077 56.8719 80.5168 57.3401 79.8947C57.3681 79.8586 57.3972 79.8225 57.4263 79.7876C57.4531 79.7564 57.4822 79.7239 57.5113 79.6926C57.5148 79.689 57.5171 79.6854 57.5206 79.6818C57.5404 79.6613 57.5614 79.6409 57.5812 79.6192C58.0657 79.1331 58.739 78.7733 59.2701 78.3366C59.8385 77.8697 60.6934 77.2032 60.9613 76.4584C60.9613 76.4584 60.9613 76.4584 60.9613 76.4572C61.136 76.1612 61.2723 75.8435 61.3503 75.4994C61.4516 75.0542 61.5122 74.4394 61.5413 73.7307H67.4943C67.5526 75.9999 67.8111 78.2668 68.6055 78.4437C69.3661 78.6133 69.938 77.9383 70.3305 77.1731C70.8698 78.6193 71.5977 80.0054 73.3483 82.3757C73.8294 83.0267 74.223 83.5693 74.548 84.0241C74.6831 84.2118 74.8054 84.3851 74.9172 84.5439C74.9964 84.657 75.0721 84.7641 75.1409 84.864C75.1805 84.9217 75.2189 84.9771 75.255 85.03C75.6568 85.6136 75.8572 85.9348 75.9562 86.1093C75.983 86.1562 76.0028 86.1935 76.0179 86.2212C76.0272 86.2393 76.0342 86.2549 76.04 86.2657C76.0529 86.2946 76.0552 86.303 76.0552 86.303L75.7628 95.0022H85.0132C84.2899 89.5721 83.5561 84.0675 83.5561 84.0675V84.0651Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g clip-path="url(#clip1_6879_7328)">
|
|
7
|
+
<path d="M39.9576 69.8543L45.5266 69.8486C45.5266 69.8486 45.8811 81.8958 41.7915 84.7885C37.9649 87.4961 39.9576 69.8543 39.9576 69.8543Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
8
|
+
<path d="M80.0272 64.2422C80.0272 64.2422 79.2767 74.9932 81.2694 75.42C83.262 75.8483 84.1968 71.7292 84.1968 71.7292C84.1968 71.7292 83.9238 66.1602 80.0272 64.2422Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path d="M84.134 69.8466H40.2748C39.1298 69.8466 38.2007 69.0783 38.2007 68.1307V37.9835C38.2007 37.0359 39.1284 36.2676 40.2748 36.2676H84.307C85.299 36.2676 86.1023 36.9335 86.1023 37.753V68.2175C86.1023 69.1181 85.2204 69.8466 84.1326 69.8466" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
10
|
+
<path d="M84.0139 69.219H40.2691C39.127 69.219 38.2007 68.455 38.2007 67.513V37.5224C38.2007 36.5805 39.127 35.8164 40.2691 35.8164H84.1869C85.1761 35.8164 85.978 36.478 85.978 37.2947V67.5998C85.978 68.4948 85.0989 69.2219 84.0125 69.2219" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M86.1023 43.8782H38.2007V37.5224C38.2007 36.5805 39.1284 35.8164 40.2748 35.8164H84.307C85.299 35.8164 86.1023 36.478 86.1023 37.2933V43.8782Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
12
|
+
<path d="M54.8733 43.5V69.145H53.8674L53.8674 43.5H54.8733Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
13
|
+
<path d="M70.0667 43.5V69.145H69.0608L69.0608 43.5H70.0667Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
14
|
+
<path d="M85.98 51.0518V52.0576H38.228V51.0518H85.98Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
15
|
+
<path d="M85.98 60.0269V61.0327H38.228V60.0269H85.98Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
16
|
+
<path d="M52.1619 38.7934C52.6293 38.7934 53.0095 38.4746 53.0095 38.0805C53.0095 37.6864 52.6307 37.3677 52.1619 37.3677C51.693 37.3677 51.3157 37.6864 51.3157 38.0805C51.3157 38.4746 51.6945 38.7934 52.1619 38.7934Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
17
|
+
<path d="M51.9746 37.3848C51.5972 37.4559 51.3142 37.7405 51.3142 38.0805C51.3142 38.4206 51.5958 38.7037 51.9746 38.7763C52.352 38.7052 52.635 38.4206 52.635 38.0805C52.635 37.7405 52.3534 37.4573 51.9746 37.3848Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<path d="M72.2754 38.7934C72.7428 38.7934 73.1216 38.4746 73.1216 38.0805C73.1216 37.6864 72.7428 37.3677 72.2754 37.3677C71.808 37.3677 71.4292 37.6864 71.4292 38.0805C71.4292 38.4746 71.808 38.7934 72.2754 38.7934Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
19
|
+
<path d="M72.0881 37.3848C71.7108 37.4559 71.4277 37.7405 71.4277 38.0805C71.4277 38.4206 71.7093 38.7037 72.0881 38.7763C72.4655 38.7052 72.7485 38.4206 72.7485 38.0805C72.7485 37.7405 72.4669 37.4573 72.0881 37.3848Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<path d="M51.9489 35H51.9475C51.7398 35 51.5715 35.1675 51.5715 35.3742V37.8855C51.5715 38.0922 51.7398 38.2597 51.9475 38.2597H51.9489C52.1565 38.2597 52.3248 38.0922 52.3248 37.8855V35.3742C52.3248 35.1675 52.1565 35 51.9489 35Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M72.0898 35H72.0883C71.8807 35 71.7124 35.1675 71.7124 35.3742V37.8855C71.7124 38.0922 71.8807 38.2597 72.0883 38.2597H72.0898C72.2974 38.2597 72.4657 38.0922 72.4657 37.8855V35.3742C72.4657 35.1675 72.2974 35 72.0898 35Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<path d="M38.0291 94.9997C39.4886 90.9888 40.8637 87.2182 41.6356 85.2106L41.6327 85.1978C41.687 85.0569 41.7399 84.9203 41.7928 84.7866C46.3699 81.6464 42.2402 73.7823 42.0244 72.0678C41.8085 70.3533 42.3117 68.7825 42.8134 68.7825C43.3152 68.7825 44.5359 67.4962 45.2535 67.2828C45.971 67.0679 50.0621 67.7822 51.5687 67.9971C53.0753 68.2119 53.8658 67.4251 53.4341 65.426C53.0024 63.4269 43.8541 59.8541 44.6831 59.9922C45.5122 60.1302 47.9637 59.7858 50.2422 59.7175C52.5207 59.6493 54.662 58.1026 53.3155 57.1394C52.4578 56.5261 47.4319 56.2757 43.8912 56.1747C41.6141 56.1092 39.3814 56.7979 37.5417 58.1353L36.8784 58.6177L36.7755 55.0094C36.7755 55.0094 37.8119 52.2604 38.1578 49.5442C38.5037 46.8294 36.5683 44.9726 35.9464 45.2828C35.3246 45.5916 35.5462 48.5781 35.4076 49.4019C35.2975 50.0607 33.6837 53.2379 33.0347 54.4957C32.8589 54.8372 32.7531 55.21 32.7245 55.5927L32.147 63.1551C32.147 63.1551 30.8691 64.255 30.3173 65.0802C29.7656 65.9055 30.5932 67.8292 31.5252 71.7818C32.4572 75.7345 32.3672 78.7025 32.3672 78.7025C32.2156 79.3058 32.0127 79.8977 31.7568 80.4725L30.9149 82.3621L28.8422 87.0389H28.8379L25.3 94.9997H38.0291Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
23
|
+
<path d="M30.7162 94.9997C32.5215 88.7861 34.3712 82.3719 34.5813 81.3731C35.0202 79.2815 34.6128 77.3607 34.1325 75.3189C33.6994 73.4835 33.2663 71.6423 32.5916 69.8808C32.2685 69.0357 31.8897 68.2132 31.4866 67.4022C31.3151 67.0593 31.1378 66.7136 31.0607 66.3379C30.9077 65.591 31.3365 65.0218 31.7968 64.4726C32.2471 63.9362 32.7302 63.4268 33.2477 62.953C33.8695 62.3839 34.5042 61.8204 35.0473 61.1745C35.1188 61.0891 35.2046 60.9653 35.2918 60.8315C35.4061 60.6551 35.1917 60.4502 35.0187 60.5697C34.4713 60.944 33.768 61.4206 33.4893 61.5814C33.3678 61.6525 33.1605 61.5942 33.1362 61.4377C32.9589 60.3279 33.139 59.2308 33.1977 58.1111C33.282 56.5275 33.495 54.9083 34.0953 53.4271C34.5556 52.2902 35.2503 51.2572 35.6205 50.0834C35.9808 48.9409 36.0179 47.7215 36.0679 46.5348C36.0737 46.4039 36.1794 46.3001 36.311 46.2958C37.363 46.2574 37.5774 47.6034 37.739 48.376C37.8233 48.7787 37.9048 49.3905 38.1135 49.8828C38.1306 49.769 38.1463 49.6551 38.1606 49.5413C38.5066 46.8265 36.5711 44.9697 35.9493 45.2799C35.3275 45.5886 35.1317 48.3077 34.9944 49.1329C34.8844 49.7917 33.6865 53.2364 33.039 54.4942C32.8632 54.8357 32.7574 55.2085 32.7288 55.5912L32.1513 63.1536C32.1513 63.1536 30.8734 64.2535 30.3216 65.0787C29.7699 65.904 30.5975 67.8277 31.5295 71.7803C32.4615 75.733 32.3714 78.701 32.3714 78.701C32.2199 79.3043 32.0169 79.8962 31.7611 80.471L30.9191 82.3606L28.8465 87.0374H28.8422L25.3 94.9997H30.7162Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
24
|
+
<path d="M43.8812 62.8993C41.3969 62.9918 39.1669 64.4773 36.7555 65.0094C36.5682 65.0507 36.6183 65.3267 36.8098 65.3054C37.6375 65.2157 38.4751 64.8444 39.2656 64.5313C41.9372 63.477 44.9962 63.0815 47.6792 64.1102C48.9485 64.5968 50.5724 65.7536 51.9203 65.5729L52.3606 65.5202C49.8105 64.6466 46.5771 62.7983 43.8812 62.8979V62.8993Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
25
|
+
<path d="M44.2283 59.7549C43.4207 59.3907 42.5016 59.3636 41.6739 59.6809C40.6948 60.058 39.3339 60.7253 38.6049 61.118C37.3556 61.791 36.0991 62.4683 34.9356 63.2736C34.7412 63.4073 34.9184 63.7019 35.1286 63.5966C36.3264 62.999 37.4971 62.2307 38.6864 61.5946C40.4961 60.6271 42.4958 59.4632 44.3898 60.2529C44.6586 60.3653 48.3722 62.2662 48.4966 61.8593L44.2283 59.7535V59.7549Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
26
|
+
<path d="M79.6057 65.466C80.4662 66.4079 81.5497 68.0015 82.5803 71.1403C83.6109 74.2777 83.8654 75.8641 87.0901 80.0715C90.3149 84.2788 90.4121 84.7142 90.4121 84.7142L90.0534 95.0014H101.406C100.518 88.5801 99.6177 82.0706 99.6177 82.0706C98.417 76.281 97.1405 70.5057 95.9269 64.719C95.804 64.13 95.6767 63.5338 95.4066 62.9945C94.5718 61.3341 92.6821 60.6426 91.2498 59.6167C90.5837 59.1386 86.1096 56.7796 86.1096 56.3257V64.618C86.1739 64.6906 86.2339 64.756 86.2882 64.8144C86.2997 64.8257 86.3097 64.8371 86.3197 64.8471C86.4569 64.9894 86.4784 65.2085 86.364 65.3693C86.2496 65.53 86.0781 65.6624 85.8251 65.5756C85.0775 65.3195 84.4757 63.6804 84.1312 63.0301C83.3422 61.5376 77.4601 54.7406 75.8505 58.2408C74.3053 61.603 78.7437 64.5241 79.6028 65.4674L79.6057 65.466Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
27
|
+
<path d="M79.6057 65.466C80.4662 66.4094 81.4067 68.0015 82.4374 71.1403C83.468 74.2777 83.8654 75.8642 87.0901 80.0715C90.3149 84.2788 90.4121 84.7142 90.4121 84.7142L90.0534 95.0014H96.3028C95.5124 90.3985 94.2459 85.5537 91.5142 82.1076C90.8638 81.2866 90.1448 80.5225 89.3958 79.7912C88.6582 79.0698 88.0193 78.3371 87.5233 77.4279C86.5198 75.5881 86.0853 73.5108 85.3648 71.5572C84.6315 69.5695 83.578 67.7611 82.17 66.1732C81.4782 65.3935 80.7335 64.6636 79.9873 63.9351C79.2797 63.2436 78.5321 62.5762 77.9947 61.7382C77.5716 61.0766 77.3043 60.3367 77.3086 59.547C77.3128 58.8014 77.5444 58.0843 77.8675 57.417C77.0084 57.1723 76.2679 57.3345 75.8505 58.2423C74.3053 61.6044 78.7437 64.5255 79.6028 65.4689L79.6057 65.466Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
28
|
+
<path d="M56.2986 80.6006C56.5631 81.3874 56.6975 82.2112 56.6975 83.0408L56.7075 94.9997H70.0855C68.5003 86.9678 66.8664 77.873 67.4411 77.1374C68.486 75.8013 71.7679 74.4639 72.3654 71.9397C72.963 69.4156 72.4126 62.3156 71.9866 60.1487C71.5607 57.9817 70.7559 53.3645 69.2421 53.6007C67.8484 53.817 67.737 54.7518 67.7284 54.8998C67.7384 54.6536 67.7984 52.0328 66.0745 51.6586C65.7072 51.5789 65.3255 51.6529 65.0025 51.8464C64.6794 52.0399 64.2992 52.3501 64.272 52.7527C64.272 52.7527 63.8932 51.8578 62.8054 52.2818C61.7162 52.7058 61.5275 56.2387 61.5275 56.2387C61.5275 56.2387 60.1553 55.6738 59.6821 57.1337C59.209 58.5935 58.2627 65.5199 57.5523 67.169C56.8418 68.818 56.7475 69.3359 55.7069 70.561C54.6662 71.7861 53.8615 76.4502 54.9493 77.8161C55.5368 78.5531 55.9999 79.6999 56.3015 80.602L56.2986 80.6006Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
29
|
+
<path d="M71.8865 73.0737C71.898 73.0438 71.8608 73.0154 71.8365 73.0367C71.3891 73.3924 64.1433 78.5018 60.3625 73.4792C60.0308 73.0395 59.3304 72.9983 58.7687 73.0125C58.7058 73.0139 58.4056 73.0595 58.0911 73.105C57.6666 73.1662 57.4021 73.5959 57.5408 74C57.7438 74.5947 57.9953 75.2734 58.2083 75.6846C58.4056 76.0688 58.6043 76.4586 58.823 76.8314C59.0545 77.2241 59.379 77.5485 59.7392 77.826C59.7464 77.8317 59.755 77.8374 59.7635 77.8445C61.4517 79.1478 63.7331 79.4039 65.6671 78.4976C65.943 78.3681 67.1251 77.5443 67.4424 77.1373C68.0299 76.3846 69.042 75.9037 69.8124 75.2962C70.51 74.7441 71.5592 73.9559 71.888 73.0751L71.8865 73.0737Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
30
|
+
<path d="M64.2706 52.751C64.2534 54.1639 64.4321 56.7164 64.5607 58.3314C64.6365 59.2932 64.5865 60.2607 64.4092 61.2098C64.2534 62.045 64.252 65.9834 64.2577 67.4802C64.2577 67.5628 64.3763 67.5756 64.3949 67.4959C64.5564 66.7958 64.8123 65.6064 64.8523 64.9092C64.8824 64.3756 64.8895 63.842 64.8909 63.307C64.8924 62.6981 64.9095 62.0891 64.9338 61.4815C64.981 60.255 65.0496 59.0286 65.051 57.8006C65.051 56.6595 64.9553 55.5141 64.7709 54.3887C64.7094 54.0145 64.4149 52.7325 64.2691 52.7524L64.2706 52.751Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
31
|
+
<path d="M68.5061 58.0214C68.2373 57.1008 68.0815 56.166 67.9643 55.2084C67.9372 54.9865 67.9343 54.7019 67.8342 54.4956C67.4926 55.1273 67.7999 57.7354 68.0615 58.5891C68.3331 59.4727 68.7191 60.3307 68.8105 61.2598C68.8563 61.7265 68.7862 62.1918 68.7462 62.6556C68.7033 63.155 68.6662 63.6544 68.6362 64.1553C68.6161 64.474 68.6476 66.1302 68.6733 67.2613C68.6762 67.3624 68.8248 67.3709 68.8377 67.2699C68.9664 66.2653 69.1379 64.8781 69.145 64.5935C69.1579 64.1496 69.4338 61.7094 68.6776 58.5621C68.6333 58.3771 68.559 58.2021 68.5061 58.0214Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
32
|
+
<path d="M56.2986 80.6005C56.563 81.3873 56.6974 82.2112 56.6974 83.0407L56.7074 94.9996H59.7778C59.9193 91.5663 60.0751 88.2554 59.7549 86.6903C59.429 85.0995 59.1031 83.4775 58.3884 82.0063C57.7394 80.6716 56.8947 79.4409 56.2571 78.0991C55.9484 77.4503 55.6882 76.7745 55.5338 76.0702C55.3623 75.2833 55.3337 74.4752 55.4095 73.6755C55.521 72.4988 55.8297 71.3449 56.0156 70.1768C55.9212 70.2963 55.8197 70.4229 55.7039 70.5581C54.6633 71.7831 53.8585 76.4472 54.9463 77.8131C55.5338 78.5502 55.997 79.697 56.2986 80.5991V80.6005Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
33
|
+
</g>
|
|
34
|
+
<defs>
|
|
35
|
+
<clipPath id="clip0_6879_7328">
|
|
36
|
+
<rect width="62.0132" height="50.7381" fill="var(--sapContent_Illustrative_Color8)" transform="translate(23 44.2617)"/>
|
|
37
|
+
</clipPath>
|
|
38
|
+
<clipPath id="clip1_6879_7328">
|
|
39
|
+
<rect width="76.1057" height="59.9998" fill="var(--sapContent_Illustrative_Color8)" transform="translate(25.3 35)"/>
|
|
40
|
+
</clipPath>
|
|
41
|
+
</defs>
|
|
42
|
+
</svg>
|
|
43
|
+
`;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddingColumns">
|
|
2
|
+
<rect y="38.5396" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M87.7511 80.2313L72.7352 74.5871C72.6844 74.5715 72.6336 74.5637 72.5829 74.5754L27.9417 77.5953C26.2776 77.6649 26.3093 78.185 26.7623 78.4037L42.7951 84.8704C43.7128 85.1828 44.6892 85.257 45.6421 85.0851L86.4233 80.9303C87.8019 80.7468 88.386 80.4914 87.7511 80.2313Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M27.8479 42.4079L37.6383 77.9759C37.8478 78.7403 38.5929 79.2331 39.3767 79.1323L93.8581 71.7012C95.7712 71.0881 96.524 69.1169 96.1941 68.1623L70.6259 37.1887C70.3892 36.5135 69.7334 36.0789 69.0233 36.1255L29.7804 37.278C28.7715 37.3401 26.7498 38.7913 27.8479 42.4079Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M28.3595 39.2808L38.631 76.595C38.8406 77.3594 39.5856 77.8522 40.3695 77.7514L94.9168 70.2505C95.918 70.1224 96.5505 69.1019 96.2168 68.1473L84.005 35.0666C83.7683 34.3915 83.1125 33.9568 82.4024 34.0034L29.7953 37.2668C28.7864 37.3289 28.0918 38.3029 28.3595 39.2769V39.2808Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M84.005 35.0666C83.7683 34.3915 83.1125 33.9568 82.4024 34.0034L29.7953 37.2668C28.7864 37.3289 28.0918 38.3029 28.3595 39.2769L29.7992 44.5038L85.7202 39.7154L84.0012 35.0628L84.005 35.0666Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
7
|
+
<path d="M38.3169 40.1768C38.5885 41.3332 37.7581 42.3498 36.4543 42.4663C35.1349 42.5865 33.8039 41.7445 33.4896 40.5687C33.1714 39.3736 34.0212 38.3103 35.3872 38.2133C36.7337 38.1163 38.0414 39.0049 38.3169 40.1768Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M45.8807 49.4474L35.842 50.3749C35.7139 50.3865 35.5858 50.3089 35.5548 50.2002L35.1318 48.7257C35.1008 48.617 35.1784 48.52 35.3065 48.5084L45.3219 47.612C45.446 47.6004 45.5702 47.678 45.6013 47.7827L46.0398 49.2301C46.0708 49.3349 45.9971 49.4319 45.8768 49.4436L45.8807 49.4474Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M45.7872 53.979L37.1222 54.8444C36.9941 54.856 36.8661 54.7784 36.835 54.6697L36.4082 53.1758C36.3772 53.0671 36.4548 52.9662 36.5828 52.9546L45.2284 52.1203C45.3526 52.1087 45.4768 52.1863 45.5117 52.2949L45.9541 53.7656C45.9851 53.8742 45.9114 53.9713 45.7872 53.9829V53.979Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M48.5547 58.2909L38.419 59.3774C38.2909 59.3929 38.1629 59.3114 38.128 59.1989L37.6934 57.6816C37.6623 57.5691 37.7399 57.4682 37.868 57.4566L47.9843 56.405C48.1085 56.3933 48.2365 56.4709 48.2676 56.5796L48.7177 58.0658C48.7526 58.1744 48.6789 58.2753 48.5547 58.287V58.2909Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M49.9196 62.808L39.7334 63.9761C39.6054 63.9916 39.4734 63.9101 39.4424 63.7976L39.0039 62.2609C38.9729 62.1484 39.0505 62.0475 39.1785 62.032L49.3453 60.8989C49.4695 60.8834 49.5975 60.9648 49.6324 61.0735L50.0903 62.583C50.1252 62.6955 50.0515 62.7964 49.9273 62.808H49.9196Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M48.9 67.6809L41.0693 68.6354C40.9412 68.651 40.8093 68.5695 40.7744 68.4569L40.3281 66.897C40.2971 66.7845 40.3747 66.6797 40.5027 66.6642L48.3141 65.7368C48.4382 65.7212 48.5702 65.8027 48.6012 65.9153L49.0591 67.4519C49.094 67.5644 49.0164 67.6692 48.8923 67.6847L48.9 67.6809Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M52.7101 72.0314L42.4231 73.3662C42.2911 73.3817 42.1592 73.3041 42.1281 73.1877L41.6741 71.6045C41.6392 71.4881 41.7207 71.3833 41.8487 71.3639L52.1164 70.064C52.2406 70.0485 52.3725 70.1261 52.4074 70.2425L52.877 71.7947C52.9119 71.9072 52.8382 72.0158 52.7101 72.0314Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M63.5528 47.8096L55.4465 48.5585C55.3262 48.5702 55.2021 48.4926 55.171 48.3878L54.717 46.9637C54.6821 46.8589 54.7519 46.7658 54.8722 46.7541L62.9629 46.0285C63.0794 46.0169 63.1997 46.0945 63.2346 46.1954L63.7002 47.6001C63.7352 47.7048 63.6692 47.7941 63.5528 47.8057V47.8096Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M66.2995 51.9341L56.8234 52.8809C56.7031 52.8925 56.579 52.8149 56.544 52.7102L56.0861 51.2666C56.0512 51.1619 56.1211 51.0649 56.2414 51.0532L65.7019 50.1374C65.8183 50.1258 65.9386 50.1995 65.9735 50.3043L66.4469 51.7245C66.4819 51.8293 66.4159 51.9224 66.2995 51.9341Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path d="M67.7347 56.2376L58.216 57.2582C58.0957 57.2698 57.9715 57.1961 57.9366 57.0874L57.4709 55.6245C57.436 55.5159 57.5058 55.4189 57.6261 55.4072L67.1293 54.4177C67.2457 54.4061 67.3699 54.4798 67.4048 54.5846L67.886 56.0242C67.9209 56.129 67.855 56.226 67.7386 56.2376H67.7347Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M66.9407 60.8595L59.63 61.6977C59.5097 61.7132 59.3816 61.6356 59.3467 61.5269L58.8772 60.0407C58.8422 59.9321 58.9121 59.8351 59.0324 59.8195L66.3315 59.0085C66.4479 58.9969 66.5721 59.0706 66.607 59.1793L67.0921 60.6422C67.127 60.7508 67.061 60.8479 66.9446 60.8634L66.9407 60.8595Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M70.6656 65.0227L61.0577 66.1946C60.9374 66.2101 60.8093 66.1325 60.7744 66.02L60.2971 64.5144C60.2622 64.4057 60.332 64.3048 60.4523 64.2893L70.0409 63.1485C70.1573 63.1329 70.2815 63.2105 70.3203 63.3192L70.8131 64.7976C70.848 64.9063 70.782 65.0072 70.6656 65.0188V65.0227Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M70.7974 69.6841L62.5087 70.759C62.3885 70.7746 62.2604 70.6969 62.2216 70.5844L61.7365 69.0594C61.7016 68.9469 61.7715 68.846 61.8918 68.8305L70.1649 67.7827C70.2813 67.7672 70.4093 67.8448 70.4442 67.9535L70.9409 69.4552C70.9759 69.5639 70.9099 69.6686 70.7935 69.6841H70.7974Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M82.7718 46.0323L73.8856 46.8549C73.7731 46.8666 73.6528 46.7928 73.6178 46.6919L73.1367 45.3144C73.1017 45.2135 73.1638 45.1243 73.2764 45.1126L82.1471 44.3171C82.2557 44.3055 82.3721 44.3792 82.407 44.4801L82.8999 45.8344C82.9348 45.9353 82.8766 46.0245 82.7679 46.0323H82.7718Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M81.7395 50.3943L75.3407 51.0307C75.2281 51.0424 75.1078 50.9687 75.0729 50.8639L74.5878 49.4669C74.5529 49.366 74.615 49.2729 74.7275 49.2613L81.1147 48.6443C81.2234 48.6326 81.3437 48.7064 81.3786 48.8073L81.8753 50.1848C81.9102 50.2857 81.852 50.3788 81.7434 50.3866L81.7395 50.3943Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path d="M83.2412 54.5768L76.8152 55.2636C76.7027 55.2753 76.5824 55.2016 76.5436 55.0968L76.0507 53.6804C76.0158 53.5757 76.0779 53.4825 76.1904 53.4709L82.6048 52.8035C82.7135 52.7918 82.8337 52.8655 82.8725 52.9664L83.3731 54.3634C83.4119 54.4643 83.3498 54.5574 83.2412 54.5729V54.5768Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path d="M87.3051 58.5269L78.3103 59.5552C78.1977 59.5669 78.0735 59.4931 78.0386 59.3884L77.538 57.9526C77.5031 57.8478 77.5652 57.7508 77.6777 57.7392L86.6571 56.738C86.7657 56.7264 86.886 56.8001 86.9248 56.901L87.4371 58.3096C87.4759 58.4144 87.4176 58.5075 87.3051 58.5191V58.5269Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path d="M87.5804 62.9545L79.8234 63.9013C79.7108 63.9168 79.5867 63.8392 79.5479 63.7344L79.0434 62.2793C79.0046 62.1745 79.0706 62.0775 79.1831 62.062L86.9285 61.1423C87.041 61.1307 87.1613 61.2044 87.1962 61.3092L87.7123 62.7411C87.7511 62.8458 87.6929 62.9428 87.5804 62.9545Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<path d="M88.2893 67.4096L81.3549 68.3099C81.2385 68.3254 81.1182 68.2478 81.0794 68.1392L80.5672 66.6646C80.5284 66.5559 80.5905 66.4589 80.7069 66.4434L87.6296 65.5664C87.7422 65.5509 87.8624 65.6285 87.9013 65.7333L88.4251 67.1885C88.4639 67.2971 88.4057 67.3941 88.2932 67.4096H88.2893Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
<path d="M73.1464 48.2974L83.5163 77.7234C83.7494 78.5739 84.5783 79.1222 85.4504 79.0099L103.911 76.1908C105.025 76.0483 106.641 74.5791 106.403 73.1328L94.3698 45.4826C94.1064 44.7314 93.3768 44.2479 92.5868 44.2997L75.1475 44.7587C74.0336 45.1343 72.5851 46.4971 73.1464 48.2974Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M74.0652 46.8876L84.5086 76.4475C84.7417 77.298 85.5706 77.8462 86.4427 77.734L104.951 74.9537C106.064 74.8113 106.768 73.6758 106.397 72.6138L95.362 44.2023C95.0987 43.4511 94.3691 42.9676 93.579 43.0194L75.6626 44.647C74.5401 44.7161 73.7673 45.7997 74.0652 46.8833V46.8876Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
28
|
+
<path d="M91.2862 49.6072L81.5724 50.721C81.4516 50.734 81.322 50.6606 81.2789 50.5526L80.7349 49.1107C80.696 49.0071 80.7608 48.9078 80.8817 48.8948L90.5781 47.794C90.699 47.781 90.8285 47.8544 90.8674 47.958L91.4243 49.3913C91.4632 49.4949 91.4027 49.5942 91.2818 49.6072H91.2862Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
<path d="M90.1897 54.2567L83.2174 55.077C83.0965 55.0899 82.9627 55.0165 82.9238 54.9086L82.3755 53.4537C82.3367 53.3458 82.4014 53.2508 82.5223 53.2335L89.486 52.4219C89.6068 52.4089 89.7364 52.4823 89.7795 52.5903L90.3365 54.0365C90.3753 54.1445 90.3106 54.2394 90.194 54.2567H90.1897Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<path d="M91.8728 58.6344L84.8789 59.4806C84.758 59.4935 84.6242 59.4201 84.5854 59.3122L84.0327 57.8443C83.9939 57.7364 84.0587 57.6371 84.1795 57.6242L91.1648 56.7866C91.2857 56.7737 91.4152 56.8471 91.4583 56.955L92.0196 58.4142C92.0628 58.5221 91.998 58.6214 91.8771 58.6344H91.8728Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<path d="M96.3642 62.7011L86.5555 63.9185C86.4346 63.9358 86.3008 63.8581 86.2576 63.7501L85.7007 62.2693C85.6619 62.1614 85.7266 62.0621 85.8475 62.0448L95.6433 60.8403C95.7641 60.8274 95.898 60.9008 95.9368 61.0087L96.5067 62.4766C96.5499 62.5845 96.4851 62.6838 96.3642 62.7011Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
32
|
+
<path d="M96.6866 67.3208L88.2465 68.3958C88.1213 68.4131 87.9918 68.3354 87.9486 68.2231L87.383 66.7294C87.3399 66.6214 87.4089 66.5178 87.5298 66.5049L95.9613 65.4428C96.0822 65.4256 96.2161 65.5033 96.2592 65.6112L96.8334 67.0963C96.8766 67.2043 96.8118 67.3079 96.6909 67.3208H96.6866Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
33
|
+
<path d="M97.4816 71.9313L89.9481 72.9157C89.8229 72.9329 89.689 72.8552 89.6502 72.743L89.0803 71.2363C89.0371 71.124 89.1062 71.0247 89.2271 71.0075L96.7477 70.0361C96.8686 70.0188 97.0024 70.0965 97.0456 70.2045L97.6241 71.7025C97.6672 71.8148 97.6025 71.9141 97.4816 71.9313Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
34
|
+
<path d="M88.3585 58.4359C88.3585 58.4359 85.7935 61.9209 80.8119 62.5681C75.8304 63.2153 68.997 59.5279 67.2117 53.855C65.2715 47.6898 68.821 43.4649 74.8864 42.1502C80.4393 41.7075 88.3585 58.4359 88.3585 58.4359Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
35
|
+
<path d="M89.0308 50.6547C91.0932 56.0534 88.2025 61.1264 82.3839 61.8319C76.4225 62.5546 69.9898 58.4071 68.2046 52.7314C66.4793 47.2499 69.827 42.5682 75.5056 42.114C81.0585 41.6713 87.037 45.4275 89.0337 50.6519L89.0308 50.6547Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
36
|
+
<path d="M84.4647 50.2744C84.4133 50.1373 84.2759 50.0522 84.1303 50.0671L79.907 50.5002C79.7601 50.5153 79.6218 50.4285 79.5714 50.2896L78.2124 46.5428C78.1625 46.4053 78.0262 46.3187 77.8805 46.3319L75.6519 46.534C75.4425 46.553 75.3071 46.7643 75.3775 46.9625L76.6109 50.4364C76.6807 50.6331 76.5479 50.8432 76.3403 50.8645L72.2386 51.2853C72.0325 51.3065 71.8997 51.5139 71.9667 51.71L72.6578 53.7297C72.7066 53.8724 72.8478 53.9621 72.9976 53.9456L77.4228 53.4601C77.5713 53.4439 77.7115 53.5317 77.7614 53.6725L79.1516 57.5854C79.2021 57.7274 79.3443 57.8154 79.4939 57.7973L81.7748 57.5204C81.9805 57.4954 82.1094 57.2855 82.0387 57.0908L80.735 53.4984C80.6638 53.3022 80.7952 53.0911 81.0027 53.0684L84.9233 52.6392C85.1322 52.6163 85.2636 52.4027 85.1897 52.2059L84.4647 50.2744Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
37
|
+
</svg>
|
|
38
|
+
`;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-BalloonSky">
|
|
2
|
+
<mask id="mask0_11_112" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
3
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_11_112)">
|
|
6
|
+
<mask id="mask1_11_112" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="-19" y="-10" width="249" height="156">
|
|
7
|
+
<path d="M218.499 -9.96628H-7.24395C-8.71539 -9.96764 -10.1727 -9.67899 -11.5325 -9.11683C-12.8923 -8.55468 -14.128 -7.73004 -15.169 -6.69005C-16.2099 -5.65006 -17.0357 -4.41513 -17.5991 -3.05582C-18.1625 -1.69652 -18.4525 -0.239496 -18.4525 1.23195V133.925C-18.4525 136.898 -17.2716 139.749 -15.1696 141.851C-13.0676 143.953 -10.2166 145.134 -7.24395 145.134H218.499C221.472 145.134 224.323 143.953 226.425 141.851C228.527 139.749 229.708 136.898 229.708 133.925V1.23195C229.708 -0.239496 229.418 -1.69652 228.854 -3.05582C228.291 -4.41513 227.465 -5.65006 226.424 -6.69005C225.383 -7.73004 224.147 -8.55468 222.788 -9.11683C221.428 -9.67899 219.971 -9.96764 218.499 -9.96628V-9.96628Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
8
|
+
</mask>
|
|
9
|
+
<g mask="url(#mask1_11_112)">
|
|
10
|
+
<path d="M218.499 -9.96628H-7.24395C-8.71539 -9.96764 -10.1727 -9.67899 -11.5325 -9.11683C-12.8923 -8.55468 -14.128 -7.73004 -15.169 -6.69005C-16.2099 -5.65006 -17.0357 -4.41513 -17.5991 -3.05582C-18.1625 -1.69652 -18.4525 -0.239496 -18.4525 1.23195V133.925C-18.4525 136.898 -17.2716 139.749 -15.1696 141.851C-13.0676 143.953 -10.2166 145.134 -7.24395 145.134H218.499C221.472 145.134 224.323 143.953 226.425 141.851C228.527 139.749 229.708 136.898 229.708 133.925V1.23195C229.708 -0.239496 229.418 -1.69652 228.854 -3.05582C228.291 -4.41513 227.465 -5.65006 226.424 -6.69005C225.383 -7.73004 224.147 -8.55468 222.788 -9.11683C221.428 -9.67899 219.971 -9.96764 218.499 -9.96628V-9.96628Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M225.231 79.8088C200.854 77.6049 176.561 81.0277 152.411 84.0697C136.011 86.1353 119.576 87.901 103.182 90.0261C86.6177 92.1726 70.0535 94.3701 53.4297 96.0251C45.1497 96.8484 36.859 97.561 28.5514 98.0481C20.4457 98.5225 12.1954 97.7248 4.11312 97.1206C-3.39522 96.5569 -10.9227 95.9634 -18.4459 95.7294V145.438H229.708V80.2002C228.22 80.0704 226.73 79.9449 225.233 79.8088H225.231Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path d="M29.2272 99.1924C29.7778 99.2966 12.3908 103.898 9.16174 104.583C13.2242 105.789 60.298 109.859 79.5578 107.997C89.5852 107.027 99.2279 105.017 109.002 102.668C116.893 100.771 124.986 99.3434 132.554 96.344C126.151 96.4397 112.756 97.6863 113.216 97.4693C124.344 92.1766 136.87 90.7258 148.487 86.8073C152.239 85.5437 155.983 84.2375 159.784 83.1356C157.326 83.4462 154.869 83.7589 152.411 84.0695C136.011 86.1351 119.576 87.9007 103.182 90.0259C86.6176 92.1723 70.0533 94.3698 53.4295 96.0249C45.1495 96.8481 36.8589 97.5608 28.5512 98.0479C25.5751 98.2224 22.5777 98.2224 19.5782 98.1266C22.8115 98.3053 26.0343 98.5882 29.2293 99.1924H29.2272Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<g class="sapIllus_BlendModeMultiply" opacity="0.4">
|
|
14
|
+
<path d="M225.231 79.8085C206.507 78.1173 187.834 79.7447 169.239 81.9677C169.851 81.9741 170.459 81.9634 171.074 81.9762C177.683 82.123 185.208 82.0273 191.486 84.3843C192.88 84.9076 195.236 85.9096 195.104 87.7795C194.891 90.8087 190.591 92.9169 188.284 93.921C182.545 96.4226 176.154 97.9394 170.056 99.269C162.532 100.907 154.831 102.192 147.167 102.979C133.086 104.426 118.671 104.177 104.866 107.582C115.142 108.472 136.438 109.546 135.766 109.571C128.894 109.846 122.148 111.129 115.414 112.45C128.309 113.694 141.251 114.29 154.091 116.096C161.25 117.102 168.329 118.368 175.427 119.731C178.795 120.376 182.209 120.733 185.557 121.474C188.635 122.154 192.606 122.912 194.804 125.398C195.946 126.692 195.769 128.436 194.349 129.411C192.132 130.936 189.111 131.28 186.509 131.58C183.159 131.965 179.783 132.108 176.414 132.14C163.389 132.263 150.409 132.646 137.433 131.142C121.687 129.319 105.846 127.566 90.5355 123.326C82.5723 121.123 74.6834 118.595 66.633 116.719C58.6825 114.868 50.6427 113.426 42.5582 112.316C34.1953 111.167 25.7261 110.063 17.2909 109.622C9.15119 109.197 -7.82124 108.499 -7.27703 108.323C-2.40681 106.734 2.58245 105.634 7.63124 104.842C4.23633 104.768 0.818031 105.221 -2.58326 105.262C-3.14234 105.268 5.84131 102.436 10.1652 101.76C2.44002 99.9816 -9.58566 105.091 -13.9159 96.6439C-14.0626 96.3567 -13.9414 96.061 -13.6651 95.9291C-15.2594 95.8504 -16.8559 95.7781 -18.4524 95.727V145.435H229.701V80.1999C228.213 80.0702 226.723 79.9446 225.227 79.8085H225.231Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<circle cx="113.383" cy="10.7137" r="1.551" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
18
|
+
<ellipse cx="62.1997" cy="43.2848" rx="1.034" ry="1.034" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
19
|
+
<ellipse cx="16.7036" cy="20.5367" rx="1.034" ry="1.034" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
20
|
+
<circle cx="4.8126" cy="45.8698" r="1.551" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
21
|
+
<path d="M44.7462 94.8129V139.03H49.5836C49.7434 139.032 49.8959 139.097 50.0081 139.211C50.1203 139.325 50.1831 139.479 50.1831 139.639V113.009C50.2001 112.896 50.2402 112.788 50.301 112.691C50.3618 112.595 50.442 112.512 50.5363 112.449L58.6506 108.404V94.8129C58.6506 94.6513 58.5865 94.4962 58.4726 94.3819C58.3586 94.2675 58.204 94.2034 58.0428 94.2034H45.354C45.2741 94.2034 45.1951 94.2191 45.1214 94.2497C45.0476 94.2804 44.9807 94.3253 44.9243 94.3819C44.8678 94.4385 44.823 94.5057 44.7924 94.5796C44.7619 94.6536 44.7462 94.7329 44.7462 94.8129V94.8129Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
22
|
+
<path d="M36.2869 144.846V72.944C36.287 72.8125 36.2446 72.6845 36.1662 72.5791C36.0877 72.4737 35.9774 72.3965 35.8517 72.3592L26.4479 69.6163L6.83559 63.9079C6.746 63.8809 6.65141 63.8754 6.55929 63.8916C6.46716 63.9079 6.38006 63.9455 6.30504 64.0015C6.23002 64.0576 6.16912 64.1304 6.12719 64.2143C6.08526 64.2982 6.06352 64.3908 6.06363 64.4846C6.06363 66.0496 6.06363 69.3526 6.06363 69.4762V73.2324H9.43088C10.5926 73.2345 11.706 73.6989 12.5267 74.5235C13.3474 75.3482 13.8083 76.4658 13.8083 77.631C13.8017 77.8406 13.7826 78.0497 13.7508 78.257H15.5331C16.6962 78.257 17.8117 78.7203 18.6341 79.5452C19.4566 80.3701 19.9187 81.489 19.9187 82.6556C19.9187 83.8221 19.4566 84.941 18.6341 85.7659C17.8117 86.5908 16.6962 87.0541 15.5331 87.0541H6.07185V121.856C6.0785 121.9 6.0785 121.944 6.07185 121.988C6.04441 122.132 5.96555 122.261 5.85009 122.35L-6.4692 131.18C-6.4983 131.203 -6.52216 131.232 -6.53918 131.264C-6.55619 131.297 -6.56594 131.333 -6.56775 131.37V144.862C-6.56522 144.903 -6.55162 144.942 -6.52845 144.975C-6.50528 145.009 -6.4734 145.035 -6.43632 145.052C-6.40118 145.06 -6.36467 145.06 -6.32954 145.052H36.0898C36.1404 145.043 36.1869 145.019 36.2224 144.981C36.2579 144.944 36.2805 144.897 36.2869 144.846V144.846Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
23
|
+
<path d="M70.0254 102.729L58.6424 108.405L50.5281 112.449C50.4338 112.513 50.3536 112.596 50.2928 112.692C50.232 112.788 50.1919 112.896 50.1749 113.009V145.134H41.1408V139.681C41.1408 139.519 41.2048 139.364 41.3188 139.25C41.4328 139.136 41.5873 139.071 41.7485 139.071H44.7462V94.8547C44.7462 94.693 44.8103 94.5379 44.9243 94.4236C45.0382 94.3093 45.1928 94.2452 45.3539 94.2452H54.848V61.2143V52.1865V40.4899C54.8332 40.2619 54.7308 40.0486 54.5622 39.8949C54.3937 39.7412 54.1722 39.6593 53.9446 39.6662H27.1954C26.6205 39.6662 26.4562 39.9956 26.4562 40.4899V69.575L35.8599 72.3179C35.9857 72.3552 36.096 72.4324 36.1744 72.5378C36.2529 72.6432 36.2952 72.7713 36.2952 72.9028V144.804C36.293 144.866 36.267 144.925 36.2226 144.968C36.1781 145.011 36.1188 145.035 36.057 145.035H70.7234V103.256C70.7382 103.167 70.7283 103.076 70.6949 102.992C70.6614 102.908 70.6057 102.835 70.5338 102.781C70.4618 102.726 70.3764 102.693 70.2867 102.684C70.1971 102.675 70.1067 102.69 70.0254 102.729V102.729ZM61.0487 125.406C61.0487 125.446 61.0408 125.485 61.0254 125.521C61.0101 125.558 60.9876 125.591 60.9593 125.619C60.9309 125.646 60.8973 125.668 60.8605 125.682C60.8237 125.697 60.7843 125.704 60.7448 125.703H54.7084C54.6292 125.703 54.5531 125.672 54.4964 125.616C54.4396 125.561 54.4067 125.485 54.4045 125.406V119.344C54.4045 118.46 54.7545 117.612 55.3775 116.988C56.0005 116.363 56.8456 116.012 57.7267 116.012C58.6077 116.012 59.4527 116.363 60.0757 116.988C60.6987 117.612 61.0487 118.46 61.0487 119.344V125.406Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
24
|
+
<path d="M57.7309 116.007C56.863 116.017 56.0336 116.368 55.4198 116.984C54.806 117.599 54.4565 118.431 54.4458 119.302V125.364C54.4479 125.443 54.4809 125.519 54.5376 125.574C54.5944 125.63 54.6705 125.661 54.7497 125.661H60.7861C60.8256 125.662 60.865 125.655 60.9018 125.641C60.9386 125.626 60.9721 125.604 61.0004 125.577C61.0288 125.549 61.0513 125.516 61.0667 125.48C61.0821 125.443 61.09 125.404 61.09 125.364V119.302C61.0791 118.418 60.7193 117.575 60.0896 116.958C59.4599 116.34 58.6117 115.998 57.7309 116.007V116.007Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
25
|
+
<path d="M19.927 82.6645C19.927 81.4979 19.4649 80.3791 18.6425 79.5542C17.82 78.7293 16.7045 78.2659 15.5413 78.2659H13.7592C13.7909 78.0586 13.8101 77.8495 13.8166 77.6399C13.8166 76.4747 13.3558 75.3571 12.5351 74.5325C11.7144 73.7078 10.6009 73.2435 9.43921 73.2413H-4.76085C-5.924 73.2413 -7.03945 73.7047 -7.86192 74.5296C-8.68439 75.3545 -9.14648 76.4733 -9.14648 77.6399C-9.14648 78.8065 -8.68439 79.9252 -7.86192 80.7501C-7.03945 81.575 -5.924 82.0385 -4.76085 82.0385H-2.97862C-3.01715 82.2451 -3.03908 82.4544 -3.04429 82.6645C-3.04429 83.8311 -2.5823 84.9499 -1.75983 85.7748C-0.937356 86.5998 0.178196 87.0631 1.34135 87.0631H15.5413C16.7045 87.0631 17.82 86.5998 18.6425 85.7748C19.4649 84.9499 19.927 83.8311 19.927 82.6645Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
26
|
+
<path d="M18.5169 41.2376C18.0022 43.7689 13.7533 46.3458 13.0294 46.7171C12.9705 46.7318 12.9092 46.7342 12.8494 46.724C12.7895 46.7138 12.7324 46.6914 12.6817 46.658C11.2171 44.6937 9.25626 42.2316 9.71524 39.4674C10.1742 36.7032 12.6092 34.9988 15.115 35.5084C17.6209 36.018 19.0754 38.4937 18.5169 41.2376Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
27
|
+
<path d="M10.5033 38.5021C10.4737 38.5023 10.4446 38.4948 10.4189 38.4802C10.3803 38.4579 10.3521 38.4213 10.3404 38.3783C10.3287 38.3353 10.3345 38.2894 10.3565 38.2507C10.4309 38.1187 10.5149 37.9924 10.6079 37.8727C10.6218 37.8553 10.639 37.8409 10.6586 37.8303C10.6781 37.8196 10.6995 37.8129 10.7216 37.8106C10.7437 37.8082 10.7661 37.8102 10.7874 37.8166C10.8087 37.8229 10.8286 37.8334 10.8458 37.8474C10.863 37.8614 10.8773 37.8787 10.8878 37.8983C10.8983 37.9179 10.9049 37.9393 10.9071 37.9614C10.9093 37.9835 10.9071 38.0059 10.9006 38.0271C10.8942 38.0484 10.8836 38.0682 10.8695 38.0853C10.7888 38.1927 10.7155 38.3055 10.6501 38.4228C10.6346 38.4476 10.6129 38.468 10.5872 38.4819C10.5614 38.4958 10.5325 38.5028 10.5033 38.5021V38.5021Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
28
|
+
<path d="M9.94976 57.1326C9.93095 57.1323 9.91247 57.1277 9.89576 57.1191C9.88266 57.112 9.8711 57.1024 9.86172 57.0909C9.85234 57.0793 9.84533 57.066 9.84109 57.0518C9.83686 57.0375 9.83549 57.0225 9.83705 57.0077C9.83861 56.9929 9.84308 56.9786 9.8502 56.9655C9.92276 56.8288 9.94469 56.7208 9.91263 56.6584C9.88057 56.596 9.85357 56.6061 9.78607 56.5808C9.68398 56.5539 9.59663 56.4878 9.54308 56.3968C9.52058 56.3464 9.50966 56.2916 9.51112 56.2364C9.51258 56.1812 9.52638 56.127 9.55152 56.0779C9.58371 55.9873 9.60522 55.8933 9.61564 55.7977C9.62426 55.7203 9.61855 55.6419 9.59877 55.5665C9.57896 55.4923 9.57154 55.4154 9.57684 55.3387C9.59033 55.148 9.59202 54.9692 9.59371 54.7802C9.5954 54.5912 9.59371 54.4258 9.60552 54.2064C9.65426 53.6899 9.73542 53.177 9.84851 52.6707C9.89615 52.4939 9.92777 52.3132 9.943 52.1307C9.90419 51.6109 10.5032 50.8853 10.9403 50.3537C11.0611 50.22 11.1738 50.0791 11.2778 49.9318C11.7543 49.1285 12.1891 48.301 12.5805 47.4528C12.5933 47.4258 12.6162 47.4049 12.6444 47.3948C12.6725 47.3847 12.7036 47.3861 12.7306 47.3988C12.744 47.405 12.7559 47.4137 12.7659 47.4246C12.7758 47.4354 12.7835 47.448 12.7885 47.4619C12.7936 47.4757 12.7958 47.4903 12.7951 47.505C12.7945 47.5197 12.7909 47.5341 12.7846 47.5473C12.3906 48.4031 11.9524 49.2379 11.4718 50.0483C11.3648 50.2051 11.2488 50.3556 11.1242 50.4989C10.7344 50.9714 10.1455 51.6801 10.1776 52.1155C10.1649 52.3233 10.1304 52.5292 10.0746 52.7298C9.96735 53.2203 9.88903 53.7168 9.84007 54.2165C9.82995 54.4308 9.82826 54.6097 9.82826 54.7818C9.82826 54.954 9.82826 55.1565 9.81139 55.3556C9.8066 55.4124 9.81232 55.4696 9.82826 55.5244C9.8527 55.6231 9.85955 55.7253 9.84851 55.8264C9.83789 55.9416 9.81295 56.055 9.77426 56.1639C9.74389 56.2551 9.73714 56.2804 9.75233 56.3091C9.76752 56.3378 9.80801 56.3597 9.87382 56.3833C9.97042 56.4091 10.0547 56.4683 10.1117 56.5504C10.1453 56.6354 10.1572 56.7274 10.1463 56.8182C10.1354 56.9089 10.1021 56.9955 10.0493 57.0702C10.04 57.0887 10.0258 57.1043 10.0083 57.1153C9.99073 57.1263 9.97048 57.1323 9.94976 57.1326V57.1326Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
29
|
+
<path d="M12.6817 46.653L12.1755 47.328C12.1657 47.3413 12.1596 47.3569 12.1576 47.3732C12.1556 47.3896 12.1578 47.4062 12.1641 47.4214C12.1704 47.4367 12.1804 47.4501 12.1934 47.4603C12.2063 47.4705 12.2216 47.4773 12.2379 47.4799L13.1525 47.6486C13.1686 47.651 13.185 47.6493 13.2002 47.6437C13.2155 47.6381 13.229 47.6286 13.2396 47.6163C13.2502 47.604 13.2576 47.5893 13.2609 47.5734C13.2643 47.5575 13.2636 47.541 13.2588 47.5254L13.0243 46.7036" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
30
|
+
<path d="M63.3502 15.8366C61.4993 19.3302 54.1462 21.2747 52.9228 21.5065C52.83 21.5027 52.739 21.4796 52.6555 21.4388C52.5721 21.398 52.498 21.3403 52.438 21.2694C51.1377 17.7518 49.3244 13.2886 51.1944 9.42901C53.0644 5.56945 57.3767 4.12084 60.8351 5.95339C64.2934 7.78594 65.3576 12.0499 63.3502 15.8366Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
31
|
+
<path d="M52.769 8.35292C52.7255 8.34043 52.686 8.31674 52.6546 8.28421C52.6076 8.23482 52.582 8.16883 52.5834 8.10064C52.5848 8.03246 52.6132 7.96761 52.6622 7.92024C52.8286 7.75866 53.0067 7.60953 53.1949 7.47408C53.2229 7.45465 53.2544 7.44094 53.2877 7.43373C53.3209 7.42652 53.3553 7.42596 53.3888 7.43207C53.4222 7.43819 53.4542 7.45086 53.4827 7.46936C53.5113 7.48785 53.5359 7.51182 53.5552 7.53987C53.5744 7.56794 53.5878 7.59953 53.5948 7.63281C53.6018 7.66609 53.6021 7.70042 53.5957 7.73382C53.5894 7.76723 53.5765 7.79905 53.5578 7.82747C53.5392 7.85589 53.5151 7.88034 53.4869 7.89942C53.322 8.02218 53.1656 8.15601 53.0188 8.3C52.9853 8.32972 52.9447 8.35023 52.9009 8.35951C52.8571 8.36878 52.8116 8.36651 52.769 8.35292V8.35292Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
32
|
+
<path d="M43.8945 35.4651C43.867 35.4566 43.8419 35.4418 43.8211 35.422C43.8049 35.4059 43.7921 35.3868 43.7833 35.3658C43.7745 35.3448 43.77 35.3222 43.77 35.2995C43.7699 35.2767 43.7744 35.2541 43.7831 35.2331C43.7918 35.212 43.8045 35.1929 43.8206 35.1768C43.9863 35.0075 44.0653 34.8584 44.0452 34.7529C44.0252 34.6474 43.9811 34.6505 43.893 34.5842C43.7547 34.5006 43.6551 34.3657 43.6159 34.209C43.6046 34.1252 43.6123 34.04 43.6383 33.9596C43.6644 33.8792 43.7081 33.8057 43.7663 33.7444C43.8527 33.6253 43.925 33.4966 43.9816 33.3608C44.0278 33.2509 44.0533 33.1333 44.0569 33.0141C44.0599 32.8966 44.0823 32.7804 44.1233 32.6702C44.2256 32.3961 44.3055 32.1342 44.3898 31.8574C44.474 31.5807 44.5431 31.3371 44.6554 31.0202C44.9504 30.283 45.2915 29.5651 45.6766 28.8708C45.8231 28.6318 45.9477 28.3802 46.0491 28.1189C46.217 27.339 47.4105 26.5329 48.2821 25.9416C48.5174 25.7975 48.7438 25.6395 48.9601 25.4682C50.0074 24.495 51.0038 23.4684 51.9454 22.3925C51.9759 22.3583 52.0187 22.3376 52.0644 22.335C52.1101 22.3323 52.155 22.3478 52.1893 22.3782C52.2062 22.393 52.22 22.411 52.2299 22.4312C52.2398 22.4514 52.2456 22.4733 52.247 22.4958C52.2484 22.5182 52.2453 22.5407 52.238 22.5619C52.2307 22.5832 52.2192 22.6028 52.2043 22.6196C51.2554 23.7055 50.2509 24.7414 49.1947 25.7232C48.9697 25.9071 48.7342 26.0778 48.4893 26.2342C47.7126 26.7593 46.5413 27.545 46.4 28.1981C46.2915 28.4977 46.1518 28.785 45.9831 29.0553C45.6133 29.7291 45.2835 30.424 44.9954 31.1365C44.8878 31.4468 44.8079 31.7087 44.7334 31.9614C44.6589 32.2141 44.5713 32.5114 44.4603 32.7964C44.4287 32.8778 44.4124 32.9642 44.4121 33.0515C44.4052 33.207 44.371 33.3601 44.3111 33.5037C44.2457 33.6682 44.16 33.8239 44.056 33.9671C43.972 34.0878 43.9511 34.122 43.961 34.1707C43.9709 34.2194 44.0209 34.2691 44.1073 34.3323C44.2379 34.4119 44.3361 34.5353 44.3843 34.6805C44.3968 34.8198 44.3744 34.9601 44.3191 35.0886C44.2639 35.2171 44.1775 35.3298 44.0677 35.4166C44.0461 35.4398 44.0185 35.4565 43.9879 35.4651C43.9574 35.4737 43.9251 35.4737 43.8945 35.4651V35.4651Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
33
|
+
<path d="M52.4402 21.262L51.4049 22.0339C51.3849 22.0492 51.369 22.0694 51.359 22.0926C51.349 22.1158 51.3451 22.1411 51.3477 22.1662C51.3503 22.1913 51.3594 22.2153 51.3739 22.2359C51.3885 22.2566 51.4081 22.2731 51.4309 22.2839L52.7006 22.9275C52.7231 22.938 52.7479 22.9426 52.7727 22.9409C52.7975 22.9392 52.8215 22.9312 52.8424 22.9178C52.8633 22.9043 52.8805 22.8858 52.8923 22.8639C52.9041 22.842 52.9102 22.8175 52.9099 22.7926L52.9212 21.4846" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
34
|
+
<path d="M72.9428 91.9688C72.1541 95.0705 66.7412 98.0045 65.8231 98.4206C65.7494 98.4353 65.6734 98.4345 65.5999 98.4183C65.5265 98.4022 65.4572 98.3709 65.3965 98.3266C63.7017 95.8078 61.4229 92.6432 62.1567 89.25C62.8905 85.8567 66.0062 83.8935 69.0766 84.6746C72.1471 85.4556 73.7987 88.6065 72.9428 91.9688Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
35
|
+
<path d="M63.1898 88.1027C63.1532 88.1012 63.1177 88.0901 63.0867 88.0705C63.0403 88.0407 63.0076 87.9936 62.9957 87.9397C62.9838 87.8858 62.9937 87.8294 63.0232 87.7828C63.1233 87.6239 63.2348 87.4726 63.3571 87.33C63.3753 87.3094 63.3975 87.2926 63.4223 87.2806C63.4471 87.2686 63.474 87.2616 63.5015 87.26C63.529 87.2584 63.5565 87.2623 63.5826 87.2714C63.6086 87.2805 63.6325 87.2946 63.653 87.313C63.6735 87.3314 63.6901 87.3537 63.7019 87.3785C63.7138 87.4034 63.7206 87.4303 63.7219 87.4578C63.7233 87.4853 63.7193 87.5128 63.71 87.5387C63.7008 87.5646 63.6865 87.5885 63.668 87.6089C63.5617 87.7369 63.4642 87.8721 63.3763 88.0134C63.3556 88.0432 63.3275 88.0671 63.2949 88.0827C63.2622 88.0984 63.226 88.1053 63.1898 88.1027V88.1027Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
36
|
+
<path d="M65.3968 98.3204L64.7299 99.1253C64.717 99.1412 64.7084 99.1601 64.705 99.1803C64.7015 99.2004 64.7033 99.2211 64.7102 99.2403C64.717 99.2596 64.7287 99.2767 64.7441 99.2902C64.7594 99.3036 64.778 99.3129 64.798 99.3171L65.9197 99.5808C65.9395 99.5847 65.9599 99.5836 65.9791 99.5775C65.9983 99.5715 66.0156 99.5606 66.0295 99.5461C66.0434 99.5315 66.0533 99.5136 66.0584 99.4941C66.0635 99.4747 66.0636 99.4542 66.0587 99.4347L65.8177 98.4036" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
37
|
+
<path d="M85.0359 90.4707C84.9469 90.4445 84.872 90.384 84.8277 90.3026C84.7833 90.2211 84.7732 90.1254 84.7994 90.0365C84.9365 89.5713 84.9262 89.2272 84.7866 89.0626C84.647 88.898 84.5715 88.9346 84.343 88.9319C84.014 88.9152 83.7044 88.7713 83.4796 88.5304C83.3783 88.3904 83.3095 88.2296 83.2783 88.0597C83.247 87.8898 83.254 87.7151 83.2988 87.5482C83.3401 87.2511 83.3439 86.95 83.3102 86.652C83.2879 86.4099 83.2197 86.1743 83.1091 85.9578C83.0006 85.7539 82.9265 85.5334 82.89 85.3053C82.8148 84.7295 82.894 84.1442 83.1195 83.6091C82.6742 83.0923 82.3719 82.4681 82.2422 81.7984C82.0653 80.7233 82.4813 79.6112 82.9122 78.4683C82.9473 78.3493 82.9808 78.2357 83.0126 78.1275C83.2159 77.6764 83.3384 77.1932 83.3747 76.6998C83.3981 76.2303 83.3375 75.7605 83.1957 75.3124C82.6511 73.4704 83.6558 70.1214 84.4579 67.7592L84.4834 67.6726C85.4146 64.9093 86.1998 62.0989 86.8357 59.2531C86.8414 59.2035 86.8575 59.1557 86.8829 59.1127C86.9083 59.0697 86.9424 59.0326 86.9831 59.0037C87.0238 58.9748 87.0702 58.9549 87.1191 58.9451C87.168 58.9353 87.2185 58.9359 87.2672 58.947C87.3158 58.958 87.3616 58.9791 87.4016 59.009C87.4415 59.039 87.4747 59.077 87.499 59.1206C87.5233 59.1642 87.5382 59.2124 87.5426 59.2621C87.547 59.3118 87.5408 59.3619 87.5246 59.4091C86.8818 62.2784 86.0897 65.1122 85.1515 67.899L85.1452 67.9206C83.9532 71.4261 83.532 73.8124 83.883 75.0152C84.0577 75.5475 84.1319 76.1077 84.1015 76.6671C84.0647 77.2349 83.9266 77.7915 83.6935 78.3106C83.6617 78.4188 83.6298 78.527 83.5963 78.6406C83.1701 79.7673 82.8017 80.7581 82.9555 81.6324C83.0369 82.0836 83.221 82.51 83.4935 82.8786C83.7936 82.4214 84.2468 82.086 84.7718 81.9326C85.4548 81.7694 86.3556 81.9643 86.6232 82.5723C86.6881 82.7427 86.7136 82.9256 86.6978 83.1073C86.6819 83.289 86.625 83.4647 86.5315 83.6212C86.4272 83.8636 86.2676 84.0781 86.0656 84.2478C85.8636 84.4175 85.6246 84.5376 85.3679 84.5984C85.1112 84.6593 84.8438 84.6593 84.5871 84.5984C84.3304 84.5374 84.0915 84.4174 83.8895 84.2477L83.7009 84.1097C83.5982 84.4395 83.5678 84.7874 83.6118 85.13C83.6313 85.2983 83.6831 85.4613 83.7643 85.61C83.9069 85.8951 83.9952 86.2042 84.0247 86.5216C84.0631 86.8725 84.0594 87.2266 84.0135 87.5766C83.9793 87.8722 83.9786 87.9543 84.0438 88.0324C84.109 88.1104 84.2442 88.1502 84.4632 88.1853C84.7938 88.2004 85.1058 88.3429 85.3336 88.583C85.4937 88.8193 85.5914 89.0923 85.6176 89.3766C85.6438 89.6608 85.5977 89.9471 85.4835 90.2087C85.4571 90.2982 85.3966 90.3737 85.3151 90.419C85.2336 90.4642 85.1375 90.4756 85.0477 90.4506L85.0359 90.4707ZM83.9829 83.4521C84.0758 83.537 84.1745 83.6152 84.2784 83.6862C84.5345 83.891 84.8608 83.9872 85.1871 83.954C85.3405 83.9033 85.4821 83.8222 85.6035 83.7155C85.7248 83.6089 85.8234 83.4788 85.8933 83.3332C85.9765 83.198 86.0053 83.0363 85.9738 82.8807C85.8376 82.7528 85.6698 82.6637 85.4877 82.6224C85.3056 82.5811 85.1157 82.5892 84.9378 82.6459C84.5262 82.7792 84.1834 83.0687 83.9829 83.4521V83.4521Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
38
|
+
<path d="M109.384 39.9774C106.693 48.3678 91.283 55.5136 88.7092 56.507C88.5041 56.5339 88.2956 56.5176 88.0972 56.4591C87.8988 56.4006 87.7148 56.3013 87.5571 56.1675C83.3229 48.952 77.5954 39.8618 80.1897 30.6611C82.7841 21.4603 91.6863 16.5882 99.9788 19.2499C108.271 21.9117 112.314 30.8523 109.384 39.9774Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
39
|
+
<path d="M87.5587 56.1621L85.6006 58.2776C85.5618 58.3192 85.5344 58.3701 85.5212 58.4254C85.5081 58.4807 85.5095 58.5384 85.5255 58.593C85.5415 58.6476 85.5714 58.697 85.6123 58.7365C85.6532 58.776 85.7037 58.8041 85.7587 58.8181L88.804 59.7157C88.8578 59.7302 88.9144 59.7308 88.9684 59.7173C89.0224 59.7038 89.0722 59.6768 89.1128 59.6387C89.1535 59.6006 89.1837 59.5528 89.2007 59.4998C89.2177 59.4468 89.2209 59.3902 89.21 59.3356L88.7289 56.46" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
40
|
+
<path d="M85.5412 24.7717C85.4917 24.7559 85.4451 24.7322 85.4031 24.7016C85.3683 24.6705 85.3398 24.6328 85.3195 24.5908C85.2992 24.5487 85.2874 24.503 85.2848 24.4564C85.2822 24.4097 85.2888 24.363 85.3042 24.3189C85.3196 24.2748 85.3436 24.2342 85.3748 24.1994C86.704 22.7906 88.3019 21.6623 90.0742 20.8811C90.1163 20.8542 90.1635 20.8366 90.2129 20.8292C90.2622 20.8218 90.3126 20.8249 90.3607 20.8383C90.4087 20.8517 90.4535 20.8751 90.4919 20.9069C90.5303 20.9388 90.5616 20.9783 90.5838 21.0231C90.6059 21.0678 90.6183 21.1167 90.6203 21.1666C90.6222 21.2165 90.6137 21.2662 90.5951 21.3125C90.5766 21.3589 90.5485 21.4008 90.5127 21.4355C90.4769 21.4703 90.4341 21.4971 90.3873 21.5143C88.6956 22.2597 87.1696 23.3349 85.8983 24.677C85.854 24.7252 85.7968 24.7596 85.7335 24.7764C85.6703 24.7931 85.6036 24.7915 85.5412 24.7717Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
41
|
+
<path d="M83.1926 27.4541L83.079 27.4206C83.0411 27.3937 83.009 27.3594 82.9845 27.3199C82.96 27.2803 82.9436 27.2363 82.9364 27.1903C82.9291 27.1444 82.9311 27.0975 82.9422 27.0523C82.9533 27.0071 82.9733 26.9646 83.001 26.9273C83.2979 26.5189 83.6223 26.1314 83.972 25.7672C84.0388 25.7019 84.1288 25.6658 84.2222 25.6669C84.3156 25.668 84.4047 25.7061 84.47 25.7729C84.5353 25.8397 84.5714 25.9297 84.5703 26.0231C84.5692 26.1165 84.5311 26.2056 84.4643 26.2709C84.1374 26.6044 83.8357 26.9615 83.5615 27.3394C83.5168 27.391 83.4585 27.4291 83.3933 27.4493C83.3282 27.4696 83.2586 27.4712 83.1926 27.4541V27.4541Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
42
|
+
</g>
|
|
43
|
+
</svg>
|
|
44
|
+
`;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-BeforeSearch">
|
|
2
|
+
<rect y="35.5" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M61.1134 92.227C77.7448 92.227 91.2271 78.7447 91.2271 62.1137C91.2271 45.4823 77.7448 32 61.1134 32C44.4824 32 31 45.4823 31 62.1137C31 78.7447 44.4824 92.227 61.1134 92.227Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<path d="M59.2336 57.9054C58.5391 57.9054 57.8035 57.9873 57.109 58.0692C56.7823 58.1099 56.4552 58.1506 56.1285 58.1918C55.72 58.1506 55.2703 58.028 54.9025 57.9054C54.3714 57.7014 53.8402 57.5788 53.3091 57.538C52.7372 57.538 52.0016 57.7828 51.7563 58.9677C51.6749 59.2129 51.6749 59.4581 51.7563 59.7034C51.7975 59.9486 51.879 60.153 52.0423 60.3571C52.3694 60.7657 52.9412 60.929 53.7176 60.929C54.1673 60.929 54.6166 60.8883 55.0658 60.8068C55.2703 60.8068 55.4748 60.7657 55.6789 60.7249C55.9241 60.7249 56.0467 60.8475 56.3326 61.0927C56.7412 61.5013 57.2316 61.8279 57.7627 61.9917H57.9261C58.825 62.4002 59.7647 62.6043 60.7455 62.6862C61.0315 62.6862 61.3174 62.6862 61.6034 62.5636C61.8897 62.4817 62.1349 62.3184 62.339 62.1143C62.5435 61.8691 62.6661 61.542 62.7475 61.2561C62.8294 60.929 62.7887 60.6023 62.7475 60.3164C62.5023 58.7229 61.3586 57.9466 59.2747 57.9466L59.2336 57.9054Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
5
|
+
<path d="M77.2018 71.225C76.0943 71.225 74.9863 71.4291 73.9607 71.7562C73.5913 71.8788 73.2222 71.9603 72.8528 72.0014C72.6068 72.0014 72.3608 71.9195 72.1555 71.7562C71.7453 71.4291 71.4581 70.9798 71.294 70.4894C70.9245 69.6723 70.4325 68.61 68.8321 68.61H68.5042C67.8476 68.61 67.1503 68.4874 66.5348 68.2422C65.9194 67.997 65.345 67.6292 64.8937 67.1388C64.6473 66.894 64.4013 66.6895 64.073 66.5669C63.7451 66.4443 63.4168 66.3628 63.0885 66.3628C62.5553 66.3628 62.0628 66.485 61.5704 66.6488C61.2013 66.7714 60.8319 66.8528 60.4217 66.8528C59.8881 66.8528 59.3549 66.6488 58.8625 66.4036C58.4112 66.1176 58.001 65.7498 57.7138 65.2594C57.5908 65.0142 57.3037 64.4423 56.7293 64.4423C56.1546 64.4423 55.8675 64.8101 55.252 65.6679C55.1701 65.8313 55.0882 65.9539 55.006 66.0765C54.883 66.281 54.7599 66.485 54.5958 66.6488C54.2675 66.3628 53.9392 66.0358 53.6932 65.6679C53.4879 65.4227 53.3237 65.1368 53.1188 64.8916C52.0521 63.4615 51.2724 62.3992 50.4521 61.9906C50.1649 61.868 49.9185 61.7454 49.6313 61.664C49.057 61.5002 48.6468 61.3369 48.4416 60.8876C48.3597 60.6831 48.3185 60.4787 48.3185 60.2339C48.2367 59.2937 47.9902 58.4359 45.8571 58.4359C43.7235 58.4359 44.6669 58.2726 44.5439 58.0274C44.3797 57.6596 44.6262 56.9651 45.3235 55.9435C45.8571 55.0853 46.4722 54.7175 47.0876 54.7175C47.7031 54.7175 48.1544 55.0038 48.7287 55.5757C49.6313 56.4747 50.4928 56.8832 51.3547 56.8832C51.7238 56.8832 52.0932 56.8013 52.4211 56.638C52.7494 56.4747 53.0366 56.2702 53.283 55.9843C54.2263 55.0853 54.6777 54.1049 55.1701 52.2662C55.6626 50.3457 56.4829 48.1392 58.8218 47.7306C59.3549 47.6489 59.8881 47.5671 60.3394 47.5263C62.3911 47.2403 64.0322 47.036 64.8114 45.8102C65.9605 44.0941 66.5348 41.3156 64.3194 39.15C63.1703 37.9242 61.5292 37.1888 59.8474 37.1071C59.0678 37.1071 58.2882 37.3114 57.5497 37.6791C56.8524 38.0468 56.2369 38.5371 55.7444 39.15C54.5547 40.5393 53.652 41.4791 52.9547 41.4791C52.5445 41.4382 52.1751 41.193 51.8879 40.8662C51.6826 40.621 51.5596 40.3758 51.4777 40.0898C51.3955 39.8038 51.3955 39.4769 51.4777 39.1909C51.5189 38.8232 51.6826 38.4963 51.8879 38.2103C52.0932 37.9242 52.3804 37.6791 52.7087 37.5565C53.3237 37.3113 53.9392 37.2296 54.5958 37.2705C55.8267 37.2705 57.2625 37.2296 58.2063 35.6361C58.6983 34.8189 58.8218 34.1243 58.5753 33.5114C58.4112 33.2254 58.2063 32.9394 57.9599 32.7351C57.7138 32.5308 57.3855 32.3673 57.0572 32.2856H56.8931C51.8879 32.9802 47.1288 34.9415 43.0669 37.9651C39.0053 40.9887 35.7516 45.2015 33.7128 49.6101C33.6717 49.7327 32.2358 52.6336 32.6871 54.5134C32.9743 55.4531 33.5077 56.3113 34.3282 56.9239C35.1077 57.537 36.0924 57.8636 37.077 57.9048C38.7591 57.9048 39.8669 58.3133 40.6874 60.2746C41.59 62.481 43.7235 63.87 45.3235 64.4016C45.5288 64.483 45.7748 64.5238 45.9801 64.6056C47.0469 64.8916 47.9491 65.1368 48.6057 66.8121C48.811 67.4251 49.2212 67.997 49.7544 68.3648C50.288 68.7326 50.9853 68.896 51.6419 68.8552H52.6264C52.9958 68.8552 53.529 68.896 53.6932 69.1819C53.775 69.3452 53.8985 69.8764 53.0366 71.3476C51.1906 74.5753 51.6419 76.0465 52.5852 77.8852C53.1188 78.9882 53.8985 79.9279 54.883 80.6228C55.8675 81.358 57.0165 81.8484 58.2063 82.0529C58.4523 82.0529 58.6983 82.1755 58.9448 82.2981C59.1497 82.4207 59.3549 82.6248 59.478 82.87C59.9704 83.8508 59.478 85.5257 58.8218 86.7925C58.5342 87.4055 58.1652 87.9367 57.755 88.4678C57.3444 89.0397 57.0165 89.4482 57.0165 90.0613C57.0572 90.7969 57.1693 91.0845 57.4153 91.7793L57.4902 92.0441C58.5981 92.2078 60.8331 92.3398 62.6522 92.2034L64.062 92.106L62.831 91.4115C62.831 91.4115 62.1744 91.0437 62.227 90.0613C62.227 88.6311 63.1296 89.1216 65.7141 89.1216H66.7397C67.191 89.1216 67.6016 88.8764 67.9295 88.5497L68.1348 88.3045C69.0785 87.1603 71.294 84.4227 72.2785 83.8097C72.6891 83.5237 73.1811 83.3193 73.6735 83.2378C74.4939 83.0333 75.2735 82.6248 75.889 82.0118C76.1761 81.7258 76.4222 81.3991 76.5863 81.0313C76.7505 80.6635 76.8327 80.255 76.8327 79.8464C76.8327 79.356 76.9558 78.8656 77.2429 78.457C77.5712 78.0078 78.0225 77.64 78.5557 77.354C79.2123 76.9455 80.0327 76.4551 80.4021 75.3516C80.9353 73.8808 81.0176 72.9411 80.5251 72.2466C80.0327 71.5517 79.0482 71.225 77.3248 71.225H77.2018Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
6
|
+
<path d="M62.2983 35.8155C62.8702 35.9789 63.4832 36.0606 64.0962 36.0606C64.4636 36.0606 64.7088 36.0606 64.8314 36.1423C64.954 36.3466 65.0766 36.5509 65.1174 36.7552C65.3219 37.3272 65.5671 38.0218 66.2615 38.3487C66.8338 38.5939 67.4464 38.6756 68.0595 38.6756C68.5906 38.6756 69.98 38.5939 70.7564 37.8584C72.3498 36.3466 69.9877 33.5226 69.9059 33.4001L69.815 33.2864C66.9951 32.3995 63.7663 31.922 60.1737 32.0155L60.2552 32.465C60.2963 32.751 60.7863 35.3251 62.2983 35.8155Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
7
|
+
<path d="M87.9987 55.3729C88.8976 53.6157 88.8162 51.7363 87.672 49.9384C85.5881 46.5062 80.5215 44.2181 77.1301 44.2181C73.7387 44.2181 73.5754 45.0761 73.1261 46.5879C72.7176 47.8137 72.595 49.1621 72.8402 50.4288C73.0442 51.7363 73.5754 52.9212 74.3925 53.9835C76.313 56.5578 79.6636 58.2738 82.7687 58.2738C85.8741 58.2738 87.0183 57.2522 87.9987 55.3729Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
8
|
+
<path d="M62.451 68.7599C66.0298 63.4981 71.8948 62.5816 74.3803 62.7808L79.1517 66.3681C82.9691 75.4566 79.0311 84.6853 76.546 87.9737C66.9271 93.5902 57.6951 92.7263 51.8965 90.7936C51.8965 87.5048 57.9778 75.3369 62.451 68.7599Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
9
|
+
<path d="M69.2855 68.2023C66.8338 68.5293 64.8567 67.3257 64.2441 66.6447C60.401 70.4649 56.3746 78.7234 55.4895 81.0386C55.8162 81.2019 56.5506 81.3453 56.8231 81.4818C58.9477 81.6451 59.4792 82.6394 59.4792 83.116C62.748 84.0968 69.0924 83.8577 71.8842 83.5852C72.0887 83.3811 72.7991 82.8708 73.7799 82.7074C75.0055 82.5029 76.6401 81.0732 76.6401 79.2342C76.6401 77.7633 78.4108 76.7149 79.2959 76.3744C79.9089 75.4888 80.9712 73.3504 80.3174 71.8796C79.6637 70.4087 76.5037 70.7219 75.0055 71.0625C74.1885 72.2201 72.3905 73.9227 71.7368 71.471C71.083 69.0193 69.8301 68.2703 69.2855 68.2023Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path d="M69.2855 68.2023C66.8338 68.5293 64.8567 67.3257 64.2441 66.6447C60.401 70.4649 56.3746 78.7234 55.4895 81.0386C55.8162 81.2019 56.5506 81.3453 56.8231 81.4818C58.9477 81.6451 59.4792 82.6394 59.4792 83.116C62.748 84.0968 69.0924 83.8577 71.8842 83.5852C72.0887 83.3811 72.7991 82.8708 73.7799 82.7074C75.0055 82.5029 76.6401 81.0732 76.6401 79.2342C76.6401 77.7633 78.4108 76.7149 79.2959 76.3744C79.9089 75.4888 80.9712 73.3504 80.3174 71.8796C79.6637 70.4087 76.5037 70.7219 75.0055 71.0625C74.1885 72.2201 72.3905 73.9227 71.7368 71.471C71.083 69.0193 69.8301 68.2703 69.2855 68.2023Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
11
|
+
<path d="M84.0688 48.1902C84.1113 48.1902 84.1956 48.2325 84.2381 48.2748C84.1956 48.2748 84.1113 48.2325 84.0688 48.1902Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
12
|
+
<path d="M84.5759 48.4025C84.5759 48.4025 84.6609 48.4025 84.703 48.4449C84.703 48.4449 84.6184 48.4449 84.5759 48.4025Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
13
|
+
<path d="M83.5201 47.9797C83.6043 47.9797 83.6464 48.0219 83.7311 48.0642C83.6464 48.0642 83.6043 48.0219 83.5201 47.9797Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
14
|
+
<path d="M49.8928 79.0882C36.468 73.2004 32.227 60.4932 32.1589 53.8196C28.5206 65.6437 33.1594 84.2217 51.3054 90.5886C67.0635 96.118 79.66 87.3663 84.914 80.5607C66.323 85.4641 61.5378 84.1957 49.8928 79.0882Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
15
|
+
<path d="M81.3447 48.6047C81.4265 48.6047 81.5491 48.6047 81.631 48.6456C81.5491 48.6456 81.4265 48.6456 81.3447 48.6047Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.3286 81.3568C53.3348 85.4936 51.8941 89.1965 51.892 90.7998C53.3963 91.2934 54.8826 91.6523 56.3432 91.8922C57.8121 92.1305 59.3945 92.2726 61.0653 92.2739C67.0004 92.2629 72.3396 90.4226 76.544 87.9799C77.4988 86.7155 78.667 84.5755 79.528 81.9043C67.9544 84.5494 62.5244 84.0696 55.3286 81.3568Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
17
|
+
<path d="M67.8932 87.9176L72.1261 83C65.367 83.624 62.1605 83.0526 59.4612 82.4277C59.4966 82.4554 59.7027 82.9691 59.5435 83.967C59.3447 85.2146 57.5557 88.3335 57.1582 88.9571C56.8401 89.4565 57.3366 91.1452 57.6018 91.977C59.2172 92.2084 62.1601 92.3008 63.8635 92.0695C63.8635 92.0695 62.7242 91.4524 62.3267 90.8288C60.8269 88.4753 62.923 88.5416 65.1099 88.7494C66.8594 88.9156 67.6944 88.2643 67.8932 87.9176Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
18
|
+
<path d="M67.8916 87.9175L72.1245 82.9999C65.3654 83.6239 62.159 83.0524 59.4597 82.4276C59.4951 82.4553 59.7012 82.9689 59.5419 83.9669C59.3432 85.2145 57.5542 88.3334 57.1567 88.957C56.8385 89.4564 57.3351 91.1451 57.6002 91.9769C59.2157 92.2082 62.1586 92.3007 63.862 92.0693C63.862 92.0693 62.7227 91.4522 62.3252 90.8286C60.8254 88.4751 62.9215 88.5415 65.1084 88.7493C66.8579 88.9154 67.6929 88.2641 67.8916 87.9175Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
19
|
+
<path d="M88.1607 67.1861C88.0339 66.9747 87.5694 66.1298 86.7667 66.0452C86.1329 66.0031 85.6262 66.3834 84.9077 67.2703C83.0492 69.5938 82.9646 70.1855 83.4716 71.7062C83.5559 71.9598 83.7252 72.1708 83.9362 72.3401C84.1476 72.4668 84.4011 72.5511 84.6542 72.5511C85.5837 72.5511 86.5978 71.9176 86.8513 71.7483C87.0202 71.6216 87.147 71.4948 87.2737 71.3681C88.5835 70.0162 88.2453 67.8195 88.1186 67.1861H88.1607Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
20
|
+
<path d="M96.9043 59.4442C97.8504 63.4013 96.2916 67.4765 94.345 70.3859C92.5935 73.0002 89.6389 74.8423 85.7703 75.3046C77.2376 76.3228 68.1046 70.2457 65.8022 62.0118C63.4998 53.7779 68.5567 45.9399 76.6595 45.5661C84.4437 45.207 94.2931 52.1522 96.9043 59.4442Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
21
|
+
<path d="M96.3336 57.4128C99.0486 64.9925 94.9527 72.1197 86.7807 73.0961C78.248 74.1143 69.115 68.0372 66.8126 59.8033C64.5102 51.5693 69.698 45.4259 77.8033 45.052C85.5875 44.693 93.7249 50.1232 96.3361 57.4128H96.3336Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
22
|
+
<path d="M94.513 57.5603C96.8426 64.1538 93.2309 70.3022 86.1458 71.1114C78.789 71.95 70.9283 66.719 68.91 59.636C66.9633 52.8039 71.3235 47.1425 78.3592 46.7859C85.1527 46.444 92.2625 51.1881 94.5155 57.5603H94.513Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
23
|
+
<path d="M96.2349 94.3843L91.5807 95.6189L84.1868 72.0951L88.547 71.5885L96.2349 94.3843Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
24
|
+
<path d="M68.6654 54.3262L78.2875 46.7908C73.2331 47.0736 69.5745 50.0986 68.6654 54.3262Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
25
|
+
<path d="M86.1458 71.1114C92.3958 70.3982 95.9408 65.5311 95.091 59.8672L79.6956 70.3834C81.7831 71.0769 83.9867 71.3573 86.1458 71.1114Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path d="M86.9288 48.9156L86.924 48.9132L86.9288 48.9156Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
27
|
+
<path d="M78.3567 46.7858C78.5568 46.776 78.7544 46.7711 78.9545 46.7687C78.7544 46.7687 78.5568 46.776 78.3567 46.7858Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
28
|
+
<path d="M84.8217 47.9147C84.8835 47.9393 84.9452 47.9639 85.0045 47.9885C84.9428 47.9639 84.8835 47.9393 84.8217 47.9147Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
29
|
+
<path d="M85.3824 48.1459C85.4244 48.1656 85.4664 48.1853 85.5084 48.2025C85.4664 48.1828 85.4244 48.1632 85.3824 48.1459Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
30
|
+
<path d="M84.2535 47.7007C84.3226 47.7253 84.3943 47.7499 84.4635 47.777C84.3943 47.7499 84.3251 47.7253 84.2535 47.7007Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
31
|
+
<path d="M80.4096 46.8351C80.5232 46.8449 80.6369 46.8571 80.753 46.8718C80.6394 46.8595 80.5257 46.8473 80.4096 46.8351Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
32
|
+
<path d="M79.7944 46.7908C79.913 46.7981 80.0341 46.803 80.1526 46.8128C80.0341 46.803 79.913 46.7957 79.7944 46.7908Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
33
|
+
<path d="M81.0148 46.9039C81.126 46.9186 81.2396 46.9357 81.3508 46.9528C81.2396 46.9357 81.1285 46.9186 81.0148 46.9039Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
34
|
+
<path d="M79.1547 46.7711C79.2881 46.7711 79.419 46.7736 79.5524 46.7785C79.419 46.7736 79.2856 46.7711 79.1547 46.7711Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
35
|
+
<path d="M95.1998 60.8903C94.8342 53.5663 87.7664 47.7081 80.7505 46.835C78.3098 46.6112 74.0187 46.6112 70.9036 49.983C70.5528 50.3618 70.2242 50.8045 69.9179 51.2717C69.866 51.3504 69.8364 51.4045 69.7894 51.4808C69.782 51.4906 69.7796 51.5029 69.7722 51.5152C73.4654 47.0859 79.3696 46.8031 84.587 48.8689C89.9873 51.0061 94.6514 55.6617 95.1998 60.8952V60.8903Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
36
|
+
<path d="M77.1314 47.6959L68.6654 54.3263C68.3171 55.9495 68.3714 57.7472 68.91 59.636C68.9544 59.7934 69.0038 59.9484 69.0557 60.1033L85.4368 49.2305C82.754 48.0328 79.8488 47.4376 77.1314 47.6959Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
37
|
+
<path d="M82.4131 73.0248L84.9502 74.5225C84.9502 74.5225 84.4215 73.2166 86.1607 73.0371V73.01C85.464 73.1158 84.0608 73.2559 82.4131 73.0223V73.0248Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
38
|
+
<path d="M88.0035 72.7764C88.3568 72.7911 88.9744 73.0518 89.2684 73.8019L89.6883 72.4395C89.6883 72.4395 89.3005 72.6264 88.0035 72.7739V72.7764Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
39
|
+
<path d="M91.5806 95.6189L84.6487 73.5904L85.1156 73.1231C85.1156 73.1231 86.0025 73.0715 87.0104 72.8698C87.0104 72.8698 86.6621 73.2609 86.7634 73.8019C87.1685 75.9268 93.7595 95.2057 93.7595 95.2057L91.5782 95.6189H91.5806Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
40
|
+
<path d="M96.2348 94.3843C96.2348 94.64 95.0342 95.0655 93.0703 95.5697C92.0994 95.764 91.6226 95.7394 91.5806 95.6189C91.551 95.5328 92.0821 95.2008 93.0456 94.8909C94.4883 94.4408 96.0718 94.1875 96.2348 94.3843Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
41
|
+
</svg>
|
|
42
|
+
`;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-Connection">
|
|
2
|
+
<path d="M63.9789 127.958C99.3134 127.958 127.958 99.3134 127.958 63.9789C127.958 28.6443 99.3134 0 63.9789 0C28.6443 0 0 28.6443 0 63.9789C0 99.3134 28.6443 127.958 63.9789 127.958Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M112.339 70.9121C112.383 70.747 112.469 70.5963 112.589 70.4748L114.081 63.3687C114.211 62.7459 114.089 62.0967 113.741 61.5637C113.394 61.0308 112.848 60.6577 112.226 60.5263L105.525 59.1157L106.054 59.2286L101.755 79.7285L107.937 81.0227C108.246 81.0878 108.564 81.0915 108.874 81.0335C109.184 80.9754 109.479 80.8569 109.743 80.6846C110.007 80.5123 110.235 80.2897 110.413 80.0294C110.59 79.7691 110.715 79.4763 110.78 79.1678L112.388 71.5081C112.307 71.3201 112.29 71.1108 112.339 70.9121Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
4
|
+
<path d="M106.058 59.2427L105.529 59.1333L104.668 58.95L100.366 79.4499L101.741 79.739L101.759 79.7426L106.058 59.2427Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
5
|
+
<path d="M104.668 58.9535L105.247 56.1992C105.305 55.9232 105.308 55.6383 105.256 55.361C105.205 55.0837 105.098 54.8193 104.944 54.5831C104.79 54.3469 104.59 54.1435 104.357 53.9845C104.124 53.8255 103.862 53.714 103.586 53.6566L95.122 51.8933C95.0195 51.8736 94.9158 51.8607 94.8116 51.8545C95.3569 52.0492 95.8132 52.4346 96.0965 52.9396C96.3797 53.4445 96.4708 54.0349 96.3527 54.6017L91.0629 79.7531C90.9435 80.3199 90.6232 80.8244 90.1612 81.1738C89.6991 81.5231 89.1263 81.6936 88.5485 81.6539C88.6464 81.6896 88.7465 81.7191 88.8482 81.7421L97.0686 83.4666C97.6884 83.5909 98.3321 83.4658 98.8603 83.1186C99.3884 82.7713 99.7584 82.2299 99.8899 81.6116L100.341 79.4675L104.668 58.9535Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
6
|
+
<path d="M91.0734 79.7284L96.3632 54.577C96.4813 54.0102 96.3902 53.4198 96.107 52.9149C95.8237 52.4099 95.3674 52.0245 94.8221 51.8298C94.7202 51.7907 94.6152 51.76 94.5083 51.7381L89.4547 50.6801C89.1462 50.615 88.828 50.6114 88.5181 50.6694C88.2083 50.7274 87.9129 50.8459 87.6489 51.0182C87.3849 51.1905 87.1574 51.4132 86.9796 51.6735C86.8017 51.9337 86.6769 52.2265 86.6123 52.5351L81.3225 77.6865C81.2573 77.995 81.2537 78.3132 81.3117 78.6231C81.3697 78.933 81.4883 79.2283 81.6606 79.4923C81.8329 79.7563 82.0555 79.9838 82.3158 80.1617C82.5761 80.3395 82.8689 80.4643 83.1774 80.5289L88.231 81.5869C88.338 81.6091 88.4464 81.6244 88.5554 81.6327C89.1344 81.6731 89.7084 81.5025 90.1713 81.1524C90.6342 80.8024 90.9546 80.2965 91.0734 79.7284ZM88.0935 62.5117L88.7988 59.1615C88.8122 59.0958 88.8385 59.0335 88.8761 58.9781C88.9137 58.9226 88.962 58.8752 89.018 58.8384C89.0741 58.8017 89.1369 58.7765 89.2027 58.7641C89.2686 58.7518 89.3362 58.7526 89.4018 58.7665L91.2885 59.1615C91.4206 59.1895 91.5363 59.2686 91.6103 59.3816C91.6843 59.4946 91.7106 59.6322 91.6835 59.7645L90.9782 63.1183C90.9502 63.2504 90.8711 63.3661 90.7581 63.4401C90.6451 63.5141 90.5074 63.5404 90.3751 63.5133L88.492 63.1183C88.3607 63.091 88.2453 63.0133 88.1707 62.9018C88.0962 62.7904 88.0685 62.6541 88.0935 62.5223V62.5117ZM85.9775 72.5342L86.6828 69.184C86.7108 69.0519 86.7899 68.9362 86.9029 68.8622C87.0159 68.7882 87.1536 68.7619 87.2859 68.789L89.1691 69.184C89.2348 69.1978 89.2973 69.2245 89.3527 69.2625C89.4082 69.3005 89.4556 69.349 89.4923 69.4054C89.529 69.4617 89.5542 69.5247 89.5665 69.5908C89.5788 69.6569 89.578 69.7248 89.564 69.7906L88.8587 73.1408C88.8299 73.2732 88.7501 73.3889 88.6365 73.4628C88.523 73.5368 88.3849 73.563 88.2521 73.5358L86.369 73.1408C86.2409 73.1097 86.1298 73.0303 86.0589 72.9193C85.9879 72.8082 85.9625 72.6741 85.9881 72.5448L85.9775 72.5342Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
7
|
+
<path d="M88.7896 59.1674L88.0865 62.5187C88.0285 62.7951 88.2055 63.0662 88.4819 63.1242L90.3629 63.5188C90.6393 63.5768 90.9104 63.3998 90.9684 63.1234L91.6716 59.7721C91.7295 59.4957 91.5525 59.2246 91.2761 59.1666L89.3951 58.772C89.1187 58.714 88.8476 58.891 88.7896 59.1674Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M86.6872 69.193L85.984 72.5444C85.926 72.8208 86.1031 73.0918 86.3795 73.1498L88.2605 73.5445C88.5369 73.6025 88.808 73.4254 88.866 73.1491L89.5691 69.7977C89.6271 69.5213 89.4501 69.2503 89.1737 69.1923L87.2927 68.7976C87.0163 68.7396 86.7452 68.9166 86.6872 69.193Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M57.9555 56.372C58.7593 56.5401 59.597 56.3823 60.2847 55.9334C60.9723 55.4844 61.4537 54.781 61.6232 53.9774C61.7912 53.1736 61.6335 52.3359 61.1846 51.6483C60.7356 50.9607 60.0321 50.4793 59.2286 50.3098L46.8856 47.7249L45.6161 53.7835L57.9555 56.372Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path d="M55.2506 69.9175C56.0545 70.0859 56.8923 69.928 57.5798 69.4786C58.2673 69.0292 58.7481 68.3251 58.9165 67.5212C59.0848 66.7173 58.9269 65.8795 58.4775 65.192C58.0281 64.5045 57.3241 64.0237 56.5202 63.8554L44.0643 61.2422L42.7913 67.3008L55.2506 69.9175Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<path d="M37.1488 38.6017L30.2085 71.6809C30.0322 72.4972 29.5414 73.2111 28.8423 73.6679C28.1432 74.1247 27.2922 74.2876 26.4739 74.1213L24.8129 73.7686L37.6531 76.4629C38.4699 76.6273 39.3186 76.4639 40.016 76.008C40.7134 75.5521 41.2035 74.8402 41.3806 74.026L42.7913 67.3009L44.0644 61.2422L45.6301 53.7836L46.8997 47.7249L48.3103 40.9469C48.4767 40.1285 48.3138 39.2776 47.857 38.5785C47.4002 37.8794 46.6862 37.3885 45.87 37.2123L33.4283 34.5885L34.7013 34.8565C35.1089 34.94 35.4958 35.1034 35.8398 35.3372C36.1839 35.571 36.4782 35.8707 36.7057 36.219C36.9333 36.5672 37.0896 36.957 37.1656 37.366C37.2417 37.775 37.236 38.195 37.1488 38.6017Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
12
|
+
<path d="M31.3264 44.424L27.0417 64.8498C26.8654 65.6661 26.3745 66.38 25.6754 66.8368C24.9764 67.2937 24.1254 67.4566 23.307 67.2902L18.458 66.2746L17.8656 69.0958C17.7799 69.5013 17.775 69.9197 17.8514 70.3271C17.9277 70.7345 18.0837 71.1228 18.3104 71.4698C18.5371 71.8167 18.8301 72.1155 19.1726 72.349C19.515 72.5825 19.9001 72.7461 20.3059 72.8304L24.8058 73.772L26.4669 74.1247C27.2852 74.291 28.1362 74.1281 28.8353 73.6713C29.5343 73.2145 30.0252 72.5006 30.2015 71.6843L37.1488 38.6016C37.2345 38.1961 37.2393 37.7777 37.163 37.3703C37.0867 36.9629 36.9307 36.5746 36.704 36.2277C36.4772 35.8807 36.1843 35.5819 35.8418 35.3484C35.4994 35.1149 35.1142 34.9513 34.7084 34.867L33.4353 34.599L28.5546 33.5727C27.7361 33.4019 26.8833 33.5608 26.1814 34.0151C25.4794 34.4694 24.9851 35.1824 24.8058 35.999L24.0406 39.6561L28.8825 40.6717C29.7032 40.847 30.421 41.3402 30.879 42.0434C31.337 42.7466 31.4979 43.6025 31.3264 44.424Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
13
|
+
<path d="M19.1986 41.8779L14.9314 62.3037C14.8028 62.918 14.495 63.4805 14.0468 63.9199C13.5986 64.3592 13.0302 64.6559 12.4135 64.7723C12.7483 64.9981 13.1247 65.1551 13.5208 65.2343L18.458 66.2922L23.2999 67.3079C24.1183 67.4742 24.9693 67.3114 25.6684 66.8545C26.3674 66.3977 26.8583 65.6838 27.0346 64.8675L31.3193 44.4417C31.4868 43.6233 31.3249 42.7719 30.8687 42.0721C30.4125 41.3723 29.6989 40.8805 28.8825 40.7035L24.0405 39.6879L19.1034 38.6511C18.7028 38.566 18.2895 38.5601 17.8867 38.6334C18.3993 38.9861 18.7969 39.4816 19.0302 40.0585C19.2634 40.6353 19.322 41.268 19.1986 41.8779Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
14
|
+
<path d="M12.5404 51.1634C12.504 51.2881 12.4433 51.4043 12.3619 51.5055C12.2804 51.6067 12.1798 51.6908 12.0658 51.753C11.9518 51.8153 11.8267 51.8544 11.6975 51.8682C11.5684 51.882 11.4377 51.8702 11.3132 51.8334C10.2384 51.5206 9.14054 51.293 8.02994 51.1528L6.07976 60.4453C5.99453 60.8508 5.99005 61.2691 6.06659 61.6763C6.14313 62.0835 6.29919 62.4716 6.52583 62.8185C6.75248 63.1653 7.04528 63.4641 7.38748 63.6977C7.72968 63.9313 8.11456 64.0952 8.52014 64.1799L11.1756 64.7371C11.5783 64.8182 11.9931 64.8182 12.3958 64.7371C13.0126 64.6207 13.581 64.3241 14.0292 63.8847C14.4773 63.4453 14.7852 62.8829 14.9138 62.2685L19.1986 41.8427C19.3659 41.0238 19.2036 40.1719 18.7466 39.4721C18.2897 38.7722 17.5752 38.2808 16.7582 38.1045L14.1027 37.5473C13.2838 37.38 12.4319 37.5423 11.7321 37.9992C11.0322 38.4562 10.5408 39.1707 10.3645 39.9877L8.4355 49.1885C9.59612 49.3412 10.7433 49.5829 11.8668 49.9115C11.9946 49.9473 12.1138 50.0086 12.2174 50.0915C12.321 50.1745 12.4067 50.2775 12.4696 50.3943C12.5325 50.5112 12.5712 50.6395 12.5833 50.7716C12.5955 50.9038 12.5809 51.037 12.5404 51.1634Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
15
|
+
<path d="M81.4918 114.109C79.2807 110.469 79.8766 104.697 82.3805 100.059C81.8621 99.6747 81.3225 99.3009 80.7336 98.9412C79.9398 100.375 79.3127 101.896 78.8645 103.473C77.6196 107.853 77.9653 112.106 79.8061 115.135C81.0861 117.156 82.9578 118.734 85.1665 119.653C85.5191 119.081 85.8718 118.51 86.1539 117.935C84.0838 117.047 82.4969 115.759 81.4918 114.109Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M94.1768 119.36C92.1015 119.386 90.0323 119.128 88.0265 118.595C87.7303 119.185 87.4035 119.773 87.0461 120.358C88.807 120.882 90.6245 121.192 92.4594 121.282C93.7125 120.659 94.9421 119.996 96.1482 119.293C95.4993 119.335 94.8575 119.36 94.2192 119.36H94.1768Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path d="M85.6037 93.2457C84.1168 94.3674 82.8242 95.7256 81.7773 97.266C82.3522 97.6187 82.8953 97.9713 83.4137 98.3663C84.3321 97.0138 85.4677 95.8222 86.7745 94.8398C90.0869 92.3681 94.1135 91.0412 98.2464 91.0593C99.6265 91.063 101.003 91.1964 102.358 91.4578C107.296 92.41 112.398 95.1078 117.297 99.3502C117.666 98.793 118.028 98.2311 118.383 97.6645C105.292 86.4289 93.1329 87.6879 85.6037 93.2457Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path d="M113.545 70.2067C113.376 70.1638 113.199 70.1659 113.031 70.213C112.863 70.26 112.711 70.3503 112.589 70.4747C112.469 70.5963 112.383 70.747 112.339 70.912C112.284 71.1103 112.297 71.321 112.374 71.5115C112.429 71.6588 112.519 71.7908 112.635 71.8963C112.752 72.0019 112.892 72.0779 113.044 72.1181C120.027 73.9484 123.356 80.7511 124.209 82.793C124.396 83.2374 124.562 83.6923 124.706 84.1507C125.038 83.1563 125.345 82.1488 125.627 81.1285C124.255 78.2296 120.556 72.0546 113.545 70.2067Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path d="M33.5447 106.753C38.503 105.677 41.1479 103.311 43.7082 101.025C46.2685 98.7402 48.857 96.4233 53.9635 95.0797C62.4272 92.8509 73.4442 94.4378 80.7301 98.9377C81.312 99.2904 81.8586 99.6712 82.377 100.056C85.4239 102.33 87.3424 105.042 87.9631 107.99C88.5943 110.995 87.9419 114.469 86.1504 117.932C85.8542 118.507 85.5227 119.078 85.163 119.649C83.655 122.01 81.822 124.147 79.7179 125.997C81.0475 125.644 82.3593 125.292 83.6536 124.865C83.9745 124.512 84.2848 124.16 84.5846 123.789C85.4887 122.704 86.3137 121.555 87.0532 120.351C87.4082 119.766 87.735 119.178 88.0336 118.588C89.9379 114.8 90.6185 110.97 89.9062 107.581C89.1762 104.104 86.9474 100.948 83.4208 98.3594C82.9024 97.9785 82.3629 97.6117 81.7845 97.2591C74.0719 92.4947 62.4307 90.8125 53.4733 93.1718C47.9119 94.6353 44.9848 97.2485 42.4034 99.5549C39.9348 101.766 37.5896 103.857 33.1391 104.82C26.5092 106.259 18.592 104.57 11.2462 100.186C12.1137 101.449 13.0248 102.678 13.9793 103.875C20.641 106.999 27.5601 108.05 33.5447 106.753Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path d="M8.02994 51.1633C9.14055 51.3035 10.2384 51.531 11.3132 51.8439C11.4393 51.8868 11.5729 51.9037 11.7058 51.8936C11.8386 51.8834 11.9681 51.8465 12.0863 51.7851C12.2045 51.7236 12.3091 51.6389 12.3937 51.5359C12.4783 51.433 12.5412 51.314 12.5786 51.1861C12.616 51.0582 12.6271 50.924 12.6113 50.7917C12.5955 50.6594 12.553 50.5316 12.4865 50.4162C12.42 50.3007 12.3308 50.1999 12.2243 50.1198C12.1178 50.0397 11.9962 49.982 11.8668 49.9501C10.7433 49.6216 9.59613 49.3799 8.43551 49.2272C6.16663 48.9 3.85564 49.0198 1.63276 49.5799C1.46348 50.3098 1.31184 51.0504 1.17078 51.791C3.37681 51.0492 5.7259 50.8342 8.02994 51.1633Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path d="M87.5047 9.06159L70.0819 24.0454C70.0492 24.0749 70.0249 24.1127 70.0115 24.155C69.9982 24.1972 69.9964 24.2423 70.0062 24.2855C70.016 24.3287 70.0372 24.3685 70.0674 24.4006C70.0976 24.4327 70.1358 24.456 70.178 24.4681L78.8957 26.8372C78.9305 26.8465 78.9627 26.8636 78.9902 26.8871C79.0176 26.9106 79.0396 26.9401 79.0544 26.9733C79.0692 27.0065 79.0765 27.0426 79.0758 27.079C79.075 27.1154 79.0663 27.1512 79.0502 27.1837L72.9391 39.6421C72.9131 39.6927 72.9055 39.7509 72.9174 39.8066C72.9293 39.8623 72.96 39.9121 73.0043 39.9474C73.0485 39.9827 73.1036 40.0013 73.1599 39.9999C73.2162 39.9986 73.2703 39.9774 73.3129 39.94L90.9154 24.9985C90.9488 24.9695 90.9738 24.9319 90.9877 24.8896C91.0015 24.8473 91.0038 24.802 90.9941 24.7586C90.9844 24.7151 90.9633 24.6751 90.9328 24.6429C90.9024 24.6107 90.8639 24.5876 90.8214 24.5758L81.9638 22.2279C81.929 22.2182 81.8967 22.2009 81.8692 22.1772C81.8417 22.1534 81.8197 22.1239 81.8048 22.0906C81.7898 22.0574 81.7823 22.0212 81.7827 21.9846C81.7831 21.9481 81.7915 21.9121 81.8071 21.8792L87.8807 9.35746C87.9066 9.30663 87.9141 9.24823 87.9019 9.19238C87.8898 9.13653 87.8587 9.08675 87.8141 9.05164C87.7695 9.01653 87.7141 8.99831 87.6576 9.00012C87.6012 9.00194 87.5471 9.02368 87.5047 9.06159Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
</svg>
|
|
23
|
+
`;
|