@ui5/webcomponents-fiori 0.0.0-037d08c67
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 +4053 -0
- package/LICENSE.txt +201 -0
- package/README.md +77 -0
- 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 +6 -0
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +137 -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 +165 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +57 -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 +172 -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 +234 -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 +45 -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 +432 -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 +252 -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 +178 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +117 -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 +74 -0
- package/dist/NavigationLayout.js +127 -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 +37 -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 +12 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +73 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +93 -0
- package/dist/NotificationListGroupItem.js +224 -0
- 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 +200 -0
- package/dist/NotificationListItem.js +454 -0
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +103 -0
- 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 +84 -0
- package/dist/Page.js +127 -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 +79 -0
- package/dist/ProductSwitch.js +142 -0
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +117 -0
- package/dist/ProductSwitchItem.js +156 -0
- 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 +186 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +155 -0
- package/dist/SearchField.js +233 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +17 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +99 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +17 -0
- package/dist/SearchItemGroup.js +42 -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 +556 -0
- package/dist/ShellBar.js +1390 -0
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +79 -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 +88 -0
- 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 +178 -0
- package/dist/SideNavigation.js +543 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +166 -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 +278 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +81 -0
- package/dist/SideNavigationItemBase.js +122 -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 +150 -0
- package/dist/SideNavigationSelectableItemBase.js +256 -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 +146 -0
- package/dist/Timeline.js +380 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +71 -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 +123 -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 +124 -0
- package/dist/UploadCollection.js +221 -0
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +169 -0
- package/dist/UploadCollectionItem.js +400 -0
- 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 +169 -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 +36 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +35 -0
- package/dist/UserMenuItemGroup.js +52 -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 +30 -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 +29 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
- package/dist/UserSettingsAppearanceViewGroup.js +48 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
- package/dist/UserSettingsAppearanceViewItem.js +108 -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 +119 -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 +137 -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 +44 -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 +361 -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 +2 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
- package/dist/custom-elements-internal.json +13552 -0
- package/dist/custom-elements.json +9456 -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 -0
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
- 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 -0
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
- 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 +209 -0
- package/dist/generated/i18n/i18n-defaults.js +209 -0
- 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 -0
- 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 +120 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -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 +4 -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 +4 -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 +280 -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 +212 -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 +218 -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 +281 -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 +218 -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 +281 -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 +220 -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 +24 -0
- 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 +29 -0
- 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 +60 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1626 -0
- package/dist/web-types.json +4122 -0
- package/global.d.ts +12 -0
- package/jsconfig.json +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +71 -0
- 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 +51 -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 +106 -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 +79 -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 +612 -0
- package/src/i18n/messagebundle_ar.properties +407 -0
- package/src/i18n/messagebundle_bg.properties +407 -0
- package/src/i18n/messagebundle_ca.properties +407 -0
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +407 -0
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +407 -0
- package/src/i18n/messagebundle_de.properties +407 -0
- package/src/i18n/messagebundle_el.properties +407 -0
- package/src/i18n/messagebundle_en.properties +407 -0
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
- package/src/i18n/messagebundle_es.properties +407 -0
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +407 -0
- package/src/i18n/messagebundle_fi.properties +407 -0
- package/src/i18n/messagebundle_fr.properties +407 -0
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +407 -0
- package/src/i18n/messagebundle_hr.properties +407 -0
- package/src/i18n/messagebundle_hu.properties +407 -0
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +407 -0
- package/src/i18n/messagebundle_iw.properties +407 -0
- package/src/i18n/messagebundle_ja.properties +407 -0
- package/src/i18n/messagebundle_kk.properties +407 -0
- package/src/i18n/messagebundle_ko.properties +407 -0
- package/src/i18n/messagebundle_lt.properties +407 -0
- package/src/i18n/messagebundle_lv.properties +407 -0
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +407 -0
- package/src/i18n/messagebundle_nl.properties +407 -0
- package/src/i18n/messagebundle_no.properties +407 -0
- package/src/i18n/messagebundle_pl.properties +407 -0
- package/src/i18n/messagebundle_pt.properties +407 -0
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +407 -0
- package/src/i18n/messagebundle_ru.properties +407 -0
- package/src/i18n/messagebundle_sh.properties +407 -0
- package/src/i18n/messagebundle_sk.properties +407 -0
- package/src/i18n/messagebundle_sl.properties +407 -0
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +407 -0
- package/src/i18n/messagebundle_th.properties +407 -0
- package/src/i18n/messagebundle_tr.properties +407 -0
- package/src/i18n/messagebundle_uk.properties +407 -0
- package/src/i18n/messagebundle_vi.properties +407 -0
- package/src/i18n/messagebundle_zh_CN.properties +407 -0
- package/src/i18n/messagebundle_zh_TW.properties +407 -0
- 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 +91 -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 +301 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +24 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +538 -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 +78 -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 +46 -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 +32 -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 +14 -0
- package/src/themes/base/TimelineItem-parameters.css +70 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +15 -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 +13 -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 +29 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
- package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -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 +30 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -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 +24 -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 +29 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -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 +24 -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 +27 -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 +26 -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 +21 -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 +24 -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 +25 -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
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-Company" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m111.161 158.747 37.227-1.731V26.506l-38.044 22.069.817 110.172Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m142.487 80.05-27.152 11.103.059 5.44 27.1 5.449-.007-21.991Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m189.74 173.129-41.352 6.481V26.508l41.352 16.23v130.391Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m185.557 110.624-31.613-3.309V32.599l31.613 11.948v66.077Zm0 69.394-31.613 5.77v-74.726l31.613 2.88v66.076Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m163.597 35.116-.038 73.048-3-.002.038-73.048 3 .002Zm9.017 2.152-.088 73.402-3-.004.088-73.401 3 .003Zm7.73 4.068-.001 68.587h-3l.001-68.587h3Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M130.329 88.955v35.972l39.368-13.778-39.368-22.194Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m134.834 95.63 33.549 16.969-11.277 3.513-22.204-7.648-.068-12.834Zm-.059 14.877.068 12.999 20.472-6.519-20.54-6.48Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m238.322 209.548-42.15.448V101.098l41.995 21.649.155 86.801Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M82.059 209.996v-97.64l48.27-23.4.166 35.708 65.813-23.537-.048 108.869H82.059Zm153.52-70.291-35.154-15.013v-17.173l35.038 18.409.116 13.777Zm-.223 15.627-34.931-10.606v-17.164l34.814 14.002.117 13.768Zm-.011 16.358-35.067-6.549v-17.163l34.951 9.963.116 13.749Zm.302 16.607-35.388-3.23v-17.173l35.271 6.655.117 13.748Zm-.147 16.484-35.378.856v-17.163l35.262 2.578.116 13.729Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m131.789 129.373 60.638-20.248.029 11.511-60.638 16.959-.029-8.222Zm.028 16.726 60.628-14.819.01 11.53-60.638 12.027v-8.738Zm0 16.96 60.638-10.888v11.569l-60.638 8.047v-8.728Zm0 17.076 60.638-7.191v11.589l-60.638 4.32v-8.718Zm.05 16.609 60.589-2.578v11.024h-60.589v-8.446Zm-46.179-80.001 39.659-16.988.049 8.047-39.63 16.054-.079-7.113Zm.078 14.118 39.708-14.751.048 8.125-39.756 13.807v-7.181Zm-.078 13.603 39.766-12.201.039 8.183-39.805 11.257v-7.239Zm.078 13.097 39.659-9.983.049 8.251-39.708 9.01v-7.278Zm-.078 13.66 39.717-7.326.049 8.319-39.689 6.334-.078-7.327Zm.107 13.604 39.591-4.953.039 8.387-39.66 3.951.03-7.385Zm-.029 13.699 39.591-2.326.058 8.981-39.65.759v-7.414Zm55.522-157.718-25.983 13.779.014 28.455 26.058-10.93-.089-31.304Z"/>
|
|
13
|
+
</svg>
|
|
14
|
+
`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-Compass" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M190.483 86.424c-1.851-17.622-18.049-26.659-36.074-27.024-10.051 0-27.591.008-41.408.008-.582.735-.868 1.387-1.104 2.401-.577 2.19 3.14 5.787 4.718 6.723a8.28 8.28 0 0 0 3.196 1.11l3.751 4.24a35.395 35.395 0 0 0-1.065 2.251h-2.85l-.013.002c-3.692-.042-6.737.717-8.57 3.008-3.295 4.119-6.798 12.05-6.249 18.364l-.025-.005.001-.044s-.8-.575-2.855.651c-1.629.972-2.658 1.944-3.015 2.307-2.597 2.344-4.864 5.539-4.713 7.504.22 2.855 1.088 6.428.996 8.807-.04.063-.081.134-.126.208-2.08 1.553-2.81 6.256-3.077 12.224a44.988 44.988 0 0 0-.092 1.846c-.081 2.852-.106 6.637-.087 10.687-.015 2.641-.046 5.29-.146 7.836-.537 13.682.643 22.371 2.7 25.054 2.057 2.682 3.108 4.197 1.051 8.936-.84 1.936-1.618 6.301-2.253 13.977h56.118c-.134-6.758.132-12.769 1.05-16.106 3.02-10.982 5.543-11.395 12.407-17.985 6.865-6.59 25.535-29.654 29.379-34.321 3.844-4.668 10.429-12.924 11.636-15.149 2.303-4.245-2.191-14.45-.653-16.427.018-.023.033-.049.05-.074 1.508-1.898 2.892-10.788 3.772-14.495a1.613 1.613 0 0 0-.464-.097l.007-.04c-1.19-1.464-4.372-3.342-7.762-2.317-1.767.534-3.691 1.617-5.598 3.346v-.005c-.736.571-1.653 1.45-2.633 2.599Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M178.342 166.389c-2.416 8.786-.245 36.318 1.769 47.027h-59.892c0-6.59.782-20.058 1.113-24.658.374-5.186.982-16.68 4.178-25.2-.732-3.386-3.957-3.184-4.953-12.5-.561-5.244-.922-25.444-.648-35.054.22-7.688 2.288-12.722 3.295-14.277.092-2.38-.777-5.952-.996-8.808-.275-3.57 7.429-11.203 10.606-10.412-.549-6.315 2.955-14.246 6.249-18.365 3.295-4.118 10.506-3.286 18.347-1.747 4.05.795 50.736 36.471 54.306 23.566 3.569-12.904 9.927-18.945 14.998-20.478 3.39-1.025 6.572.853 7.762 2.317-.732 4.12-1.828 12.73-3.365 14.707-1.538 1.977 2.956 12.181.652 16.427-1.207 2.225-7.791 10.481-11.635 15.148-3.844 4.668-22.515 27.732-29.379 34.322-6.865 6.589-9.387 7.002-12.407 17.985ZM163.247 33.012c-1.297 3.184.629 8.727 2.713 12.147 7.704 2.24 21.84 4.74 19.104-2.712-3.42-9.317-9.198-12.265-12.383-13.562-3.184-1.297-7.654-.241-9.434 4.127Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M147.647 61.133h8.928c.132 9.98-.395 29.248-3.555 26.467-3.951-3.476-7.296-12.335-6.953-20.62.079-1.895 1.027-5.847 1.58-5.847Zm35.422 53.165c-3.761 0-9.853 0-12.562-.456l-1.41-10.813c14.809-5.641 42.955-17.396 43.896-15.516 1.175 2.35-1.236 9.934-5.109 15.516-5.693 8.204-20.114 11.269-24.815 11.269Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M142.259 105.25c1.796-.648 5.102-2.509 6.299-5.982 1.198-3.473 1.298-8.732 1.198-10.927l46.703 19.759c-5.588.748-17.574 2.784-20.807 4.94-3.92 2.613-23.467 13.392-25.736 18.819-.398 1.638-.554 2.213-.16.491.036-.159.09-.322.16-.491.813-3.345 2.633-11.124 2.834-12.832.299-2.545-1.797-5.987-4.192-5.987-1.916 0-4.191.998-5.089 1.496l-1.21-9.286Zm4.36-51.955 5.425 6.132 8.019-6.132h-13.444Zm-15.126 48.218c-.958-1.797-4.813-12.507-4.713-15.95 0 0 1.101-1.228 3.156-2.454 2.055-1.226 2.855-.651 2.855-.651 0 3.106-.501 5.876-.501 12.222 0 7.934 3.206 10.019 7.885 10.725-4.49 2.395-7.484-1.647-8.682-3.892Zm-2.069 17.902c-1.288-1.431-4.531-12.401-5.992-17.707-4.65 2.504-3.219 19.137-3.756 32.82-.536 13.682.643 22.371 2.7 25.054 2.057 2.682 3.109 4.197 1.052 8.937-1.646 3.792-3.069 18.503-3.595 44.894h13.378c.507-12.639 1.65-47.353 3.367-50 2.146-3.309 8.227-4.829 7.065-5.545-1.163-.715-13.772-3.219-16.992-6.886-3.219-3.666-3.219-16.007-1.52-24.145 1.699-8.138 5.902-5.634 4.293-7.422Zm45.019 40.004c-8.927 1.144-18.216-4.101-21.745-6.867.382 2.289 1.374 7.61 2.289 10.586 1.145 3.719 17.739 2.289 19.456-3.719Zm45.976-67.512c-.987-.246-6.68.617-9.403 1.08-.74-12.086 6.658-21.49 10.101-24.163 0 3.237-.883 10.515-1.623 13.228-.925 3.391 2.158 10.164.925 9.855Z"/>
|
|
7
|
+
<circle cx="183.147" cy="75.178" r="35.535" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<circle cx="182.726" cy="75.144" r="32.598" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M181.846 100.615h1.526c.139-1.11-.412-2.22-2.635-2.22-2.358 0-2.635.971-2.635 1.804 0 .832.693 1.387 1.664 1.803.971.416 1.526.693 1.526.971 0 .277-.139.554-.694.554-.444 0-.74-.554-.832-.832h-1.664c-.139 1.248 1.387 1.803 2.496 1.803 1.11 0 2.358-.555 2.358-1.525 0-1.249-1.012-1.618-1.942-1.804-1.109-.221-1.109-.693-1.109-.97 0-.278.138-.694.971-.694.832 0 .924.74.97 1.11Zm-25.659-30.653v-1.526l5.686 1.942-.277 1.942-3.468.278 3.191 1.664v1.803l-5.826.277v-1.664h3.329l-2.913-1.526V71.35l3.329-.277-3.051-1.11Zm56.412 7.536-5.926-.74-.555 4.578 1.387.139.278-2.774 1.109.138-.277 2.913 1.248.139.277-2.774.971.138-.277 2.913 1.248.139.517-4.81Zm-28.256-24.179.622-5.865 1.874.178 1.88 3.451.201-3.174 1.803.139-.694 5.825-1.602-.12-2.044-3.337-.334 3.003-1.706-.1Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m189.614 62.472-2.774-7.628-4.855 6.796 7.629.832Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m188.799 67.517-2.318-10.366-4.774 8.866-8.184-5.046 2.591 9.547-10.638 2.455 9.684 5.047-5.865 8.73 10.093-3.274 2.319 10.502 5.365-10.11 9.229 6.7-3.137-10.77 9.548-1.778-9.548-5.047 5.456-8.729-9.821 3.273Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m166.782 52.483 13.445 25.005s15.634 15.041 16.608 14.17c.975-.873-9.063-19.58-9.063-19.58l-20.99-19.595Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m166.782 52.483 13.445 25.005s4.511-.362 5.485-1.234c.975-.871 2.06-4.176 2.06-4.176l-20.99-19.595Z"/>
|
|
14
|
+
<circle cx="184.227" cy="74.632" r="2.243" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M134.187 94.168c0-2.846 2.964-5.559 4.447-6.56 4.447-1.334 6.004 1.112 7.115 2.113.89.8.89 4.93.779 6.893-.779.853-2.891 2.736-5.115 3.447-2.223.712-5.077.297-6.226 0-.333-.778-1-3.046-1-5.893Zm-4.114 16.789.667 6.782c.166 1.684 2.558 3.002 5.226 3.224 2.135.178 4.521-2.075 5.448-3.224-.26-2.261-.801-6.916-.89-7.449-.111-.668-3.335-2.335-5.448-2.446-1.69-.089-4.039 2.038-5.003 3.113Zm98.042-32.531c-.633-1.63.264-4.85.791-6.257 2.128-3.667 4.829-4.692 6.027-4.23-.887 3.734-2.282 12.73-3.803 14.537-1.797.146-2.224-2.013-3.015-4.05Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M153.046 54.412c3.113-.377 4.324-1.417 5.588-3.281 1.264-1.865.839-2.788.839-2.788l5.189-3.656c-1.887-2.948-5.487-4.062-7.252-4.48-3.876-.92-7.489-.473-11.263-.001-3.773.472-5.66 4.363-6.25 6.604-.576 2.19 3.139 5.786 4.717 6.722 2.746 1.629 5.319 1.257 8.432.88Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M149.683 39.565c1.52-.057 4.012 1.102 5.067 1.688h-4.292c-1.689 0-6.686.845-8.586 1.267 1.548-2.956 5.911-2.885 7.811-2.956Z"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-Components" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M143.371 67.847s.094.06.136.094a1.348 1.348 0 0 1-.212-.17c.025.025.042.05.076.068v.008Zm.756.503c-.076-.043-.144-.086-.221-.128.068.042.145.085.221.128Zm.646.323s.025 0 .034.017c-.017 0-.034-.009-.051-.017h.017Zm.968.332c-.051-.016-.085-.025-.136-.042.043.017.094.026.136.043Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M139.219 155.644h-.02l-3.16 1.53c-.23.11-.37.23-.45.36-.07.13-.09.26-.07.39.02.13.08.26.16.38s.17.23.27.32c.25.26.62.44 1.08.6.46.16.97.29 1.54.46.56.16 1.14.35 1.7.62.56.26 1.09.61 1.55 1.07.28.29.47.58.55.87.08.29.07.58-.04.85-.08.21-.23.41-.41.61-.17.03-.34.06-.52.09-.92.13-1.87.17-2.82.14-.95-.03-1.88-.15-2.76-.34-.87-.18-1.67-.44-2.36-.74-.69-.31-1.26-.68-1.66-1.09-.47-.48-.65-.88-.69-1.22-.04-.34.09-.64.23-.9s.33-.5.39-.74.04-.47-.21-.73c-.12-.12-.28-.27-.51-.42-.22-.15-.49-.3-.84-.41-.34-.12-.74-.21-1.21-.26-.47-.04-1.01-.03-1.64.05l-19.21 2.63-.05-.05-2.87 1.51 22.09 23.11-.05.02h.06l.03.02.13-.05 41.76-6.43 8.68-1.33h.01l38.73-5.96 8.86-1.36h.05l4.09-1.36h-.08v.01h-.05l-22.69-21.65h.02l-21.96-20.95-47.63 5.78-.02-.02-3.06 1.76 7.82 7.82c-.12 0-.24-.02-.36-.03-.54-.06-1.11-.16-1.72-.25-.62-.09-1.3-.18-2.08-.2-.78-.02-1.68 0-2.73.14-.9.11-1.67.3-2.32.54-.64.25-1.13.54-1.48.88-.05.05-.08.09-.12.14.03-.03.04-.07.07-.1.21-.22.48-.42.82-.61l-3.04 1.67c-.34.18-.61.38-.81.6-.19.2-.31.41-.38.63a2.84 2.84 0 0 0-.56-.22c-.36-.1-.75-.18-1.13-.23-.38-.05-.75-.08-1.05-.1-.12 0-.22-.01-.34-.01h-.32c-.1 0-.2.01-.3.02-.1 0-.19.02-.29.03-.14.02-.26.04-.39.06-.13.03-.25.05-.38.08l-.39.09c-.13.03-.26.06-.4.1-.14.04-.28.07-.41.1-.14.04-.29.07-.44.1-.15.03-.31.06-.48.09-.17.03-.34.06-.53.08-.21.02-.42.05-.66.07-.24.02-.48.03-.74.04-.26.01-.54.01-.84 0-.3 0-.62-.02-.95-.03-1-.06-1.95-.2-2.81-.4-.86-.2-1.62-.46-2.26-.77-.64-.31-1.16-.66-1.5-1.04-.34-.38-.52-.78-.49-1.19.01-.18.07-.35.16-.52.14-.03.27-.07.42-.09a13.812 13.812 0 0 1 1.68-.23c.24-.02.48-.03.73-.04h.76c.26 0 .51.01.78.03 1.15.07 2.03.2 2.77.36.74.16 1.3.35 1.81.53.51.18.95.36 1.42.51.47.15.97.26 1.59.29.13 0 .26.02.42.02h.48c.16 0 .34 0 .5-.02.16-.02.33-.03.49-.05.11-.01.21-.03.32-.05.1-.02.21-.04.3-.07.09-.03.18-.05.27-.09.09-.03.16-.07.24-.11l2.91-1.64s.04-.01.05-.02c.15-.08.27-.17.35-.29a.77.77 0 0 0 .14-.4l.36-8.22-55.08-3.45v-.05l-2.42 1.85-2.69 22.78-.06.04h.06v.03l.04-.02 21.04 1.12c.68.03 1.2.12 1.6.24.41.12.7.27.9.43.2.16.32.34.38.51.06.17.06.32.06.45 0 .07-.03.14-.06.2l-.06.09-2.07 1.21c-.16.09-.31.19-.45.3-.14.11-.27.23-.38.36-.11.13-.21.28-.27.44-.07.16-.12.34-.14.54-.03.42.13.84.47 1.23.34.39.86.75 1.51 1.06.65.32 1.43.58 2.31.79a16.592 16.592 0 0 0 3.67.41c.27 0 .52 0 .79-.02.26-.01.51-.03.76-.05.25-.02.49-.05.72-.08.32-.04.62-.1.91-.16.29-.06.57-.13.84-.21.26-.08.51-.16.74-.26.23-.09.45-.19.65-.3.88-.48 1.78-.95 2.66-1.43.08-.04.17-.07.24-.11.41-.22.73-.48.96-.75.23-.27.36-.57.39-.89.03-.5-.14-.9-.41-1.23-.27-.33-.65-.61-1.03-.85-.37-.24-.76-.46-1.04-.68-.2-.15-.34-.31-.4-.49.1 0 .21 0 .33.01l20.54 1.09 3-1.54h.02v-.01l.03-.02h-.03l.34-7.71c.38.35.88.66 1.48.93.67.3 1.44.54 2.29.72a16.232 16.232 0 0 0 5.41.23c.38-.05.72-.11 1.02-.17.3-.06.58-.13.81-.2.25-.07.46-.14.65-.22.19-.08.36-.15.51-.23.82-.42 1.65-.84 2.47-1.26.09-.02.17-.03.27-.05.26-.03.6-.07.97-.09.36-.02.77-.01 1.17.03.4.04.8.12 1.17.25.09.03.18.07.27.11.25.12.49.27.68.46l7.13 7.12-14.23 1.95c-.61.08-1.03.21-1.31.35m-8.4-13.19v.02-.02Zm.18-.38s-.04.06-.05.09c.02-.03.03-.06.05-.09Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m163.958 59.224 3.99 19.38 3.84-3.11-4.06-19.58-3.77 3.31Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M171.788 75.474c.07.32.09.61.09.87s-.04.49-.11.69c-.07.2-.15.38-.26.54-.11.16-.24.29-.38.4l-3.82 3.08c.14-.11.27-.25.38-.4.11-.15.2-.33.26-.53s.1-.43.11-.69c.01-.26-.02-.54-.09-.86l3.83-3.1m2.851 13.81c-.14-.64-.37-1.12-.66-1.5-.3-.38-.65-.64-1.02-.82-.37-.18-.77-.27-1.12-.31a4.08 4.08 0 0 0-.99 0c-.14 0-.27.03-.4.06-.12.03-.24.07-.35.12-.11.05-.22.1-.32.16s-.2.13-.29.2l-3.36 2.63c-.24.09-.49.17-.78.24-.33.07-.68.13-1.07.16-.93.08-1.84-.05-2.72-.34-.88-.29-1.7-.75-2.45-1.34a8.618 8.618 0 0 1-1.9-2.13c-.51-.82-.89-1.73-1.08-2.71-.13-.63-.17-1.24-.14-1.84.03-.59.14-1.15.31-1.69.17-.53.42-1.02.72-1.47.3-.45.66-.85 1.07-1.19l-3.71 3.11c-.41.34-.77.74-1.06 1.18-.3.45-.54.94-.71 1.46-.17.53-.28 1.08-.31 1.67-.03.59 0 1.19.14 1.82.19.97.57 1.86 1.06 2.68.51.81 1.14 1.52 1.88 2.1.73.59 1.55 1.03 2.42 1.32.87.29 1.78.41 2.7.34.39-.03.75-.09 1.06-.16.32-.07.62-.16.88-.27.27-.1.51-.22.73-.35.22-.13.42-.27.6-.41.99-.78 1.98-1.54 2.96-2.32.09-.02.18-.04.28-.05.27-.02.61-.03.97 0 .36.04.75.13 1.11.31.37.17.72.43 1.01.81.07.09.14.2.21.31.19.32.35.72.45 1.18l4.08 19.8 3.96-2.77-4.15-20.01h-.02l.01.02Zm-19.54-15.78-3.67 3.15a1.79 1.79 0 0 1-.58.34c-.1.04-.21.07-.32.09-.11.02-.22.04-.33.04h-.5c-.16 0-.33-.04-.49-.07-.16-.03-.31-.07-.46-.11-.15-.04-.28-.09-.4-.13-.59-.21-1.01-.56-1.4-.98-.39-.43-.73-.93-1.13-1.44-.41-.52-.87-1.06-1.5-1.58-.64-.52-1.43-.99-2.51-1.38-.25-.09-.49-.17-.74-.23s-.49-.11-.74-.15c-.25-.04-.49-.06-.73-.07h-.71c-.35.02-.69.08-1.01.15-.33.07-.65.18-.96.31-.31.13-.6.28-.88.46s-.54.38-.79.6l3.52-3.22c.25-.23.51-.43.79-.61s.58-.33.89-.46c.31-.13.63-.23.96-.31.34-.08.68-.13 1.03-.15.24-.02.48-.02.72 0s.49.03.73.07c.24.04.49.09.74.15s.5.14.75.23c1.08.4 1.89.88 2.53 1.39.64.52 1.1 1.06 1.51 1.59.41.53.76 1.03 1.14 1.46.39.43.83.78 1.42 1 .12.05.26.09.4.13a5.185 5.185 0 0 0 .95.18c.16 0 .34.02.51 0 .11 0 .22-.02.33-.04.11-.02.21-.05.32-.09.11-.04.21-.08.3-.14.09-.06.19-.12.28-.2"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M138.839 69.294c.25-.23.51-.43.79-.61s.58-.33.89-.46c.31-.13.63-.23.97-.31.34-.08.68-.13 1.02-.15.24-.02.48-.02.72 0s.49.03.73.07c.24.04.49.09.74.15s.5.14.75.23c1.08.4 1.89.88 2.53 1.39.64.52 1.1 1.06 1.51 1.59.41.53.76 1.03 1.14 1.46.39.43.83.78 1.42 1 .12.05.26.09.4.13a5.185 5.185 0 0 0 .95.18c.16.01.34.02.51 0 .11 0 .22-.02.33-.04.11-.02.21-.05.32-.09.11-.04.21-.08.3-.14.09-.06.19-.12.28-.2-1.22 1.05-2.45 2.1-3.67 3.15a1.79 1.79 0 0 1-.58.34c-.1.04-.21.07-.32.09-.11.02-.22.04-.33.04h-.5c-.16 0-.33-.04-.49-.07-.16-.03-.31-.07-.46-.11-.15-.04-.28-.09-.4-.13-.59-.21-1.01-.56-1.4-.99-.39-.43-.73-.93-1.13-1.44-.41-.52-.87-1.06-1.5-1.58-.64-.52-1.43-.99-2.51-1.38-.25-.09-.49-.17-.74-.23s-.49-.11-.74-.15c-.25-.04-.49-.06-.73-.07-.24 0-.48 0-.71.01-.35.02-.69.08-1.01.15-.33.07-.65.18-.96.31-.31.13-.6.28-.88.46s-.54.38-.79.6l3.52-3.22m47.19 97.39 49.41-6.45 4.58-2.19-49.83 6.45-4.16 2.19Zm-26.57-37.41-3.8 2.59a6 6 0 0 0 2.26-2.89c.22-.59.37-1.23.43-1.91.06-.68.01-1.37-.13-2.08-.23-1.14-.59-2.03-1-2.74-.42-.71-.89-1.25-1.35-1.74-.47-.49-.9-.89-1.27-1.35-.37-.46-.65-.94-.77-1.57-.05-.23-.09-.49-.11-.78-.02-.29-.02-.59.02-.89.04-.3.12-.6.25-.87s.33-.52.6-.71l3.76-2.78c-.27.2-.46.45-.6.72-.14.27-.22.57-.26.88-.04.31-.04.61-.02.89.02.29.06.56.11.79.13.64.41 1.12.78 1.58.37.46.83.88 1.28 1.36.46.49.95 1.03 1.36 1.76.42.73.79 1.61 1.01 2.77.15.72.19 1.43.13 2.11-.06.68-.2 1.32-.43 1.92-.23.6-.54 1.15-.93 1.65s-.85.93-1.36 1.27"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M158.309 111.554c-.27.2-.46.45-.6.72-.14.27-.22.57-.26.88-.04.31-.04.61-.02.9.02.29.06.56.11.79.13.64.41 1.12.78 1.58.37.46.83.88 1.28 1.36.46.49.95 1.03 1.36 1.76.42.73.79 1.61 1.01 2.77.15.72.19 1.43.13 2.11-.06.68-.2 1.32-.43 1.92-.23.6-.54 1.15-.92 1.65-.39.5-.85.93-1.36 1.27l-3.8 2.59c.52-.35.96-.78 1.35-1.26.39-.49.69-1.04.91-1.63.23-.6.37-1.23.43-1.91.06-.68 0-1.37-.13-2.08-.23-1.14-.59-2.03-1.01-2.74-.42-.71-.89-1.25-1.35-1.74-.47-.49-.91-.89-1.27-1.35-.36-.46-.65-.94-.77-1.57-.05-.23-.09-.49-.11-.78-.02-.29-.02-.59.02-.89.04-.3.12-.6.25-.87s.33-.52.6-.71l3.76-2.78"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m125.629 100.364 19.36 6.78 3.67-2.88-19.55-6.88-3.48 2.97v.01Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M126.499 97.694c.08-.07.16-.13.25-.19s.19-.11.29-.15c.1-.04.21-.08.32-.11.11-.03.23-.05.36-.06h.31c.1.01.22.01.34.03.12.02.24.04.37.07.13.03.26.07.4.12l-3.47 2.97c-.14-.05-.27-.09-.39-.12a2.53 2.53 0 0 0-.36-.07c-.11-.01-.23-.03-.34-.03h-.31c-.13.01-.24.03-.36.06s-.22.06-.32.11-.19.09-.28.15c-.09.06-.17.12-.25.19l3.44-2.96v-.01Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m105.209 37.944-13.15 50.73 3.13-3.15 13.21-51.22-3.19 3.64Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M123.719 112.154a6.708 6.708 0 0 1-1.76.72c-.31.08-.64.13-.97.16-.25.02-.5.03-.75.03a6.78 6.78 0 0 1-1.55-.19 8.373 8.373 0 0 1-3.4-1.72c-.76-.65-1.4-1.42-1.89-2.27a7.75 7.75 0 0 1-.97-2.74c-.16-.96-.13-1.94.1-2.89.11-.44.24-.84.38-1.18.15-.35.31-.67.48-.95.07-.11.14-.19.21-.29l2.84-2.52c.11-.1.21-.19.3-.3.09-.1.18-.22.26-.33.08-.12.15-.25.21-.38.06-.14.11-.29.15-.45.07-.29.14-.65.15-1.04.02-.39 0-.81-.13-1.22-.12-.42-.33-.82-.68-1.18-.34-.36-.81-.67-1.45-.9l-20.1-7.07-3.13 3.15 19.9 6.96c.64.22 1.1.53 1.43.89.34.36.55.76.67 1.16.12.41.15.83.13 1.21-.02.39-.09.74-.15 1.02-.04.16-.09.31-.15.44-.03.07-.07.13-.1.19l-2.56 2.28c-.2.17-.39.37-.58.59-.19.22-.37.46-.54.74-.17.28-.33.59-.47.93-.14.34-.27.74-.38 1.17-.23.94-.26 1.92-.11 2.87.15.94.49 1.86.97 2.71.48.85 1.11 1.61 1.87 2.25a7.99 7.99 0 0 0 2.59 1.47 7.587 7.587 0 0 0 1.55.35c.26.03.51.05.76.05s.5 0 .74-.03c.33-.03.65-.09.96-.16.31-.08.61-.17.9-.29.29-.12.57-.26.84-.42.27-.16.53-.34.77-.54 1.14-.94 2.3-1.88 3.44-2.82-.24.2-.5.38-.78.54Zm66.42 52.32-4.15 2.19-52.47 6.84 3.66-2.17 52.95-6.85.01-.01Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m137.189 171.334-3.66 2.17-10.67-56.48 3.46-2.8 10.87 57.1v.01Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m216.419 52.994 11.54 51.66-17.86 1.69c-.6.06-1.08-.04-1.5-.23-.42-.19-.74-.48-1-.81-.26-.33-.46-.71-.6-1.06-.14-.36-.24-.72-.3-1.01-.13-.61-.07-1.11.09-1.61s.4-.96.63-1.49c.23-.53.45-1.12.55-1.87.1-.75.08-1.62-.16-2.73-.21-.96-.59-1.84-1.08-2.64-.5-.8-1.13-1.5-1.84-2.07a7.65 7.65 0 0 0-2.35-1.3c-.84-.28-1.72-.41-2.61-.34a5.431 5.431 0 0 0-4.12 2.41c-.45.68-.77 1.46-.92 2.32-.15.86-.14 1.79.07 2.75.24 1.11.6 1.98 1 2.68.41.7.88 1.23 1.32 1.71.45.48.89.88 1.24 1.33.36.45.64.92.77 1.54.06.29.12.65.14 1.02.02.38 0 .78-.13 1.13-.12.36-.31.71-.63.97s-.76.45-1.36.5l-18.57 1.75-4.14-19.96c-.14-.66-.37-1.15-.67-1.53-.3-.38-.65-.64-1.02-.82-.38-.18-.77-.27-1.12-.31-.36-.04-.71-.04-.99 0-.58.05-1.01.27-1.4.59-.39.32-.74.73-1.13 1.13-.4.41-.88.84-1.5 1.16-.62.32-1.43.6-2.51.69-.93.08-1.84-.05-2.72-.34-.88-.29-1.7-.75-2.45-1.34-.75-.6-1.38-1.31-1.9-2.13-.52-.82-.89-1.73-1.08-2.71-.2-.98-.2-1.91-.02-2.79.18-.88.51-1.66.99-2.34.49-.68 1.1-1.24 1.83-1.66.74-.42 1.57-.68 2.49-.74 1.07-.08 1.95.05 2.7.27.75.22 1.36.56 1.92.89.56.33 1.05.68 1.55.92s1.01.4 1.59.35c.28-.02.61-.07.95-.16.34-.09.68-.24.96-.47.29-.23.53-.53.66-.94.13-.41.16-.93.02-1.57l-4.05-19.53 48.71-2.99v.02l.01.01Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M199.909 89.194c.88-.07 1.77.05 2.61.34.84.29 1.63.74 2.35 1.3.72.57 1.34 1.27 1.84 2.07.5.8.88 1.69 1.08 2.64.24 1.1.26 1.99.16 2.73s-.32 1.33-.55 1.87c-.23.54-.48 1-.63 1.49-.15.49-.22 1-.09 1.61.06.29.16.64.3 1.01.14.37.34.74.6 1.06.26.33.59.62 1 .81.41.19.9.28 1.5.23l17.86-1.69 11.93 53.42-49.69 6.43-4.28-20.66c-.14-.67-.12-1.2 0-1.64.12-.44.36-.76.64-1 .28-.25.62-.42.94-.54.33-.12.67-.18.95-.21.59-.07 1.11.07 1.62.3.51.23 1.01.57 1.57.9.56.33 1.17.65 1.92.86.75.21 1.6.31 2.66.19.93-.11 1.75-.41 2.47-.87.72-.46 1.31-1.07 1.77-1.78.46-.72.78-1.54.93-2.44.15-.89.13-1.85-.08-2.84-.21-.99-.6-1.9-1.11-2.73a8.324 8.324 0 0 0-1.88-2.12 7.43 7.43 0 0 0-2.41-1.3c-.87-.28-1.76-.39-2.68-.29-1.05.12-1.85.4-2.47.76-.62.36-1.09.8-1.48 1.23-.4.44-.74.86-1.12 1.18-.39.33-.82.58-1.39.64-.29.03-.64.04-1.01 0a3.39 3.39 0 0 1-1.13-.3c-.38-.18-.73-.44-1.01-.82-.29-.38-.53-.88-.67-1.54l-4.19-20.21 18.57-1.75c.61-.06 1.04-.24 1.36-.5.32-.26.52-.6.63-.96.11-.37.14-.77.13-1.13 0-.37-.07-.74-.14-1.03-.13-.62-.41-1.09-.77-1.54-.36-.45-.8-.85-1.24-1.33-.45-.48-.92-1.01-1.32-1.71-.41-.7-.77-1.56-1-2.68-.21-.95-.22-1.89-.07-2.75.15-.86.46-1.64.91-2.32.46-.68 1.04-1.24 1.73-1.65.7-.41 1.49-.68 2.39-.76v.02h-.01Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m178.719 109.324 4.19 20.22c.14.67.38 1.17.68 1.56.3.39.66.65 1.04.82.38.17.77.26 1.13.29.37.03.71.02.99-.01.6-.07 1.04-.31 1.44-.65.4-.34.75-.76 1.14-1.19.4-.44.87-.87 1.48-1.22s1.4-.64 2.45-.76c.9-.09 1.8.02 2.66.3.86.28 1.67.73 2.39 1.3.72.58 1.36 1.29 1.87 2.11.51.82.88 1.73 1.09 2.72.21.98.23 1.94.08 2.83-.15.89-.46 1.71-.92 2.43-.46.72-1.04 1.32-1.75 1.78-.71.46-1.52.77-2.43.88-1.06.12-1.91.02-2.66-.19-.75-.21-1.35-.53-1.91-.85-.56-.33-1.06-.66-1.56-.9-.51-.24-1.01-.37-1.59-.31-.3.03-.65.1-1 .21-.35.11-.7.28-.99.53-.3.25-.54.58-.67 1.01-.13.44-.15.97 0 1.65l4.28 20.66-52.95 6.85-10.87-57.1 19.78-1.87c.65-.06 1.17.03 1.61.23.44.2.78.5 1.05.84.28.34.47.73.62 1.1.15.38.24.75.3 1.04.13.64.04 1.16-.13 1.68s-.46 1.01-.72 1.57c-.26.56-.52 1.19-.64 1.97s-.13 1.71.1 2.89c.2 1.01.58 1.95 1.1 2.79.53.84 1.18 1.57 1.94 2.17.76.6 1.6 1.05 2.51 1.33.9.28 1.84.39 2.79.29.95-.1 1.81-.4 2.56-.86.75-.46 1.37-1.07 1.86-1.79.49-.73.83-1.55.99-2.46.17-.91.17-1.87-.03-2.88-.23-1.16-.6-2.05-1.01-2.77-.42-.72-.9-1.27-1.36-1.76-.47-.49-.92-.91-1.28-1.36-.37-.46-.65-.96-.78-1.58-.06-.3-.11-.67-.12-1.06-.01-.39.03-.8.15-1.17.12-.38.34-.73.68-.99.34-.27.81-.46 1.43-.52l19.01-1.8h-.02Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="m108.349 34.404 51.64 19.34-4.14 18.38c-.08.34-.19.63-.32.87s-.29.43-.47.57c-.18.14-.37.25-.58.33-.21.08-.42.11-.63.13h-.51c-.17 0-.33-.04-.49-.07-.16-.03-.31-.07-.46-.11-.15-.04-.28-.09-.4-.13-.59-.22-1.02-.57-1.42-1-.4-.43-.74-.94-1.14-1.46a9.64 9.64 0 0 0-1.51-1.59c-.64-.52-1.44-1-2.53-1.39-.25-.09-.5-.17-.75-.23s-.5-.11-.74-.15c-.24-.04-.49-.06-.73-.07-.24-.01-.48 0-.72 0-.65.04-1.27.18-1.85.41a5.803 5.803 0 0 0-2.81 2.34 6.02 6.02 0 0 0-.75 1.82c-.22.92-.23 1.86-.08 2.79.15.93.49 1.82.97 2.65.48.83 1.09 1.58 1.83 2.21.74.63 1.59 1.14 2.53 1.48.32.11.62.21.91.28.29.07.56.13.82.16.26.03.5.06.74.07.24.01.45 0 .67 0 .19 0 .37-.04.55-.07.18-.03.35-.07.51-.1.16-.03.32-.08.47-.13.15-.05.3-.09.45-.14.15-.05.29-.1.43-.14.14-.04.28-.09.42-.13.14-.04.27-.07.41-.1.14-.03.27-.05.41-.06h.29c.1.01.2 0 .3.02.1.02.2.03.31.06.11.03.21.06.32.1.28.1.62.25.97.44s.69.45.99.76c.3.31.54.7.67 1.14.13.45.16.99.02 1.61l-4.3 19.05-19.51-6.87a3.57 3.57 0 0 0-.4-.12c-.13-.03-.25-.06-.37-.07-.12 0-.23-.03-.34-.03h-.31c-.38.03-.7.15-.97.32s-.49.4-.67.64c-.18.24-.32.52-.42.79-.1.27-.18.53-.24.76-.14.61-.07 1.15.1 1.71s.44 1.12.69 1.75c.25.63.49 1.32.6 2.13.11.81.09 1.74-.17 2.86-.17.7-.44 1.34-.79 1.91-.35.57-.78 1.07-1.27 1.49-.5.42-1.05.77-1.65 1.01-.6.25-1.25.42-1.93.48-.25.02-.5.03-.75.03a6.78 6.78 0 0 1-1.55-.19 8.373 8.373 0 0 1-3.4-1.72c-.76-.65-1.4-1.42-1.89-2.27a7.75 7.75 0 0 1-.97-2.74c-.15-.96-.13-1.94.1-2.89.28-1.12.68-1.92 1.13-2.54.46-.62.98-1.05 1.47-1.42.5-.37.97-.68 1.37-1.04.4-.36.7-.79.85-1.39.07-.29.14-.65.15-1.04.01-.39 0-.81-.13-1.22-.13-.42-.33-.82-.68-1.18-.35-.37-.83-.68-1.47-.91l-20.05-7.05 13.17-51.13Z"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-Dialog" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M208.58 160.712c.96 1.01 1.36 1.94 1.2 2.75-.17.81-.93 1.5-2.23 2.03-1.3.53-3.16.89-5.6 1.03l13.41 7.05c.24.12.42.24.56.35.13.11.23.22.29.32.07.11.06.2.03.28-.05.09-.12.16-.24.23-.05.02-.11.04-.15.06 0 0-.02.01-.04.01 0 0-.02 0-.02.01l-3.15.99c-.06.02-.11.03-.17.04-.07.01-.13.02-.19.03-.06 0-.13.02-.2.03-.07 0-.15.01-.23.02h-.68c-.09 0-.16 0-.25-.02-.03 0-.06-.01-.08-.01-.15-.02-.32-.03-.47-.05-.19-.03-.37-.05-.56-.09h-.01l-38.09-7.04-9.02.36.21.11c2.08 1.12 3.56 2.2 4.45 3.21.88 1.01 1.18 1.94.9 2.74-.28.81-1.15 1.49-2.57 2.01-.04.01-.07.03-.12.04l-2.55.96c-.35.14-.74.25-1.17.36-.07.02-.13.03-.2.04-.05.01-.11.03-.17.04-.19.04-.39.09-.59.12-.05.01-.1.02-.16.03-.09.02-.17.04-.26.05-.51.09-1.04.16-1.62.21-.57.06-1.2.09-1.83.13l-20.86.97-7.94 8.13c-.06.05-.12.09-.2.13-.03.02-.09.03-.14.05h-.01c-.01.01-.02.02-.06.03-.06.03-.13.05-.21.08-.06.03-.13.05-.2.08-.07.02-.13.05-.21.08-.06.03-.13.05-.21.08-.06.03-.13.05-.21.08-.06.03-.13.05-.21.08-.06.03-.14.05-.2.08-.07.02-.14.05-.21.08-.06.03-.14.05-.21.08-.06.03-.14.05-.21.08a.3.3 0 0 1-.1.04c-.03.01-.06.03-.1.04-.1.03-.15.05-.24.07h-.02c-.04.01-.09.02-.14.03h-.07c-.08.02-.15.03-.25.04-.08.01-.19.02-.28.02h-.71c-.12 0-.26-.01-.38-.02-.14-.01-.28-.03-.42-.04-.33-.04-.66-.09-.99-.16-.33-.07-.66-.15-.95-.23-.3-.09-.6-.19-.85-.29a4.7 4.7 0 0 1-.71-.34l-12.58-6.96c-1.52.05-3.14 0-4.8-.09H102c-.17 0-.34-.02-.52-.03-.72-.05-1.45-.11-2.19-.18-.19-.02-.37-.03-.55-.05-.17-.02-.33-.03-.5-.05-.27-.03-.55-.07-.84-.1-.15-.02-.3-.03-.44-.05-2.66-.33-5.35-.8-8-1.38l-1.15-.27c-.2-.05-.41-.09-.61-.14-.38-.09-.77-.19-1.15-.29-.26-.07-.51-.13-.77-.2-.55-.15-1.1-.3-1.64-.45-.33-.1-.67-.19-1-.29-.02 0-.04-.01-.06-.02-.29-.09-.58-.18-.86-.27-.37-.12-.74-.24-1.09-.36-.16-.05-.31-.1-.46-.15-.08-.03-.16-.06-.25-.09-.55-.19-1.1-.39-1.64-.6-.15-.06-.31-.12-.45-.18-.31-.12-.61-.24-.9-.36-.07-.03-.12-.05-.19-.09-1.35-.57-2.62-1.17-3.73-1.79l-22.3-12.45c-1.14-.64-2.07-1.26-2.78-1.86-.02-.01-.04-.03-.04-.04l-.04-.03s-.07-.06-.09-.09c-.19-.16-.36-.32-.51-.48-.05-.05-.1-.11-.16-.16-.15-.16-.27-.31-.4-.46-.03-.03-.07-.07-.08-.11-.05-.07-.08-.13-.12-.19-.04-.06-.09-.12-.12-.18-.02-.03-.03-.06-.05-.09-.04-.09-.09-.18-.13-.27-.03-.09-.07-.17-.09-.26-.02-.07-.06-.15-.07-.22-.03-.1-.02-.19-.03-.28v-.1c0-.24 0-.49.1-.71.03-.1.1-.2.16-.3 0-.02.01-.03.02-.04.13-.22.29-.43.51-.62.03-.04.1-.09.13-.13.02-.02.05-.04.08-.06.03-.04.09-.09.14-.13.05-.03.1-.09.15-.13.02-.02.06-.05.07-.07.04-.04.11-.09.15-.13l.05-.05.24-.21s.06-.05.08-.07c.04-.04.11-.09.15-.14.01-.01.03-.03.05-.04l.08-.07c.59-.57 1.54-1.06 2.83-1.43 1.65-.48 3.85-.78 6.6-.85l33.75-.94-3.07-1.67c-1.26-.68-2.3-1.36-3.09-2.01-.79-.65-1.36-1.27-1.69-1.86-.35-.59-.46-1.14-.36-1.65.1-.51.42-.97.94-1.38l1.2-.94c.55-.64 1.52-1.19 2.92-1.6 1.67-.47 3.92-.76 6.71-.82l9.47-.19 4.34-.09 37.42-.77h.03c2.62-.06 5.54.11 8.58.47 3.05.36 6.19.9 9.28 1.6 3.09.69 6.11 1.53 8.9 2.46 2.78.94 5.34 1.98 7.47 3.1l23.59 12.31c2.13 1.11 3.67 2.19 4.64 3.19l-.04-.02Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M236.63 115.552c-.47.3-.97.58-1.47.82s-1.02.47-1.56.67c-.54.2-1.1.37-1.66.52-.58.14-1.15.26-1.75.35l-.12.02.32 1.44c.1-.04.14-.06.24-.11.5-.24.99-.52 1.45-.81l4.55-2.89v-.01Zm-3.699 23.709c-.07.04-.15.08-.23.11-.08.03-.17.06-.24.08-.07.02-.16.04-.24.06-.08.02-.17.04-.25.04-.15.01-.3.01-.46.01-.16 0-.31-.03-.47-.06-.16-.03-.31-.08-.47-.15-.16-.06-.31-.14-.46-.23h-.02l-29.06-18.3.08-.05h-.13v.01l-14.14 1.37.5 2.39 9.51-.93 28.7 18.14h.02c.14.08.3.15.44.21.13.05.27.1.4.13.02 0 .04.02.06.03.07.02.15.03.23.04.08.01.15.02.23.02h.23c.07 0 .15-.01.22-.01.08-.01.17-.02.25-.04.08-.02.17-.04.24-.06.07-.02.15-.05.23-.08.08-.03.16-.07.23-.11l4.57-2.6c-.06.03-.12.07-.19.09l.19-.11h.03ZM143.89 58.992a18.91 18.91 0 0 1 1.85-4.29 17.44 17.44 0 0 1 2.8-3.58h-.01l-3.68 3.62c-1.07 1.05-2 2.24-2.78 3.55-.78 1.31-1.4 2.74-1.84 4.25-.45 1.51-.71 3.11-.78 4.79-.07 1.68.06 3.42.41 5.19h.01l.88 4.51 4.25-.5-1.48-7.48c-.35-1.78-.49-3.54-.41-5.22.07-1.69.33-3.31.78-4.84Zm24.35 91.49-22.26 2.51 2.29-2.45 23.96-2.68h.04l.06-.01c.31-.04.57-.07.87-.12 1.16-.31 2.33-.52 3.46-.93.36-.14.71-.29 1.05-.44.17-.08.32-.16.49-.24.41-.21.81-.43 1.2-.67l-3.83 2.46c-.53.35-1.08.65-1.65.93-.09.04-.17.07-.26.11-.07.03-.15.07-.23.11-.25.11-.5.22-.76.32-.07.03-.13.05-.2.07-.11.04-.22.1-.33.14-.62.22-1.25.4-1.9.55-.65.16-1.32.24-2 .33v.01Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M118.981 108.152c-.84-.26-1.74-.37-2.63-.3h-.02c-.9.06-1.72.32-2.44.73s-1.33.96-1.81 1.61a5.97 5.97 0 0 0-1.01 2.25c-.18.83-.21 1.73-.03 2.66.18.93.52 1.8 1 2.57.48.77 1.09 1.46 1.8 2.01.71.55 1.5.98 2.35 1.25.85.27 1.74.38 2.65.29a5.97 5.97 0 0 0 2.45-.76 5.72 5.72 0 0 0 1.8-1.62c.47-.66.81-1.43.99-2.25.18-.82.2-1.72.02-2.65-.18-.93-.53-1.79-1-2.55a7.688 7.688 0 0 0-1.78-1.99c-.7-.55-1.49-.99-2.33-1.25h-.01Zm22.529-1.83c-.84-.26-1.74-.38-2.63-.3h-.02c-.9.06-1.72.32-2.44.73s-1.33.96-1.81 1.61a5.97 5.97 0 0 0-1.01 2.25c-.18.83-.21 1.73-.03 2.66.18.93.52 1.8 1 2.57.48.77 1.09 1.46 1.8 2.01.71.55 1.5.98 2.35 1.25.85.27 1.74.38 2.65.29a5.97 5.97 0 0 0 2.45-.76 5.72 5.72 0 0 0 1.8-1.62c.47-.66.81-1.43.99-2.25.18-.82.2-1.72.02-2.65-.18-.93-.53-1.79-1-2.55a7.688 7.688 0 0 0-1.78-1.99c-.7-.55-1.49-.99-2.33-1.25h-.01Zm22.281-2.14c-.84-.26-1.74-.38-2.64-.3h-.02c-.9.06-1.72.32-2.44.73s-1.33.96-1.81 1.61a5.97 5.97 0 0 0-1.01 2.25c-.18.83-.21 1.73-.03 2.66.18.93.52 1.8 1 2.57.48.77 1.09 1.46 1.8 2.01.71.55 1.5.98 2.35 1.25.85.27 1.74.38 2.65.29a5.97 5.97 0 0 0 2.45-.76 5.72 5.72 0 0 0 1.8-1.62c.47-.66.81-1.43.99-2.25.18-.82.2-1.72.02-2.65-.18-.93-.53-1.79-1-2.55a7.688 7.688 0 0 0-1.78-1.99c-.7-.55-1.49-.99-2.33-1.25Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M121.471 172.322h.01l.01-.01-.02.01Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m85.48 105.022 5.69 32.09c.28 1.61.75 3.15 1.35 4.62l.08.22c.13.31.27.61.41.91.07.16.14.32.22.48.26.52.54 1.03.84 1.53.05.08.09.16.13.24.08.13.17.25.25.38.2.31.4.62.62.92.16.23.32.47.5.7.01.02.02.03.03.05.2.26.41.5.61.75.33.4.67.79 1.03 1.17l.5.53c.25.25.5.5.76.74.14.13.28.25.42.37.27.23.52.48.8.7 1.86 1.5 3.95 2.69 6.15 3.55.13.05.25.1.38.14.23.09.46.19.7.27.14.05.29.08.43.12.16.05.32.09.48.14.64.18 1.29.34 1.95.46.16.03.31.07.47.09.04 0 .08 0 .12.01 1.54.25 3.11.34 4.69.23l3.29 17.93c.05.3.13.61.26.87.12.26.28.52.47.74.18.22.4.42.64.6.24.17.5.31.78.41.12.04.24.08.36.11.11.03.24.04.35.06.12.02.23.02.35.02.13 0 .24-.01.36-.02.1-.01.21-.02.31-.05.11-.03.2-.06.3-.1.02 0 .03-.01.05-.01.01-.01.02-.01.04-.02.06-.03.12-.05.18-.08.01 0 .02-.01.03-.02.12-.06.18-.09.33-.18.05-.03.1-.07.15-.1.05-.03.1-.07.16-.1.1-.07.21-.14.31-.2s.21-.14.31-.2.21-.13.31-.2.21-.13.31-.2.21-.13.31-.2.21-.13.31-.2.21-.13.31-.2.21-.13.31-.2.21-.14.31-.2.21-.14.31-.2c.05-.03.06-.05.12-.08-.02.01 0 0-.02 0-.11.06-.22.12-.34.17-.11.05-.22.08-.33.11-.11.03-.23.06-.35.08-.08.01-.15.02-.23.02h-.36c-.06 0-.12 0-.18-.02-.05 0-.11-.02-.16-.03-.05-.01-.11-.02-.17-.03h-.03c-.12-.02-.24-.07-.36-.11-.2-.09-.38-.17-.56-.27a2.98 2.98 0 0 1-.53-.38c-.16-.13-.28-.3-.42-.46-.16-.21-.29-.4-.41-.65-.12-.26-.22-.56-.29-.87 0 0-3.35-18.14-3.35-18.15-.7.05-1.4.06-2.1.04-.86-.1-1.72-.14-2.58-.26-.27-.04-.54-.1-.81-.15a25.967 25.967 0 0 1-2.39-.6c-.28-.09-.56-.19-.84-.29-.32-.11-.63-.24-.94-.36-.24-.1-.49-.2-.73-.31-.5-.23-.99-.47-1.47-.73-.24-.13-.47-.27-.71-.41-.28-.16-.56-.33-.83-.51-.26-.17-.53-.34-.78-.52-.27-.18-.52-.38-.78-.57-.19-.14-.38-.28-.57-.43-.17-.13-.33-.28-.49-.42-.28-.24-.55-.47-.82-.72-.22-.2-.43-.41-.65-.63-.21-.21-.42-.43-.62-.65-.28-.3-.55-.6-.81-.91-.28-.33-.56-.67-.82-1.02-.18-.23-.34-.47-.51-.71-.22-.32-.44-.64-.64-.97-.11-.18-.23-.36-.34-.54-1.42-2.41-2.46-5.07-2.97-7.91 0 0-5.79-32.42-5.78-32.42-.29-1.66-.4-3.28-.31-4.84.02-.31.04-.62.07-.93.01-.12.02-.24.04-.35.12-1.07.33-2.1.61-3.1.02-.06.04-.13.05-.19.31-1.03.7-2.02 1.17-2.97l.06-.12c.14-.28.29-.56.44-.83.1-.19.22-.37.33-.55.2-.33.42-.66.64-.98l.36-.51c.16-.22.33-.43.5-.64.12-.15.25-.29.38-.43.14-.16.28-.32.42-.47l-.12.13s.08-.08.11-.13c-.04.04-.08.09-.12.14l-.25.27-.11.11c-.09.1-.23.24-.32.34-.05.06-.12.13-.19.2l-.5.53s-.08.08-.11.12c-.09.09-.23.23-.32.33-.04.05-.1.11-.16.17-.1.09-.22.24-.32.33-.1.09-.23.23-.32.33-.04.05-.1.11-.16.17-.09.1-.22.23-.31.33-.48.51-.92 1.05-1.34 1.6l-.08.11c-.19.26-.39.51-.56.78-.39.59-.73 1.21-1.05 1.85-.04.09-.08.17-.13.26-.11.24-.24.47-.34.71-.08.19-.14.38-.22.57-.09.22-.17.43-.25.66-.08.23-.16.46-.23.7-.02.08-.05.16-.08.23l-.12.46c-.04.17-.1.33-.14.5-.02.09-.03.19-.05.28-.09.39-.16.79-.22 1.19l-.06.42c-.06.41-.1.82-.13 1.23 0 .07-.02.15-.02.22v.18c-.08 1.55 0 3.16.3 4.79h-.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M157.761 75.662c2.67-.19 5.32.21 7.83 1.06 2.51.85 4.86 2.18 6.97 3.86 2.1 1.69 3.95 3.75 5.41 6.07 1.46 2.32 2.54 4.93 3.12 7.7l5.08 24.56.31 1.5.37 1.74.56 2.7c.59 2.88.62 5.68.17 8.26-.46 2.58-1.41 5-2.76 7.07a17.263 17.263 0 0 1-5.25 5.17c-2.11 1.32-4.57 2.2-7.27 2.5l-24.02 2.68-20.97 23.4c-.11.11-.24.23-.36.32s-.27.18-.41.25c-.13.07-.29.12-.44.18-.15.05-.3.08-.47.09-.11 0-.24.02-.35.02-.11 0-.24 0-.35-.02-.12-.02-.24-.04-.37-.06-.12-.02-.24-.06-.36-.11-.28-.1-.54-.25-.79-.42-.25-.17-.46-.38-.65-.6a3.68 3.68 0 0 1-.48-.75c-.13-.27-.22-.56-.28-.85l-3.35-18.15c-2.81.2-5.59-.2-8.23-1.07-2.64-.88-5.11-2.25-7.31-4.02a24.5 24.5 0 0 1-5.58-6.37 23.75 23.75 0 0 1-3.07-8.11l-5.78-32.44c-.52-2.93-.43-5.77.19-8.39.62-2.61 1.75-4.99 3.3-7.03 1.55-2.04 3.52-3.73 5.81-4.96 2.29-1.23 4.9-2 7.74-2.2l38.64-2.66.65-.04 3.61-.25 9.16-.62-.02-.01Zm5.63 41.42c.85-.08 1.63-.33 2.31-.74a5.55 5.55 0 0 0 1.69-1.58c.45-.65.75-1.39.91-2.19.16-.8.16-1.68-.03-2.57-.19-.9-.52-1.73-.99-2.48a7.734 7.734 0 0 0-1.74-1.95c-.68-.54-1.44-.96-2.24-1.22-.8-.26-1.66-.38-2.51-.3-.85.07-1.64.32-2.31.72-.68.4-1.25.93-1.7 1.56a5.88 5.88 0 0 0-.93 2.19c-.17.81-.17 1.69.01 2.58.18.9.52 1.75 1 2.51.48.76 1.07 1.42 1.75 1.96.68.54 1.45.96 2.26 1.22.81.26 1.67.36 2.52.29Zm-44.56 4.14c.91-.08 1.73-.36 2.45-.76a5.83 5.83 0 0 0 1.8-1.62c.48-.66.81-1.43.99-2.25.18-.82.19-1.73.02-2.65-.17-.92-.52-1.78-1-2.55a7.548 7.548 0 0 0-1.78-1.99 7.72 7.72 0 0 0-2.33-1.25c-.84-.27-1.73-.38-2.64-.3-.91.08-1.72.33-2.44.74s-1.33.96-1.81 1.61c-.48.66-.82 1.42-1.01 2.25-.19.83-.21 1.73-.03 2.66.18.93.52 1.8 1 2.57.48.77 1.09 1.46 1.8 2.01.71.55 1.5.98 2.35 1.25.85.27 1.74.38 2.65.29m22.54-2.11c.88-.08 1.68-.34 2.38-.75s1.28-.95 1.74-1.6c.46-.66.78-1.41.95-2.22.17-.81.18-1.7 0-2.61-.18-.92-.52-1.76-1-2.51a7.9 7.9 0 0 0-1.76-1.97c-.69-.54-1.46-.97-2.28-1.23-.82-.26-1.7-.38-2.57-.3-.88.07-1.68.33-2.38.73-.7.4-1.29.94-1.75 1.58-.46.65-.79 1.4-.97 2.22a6.25 6.25 0 0 0 0 2.62c.19.92.52 1.77 1 2.54s1.08 1.44 1.77 1.99 1.48.97 2.3 1.24c.82.27 1.7.38 2.58.29"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M212.83 43.372c2.7-.14 5.38.31 7.95 1.24 2.56.93 4.98 2.33 7.15 4.11 2.17 1.78 4.08 3.93 5.61 6.34 1.53 2.42 2.69 5.11 3.33 7.98l7.19 31.72c.65 2.85.75 5.64.38 8.22-.37 2.58-1.22 4.99-2.47 7.07a16.65 16.65 0 0 1-4.93 5.23c-2 1.35-4.35 2.28-6.97 2.64l4.01 18.17c.06.31.1.62.09.9-.01.28-.06.56-.14.83a2.594 2.594 0 0 1-.9 1.31c-.09.07-.19.13-.28.19-.09.05-.2.1-.3.15-.1.04-.21.07-.32.1-.11.03-.22.04-.33.05-.15.02-.3.02-.46 0-.16 0-.31-.03-.47-.06-.16-.03-.31-.08-.47-.15-.16-.06-.3-.13-.46-.23l-29.05-18.4-14.27 1.39-.36-1.74-.31-1.5-5.08-24.56c-.57-2.77-1.66-5.37-3.11-7.7a24.36 24.36 0 0 0-5.41-6.07c-2.11-1.68-4.47-3.01-6.97-3.86-2.5-.85-5.16-1.25-7.83-1.06l-9.15.62-3.62.25-1.48-7.48c-.59-3.03-.56-5.96 0-8.65.56-2.69 1.66-5.11 3.19-7.2 1.53-2.08 3.49-3.78 5.79-5.01s4.93-1.97 7.8-2.11l9.73-.5 4.46-.23 38.46-1.99.03-.02-.03.01Z"/>
|
|
10
|
+
</svg>
|
|
11
|
+
`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-ExternalLink" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m80.822 185.969 133.735-23.88c.833-.151.863-1.325.051-1.525l-83.86-20.89a7.71 7.71 0 0 0-3.07-.14L22.086 155.808c-1.866.291-2.228 2.819-.512 3.622l56.207 26.137a5.018 5.018 0 0 0 3.04.391v.011Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M219.165 38.001a4.027 4.027 0 0 1 1.57.247c.504.181.99.466 1.427.828a5.331 5.331 0 0 1 1.798 2.872l2.493 10.833-161.934 9.748-2.093-12.04a4.25 4.25 0 0 1 .057-1.807 3.901 3.901 0 0 1 2.074-2.568 4.581 4.581 0 0 1 1.76-.457l152.848-7.656Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m64.52 62.528 161.924-9.739 20.808 90.486a5.04 5.04 0 0 1 .095 1.759 3.88 3.88 0 0 1-.514 1.522 3.502 3.502 0 0 1-1.027 1.113 3.26 3.26 0 0 1-1.446.542l-156.559 19.62a4.992 4.992 0 0 1-3.663-1.027 5.486 5.486 0 0 1-1.313-1.455 5.19 5.19 0 0 1-.713-1.883L64.519 62.528Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M202.526 63.552c5.742-.378 11.467 3.94 12.771 9.624l12.108 52.737c1.379 6.003-2.254 11.543-8.127 12.272l-104.855 13.119c-6.95.87-13.614-3.895-14.736-10.552l-9.83-58.321c-1.055-6.269 3.665-11.733 10.419-12.176l102.25-6.703Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M182.811 83.916a11.98 11.98 0 0 1 1.534 3.791c.282 1.325.327 2.67.134 4.04-.21 1.293-.729 2.497-1.545 3.609l-11.388 15.32c-1.703 2.316-4.043 3.627-7.019 3.929a12.345 12.345 0 0 1-4.262-.316c-1.449-.434-2.822-1.129-4.122-2.078l-1.652-1.208a5.911 5.911 0 0 1-.774-.674c-.213-.227-.43-.458-.647-.685l2.137-2.818 3.289 2.416c1.59 1.166 3.341 1.655 5.25 1.465 1.903-.189 3.338-.987 4.556-2.422l11.309-15.396c1.077-1.452 1.431-3.038 1.066-4.755-.364-1.717-1.383-3.303-3.017-4.514l-1.614-1.297c-1.541-1.146-3.275-1.645-5.198-1.497-1.93.148-3.3.891-4.339 2.247l-7.366 9.768-5.588.478 9.624-12.62c.85-1.098 1.875-1.93 3.072-2.495a9.352 9.352 0 0 1 3.819-1.114c2.962-.22 5.687.602 8.185 2.46l1.579 1.176c1.246.93 2.24 1.996 2.977 3.197h-.004l.004-.007Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m155.414 127.537 5.597-7.563 5.619-.595-7.865 10.704c-1.703 2.322-4.132 3.667-7.287 4.036a12.646 12.646 0 0 1-4.391-.269c-1.472-.347-2.876-1.001-4.204-1.968l-1.713-1.352c-2.663-1.934-4.28-4.414-4.845-7.432-.56-3.007.08-5.704 1.917-8.092l10.383-13.638c.888-1.153 1.955-2.027 3.2-2.632a11.392 11.392 0 0 1 3.984-1.09c3.066-.273 5.87.495 8.412 2.304l1.649 1.318s.096.072.295.217l-2.177 2.904-3.754-2.357c-1.025-.482-2.24-.654-3.654-.527-1.999.183-3.502.981-4.504 2.392l-10.473 13.552c-1.09 1.634-1.465 3.368-1.118 5.199.348 1.834 1.352 3.433 3.014 4.789l1.813 1.208c1.631 1.183 3.427 1.661 5.395 1.441 1.875-.21 3.447-1.066 4.71-2.563v.01l-.003.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M73.225 49.916a4.027 4.027 0 0 1 1.503.209 4.384 4.384 0 0 1 2.321 1.845c.267.428.457.904.543 1.408.085.504.076.989-.038 1.436a3.254 3.254 0 0 1-.59 1.208 3.13 3.13 0 0 1-1.037.856c-.41.209-.885.342-1.399.37a4.029 4.029 0 0 1-1.503-.209 4.26 4.26 0 0 1-1.323-.723 4.54 4.54 0 0 1-1.008-1.122 3.884 3.884 0 0 1-.542-1.417 3.665 3.665 0 0 1 .038-1.446c.104-.447.314-.865.59-1.207a3.308 3.308 0 0 1 1.046-.856 3.242 3.242 0 0 1 1.399-.362v.01Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M87.8 167.821a4.909 4.909 0 0 1-1.94-.152 5.153 5.153 0 0 1-1.722-.875 5.486 5.486 0 0 1-1.313-1.455 5.123 5.123 0 0 1-.714-1.883L64.52 62.528l-2.093-12.04a4.175 4.175 0 0 1-.066-.904c0-.295.047-.58.114-.856a4.3 4.3 0 0 1 .276-.79c.114-.247.266-.485.428-.704l-2.655 3.453a4.692 4.692 0 0 0-.428.694 4.116 4.116 0 0 0-.39 1.626c0 .295.01.59.067.894l2.064 11.908 17.288 99.825c.114.675.361 1.303.704 1.864a5.249 5.249 0 0 0 2.997 2.302c.618.18 1.265.237 1.922.152l155.15-19.602 4.462-2.149-156.558 19.62Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m253.814 163.293-3.886 2.505s-.086.058-.125.078c-.039.019-.087.058-.125.077-.039.019-.087.058-.126.077-.038.02-.086.058-.125.078-.829.503-1.678.957-2.555 1.373-.878.416-1.774.764-2.7 1.083a26.732 26.732 0 0 1-5.737 1.258c-.492.058-.993.096-1.485.125-.492.029-1.003.039-1.504.049-.502.009-1.013 0-1.524-.039-.511-.039-1.022-.058-1.533-.116a31.544 31.544 0 0 1-4.599-.812 33.113 33.113 0 0 1-4.503-1.5 34.022 34.022 0 0 1-4.329-2.166 35.683 35.683 0 0 1-4.069-2.795 36.943 36.943 0 0 1-3.703-3.356 39.088 39.088 0 0 1-3.23-3.811 38.452 38.452 0 0 1-2.7-4.197 37.007 37.007 0 0 1-2.121-4.517 34.929 34.929 0 0 1-1.475-4.71 35.549 35.549 0 0 1-.801-4.768 32.59 32.59 0 0 1-.115-4.74c.077-1.566.27-3.114.578-4.623a28.71 28.71 0 0 1 1.215-4.304 27.993 27.993 0 0 1 1.822-3.965 26.05 26.05 0 0 1 5.294-6.664l3.433-3.104a25.64 25.64 0 0 0-2.932 3.133 26.743 26.743 0 0 0-2.4 3.598 28.396 28.396 0 0 0-3.047 8.357 31.299 31.299 0 0 0-.579 4.671 33.096 33.096 0 0 0 .116 4.787c.154 1.606.424 3.221.81 4.817a37.588 37.588 0 0 0 1.494 4.758 39.379 39.379 0 0 0 2.141 4.566 37.76 37.76 0 0 0 2.729 4.245 39.815 39.815 0 0 0 3.259 3.859 36.437 36.437 0 0 0 3.741 3.395 37.47 37.47 0 0 0 4.117 2.834 36.263 36.263 0 0 0 4.368 2.196 32.397 32.397 0 0 0 9.189 2.359c.521.049 1.032.087 1.552.116.521.029 1.022.039 1.533.039.511 0 1.013-.019 1.524-.039a19.134 19.134 0 0 0 1.504-.125 30.466 30.466 0 0 0 2.951-.474 25.107 25.107 0 0 0 2.844-.784 27.33 27.33 0 0 0 2.719-1.083c.887-.406 1.745-.87 2.574-1.383.049-.029.087-.058.135-.077.049-.02.087-.058.126-.078.038-.019.087-.058.125-.077.039-.019.087-.058.126-.087"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M252.108 110.834a38.594 38.594 0 0 1 8.485 9.643 37.6 37.6 0 0 1 4.792 11.809c.328 1.558.559 3.115.665 4.672.106 1.557.126 3.095.02 4.613a31.782 31.782 0 0 1-.627 4.498 29.818 29.818 0 0 1-1.273 4.303 27.618 27.618 0 0 1-1.899 3.995 27.899 27.899 0 0 1-2.469 3.578 24.719 24.719 0 0 1-3.008 3.105 25.777 25.777 0 0 1-3.51 2.573c-.829.512-1.687.967-2.574 1.383-.887.416-1.794.774-2.719 1.083-.926.31-1.881.571-2.845.783-.964.213-1.948.368-2.95.474a26.314 26.314 0 0 1-3.028.165c-.511 0-1.022-.01-1.533-.039a44.415 44.415 0 0 1-1.553-.116 30.672 30.672 0 0 1-4.637-.832 32.984 32.984 0 0 1-4.552-1.528 35.59 35.59 0 0 1-4.367-2.195 36.317 36.317 0 0 1-4.118-2.834 37.862 37.862 0 0 1-3.741-3.395 37.59 37.59 0 0 1-3.259-3.859 39.235 39.235 0 0 1-2.729-4.246 37.703 37.703 0 0 1-2.14-4.565 36.284 36.284 0 0 1-1.495-4.758 34.852 34.852 0 0 1-.81-4.817 33.204 33.204 0 0 1-.115-4.787 31.28 31.28 0 0 1 .578-4.672 30.362 30.362 0 0 1 1.244-4.43 28.468 28.468 0 0 1 1.88-4.071 25.598 25.598 0 0 1 2.478-3.647 26.039 26.039 0 0 1 3.018-3.153 25.373 25.373 0 0 1 3.491-2.592 26.636 26.636 0 0 1 3.847-1.963 26.251 26.251 0 0 1 4.146-1.315 27.301 27.301 0 0 1 4.378-.639 29.841 29.841 0 0 1 6.007.232c1.996.281 3.982.755 5.93 1.413a34.141 34.141 0 0 1 5.689 2.524 37.362 37.362 0 0 1 5.303 3.578v.029Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M243.695 114.222c1.873-.163 3.584.373 5.139 1.613 1.555 1.241 2.531 2.848 2.931 4.823l5.249 25.888c.4 1.974.096 3.694-.91 5.159-1.007 1.462-2.445 2.275-4.318 2.441l-20.985 1.835c-1.381.122-2.768-.048-4.165-.507a13.21 13.21 0 0 1-3.711-1.978 14.284 14.284 0 0 1-2.839-3.243 12.432 12.432 0 0 1-1.666-4.138c-.305-1.509-.314-2.908-.025-4.205.281-1.347.761-2.554 1.448-3.619a8.162 8.162 0 0 1 2.793-2.543 8.964 8.964 0 0 1 3.817-1.207l9.385-.821-2.961-2.359c-.478-.382-.769-.832-.876-1.352-.115-.572-.037-1.056.233-1.448.31-.45.735-.699 1.278-.748a1.952 1.952 0 0 1 1.439.43l6.908 5.506c.44.438.708.891.803 1.358.115.574.04 1.056-.233 1.45l-4.473 6.501c-.31.448-.71.698-1.203.74-.542.048-1.045-.093-1.515-.424a2.572 2.572 0 0 1-.817-1.437 1.84 1.84 0 0 1 .306-1.454l1.917-2.787-9.384.822a5.477 5.477 0 0 0-2.403.767 5.7 5.7 0 0 0-1.769 1.661c-.427.62-.727 1.36-.905 2.223-.186.809-.184 1.685.007 2.619.379 1.871 1.32 3.428 2.826 4.672 1.544 1.186 3.204 1.704 4.976 1.549l20.985-1.836c.839-.073 1.469-.421 1.895-1.039.427-.618.551-1.37.37-2.254l-5.248-25.888c-.18-.885-.597-1.589-1.257-2.112a3.047 3.047 0 0 0-2.242-.677l-24.533 2.145c-.838.074-1.468.421-1.894 1.04-.425.618-.549 1.37-.368 2.254l1.2 5.927c.115.572.042 1.081-.218 1.525-.272.394-.676.616-1.219.663a2.223 2.223 0 0 1-1.515-.424 2.556 2.556 0 0 1-.817-1.435l-1.201-5.927c-.4-1.974-.096-3.694.91-5.158 1.005-1.463 2.445-2.276 4.316-2.441l24.532-2.146.007-.004Z"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-FaceID" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M193.949 59.05c.17.516.181.914.181.92 4.91-1.06 5.31 3.33 5.31 3.33 4.406-.259 4.173 3.597 4.17 3.64 4.761-.04 3.818 4.047 3.81 4.08 4.211.399 2.866 4.72 2.86 4.74 4.45 1.095 2.428 5.094 2.41 5.13 3.95.93 1.75 5.44 1.75 5.44 4.778 2.284.9 5.99.88 6.01 4.08 2.24.44 5.75.44 5.75 3.299 2.958-.11 5.743-.275 5.874 3.401 2.629-.515 5.435-.515 5.435 1.7 2.267-1.363 4.188-1.4 4.21 1.01 3.29-1.98 4.131-1.98 4.131 1.314 3.574-2.16 4.205-2.19 4.21.95 3.129-1.679 4.249-3.049 4.61a3.103 3.103 0 0 1-3.08 3.46c-.26 0-.521-.04-.761-.1a3.1 3.1 0 0 1-3.1 2.99c-.12 0-.23 0-.34-.02a3.097 3.097 0 0 1-4.11 1.38c-.04.46-.17.92-.42 1.36-.554.938-1.564 1.488-2.607 1.518-.874 2.165-1.896 3.608-3.042 4.832.027 2.142.279 5.934.729 9.57 0 .5.571 1.099.58 1.1.042.058 5.767 7.811 7.351 10.78.162.305.321.623.483.955 12.096 2.208 19.817 3.189 31.416 7.305 10.935 3.881 13.832 9.078 17.237 25.36H105.092c.296-.966.615-1.787.959-2.43 4.36-8.15 18.96-14.79 24.83-17.25 2.456-1.029 8.366-3.685 15.179-6.524 2.151-5.529 4.877-13.641 6.525-14.981-.194-6.456-.164-13.492-.164-13.545l1.112-.045-.003-.004 2.247-.09c.342-.933.742-2.075 1.144-3.322a3.51 3.51 0 0 1-2.881-.089 3.501 3.501 0 0 1-1.97-3.081 3.52 3.52 0 0 1-3.98.641 3.505 3.505 0 0 1-1.68-1.761c-.61.06-1.25-.049-1.84-.329a3.523 3.523 0 0 1-1.969-3.03c-5.671.709-6.508-4.891-6.511-4.91-5.687.089-3.739-5.106-3.73-5.13-4.462.13-3.164-4.763-3.16-4.78-3.064-.4-2.024-4.684-2.02-4.701-2.308-.875-.974-3.612-.96-3.639-3.234-1.393-.774-4.926-.75-4.96-3.894-2.187-.75-5.819-.74-5.83-3.814-2.716.159-6.44.17-6.45-2.927-3.974 1.155-5.825 1.19-5.84-1.788-4.182 1.831-5.502 1.88-5.52-1.655-4.246 2.96-5.433 2.99-5.44-.88-5.399 3.947-5.53 3.95-5.53-.31-5.35 4.25-4.48 4.25-4.48.92-4.69 5.57-3.59 5.57-3.59a3.292 3.292 0 0 1 .513-1.36h48.706Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M156.56 162.02s12.32.19 24.69 2.459c12.37 2.27 20.14 3.221 31.89 7.391s14.22 9.86 18.01 29.19c.39 1.987.743 3.975 1.068 5.94H86.926c.677-5.358 1.588-9.908 2.814-12.2 4.36-8.15 18.96-14.79 24.83-17.25 5.871-2.46 31.469-14.22 41.99-15.54v.01Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M155.08 152.28c15.03 0 19.46 2.401 19.46 2.401l6.71 9.79v.009l3.4.61 9.97 24.37-11.76-3.25s-6.517 13.92-15.925 20.79h-18.849c-4.029-3.23-8.612-8.637-13.286-16.5-.018.009-4.237 2.255-12.27 4.561 0 0 3.06-19.081 7.23-24.031 4.17-4.95 10.29-18.75 25.32-18.75Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M154.11 151.22c4.961 0 9.906.402 13.614.802.928.101 1.776.201 2.527.295l1.948.257.004.001a126.493 126.493 0 0 0 1.397.203l.09.017.197.028.124.155c.051.063.11.15.146.201.156.214.39.53.669.919l.978 1.357 1.175 1.647 1.093 1.564c.912 1.32 1.799 2.643 2.46 3.712l.368.608.005.007.34.6.007.011c1.024 1.926 2.024 4.343 3.45 7.793l1.097 2.633a394.572 394.572 0 0 0 4.527 10.424l.4.884-9.617-1.898c-.093.224-.227.528-.38.879-.341.781-.824 1.875-1.407 3.111l.001.001c-1.151 2.472-2.651 5.534-4.077 7.86-1.43 2.327-4.358 6.63-8.096 10.105h-.001a29.669 29.669 0 0 1-1.878 1.604h-17.983a33.13 33.13 0 0 1-.386-.296c-2.403-1.876-4.738-4.233-6.785-6.662-2.056-2.43-3.823-4.932-5.117-7.106a26.584 26.584 0 0 1-1.549-2.966v-.002c-.374-.869-.607-1.603-.667-2.158l-7.299 3.121.056-.816c.02-.285.051-.673.08-1.081l.001-.007c.101-1.175.261-2.793.492-4.582.46-3.568 1.226-7.786 2.41-10.392 1.183-2.605 2.748-7.083 4.25-10.945.752-1.933 1.489-3.701 2.15-5.013.334-.658.647-1.196.93-1.578.153-.211.305-.368.439-.472.066-.052.119-.087.16-.111l.03-.018-.023.015a.298.298 0 0 0-.037.026c-.012.01-.05.04-.087.088l-.021.028.164.211a.77.77 0 0 1-.03-.174.888.888 0 0 1 .082-.145l-.008-.01.063-.05.137-.135h.065c.058-.034.133-.076.213-.12.221-.12.557-.303.985-.517a35.493 35.493 0 0 1 3.669-1.592c3.126-1.163 7.483-2.319 12.445-2.32l.01-.001Zm-17.798 4.858a.495.495 0 0 0 .046.604c.079-.096.153-.168.214-.219a.48.48 0 0 1-.091-.172l-.169-.213Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M152.12 53.39c3.152-3.242 5.338.2 5.35.22 3.2-2.37 4.389.57 4.389.57 3.86-2.41 5.261 1.18 5.261 1.18 4.33-2.275 5.256 1.692 5.26 1.71 5.35-1.1 5.44 3.07 5.44 3.07 4.91-1.05 5.31 3.33 5.31 3.33 4.422-.26 4.171 3.626 4.17 3.64 4.774-.04 3.823 4.069 3.82 4.08 4.21.39 2.85 4.74 2.85 4.74 4.47 1.1 2.41 5.13 2.41 5.13 3.93.915 1.771 5.394 1.75 5.439 4.78 2.28.88 6.01.88 6.01 4.077 2.239.446 5.745.44 5.75 3.38 3.031-.28 5.881-.28 5.881 3.391 2.615-.467 5.408-.51 5.439 1.705 2.272-1.38 4.197-1.4 4.21 1.004 3.273-1.939 4.111-1.97 4.12 1.32 3.6-2.19 4.21-2.19 4.21.96 3.13-1.68 4.25-3.05 4.61a3.102 3.102 0 0 1-3.08 3.46c-.26 0-.52-.039-.77-.099a3.099 3.099 0 0 1-3.091 2.989c-.119 0-.23 0-.339-.02a3.093 3.093 0 0 1-4.11 1.38c-.03.46-.17.931-.42 1.361-.77 1.32-2.46 1.879-3.87 1.29-.46-.19-.84-.481-1.14-.821-.04.12-.09.23-.14.34a3.094 3.094 0 0 1-4.14 1.43c-.35-.17-.66-.4-.91-.67-.06.41-.19.81-.4 1.2-.88 1.61-2.94 2.28-4.6 1.49-.55-.259-1-.65-1.34-1.12-.21.77-.69 1.5-1.91 2-.76.3-1.61.33-2.35 0a3.057 3.057 0 0 1-1.66-1.87c-.06.68-.31 1.37-.81 1.97-.89 1.06-2.36 1.51-3.68 1.11a3.52 3.52 0 0 1-2.5-2.99c-.02.04-.04.09-.06.13a3.513 3.513 0 0 1-4.7 1.62 3.502 3.502 0 0 1-1.97-2.96c-1 1.27-2.79 1.73-4.3.99a3.523 3.523 0 0 1-1.97-3.08c-1.03 1-2.61 1.3-3.98.63a3.483 3.483 0 0 1-1.68-1.75c-.61.05-1.24-.05-1.84-.34a3.53 3.53 0 0 1-1.98-3.019c-5.656.706-6.503-4.862-6.51-4.91-5.678.089-3.744-5.091-3.73-5.13-4.46.129-3.166-4.759-3.16-4.781-3.07-.39-2.02-4.69-2.02-4.69-2.325-.878-.975-3.629-.97-3.64-3.244-1.397-.76-4.946-.75-4.96-3.9-2.19-.75-5.83-.75-5.83-3.812-2.714.164-6.435.18-6.45v-.01c-2.94-3.99 1.18-5.83 1.18-5.83-1.8-4.21 1.89-5.53 1.89-5.53-1.66-4.235 2.926-5.426 2.979-5.44-.876-5.378 3.912-5.529 3.951-5.53-.309-5.32 4.211-4.479 4.259-4.47.917-4.671 5.535-3.608 5.571-3.6.567-3.62 5.168-2.641 5.219-2.63 1.92-5.37 6.489-2.443 6.541-2.41 1.93-4.39 5.57-1.23 5.57-1.23 3.07-4.26 6.36-.92 6.36-.92Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M155.71 182.37s-6.82-2.59-8.78-4.3c-1.96-1.71-9.73-8.4-10.3-15.16-.57-6.76-.51-20.41-.51-20.41l36.46-1.45s0 8.47.82 13.21c0 0 .06 5.12-1.2 8.53-1.26 3.41-5.75 11.18-7.71 13.02-1.96 1.83-7.46 6.44-8.78 6.57v-.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m137.22 142.45 35.35-1.41s0 8.47.82 13.21c0 0 .06 5.12-1.2 8.53-.87 2.36-3.29 6.8-5.34 9.93-25.43-11.57-29.63-30.26-29.63-30.26Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M151.16 73.9c1.99-.18 1.81 1.21 4.85.82 3.04-.39 4.141-.39 5.341.14 1.199.53 1.88 2.02 3.969 2.53 2.09.51 2.67.79 4.04 1.95s1.23 2.81 2.6 3.97c1.37 1.16 2.16 1.37 3.03 2.74.87 1.37.08 2.56.59 3.93s1.33.49 2.1 1.75c.019.031.036.063.054.094.184.52.346 1.027.493 1.515.011.628-.206 1.33-.657 2.351-.84 1.9 1.32 2.48 1.68 3.85.36 1.37-1.459 3.23-.479 4.94.361.631.578 1.725.709 2.856-.145 4.789-.637 10.6-1.4 18.165-1.39 13.769-4.42 15.8-8.34 19.33-3.92 3.54-8.84 7.45-16.16 7.46-7.32 0-12.25-3.92-16.16-7.46-3.588-3.24-6.429-5.208-7.95-16.075-.458.33-1.09.615-1.94.654-2.18.1-3.13-2.94-4.27-7.96-1.14-5.02-1.99-9.379 0-9.76 1.719-.328 4.146 1.683 4.774 2.235a174.984 174.984 0 0 1-.286-4.667v-.619c0-.347-.128-1.089.773-2.599.829-2.24.4-3.101 0-4.911-.011-.024-.781-1.808.649-3.1.93-.84.94-2.38.79-5.12-.15-2.739 2.5-4.738 3.16-5.109.66-.37 2.32-2.35 2.97-4.65.65-2.3 1.881-3.36 3.181-3.73 1.299-.37 2.379-.39 3.819-1.68s.87-2.01 2.27-2.48c1.4-.47 1.13.13 2.35.47 1.22.34 1.46-1.65 3.45-1.83Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M159.528 74.451c.724.03 1.263.161 1.823.408 1.199.53 1.879 2.02 3.969 2.53 2.09.51 2.67.79 4.04 1.95s1.23 2.81 2.6 3.97c1.37 1.16 2.16 1.37 3.03 2.74.87 1.37.08 2.56.59 3.93s1.33.491 2.1 1.75l.039.067c.189.535.357 1.056.508 1.557.008.624-.209 1.324-.657 2.337-.84 1.9 1.32 2.48 1.68 3.85.36 1.37-1.459 3.23-.479 4.939.36.63.577 1.723.709 2.851a149.837 149.837 0 0 1-.32 6.051c1.015-.787 2.782-1.947 4.12-1.692 1.99.381 1.14 4.74 0 9.76s-2.09 8.06-4.27 7.96a3.692 3.692 0 0 1-1.366-.318c-1.533 10.575-4.353 12.542-7.904 15.739-3.92 3.54-8.84 7.45-16.16 7.46-3.8 0-6.95-1.06-9.65-2.57 7.52.64 11.04-1.171 11.99-4.321h-.02c1.003-3.327-3.28-5.294-3.28-4.849 5.18-2.4 3.01-8.04 3.01-8.04 1.12-2.4 0-5.561 0-5.561 4.99 1.101 6.15-2.97 6.15-2.97l4.41 5.01c1.47-3.269 2.321-4.98 5.451-8.719 3.116-3.725 2.098-6.279 2.089-6.3-2.23 1.56-5.76.9-7.18.66s-3.65-1.18-3.89-1.96c-.239-.769 1.205-1.02 1.21-1.021 4.449.767 5.015-4.272 5.021-4.319 0 0-2.561-2.84-6.161-1.33-3.6 1.51-3.79 7.96-3.79 7.96l-3.22.66s-.19-1.61 0-5.21c.19-3.6 1.14-7.68 3.22-9 2.08-1.32 5.21-.66 5.21-.66 4.38-12.72-1.289-21.514-4.622-25.299Zm-11.598 45.502c-.148.192-1.781 2.376-1.6 4.916-.017-.004-1.147-.273-2.13.62.009-.034 1.186-4.68 3.73-5.536Zm.01-.004-.01.004.01-.014v.01Zm-8.7-19.439c.015-.001 2.663-.21 3.66-.12 1.001.09 5.281 0 6.491 4.089l.019.01s.71 2.841.47 3.981c-.24 1.14-3.13 2.389-3.13 2.389-.01-.027-.796-2.163-3.29-2.63-2.51-.469-6.88-.989-8.54 1.241 0 0 1.44-5.461 8.17-5.271l-3.85-3.689Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M132.199 102.91s2.78-2.43 4.83-2.43c2.05 0 4.8 1.04 7.01 1.64 2.21.6 4.61 1.11 5.12.79.51-.32.32-2.18.28-2.43-.04-.25-.98-.88-2.97-1.11-1.99-.23-4.08-.32-7.05-.19-2.97.13-6.28 1.17-7.23 3.73h.01Zm43.87 0s-2.78-2.43-4.83-2.43c-2.05 0-4.8 1.04-7.01 1.64-2.21.6-4.61 1.11-5.12.79-.51-.32-.32-2.18-.28-2.43.04-.25.98-.88 2.97-1.11 1.99-.23 4.08-.32 7.05-.19 2.97.13 6.28 1.17 7.23 3.73h-.01Zm-24.148 21.909c-.02-.54-.95-1.33-1.9-1.3-.95.03-1.71.76-1.71 1.42 0 .66.95.85 1.63.76.68-.09 1.99-.36 1.97-.88h.01Zm3.949.471c.11.46 1.14.54 1.8.43.66-.11 1.09-.43 1.09-1.1 0-.67-.36-.91-1.11-.86-.75.05-1.94.85-1.78 1.54v-.01Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M154.07 140.85c1.77 0 3.38-.09 5.15-1.39 1.77-1.3 4.49-3.85 4.52-4.23.03-.38-2.31-1.11-3.79-1.99-1.48-.88-2.24-1.42-3.76-1.39-1.52.03-2.12.66-2.12.66s-.73-.66-2.15-.66-3.35.95-4.36 1.8c-1.01.85-1.77 1.39-3.16 1.71 0 0 3.01 3.25 5.47 4.36 2.46 1.11 2.78 1.14 4.2 1.14v-.01Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M154.07 140.85c-1.42 0-1.74-.03-4.2-1.14-1.55-.69-3.31-2.24-4.4-3.29.2-.2.39-.34.51-.38 0 0 .41-.38 3.29-.41 2.87-.03 6.35 0 7.84 0 3.35 0 4.9 1.07 4.9 1.07l.26.16c-.93.88-2.11 1.91-3.04 2.59-1.77 1.3-3.38 1.39-5.15 1.39h-.01v.01Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M146.75 110.86c-.37-.02-2.26-1.23-2.48-1.02-.2 1.64-2.01 3.04-3.6 2.1-.87-.51-1.15-1.31-1.55-2.17-1.19.43-2.7 1.2-3.85.28-.24-.193-.354-.383-.34-.57.55-.95 1.81-1.46 2.83-1.73 2.51-.67 5.54-.53 7.6 1.04.62.47 1.39 1.25 1.39 2.07Zm21.651-1.09c-.44 1.88-2.26 3.35-4.05 1.89-.59-.48-.98-1.14-1.06-1.9l-2.48 1.09c.04-.96 1.18-1.99 1.95-2.47 2.36-1.46 7.52-1.43 9.55.57.51.51.49.79-.13 1.18-1.29.81-2.51-.02-3.77-.38l-.01.02Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.58 153.189V137.1h3v16.089c0 3.695 2.839 6.58 6.13 6.581h19.41v3h-19.41c-5.109-.001-9.13-4.395-9.13-9.581Zm0-81.059c0-5.197 4.022-9.58 9.13-9.58h20.15v3h-20.15c-3.292 0-6.13 2.877-6.13 6.58v17.85h-3V72.13Zm110.05 0c0-3.695-2.839-6.58-6.13-6.58h-18.75v-3h18.75c5.109 0 9.13 4.395 9.13 9.58V90.2h-3V72.13Zm0 81.059v-15.54h3v15.54c0 5.197-4.022 9.581-9.13 9.581h-18.42v-3h18.42c3.292 0 6.13-2.877 6.13-6.581Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M158.695 118.856c1.747.687 3.964 4.459 3.585 6.253-.377 1.786-2.615 1.426-2.65 1.42.027-.013 1.987-.989 1.709-2.37-.697-3.01-2.528-5.168-2.644-5.303Zm-34.973-4.213c.29-.6.62-.81 1.16-.32v.01c-.012.01-.706.6-.29 6-.003-.011-1.349-4.691-.87-5.69Zm58.728-1.032c.54-.49.869-.28 1.159.32.479.997-.862 5.667-.869 5.69.415-5.383-.273-5.986-.29-6v-.01Zm-23.755 5.245-.016-.006h.011l.005.006Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M218.319 113.55v3H89.609v-3h128.71Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M155.763 182.492c.051.033.816.53.787 1.448-.023.728-.563 15.9-.819 23.06h-2.347c.482-6.932 1.579-22.702 1.626-23.439.056-.883.677-1.052.753-1.069Zm-9.253-2.093c3.303 2.019 6.177 3.058 6.37 3.126l-17.08 10.714c-3.03-4.35-3.029-6.45-3.029-6.45l13.739-7.39Zm18.68-2.83c.077.031 15.609 6.209 15.88 5.891.27-.32-1.96 4.648-2.31 5.119-.35.469-19.962-5.821-20.02-5.84l6.45-5.179v.009Zm-12.3 5.96-.01-.004.01-.005v.009Zm2.873-1.037-.003-.002h.011l-.008.002Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M211.818 198.04s1.05 3.686 2.494 8.96h-.863c-.37-2.906-.9-5.907-1.631-8.96Z"/>
|
|
21
|
+
</svg>
|
|
22
|
+
`;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-Fingerprint" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M87.87 183.675c.14.74.4 1.42.78 2.03.37.6.85 1.12 1.39 1.53.54.41 1.15.72 1.8.89.65.17 1.32.22 2.01.11l27.781-4.57c.2.29.43.59.71.91.84.94 3.75 2.91 5.9 4.56 1.98 1.53 7.59 6.22 9.42 7.8h72.36l-8.62-7.31c-1.19-1.03-2.64-1.6-4.16-1.64l-2.75-.07-2.97-3.59c-1.33-2.07-3.08-3.7-5.15-4.8-.15-.08-.31-.15-.47-.23-.48-1.7-.63-3.36-.81-4.89-.26-2.1-.99-6.48-1.3-7.83-.32-1.35-1.51-5.55-1.92-6.93-.41-1.39-1.19-7.4-1.63-9.56-.38-1.82-1.66-3.85-2.59-5.14 0 .02.03.06.07.14l-.08-.11v-.02c-.03-.04-.04-.06-.07-.09-.14-.2-.28-.38-.39-.53-.89-1.17-3.92-3.77-4.66-4.46-.74-.69-2.66-1.83-3.48-2.49-.82-.66-2.54-1.23-4.16-.85-.59.14-1.11.46-1.55.81.01-.01.02-.03.04-.05-.78.62-1.28 1.35-1.28 1.35s-.23-.33-.41-.72c-.18-.39-1.2-2.88-1.82-4.24-.63-1.36-1.62-3.36-2.65-4.52-1.02-1.16-2.69-1.43-3.98-1.3-1.28.13-2.71 1.16-3.46 1.95-.28.29-.48.68-.63 1.1h-.01c-.09.26-.15.53-.21.8l-.03.17c-.02.1-.03.19-.04.28l-.03.24c0 .08-.02.16-.02.23s0 .13-.01.2c0 .07-.01.14-.01.2-.03.76-.25 2.36-.34 3.03-.03.18-.05.29-.05.29v.03s-.78-1.87-1.19-2.92c-.42-1.06-1.34-3.54-1.92-5.3-.44-1.34-1.79-2.47-3.02-3.02l-13.71-61.66c-.14-.6-.39-1.19-.72-1.71-.33-.52-.75-.99-1.22-1.39-.47-.39-1.01-.71-1.57-.92-.56-.21-1.14-.33-1.73-.32l-49.36.79c-.66 0-1.27.16-1.8.4-.53.25-.99.6-1.35 1.04-.18.21-.32.44-.45.69.02-.04.04-.09.07-.13.06-.11.14-.22.21-.33l-3.01 4.23c-.15.21-.27.43-.37.67-.1.24-.18.48-.24.75-.05.26-.08.53-.09.81 0 .28.02.57.07.86l20.93 114.71-.05.04Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M141.78 34.425c.64 0 1.28.12 1.89.35.6.23 1.19.58 1.71 1 .52.43.97.94 1.33 1.51.36.57.63 1.2.78 1.86l26.34 118.44c.17.75.2 1.51.1 2.2-.1.69-.32 1.35-.65 1.93-.33.57-.76 1.06-1.27 1.44-.52.38-1.12.64-1.79.74l-56.26 9.19a5.4 5.4 0 0 1-2.23-.12c-.72-.19-1.4-.54-1.99-1-.6-.47-1.13-1.04-1.55-1.71-.42-.66-.71-1.43-.86-2.25L83.76 40.515c-.13-.7-.11-1.39.05-2 .16-.62.44-1.18.83-1.66.4-.48.89-.86 1.47-1.13a4.78 4.78 0 0 1 1.96-.44l53.71-.86Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m170.22 163.924-56.26 9.191c-.75.13-1.51.08-2.21-.12-.71-.2-1.4-.54-1.99-1a6.368 6.368 0 0 1-1.55-1.71 6.316 6.316 0 0 1-.86-2.25L83.76 40.515a5.34 5.34 0 0 1-.09-.95c0-.3.04-.61.1-.9.06-.29.15-.57.27-.82.06-.13.12-.26.19-.38s.15-.24.23-.36l-3.28 4.61c-.16.23-.3.47-.41.72-.11.26-.2.53-.26.81-.06.29-.09.58-.1.88 0 .31.02.62.08.93l22.78 124.819c.15.8.44 1.55.84 2.2.41.66.92 1.221 1.51 1.671.59.45 1.25.779 1.96.969.7.19 1.44.24 2.18.121l55.25-9.09 5.21-1.831v.01Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M140.911 36.315c.51-.02 1.02.07 1.5.25s.94.45 1.35.77c.41.33.76.73 1.05 1.19.29.46.5.95.61 1.48l25.4 118.49c.12.58.14 1.14.05 1.68a4.06 4.06 0 0 1-.53 1.45c-.26.43-.6.79-1.01 1.07-.41.28-.88.47-1.41.54l-53.45 7.34c-.57.08-1.13.03-1.67-.13s-1.04-.42-1.5-.77c-.46-.36-.84-.78-1.16-1.29-.32-.51-.54-1.06-.65-1.67l-23.65-124.12c-.11-.56-.09-1.08.02-1.57s.33-.93.62-1.31.66-.68 1.11-.91c.45-.23.94-.36 1.49-.38l51.84-2.11h-.01Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="m104.16 37.305 25.19-.81.32 1.96c.06.39.01.76-.13 1.11-.14.35-.38.67-.68.94-.31.28-.69.52-1.14.69-.45.18-.94.3-1.49.35h-.32l-16.62.61c-.61.02-1.19-.04-1.74-.18-.55-.14-1.05-.34-1.49-.6-.44-.26-.81-.58-1.08-.93-.27-.36-.46-.74-.52-1.16l-.3-2v.03-.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m113.341 66.055.39 1.88-6.47.49c-.32.02-.62.1-.87.23-.26.13-.49.29-.66.49-.18.2-.31.43-.39.67-.08.25-.09.52-.03.78l1.52 7.51-1.82.15-1.51-7.51a3.62 3.62 0 0 1 .02-1.54c.11-.48.34-.92.65-1.3s.69-.69 1.16-.93c.47-.24.98-.38 1.56-.43l6.47-.48-.02-.01Zm22.08-1.62a4.4 4.4 0 0 1 1.62.19c.52.16 1.01.41 1.45.72.44.32.81.7 1.11 1.14.3.44.52.93.62 1.46l1.62 7.61-1.74.14-1.62-7.62a2 2 0 0 0-.34-.74c-.16-.23-.38-.43-.62-.59-.25-.16-.53-.29-.81-.37-.29-.08-.61-.12-.91-.09l-6.98.52-.39-1.86 6.98-.51h.01Zm-24.141 35.9 1.46 7.26c.06.28.18.54.35.76.17.23.4.44.65.6.25.16.55.29.84.37.3.08.63.11.95.07l6.29-.63.4 1.92-6.3.65c-.58.06-1.15 0-1.7-.15s-1.05-.4-1.51-.71c-.46-.32-.85-.73-1.16-1.18-.31-.46-.54-.96-.65-1.52l-1.46-7.26 1.82-.17h.02v-.01Zm35.121-3.45 1.54 7.22c.11.54.11 1.06 0 1.55s-.31.93-.6 1.32-.66.73-1.1.96c-.44.24-.95.41-1.51.47l-7.12.72-.4-1.91 7.12-.71c.31-.03.6-.12.85-.25s.47-.31.63-.51c.17-.2.3-.44.36-.68.06-.25.08-.52.02-.78l-1.54-7.23 1.74-.17h.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M121.21 37.725h.04c.11 0 .21.02.31.05.1.03.19.09.27.17.08.08.15.16.21.25s.09.2.11.32c.02.11 0 .21-.01.31a.62.62 0 0 1-.12.26.72.72 0 0 1-.2.19c-.08.05-.17.08-.27.09h-.04c-.11 0-.21 0-.31-.05a.77.77 0 0 1-.27-.17c-.08-.08-.15-.16-.21-.26a.87.87 0 0 1-.11-.32c-.02-.11-.01-.21 0-.31 0-.1.06-.18.12-.26.06-.08.12-.14.21-.19.09-.05.18-.08.28-.09h-.01v.01Zm-8.82.29 6.93-.23a.793.793 0 0 1 .54.2c.07.06.14.14.19.23.05.09.08.19.1.29v.06a.659.659 0 0 1-.11.53.614.614 0 0 1-.45.25l-6.93.24a.793.793 0 0 1-.54-.2c-.07-.06-.14-.15-.19-.23a.905.905 0 0 1-.1-.29v-.06a.659.659 0 0 1 .11-.53c.05-.07.12-.13.2-.17a.72.72 0 0 1 .26-.08l-.01-.01Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M132.921 83.685h.08c.85 1.1 1.46 2.42 1.87 3.85.41 1.43.61 2.99.67 4.55.06 1.56-.04 3.13-.25 4.6-.21 1.47-.53 2.83-.91 3.99-.04.11-.11.35-.22.63-.11.29-.25.66-.4.99-.15.34-.32.67-.49.92-.17.25-.34.42-.49.44h-.07s-.02 0-.03-.01c0-.01-.02-.01-.03-.02-.03-.1-.07-.18-.1-.26-.03-.08-.07-.15-.1-.22a.794.794 0 0 1-.06-.22v-.28c.03-.28.13-.64.27-1.02s.31-.82.49-1.27c.18-.45.36-.9.52-1.36.16-.46.29-.88.37-1.27.13-.67.24-1.42.31-2.21s.12-1.64.13-2.48c.01-.84-.01-1.69-.07-2.5-.06-.81-.17-1.58-.31-2.26-.07-.32-.19-.67-.34-1.03-.15-.36-.33-.74-.5-1.1-.17-.36-.34-.7-.47-1-.13-.3-.23-.57-.26-.75a.646.646 0 0 1 0-.24c.02-.08.03-.15.07-.22.04-.07.08-.12.13-.16.05-.04.12-.07.19-.08v-.01Zm-7.73 4.42.93.18c.16.23.29.77.38 1.47.09.69.14 1.54.13 2.35-.01.81-.06 1.61-.19 2.2-.13.6-.33.99-.61 1.02h-.08c-.22-.18-.34-.41-.4-.68-.06-.28-.05-.58-.02-.9.03-.33.09-.66.14-.98.05-.33.09-.64.09-.92 0-.31 0-.62-.02-.93-.02-.32-.03-.63-.06-.93-.03-.31-.07-.63-.12-.94-.05-.32-.11-.63-.19-.93h.01l.01-.01Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M124.4 81.875c.48-.04.961-.02 1.451.05.49.07.97.2 1.44.38s.94.42 1.39.71c.45.3.869.65 1.269 1.06 1.05 1.09 1.751 2.53 2.151 4.15.41 1.62.54 3.42.45 5.22-.09 1.8-.391 3.6-.821 5.22-.44 1.62-1.009 3.06-1.649 4.12-.05.08-.14.23-.25.41-.11.18-.261.4-.421.6-.16.21-.319.41-.489.57-.17.16-.321.26-.471.27h-.099s-.031 0-.05-.02c-.02-.01-.03-.02-.05-.03-.07-.34-.041-.65.029-.94.07-.29.21-.57.37-.82.16-.26.33-.521.5-.761a4.91 4.91 0 0 0 .441-.759c.43-.98.81-2.07 1.13-3.23.32-1.15.559-2.35.689-3.58.14-1.23.181-2.47.091-3.69a14.51 14.51 0 0 0-.7-3.55 6.39 6.39 0 0 0-1.031-1.89c-.44-.55-.96-1-1.53-1.37a5.81 5.81 0 0 0-1.83-.79 5.75 5.75 0 0 0-1.93-.17c-.25.02-.5.06-.74.12-.25.06-.48.13-.71.23-.24.1-.46.21-.679.34-.22.13-.431.28-.621.46-.08.07-.199.23-.339.43-.14.2-.3.44-.47.66-.17.23-.34.46-.5.63-.16.17-.3.28-.41.29h-.101c-.14-.21-.21-.43-.22-.64 0-.21.031-.42.111-.62s.189-.39.309-.57a4 4 0 0 1 .391-.49c.25-.29.529-.56.819-.78.3-.23.611-.43.941-.59.34-.16.68-.29 1.03-.39.36-.1.71-.16 1.09-.19v-.03l.019-.02Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M129.351 92.305c.119.63.159 1.27.129 1.93-.03.66-.12 1.31-.25 1.96-.13.65-.32 1.28-.53 1.9-.21.62-.44 1.19-.68 1.73-.06.14-.249.5-.509.949-.26.46-.59 1.011-.93 1.561-.35.55-.72 1.07-1.07 1.47-.35.4-.67.67-.91.69h-.06s-.041-.001-.061-.011c-.019-.009-.039-.009-.049-.019a.219.219 0 0 0-.05-.03c-.08-.35-.041-.68.069-1 .11-.32.31-.63.53-.93.22-.3.48-.601.71-.891.24-.29.471-.59.641-.88.34-.589.649-1.21.909-1.85.27-.64.491-1.3.681-1.98.19-.67.329-1.37.439-2.069.11-.7.171-1.42.181-2.13l.81-.35v-.05Zm-4.731 5.54h.24c.23.19.201.56.021 1.01-.18.46-.521 1.01-.901 1.549-.39.54-.81 1.07-1.2 1.5-.39.43-.71.741-.88.851-.08.05-.16.1-.24.14-.08.039-.15.08-.22.11s-.14.049-.2.069c-.06.02-.12.03-.18.03a.454.454 0 0 1-.269-.04.229.229 0 0 1-.12-.189c-.01-.09 0-.2.059-.34.06-.14.141-.3.271-.49.13-.2.31-.41.5-.62.19-.21.41-.43.63-.63.22-.21.439-.431.649-.65.21-.22.401-.43.561-.64.1-.13.17-.29.25-.47.08-.18.139-.36.229-.54.09-.18.191-.34.321-.46a.86.86 0 0 1 .507-.228l-.028.038Zm.431-12.941c.2-.02.399-.01.599 0 .2 0 .411.06.601.12a3.855 3.855 0 0 1 1.21.61c.24.17.51.431.75.731.25.31.48.66.63.99.15.34.23.66.17.94-.06.28-.241.49-.601.59-.09-.4-.25-.78-.46-1.14a4.71 4.71 0 0 0-.739-.96 3.34 3.34 0 0 0-.931-.65c-.33-.15-.679-.22-1.029-.19-.1 0-.19.02-.29.05-.1.03-.19.06-.29.1-.1.04-.19.09-.28.15-.09.06-.181.13-.281.21-.39.34-.6.74-.7 1.21-.11.47-.109.97-.069 1.52.04.55.129 1.1.189 1.67.06.57.12 1.12.09 1.65-.05.74-.22 1.6-.5 2.46-.28.86-.649 1.76-1.109 2.59-.46.83-.99 1.61-1.58 2.25-.58.65-1.231 1.14-1.901 1.42-.04.02-.08.029-.12.049a.506.506 0 0 1-.119.04 1.6 1.6 0 0 0-.11.031c-.03.01-.07.009-.1.009-.14.01-.261.001-.351-.049a.32.32 0 0 1-.17-.21.67.67 0 0 1 .05-.35c.05-.13.161-.301.311-.471.61-.68 1.18-1.25 1.72-1.8.539-.55 1.02-1.039 1.44-1.609.42-.57.76-1.18 1.02-1.95.26-.76.43-1.68.48-2.82.02-.56-.031-1.13-.101-1.69s-.16-1.12-.2-1.66c-.04-.54-.03-1.06.08-1.55s.341-.94.731-1.35c.14-.14.289-.27.439-.38.15-.11.321-.21.481-.29a2.3 2.3 0 0 1 .519-.19c.18-.04.36-.08.54-.1h.011l-.03.02Zm12.759 5.272c.054 0 .107.005.161.058.06.05.12.11.17.21.05.1.109.21.149.35.04.14.08.301.11.491.11.69.15 1.43.14 2.18-.01.75-.06 1.52-.14 2.29-.08.77-.19 1.53-.299 2.27-.11.74-.231 1.46-.331 2.12l-1.07-.52c.28-.65.45-1.34.54-2.05.09-.71.111-1.46.101-2.2-.01-.74-.041-1.49-.051-2.2-.01-.71 0-1.41.07-2.06.02-.15.041-.28.071-.4.03-.12.059-.21.099-.28.04-.07.08-.13.13-.17.05-.04.1-.06.15-.07v-.02Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M119.77 87.225c.12.02.211.07.281.15.07.08.119.18.149.29.03.11.06.23.07.34 0 .11.03.22.04.31.13.86.221 1.68.241 2.45.02.77-.011 1.52-.141 2.22-.13.7-.33 1.39-.63 2.04a8.44 8.44 0 0 1-1.269 1.93 9.31 9.31 0 0 1-1.41 1.34c-.27.2-.56.37-.85.5-.3.13-.621.22-.931.25h-.239c-.03-.11-.06-.2-.08-.28-.02-.08-.04-.16-.04-.23s0-.14.04-.21c.04-.07.079-.15.149-.23.1-.11.251-.23.431-.35.18-.12.4-.26.63-.4.23-.14.47-.29.68-.46.22-.17.44-.34.61-.53.35-.38.65-.77.92-1.19.27-.42.479-.85.649-1.31.17-.46.3-.94.38-1.44.08-.5.12-1.03.11-1.59 0-.14-.05-.42-.11-.77-.06-.35-.13-.78-.17-1.19-.04-.41-.05-.8 0-1.1.05-.3.181-.5.41-.52l.014-.02h.066Zm4.878 10.582.002-.002h.01l-.012.002Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M125.101 78.775c.419.02.829.08 1.259.16a9.965 9.965 0 0 1 2.54.87c.22.11.47.23.71.37.24.14.491.3.691.47.21.17.4.38.53.6.13.22.209.47.199.74-.31-.03-.6-.11-.87-.24a7.31 7.31 0 0 1-.819-.45c-.28-.17-.55-.35-.83-.52-.29-.17-.58-.32-.91-.43-.31-.11-.601-.19-.911-.27a7.44 7.44 0 0 0-.899-.17c-.3-.04-.601-.06-.891-.07-.3 0-.59 0-.87.03-.82.07-1.61.26-2.34.57-.74.31-1.4.72-1.99 1.24a6.99 6.99 0 0 0-1.479 1.87c-.4.71-.67 1.54-.8 2.43-.11.71-.11 1.4-.07 2.05.04.65.129 1.3.179 1.94.05.64.06 1.28-.04 1.94-.1.65-.31 1.33-.71 2.04-.08.14-.249.36-.489.61s-.531.54-.841.8c-.32.27-.65.53-.979.71-.33.19-.64.33-.89.35h-.2c-.06 0-.12-.03-.17-.06a.532.532 0 0 1-.141-.12.788.788 0 0 1-.109-.18c-.06-.14.03-.31.21-.49s.44-.38.71-.58c.28-.2.589-.4.849-.58.27-.18.5-.36.63-.5.47-.53.761-1.02.941-1.51.18-.49.24-.97.24-1.46s-.061-1-.141-1.54a17.29 17.29 0 0 1-.179-1.74 8.78 8.78 0 0 1 .479-3.45 7.98 7.98 0 0 1 1.641-2.74 8.49 8.49 0 0 1 2.5-1.87 8.63 8.63 0 0 1 3.067-.83l-.038.03c.41-.03.811-.04 1.231-.02Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M120.56 76.254c.117 0 .233.001.331.02.1.02.2.07.28.14.08.07.149.17.189.29.04.12.081.28.091.46-.95.26-1.86.66-2.67 1.18-.81.52-1.55 1.17-2.18 1.92-.63.74-1.15 1.6-1.55 2.51-.4.91-.65 1.92-.76 2.97-.06.59-.02 1.23.04 1.9.06.67.13 1.35.16 2 .03.66 0 1.28-.16 1.84s-.44 1.03-.91 1.4c-.09.07-.19.14-.3.21-.11.07-.231.13-.351.19-.12.06-.25.11-.37.15a1.66 1.66 0 0 1-.359.08c-.11 0-.22 0-.32-.02a.523.523 0 0 1-.27-.15.818.818 0 0 1-.19-.3 1.53 1.53 0 0 1-.08-.47c.77-.18 1.28-.42 1.62-.7.34-.29.49-.63.55-1.01.059-.39.01-.82-.05-1.31-.06-.49-.14-1.02-.16-1.6-.03-1.16.049-2.28.259-3.34.21-1.06.531-2.07.971-3.01.45-.93 1.01-1.79 1.7-2.54.68-.75 1.5-1.41 2.43-1.95.12-.07.26-.15.42-.24a7.052 7.052 0 0 1 1.099-.52c.19-.07.371-.11.54-.12v.02Zm-8.87 4.11h.04c.28.04.42.2.46.44.04.24 0 .54-.08.84-.08.31-.199.631-.309.9-.11.27-.19.49-.22.61-.05.25-.101.53-.141.81-.04.29-.089.6-.139.9-.05.31-.081.62-.111.9-.03.29-.049.581-.059.821 0 .08.03.36.07.72.04.37.09.84.12 1.31.03.47.03.92-.02 1.27s-.15.58-.34.6h-.101c-.02 0-.039 0-.059-.02l-.06-.03c-.18-.11-.31-.46-.41-.94-.1-.49-.15-1.09-.17-1.73-.02-.64-.03-1.27-.02-1.82 0-.55.029-.98.049-1.21.02-.17.08-.53.17-.96.09-.44.211-.96.351-1.46.14-.5.3-.98.46-1.34.16-.36.34-.6.51-.62l.009.01Zm13.931-4.559c.25-.02.59.02.96.11.38.09.78.2 1.18.34.4.14.78.28 1.12.42.34.14.62.26.78.34.76.37 1.54.85 2.29 1.43a17.232 17.232 0 0 1 3.96 4.26c.52.8.93 1.63 1.21 2.46.03.09.1.33.18.64.08.31.159.66.219 1.03s.091.7.071.97c-.02.27-.1.44-.26.46h-.13c-.03 0-.05-.02-.07-.03-.02 0-.05-.03-.08-.04-.33-1.27-.76-2.47-1.31-3.58a16.247 16.247 0 0 0-1.971-3.07 13.37 13.37 0 0 0-2.649-2.44c-.99-.69-2.1-1.28-3.32-1.71-.19-.07-.48-.11-.79-.17-.32-.06-.66-.11-.97-.19-.31-.08-.581-.2-.731-.37-.159-.17-.199-.39-.069-.67.02-.02.04-.03.069-.05.03-.02.061-.03.09-.04.03 0 .071-.02.101-.03.03 0 .08 0 .12-.02v-.05Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m122.391 72.625.02.04c2.01-.16 4.07.12 6.04.76 1.97.65 3.85 1.66 5.529 2.98a18.407 18.407 0 0 1 4.301 4.82c1.15 1.88 1.96 4.01 2.32 6.33-.04.04-.081.07-.121.1a.628.628 0 0 1-.109.07c-.04.02-.071.03-.101.04-.029 0-.06.02-.089.02-.15 0-.27-.07-.36-.22a2.27 2.27 0 0 1-.22-.58c-.06-.23-.11-.48-.15-.7a3.5 3.5 0 0 0-.15-.6 21.3 21.3 0 0 0-2.81-5.24c-1.13-1.53-2.43-2.82-3.88-3.85a15.214 15.214 0 0 0-4.73-2.28c-1.7-.48-3.5-.66-5.38-.52-.13 0-.26.02-.39.04s-.26.03-.39.04c-.13 0-.26.03-.39.05l-.4.06c-.65.11-1.23.3-1.77.54-.54.24-1.05.52-1.54.8-.49.29-.98.6-1.49.86-.51.27-1.031.52-1.611.7-.179-.14-.189-.33-.099-.54.09-.21.28-.43.5-.65.22-.22.48-.42.7-.59.23-.17.419-.3.52-.36.49-.32.98-.61 1.49-.85a12.986 12.986 0 0 1 3.15-1.07c.54-.11 1.08-.18 1.63-.23l-.02.03Zm-2.687 14.6h-.033l.04-.01-.007.01Zm4.217-8.46h-.013.013Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m144.628 80.905-39.87 4.27-.213-1.989 39.87-4.269.213 1.988Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M157.881 184.685c1.34 1.18 3.41 2.93 4.96 3.17 1.56.24 6.08 2.28 8.03 3.39 1.08.62 4.069 2.914 6.879 5.704l54.461.006c-4.9-5.46-9.14-10.24-10.48-11.91-3.75-4.67-5.27-7.51-6.61-9.5-1.33-1.99-3.31-5.75-4.46-8.32-1.15-2.57-1.35-5.11-1.63-7.39-.28-2.28-1.07-7.05-1.42-8.52-.35-1.47-1.65-6.03-2.08-7.54-.44-1.51-1.28-8.05-1.77-10.4-.5-2.35-2.37-5-3.33-6.27-.96-1.27-4.27-4.1-5.07-4.85-.8-.75-2.9-1.99-3.79-2.71-.89-.71-2.76-1.34-4.53-.92-1.77.43-3.04 2.31-3.04 2.31s-.25-.36-.45-.78c-.2-.43-1.3-3.14-1.98-4.61-.68-1.48-1.77-3.65-2.88-4.92-1.11-1.26-2.93-1.56-4.33-1.42-1.39.14-2.95 1.26-3.76 2.12-.81.86-1.05 2.49-1.09 3.55-.04 1.05-.42 3.61-.42 3.61s-.84-2.03-1.3-3.18c-.46-1.15-1.46-3.85-2.09-5.77-.64-1.92-2.98-3.45-4.5-3.65-1.52-.2-3.22.18-4.8 1.19-1.6 1-2.34 3.23-2.44 4.27-.09 1.03.91 3.7.91 3.7s-.12.42-.12.75.03 2.36.28 3.64c.25 1.28 1.1 2.8 1.1 2.8l.16 1.89c-.56 0-3.36-.87-4.18-1.47-.81-.58-2.52-3.33-3.59-5.85-1.07-2.52-3.02-7.58-3.9-9.38-.88-1.8-4.18-7.91-4.7-9.24-.53-1.33-2.6-7.06-3.11-8.61-.51-1.56-2.39-7.06-2.99-8.63-.6-1.57-3.09-4.97-7.13-3.58-4.04 1.39-3.92 5.7-3.42 8.58.51 2.89 1.58 7.4 2.66 10.18 1.07 2.78 3.52 10.82 4.42 13.4.89 2.58 3.77 7.74 5.36 10.97 1.59 3.21 3.85 7.46 4.54 9.26.68 1.8 2.64 8.21 2.88 8.77.24.56 1.14 2.49 1.61 3.46.47.97.67 2.9.74 4.07.08 1.17.1 7.75.1 7.75s-.39-.06-.8-.16c-.42-.1-1.3-.16-1.3-.16.02-.4-.22-1.09-.52-1.52-.3-.43-1.9-1.77-3.07-2.79-1.16-1.02-2.6-1.77-2.6-1.77s-.11-1.27-.18-1.93c-.08-.65-.85-2.16-1.39-3.1-.54-.93-1.69-2.5-2.55-3.52-.85-1.01-2.78-2.66-4.89-3.87s-3.57-1.17-4.72-1.04c-1.15.13-2.36.99-2.74 1.5-.38.51-.34 1.2-.34 1.2-.12.18.02 1.1.58 2.2.57 1.1 2.38 4.47 2.65 4.93.28.46.3.87.33 1.43.03.55.15 1.48.31 2.23.16.76.42 4.5.38 5.06-.03.57.12 1.1.31 1.31.19.2.23.84.4 1.15.17.31 1.4 1.83 1.96 2.34.57.52 1.18.77 1.38.83.2.06.72.76 1.36 1.17.64.42 4.65 3.88 6.88 6.31 2.22 2.43 2.27 3.56 3.78 5.25.91 1.02 4.08 3.17 6.42 4.96 2.34 1.8 9.34 7.67 10.68 8.85l-.02.02Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M145.18 143.545c-.11-.6-.26-1.17-.46-1.58-.47-.97-1.37-2.91-1.61-3.47-.24-.57-2.19-6.97-2.88-8.77-.68-1.8-2.95-6.04-4.54-9.26-.96-1.96-2.4-4.61-3.58-6.99.94 1.62 1.88 3.24 2.32 4.02 1.06 1.88 5.28 9.47 6.58 13.04 1.3 3.56 2.77 8.15 3.44 9.81.65 1.62.7 3.15.7 3.21l.03-.01Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M124.43 134.695c-3.55.32-3.96 2.34-3.98 2.43-.04-.25-.03-.42.02-.49 0 0 .18-.71.91-1.2 1.14-.76 2.83-.8 3.05-.75v.01Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M125.831 140.995v.07c-.03.66-.65 1.36-.95 1.64-.3.28-1.11 1.18-1.11 1.18a.746.746 0 0 0-.07-.12c-.27-.47-2.08-3.83-2.65-4.93-.35-.68-.54-1.3-.6-1.72.02-.08.43-2.11 3.98-2.43.22.06.54 1.57.76 2.45.22.86.62 3.1.63 3.85l.01.01Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M177.757 196.945c-2.84-2.829-5.796-5.096-6.896-5.716-1.95-1.1-6.47-3.149-8.03-3.379-1.55-.24-3.62-1.989-4.96-3.169-1.34-1.189-8.34-7.057-10.68-8.857-2.34-1.799-5.51-3.938-6.42-4.958-1.51-1.689-1.56-2.819-3.79-5.248-2.23-2.429-6.241-5.898-6.881-6.308-.64-.42-1.16-1.11-1.36-1.17-.2-.06-.81-.32-1.38-.829-.56-.52-1.8-2.03-1.96-2.34-.17-.31-.21-.949-.4-1.149-.19-.21-.34-.75-.31-1.31.04-.57-.22-4.308-.38-5.058s-.28-1.679-.31-2.229c-.02-.32-.04-.6-.1-.85.05.12.44 1.17.67 2.749.25 1.679.46 4.938.56 5.348.1.41.83-.19.83-.19-.49.96-.37 2.34.05 2.899.41.55 1.72 1.96 2.53 2.07.8.11 1.51-.28 1.51-.28-.37.659-.23 1.389.03 1.589.26.2 4.091 3.609 5.931 5.218 1.84 1.61 3.21 4.059 4.17 5.498.95 1.45 3.15 2.87 6.79 5.739 1.42 1.119 8.28 6.457 11.72 9.206 3.44 2.739 4 2.39 6.2 2.959 2.2.57 7.05 2.899 10.83 6.308 1.13 1.02 2.47 1.95 3.61 3.469"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M186.2 196.944c-3.11-3.52-5.65-6.36-6.78-7.54l.04-.04c-4.23-4.39-10.02-7.92-14.29-10.42s-10.89-5.49-12.88-7.34c-1.99-1.86-4.74-8.61-5.18-11.85-.43-3.25-.43-10.19-.45-13.44-.01-3.25-1.85-7.19-2.52-9.18-.68-1.99-2.81-8.04-3.75-9.83-.93-1.8-3.23-5.58-4.24-7.79-1.01-2.21-.39-2.83-.39-2.83-.72-.14-1.62-.8-2.54-2.04-2.03-2.74-3.36-6.65-3.32-6.52.18.55.34 1.02.46 1.38.17.49.41 1.06.69 1.7.02.05.05.11.07.16.1.22.2.44.31.67 0 .02.02.04.03.06.07.15.15.31.22.47.1.21.21.43.32.64.01.02.02.05.04.07a2.256 2.256 0 0 0 .13.25c.93 1.61 1.87 3.21 2.3 3.99 1.06 1.88 5.28 9.47 6.58 13.04 1.3 3.56 2.77 8.15 3.44 9.81.62 1.55.69 3.02.7 3.2v.02c.06.33.11.65.15.98.01.11.03.22.04.33 0 .06 0 .12.02.19 0 .08.02.17.02.25 0 .05 0 .1.01.15.02.22.03.42.04.6v.78c.05 2.11.07 6.96.07 6.96s-.39-.07-.8-.17c-.42-.09-1.3-.16-1.3-.16.02-.39-.22-1.09-.52-1.52-.3-.43-1.91-1.76-3.07-2.78-1.16-1.02-2.6-1.78-2.6-1.78s-.11-1.27-.18-1.93c0-.07-.02-.15-.05-.24-.02-.09-.06-.19-.09-.3-.04-.11-.08-.22-.13-.34l-.06-.15s-.01-.02-.01-.03l-.08-.18c-.03-.07-.06-.14-.1-.2a6.98 6.98 0 0 0-.19-.39c-.03-.07-.07-.13-.1-.2-.2-.39-.41-.76-.59-1.08-.03-.06-.07-.12-.11-.18-.57-.94-1.64-2.38-2.44-3.33-.03-.04-.06-.07-.09-.11-.07-.08-.14-.15-.21-.23l-.12-.12c2.16 3.18 2.94 4.76 3.5 6.28.58 1.52-.52 3.29-.52 3.29.53 0 1.17 0 1.82.36.65.36 3.96 3.39 4.62 4.17.66.76-.71 2.33-.71 2.33.9-.19 2.07-.11 2.52.47.45.58.45 2.24.48 2.88.03.64-.48 3.56-1.28 3.55-.81 0-6.31-5.23-8.36-7.35-2.04-2.13-2.34-3.46-2.34-3.46-.53.31-2.22-.32-2.68-.78-.46-.48-.45-1.43-.45-1.43-.61.09-1.29-.26-1.42-.64-.13-.38-.45-1.48-.71-3.43-.17-1.31-.9-2.79-1.38-3.62v.07c-.03.67-.66 1.36-.95 1.64-.29.27-1.06 1.12-1.11 1.18.06.11.1.22.13.33l.03.1v.02c.05.12.44 1.17.68 2.75.25 1.68.46 4.94.56 5.35.1.41.83-.19.83-.19-.49.96-.37 2.35.05 2.9.42.55 1.72 1.97 2.53 2.07.8.11 1.51-.28 1.51-.28-.37.66-.23 1.39.03 1.59.26.2 4.09 3.61 5.92 5.22 1.83 1.61 3.22 4.06 4.17 5.5.95 1.45 3.15 2.87 6.79 5.74 1.42 1.12 8.28 6.46 11.72 9.21 3.44 2.74 4.01 2.39 6.2 2.96 2.2.57 7.05 2.9 10.83 6.31 1.3 1.09 2.59 2.09 3.63 3.46m-33.79-42.7c0-.34.02-.48.02-.48s-.01.13-.02.48c0 .17-.01.4-.02.68 0-.29 0-.51.02-.68Zm-5.32-4.36s-.08-.07-.12-.1c.04.03.08.07.12.1Zm-3.17-4.03c-.02.6-.11 1.45-.38 1.7.27-.26.36-1.1.38-1.7Zm.66 2.02c.02.01.05.04.07.05a.304.304 0 0 0-.07-.05Zm3.11 2.53c.84.74 1.76 1.49 1.97 1.79.09.12.18.34.24.6-.06-.26-.15-.47-.24-.6-.21-.29-1.11-1.05-1.97-1.79Zm2.25 2.92c0 .28-.08.56-.26.76.18-.22.25-.49.26-.76Zm.95.49c-.27 0-.52.07-.73.13.21-.06.47-.12.73-.13.21 0 .39.06.55.15-.16-.09-.34-.16-.55-.15Zm1.12 1.02c0-.09-.04-.16-.07-.24.03.08.06.15.07.24 0 .04 0 .09.01.17 0-.07 0-.13-.01-.17Zm.02.42c0 .21.02.48.03.78.03.91.08 2.2.17 3.43-.09-1.23-.13-2.51-.17-3.43 0-.31-.02-.58-.03-.78Zm.36 5.95c-.06-.51-.11-1.06-.16-1.65.04.58.09 1.14.16 1.65Zm.25 1.38s-.09-1.58-.16-3.25c.07 1.68.16 3.25.16 3.25Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M132.181 84.774c-.2.14-1.87.57-2.49.7-1.19.27-1.93.26-2.77.3-.83.04-1.14-.44-1.37-.75-.23-.33-1.56-3.63-1.6-3.88 0 0 .93-2.44 3.33-3.19 2.37-.73 4.51 1.31 4.57 1.37.17.61.6 2.89.68 3.63.09.81-.15 1.68-.35 1.82Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M131.861 79.315c-.06-.05-2.19-2.1-4.57-1.37-2.4.74-3.33 3.19-3.33 3.19-.09-.52 1.17-3.23 3.64-3.54 2.47-.32 4.09 1.28 4.22 1.61 0 .02.02.06.04.12v-.01Zm24.28 42.91c-.05-.09-.86-1.56-1.1-2.8-.25-1.28-.28-3.31-.28-3.64 0-.33.12-.75.12-.75s.44 1.56.69 3.15c.25 1.55.56 3.94.57 4.06v-.02Zm14.84-2.12c-.02-.75-.12-2.96-.12-2.96s-.07-1.85-.09-2.54c-.02-.69-.1-2.93-.86-2.09-.27.77-.37 1.65-.4 2.3-.03.82-.27 2.57-.37 3.29-.03.2-.05.32-.05.32s.86 1.93 1.05 2.3c.19.36 1.09 1.69 1.16 1.79-.02-.1-.32-1.69-.34-2.42h.01l.01.01Zm15.9 5.04c-.08-.11-.72-.98-1.36-1.82-.66-.89-1.52-2.42-1.52-2.42s.54-.79 1.39-1.47c-.82.82-.58 2.03-.03 3.03.52.94 1.42 2.53 1.51 2.68h.01Zm-30.39.6s-3.44-1.06-4.47-1.67c-1.03-.6-2.02-2.48-2.94-3.88-.91-1.4-1.07-2.52-2.03-4.69-.96-2.17-2.35-3.14-2.35-3.14s.25-2.27-.51-3.74c-.76-1.47-2.07-3.07-2.07-3.07.36-1.19-3.01-7.35-4.02-10.72-.79-2.64-1.54-2.39-1.54-2.39.22-.51.39-.47-.28-2.72s-3.27-10.23-3.27-10.23c.39.52.66 1.03.8 1.43.6 1.58 2.48 7.08 2.99 8.63.51 1.56 2.58 7.28 3.11 8.61.53 1.33 3.82 7.44 4.7 9.24.88 1.8 2.83 6.86 3.9 9.38 1.07 2.52 2.78 5.27 3.59 5.86.81.6 3.62 1.48 4.18 1.47l.19 1.64.02-.01Zm43.789 3.18s-.53 2.46-2.91 2.46-5.09-1.87-5.09-1.87 3.07.54 4.92.4c1.85-.15 3.09-.99 3.09-.99h-.01Zm-13.319.689s-.29 4.81-2.99 4.75c-2.7-.06-6.37-3.95-6.37-3.95 7.91 3.05 9.36-.8 9.36-.8Zm-16.48 7.841c-2.73.65-7.94-3.29-8.03-3.38.13.05 5.15 1.88 7.98.98 2.87-.9 3.11-3.56 3.11-3.56s-.32 5.31-3.06 5.96Zm-13.5 7.02c-3.09.42-6-1.85-6.11-1.93.11.04 3.9 1.39 5.59.25 1.72-1.16 2.01-4.04 2.01-4.04s1.63 5.31-1.5 5.74l.01-.02Zm19.26 14.45c-1.6-1.2-3.19-2.4-4.68-3.73-2.45-2.2-4.65-4.8-7.63-6.19 1.65 2.11 4.14 3.35 6.47 4.68 2.78 1.58 5.44 3.38 7.95 5.35 1.66 1.31 6.16 4.17 6.46 6.31-2.99-1.89-5.76-4.29-8.58-6.42h.01Zm8.439-4.81c-.61-1.91-1.21-3.8-1.65-5.76-.71-3.22-1-6.61-2.63-9.47.12 2.68 1.43 5.14 2.56 7.57 1.35 2.9 2.48 5.89 3.37 8.97.6 2.02 2.61 6.97 1.61 8.88-1.34-3.27-2.2-6.83-3.28-10.2h.01l.01.01Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M231.08 196.944c-5.44-6.06-10.01-11.21-10.66-12.08-1.7-2.31-4.41-6.16-6.42-9.42-2.01-3.24-3.88-6.32-4.72-9.48-.84-3.16-1.5-8.4-1.68-10.28l-1.24-6.4c-.39-1.09-1.24-4.4-1.61-6.32-.37-1.93-.79-5.43-1.1-7.46-.31-2.03-.76-3.82-1.17-4.68-.4-.83-1.48-2.91-1.55-3.04-.19-.26-.36-.49-.51-.68-.24-.31-.62-.71-1.06-1.16 2.33 3.24 2.95 5.55 3.68 8.9.73 3.34 1.24 11.09 2.66 14.94 1.42 3.85 1.45 14.83 3.43 19.38 1.98 4.56 6.9 12.49 11.77 17.99 1.48 1.68 4.81 5.42 8.7 9.8h1.47l.01-.01Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M232.511 196.945c-5.07-5.47-9.44-10.26-10.77-11.92-3.74-4.68-5.27-7.51-6.6-9.5-1.33-1.98-3.31-5.75-4.46-8.32-1.15-2.57-1.35-5.11-1.63-7.39-.28-2.28-1.07-7.05-1.42-8.52-.35-1.47-1.65-6.03-2.08-7.54-.45-1.51-1.29-8.05-1.78-10.4-.42-1.98-1.81-4.19-2.82-5.59.06.13 1.15 2.2 1.55 3.04.41.86.86 2.65 1.17 4.68.31 2.03.73 5.55 1.1 7.46.37 1.93 1.21 5.23 1.61 6.32.4 1.09 1.06 4.52 1.24 6.4.18 1.89.83 7.13 1.68 10.28.84 3.16 2.71 6.22 4.72 9.48 2.02 3.26 4.73 7.11 6.42 9.42.63.86 5.18 6 10.63 12.09h1.43l.01.01Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m237.831 196.944-21.77-26.34c-1.45-2.25-3.35-4.03-5.61-5.22-2.25-1.19-4.8-1.79-7.5-1.73-2.7.06-5.48.75-8.18 2.05-2.7 1.3-5.26 3.17-7.52 5.49-3.61 3.71-6.4 8.34-8.04 13.3-1.38 4.19-1.87 8.47-1.46 12.46h60.08v-.01Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m237.831 196.944-21.77-26.34c-1.45-2.25-3.35-4.03-5.61-5.22-2.25-1.19-4.8-1.79-7.5-1.73-2.7.06-5.48.75-8.18 2.05-2.7 1.3-5.26 3.17-7.52 5.49-3.61 3.71-6.4 8.34-8.04 13.3-1.38 4.19-1.87 8.47-1.46 12.46h60.08v-.01Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="m251.081 197-24.275-20.634c-1.301-1.121-2.871-1.741-4.531-1.791l-3.621-.09c-12.852-.341-27.401 8.996-34.272 22.476l66.699.039Z" clip-rule="evenodd"/>
|
|
31
|
+
</svg>
|
|
32
|
+
`;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-Handshake" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M169.358 161.253c-.21-.2-.47-.37-.74-.48-.06.18.06.36.18.51.18.23.37.45.6.63.18.14 1.1.82 1.05.29-.03-.24-.26-.29-.43-.4-.25-.16-.44-.35-.66-.56v.01Z" opacity=".9"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M173.778 164.854c1.18-.19 2.09 0 3.07-.91.31-.29.84-1.14.05-1.02-.46.07-.84.78-1.15 1.05-.55.48-1.24.76-1.98.88h.01Z" opacity=".9"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m194.438 139.213 6.61 7.19 4.48-3.46-6.22-14.22-4.87 10.49Z" opacity=".9"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M205.528 142.953c6.749 0 12.22-6.228 12.22-13.91s-5.471-13.91-12.22-13.91c-6.749 0-12.22 6.228-12.22 13.91s5.471 13.91 12.22 13.91Z" opacity=".9"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M197.287 135.483a131.06 131.06 0 0 0-4.47-5.51c-1.51-1.76-3.12-3.44-4.64-5.2-.68-.79-1.36-1.58-2.08-2.34-.73-.78-1.5-1.52-2.34-2.18-.82-.65-1.86-1.07-2.79-1.56-2.44-1.29-4.97-2.44-7.49-3.56-.64-.28-1.28-.56-1.92-.83-.27-.12-1.27-.59-1.51-.21 0 0-8.86-9.59-8.91-9.64-.13-.14-.42-.2-.59-.28-.38-.17-.75-.37-1.13-.52-.9-.37-1.86-.61-2.81-.34-3.64 1.02-7.31 1.93-10.98 2.81-1.24.3-3.42 1.31-4.68 1.03-1.77-.39-3.59-3.02-4.85-4.22-1.82-1.74-3.65-3.47-5.47-5.21-3.65-3.46-7.31-6.92-10.99-10.36-7.34-6.89-14.73-13.74-22.14-20.54-1.61-1.48-3.21-2.98-4.82-4.46-1.22-1.12-2.62-2.23-4-3.39h-50.93l1.53 4.06 2.77 8.87 81.82 61.61 28.59 16.76 10.74 12.2c.64.43 1.28.85 1.91 1.28.39.26.78.54 1.18.79.51.32.8.87 1.28 1.21.78.55 1.97.81 2.9.99 1.08.2 2.19.23 3.26.01 1.98-.4 4.16-1.82 4.7-3.88 0-.01 1.8.32 1.99.33.83.04 1.68-.07 2.47-.34 2.48-.84 4.59-3.33 4.26-6.05.02.15 2.22-.42 2.41-.48 1.23-.34 2.37-.82 3.17-1.86 1-1.31 1.14-3 .69-4.54-.05-.18.5-.56.61-.65.55-.46 1.1-.84 1.6-1.36.47-.49.9-1.01 1.29-1.57.78-1.11 1.4-2.33 1.82-3.62.33-1.02.64-2.15.56-3.22-.12-1.58-1.08-2.79-2.01-4v-.03Z" opacity=".9"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M155.337 109.643c-.37 1.6.77 4.01-.39 5.84-.39.61-1.28 2.46-1.72 4.24-.19.75-.23 1.65-.05 2.4.48 2.02 3.04 3.14 4.93 3.15 3.26.02 6.34-1.56 8.73-3.67 2.39-2.11 4.86-5.09 4.44-8.44-.41-3.21-3.27-5.55-6.19-6.97-1.7-.82-4.51-2.11-6.45-1.38-1.75.66-2.92 3.14-3.3 4.82v.01Z" opacity=".9"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m242.037 58.953-52.7 48.18-.51.1-9.22-3.17-4.34-1.55s-4.9-3.6-8.26-1.58c-3.37 2.01-5.93 2.71-6.2 2.87l-2.39 1.51s-2.03 1.37-1.87 4.5l-.04 4.22-1.27 2.43-.68 1.62s-1.42 2.75 1.13 4.32c0 0 6 2.94 11.24-4.15 0 0 1.21-1.96 1.42-4.35l1.92.17 8.7 4.17 2.76 1.49 4.81 4.95 9.41 10.05.99 1.84s3.39-1.34 3.4-1.34c12.18-4.82 23.31-15.33 34.5-22.11 15.5-9.4 32.4-17.37 44.67-31.13 6.04-6.77 10.58-14.65 13.9-23.03h-51.37v-.01Z" opacity=".9"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m187.927 106.972 1.39-.73s11.51 5.25 13.42 13.72v13.95l-.86 1.39-3.48.69c-1.43-1.55-2.61-3.2-4.04-4.76 1.12.94 2.3 1.78 3.72 2.19.48.14 1 .23 1.49.11.73-.18 1.3-.8 1.59-1.5.71-1.67.65-3.96.58-5.75-.07-1.91-.38-3.81-.93-5.64-1.11-3.65-3.22-6.95-6.11-9.45a24.006 24.006 0 0 0-4.08-2.84l-2.71-1.4.02.02Z" opacity=".9"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M184.307 161.934c-.97.54-2.03.59-3.14.64-.62.02-1.26-.32-1.85-.63-1.31-.68-3.14-1.4-2.96-2.83v-.03c.05-.33.21-.7.5-1.12.09-.58 1.19-1.88.59-4.69-.04-.17-.12-.33-.22-.47-.22-.54-.6-1.02-1.08-1.3-.19-.11-.39-.2-.6-.28-.39-.31-.79-.6-1.2-.86-.1-.06-.19-.12-.29-.18 0-.04.01-.08.02-.11.1-1.74-.55-3.51-1.76-4.78-1.2-1.26-2.94-2-4.69-1.98-.21 0-.45 0-.58-.17-.09-.11-.09-.27-.09-.41-.06-1.67-1.41-3.21-3.06-3.49h-.05c-1.4-.56-3.14-.45-4.56-.12-.64.15-1.23.34-1.72.57-.66.31-1.27.71-1.94 1.01-.4.19-1.11.24-1.56.41h-.04c-.79.21-2 .97-2.8 1.18-.54.14-1.12-.06-1.58-.38-.46-.32-.83-.75-1.23-1.15-1.17-1.15-2.64-2-4.24-2.38-1.15-.27-2.35-.29-3.52-.47-1.73-.27-2.92-1.1-4.26-2.15-.84-.66-1.71-1.34-2.25-2.26-.46-.8-.66-1.72-1.08-2.54-1.13-2.19-3.63-3.24-5.93-4.11-4.9-1.87-8.48-8.21-13.39-10.07-1.48-.57-3.29-4.55-4.82-3.75.42 2.58-2.12 5.61-1.45 8.14.04.15.73.41.87.5.38.23.72.52 1.06.79.72.55 1.43 1.1 2.14 1.65a283.3 283.3 0 0 0 4.4 3.35c3.7 2.77 7.36 5.63 11.2 8.23 1.43.96 2.89 1.89 4.41 2.69.79.42 1.61.8 2.44 1.13.77.3 1.63.42 2.36.79.94.46 1.7 1.3 2.47 1.98 3.94 3.5 7.89 7 11.83 10.49a75.22 75.22 0 0 1 1.9-4.99c1.79.69 3.86.07 5.79.29 1.39.16 2.67.76 3.87 1.5.3.31.64.6.98.87.81.65 1.68 1.27 2.61 1.72 3 2.37 5.78 5 8.68 7.5.07.06.14.12.22.18-.77.92-1.6 1.82-2.5 2.54-1.64 1.3-3.76 1.44-5.75 1.77-.04 1 1.27 1.82 2.1 2.06.02 0 .04.01.06.02-.59-.21-1.63-.65-.67-.9 1.04-.27 2.08-.44 3.09-.85.96-.39 1.86-.93 2.57-1.67.69-.72 1.19-1.6 1.84-2.35.97.79 1.98 1.53 3.11 2.05 1.5.7 3.26.99 4.84.48 1.58-.52 3.25-2 3.3-3.66-.36 1.06-1.4 2.06-2.38 2.6h-.01Zm-15.69 4.31c.36.12.53.16 0 0Z" opacity=".9"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M187.018 106.612s23.45 9.1 12.6 30.6c0 0 .42 1.68 3.78 1.23l17.45-10.7-3.18-18.62-5.23-3.66-11.07-7.89-8.8 5.26-5.55 3.78Z" opacity=".9"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M169.508 114.123h1.56l7.61 3.71 4.68 2.15 8 8.68s10.44 9.07 6.93 14.44l-3.02 4.88-5.07-7.8-2.73-11.51-4.88-.89-9.17-8.67-3.9-4.98-.01-.01Z" opacity=".9"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M161.568 161.724c.13.31.42.7.48.78 1.31 1.77 3.66 2.41 5.78 2.34 1.34-.05 2.68-.44 3.78-1.2 1.13-.79 1.97-1.92 2.72-3.08.59-.91 1.15-1.87 1.66-2.84.83-1.55 1.35-3.25.29-4.84a3.77 3.77 0 0 0-1.43-1.26c-.42-.21-1.44-.68-1.87-.34-.48.37-.88 1.04-1.27 1.51l-2.54 3.02c-1.03 1.23-2.2 2.4-3.52 3.35-1.24.9-2.67 1.55-4.06 2.17-.11.05-.09.21-.01.39h-.01Z" opacity=".9"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M173.017 152.384c-.13.1-.22.24-.31.37-.28.39-.63.73-.87 1.15-.67 1.17.26 2.41 1.26 2.99.31.18.65.32 1 .34.46.02.83-.24 1.14-.56.33-.34.7-.7.99-1.08.25-.33.25-.69.02-1.04-.21-.32-.53-.6-.8-.87-.36-.34-.71-.7-1.12-.99-.32-.22-.92-.6-1.3-.32l-.01.01Z" opacity=".9"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m190.808 103.942-.17-.58c-.02-.08 2.42-.21 2.55-.21 2.28.05 4.53.64 6.61 1.56 6.29 2.78 10.95 8.21 14.28 14.07 1.42 2.5 2.16 5.38 2.18 8.26 0 1.45-.17 2.91-.54 4.32-.19.71-.43 1.39-.7 2.07-.21.52-.35 1.28-.86 1.6-.61.38-.25-.86-.21-1.16.32-2.65.55-5.32.19-7.98-.3-2.22-.94-4.34-1.66-6.45-1.07-3.04-2.56-6.04-4.75-8.43-2.26-2.46-5.11-4.36-8.23-5.55-2.78-1.06-5.73-1.45-8.69-1.5v-.02Z" opacity=".9"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m241.108 58.953-50.47 44.42s19.86-1.6 24.15 23.14c0 0 1.14 18.32-11.21 16.26 0 0-2.9.88 5.61.21.26-.02.52-.11.73-.25l29.74-19.62 55.46-45.58 3.94-18.58h-57.96.01Z" opacity=".9"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M139.018 105.992s-5.62 13.75-12.51 21.38l-.79-1.01 13.3-20.37Z" clip-rule="evenodd" opacity=".9"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M152.948 155.943c-.3.09.33 2.31.4 2.53a5.6 5.6 0 0 0 2.22 2.85c2.82 1.82 6.26.36 8.74-1.35 2.18-1.5 4.12-3.21 5.9-5.17 1.09-1.2 2.31-2.48 2.92-4 1.15-2.84-1.07-5.36-3.74-6.1-.63-.17-1.4-.35-2.04-.13-1.01.34-1.78 1.69-2.46 2.46l-2.71 3.04c-1.04 1.17-2.09 2.35-3.31 3.33-1.81 1.46-3.76 1.88-5.92 2.55v-.01Z" opacity=".9"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M167.807 146.123h-.01c-.08.05-.14.13-.2.21-.36.52-.73 1.04-1.1 1.56-.34.48-.71.93-.91 1.49-.17.48-.2 1.02 0 1.49.24.59.8.99 1.34 1.32.53.32 1.1.61 1.72.58.42-.02.81-.2 1.17-.41a8.725 8.725 0 0 0 2.75-2.59c.61-.92-.63-2.29-1.33-2.85-.89-.7-2.05-1.04-3.18-.88-.09.01-.17.03-.25.07v.01Zm-12.989-27.82c.07.54 1.92.31 2.26.29.71-.04 1.41-.13 2.11-.26.57-.1 1.31-.18 1.77-.57.36-.3.49-.76.6-1.2.11-.44.32-.85.44-1.28.28-1.03-.16-2.11-1.29-2.22-1.24-.12-3.45-.05-4.14 1.23 0 0-1.9 2.86-1.75 4.01Z" opacity=".9"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M165.258 159.354c.15.03-.39.3-.43.34-.14.14-.31.25-.46.38-.3.26-.62.49-.95.71-1.24.82-2.67 1.37-4.15 1.52-1.42.15-2.94.01-4.06-.95-.75-.65-1.22-1.56-1.61-2.46-.41-.94-.69-1.95-.84-2.98l13.27-10.33c-.43 1.53-.88 2.21-1.77 3.21-.75.83-1.67 1.48-2.5 2.23-.81.72-1.39 1.64-1.81 2.64-.08.21-.15.41-.2.62-.1.06-.2.11-.31.17-.3.14-.69.17-.96.37-.02.02-.56.57-.39.58-.65-.04-1.32-.06-1.96.12-.63.18-1.22.61-1.44 1.23-.21.61-.03 1.29.27 1.87.14.26.3.51.49.75-.09-.31-.14-.71.09-.5.09.08.18.17.27.25.63.59 1.25 1.18 1.84 1.82.04.03.1.11.17.19.3.13.61.22.92.29 1.59.32 3.29-.05 4.65-.93.54-.36 1.26-.51 1.64-1.04.11.03.13-.12.23-.1Z" opacity=".9"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M143.788 148.642c-.1.05-.12.72-.13.84-.03.28-.05.57-.06.86-.03.61 0 1.23.11 1.83.4 2.19 2.46 4.16 4.69 4.39.29.03.58.03.88 0 .9-.06 1.8-.31 2.69-.48 2.42-.46 4.82-1.21 6.85-2.64 1.06-.75 1.87-1.66 2.71-2.65 1.01-1.2 2.13-2.32 3.15-3.52.79-.94 1.52-1.95 1.69-3.21.42-3.14-3.34-5.05-6.04-4.64-1.84.28-3.17 1.61-4.56 2.71-1.2.96-2.37 1.95-3.51 2.97-.44.4-.76.88-1.34.91-.34.02-.71-.06-1.06-.09l-1.14-.04-4.9 2.75-.03.01Z" opacity=".9"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M165.257 143.103c.2.39.3.81.18 1.18-.23.69-.92 1.1-1.42 1.57-.61.56-1.16 1.38-2.02 1.56-.56.12-1.18-.09-1.66-.37-.5-.29-.92-.7-1.27-1.17-.78-1.03-.91-2.13-.1-3.2.44-.59.95-1.17 1.42-1.73.44-.52.91-.74 1.58-.52.37.12.71.33 1.04.54.55.34 1.11.69 1.56 1.16.24.25.51.59.7.96l-.01.02Z" opacity=".9"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M151.218 146.394c-.07-.18-.26-.32-.47-.42-.57-.27-1.3-.29-1.95-.16-.65.13-1.24.38-1.83.63-.82.36-1.87.67-2.59 1.13-.37.23-.43.41-.33.55-.81.97-.71 2.76-.43 3.87.44 1.75 1.68 3.27 3.31 4.03.57.26 1.52.59 2.11.25-1.2-.56-2.24-.88-3.14-1.96-.81-.98-1.31-2.21-1.51-3.47-.07-.46-.1-.96.12-1.37.2-.36.56-.6.92-.8.13-.07.26-.12.39-.18 1.64.01 3.29-.42 4.62-1.11.46-.24.93-.61.78-1v.01Z" opacity=".9"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m133.647 139.484.02 2.23c0 .73.33 1.55.6 2.2a8.383 8.383 0 0 0 2.17 3.09c.33.3.69.56 1.07.79.85.52 1.83.88 2.83.98 1.12.11 2.23-.14 3.33-.36.93-.19 1.86-.35 2.77-.62 1.17-.34 2.51-.85 3.22-1.9.58-.86.54-2.04.21-2.99-.39-1.15-1.25-2.15-2.35-2.67-1.11-.52-2.38-.51-3.55-.27-.96.2-1.89.55-2.84.8-1.36.36-2.72.45-4.02-.19-.45-.22-.97-.37-1.44-.56-.66-.26-1.39-.42-2.05-.68l.07.14-.04.01Z" opacity=".9"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M144.058 142.273s3.56 3.76 3.56 3.77c-.03-.03-1.37.59-1.51.64-1.33.45-3.2.5-4.33-.46-.92-.79-1.39-2.31-.24-3.13.37-.26.79-.38 1.2-.55.2-.08 1.12-.48 1.32-.27Z" opacity=".9"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M138.267 147.074c-.95-.71-1.63-1.68-2.07-2.77-.28-.69-.84-2.05.12-2.49.12-.05.24-.07.37-.08 1.36-.09 3.13.37 4.17-.51.4-.34.39-.04.51-.1 0-.02.24-.11.23-.13-.09-.68-2.03.13-2.4.1-1.52-.13-1.89-.3-3.16-.93-.75-.37-2.3-.7-2.38-.83.15 1.41-.3 2.18.52 4.22 1.08 2.7 3.36 5.21 6.39 5.23.11 0 1.84.48 6.39-1.17-6.36 1.69-7.84.08-8.68-.56l-.01.02Z" opacity=".9"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M180.328 146.182c.61 1.02 1.5 2.09 2.19 3.07 1.51 2.17 3.01 4.38 3.85 6.89.08.24.28.5.52.57-.11 0 .1.03 0 0 1.06.02 2.2.04 3.12-.6.37-.26.95-.67 1.04-1.11-.68.44-1.11.5-1.59.73-1.16.54-1.87-.13-2.64-1.16-1.66-2.19-3.14-4.61-4.47-7.02-.6-1.09-1.14-2.22-1.55-3.39-.2-.59-.37-1.18-.5-1.79-.11-.53-.03-1.24-.26-1.72-.37.48-.39 1.42-.44 2-.09 1.14.11 2.43.68 3.43.02.03.03.06.05.09v.01Zm3.329-17.139s1.4 8.21 6.36 12.12l1.95 1.85-.25.25s-1.05-.5-1.55-1l3.25 6.71s.5 1.09 2.77-2.03l1.5-1.86-.92 1.66c-.86 1.59-1.84 2.36-2.76 2.88-.41.23-.73.37-.67.21l-6.14-10.11s-4.31-6.76-3.55-10.66l.01-.02Z" opacity=".9"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M168.407 114.792c-.08-.75.08-1.31.21-1.97.1-.53 3.48 1.1 3.97 1.32 2.48 1.07 4.9 2.27 7.32 3.47 1.61.8 3.24 1.6 4.63 2.73 2.79 2.26 4.61 5.49 7.06 8.09 2.88 3.05 10.23 9.37 7.65 12.87-.29.4-.36 1.03-.57 1.47.29-.84.28-1.98.36-2.87.19-2.03-.68-2.7-1.93-4.13-3.55-4.06-7.1-8.12-10.65-12.19-3.59-4.11-9.62-6.55-14.61-8.68-.91 1.49-1.82 2.99-2.73 4.48 0-1.25 0-2.5-.01-3.75 0-.15-.65-.55-.68-.85l-.02.01Z" opacity=".9"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M155.098 150.002c-.12-.14-.25-.25-.37-.27-.38-.06-.27.37-.13.59.43.65.97 1.22 1.59 1.69.37.28.77.54 1.19.73.15.07.47.25.64.16.39-.2-.25-.56-.43-.68-.74-.48-1.42-1.05-2.04-1.68-.11-.11-.27-.35-.45-.55v.01Zm.749 2.401c-.54-.43-1.08-1.15-1.7-1.43 0 .06.01.15.04.21.07.14.19.25.29.36.34.38.68.77 1.02 1.16.21.24.42.48.69.64.27.16.61.23.9.11.37-.15-.17-.35-.3-.42-.33-.18-.64-.38-.94-.62v-.01Zm7.35 4.579c-.4-.33-.79-.66-1.19-1-.06.16.05.34.16.48.3.37.74.93 1.19 1.12.62.27.06-.41-.16-.6Zm-.81.191c-.28-.34-.43-.82-.85-.96a.41.41 0 0 0-.08.34c.02.12.09.23.16.33.19.3.39.59.66.8.13.1.68.48.71.1.02-.24-.46-.45-.61-.62l.01.01Zm10.51 4.091c-.67 1-1.53 1.83-2.81 2.39-1.33.58-2.84.71-4.25.4-.12-.07-.26-.13-.37-.21-.49-.34-1.17-1.45-1.89-1.32.08.48.71.92 1.28 1.25-.65-.25-1.87-.81-1.74-1.66.06-.43.46-.7.85-.95.15-.1.3-.19.42-.28.6-.46 1.19-.94 1.76-1.44.69-.61 1.31-1.4 2.05-1.96.47-.69 1.05-1.29 1.67-1.87 1.08-1.02 2.26-1.97 3.08-3.2.26-.39.43-1 .02-1.23-2 2-3.83 4.16-5.83 6.17-.8.8-1.61 1.6-2.6 2.16-.89.5-2.4.77-2.91 1.74-.69 1.32 1.32 2.44 2.35 2.78 2.47.8 5.3 1.22 7.36-.2.44-.3 1.26-.95 1.59-1.37.16-.21 1.03-1.34 1.22-1.62-.2.29-.83.32-1.26.44l.01-.02Zm-26.289-7.512c.21.3.48.55.67.86.06.1.12.21.2.3.09.09.2.14.31.19.19.08.38.16.56.25.94.41-.3-.8-.49-.98-.17-.16-1.3-1.76-1.55-1.49-.17.18.19.74.29.88l.01-.01Zm-7.931-7.349c.14.14.28.29.41.44.32.36 1.08.94 1.09 1.45-.77-.24-1.5-1.01-1.94-1.67-.15-.23-.36-.56-.29-.84.17.07.34.22.47.36.08.09.17.17.25.26h.01Z" opacity=".9"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M182.027 160.842c.78.45 1.76-.19 2.38-.67.43-.34 2.66-2.09 1.62-2.71-.48-.28-1.4 1.44-1.69 1.74-.69.71-1.52 1.1-2.3 1.65l-.01-.01Zm6.97-6.418c.11-.06.3-.09.43-.13.15-.05.31-.1.46-.16.3-.12.58-.26.86-.42.54-.33 1.01-.76 1.34-1.31.13-.22.23-.46.33-.69.05-.12-.02-.27-.15-.28h-.02c-.07 0-.12.11-.17.17-.11.13-.22.27-.33.4-.22.26-.44.52-.67.77-.48.52-1.02.99-1.62 1.38-.15.09-.29.18-.44.27h-.02Zm7.08-12.401c1.03-1.2 2.18-2.77 1.18-4.22.4 1.49-.12 2.98-1.18 4.22Zm1.53.02c.19-.21.35-.43.48-.68.19-.34.32-.71.47-1.07.04-.08.11-.18.12-.27-.05.58-.16 1.18-.37 1.73-.04.1-.07.2-.14.28a.94.94 0 0 1-.34.25c-.3.16-.63.34-.96.41.03-.02.05-.04.07-.07.09-.1.22-.17.32-.26.12-.1.24-.21.35-.33v.01Z" opacity=".9"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M167.978 115.694c1.13-3.03.37-6.39-2.1-8.53 0 0 .78-.33 2.26 1.76l.57 1.55 1.27.35s.78-.85 0-2.65c0 0 1.11 2.15.35 3.53l.68-.92h.95s.81-.71.46-2.3c0 0 .6.25.09 2.15l.2-1.14 1.51.93s2.75-1.41 3.71-5.83c-.03.15.09.44.1.6 0 .35-.06.71-.15 1.04-.19.72-.55 1.39-.99 1.99-.73 1-1.68 1.87-2.67 2.61l5.76 4.03 4.73 3.39c.66.53 1.31 1.06 1.97 1.59.57.46 2.02 2.08 2.8 1.8.33-.12.58-.4.78-.69.47-.7.76-1.5 1.01-2.31.76-2.45 1.21-5.16.27-7.55.68 1.11.98 2.42.99 3.71 0 2.56-.98 5.44-2.98 7.12 1.22-.04 2.34-.8 3.04-1.81.9-1.29 1.39-3.18 1.2-4.74-.11-.87-.45-1.69-.77-2.51-.29-.75-.57-1.52-.96-2.23-.12-.22-.3-.47-.55-.46.64 1.06 1.35 2.1 1.89 3.22.33.7.62 1.43.81 2.18.21.83.18 1.61.24 2.45 0 0 .47 6.36-4.84 7.99l-5.2-4.77c-.94-.86-2.1-1.56-3.16-2.25-1.14-.75-2.33-1.44-3.53-2.09-1.34-.72-2.71-1.38-4.09-2.02-.78-.36-1.54-.76-2.34-1.09-.46-.19-1.78-.92-2.21-.49-.11.11-.17.26-.24.4-.28.65-.52 1.34-.84 1.97l-.02.02Z" opacity=".9"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M168.198 113.033c.84 3.13-1.19 6.18-3.88 7.91-2.54 1.64-7.33 3.52-9.56.58-.25-.32-.43-.65-.54-1.03-.11-.36.06-1.09-.09-1.37.45.82 1.4 1.32 2.38 1.46 4.34.64 8.99-2.3 11.05-5.71.35-.59.58-1.2.64-1.85v.01Zm-6.471-6.071c.17.02.34.03.45-.02.39-.16.14-.38-.08-.45-.64-.19-1.37-.27-2.14-.24-.46.02-.94.06-1.42.16-.17.04-.54.09-.68.24-.31.33.44.23.66.21.89-.08 1.76-.09 2.58-.01.14.01.39.08.63.11Zm-1.579-1.139h.01c.68 0 1.46.16 2.16 0-.03-.04-.06-.09-.11-.11-.11-.05-.28-.05-.41-.07-.47-.07-.93-.13-1.4-.2-.29-.04-.58-.08-.9-.04-.32.04-.68.18-.92.41-.31.29.29.13.44.11.39-.07.76-.1 1.13-.1Z" opacity=".9"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M22.668 58.953c2.46 8.92 4.37 15.56 4.71 15.76 2.87 1.62-.78 3.21 2.09 4.83 4.16 2.35 2.53 7.33 6.69 9.68 4.96 2.79 2.41 1.15 15.79 9.63 5.24 2.95 10.48 5.91 15.73 8.86 5.24 2.95 10.05 5.66 15.07 8.49 4.3 2.43 8.61 4.85 12.91 7.27 3.08 1.74 6.16 3.47 9.24 5.21 2.79 1.57 5.51 3.24 8.33 4.75l8.08-1.52c2.74-2.42 5.05-5.33 7.22-8.25 4.26-5.77 7.98-11.97 11.19-18.39l-44.25-46.32h-72.8Z" clip-rule="evenodd"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M208.778 133.703c-.3.92-1.1 1.56-1.86 1.51-.82-.06-1.4-.9-1.23-1.98.19-1.22 1.21-2.11 2.18-1.87.88.23 1.24 1.32.91 2.34Z" opacity=".9"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="M99.628 120.554c-2.04-.17-3.7-1.87-3.71-3.82 0-1.94 1.65-3.38 3.7-3.22 2.04.17 3.7 1.87 3.71 3.82 0 1.94-1.65 3.38-3.7 3.22Zm12.689 8.238c-2.04-.17-3.7-1.87-3.71-3.82 0-1.94 1.65-3.38 3.7-3.22 2.04.17 3.7 1.87 3.71 3.82 0 1.94-1.65 3.38-3.7 3.22Z" opacity=".9"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" d="M200.398 135.563s-.49 1.32-.89 1.45c-.55.16-1.08-1.01-1.08-1.01l1.81-.48.17.05-.01-.01Z" clip-rule="evenodd" opacity=".9"/>
|
|
38
|
+
</svg>
|
|
39
|
+
`;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-Help" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320.5 83v90c0 13.246-10.754 24-24 24h-272c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m93.448 192.993 133.74-23.88c.83-.15.86-1.32.05-1.53l-83.86-20.89c-1-.25-2.05-.3-3.07-.14l-105.59 16.27c-1.87.29-2.23 2.82-.51 3.62l56.21 26.14c.94.44 2.01.58 3.04.39l-.01.02Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M231.788 45.023c.53-.03 1.07.07 1.57.25s.99.47 1.43.83c.44.36.82.79 1.12 1.27.31.49.54 1.03.68 1.6l2.49 10.83-161.93 9.75-2.09-12.04a4.21 4.21 0 0 1 .06-1.81 3.917 3.917 0 0 1 2.07-2.57c.52-.26 1.11-.42 1.76-.46l152.84-7.65Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m77.138 69.552 161.92-9.74 20.81 90.49c.14.61.16 1.21.1 1.76-.07.551-.25 1.07-.51 1.52-.27.45-.61.83-1.03 1.11-.42.28-.9.47-1.45.54l-156.56 19.621c-.67.089-1.32.019-1.94-.151a4.764 4.764 0 0 1-1.72-.879c-.51-.4-.96-.881-1.31-1.451-.35-.57-.6-1.199-.71-1.879l-17.59-100.94h-.01Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M85.848 56.942c.51-.03 1.02.05 1.5.21.49.16.92.41 1.32.72s.73.69 1 1.12c.27.43.46.9.54 1.41.09.5.08.99-.04 1.44-.11.45-.31.86-.59 1.21-.28.35-.63.65-1.04.86-.41.21-.88.34-1.4.37-.51.03-1.02-.05-1.5-.21a4.23 4.23 0 0 1-1.32-.72c-.39-.31-.74-.69-1.01-1.12-.27-.43-.46-.9-.54-1.42-.09-.51-.07-1 .04-1.45.1-.45.31-.87.59-1.21.28-.34.63-.64 1.05-.86.42-.22.88-.34 1.4-.36v.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M100.428 174.854c-.67.08-1.32.02-1.94-.15-.62-.18-1.21-.48-1.72-.88s-.96-.88-1.31-1.46c-.35-.56-.6-1.2-.71-1.88l-17.59-100.93-2.09-12.04c-.06-.3-.08-.61-.07-.9 0-.29.05-.58.11-.86.07-.28.16-.54.28-.79.11-.25.27-.49.43-.7l-2.65 3.45c-.16.22-.3.45-.43.69-.11.25-.21.5-.28.78-.07.28-.1.55-.11.85 0 .29 0 .59.07.89l2.06 11.91 17.29 99.82c.11.68.36 1.3.7 1.86a5.4 5.4 0 0 0 1.29 1.44c.51.39 1.08.68 1.7.87.62.18 1.27.24 1.92.15l155.15-19.6 4.46-2.15-156.56 19.62v.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M193.338 82.112c2.07 1.69 4 3.54 5.76 5.54a47.698 47.698 0 0 1 8.32 13.44c.99 2.44 1.78 4.97 2.34 7.54.41 1.93.69 3.85.82 5.78.13 1.93.16 3.83.02 5.7a38.16 38.16 0 0 1-.78 5.56c-.39 1.82-.92 3.6-1.57 5.32-.66 1.72-1.44 3.37-2.35 4.94-.91 1.57-1.93 3.04-3.05 4.42a29.997 29.997 0 0 1-3.72 3.84 31.825 31.825 0 0 1-4.34 3.18c-1.02.63-2.09 1.2-3.18 1.71-1.1.51-2.22.96-3.36 1.34-1.14.38-2.32.71-3.52.97-1.19.26-2.41.45-3.65.59-.62.07-1.24.12-1.86.15-.62.04-1.25.05-1.88.05-.63 0-1.26-.01-1.9-.05-.63-.04-1.28-.08-1.92-.14-1.92-.19-3.84-.54-5.73-1.03-1.9-.49-3.78-1.11-5.63-1.89-1.85-.78-3.65-1.67-5.4-2.71-1.75-1.04-3.46-2.2-5.09-3.5a45.94 45.94 0 0 1-4.62-4.2c-1.44-1.49-2.8-3.1-4.03-4.77a47.457 47.457 0 0 1-6.02-10.89c-.76-1.94-1.37-3.91-1.85-5.88-.48-1.97-.81-3.97-1-5.95-.19-1.98-.24-3.96-.14-5.92.1-1.96.33-3.89.71-5.78.38-1.89.89-3.72 1.54-5.48.64-1.76 1.43-3.43 2.32-5.03.89-1.6 1.92-3.1 3.06-4.51 1.14-1.41 2.38-2.71 3.73-3.9a30.54 30.54 0 0 1 4.32-3.2c1.53-.94 3.11-1.75 4.76-2.43 1.65-.68 3.36-1.22 5.13-1.63 1.76-.41 3.56-.67 5.41-.79 2.47-.16 4.96-.06 7.43.29 2.47.35 4.92.93 7.33 1.75 2.41.81 4.76 1.85 7.03 3.12 2.28 1.27 4.47 2.74 6.56 4.42v.04-.01Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M185.318 94.203c.44.52.85 1.06 1.22 1.63.37.57.7 1.16 1 1.79.3.63.56 1.27.78 1.95.22.679.41 1.379.57 2.109.11.51.19 1 .24 1.47.05.47.09.94.1 1.39a11.085 11.085 0 0 1-.22 2.52 13.57 13.57 0 0 1-.66 2.2c-.14.34-.29.66-.45.98-.16.32-.34.61-.53.89s-.4.58-.62.88c-.22.3-.46.611-.72.921-.26.31-.53.639-.81.969-.28.33-.59.67-.91 1.02l-.72.81c-.23.26-.44.51-.64.76s-.39.48-.56.7c-.17.22-.33.44-.48.65-.15.21-.28.42-.41.65-.13.23-.25.451-.36.691-.11.24-.21.489-.31.739s-.18.521-.25.791a7.5 7.5 0 0 0-.24 1.75c0 .31 0 .629.03.96.03.33.07.66.13 1.01l-9.17.859c-.09-.55-.15-1.07-.19-1.59-.04-.52-.06-1.01-.05-1.48.01-.47.04-.94.09-1.38.05-.44.13-.87.24-1.28.1-.41.21-.81.33-1.18.12-.37.25-.73.39-1.07.14-.34.29-.66.44-.96.15-.3.32-.579.5-.849s.37-.541.58-.841c.21-.3.44-.6.7-.93.26-.33.52-.659.81-1.02.29-.36.6-.72.93-1.11.24-.27.46-.529.67-.779.21-.25.4-.491.59-.731.19-.24.35-.46.51-.67.16-.21.3-.42.43-.61.13-.2.26-.4.37-.6.11-.2.22-.42.31-.64.09-.22.18-.45.26-.68.08-.23.15-.47.21-.72s.1-.5.13-.76.04-.52.04-.8-.02-.55-.05-.84a10.277 10.277 0 0 0-.56-2.36c-.17-.46-.38-.9-.62-1.3s-.52-.77-.82-1.11c-.3-.34-.65-.65-1.02-.93s-.77-.52-1.19-.72c-.42-.2-.86-.36-1.32-.48-.46-.12-.94-.2-1.45-.24-.51-.04-1.03-.04-1.58 0-.58.04-1.13.13-1.65.25a8.561 8.561 0 0 0-2.8 1.21c-.41.28-.8.6-1.15.96-.36.36-.7.76-1.01 1.2-.31.44-.61.92-.89 1.44-.28.52-.53 1.08-.76 1.67-.23.59-.45 1.24-.64 1.91l-8.69-3.24c.23-.97.5-1.89.84-2.76.34-.87.72-1.7 1.15-2.49.43-.79.93-1.52 1.47-2.21.54-.69 1.14-1.34 1.79-1.94.65-.6 1.35-1.14 2.12-1.61.77-.47 1.59-.87 2.48-1.21.89-.34 1.83-.61 2.84-.82 1.01-.21 2.07-.35 3.19-.43.87-.06 1.71-.09 2.53-.07.82.02 1.61.07 2.39.16a19.91 19.91 0 0 1 4.37 1.01c.68.24 1.33.52 1.95.84.62.32 1.21.66 1.78 1.04.57.38 1.09.8 1.6 1.24.51.44.98.93 1.42 1.45l-.02-.03Zm-3.99 36.359c.31.23.59.49.85.78.26.29.48.59.68.93.2.34.37.69.51 1.08.14.39.26.79.35 1.23.09.44.14.82.15 1.21.01.39-.01.76-.07 1.11-.06.35-.16.69-.29 1.02-.13.33-.3.63-.51.92-.21.29-.44.55-.7.78-.26.23-.55.43-.86.59-.31.16-.65.3-1.02.41-.37.11-.76.18-1.18.22-.42.04-.86.06-1.27.03-.41-.03-.8-.08-1.17-.17a5.764 5.764 0 0 1-2.07-.97 5.684 5.684 0 0 1-1.53-1.7c-.2-.34-.37-.69-.51-1.08-.14-.39-.26-.8-.35-1.23-.09-.43-.14-.86-.15-1.26-.01-.4 0-.78.07-1.14.07-.36.16-.7.29-1.03.13-.33.3-.63.51-.91a4.329 4.329 0 0 1 1.59-1.35c.32-.16.67-.3 1.05-.4.38-.1.79-.18 1.22-.22.43-.04.84-.05 1.23-.02.39.03.78.09 1.15.19.37.1.72.23 1.06.39.34.16.66.37.97.6v-.01Z"/>
|
|
11
|
+
</g>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="a">
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h320v240H0z"/>
|
|
15
|
+
</clipPath>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>
|
|
18
|
+
`;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-Lock" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m199.437 152.979 41.9 25.14c.36.21.13.41-.5.43l-9.36.31 4.27 2.56-16.04.46-8.25-.48-2.98-1.76-99.91 3.33 4.72 2.83-18.26.52-9.45-1.2-2.95-1.75-14.34.33-9.58-1.44-2.14-1.29-2.17-.21-37.95-22.75 23.73-1.93.04.02c.09-.02.22-.03.35-.03l157.1-3.44c.65-.02 1.45.15 1.81.36l-.04-.01Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m241.768 147.169-2.29.07v1l2.29-.07v-1Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m227.357 171.739 16.72-.87v10.96l-16.72.39v-10.48Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m227.357 171.779-7.46.39.05 7.57 7.42 2.47v-10.43h-.01Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m73.617 165.848 13.78-.16 2.24 10.82-16.02.03v-10.7.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M66.497 160.099v10.31l7.13 6.13v-10.59l-7.13-5.85Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m95.907 177.749 19.05-.99v11.24l-19.05.45v-10.7Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m95.897 177.719-7.46-4.8.05 10.31 7.42 5.2v-10.72l-.01.01Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m92.897 30.339 163 8v134l-163 6v-148Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m105.897 42.339 137 6.7v112.27l-137 5.03v-124Zm-41.999 7.5 29-19.5v148l-29-14.5v-114Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m107.947 45.37 132.95 6.41v107.309l-132.95 4.8V45.369Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m115.997 54.929 117.56 5.48v91.8l-117.56 4.11V54.929Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M127.678 82.87h-7v48.999h7v-49Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M130.157 84.919h-7v49h7v-49Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M129.298 86.689h-1v43.589h1v-43.59Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M239.238 71.9c1.99-.55 4.04-.57 6.03-.05.21.06.36.3.36.57v17.62c0 .27-.15.52-.36.58-1.98.57-4.04.6-6.03.09-.21-.05-.36-.29-.36-.57V72.48c0-.27.15-.52.36-.58Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M240.718 90.97c-.5-.05-.99-.13-1.48-.25-.21-.05-.36-.29-.36-.56V72.5c0-.27.15-.52.36-.58.49-.15.98-.26 1.48-.34"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M239.587 70.43c1.66-.55 3.38-.56 5.03-.04.18.06.3.3.3.57v17.62c0 .27-.12.52-.3.58-1.66.56-3.37.59-5.03.07-.18-.05-.3-.29-.3-.57V71c0-.27.12-.52.3-.57Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M240.757 70.118c-.49.07-.98.17-1.46.31h-.01v18.79h.01c.48.13.97.22 1.46.29v-19.4.01Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m244.917 80.519-5.63.06v1.07l5.63-.06v-1.07Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m243.977 80.53-2.41.02v1.07l2.41-.02v-1.07Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M244.478 89.21V70.35c-.71-.2-1.17-.27-1.25-.27l.02 19.42s.51-.06 1.23-.29Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M239.378 122.079c1.99-.59 4.04-.64 6.03-.16.21.05.36.29.36.56v17.62c0 .27-.15.52-.36.58-1.98.6-4.04.67-6.03.2-.21-.05-.36-.29-.36-.56v-17.66c0-.27.15-.52.36-.58Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M240.858 141.139c-.5-.05-.99-.13-1.48-.25-.21-.05-.36-.29-.36-.56v-17.66c0-.27.15-.52.36-.58.49-.15.98-.26 1.48-.34"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M239.728 120.608c1.66-.58 3.38-.62 5.03-.13.18.05.3.29.3.56v17.62c0 .27-.12.52-.3.58-1.66.59-3.37.65-5.03.16-.18-.05-.3-.29-.3-.56v-17.66c0-.27.12-.52.3-.58v.01Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M240.898 120.269c-.49.08-.98.19-1.46.34h-.01v18.79h.01c.48.12.97.21 1.46.26v-19.4.01Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m245.068 130.599-5.64.16v1.07l5.64-.16v-1.07Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m244.128 130.629-2.42.07v1.07l2.42-.07v-1.07Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M244.617 139.298v-18.86c-.71-.19-1.17-.25-1.25-.25l.02 19.42s.51-.07 1.23-.31Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M251.877 167.219c-.28 0-.5-.22-.5-.5V43.189l-151.2-7.72a.487.487 0 0 1-.47-.52c.01-.28.25-.5.52-.47l151.68 7.75c.27.01.47.23.47.5v124c0 .28-.22.5-.5.5v-.01Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M145.464 106.959c-.77 18.75 13.66 33.77 31.23 33.53 16.56-.23 29.8-14.08 30.42-30.92.61-16.8-11.52-31.64-27.94-33.25-17.41-1.72-32.94 11.94-33.71 30.64Z"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M149.064 107.109c-.76 18.63 13.5 33.57 30.87 33.34 16.37-.22 29.47-14 30.09-30.75.61-16.71-11.39-31.47-27.63-33.06-17.22-1.7-32.57 11.88-33.33 30.47Z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m157.115 95.28 5.18 3.27c.41-.83.86-1.64 1.37-2.4l-5.08-3.2c-.95-.6-2.06-.57-2.46.08-.41.64.04 1.65.99 2.26v-.01Zm2.969 12.129c0-.16.02-.33.03-.49h-6.36c-1.13 0-2.04.62-2.04 1.38 0 .76.91 1.38 2.04 1.38h6.35c-.04-.75-.05-1.5-.02-2.27Zm8.43-16.42c.74-.56 1.51-1.06 2.32-1.51l-2.83-4.78c-.57-.97-1.57-1.44-2.23-1.05-.66.39-.72 1.49-.15 2.46l2.89 4.88Zm13.23-3.939v-5.36c0-1.13-.62-2.04-1.38-2.04-.76 0-1.38.91-1.38 2.04v5.36c.91-.06 1.83-.06 2.76 0Zm17.19 12.719 5.46-2.97c.99-.54 1.5-1.52 1.13-2.19-.36-.67-1.46-.78-2.45-.24l-5.36 2.91c.46.79.86 1.63 1.21 2.48l.01.01Zm-7.21-9.09 2.76-4.97c.55-.99.45-2.08-.22-2.45-.67-.37-1.65.13-2.2 1.11l-2.7 4.85c.82.43 1.6.92 2.35 1.46h.01Zm-29.96 26.16-5.44 2.96c-.99.54-1.5 1.52-1.13 2.19.36.67 1.46.78 2.45.24l5.34-2.9c-.46-.79-.86-1.62-1.22-2.48v-.01Zm45.21-9.92h-6.35c.05.73.06 1.47.03 2.21 0 .19-.04.37-.05.55h6.37c1.13 0 2.04-.62 2.04-1.38 0-.76-.91-1.38-2.04-1.38Zm-3.36 14.4-5.22-3.29c-.41.83-.86 1.64-1.36 2.4l5.11 3.22c.95.6 2.06.57 2.46-.08.41-.64-.04-1.65-.99-2.26v.01Zm-23.35 8.28c-.43 0-.85-.05-1.28-.08v5.38c0 1.13.62 2.04 1.38 2.04.76 0 1.38-.91 1.38-2.04v-5.38c-.49.03-.98.07-1.48.07v.01Zm11.931-4.03c-.74.56-1.5 1.08-2.3 1.53l2.84 4.8c.57.97 1.57 1.44 2.23 1.05.66-.39.72-1.49.15-2.46l-2.91-4.92h-.01Zm-23.211.369-2.75 4.95c-.55.99-.45 2.08.22 2.45.67.37 1.65-.13 2.2-1.11l2.7-4.86c-.82-.43-1.61-.9-2.36-1.43h-.01Z"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M160.084 107.579c-.49 12.19 8.74 22.14 20.18 22.19 11.01.06 19.96-9.12 20.39-20.47.42-11.34-7.8-21.2-18.75-22.07-11.38-.91-21.34 8.18-21.82 20.35Z"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M161.255 107.448c-.46 11.6 8.32 21.07 19.22 21.13 10.48.05 19.01-8.68 19.41-19.49.4-10.79-7.43-20.18-17.85-21.01-10.83-.86-20.31 7.79-20.78 19.37Z"/>
|
|
38
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M166.464 111.849c-.29 7.24 5.16 13.18 12.02 13.27 6.7.09 12.23-5.47 12.49-12.4.26-6.93-4.82-12.84-11.5-13.23-6.83-.4-12.73 5.13-13.01 12.36Z"/>
|
|
39
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M168.744 107.939c-.28 7.21 5.12 13.16 11.93 13.3 6.65.13 12.13-5.36 12.4-12.27.26-6.9-4.79-12.83-11.41-13.26-6.78-.44-12.63 5.03-12.91 12.23h-.01Z"/>
|
|
40
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m181.295 90.339-5.96 4.59c-.33.24-.58.54-.73.89l-1.63 3.66 7.29-1.92 1.04-7.21-.01-.01Z"/>
|
|
41
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M181.574 97.84c-6.43-.39-11.96 4.539-12.77 11.189-.02-.37-.08-.72-.06-1.09.28-7.2 6.13-12.66 12.91-12.23 6.62.43 11.67 6.36 11.41 13.26-.01.36-.1.69-.14 1.04-.26-6.43-5.07-11.79-11.36-12.17h.01Z"/>
|
|
42
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m184.004 92.439.44 1.99c.4 1.82-.78 3.56-2.35 3.46l-1.04-.07c-1.58-.1-2.65-2.01-2.09-3.78l.6-1.93c.79-2.54 3.86-2.3 4.44.33Z"/>
|
|
43
|
+
</svg>
|
|
44
|
+
`;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-Mission" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M319.582 83.195v90c0 13.246-10.754 24-24 24h-272c-13.246 0-24-10.754-24-24v-90c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m185.551 157.877 2.397-32.237-32.998 26.773 11.226 26.279c1.052 2.464 4.368 2.88 5.997.754l10.269-13.409a15.287 15.287 0 0 0 3.109-8.16Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M186.781 141.323c-2.364 2.714-4.977 5.193-7.124 6.96-5.526 4.548-2.746 16.84-7.589 22.108l-4.599 5.003a4.272 4.272 0 0 1-2.159 1.275l-10.361-24.256 32.999-26.773-1.167 15.683Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M165.808 71.64c-38.739 29.996-62.832 61.681-65.642 78.802-.497 16.945 14.581 26.097 23.331 26.85 14.16-1.585 35.034-21.01 60.789-42.115 32.787-26.869 71.379-87.538 61.826-97.577-9.027-9.486-37.099.585-80.304 34.04Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M176.471 141.333c2.137-25.682-15.659-36.449-29.356-41.416-1.087-.394-1.752 1.037-.798 1.689 10.053 6.878 22.133 17.174 23.395 29.487 1.521 14.846 5.511 10.24 6.759 10.24Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M245.492 37.008c.214.188.421.385.618.592 9.553 10.038-29.039 70.708-61.826 97.576-25.755 21.106-46.629 40.531-60.789 42.116-8.749-.754-23.828-9.905-23.331-26.851 2.051-12.494 15.439-32.746 37.581-54.438-3.309 18.79-2.471 36.623 14.828 46.294l33.936-23.749.74-.504a21.753 21.753 0 0 0 8.643-24.031l33.121-23.195c8.943-8.6 14.691-23.916 16.479-33.81Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M209.17 42.966c18.82-9.66 31.431-11.157 36.942-5.366 3.877 4.075-.177 16.487-8.553 31.595-.368-4.236-1.884-8.932-5.42-13.565-5.304-6.95-14.603-10.748-22.969-12.664Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M236.922 70.535c9.351-16.47 13.247-28.67 9.19-32.934a8.74 8.74 0 0 0-.616-.586c.498 6.875-4.584 16.92-9.633 25.1 1.614 4.018 1.341 5.036 1.059 8.42Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M106.969 133.707c7.524-1.292 17.001 2.167 24.42 9.666 8.166 8.254 11.41 18.949 8.843 26.726-6.309 4.042-11.912 6.653-16.736 7.193-8.749-.754-23.827-9.905-23.33-26.85.759-4.624 3.071-10.308 6.803-16.735Z"/>
|
|
12
|
+
<ellipse cx="113.001" cy="162.073" fill="var(--sapContent_Illustrative_Color1)" rx="15.131" ry="7.185" transform="rotate(49.245 113.001 162.073)"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m95.58 97.266 8.623-6.617a26.072 26.072 0 0 1 14.772-5.365l31.074-1.315c-1.27 13.29-24.245 29.091-28.944 30.69l-24.438-9.644c-3.25-1.283-3.859-5.621-1.087-7.749Z"/>
|
|
14
|
+
<ellipse cx="168.416" cy="132.024" fill="var(--sapContent_Illustrative_Color11)" rx="6.574" ry="22.754" transform="rotate(50.927 168.416 132.024)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M224.948 96.215c-6.46 10.164-17.643 13.669-25.788 8.493-8.146-5.177-9.46-16.836-3-27 6-8.5 16.5-13 25.5-8.5 8.145 5.176 9.748 16.843 3.288 27.007Z"/>
|
|
16
|
+
<ellipse cx="213.834" cy="89.123" fill="var(--sapContent_Illustrative_Color2)" rx="12.845" ry="15.897" transform="rotate(32.437 213.834 89.123)"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M204.547 80.097a19.327 19.327 0 0 1 3.704-3.45l18.144 6.667c.181 1.512.13 3.118-.161 4.752l-21.687-7.969Zm21.073 10.411a20.417 20.417 0 0 1-2.212 4.7 20.605 20.605 0 0 1-2.732 3.438l-20.725-7.615c.233-2.897 1.235-5.958 3.04-8.798l.021-.033 22.608 8.308Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M223.527 76.543c5.084 4.19 5.759 12.643 1.342 19.593-4.709 7.409-13.424 10.305-19.464 6.466a10.517 10.517 0 0 1-.786-.552c6.457.561 13.172-2.618 17.072-8.755 3.361-5.288 3.845-11.537 1.836-16.752Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M83.16 188.195c18.318-7.895 53.462-26.44 43.988-36.862-13.521-14.873-36.785 27.655-43.988 36.862Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M131.332 143.331c9.016 9.114 11.147 20.232 9.079 26.629-6.268 4.395-12.556 6.796-16.971 7.291-2.222-.192-4.853-.925-7.534-2.19l1.082-1.243c2.399.867 4.498.827 5.835-.325 3.006-2.591 1.021-9.823-4.435-16.153-5.455-6.33-12.315-9.362-15.321-6.771-1.429 1.232-1.73 3.513-1.066 6.249l-1.055 1c-.607-2.278-.915-4.752-.836-7.418.706-4.304 2.626-9.649 6.762-16.757 7.772-2.286 16.41 1.551 24.46 9.688Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M149.966 84.643c-1.956 13.144-24.24 28.444-28.86 30.016L95.032 104.37c-2.53-.999-3.004-4.377-.846-6.033l1.404-1.078c11.175 7.205 32.613 11.66 54.376-12.616Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M74.101 157.121c0-.563-1.633-1.013-3.815-1.115-.125-2.18-.605-3.8-1.168-3.799-.563.001-1.03 1.634-1.15 3.825-2.188.149-3.815.638-3.808 1.202.008.564 1.633 1.014 3.815 1.115.131 2.18.605 3.8 1.167 3.799.561-.001 1.032-1.634 1.151-3.825 2.189-.149 3.814-.638 3.808-1.202Zm185 3c0-.563-1.633-1.013-3.815-1.115-.125-2.18-.605-3.8-1.168-3.799-.563.001-1.03 1.634-1.15 3.825-2.188.149-3.815.638-3.808 1.202.008.564 1.633 1.014 3.815 1.115.131 2.18.605 3.8 1.167 3.799.561-.001 1.032-1.634 1.151-3.825 2.189-.149 3.814-.638 3.808-1.202Zm24.059-60.96c0-.452-1.314-.815-3.07-.897-.101-1.754-.487-3.058-.94-3.057-.453.001-.829 1.315-.926 3.078-1.761.12-3.07.514-3.064.968.006.454 1.314.816 3.07.897.106 1.754.487 3.058.939 3.057.452-.001.831-1.315.927-3.078 1.761-.12 3.069-.514 3.064-.968Z"/>
|
|
23
|
+
<circle cx="54.265" cy="144.312" r="1.105" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M50.624 91.85c0-.875-2.54-1.575-5.935-1.734-.194-3.39-.941-5.91-1.816-5.909-.876.002-1.603 2.542-1.79 5.95-3.404.232-5.934.993-5.923 1.87.012.877 2.54 1.578 5.935 1.735.204 3.39.941 5.91 1.815 5.909.873-.002 1.604-2.542 1.79-5.95 3.405-.233 5.933-.993 5.924-1.87Z"/>
|
|
25
|
+
<circle cx="231.265" cy="169.312" r="1.105" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id="a">
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h320v240H0z"/>
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>
|
|
33
|
+
`;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-MissionFailed" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m87.547 174.04 5.563 9.703 13.948-6.352-13.948-4.659-5.563 1.308Zm79.805 6.876 13.515 7.376 1.374-1.598 1.297-1.963-16.186-3.815Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m148.992 65.025 6.742 31.615 24.163-34.955-18.148-22.075c-1.701-2.069-5.001-1.538-5.968.96l-6.096 15.75a15.284 15.284 0 0 0-.693 8.705Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M150.941 74.147c-1.137-5.207-.943-11.731 0-13.914 1.741-4.03 3.065-6.28 6.235-12.696l3.011-6.092c.402-.812.912-1.374 1.618-1.778l18.092 22.018-24.162 34.955-4.794-22.493Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M116.174 107.128c7.149 3.515 18.918 11.06 22.219 14.545 0 2.181 2.738 7.928 1.208 8.029 9.259 6.313 27.339 21.705 31.589 38.916-9.191-.78-7.434 5.8-13.369 4.428-4.588-1.06-5.197 9.035-16.741.772-4.545-3.253-7.581-6.836-18.412-2.846-20.529-7.878-38.134-18.392-42.24-22.332-2.898-.454-17.147 1.819-21.253 0-4.107-1.818-17.873-14.695-17.873-18.938 0-2.645 1.69-2.272 13.766-1.06-8.782-7.049-16.514-15.574-17.721-22.544 0-2.37 1.705-8.363 7.985-9.575 5.787-1.117 10.55-.466 13.843 0 5.796.606 30.672 6.363 45.889 12.423 3.784-.505 3.961-5.333 11.11-1.818Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M203.104 28.98c8.61-1.732 25.651 2.822 29.927 19.227 2.106 17.221-12.13 54.392-40.898 94.052-7.418 10.227-14.412 19.024-20.918 26.429l-5.633-2.344-7.58 10.591h-8.078l-3.498-8.555-6.997 2.329-8.645-8.704-8.116 8.967c4.626-25.111 18.448-61.919 33.904-84.514 18.8-27.484 33.386-51.985 46.532-57.479Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M162.348 78.205c4.358 22.478 21.357 27.233 33.652 28.057.976.065 1.176-1.323.247-1.643-9.791-3.366-22.038-9.146-25.984-19.353-4.756-12.305-6.902-7.373-7.915-7.061Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M203.107 28.98c8.61-1.732 25.651 2.822 29.927 19.226 1.537 12.568-4.903 17.342-5.626 10.794-2.095-18.964-10.208-7.538-29.525-11.967l-22.91 31.252-15.076 20.687c-5.976 7.266-4.874 18.973-3.322 25.065 0 0 1.887 33.766-11.738 37.968-3.508 1.856-3.019 7.912-3.019 7.912l-2.397.789c-3.194-3.223-5.614-5.636-8.636-8.701l-8.113 8.964c4.626-25.111 18.448-61.917 33.903-84.511 18.8-27.484 33.386-51.985 46.532-57.479Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M231.197 66.178c-6.859 3.35-16.926 2.69-26.151-2.427-10.153-5.632-16.268-14.988-15.986-23.173 4.922-5.649 9.567-9.727 14.046-11.599 8.61-1.731 25.649 2.823 29.926 19.227.568 4.65-.056 10.756-1.835 17.972Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M196.135 48.244c-.926 1.56-1.505 2.663-2.835 5.11-2.619-3.843-4.366-7.785-4.24-12.774 5.072-6.101 11.753-11.774 14.99-11.746 3.237.029-7.915 2.822-5.792 11.073.424 3.281-1.198 6.777-2.123 8.337Zm8.618-15.832c2.158-3.33 9.593-2.344 16.605 2.201 7.012 4.546 10.947 10.93 8.789 14.26-2.159 3.33-9.594 2.345-16.606-2.2-7.012-4.546-10.947-10.93-8.788-14.26Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m252.523 98.413-6.583 8.648a26.08 26.08 0 0 1-12.847 9.054l-29.64 9.423c-2.262-13.158 15.761-34.434 19.876-37.21l26.112 2.894c3.473.384 5.199 4.41 3.082 7.191Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M238.338 111.82a.327.327 0 0 0 .066-.03c1.524-.957 2.561.318 1.054 1.303a26.086 26.086 0 0 1-6.365 3.022l-29.64 9.423c-.628-4.835.641-8.939 2.327-12.866l11.573 2.52c5.014.926 14.266-1.301 20.985-3.372Z"/>
|
|
14
|
+
<ellipse cx="172.691" cy="85.032" fill="var(--sapContent_Illustrative_Color11)" rx="6.574" ry="22.754" transform="rotate(-145.366 172.691 85.032)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M167.281 81.295c7.142-10.34 15.354-17.049 18.342-14.985-5.794 3.67-8.531 6.173-15.673 16.513-7.987 11.562-7.929 14.042-8.384 15.56-.946 3.158-.466 6.16-1.807 5.371-2.988-2.064.38-12.119 7.522-22.459Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M128.475 135.264c3.349-11.569 13.1-18.07 22.371-15.387 9.27 2.684 13.803 13.506 10.454 25.074-3.375 9.842-12.19 17.107-22.092 15.313-9.27-2.684-14.081-13.432-10.733-25Z"/>
|
|
17
|
+
<ellipse cx="141.132" cy="138.951" fill="var(--sapContent_Illustrative_Color2)" rx="12.845" ry="15.897" transform="rotate(-163.856 141.132 138.951)"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m141.123 147.452-7.085 4.1 3.3-4.548-4.438-4.587 4.438-1.666v-7.416l11.249-8.296-1.77 12.776 4.083 6.564-6.254 9.101-2.12.808 6.061-11.128-3.791-5.345 3.791-12.776-9.828 9.625v7.753l-3.674.383 6.038 4.652Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M135.358 153.746c-6.056-2.596-9.075-10.52-6.786-18.429 2.442-8.434 9.994-13.658 16.869-11.668.31.09.613.194.909.31-6.355 1.273-11.908 6.208-13.93 13.193-1.742 6.018-.455 12.152 2.938 16.594Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m100.139 171.361-6.944 12.624h31.479l-17.128-12.624h-7.407Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m180.876 188.319-6.915-11.257 20.632 9.009-13.717 2.248Zm-63.868-4.338 2.219-4.002 5.512 4.002h-7.731Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m122.295 177.924-4.078 12.123 12.914-7.88-8.836-4.243Z"/>
|
|
23
|
+
</svg>
|
|
24
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Scene-NoApplications" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m96.085 187.07 133.74-23.88c.83-.15.86-1.32.05-1.53l-83.86-20.89c-1-.25-2.05-.3-3.07-.14L37.355 156.9c-1.87.29-2.23 2.82-.51 3.62l56.21 26.14c.94.44 2.01.58 3.04.39l-.01.02Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M234.425 39.1c.53-.03 1.07.07 1.57.25s.99.47 1.43.83c.44.36.82.79 1.12 1.27.31.49.54 1.03.68 1.6l2.49 10.83-161.93 9.75-2.09-12.04a4.21 4.21 0 0 1 .06-1.81 3.917 3.917 0 0 1 2.07-2.57c.52-.26 1.11-.42 1.76-.46l152.84-7.65Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m79.775 63.63 161.92-9.74 20.81 90.49c.14.61.16 1.21.1 1.76-.07.55-.25 1.07-.51 1.52-.27.45-.61.83-1.03 1.11-.42.28-.9.47-1.45.54l-156.56 19.62c-.67.09-1.32.02-1.94-.15-.62-.17-1.21-.47-1.72-.88-.51-.4-.96-.88-1.31-1.45-.35-.57-.6-1.2-.71-1.88L79.785 63.63h-.01Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m95.125 73.19 43.77-2.41c.38-.02.76.03 1.12.14.36.11.69.29.99.51.3.22.55.49.76.79.21.3.34.64.41.99l7.57 38.85a2.51 2.51 0 0 1-.45 1.98c-.2.27-.47.5-.77.68-.3.18-.66.3-1.04.34l-43.82 5.29a3.685 3.685 0 0 1-2.41-.58c-.34-.22-.62-.5-.83-.82-.21-.32-.37-.68-.44-1.07l-7.46-41.74c-.07-.38-.05-.75.05-1.08.1-.33.27-.65.51-.92s.53-.49.88-.65c.35-.16.74-.27 1.16-.3Zm104.68-5.76 32.44-1.79c.28-.02.57.03.84.13s.53.25.76.44c.23.19.44.43.6.69.16.26.29.55.36.86l7.53 33.48c.07.32.08.62.04.91-.04.29-.14.55-.28.78-.14.23-.32.42-.54.57-.22.15-.48.24-.76.28l-32.34 3.91a2.504 2.504 0 0 1-1.8-.53c-.26-.2-.48-.44-.66-.71-.18-.27-.31-.58-.38-.92l-7.58-35.6c-.07-.32-.07-.64-.02-.93.05-.29.17-.55.33-.78.16-.23.37-.41.61-.55.24-.14.53-.22.84-.25l.01.01Zm-48.05 2.64 37.44-2.05c.33-.02.65.03.97.14.32.11.6.27.87.47.27.2.49.45.67.73.18.28.31.59.38.92l7.58 35.95c.07.34.07.67.01.98-.06.31-.18.6-.35.84-.17.24-.39.46-.65.62-.26.16-.56.27-.88.31l-37.4 4.52c-.38.04-.75 0-1.1-.09-.35-.09-.68-.26-.97-.46-.29-.2-.54-.47-.74-.76-.2-.29-.34-.63-.41-.98l-7.58-38.41c-.07-.35-.06-.69.01-1 .07-.31.21-.6.41-.84.2-.24.44-.45.73-.6.29-.15.62-.25.98-.27l.03-.02Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M88.485 51.02c.51-.03 1.02.05 1.5.21.49.16.92.41 1.32.72s.73.69 1 1.12c.27.43.46.9.54 1.41.09.5.08.99-.04 1.44-.11.45-.31.86-.59 1.21-.28.35-.63.65-1.04.86-.41.21-.88.34-1.4.37-.51.03-1.02-.05-1.5-.21a4.23 4.23 0 0 1-1.32-.72c-.39-.31-.74-.69-1.01-1.12-.27-.43-.46-.9-.54-1.42-.09-.51-.07-1 .04-1.45.1-.45.31-.87.59-1.21.28-.34.63-.64 1.05-.86.42-.22.88-.34 1.4-.36v.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M103.065 168.93c-.67.08-1.32.02-1.94-.15-.62-.18-1.21-.48-1.72-.88s-.96-.88-1.31-1.46c-.35-.56-.6-1.2-.71-1.88L79.795 63.63l-2.09-12.04c-.06-.3-.08-.61-.07-.9 0-.29.05-.58.11-.86.07-.28.16-.54.28-.79.11-.25.27-.49.43-.7l-2.65 3.45c-.16.22-.3.45-.43.69-.11.25-.21.5-.28.78-.07.28-.1.55-.11.85 0 .29 0 .59.07.89l2.06 11.91 17.29 99.82c.11.68.36 1.3.7 1.86a5.4 5.4 0 0 0 1.29 1.44c.51.39 1.08.68 1.7.87.62.18 1.27.24 1.92.15l155.15-19.6 4.46-2.15-156.56 19.62v.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m269.075 164.4-3.89 2.51s-.09.06-.13.08c-.04.02-.09.06-.12.08-.04.02-.09.06-.12.08-.04.02-.09.06-.13.08-.83.5-1.68.96-2.55 1.37-.87.41-1.77.76-2.7 1.08-.92.32-1.86.57-2.81.78-.96.21-1.94.37-2.92.47-.49.06-.99.1-1.48.13s-1 .04-1.5.05c-.5 0-1.01 0-1.52-.04s-1.02-.06-1.53-.12c-1.54-.15-3.07-.43-4.6-.81-1.52-.39-3.03-.89-4.5-1.5-1.47-.61-2.92-1.34-4.33-2.17-1.41-.83-2.77-1.76-4.07-2.79a36.883 36.883 0 0 1-3.7-3.36c-1.15-1.2-2.24-2.48-3.23-3.81-.99-1.33-1.89-2.75-2.7-4.2a37.21 37.21 0 0 1-2.12-4.52c-.61-1.55-1.1-3.12-1.48-4.71a34.17 34.17 0 0 1-.8-4.77c-.15-1.6-.19-3.17-.12-4.74.07-1.57.27-3.11.58-4.62.3-1.49.7-2.92 1.21-4.3s1.12-2.71 1.82-3.97c.7-1.26 1.49-2.45 2.38-3.56.89-1.11 1.85-2.15 2.91-3.1l3.43-3.1a26.29 26.29 0 0 0-5.33 6.73 28.19 28.19 0 0 0-3.04 8.35 32.074 32.074 0 0 0-.46 9.46c.15 1.61.42 3.22.81 4.82.39 1.6.89 3.19 1.49 4.76.62 1.57 1.33 3.09 2.14 4.56a38.822 38.822 0 0 0 5.99 8.11c1.17 1.22 2.42 2.35 3.74 3.39a36.466 36.466 0 0 0 8.49 5.03c1.49.63 3.01 1.13 4.55 1.53a31.16 31.16 0 0 0 6.19.95c.52.03 1.02.04 1.53.04s1.01-.02 1.52-.04 1-.07 1.5-.13c.99-.11 1.98-.27 2.95-.47.97-.2 1.92-.47 2.84-.78.93-.31 1.83-.68 2.72-1.08.89-.41 1.74-.87 2.57-1.38.05-.03.09-.06.13-.08.05-.02.09-.06.12-.08.04-.02.09-.06.12-.08.04-.02.09-.06.13-.09"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M267.365 111.939c1.68 1.36 3.24 2.86 4.66 4.48 1.42 1.62 2.7 3.35 3.83 5.16 1.13 1.82 2.1 3.73 2.9 5.71.8 1.97 1.44 4.02 1.89 6.1.33 1.56.56 3.11.67 4.67.11 1.56.13 3.1.02 4.61-.11 1.52-.31 3.03-.63 4.5-.32 1.47-.74 2.91-1.27 4.3a27.574 27.574 0 0 1-4.37 7.57c-.91 1.12-1.92 2.16-3.01 3.1-1.09.95-2.26 1.81-3.51 2.57a25.402 25.402 0 0 1-5.29 2.46c-.93.31-1.88.57-2.84.78-.96.21-1.95.37-2.95.47-.5.06-1 .1-1.5.12-.5.03-1.01.04-1.52.04s-1.02 0-1.53-.04c-.51-.03-1.03-.07-1.55-.12-1.55-.15-3.1-.43-4.64-.83-1.53-.4-3.06-.9-4.55-1.53a36.39 36.39 0 0 1-4.37-2.19c-1.42-.84-2.8-1.78-4.12-2.83a38.772 38.772 0 0 1-3.74-3.39 37.388 37.388 0 0 1-3.26-3.86c-.99-1.35-1.92-2.78-2.73-4.25-.81-1.47-1.53-3-2.14-4.57-.62-1.57-1.11-3.16-1.49-4.76-.38-1.6-.65-3.21-.81-4.82-.15-1.61-.19-3.2-.12-4.79.08-1.59.27-3.14.58-4.67.31-1.53.72-3.01 1.24-4.43s1.16-2.78 1.88-4.07c.72-1.3 1.55-2.51 2.48-3.65.93-1.14 1.93-2.2 3.02-3.15 1.09-.97 2.26-1.83 3.49-2.59a26.8 26.8 0 0 1 3.85-1.96c1.33-.55 2.72-.99 4.15-1.32 1.43-.33 2.88-.54 4.38-.64 2-.13 4.01-.05 6.01.23s3.98.75 5.93 1.41c1.95.66 3.85 1.5 5.69 2.52 1.84 1.03 3.61 2.21 5.3 3.58v.03l-.03.05Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M248.495 118.529c.32-.02.64.02.95.12.31.1.6.27.85.47.25.2.48.46.66.74.18.28.31.6.38.94l2.62 12.86 12.14-1.04c.32-.03.64.02.94.12.3.1.59.26.84.46a2.943 2.943 0 0 1 1.04 1.68c.07.34.07.67.02.97-.05.3-.17.59-.33.83s-.37.45-.62.6c-.25.15-.54.25-.86.28l-12.15 1.08 2.65 13c.07.35.07.68.01.99-.06.31-.18.6-.35.85a2.066 2.066 0 0 1-1.52.9c-.33.03-.65 0-.96-.11-.31-.11-.6-.26-.86-.47-.26-.21-.49-.46-.67-.75a2.88 2.88 0 0 1-.38-.96l-2.63-13.04-12.41 1.1c-.33.03-.66-.01-.97-.12-.31-.11-.61-.26-.87-.47-.26-.21-.49-.46-.68-.75-.19-.29-.31-.61-.38-.96s-.07-.68 0-.99c.07-.31.19-.6.36-.84.17-.24.4-.45.66-.6.26-.15.56-.25.89-.28l12.4-1.07-2.61-12.9a2.315 2.315 0 0 1 .35-1.79 1.965 1.965 0 0 1 1.51-.85h-.02Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|