@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,10 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartArea" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.468 59.062-10.546c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.128-.984 1.245-.226 1.6L43.312 93.29a2.22 2.22 0 0 0 1.343.173v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.04 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.763 1.763 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.807-.063 2.15 2.15 0 0 1-.715-.363 2.284 2.284 0 0 1-.545-.604 2.128 2.128 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.7 1.7 0 0 1 .178-.292l-1.102 1.433a1.96 1.96 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452c.047.28.15.541.292.774a2.179 2.179 0 0 0 1.245.956c.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.01 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M88.427 48.856c.287-.026.596.074.852.3.5.449.623 1.214.275 1.715l-1.923 2.744-7 10.006a2.617 2.617 0 0 1-1.835 1.105l-18.15 2.14a.655.655 0 0 0-.309.118l-11.293 8.009-.095.07-1.245.882c-.156.109-.335.17-.513.187-.426.04-.874-.174-1.153-.587-.396-.592-.291-1.37.23-1.74l2.15-1.518.096-.07 7.395-5.224 3.019-2.132c.37-.261.792-.422 1.244-.474L78.33 62.28a.65.65 0 0 0 .457-.274l7.19-10.253 1.019-1.453.735-1.049a.942.942 0 0 1 .692-.404l.004.008Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M86.768 43.675c.387-.035.805.16 1.07.548.396.561.33 1.314-.14 1.68l-1.352 1.052-6.787 5.277-.326.252a2.512 2.512 0 0 1-.813.426l-18.471 5.682a.775.775 0 0 0-.192.091l-12.198 8.6-.096.07-2.027 1.431c-.157.11-.33.17-.513.183-.427.04-.879-.174-1.157-.591-.4-.592-.3-1.37.226-1.74l2.936-2.063.096-.07 11.32-7.943c.23-.16.482-.287.748-.365l8.874-2.71 9.614-2.937a.586.586 0 0 0 .2-.104l8.03-6.221.453-.352a.922.922 0 0 1 .492-.192l.013-.004Z"/>
|
|
9
|
+
</svg>
|
|
10
|
+
`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartArea2" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.252 59.062-10.546c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.172v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.042 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.21 2.21 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M85.301 42.355c.5.429.802 1.072.934 1.725l.605 3.138a15.435 15.435 0 0 0-3.1-.039c-6.038.528-10.835 4.517-15.198 8.15-.055.054-.12.098-.18.147-2.66 2.215-5.171 4.292-7.825 5.698-3.33 1.759-6.731 2.561-9.754 2.825-2.022.175-3.873.11-5.417-.066l-.324-.039-.468-2.423c-.159-.824-.021-1.654.435-2.275 1.747-2.346 4.143-4.319 7.34-4.599a9.533 9.533 0 0 1 2.352.094c1.923.307 3.71.368 5.374.22 5.022-.44 8.945-2.726 12.121-5.567 3.995-3.571 6.946-7.874 10.034-8.143.994-.088 2.005.242 3.066 1.154h.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m89.408 60.543 2.253 11.665c.214 1.126-.434 2.148-1.445 2.275l-40.194 4.972c-1.099.1-2.093-.698-2.335-1.807l-.467-2.407c2.83-3.698 7.637-7.544 14.594-8.154a23.795 23.795 0 0 1 5.33.16 26.56 26.56 0 0 0 6.05.164c6.851-.599 12.467-3.775 16.214-6.874v.006Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M84.018 48.719a14.218 14.218 0 0 1 3.121.072l4.517 23.423c.214 1.127-.434 2.149-1.446 2.275l-40.193 4.973c-1.1.099-2.094-.698-2.335-1.808.236 1.11 1.236 1.907 2.269 1.813l40.254-4.978c1.017-.126 1.665-1.148 1.445-2.275L89.397 60.55c-3.742 3.1-9.363 6.275-16.215 6.874-1.923.17-3.945.132-6.05-.165a23.161 23.161 0 0 0-5.33-.16c-6.955.61-11.763 4.457-14.593 8.15l-1.868-9.732c.236.028.478.05.725.072.324.027.555.044.791.06a29.46 29.46 0 0 0 4.149-.06c3.181-.28 6.758-1.127 10.27-2.984 2.79-1.478 5.4-3.648 8.033-5.84 4.489-3.737 9.05-7.54 14.704-8.034l.005-.011Z"/>
|
|
10
|
+
</svg>
|
|
11
|
+
`;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartBPMNFlow" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.274 59.062-10.546c.368-.067.381-.585.022-.674L66.704 72.83a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.172v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.824 41.187 67.24-4.044 8.64 37.574c.059.253.067.502.039.73a1.603 1.603 0 0 1-.213.633 1.454 1.454 0 0 1-.427.462 1.345 1.345 0 0 1-.6.225l-65.011 8.147a2.078 2.078 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.603 2.155 2.155 0 0 1-.297-.782l-7.305-41.915Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.041 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.616 1.616 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.605 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.73c.028-.115.067-.226.114-.328.048-.103.111-.202.178-.293l-1.102 1.434c-.067.09-.126.186-.178.288a1.745 1.745 0 0 0-.162.676c0 .122.004.244.028.37l.857 4.946 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.162.45.285.707.36.257.075.525.098.798.063l64.426-8.14 1.853-.892L37.49 84.91Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M83.623 45.076c-.232-1.196-1.287-2.087-2.393-1.989v.005l-34.575 2.464c-1.153.11-1.898 1.215-1.662 2.462l2.444 12.618c.235 1.22 1.321 2.097 2.521 1.992l34.41-3.64c1.086-.137 1.772-1.227 1.54-2.435l-2.285-11.477Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M78.912 47.398c1.606-.14 3.168 1.167 3.511 2.934.317 1.65-.534 3.134-1.944 3.49a2.454 2.454 0 0 1-.421.069 2.85 2.85 0 0 1-.695-.026c-1.154-.191-2.196-1.09-2.647-2.305a3.755 3.755 0 0 1-.234-1.215c-.031-1.528.95-2.79 2.382-2.938h.043l.005-.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M79.363 53.865c.23.039.46.047.695.026.017 0 .039 0 .056-.005.126-.013.248-.034.365-.065l.942 4.888.937 4.86-1.098.127-.938-4.866-.959-4.97v.005Zm-24.18-.655a3.591 3.591 0 0 0-.173-.612l4.614-.486.238 1.237-4.614.49c0-.204-.026-.416-.065-.63Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M69.466 47.537c.421-.035.812.295.899.737l.512 2.652.234 1.224.512 2.652c.083.452-.173.851-.586.899l-5.234.568-1.129.122-3.394.369c-.42.039-.829-.291-.911-.742l-.512-2.674-.24-1.237-.594-2.934c-.087-.456.178-.855.595-.899l9.84-.742.008.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m65.807 56.273.79 4.102 1.038 5.395a.737.737 0 0 0-.422-.091.661.661 0 0 0-.503.304l-.143.217-1.098-5.7-.79-4.105 1.128-.122Zm10.677-5.933c0 .2.026.404.065.612.04.209.096.413.17.604l-5.604.594-.234-1.224 5.603-.59v.004Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M51.535 50.22c1.48-.131 2.917.889 3.477 2.378.074.195.13.403.174.612.039.212.06.42.065.629.026 1.558-.994 2.847-2.487 3.008-.022 0-.044.004-.065.004-1.671.148-3.299-1.18-3.642-2.99-.351-1.832.738-3.464 2.435-3.637h.044v-.005Zm15.68 15.46a.738.738 0 0 1 .42.09.925.925 0 0 1 .135.092l2.982 2.408.217.174a.924.924 0 0 1 .295 1.02.837.837 0 0 1-.07.139l-2.083 3.212a.655.655 0 0 1-.508.308.773.773 0 0 1-.55-.178l-3.217-2.583a.96.96 0 0 1-.117-.112c-.256-.296-.308-.734-.104-1.046l.143-.217 1.814-2.783.143-.217a.661.661 0 0 1 .504-.303l-.004-.005Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m70.752 68.27 5.243-.624.234 1.22-4.965.594a.924.924 0 0 0-.295-1.02l-.217-.174v.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M85.278 63.227c.412-.034.798.287.88.725l1.246 6.467c.087.447-.169.846-.573.898l-9.166 1.129c-.421.04-.812-.287-.895-.725l-.55-2.856-.235-1.22-.473-2.443c-.087-.451.173-.855.581-.903l5.157-.599 1.098-.126 2.92-.338.01-.009Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M58.52 70.57a3.893 3.893 0 0 0-.256-.816l6.493-.772-.144.217c-.203.313-.151.75.105 1.046l-6.142.738a3.492 3.492 0 0 0-.056-.413Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M54.922 67.61c1.393-.121 2.743.782 3.342 2.145a3.88 3.88 0 0 1 .313 1.228c.13 1.654-.912 3.073-2.47 3.264-.035 0-.07.009-.1.009-1.653.143-3.255-1.16-3.602-2.96-.352-1.832.738-3.482 2.426-3.677.03 0 .06-.008.091-.008Z"/>
|
|
17
|
+
</svg>
|
|
18
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartBar" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.684 59.062-10.546c.368-.066.381-.584.022-.673L66.704 73.24a3.41 3.41 0 0 0-1.356-.063l-46.633 7.188c-.824.128-.984 1.245-.226 1.6l24.823 11.542a2.22 2.22 0 0 0 1.343.173v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.042 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.21 2.21 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M68.585 60.305c.427-.04.823.288.91.732l.645 3.355c.087.454-.174.859-.592.907L52.57 67.294c-.44.04-.841-.287-.929-.74l-.653-3.404c-.087-.462.187-.871.61-.919l16.986-1.926Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M79.454 44.263c.414-.035.806.292.89.737l.64 3.311c.087.45-.17.85-.575.89l-30.685 2.773c-.436.04-.845-.296-.933-.75l-.653-3.398c-.092-.462.183-.868.61-.911l30.702-2.656.004.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M72.126 52.43c.419-.035.815.292.898.741l.645 3.334c.087.453-.174.854-.584.902l-21.884 2.285c-.44.04-.841-.292-.928-.745l-.654-3.403c-.091-.462.183-.867.61-.911l21.897-2.203Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M65.101 68.633c.432-.039.824.288.911.732l.645 3.364c.087.458-.179.868-.597.92l-11.896 1.468c-.44.04-.846-.287-.928-.74l-.654-3.4c-.092-.461.183-.875.61-.928l11.905-1.42.004.004Z"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartBullet" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 92.812 59.062-10.546c.368-.066.381-.584.022-.673l-37.034-9.226a3.412 3.412 0 0 0-1.356-.062l-46.633 7.188c-.824.128-.984 1.245-.226 1.6l24.823 11.542a2.22 2.22 0 0 0 1.343.173v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.041 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.616 1.616 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M56.856 61.986c.435-.04.835.291.917.74l1.919 9.966c.087.456-.178.87-.6.922l-3.115.383c-.44.039-.84-.287-.927-.74l-1.923-10.001c-.087-.461.188-.87.61-.918l3.119-.352Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M80.042 56.366c.417-.035.805.287.892.73l2.449 12.699c.082.453-.174.853-.575.905l-3.001.37c-.422.039-.81-.283-.896-.727l-2.454-12.742c-.087-.452.174-.848.579-.896l3.006-.335v-.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m71.06 71.3-2.628-13.642 4.533-.505 2.618 13.595c.087.452-.174.857-.582.909l-3.041.374c-.427.04-.818-.283-.905-.73h.004Zm.1-19.572c.417-.035.813.292.9.735l.666 3.463-4.537.5-.67-3.471c-.087-.453.174-.853.591-.896l3.046-.326.004-.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m63.101 72.274-1.575-8.195 4.59-.531 1.57 8.165c.087.457-.178.866-.591.918l-3.08.374h-.026c-.41.035-.8-.287-.888-.735v.004Zm-.908-25.123c.422-.039.822.296.909.744l2.775 14.417-4.59.527-2.783-14.465c-.087-.457.182-.857.6-.905l3.089-.318Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M73.176 55.878c.314-.026.61.218.675.548.065.34-.13.64-.44.675l-.443.048-4.533.504-.448.048c-.322.026-.618-.222-.683-.557-.066-.339.13-.643.443-.674l.453-.048 4.537-.5.448-.048-.009.004Zm-6.829 6.382c.305-.027.6.221.666.552.065.339-.135.644-.444.678l-.452.053-4.59.53-.456.053c-.322.026-.622-.218-.688-.557-.065-.344.14-.649.453-.683l.452-.053 4.59-.526.452-.052h.017v.004Zm-9.617-7.421c.325-.031.626.217.69.556.066.34-.139.648-.452.683l-5.572.61c-.327.03-.631-.223-.696-.562-.066-.343.139-.648.456-.683l5.573-.6v-.005Zm23.385-4.324c.309-.026.605.217.67.552.065.335-.13.635-.435.666l-5.368.578c-.314.026-.61-.217-.675-.552-.065-.335.135-.64.44-.67l5.364-.574h.004Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartDoughnut" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.46 59.062-10.545c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062L18.715 80.14c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.172v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.187 67.24-4.044 8.64 37.574c.059.253.067.502.039.73a1.603 1.603 0 0 1-.213.633 1.454 1.454 0 0 1-.427.462 1.345 1.345 0 0 1-.6.225l-65.011 8.147a2.077 2.077 0 0 1-1.521-.427 2.28 2.28 0 0 1-.545-.603 2.157 2.157 0 0 1-.297-.782l-7.305-41.915Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.042 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.21 2.21 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M78.647 60.512c.282-.01.543.238.57.543l.017.244c-.022-.305-.277-.554-.56-.554l-4.857.028c-.305.022-.488.265-.477.565a8.789 8.789 0 0 1-.476 3.284 7.428 7.428 0 0 1-2.005 3.064 6.932 6.932 0 0 1-4.11 1.794 7.647 7.647 0 0 1-2.21-.138.5.5 0 0 0-.61.415l-.797 5.174c-.045.293.132.593.404.67-2.51-.598-4.902-1.9-6.913-3.783a17.52 17.52 0 0 1-4.786-7.716c-.892-2.947-.964-6.027-.21-8.835a14.09 14.09 0 0 1 1.312-3.235c-.121.249-.016.587.233.759l4.465 2.947c.11.072.232.1.343.088a.5.5 0 0 0 .388-.244 7.085 7.085 0 0 1 2.775-2.642c-.393.21-.77.454-1.119.737-1.219.98-2.088 2.365-2.515 3.966-.426 1.6-.388 3.357.128 5.046a9.969 9.969 0 0 0 2.725 4.41c1.268 1.19 2.797 1.977 4.392 2.27a7.739 7.739 0 0 0 2.017.1 7.012 7.012 0 0 0 2.548-.72c1.379-.698 2.487-1.844 3.196-3.285.626-1.285.914-2.758.825-4.27-.016-.3.166-.549.438-.571l4.89-.11h-.021Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M67.708 42.322h.06a13.96 13.96 0 0 1 4.914 1.163c1.75.759 3.39 1.872 4.808 3.273a17.384 17.384 0 0 1 3.473 4.87 17.233 17.233 0 0 1 1.568 5.173c.038.293-.144.537-.405.56l-5.86.016c-.283 0-.543-.255-.587-.56a9.02 9.02 0 0 0-.748-2.331 8.905 8.905 0 0 0-1.756-2.454 8.023 8.023 0 0 0-2.426-1.64 7.056 7.056 0 0 0-2.21-.56c-.288-.022-.543-.27-.582-.581l-.643-6.387c-.027-.282.145-.526.4-.548l-.006.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M62.6 45.728c.215-.017.437-.033.653-.039.288-.01.543.244.576.554l.543 5.34c.033.31-.177.56-.454.582a.695.695 0 0 0-.117.01 7.327 7.327 0 0 0-.786.111c-.05.012-.089.017-.127.028-.04.011-.078.017-.111.028-.017 0-.034.011-.056.011s-.033.011-.055.011l-.072.017a7.172 7.172 0 0 0-.964.327c-.072.027-.127.055-.183.083a.198.198 0 0 1-.05.022l-.072.033c-.216.105-.41.21-.598.327a7.134 7.134 0 0 0-2.365 2.41.5.5 0 0 1-.388.243.535.535 0 0 1-.343-.089l-4.465-2.946c-.249-.172-.354-.505-.232-.76.127-.232.249-.431.376-.63.056-.084.094-.15.139-.217.055-.083.1-.15.15-.221l.132-.189a117.144 117.144 0 0 1 .133-.188c.022-.028.039-.055.061-.078.028-.033.056-.072.083-.105l.133-.166c.017-.022.039-.044.056-.067.033-.038.06-.077.094-.11a.385.385 0 0 0 .044-.056l.1-.116c.01-.017.027-.028.038-.044.122-.139.244-.272.372-.405.05-.05.088-.094.133-.138.193-.194.37-.366.553-.532.017-.017.034-.028.05-.044.04-.033.072-.067.111-.094a.423.423 0 0 1 .067-.056c.038-.033.083-.066.121-.105.045-.039.095-.078.139-.116.022-.023.05-.04.078-.061.033-.028.066-.05.1-.078.016-.016.038-.028.055-.044.038-.033.083-.061.127-.094.011-.011.028-.017.039-.028.05-.039.105-.078.155-.116.244-.172.482-.333.725-.482a12.198 12.198 0 0 1 5.307-1.74l-.005.017Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m73.773 60.778 4.897-.033c.283 0 .543.254.565.56.011.127.017.248.022.376 0 .105.006.16.011.216 0 .138.006.232.006.332v.654c0 .072 0 .144-.006.216v.094c0 .044 0 .094-.005.138 0 .034 0 .067-.006.1 0 .044-.005.094-.01.139 0 .027 0 .06-.006.088l-.017.216a.502.502 0 0 1-.011.094c0 .045-.011.084-.011.128 0 .039-.011.083-.011.122 0 .033-.006.06-.011.094 0 .044-.011.088-.017.133 0 .016 0 .039-.005.055a14.541 14.541 0 0 1-.704 2.936 13.263 13.263 0 0 1-2.332 4.149 1.42 1.42 0 0 1-.083.094c-.017.022-.033.039-.05.06a1.842 1.842 0 0 1-.138.156 11.998 11.998 0 0 1-6.376 3.772c-.554.128-1.119.216-1.69.266a13.167 13.167 0 0 1-4.198-.316.62.62 0 0 1-.438-.681l.798-5.174a.5.5 0 0 1 .449-.426c.05 0 .105 0 .16.011.737.155 1.485.2 2.21.139a6.932 6.932 0 0 0 4.11-1.795 7.5 7.5 0 0 0 2.006-3.063c.365-1.03.526-2.15.476-3.285-.011-.3.172-.537.438-.56l-.023-.005Z"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartFlow" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.022 59.062-10.546c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.172v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.822 41.187 67.24-4.044 8.64 37.574c.059.253.067.502.039.73a1.603 1.603 0 0 1-.213.633 1.454 1.454 0 0 1-.427.462 1.345 1.345 0 0 1-.6.225L37.49 84.914a2.077 2.077 0 0 1-1.521-.427 2.279 2.279 0 0 1-.545-.603 2.155 2.155 0 0 1-.297-.782l-7.305-41.915Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.04 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.763 1.763 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.807-.063 2.15 2.15 0 0 1-.715-.363 2.284 2.284 0 0 1-.545-.604 2.128 2.128 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.7 1.7 0 0 1 .178-.292l-1.102 1.433a1.96 1.96 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452c.047.28.15.541.292.774a2.179 2.179 0 0 0 1.245.956c.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.01 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M87.814 53.437c.536-.045 1.043.373 1.15.948l.84 4.388c.114.58-.22 1.1-.738 1.156l-8.747 1.003c-.547.051-1.055-.372-1.162-.947l-.191-.993-.305-1.584-.355-1.839c-.113-.586.23-1.105.755-1.162l8.747-.97h.006Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M67.025 53.658a.998.998 0 0 1 .722.236l4.918 4.005c.062.05.112.101.163.163.322.384.384.942.124 1.337l-.192.293L69.952 64l-.203.31a.859.859 0 0 1-.649.394.952.952 0 0 1-.518-.101 1.353 1.353 0 0 1-.203-.13l-4.642-3.756-.299-.242c-.4-.322-.552-.874-.389-1.314a.87.87 0 0 1 .096-.192l3.226-4.912a.843.843 0 0 1 .648-.39l.006-.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M55.3 57.03c.553-.05 1.078.378 1.19.964l.355 1.861.31 1.608.192 1.004c.119.597-.23 1.122-.778 1.184l-9.79 1.122c-.57.05-1.094-.383-1.207-.97l-.869-4.506c-.112-.598.243-1.128.796-1.184l4.23-.468 1.488-.164 4.078-.451h.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M90.31 66.741c.542-.045 1.038.367 1.145.936l.846 4.388c.113.58-.22 1.1-.744 1.167l-13.45 1.647c-.553.05-1.055-.367-1.168-.942l-.22-1.15-.305-1.59-.321-1.687c-.113-.587.226-1.111.756-1.173l13.461-1.602v.006Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M56.342 43.365c.553-.05 1.077.384 1.19.97l.897 4.659c.113.592-.237 1.11-.779 1.173l-7.68.812-1.49.158-4.889.519c-.564.05-1.094-.384-1.207-.97l-.902-4.71c-.113-.597.242-1.122.795-1.178l14.065-1.438v.005Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m72.827 58.062 5.832-.654.304 1.585-6.203.7.191-.294c.254-.4.192-.959-.124-1.337ZM69.956 64l1.45 7.53c.028.146.152.253.281.242l4.727-.57.304 1.59-4.715.57s-.04 0-.056.006c-.92.08-1.805-.654-2.002-1.664L68.58 64.6a.96.96 0 0 0 .519.101.85.85 0 0 0 .648-.395l.204-.31.005.006ZM49.972 50.984l1.252 6.497-1.489.164-1.252-6.503 1.49-.158Zm13.083 8.172c-.163.44-.011.992.39 1.314l.298.242-6.581.745-.31-1.608 6.209-.693h-.006Z"/>
|
|
13
|
+
</svg>
|
|
14
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartGantt" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.03 59.062-10.547c.368-.066.381-.585.022-.673l-37.034-9.226a3.412 3.412 0 0 0-1.356-.062L18.715 79.71c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.173v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M31.438 35.95c.214-.012.423.02.625.087a1.816 1.816 0 0 1 .964.766c.11.178.19.376.225.585a1.351 1.351 0 0 1-.26 1.098 1.3 1.3 0 0 1-.431.355 1.44 1.44 0 0 1-.581.154 1.671 1.671 0 0 1-.625-.086 1.767 1.767 0 0 1-.549-.3 1.885 1.885 0 0 1-.419-.467 1.614 1.614 0 0 1-.225-.588 1.524 1.524 0 0 1 .016-.6c.043-.186.13-.36.245-.502a1.345 1.345 0 0 1 1.016-.506v.004Zm-3.614 5.238 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.078 2.078 0 0 1-1.521-.427 2.284 2.284 0 0 1-.545-.604 2.155 2.155 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.041 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.616 1.616 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M52.273 47.319c.313-.026.613.226.679.561l.435 2.254-1.149.117-.435-2.258c-.065-.343.14-.648.457-.678h.013v.004Zm4.503 26.557-3.572-18.575 1.149-.126 3.567 18.558c.065.344-.14.652-.453.692-.326.03-.626-.214-.691-.553v.004Zm10.502-11.915 1.092-.126h.03l1.997 10.37c.066.34-.13.645-.439.684-.326.03-.613-.213-.679-.548l-1.996-10.375-.005-.005ZM64.79 46.048c.314-.026.618.217.684.557l1.97 10.24-1.122.122-1.97-10.245c-.066-.34.13-.644.443-.674h-.004Zm16.739 24.784-.426-2.215 1.1-.135.427 2.215c.065.335-.13.64-.435.679h-.018c-.296.026-.587-.214-.648-.549v.005Zm-4.455-26.037c.31-.026.605.217.67.552l3.507 18.193-1.101.13-3.506-18.21c-.066-.334.126-.635.435-.665h-.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M60.066 49.446c.421-.04.826.291.913.743l.644 3.363c.087.457-.178.857-.596.9l-6.673.723-1.149.126-4.115.444c-.435.039-.844-.296-.931-.749l-.653-3.397c-.087-.461.187-.87.614-.914l4.115-.426 1.148-.117 6.678-.697h.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M84.803 63.126c.417-.034.8.288.883.727l.64 3.306c.086.444-.17.848-.57.896l-3.555.43-1.1.136-8.183.987c-.426.04-.818-.282-.905-.73l-.644-3.346c-.087-.452.174-.857.588-.905l8.187-.957 1.1-.13 3.554-.418.005.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M67.275 56.877c.43-.03.818.296.905.735l.648 3.35c.083.44-.165.84-.566.9h-.03l-1.092.126-9.875 1.132c-.435.039-.835-.292-.922-.744l-.649-3.38c-.09-.462.179-.866.6-.914l9.88-1.092 1.096-.122.005.009Zm9.569-1.071c.418-.034.81.287.892.736l.64 3.323c.087.448-.174.848-.579.896l-6.442.74c-.422.039-.818-.287-.905-.735l-.644-3.346c-.087-.452.174-.852.587-.9l6.447-.714h.004Z"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartOrg" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.201 92.876 58.057-10.367c.362-.065.375-.575.022-.662l-36.405-9.069a3.352 3.352 0 0 0-1.333-.06l-45.84 7.064c-.81.127-.966 1.224-.221 1.573L42.88 92.7c.41.192.871.253 1.32.17v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m28.224 41.167 67.099-4.036 8.622 37.496c.059.252.067.5.04.729a1.63 1.63 0 0 1-.213.63 1.461 1.461 0 0 1-.426.462 1.351 1.351 0 0 1-.599.224l-64.876 8.13a2.073 2.073 0 0 1-1.518-.426 2.278 2.278 0 0 1-.544-.602 2.15 2.15 0 0 1-.295-.78l-7.29-41.827Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.308 31.002c.22-.012.441.028.65.103.21.074.41.193.592.342a2.208 2.208 0 0 1 .745 1.19l1.033 4.49-67.103 4.04-.868-4.99a1.76 1.76 0 0 1 .024-.75 1.615 1.615 0 0 1 .86-1.064c.216-.106.46-.173.729-.188l63.338-3.173Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.871 84.799a2.038 2.038 0 0 1-.804-.064 2.144 2.144 0 0 1-.714-.362 2.278 2.278 0 0 1-.544-.603 2.125 2.125 0 0 1-.296-.78l-7.29-41.824-.867-4.989a1.73 1.73 0 0 1 .02-.73 1.676 1.676 0 0 1 .292-.618l-1.1 1.43a1.974 1.974 0 0 0-.178.288 1.745 1.745 0 0 0-.162.674c0 .123.005.245.028.37l.856 4.935 7.163 41.366a2.18 2.18 0 0 0 .828 1.368c.213.161.45.283.706.358.256.075.524.099.796.063l64.292-8.122 1.849-.891-64.875 8.13Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M86.013 67.197c-.977.088-1.933-.703-2.142-1.79-.214-1.115.423-2.103 1.428-2.219h.05c.983-.088 1.933.709 2.147 1.796.209 1.104-.423 2.098-1.422 2.213a.17.17 0 0 0-.055.006l-.006-.006Zm1.467 1.198c.9-.077 1.796.29 2.471.95-.483 1.323-1.576 2.29-2.998 2.466-.044 0-.083.01-.127.01-1.378.121-2.735-.537-3.674-1.647.412-.83 1.17-1.406 2.11-1.521l2.13-.253a.48.48 0 0 0 .088-.01v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M85.48 61.36c2.757-.012 5.338 2.262 5.931 5.321.632 3.268-1.241 6.205-4.19 6.562l-.17.017h-.055c-.027 0-.055 0-.083.005h-.615c-.027 0-.06 0-.088-.005h-.044a.613.613 0 0 1-.098-.01h-.033c-.038 0-.072-.012-.11-.017l-.149-.023c-2.41-.411-4.524-2.515-5.051-5.25-.363-1.877.104-3.646 1.12-4.876.313-.38.68-.709 1.087-.972a4.619 4.619 0 0 1 2.01-.714c.044 0 .088-.011.132-.011a5.11 5.11 0 0 1 .406-.016v-.012Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M85.339 63.178c.983-.088 1.933.708 2.147 1.796.203 1.069-.384 2.035-1.33 2.2l-.097.007a.189.189 0 0 1-.055.006c-.978.088-1.928-.703-2.142-1.79-.209-1.116.423-2.104 1.428-2.22h.049Zm2.13 5.216c.9-.082 1.796.286 2.471.95l.01.006c-.478 1.323-1.576 2.29-2.998 2.466-.044.005-.083.01-.127.01-1.384.121-2.74-.538-3.674-1.647l-.007-.008c.413-.825 1.17-1.398 2.106-1.513l2.13-.252a.483.483 0 0 1 .089-.012Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M64.459 42.59c2.894-.094 5.645 2.262 6.254 5.431.637 3.3-1.285 6.239-4.3 6.568-.038 0-.07.005-.109.01h-.072c-2.965.22-5.843-2.174-6.463-5.425-.643-3.317 1.313-6.26 4.338-6.568.022 0 .05 0 .072-.005.093-.006.186-.017.28-.017v.005Z" clip-rule="evenodd"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M65.21 48.476c-1.01.088-1.993-.73-2.212-1.834-.215-1.115.439-2.114 1.46-2.219h.022c1.016-.087 2.005.725 2.22 1.835.213 1.114-.44 2.108-1.462 2.218h-.033.006Zm1.436 1.225c.933-.082 1.861.302 2.564.989-.494 1.323-1.614 2.29-3.075 2.443-.028 0-.055 0-.077.006-1.428.126-2.84-.555-3.8-1.697.423-.83 1.203-1.406 2.158-1.505l2.18-.236h.055-.005Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" fill-rule="evenodd" d="M68.918 63.304c2.713.126 5.195 2.372 5.772 5.37l-.006-.005c.291 1.5.05 2.933-.582 4.086-.758 1.373-2.07 2.345-3.707 2.548-.06.006-.115.017-.176.017h-.049c-.038.006-.066.005-.088.005h-.637c-.033-.005-.06-.005-.087-.005h-.056c-.033-.005-.06-.011-.093-.011h-.044c-.033 0-.066-.011-.099-.011h-.038c-.039-.005-.072-.011-.11-.017-.071-.01-.11-.022-.154-.027-2.405-.478-4.486-2.565-5.008-5.278-.571-2.976.928-5.672 3.421-6.452.291-.088.593-.154.912-.192.05 0 .093-.012.137-.012.12-.01.242-.016.362-.016.11-.006.22 0 .33 0Z" clip-rule="evenodd"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M70.12 73.864c-.043 0-.082.011-.126.011-1.411.12-2.795-.538-3.745-1.658.423-.84 1.197-1.423 2.158-1.538l2.175-.264c.033 0 .06-.005.093-.01.917-.083 1.835.29 2.526.96-.494 1.335-1.614 2.318-3.07 2.494l-.01.005Zm-.948-4.661c-1 .087-1.971-.714-2.18-1.813-.214-1.12.44-2.125 1.46-2.24.017 0 .039 0 .055-.006 1-.088 1.972.714 2.18 1.813.22 1.114-.439 2.12-1.455 2.24-.016 0-.038 0-.055.006h-.005ZM51.977 71.25c-1.022.088-2.016-.719-2.224-1.828-.214-1.137.456-2.147 1.499-2.274h.05c1.026-.088 2.015.72 2.229 1.834.214 1.126-.45 2.142-1.494 2.268-.016 0-.038 0-.055.006l-.005-.006Zm1.513 1.214c.94-.082 1.873.291 2.576.966-.505 1.351-1.653 2.345-3.141 2.521l-.138.017c-1.438.126-2.844-.539-3.816-1.67.434-.851 1.23-1.444 2.207-1.56l2.219-.263c.033 0 .06-.006.093-.011Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M51.457 65.281c2.872-.016 5.557 2.301 6.156 5.426.642 3.334-1.324 6.343-4.399 6.722-.06.005-.12.016-.186.022-.05 0-.094.005-.144.01-2.97.182-5.815-2.18-6.441-5.42-.643-3.355 1.345-6.364 4.437-6.721l.143-.017c.143-.01.286-.016.423-.022h.01Z" clip-rule="evenodd"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m69.905 52.458 13.027 9.649a4.695 4.695 0 0 0-1.088.972l-12.9-9.55a4.88 4.88 0 0 0 .967-1.076l-.006.005Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M51.291 67.143c1.027-.088 2.016.72 2.23 1.834.214 1.126-.45 2.142-1.494 2.268-.016.005-.038.005-.054.005-1.022.088-2.011-.72-2.225-1.829-.208-1.1.415-2.083 1.403-2.258l.091-.02h.05Zm1.505 8.837c-1.438.126-2.85-.539-3.816-1.67v-.011c.434-.846 1.23-1.445 2.207-1.56v-.005l2.22-.264a.577.577 0 0 1 .092-.011c.94-.082 1.873.291 2.576.966v.017c-.506 1.35-1.653 2.34-3.141 2.52-.044.006-.094.017-.138.017Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M65.465 54.6c.252.017.51.017.763 0h.071a4.76 4.76 0 0 0 .599-.088l1.691 8.787a4 4 0 0 0-.362.016c-.044 0-.088.011-.138.011-.318.039-.62.105-.911.193L65.459 54.6h.005Zm-3.378-1.434c.406.347.851.638 1.318.868l-8.946 12.104a5.855 5.855 0 0 0-1.488-.648l9.116-12.323Z"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ChartPie" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.678 59.062-10.546c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.128-.984 1.245-.226 1.6L43.312 93.5a2.22 2.22 0 0 0 1.343.173v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.042 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.21 2.21 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.911a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.279 2.279 0 0 1-.545-.605 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.73c.028-.115.067-.226.114-.328.048-.103.111-.202.178-.293l-1.102 1.434a1.95 1.95 0 0 0-.178.288 1.742 1.742 0 0 0-.162.676c0 .122.004.245.028.37l.857 4.946 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.162.45.285.707.36.257.075.525.098.798.063l64.426-8.14 1.853-.892L37.49 84.91Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M65.79 59.78c.034.316.299.57.592.57l13.06-.063-13.19.062c-.26.023-.434.192-.468.423l-2.147 13.934c-.045.299.14.609.422.693-2.638-.63-5.14-2.023-7.226-4.03a17.791 17.791 0 0 1-4.746-7.92c-.863-3.01-.89-6.132-.08-8.973.813-2.835 2.413-5.254 4.606-6.945-.203.18-.214.53-.022.778l8.703 11.324c.067.09.163.124.248.119.124-.012.23-.119.22-.276l.034.31-.006-.006Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m66.212 60.35 13.23-.063c.259 0 .5.209.557.485a.433.433 0 0 1 .011.09c0 .073.012.152.012.225 0 .04 0 .08.005.119v.248c.006.231.012.411.006.592v.214c0 .214-.011.395-.023.575 0 .107-.01.158-.01.209v.073c0 .05-.006.096-.012.146 0 .04-.006.074-.011.113 0 .062-.012.13-.017.192 0 .045-.011.09-.011.13a.614.614 0 0 1-.012.1c0 .046-.011.097-.017.142a.43.43 0 0 1-.011.084c-.011.074-.017.147-.028.22a3.12 3.12 0 0 1-.04.243c-.016.112-.028.174-.04.242-.022.124-.033.192-.05.265-.017.096-.034.174-.05.254-.023.1-.034.163-.051.225 0 .023-.012.045-.017.073-.011.05-.023.102-.04.158-.005.028-.01.05-.017.079l-.033.135c-.023.08-.04.158-.062.237-.028.09-.045.152-.062.214-.074.248-.153.496-.237.739-.744 2.125-1.95 3.985-3.534 5.433-.541.496-1.116.942-1.73 1.33l-.052.035a12.188 12.188 0 0 1-3.546 1.51c-.05.011-.078.017-.112.028l-.152.034c-.062.012-.124.028-.18.04-.029.005-.062.01-.09.017-.017 0-.034.005-.057.01a12.862 12.862 0 0 1-3.252.225 1.433 1.433 0 0 1-.192-.01.926.926 0 0 1-.124-.011c-.034 0-.062 0-.096-.006-.597-.05-1.195-.14-1.792-.27l-.215-.051a.639.639 0 0 1-.445-.7l2.148-13.933a.474.474 0 0 1 .428-.423l.023-.017Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M74.053 42.464a.456.456 0 0 1 .298.074c2.565 1.516 4.792 3.68 6.483 6.279a20.449 20.449 0 0 1 3.14 8.556c.039.3-.153.542-.418.564l-14.892-.05c-.395 0-.7-.463-.547-.84l5.552-14.284a.44.44 0 0 1 .384-.293v-.006Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M63.09 45.006c.225-.017.445-.034.67-.04.27-.011.524.214.58.508 0 .016.006.039.012.056l1.41 13.928c.01.17-.097.277-.22.288a.291.291 0 0 1-.249-.119L56.59 48.303c-.192-.248-.186-.597.023-.778a12.348 12.348 0 0 1 6.476-2.52Z"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-CodePlaceholder" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="128" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M104 31a4 4 0 0 1 4 4v69a4 4 0 0 1-4 4H35a4 4 0 0 1-4-4h69a4 4 0 0 0 4-4V31Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M24 28a4 4 0 0 1 4-4h72a4 4 0 0 1 4 4v72a4 4 0 0 1-4 4H28a4 4 0 0 1-4-4V28Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M29 97v-2.75a1 1 0 1 1 2 0V97h2.75a1 1 0 1 1 0 2H31a2 2 0 0 1-2-2Zm17.95 0a1 1 0 0 1 0 2h-5.5a1 1 0 1 1 0-2h5.5Zm13.2 0a1 1 0 0 1 0 2h-5.5a1 1 0 1 1 0-2h5.5Zm13.2 0a1 1 0 1 1 0 2h-5.5a1 1 0 0 1 0-2h5.5Zm13.2 0a1 1 0 1 1 0 2h-5.5a1 1 0 0 1 0-2h5.5ZM97 97v-2.75a1 1 0 1 1 2 0V97a2 2 0 0 1-2 2h-2.75a1 1 0 1 1 0-2H97ZM29 86.55v-5.5a1 1 0 0 1 2 0v5.5a1 1 0 1 1-2 0Zm68 0v-5.5a1 1 0 0 1 2 0v5.5a1 1 0 1 1-2 0Zm-68-13.2v-5.5a1 1 0 0 1 2 0v5.5a1 1 0 1 1-2 0Zm68 0v-5.5a1 1 0 0 1 2 0v5.5a1 1 0 1 1-2 0Zm-68-13.2v-5.5a1 1 0 1 1 2 0v5.5a1 1 0 0 1-2 0Zm68 0v-5.5a1 1 0 1 1 2 0v5.5a1 1 0 0 1-2 0Zm-68-13.2v-5.5a1 1 0 1 1 2 0v5.5a1 1 0 0 1-2 0Zm68 0v-5.5a1 1 0 1 1 2 0v5.5a1 1 0 0 1-2 0Zm-68-13.2V31a2 2 0 0 1 2-2h2.75a1 1 0 1 1 0 2H31v2.75a1 1 0 1 1-2 0Zm68 0V31h-2.75a1 1 0 1 1 0-2H97a2 2 0 0 1 2 2v2.75a1 1 0 1 1-2 0ZM46.95 29a1 1 0 0 1 0 2h-5.5a1 1 0 1 1 0-2h5.5Zm13.2 0 .102.005a1 1 0 0 1 0 1.99L60.15 31h-5.5a1 1 0 1 1 0-2h5.5Zm13.2 0a1 1 0 1 1 0 2h-5.5a1 1 0 0 1 0-2h5.5Zm13.2 0a1 1 0 1 1 0 2h-5.5a1 1 0 0 1 0-2h5.5Z"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Company" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m45.833 78.502 13.462-.627V30.681l-13.758 7.98.296 39.84Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m57.16 50.044-9.818 4.015.021 1.967 9.8 1.97-.002-7.952Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m74.249 83.702-14.954 2.344V30.68l14.954 5.869v47.152Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m72.736 61.098-11.432-1.196v-27.02l11.432 4.322v23.894Zm0 25.095L61.304 88.28V61.257l11.432 1.041v23.895Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m64.795 33.794-.014 26.415h-1.085l.014-26.416h1.085Zm3.261.779-.032 26.543-1.085-.001.032-26.544 1.085.002Zm2.794 1.47v24.803h-1.085V36.043h1.085Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M52.764 53.264v13.008L67 61.29l-14.236-8.026Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m54.394 55.678 12.132 6.136-4.078 1.27-8.03-2.765-.024-4.641Zm-.022 5.38.025 4.7 7.403-2.357-7.428-2.343Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m91.817 96.872-15.243.162v-39.38l15.186 7.83.057 31.388Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M35.309 97.035v-35.31l17.455-8.461.06 12.913 23.8-8.512-.018 39.37H35.31Zm55.516-25.419-12.713-5.43v-6.21l12.67 6.658.043 4.982Zm-.081 5.652-12.632-3.836v-6.206l12.59 5.063.042 4.979Zm-.004 5.913-12.68-2.368v-6.207l12.638 3.604.043 4.971Zm.11 6.006L78.053 88.02v-6.21l12.755 2.406.042 4.972Zm-.054 5.963-12.793.309v-6.207l12.751.932.042 4.965Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m53.292 67.88 21.928-7.322.01 4.162-21.928 6.133-.01-2.973Zm.011 6.048 21.924-5.359.004 4.17-21.928 4.349v-3.16Zm0 6.133 21.928-3.937v4.184l-21.928 2.91V80.06Zm0 6.176 21.928-2.6v4.19L53.303 89.39v-3.153Zm.017 6.006 21.91-.932v3.986H53.32v-3.054Zm-16.699-28.93 14.342-6.143.017 2.91-14.33 5.805-.029-2.572Zm.029 5.105 14.359-5.334.017 2.938-14.377 4.993v-2.597Zm-.029 4.919 14.38-4.412.015 2.959-14.395 4.07v-2.617Zm.029 4.737 14.341-3.61.018 2.984-14.36 3.258v-2.632Zm-.029 4.939 14.363-2.65.017 3.009-14.352 2.29-.028-2.65Zm.039 4.92 14.317-1.791.014 3.033-14.342 1.428.011-2.67Zm-.01 4.954 14.317-.841.02 3.248-14.338.274v-2.681Zm20.077-57.035-9.396 4.983.005 10.29 9.423-3.952-.032-11.32Z"/>
|
|
13
|
+
</svg>
|
|
14
|
+
`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Compass" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M75.858 50.233c-.75-7.135-9.999-9.966-17.297-10.113H44.093c-.234.886 1.215 2.49 1.854 2.869.436.258.862.391 1.294.45l1.52 1.716a14.31 14.31 0 0 0-.432.911h-1.154l-.005.001c-1.495-.017-2.728.29-3.47 1.218-1.335 1.667-2.753 4.878-2.53 7.435l-.01-.002V54.7s-.324-.233-1.156.264a6.265 6.265 0 0 0-1.221.934c-1.052.949-1.97 2.242-1.909 3.038.09 1.156.44 2.602.404 3.566-.017.025-.033.053-.051.084-.843.628-1.138 2.533-1.246 4.949-.017.241-.03.49-.037.747a138.835 138.835 0 0 0-.036 4.327 96.416 96.416 0 0 1-.059 3.173c-.217 5.54.26 9.057 1.094 10.143.832 1.086 1.258 1.7.425 3.618-.34.784-.635 2.468-.893 5.576H59.2c-.054-2.736.033-5.087.405-6.438 1.223-4.446 2.244-4.613 5.024-7.281 2.78-2.669 10.34-12.006 11.896-13.896 1.556-1.89 4.222-5.233 4.711-6.133.933-1.72-.887-5.85-.264-6.651l.02-.03c.611-.768 1.171-4.368 1.528-5.869a.655.655 0 0 0-.188-.039l.002-.016c-.481-.593-1.77-1.353-3.142-.938-.716.216-1.495.654-2.267 1.354v-.002a7.64 7.64 0 0 0-1.066 1.053Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M70.464 81.641c-.939 3.402-.095 14.06.688 18.206H47.88c0-2.55.304-7.765.433-9.546.145-2.007.381-6.457 1.623-9.755-.284-1.311-1.537-1.233-1.924-4.84-.218-2.03-.359-9.85-.252-13.57.086-2.976.89-4.925 1.28-5.527.036-.922-.301-2.304-.387-3.41-.106-1.382 2.887-4.337 4.121-4.03-.213-2.446 1.148-5.516 2.428-7.11 1.28-1.595 4.083-1.273 7.129-.677 1.574.308 19.714 14.12 21.1 9.123 1.388-4.995 3.858-7.334 5.828-7.927 1.318-.397 2.554.33 3.016.897-.284 1.594-.71 4.928-1.307 5.693-.598.765 1.149 4.716.254 6.36-.47.86-3.028 4.057-4.521 5.864-1.494 1.807-8.749 10.736-11.416 13.287s-3.647 2.71-4.82 6.962ZM64.6 30.007c-.505 1.233.244 3.378 1.053 4.702 2.994.867 8.486 1.835 7.423-1.05-1.329-3.606-3.574-4.747-4.811-5.25-1.237-.502-2.974-.093-3.666 1.598Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M58.537 40.894h3.47c.05 3.863-.154 11.322-1.382 10.245-1.535-1.345-2.835-4.775-2.702-7.982.03-.734.4-2.263.614-2.263Zm13.764 20.58c-1.461 0-3.828 0-4.88-.176l-.549-4.186c5.754-2.184 16.69-6.735 17.056-6.007.457.91-.48 3.846-1.985 6.007-2.212 3.176-7.815 4.362-9.642 4.362Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M56.444 57.973c.698-.251 1.983-.972 2.448-2.316.465-1.344.504-3.38.465-4.23l18.147 7.649c-2.171.29-6.828 1.078-8.085 1.912-1.523 1.012-9.118 5.184-10 7.285-.154.635-.215.857-.062.19.014-.06.035-.124.063-.19.315-1.295 1.023-4.306 1.1-4.967.117-.985-.697-2.318-1.628-2.318-.745 0-1.629.386-1.978.58l-.47-3.595Zm1.695-20.115 2.107 2.374 3.116-2.374H58.14ZM52.26 56.525c-.371-.695-1.87-4.841-1.83-6.174 0 0 .427-.475 1.226-.95.798-.475 1.11-.252 1.11-.252 0 1.202-.196 2.274-.196 4.731 0 3.072 1.246 3.879 3.064 4.152-1.745.927-2.908-.637-3.373-1.507Zm-.803 6.931c-.5-.554-1.76-4.8-2.328-6.854-1.807.969-1.251 7.408-1.46 12.705-.208 5.297.25 8.66 1.05 9.7.799 1.038 1.207 1.624.408 3.46-.64 1.467-1.193 7.162-1.397 17.38h5.199c.196-4.894.64-18.333 1.308-19.357.834-1.281 3.196-1.87 2.745-2.147-.452-.277-5.352-1.246-6.602-2.666-1.251-1.42-1.251-6.197-.591-9.347.66-3.15 2.293-2.181 1.668-2.874Zm17.492 15.486c-3.469.444-7.078-1.587-8.449-2.658.148.886.534 2.946.89 4.098.444 1.44 6.892.886 7.559-1.44Zm17.864-26.135c-.383-.096-2.595.239-3.653.418-.288-4.679 2.587-8.32 3.925-9.354 0 1.253-.343 4.07-.631 5.12-.36 1.314.839 3.935.36 3.816Z"/>
|
|
7
|
+
<ellipse cx="72.332" cy="46.331" fill="var(--sapContent_Illustrative_Color2)" rx="13.807" ry="13.757"/>
|
|
8
|
+
<ellipse cx="72.167" cy="46.318" fill="var(--sapContent_Illustrative_Color8)" rx="12.666" ry="12.62"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m72.796 37.868.242-2.27.728.07.73 1.335.078-1.228.7.053-.269 2.255-.622-.047-.794-1.291-.13 1.162-.663-.038Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m74.844 41.41-1.078-2.952-1.886 2.63 2.964.323Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m74.527 43.365-.9-4.013-1.855 3.433-3.18-1.954 1.007 3.696-4.134.95 3.763 1.954-2.28 3.38 3.923-1.268.9 4.066 2.085-3.914 3.586 2.594-1.219-4.17 3.71-.688-3.71-1.953 2.12-3.38-3.816 1.267Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m65.973 37.546 5.224 9.68s6.074 5.822 6.453 5.485c.378-.338-3.522-7.58-3.522-7.58l-8.155-7.585Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m65.973 37.546 5.224 9.68s1.752-.14 2.131-.478c.379-.337.8-1.617.8-1.617l-8.155-7.585Z"/>
|
|
14
|
+
<ellipse cx="72.751" cy="46.12" fill="var(--sapContent_Illustrative_Color2)" rx=".871" ry=".868"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M53.308 53.683c0-1.102 1.152-2.152 1.728-2.54 1.728-.516 2.332.431 2.764.819.346.31.346 1.908.303 2.668-.303.33-1.123 1.059-1.987 1.334-.864.276-1.973.115-2.42 0-.13-.301-.388-1.18-.388-2.28Zm-1.599 6.5.26 2.625c.064.652.993 1.162 2.03 1.248.829.07 1.756-.803 2.116-1.248-.1-.875-.31-2.677-.345-2.883-.043-.259-1.296-.904-2.117-.947-.657-.035-1.57.789-1.944 1.205Zm38.095-12.596c-.246-.63.103-1.877.308-2.422.826-1.42 1.876-1.816 2.341-1.638-.344 1.446-.886 4.929-1.477 5.628-.699.056-.864-.779-1.172-1.568Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M60.635 38.291c1.21-.146 1.68-.548 2.172-1.27.49-.722.326-1.08.326-1.08l2.016-1.415c-.733-1.14-2.132-1.572-2.818-1.734-1.506-.356-2.91-.183-4.376 0-1.466.182-2.2 1.689-2.429 2.556-.224.848 1.22 2.24 1.833 2.602 1.067.63 2.067.487 3.276.341Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M59.33 32.543c.59-.022 1.558.426 1.968.653H59.63c-.656 0-2.598.327-3.336.49.602-1.143 2.297-1.116 3.035-1.143Z"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Components" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M78.122 101.677s.094.06.136.094a1.33 1.33 0 0 1-.212-.17c.025.025.042.051.076.068v.008Zm.756.503c-.076-.043-.144-.086-.22-.128.067.042.144.085.22.128Zm.646.323s.025 0 .034.017c-.017 0-.034-.009-.051-.017h.017Zm.968.333c-.05-.017-.085-.026-.136-.043.043.017.094.026.136.043Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M56.911 77.94h-.008l-1.3.63a.419.419 0 0 0-.186.148.25.25 0 0 0-.029.16.4.4 0 0 0 .066.157.7.7 0 0 0 .111.132c.103.107.256.181.445.247.19.066.4.12.634.19.23.065.469.143.7.254.23.107.448.251.637.44.116.12.194.24.227.359a.535.535 0 0 1-.017.35.843.843 0 0 1-.169.25l-.213.038a6.788 6.788 0 0 1-2.297-.082 4.988 4.988 0 0 1-.971-.305 2.233 2.233 0 0 1-.684-.449c-.193-.197-.267-.362-.284-.502a.623.623 0 0 1 .095-.37c.058-.107.136-.206.16-.305.025-.099.017-.193-.086-.3a1.258 1.258 0 0 0-.21-.173 1.286 1.286 0 0 0-.345-.169 2.186 2.186 0 0 0-.498-.107 3.2 3.2 0 0 0-.675.02l-7.907 1.083-.02-.02-1.182.621 9.092 9.512-.02.008H52l.013.008.053-.02 17.187-2.647 3.573-.547h.004l15.94-2.453 3.647-.56h.02l1.684-.56h-.033v.004h-.02l-9.34-8.91h.009L75.7 65.449l-19.604 2.38-.008-.01-1.26.725 3.22 3.219c-.05 0-.1-.009-.149-.013-.222-.024-.457-.065-.708-.103a7.033 7.033 0 0 0-.856-.082 7 7 0 0 0-1.123.058 4.203 4.203 0 0 0-.955.222 1.816 1.816 0 0 0-.61.362c-.02.02-.032.037-.049.058.012-.013.017-.029.029-.041.086-.09.197-.173.337-.251l-1.25.687c-.14.074-.252.156-.334.247a.665.665 0 0 0-.157.26 1.17 1.17 0 0 0-.23-.091 3.445 3.445 0 0 0-.465-.095 6.786 6.786 0 0 0-.432-.041c-.05 0-.09-.004-.14-.004h-.132a1.27 1.27 0 0 0-.123.008c-.041 0-.079.008-.12.012l-.16.025c-.054.012-.103.02-.157.033l-.16.037a3.214 3.214 0 0 0-.165.041c-.057.017-.115.029-.169.041-.057.017-.119.03-.18.041a8.919 8.919 0 0 1-.198.037c-.07.013-.14.025-.218.033-.087.009-.173.021-.272.03a6.675 6.675 0 0 1-.65.016c-.124 0-.255-.009-.391-.013a6.989 6.989 0 0 1-1.157-.164 4.466 4.466 0 0 1-.93-.317c-.263-.128-.477-.272-.617-.428-.14-.157-.214-.321-.202-.49a.518.518 0 0 1 .066-.214c.057-.012.111-.029.173-.037a5.216 5.216 0 0 1 .691-.095c.099-.008.198-.012.3-.016h.313c.108 0 .21.004.322.012a7.48 7.48 0 0 1 1.14.148c.304.066.535.144.745.218.21.075.39.149.584.21.193.062.4.107.654.12.054 0 .107.008.173.008h.198c.066 0 .14 0 .206-.008.065-.008.135-.013.201-.02.046-.005.087-.013.132-.021.041-.009.086-.017.123-.03.037-.012.074-.02.111-.036.037-.013.066-.03.1-.046l1.197-.674s.016-.005.02-.009a.38.38 0 0 0 .145-.12.317.317 0 0 0 .057-.164l.148-3.383-22.67-1.42v-.02l-.995.761-1.107 9.376-.025.016h.025v.013l.016-.009 8.66.461c.28.013.494.05.658.099.169.05.288.111.37.177.083.066.132.14.157.21.025.07.025.132.025.185a.191.191 0 0 1-.025.082l-.025.037-.852.498a1.447 1.447 0 0 0-.185.124 1.076 1.076 0 0 0-.156.148.733.733 0 0 0-.169.403c-.012.173.053.346.194.507.14.16.353.308.621.436.267.132.588.239.95.325a6.833 6.833 0 0 0 1.511.169c.111 0 .214 0 .325-.008.107-.004.21-.013.313-.021a5.934 5.934 0 0 0 .671-.099c.12-.025.235-.053.346-.086a2.92 2.92 0 0 0 .304-.107c.095-.037.185-.078.268-.124.362-.197.732-.39 1.095-.588.032-.017.07-.03.098-.046.17-.09.3-.197.395-.308a.653.653 0 0 0 .161-.367.707.707 0 0 0-.169-.506 1.763 1.763 0 0 0-.424-.35c-.152-.098-.313-.189-.428-.28a.439.439 0 0 1-.164-.201c.04 0 .086 0 .135.004l8.454.449 1.235-.634h.008v-.004l.013-.009h-.013l.14-3.173c.157.144.362.272.61.383.275.123.592.222.942.296a6.672 6.672 0 0 0 2.646.025 3.602 3.602 0 0 0 .601-.173c.078-.033.148-.062.21-.094.337-.173.679-.346 1.017-.52.037-.007.07-.011.11-.02.108-.012.248-.028.4-.037.148-.008.317-.004.481.013.165.016.33.049.482.103a1.015 1.015 0 0 1 .39.235l2.935 2.93-5.856.802a1.724 1.724 0 0 0-.54.144M53.467 72.5v.008-.008Zm.075-.157s-.017.025-.021.037c.008-.012.012-.025.02-.037Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m67.093 38.257 1.642 7.976 1.58-1.28-1.67-8.059-1.552 1.363Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M70.316 44.944c.028.132.037.251.037.358a.924.924 0 0 1-.152.506.748.748 0 0 1-.157.165l-1.572 1.268a.854.854 0 0 0 .156-.165.718.718 0 0 0 .107-.218 1.12 1.12 0 0 0 .045-.284 1.402 1.402 0 0 0-.037-.354l1.577-1.276m1.174 5.684a1.53 1.53 0 0 0-.272-.617 1.189 1.189 0 0 0-.42-.337 1.675 1.675 0 0 0-.868-.128.855.855 0 0 0-.309.074c-.045.02-.09.041-.131.066a1.23 1.23 0 0 0-.12.082l-1.383 1.083a2.53 2.53 0 0 1-.32.098c-.137.03-.28.054-.441.066a2.79 2.79 0 0 1-1.12-.14 3.29 3.29 0 0 1-1.008-.551 3.545 3.545 0 0 1-.782-.877 3.302 3.302 0 0 1-.444-1.115 2.98 2.98 0 0 1-.058-.758c.012-.242.058-.473.128-.695a2.426 2.426 0 0 1 .736-1.095l-1.527 1.28c-.168.14-.317.305-.436.486a2.46 2.46 0 0 0-.292.6 2.756 2.756 0 0 0-.07 1.436c.078.4.235.767.436 1.104.21.334.47.626.774.864.3.243.638.424.996.544a2.823 2.823 0 0 0 1.547.074c.132-.029.256-.066.363-.111.11-.041.21-.09.3-.144a2.36 2.36 0 0 0 .247-.17c.407-.32.815-.633 1.218-.954a.96.96 0 0 1 .115-.02c.112-.009.252-.013.4 0 .148.016.308.053.457.127.152.07.296.177.415.333.03.038.058.083.087.128.078.132.144.296.185.486l1.68 8.149 1.629-1.14-1.708-8.236h-.008l.004.008Zm-8.043-6.494-1.51 1.297a.74.74 0 0 1-.24.14.695.695 0 0 1-.13.037c-.046.008-.091.016-.137.016h-.206c-.065 0-.135-.016-.201-.029a2.197 2.197 0 0 1-.19-.045c-.061-.016-.115-.037-.164-.053a1.419 1.419 0 0 1-.576-.404c-.16-.177-.3-.382-.465-.592a4.085 4.085 0 0 0-.618-.65 3.452 3.452 0 0 0-1.033-.569 2.866 2.866 0 0 0-.304-.094 4.008 4.008 0 0 0-.305-.062 2.542 2.542 0 0 0-.3-.029h-.293a2.656 2.656 0 0 0-.415.062 2.213 2.213 0 0 0-.395.128 2.324 2.324 0 0 0-.363.189 2.697 2.697 0 0 0-.325.247l1.449-1.325c.103-.095.21-.177.325-.252a2.613 2.613 0 0 1 .761-.317 2.45 2.45 0 0 1 .72-.061c.1.008.203.012.301.029a2.958 2.958 0 0 1 .613.156c.445.165.778.362 1.042.572.263.214.453.437.621.655.169.218.313.423.47.6a1.466 1.466 0 0 0 .748.466 2.142 2.142 0 0 0 .391.074c.066 0 .14.008.21 0 .046 0 .091-.009.136-.017a.78.78 0 0 0 .132-.037.563.563 0 0 0 .123-.057c.037-.025.079-.05.116-.083"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M56.755 42.401a2.36 2.36 0 0 1 1.09-.568 2.46 2.46 0 0 1 .717-.061c.099.008.202.012.3.029a2.963 2.963 0 0 1 .613.156c.445.165.778.362 1.042.572.263.214.452.436.621.654.169.219.313.424.47.601.16.177.341.321.584.412a2.145 2.145 0 0 0 .556.128c.065.004.14.008.21 0 .045 0 .09-.009.135-.017a.794.794 0 0 0 .255-.095c.038-.024.079-.049.116-.082-.502.432-1.009.864-1.51 1.297a.74.74 0 0 1-.116.082c-.041.025-.082.041-.123.057a.695.695 0 0 1-.132.038.769.769 0 0 1-.136.016h-.206c-.066 0-.136-.016-.202-.029a2.507 2.507 0 0 1-.189-.045c-.062-.017-.115-.037-.164-.054a1.389 1.389 0 0 1-.577-.407c-.16-.177-.3-.383-.465-.593a4.085 4.085 0 0 0-.617-.65 3.456 3.456 0 0 0-1.033-.568 2.889 2.889 0 0 0-.305-.095 4.008 4.008 0 0 0-.304-.061 2.585 2.585 0 0 0-.593-.025 2.656 2.656 0 0 0-.416.062 2.213 2.213 0 0 0-.395.127 2.324 2.324 0 0 0-.362.19 2.707 2.707 0 0 0-.325.246l1.449-1.325m19.421 40.083L96.5 79.82l1.885-.901-20.509 2.655-1.712.9ZM65.23 67.08l-1.565 1.065a2.468 2.468 0 0 0 .93-1.19 2.98 2.98 0 0 0 .177-.785c.025-.28.004-.564-.053-.856a3.68 3.68 0 0 0-.412-1.128 3.997 3.997 0 0 0-.555-.716c-.194-.202-.37-.367-.523-.556a1.424 1.424 0 0 1-.317-.646 2.236 2.236 0 0 1-.045-.321 1.823 1.823 0 0 1 .008-.366c.016-.124.05-.247.103-.359a.76.76 0 0 1 .247-.292l1.547-1.144a.843.843 0 0 0-.247.297 1.1 1.1 0 0 0-.107.362 1.836 1.836 0 0 0-.008.366c.008.12.025.23.045.325.054.264.17.461.321.65.153.19.342.363.527.56.19.202.391.424.56.725.173.3.325.662.416 1.14a2.976 2.976 0 0 1-.124 1.658 2.622 2.622 0 0 1-.383.68c-.16.205-.35.382-.56.522"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M64.767 59.794a.844.844 0 0 0-.247.297 1.1 1.1 0 0 0-.107.362 1.878 1.878 0 0 0-.008.37c.008.12.025.23.045.325.054.264.17.461.321.65.153.19.342.363.527.56.19.202.391.424.56.725.173.3.325.662.416 1.14a2.976 2.976 0 0 1-.124 1.658 2.739 2.739 0 0 1-.379.68c-.16.205-.35.382-.56.522l-1.563 1.066c.214-.144.395-.32.555-.519.161-.201.284-.427.375-.67.095-.247.152-.507.177-.786a3.579 3.579 0 0 0-.47-1.984 3.997 3.997 0 0 0-.555-.716c-.193-.202-.374-.367-.523-.556a1.467 1.467 0 0 1-.316-.646 2.236 2.236 0 0 1-.046-.321 1.823 1.823 0 0 1 .008-.367c.017-.123.05-.246.103-.358a.76.76 0 0 1 .247-.292l1.548-1.144"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m51.318 55.188 7.968 2.79 1.51-1.184-8.045-2.832-1.433 1.222v.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M51.676 54.09a.96.96 0 0 1 .102-.078.658.658 0 0 1 .12-.062.79.79 0 0 1 .28-.07h.127c.041.004.09.004.14.012a1.496 1.496 0 0 1 .317.078l-1.428 1.223a1.74 1.74 0 0 0-.309-.078c-.045-.005-.094-.013-.14-.013h-.127a.85.85 0 0 0-.28.07c-.041.02-.078.037-.115.062a.96.96 0 0 0-.103.078l1.416-1.218v-.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m42.913 29.498-5.412 20.88 1.288-1.297L44.226 28l-1.313 1.498Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M50.531 60.041a2.773 2.773 0 0 1-.724.296 2.523 2.523 0 0 1-.4.066 2.778 2.778 0 0 1-.947-.066 3.448 3.448 0 0 1-1.4-.708 3.593 3.593 0 0 1-.776-.934 3.19 3.19 0 0 1-.4-1.128 2.969 2.969 0 0 1 .042-1.189 3.62 3.62 0 0 1 .156-.486c.062-.144.128-.275.198-.39.029-.046.057-.079.086-.12l1.169-1.037c.045-.041.086-.078.123-.124.038-.04.075-.09.108-.135.032-.05.061-.103.086-.157.025-.058.045-.12.062-.185.029-.12.057-.268.061-.428.009-.16 0-.334-.053-.502a1.126 1.126 0 0 0-.28-.486 1.497 1.497 0 0 0-.597-.37l-8.272-2.91-1.289 1.296 8.19 2.865c.264.09.453.218.59.366.14.148.226.313.275.478.05.168.062.341.053.498-.008.16-.036.304-.061.42a1.038 1.038 0 0 1-.062.18c-.012.03-.029.054-.041.079l-1.054.938c-.082.07-.16.152-.239.243a2.24 2.24 0 0 0-.222.304c-.07.116-.135.243-.193.383a3.013 3.013 0 0 0-.202 1.663c.062.387.202.765.4 1.115a3.387 3.387 0 0 0 1.835 1.531 3.11 3.11 0 0 0 .95.165c.104 0 .206 0 .305-.012a2.77 2.77 0 0 0 .766-.185 2.708 2.708 0 0 0 .663-.396c.469-.386.946-.773 1.415-1.16a2.223 2.223 0 0 1-.32.222Zm27.337 21.533-1.708.902-21.595 2.815 1.506-.893 21.793-2.82.004-.004Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m56.076 84.398-1.507.894-4.391-23.246 1.424-1.152 4.474 23.5v.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m88.685 35.693 4.75 21.262-7.352.696a1.1 1.1 0 0 1-1.029-.428 1.788 1.788 0 0 1-.246-.437 2.683 2.683 0 0 1-.124-.416 1.226 1.226 0 0 1 .037-.662c.066-.206.165-.395.26-.613.094-.218.185-.461.226-.77a3.211 3.211 0 0 0-.066-1.124 3.422 3.422 0 0 0-1.202-1.938 3.15 3.15 0 0 0-.967-.535 2.716 2.716 0 0 0-1.074-.14 2.235 2.235 0 0 0-1.696.992c-.185.28-.317.6-.379.955a2.93 2.93 0 0 0 .03 1.132c.098.456.246.814.41 1.102.17.289.363.507.544.704.185.198.366.362.51.548.149.185.264.378.317.633.025.12.05.268.058.42.008.157 0 .321-.053.465a.843.843 0 0 1-.26.4.994.994 0 0 1-.56.205l-7.642.72-1.704-8.214a1.488 1.488 0 0 0-.276-.63 1.191 1.191 0 0 0-.42-.338 1.468 1.468 0 0 0-.46-.127 1.688 1.688 0 0 0-.408 0 1 1 0 0 0-.577.243c-.16.131-.304.3-.465.465a2.408 2.408 0 0 1-.617.477 2.699 2.699 0 0 1-1.033.284 2.787 2.787 0 0 1-1.12-.14 3.31 3.31 0 0 1-1.008-.551 3.537 3.537 0 0 1-.782-.877 3.22 3.22 0 0 1-.444-1.115 2.843 2.843 0 0 1-.009-1.149c.075-.362.21-.683.408-.963a2.355 2.355 0 0 1 1.778-.987c.44-.033.802.02 1.111.11.309.091.56.231.79.367.23.136.433.28.638.379.206.098.416.164.655.144.115-.009.25-.03.39-.066.14-.037.28-.099.396-.194a.79.79 0 0 0 .271-.386 1.25 1.25 0 0 0 .009-.647l-1.667-8.038 20.047-1.23v.008l.005.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M81.89 50.591c.362-.029.728.02 1.074.14a3.342 3.342 0 0 1 1.725 1.387c.205.33.362.696.444 1.087.099.453.107.819.066 1.123a2.882 2.882 0 0 1-.227.77c-.094.222-.197.412-.259.613a1.27 1.27 0 0 0-.037.663c.025.12.066.263.124.415.057.153.14.305.247.437.107.136.242.255.411.333.169.078.37.115.618.095l7.35-.696 4.91 21.987-20.45 2.646-1.762-8.503a1.424 1.424 0 0 1 0-.675.814.814 0 0 1 .263-.412c.115-.103.255-.172.387-.222.136-.05.276-.074.39-.086.244-.03.458.028.668.123.21.095.415.235.646.37.23.136.481.268.79.354.309.087.659.128 1.095.079.383-.046.72-.17 1.016-.358.297-.19.54-.44.729-.733.19-.296.32-.634.383-1.004a3.128 3.128 0 0 0-.033-1.17A3.55 3.55 0 0 0 82 68.232a3.425 3.425 0 0 0-.774-.872c-.3-.243-.634-.42-.992-.535a2.63 2.63 0 0 0-1.103-.12c-.432.05-.761.165-1.016.313s-.449.33-.61.506c-.164.181-.304.354-.46.486a1.023 1.023 0 0 1-.573.263 1.912 1.912 0 0 1-.415 0 1.396 1.396 0 0 1-.465-.123 1.08 1.08 0 0 1-.416-.338 1.56 1.56 0 0 1-.276-.633l-1.724-8.318 7.643-.72c.25-.025.428-.1.56-.206a.802.802 0 0 0 .259-.395c.045-.153.057-.317.053-.465a1.89 1.89 0 0 0-.057-.424 1.464 1.464 0 0 0-.317-.634c-.148-.185-.33-.35-.51-.548a3.684 3.684 0 0 1-.544-.703 3.556 3.556 0 0 1-.411-1.103 2.928 2.928 0 0 1-.03-1.132c.062-.354.19-.675.375-.955a2.24 2.24 0 0 1 1.696-.992v.008h-.004Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m73.168 58.876 1.724 8.322c.058.276.157.482.28.642.124.16.272.268.428.337.157.07.317.108.465.12.153.012.293.008.408-.004.247-.029.428-.128.592-.268.165-.14.31-.313.47-.49a2.51 2.51 0 0 1 .609-.502 2.578 2.578 0 0 1 1.008-.312 2.66 2.66 0 0 1 1.095.123c.354.115.687.3.984.535a3.471 3.471 0 0 1 1.218 1.988c.086.403.094.798.033 1.165-.062.366-.19.704-.379 1a2.351 2.351 0 0 1-1.72 1.095c-.436.05-.786.008-1.095-.078a3.385 3.385 0 0 1-.786-.35c-.23-.136-.436-.272-.642-.37a1.193 1.193 0 0 0-.655-.128 2.108 2.108 0 0 0-.411.086 1.15 1.15 0 0 0-.408.218.854.854 0 0 0-.275.416c-.054.181-.062.4 0 .679l1.761 8.503-21.793 2.82-4.474-23.502 8.141-.77a1.29 1.29 0 0 1 .663.095c.181.083.321.206.432.346.115.14.194.3.255.453.062.156.1.309.124.428.053.263.016.477-.054.691-.07.215-.189.416-.296.647a2.92 2.92 0 0 0-.263.81c-.05.322-.054.704.04 1.19a3.455 3.455 0 0 0 1.252 2.041c.313.247.658.432 1.033.548.37.115.757.16 1.148.119a2.5 2.5 0 0 0 1.054-.354c.309-.19.564-.44.765-.737.202-.3.342-.638.408-1.012.07-.375.07-.77-.013-1.185a3.723 3.723 0 0 0-.415-1.14 3.947 3.947 0 0 0-.56-.725c-.193-.202-.379-.374-.527-.56a1.51 1.51 0 0 1-.32-.65 2.605 2.605 0 0 1-.05-.436c-.004-.16.012-.33.062-.482a.81.81 0 0 1 .28-.407c.14-.111.333-.19.588-.214l7.824-.741h-.008Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="m44.206 28.042 21.253 7.96-1.704 7.565c-.033.14-.078.259-.131.358a.738.738 0 0 1-.194.234.918.918 0 0 1-.239.136.974.974 0 0 1-.259.054h-.21c-.07 0-.136-.017-.201-.03-.066-.012-.128-.028-.19-.044-.061-.017-.115-.038-.164-.054a1.495 1.495 0 0 1-.585-.412c-.164-.177-.304-.386-.469-.6a3.97 3.97 0 0 0-.621-.655 3.458 3.458 0 0 0-1.042-.572 2.958 2.958 0 0 0-.308-.095 4.458 4.458 0 0 0-.305-.061 2.46 2.46 0 0 0-.3-.03c-.1-.003-.198 0-.297 0a2.472 2.472 0 0 0-1.416.556 2.401 2.401 0 0 0-.502.577 2.48 2.48 0 0 0-.308.749 2.92 2.92 0 0 0-.033 1.148c.061.383.201.749.399 1.09.197.342.449.65.753.91a3.384 3.384 0 0 0 1.416.725c.12.028.23.053.337.066.107.012.206.024.305.028s.185 0 .276 0c.078 0 .152-.016.226-.029.074-.012.144-.028.21-.04a1.48 1.48 0 0 0 .194-.054c.061-.02.123-.037.185-.058.061-.02.119-.041.177-.057l.172-.054c.058-.016.112-.029.17-.041.057-.012.11-.02.168-.025h.12c.04.004.082 0 .123.008.041.009.082.013.127.025.046.013.087.025.132.041.115.041.255.103.4.181.143.079.283.186.407.313.123.128.222.288.276.47.053.185.065.407.008.662l-1.77 7.84L52.762 54a1.454 1.454 0 0 0-.164-.05c-.054-.012-.103-.024-.153-.028-.05 0-.094-.013-.14-.013h-.127a.868.868 0 0 0-.4.132c-.11.07-.201.165-.275.264a1.305 1.305 0 0 0-.173.325 3.345 3.345 0 0 0-.099.313c-.058.25-.029.473.041.703.07.23.181.461.284.72.103.26.202.544.247.877.046.334.037.716-.07 1.177-.07.288-.18.552-.325.786-.144.235-.32.44-.523.614a2.679 2.679 0 0 1-1.782.626 2.778 2.778 0 0 1-.638-.079 3.447 3.447 0 0 1-1.4-.708 3.59 3.59 0 0 1-.777-.934 3.188 3.188 0 0 1-.4-1.128 3.047 3.047 0 0 1 .042-1.19c.115-.46.28-.79.465-1.045.19-.255.403-.432.605-.584.206-.152.4-.28.564-.428a1.1 1.1 0 0 0 .35-.572c.029-.12.057-.268.062-.428.004-.16 0-.334-.054-.502a1.17 1.17 0 0 0-.28-.486 1.52 1.52 0 0 0-.605-.375l-8.252-2.901 5.42-21.044Z"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Dialog" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M82.353 79.457c.387.406.547.78.483 1.106-.068.326-.374.603-.897.816-.522.213-1.27.358-2.251.414l5.391 2.835c.097.048.17.096.226.14a.557.557 0 0 1 .116.129c.028.044.024.08.012.113a.238.238 0 0 1-.096.092c-.02.008-.044.016-.06.024 0 0-.009.004-.017.004 0 0-.008 0-.008.004l-1.266.398a.412.412 0 0 1-.069.016l-.076.012c-.024 0-.052.008-.08.012-.028 0-.06.004-.093.008h-.273c-.036 0-.064 0-.1-.008-.013 0-.025-.004-.033-.004-.06-.008-.129-.012-.189-.02-.076-.012-.149-.02-.225-.036h-.004l-15.314-2.83-3.627.144.085.045c.836.45 1.431.884 1.789 1.29.354.406.474.78.362 1.102-.113.325-.462.599-1.033.808-.016.004-.029.012-.049.016l-1.025.386a3.853 3.853 0 0 1-.55.16c-.02.005-.045.013-.069.017-.076.016-.157.036-.237.048a1.94 1.94 0 0 1-.065.012c-.036.008-.068.016-.104.02a7.345 7.345 0 0 1-.651.085c-.23.024-.483.036-.736.052l-8.387.39-3.192 3.269a.398.398 0 0 1-.08.052c-.013.008-.037.012-.057.02H49.9c-.004.004-.008.008-.024.012-.024.012-.052.02-.084.032-.025.012-.053.02-.08.032-.029.008-.053.02-.085.033-.025.012-.053.02-.085.032-.024.012-.052.02-.084.032-.024.012-.052.02-.085.032-.024.012-.056.02-.08.032a.721.721 0 0 0-.084.032c-.025.012-.057.02-.085.033-.024.012-.056.02-.084.032a.12.12 0 0 1-.04.016c-.013.004-.025.012-.04.016-.04.012-.061.02-.097.028h-.008a1.282 1.282 0 0 1-.056.012h-.029a.994.994 0 0 1-.213.024h-.285a1.96 1.96 0 0 1-.153-.008c-.056-.004-.113-.012-.169-.016a4.576 4.576 0 0 1-.398-.064 4.224 4.224 0 0 1-.724-.21 1.884 1.884 0 0 1-.285-.136l-5.058-2.798c-.611.02-1.262 0-1.93-.036h-.052c-.068 0-.137-.009-.209-.013a35.55 35.55 0 0 1-.88-.072c-.077-.008-.15-.012-.222-.02-.068-.008-.132-.012-.2-.02-.11-.012-.222-.028-.338-.04-.06-.008-.121-.012-.177-.02a35.6 35.6 0 0 1-3.217-.555l-.462-.109c-.08-.02-.165-.036-.245-.056-.153-.036-.31-.076-.463-.117-.104-.028-.205-.052-.31-.08-.22-.06-.441-.12-.659-.181-.132-.04-.269-.076-.402-.117-.008 0-.016-.004-.024-.008l-.346-.108a32.25 32.25 0 0 1-.438-.145l-.185-.06-.1-.036a18.492 18.492 0 0 1-.66-.242c-.06-.024-.124-.048-.18-.072a17.034 17.034 0 0 1-.362-.145c-.029-.012-.049-.02-.077-.036-.543-.23-1.053-.47-1.5-.72l-8.965-5.005a7.251 7.251 0 0 1-1.134-.764l-.016-.012s-.028-.024-.036-.036a2.41 2.41 0 0 1-.205-.193c-.02-.02-.04-.044-.064-.065-.06-.064-.109-.124-.161-.184-.012-.013-.028-.029-.032-.045-.02-.028-.033-.052-.049-.076s-.036-.048-.048-.073c-.008-.011-.012-.024-.02-.036-.016-.036-.036-.072-.052-.108-.012-.036-.029-.069-.037-.105-.008-.028-.024-.06-.028-.088-.012-.04-.008-.077-.012-.113v-.04c0-.096 0-.197.04-.285.013-.04.04-.08.065-.121a.978.978 0 0 1 .213-.265c.012-.017.04-.037.052-.053.008-.008.02-.016.032-.024a.356.356 0 0 1 .057-.052c.02-.012.04-.036.06-.052.008-.008.024-.02.028-.028.016-.017.044-.037.06-.053l.02-.02.097-.084.032-.028c.016-.017.044-.037.06-.057.005-.004.013-.012.02-.016l.033-.028c.237-.23.619-.426 1.137-.575.664-.193 1.548-.313 2.654-.342l13.57-.377-1.235-.672a7.842 7.842 0 0 1-1.242-.808c-.318-.261-.547-.51-.68-.748-.14-.237-.185-.458-.145-.663.04-.205.17-.39.378-.555l.483-.378c.22-.257.61-.478 1.174-.643.671-.19 1.576-.306 2.697-.33l3.808-.076 1.745-.037 15.044-.31h.013a24.952 24.952 0 0 1 3.45.19 36.23 36.23 0 0 1 3.73.643 36.72 36.72 0 0 1 3.578.99c1.118.377 2.147.795 3.004 1.246l9.484 4.949c.856.446 1.476.88 1.866 1.282l-.017-.008Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M93.632 61.3c-.19.121-.39.234-.591.33a6.978 6.978 0 0 1-1.295.479 8.07 8.07 0 0 1-.704.14l-.048.009.129.579c.04-.017.056-.025.096-.045.201-.096.398-.209.583-.325l1.83-1.162V61.3Zm-1.488 9.534a.652.652 0 0 1-.093.044 1.38 1.38 0 0 1-.096.033c-.028.008-.064.016-.097.024a.44.44 0 0 1-.1.016c-.06.004-.12.004-.185.004-.064 0-.125-.012-.19-.024a.863.863 0 0 1-.188-.06 1.14 1.14 0 0 1-.185-.093h-.008L79.318 63.42l.032-.02h-.052v.004l-5.685.551.201.961 3.824-.374 11.539 7.293h.008c.056.033.12.06.177.085.052.02.108.04.16.052.008 0 .016.008.024.012.029.008.06.012.093.016.032.004.06.008.093.008h.092c.028 0 .06-.004.088-.004.032-.004.069-.008.1-.016.033-.008.07-.016.097-.024.029-.008.06-.02.093-.032a.668.668 0 0 0 .092-.044l1.838-1.046c-.024.012-.049.029-.077.037l.077-.045h.012ZM56.345 38.56c.181-.614.43-1.194.744-1.724a7.013 7.013 0 0 1 1.126-1.44h-.004l-1.48 1.456c-.43.422-.804.9-1.117 1.427a7.372 7.372 0 0 0-.74 1.709 7.872 7.872 0 0 0-.314 1.926A8.85 8.85 0 0 0 54.725 44h.004l.354 1.814 1.709-.201-.596-3.008a8.758 8.758 0 0 1-.164-2.098c.028-.68.132-1.331.313-1.946Zm9.79 36.786-8.95 1.009.921-.985 9.633-1.078h.016l.025-.004c.124-.016.229-.028.35-.048.466-.125.936-.21 1.39-.374.145-.056.286-.117.423-.177.068-.032.128-.064.197-.096.164-.085.325-.173.482-.27l-1.54.99c-.213.14-.434.26-.663.373l-.105.044-.092.045c-.1.044-.201.088-.306.128a.62.62 0 0 1-.08.028c-.044.017-.089.04-.133.057-.25.088-.502.16-.764.22-.261.065-.53.097-.804.133v.005Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M46.33 58.326a2.838 2.838 0 0 0-1.057-.12h-.008a2.274 2.274 0 0 0-.98.293 2.345 2.345 0 0 0-1.134 1.552 2.652 2.652 0 0 0-.013 1.07 3.09 3.09 0 0 0 2.07 2.344c.343.108.7.152 1.066.116a2.4 2.4 0 0 0 .986-.306 2.3 2.3 0 0 0 .723-.65c.19-.266.326-.576.398-.906.073-.33.08-.691.008-1.065a3.053 3.053 0 0 0-1.117-1.825 2.936 2.936 0 0 0-.937-.503h-.004Zm9.058-.736a2.76 2.76 0 0 0-1.057-.12h-.008a2.275 2.275 0 0 0-.981.293 2.348 2.348 0 0 0-1.134 1.552 2.653 2.653 0 0 0-.012 1.07c.073.374.21.723.402 1.033a3.093 3.093 0 0 0 1.669 1.31c.341.11.7.153 1.065.117a2.4 2.4 0 0 0 .985-.305 2.3 2.3 0 0 0 .724-.652 2.48 2.48 0 0 0 .398-.904c.072-.33.08-.692.008-1.066a3.05 3.05 0 0 0-.402-1.025 3.091 3.091 0 0 0-1.653-1.303h-.004Zm8.958-.86a2.77 2.77 0 0 0-1.062-.12h-.008a2.274 2.274 0 0 0-.981.293 2.346 2.346 0 0 0-1.134 1.552 2.65 2.65 0 0 0-.012 1.07c.073.373.21.723.402 1.033a3.09 3.09 0 0 0 1.669 1.31c.342.109.7.153 1.065.117.366-.032.696-.14.985-.306a2.3 2.3 0 0 0 .724-.651 2.47 2.47 0 0 0 .398-.905c.072-.33.08-.691.008-1.065a3.053 3.053 0 0 0-1.118-1.825 2.937 2.937 0 0 0-.936-.503Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M47.331 84.125h.004l.005-.004-.009.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m32.862 57.068 2.287 12.901a9.02 9.02 0 0 0 .543 1.858l.032.088c.053.125.109.246.165.366.028.064.056.129.089.193.104.21.217.414.337.615.02.032.037.065.053.097.032.052.068.1.1.153.08.124.16.249.25.37.064.092.128.188.2.28l.012.021c.08.105.165.201.246.302.132.16.27.317.414.47l.2.213c.101.1.202.201.306.297.057.053.113.101.17.15.108.092.208.192.32.28a9.383 9.383 0 0 0 2.474 1.428c.052.02.1.04.152.056.093.037.185.077.282.109.056.02.116.032.173.048.064.02.128.036.193.056.257.073.518.137.784.185.064.012.124.028.189.037.016 0 .032 0 .048.003.619.101 1.25.137 1.885.093l1.323 7.209a1.283 1.283 0 0 0 .293.647 1.3 1.3 0 0 0 .57.406c.05.016.098.032.146.044.044.012.097.016.141.024a.737.737 0 0 0 .14.009c.053 0 .097-.004.146-.008a.762.762 0 0 0 .244-.06c.009 0 .013-.005.02-.005.005-.004.009-.004.017-.008.024-.012.048-.02.072-.032.004 0 .008-.004.012-.008a1.25 1.25 0 0 0 .133-.073c.02-.011.04-.028.06-.04.02-.012.04-.028.065-.04a2.16 2.16 0 0 1 .124-.08c.04-.024.085-.057.125-.08.04-.025.084-.053.125-.081.04-.028.084-.052.124-.08.04-.029.085-.053.125-.08.04-.03.084-.053.124-.081.04-.028.085-.053.125-.08.04-.029.084-.053.125-.081a2.15 2.15 0 0 1 .124-.08c.04-.025.085-.057.125-.081.02-.012.024-.02.048-.032-.008.004 0 0-.008 0a1.451 1.451 0 0 1-.136.068 1.421 1.421 0 0 1-.273.076.597.597 0 0 1-.093.009h-.145c-.024 0-.048 0-.072-.008-.02 0-.045-.008-.065-.013a2.265 2.265 0 0 0-.068-.011h-.012c-.048-.009-.097-.029-.145-.045-.08-.036-.153-.068-.225-.108a1.196 1.196 0 0 1-.213-.153c-.065-.052-.113-.12-.169-.185a1.434 1.434 0 0 1-.165-.261 1.792 1.792 0 0 1-.117-.35l-1.346-7.297a8.51 8.51 0 0 1-.845.016c-.345-.04-.691-.056-1.037-.105-.108-.016-.217-.04-.326-.06a10.407 10.407 0 0 1-.96-.241 11.157 11.157 0 0 1-.338-.117c-.129-.044-.253-.096-.378-.145-.097-.04-.197-.08-.294-.124a10.12 10.12 0 0 1-.59-.294c-.097-.052-.19-.108-.286-.165a5.708 5.708 0 0 1-.334-.205c-.104-.068-.213-.136-.313-.209-.109-.072-.21-.153-.314-.229-.076-.056-.153-.112-.23-.173-.068-.052-.132-.112-.196-.169a10.06 10.06 0 0 1-.33-.29 7.689 7.689 0 0 1-.51-.515 9.334 9.334 0 0 1-.656-.775c-.072-.092-.136-.189-.205-.285-.088-.129-.177-.257-.257-.39-.044-.072-.093-.145-.137-.217a9.613 9.613 0 0 1-1.194-3.18S34.132 55.78 34.136 55.78a8.479 8.479 0 0 1-.08-2.46 7.86 7.86 0 0 1 .265-1.323c.125-.414.282-.812.47-1.194l.025-.049c.056-.112.116-.225.177-.333.04-.077.088-.149.132-.221.08-.133.17-.266.258-.394l.144-.205c.065-.089.133-.173.201-.258.049-.06.1-.116.153-.173.056-.064.113-.128.169-.189l-.048.053s.032-.032.044-.053a.958.958 0 0 0-.048.057l-.1.108-.045.044c-.036.04-.093.097-.129.137-.02.024-.048.052-.076.08l-.201.214s-.032.032-.044.048c-.036.036-.093.092-.129.133-.016.02-.04.044-.064.068-.04.036-.089.096-.129.133-.04.036-.093.092-.129.132-.016.02-.04.044-.064.069-.036.04-.088.092-.125.132-.193.205-.37.422-.538.644l-.032.044c-.077.104-.157.205-.226.313a7.084 7.084 0 0 0-.474.849c-.044.096-.097.189-.137.285-.032.077-.056.153-.088.23a5.11 5.11 0 0 0-.1.265 4.865 4.865 0 0 0-.093.281.627.627 0 0 1-.032.093c-.017.06-.032.124-.049.185-.016.068-.04.132-.056.2-.008.037-.012.077-.02.113a6.3 6.3 0 0 0-.088.479l-.025.169c-.024.164-.04.33-.052.494 0 .028-.008.06-.008.088v.073c-.032.623 0 1.27.12 1.926h-.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M61.922 45.263a8.032 8.032 0 0 1 3.148.426 9.317 9.317 0 0 1 2.802 1.552 9.946 9.946 0 0 1 2.175 2.44 9.469 9.469 0 0 1 1.254 3.096l2.043 9.874.124.604.15.7.224 1.085a8.921 8.921 0 0 1 .069 3.32 7.683 7.683 0 0 1-1.11 2.843 6.941 6.941 0 0 1-2.11 2.079 6.933 6.933 0 0 1-2.924 1.005l-9.657 1.077-8.43 9.408a1.118 1.118 0 0 1-.31.23c-.053.028-.117.048-.177.072a.715.715 0 0 1-.19.036c-.044 0-.096.008-.14.008-.044 0-.096 0-.14-.008a11.794 11.794 0 0 0-.15-.024 1.42 1.42 0 0 1-.724-.454 1.476 1.476 0 0 1-.192-.302 1.479 1.479 0 0 1-.113-.342l-1.347-7.297a8.607 8.607 0 0 1-3.309-.43 9.476 9.476 0 0 1-2.938-1.616 9.851 9.851 0 0 1-2.244-2.561 9.551 9.551 0 0 1-1.234-3.261L34.148 55.78a8.31 8.31 0 0 1 .076-3.374 7.537 7.537 0 0 1 1.327-2.826 7.217 7.217 0 0 1 2.336-1.994 7.687 7.687 0 0 1 3.112-.885l15.535-1.07.261-.015 1.452-.1 3.683-.25-.008-.004Zm2.263 16.653a2.178 2.178 0 0 0 1.608-.933c.181-.261.302-.559.366-.88a2.562 2.562 0 0 0-.012-1.034 3.051 3.051 0 0 0-1.098-1.78 2.898 2.898 0 0 0-.9-.491 2.52 2.52 0 0 0-1.01-.121 2.15 2.15 0 0 0-.928.29 2.22 2.22 0 0 0-.683.627 2.362 2.362 0 0 0-.374.88c-.069.326-.069.68.004 1.038.072.361.209.703.402 1.009.193.305.43.57.703.788.274.217.583.386.909.49.326.105.671.145 1.013.117ZM46.27 63.58c.366-.032.695-.145.985-.305a2.332 2.332 0 0 0 1.121-1.556c.073-.33.077-.696.009-1.066a2.954 2.954 0 0 0-.402-1.025 3.035 3.035 0 0 0-.716-.8 3.106 3.106 0 0 0-.937-.503 2.687 2.687 0 0 0-1.061-.12 2.376 2.376 0 0 0-.981.297 2.338 2.338 0 0 0-1.134 1.552 2.583 2.583 0 0 0-.012 1.07c.072.374.209.723.402 1.033a3.091 3.091 0 0 0 1.668 1.31c.342.11.7.153 1.066.117m9.062-.848a2.236 2.236 0 0 0 1.656-.945c.185-.265.314-.567.382-.892a2.63 2.63 0 0 0 0-1.05 2.889 2.889 0 0 0-.402-1.009 3.176 3.176 0 0 0-.707-.792 2.942 2.942 0 0 0-.917-.495 2.638 2.638 0 0 0-1.033-.12 2.282 2.282 0 0 0-.957.293 2.216 2.216 0 0 0-.704.636 2.445 2.445 0 0 0-.39.892c-.072.33-.076.688 0 1.053a3.098 3.098 0 0 0 1.114 1.822c.278.22.595.39.925.498a2.5 2.5 0 0 0 1.037.117"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M84.062 32.282a8.135 8.135 0 0 1 3.197.498 9.858 9.858 0 0 1 2.874 1.652c.873.716 1.64 1.58 2.256 2.55a10.15 10.15 0 0 1 1.339 3.208l2.89 12.753a9.083 9.083 0 0 1 .153 3.305 7.621 7.621 0 0 1-.993 2.842 6.695 6.695 0 0 1-1.982 2.103 6.585 6.585 0 0 1-2.802 1.061l1.612 7.306c.024.124.04.249.036.361a1.356 1.356 0 0 1-.056.334 1.045 1.045 0 0 1-.362.527c-.036.028-.076.052-.113.076-.036.02-.08.04-.12.06a.88.88 0 0 1-.262.06.715.715 0 0 1-.184 0c-.065 0-.125-.011-.19-.023a.854.854 0 0 1-.189-.06.99.99 0 0 1-.184-.093l-11.68-7.398-5.737.56-.145-.7-.125-.604-2.042-9.874a9.497 9.497 0 0 0-1.25-3.096 9.794 9.794 0 0 0-2.175-2.44 9.365 9.365 0 0 0-2.803-1.552 8.021 8.021 0 0 0-3.148-.426l-3.678.25-1.456.1-.595-3.008a8.8 8.8 0 0 1 0-3.477 7.438 7.438 0 0 1 1.283-2.895 6.937 6.937 0 0 1 2.327-2.014 7.372 7.372 0 0 1 3.136-.849l3.912-.2 1.794-.093 15.462-.8.012-.008-.012.004Z"/>
|
|
10
|
+
</svg>
|
|
11
|
+
`;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-ExternalLink" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128 49.6v36c0 5.298-4.302 9.6-9.6 9.6H9.6c-5.298 0-9.6-4.302-9.6-9.6v-36C0 44.302 4.302 40 9.6 40h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m32.328 90.787 53.495-9.552c.333-.06.345-.53.02-.61l-33.544-8.356a3.09 3.09 0 0 0-1.228-.056l-42.237 6.51c-.746.116-.89 1.127-.205 1.448l22.483 10.455a2.01 2.01 0 0 0 1.216.157v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M87.666 31.6c.213-.012.427.026.628.099.202.072.396.186.571.33a2.134 2.134 0 0 1 .72 1.15l.997 4.333-64.774 3.899-.837-4.816a1.699 1.699 0 0 1 .022-.723 1.557 1.557 0 0 1 .83-1.027c.21-.103.445-.168.704-.183l61.14-3.062Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m25.808 41.411 64.77-3.895L98.9 73.71c.057.243.064.483.038.704a1.56 1.56 0 0 1-.206.608 1.396 1.396 0 0 1-.41.445 1.3 1.3 0 0 1-.58.217L35.12 83.533a2.003 2.003 0 0 1-1.465-.41 2.199 2.199 0 0 1-.525-.583 2.088 2.088 0 0 1-.286-.754l-7.036-40.375Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M81.01 41.82c2.297-.152 4.587 1.576 5.109 3.85l4.843 21.094c.551 2.401-.902 4.617-3.251 4.909L45.769 76.92c-2.78.349-5.445-1.558-5.894-4.22l-3.932-23.33c-.423-2.507 1.466-4.693 4.167-4.87l40.9-2.681Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M73.125 49.965c.296.482.5.987.613 1.517.113.53.131 1.068.054 1.615-.084.518-.292 1-.618 1.444l-4.555 6.128c-.681.927-1.617 1.45-2.808 1.572a4.95 4.95 0 0 1-1.705-.127 5.425 5.425 0 0 1-1.648-.83l-.661-.484a2.359 2.359 0 0 1-.31-.27 43.55 43.55 0 0 0-.259-.273l.855-1.128 1.316.967c.636.466 1.336.662 2.1.586.761-.076 1.335-.395 1.822-.97l4.524-6.158c.43-.58.572-1.215.426-1.902-.145-.686-.553-1.32-1.207-1.805l-.645-.52a2.995 2.995 0 0 0-2.08-.598c-.772.06-1.32.357-1.735.899l-2.946 3.907-2.235.191 3.849-5.048c.34-.439.75-.772 1.229-.997a3.74 3.74 0 0 1 1.527-.446c1.185-.088 2.275.24 3.274.984l.632.47c.498.372.896.798 1.19 1.279v-.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m62.165 67.413 2.24-3.024 2.247-.239-3.147 4.282c-.68.929-1.652 1.467-2.914 1.614a5.054 5.054 0 0 1-1.756-.107 4.663 4.663 0 0 1-1.682-.787l-.685-.541c-1.066-.774-1.713-1.766-1.938-2.973-.225-1.203.031-2.282.766-3.237l4.154-5.455a3.57 3.57 0 0 1 1.28-1.053 4.557 4.557 0 0 1 1.593-.436c1.227-.109 2.348.198 3.365.922l.66.527.118.087-.871 1.161-1.502-.942c-.41-.193-.896-.262-1.461-.211-.8.073-1.401.392-1.802.957l-4.19 5.42c-.435.654-.585 1.348-.446 2.08.139.733.54 1.373 1.205 1.916l.725.483a2.992 2.992 0 0 0 2.158.576c.75-.084 1.38-.426 1.884-1.025v.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M35.12 83.528a1.966 1.966 0 0 1-.776-.061 2.068 2.068 0 0 1-.689-.35 2.199 2.199 0 0 1-.525-.582 2.063 2.063 0 0 1-.286-.753L25.807 41.41l-.837-4.816a1.666 1.666 0 0 1 .02-.704 1.63 1.63 0 0 1 .282-.597l-1.063 1.38a1.87 1.87 0 0 0-.171.279 1.68 1.68 0 0 0-.156.65c0 .118.004.236.026.358l.826 4.763 6.915 39.93a2.105 2.105 0 0 0 .8 1.32c.205.156.433.274.68.346.248.072.507.095.77.061l62.06-7.84 1.785-.86-62.624 7.848Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m101.526 81.716-1.554 1.002s-.035.023-.05.031c-.016.008-.035.023-.05.031-.016.008-.035.023-.05.031-.016.008-.036.023-.051.03a10.501 10.501 0 0 1-3.228 1.296c-.382.086-.775.148-1.169.19a10.25 10.25 0 0 1-.594.05c-.197.012-.4.016-.602.02-.2.004-.404 0-.609-.015-.204-.016-.409-.023-.613-.047-.617-.062-1.23-.17-1.84-.325a13.285 13.285 0 0 1-1.801-.6 14.309 14.309 0 0 1-3.36-1.985 14.797 14.797 0 0 1-1.48-1.341 15.315 15.315 0 0 1-2.372-3.203 14.796 14.796 0 0 1-.849-1.807 14.147 14.147 0 0 1-.91-3.791 13.005 13.005 0 0 1-.046-1.896 12.221 12.221 0 0 1 .717-3.571c.204-.553.447-1.083.729-1.586a10.514 10.514 0 0 1 2.117-2.666l1.373-1.242a10.657 10.657 0 0 0-2.132 2.693 11.364 11.364 0 0 0-1.22 3.342 12.51 12.51 0 0 0-.23 1.869c-.031.63-.016 1.273.046 1.915.061.642.17 1.288.324 1.927a15.054 15.054 0 0 0 2.545 5.427c.401.542.837 1.056 1.304 1.544a15.011 15.011 0 0 0 3.143 2.491c.567.337 1.153.627 1.747.879a12.9 12.9 0 0 0 4.297.99c.208.012.409.016.613.016.204 0 .405-.008.61-.016a12.086 12.086 0 0 0 1.782-.24c.389-.081.767-.19 1.137-.313a11 11 0 0 0 1.088-.434 9.438 9.438 0 0 0 1.03-.553c.019-.011.034-.023.054-.03.019-.008.034-.024.05-.032.015-.007.034-.023.05-.03.015-.008.035-.024.05-.035"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M100.843 60.733a15.424 15.424 0 0 1 4.555 6.14c.32.79.575 1.61.756 2.441a13.54 13.54 0 0 1 .274 3.714 12.831 12.831 0 0 1-.251 1.799 11.914 11.914 0 0 1-.509 1.722 11.03 11.03 0 0 1-1.747 3.029 9.9 9.9 0 0 1-1.204 1.242c-.435.379-.902.723-1.404 1.029a10.104 10.104 0 0 1-2.117.986 10.726 10.726 0 0 1-2.318.503 10.511 10.511 0 0 1-1.211.066c-.204 0-.409-.004-.613-.016a12.284 12.284 0 0 1-2.476-.38 13.251 13.251 0 0 1-1.82-.61 14.511 14.511 0 0 1-3.394-2.012 15.119 15.119 0 0 1-2.8-2.901 15.122 15.122 0 0 1-1.948-3.524 14.48 14.48 0 0 1-.922-3.83 13.256 13.256 0 0 1-.047-1.916 12.488 12.488 0 0 1 .73-3.64c.208-.569.462-1.11.751-1.629.29-.518.621-1.002.992-1.458a10.37 10.37 0 0 1 4.142-3.084 10.91 10.91 0 0 1 3.41-.781 11.9 11.9 0 0 1 2.402.093c.799.112 1.593.302 2.372.565.78.263 1.539.6 2.276 1.01.736.41 1.446.885 2.121 1.43v.012Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M97.478 62.088c.75-.066 1.434.149 2.056.645a3.208 3.208 0 0 1 1.172 1.93l2.099 10.354c.161.79.039 1.478-.363 2.064-.403.585-.978.91-1.728.976l-8.394.734a4.132 4.132 0 0 1-1.666-.203 5.293 5.293 0 0 1-1.484-.79 5.713 5.713 0 0 1-1.136-1.298 4.967 4.967 0 0 1-.666-1.655c-.122-.604-.125-1.163-.01-1.682a4.232 4.232 0 0 1 .58-1.448 3.266 3.266 0 0 1 1.116-1.017 3.579 3.579 0 0 1 1.527-.483l3.754-.328-1.184-.944a.923.923 0 0 1-.35-.54c-.047-.23-.016-.423.093-.58a.664.664 0 0 1 .51-.299.78.78 0 0 1 .577.172l2.763 2.203c.176.175.283.356.32.543.047.23.017.422-.092.58l-1.79 2.6a.634.634 0 0 1-.48.296.886.886 0 0 1-.607-.17 1.027 1.027 0 0 1-.326-.574.735.735 0 0 1 .122-.582l.767-1.115-3.754.329a2.196 2.196 0 0 0-.961.307 2.28 2.28 0 0 0-.708.664 2.43 2.43 0 0 0-.362.89c-.074.323-.073.673.003 1.047a3.18 3.18 0 0 0 1.13 1.869c.618.474 1.282.681 1.99.62l8.395-.735c.335-.03.587-.168.758-.416.171-.247.22-.548.148-.901l-2.1-10.356a1.394 1.394 0 0 0-.502-.844 1.22 1.22 0 0 0-.897-.271l-9.813.858c-.335.03-.588.169-.758.416-.17.247-.22.548-.147.902l.48 2.37a.841.841 0 0 1-.087.61.622.622 0 0 1-.488.266.89.89 0 0 1-.606-.17 1.023 1.023 0 0 1-.327-.574l-.48-2.37c-.16-.79-.038-1.478.364-2.064.402-.585.978-.91 1.726-.977l9.813-.858.003-.001Z"/>
|
|
13
|
+
</svg>
|
|
14
|
+
`;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-FaceID" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128 49.6v36c0 5.298-4.302 9.6-9.6 9.6H9.6c-5.298 0-9.6-4.302-9.6-9.6v-36C0 44.302 4.302 40 9.6 40h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M78.118 40c.068.206.072.364.072.367 1.958-.423 2.117 1.328 2.117 1.328 1.757-.103 1.664 1.434 1.663 1.45 1.898-.015 1.522 1.614 1.519 1.627 1.679.16 1.142 1.883 1.14 1.89 1.774.437.968 2.032.961 2.046 1.575.37.698 2.169.698 2.169 1.904.91.359 2.388.35 2.396 1.627.893.176 2.292.176 2.292 1.315 1.18-.044 2.29-.11 2.342 1.356 1.048-.205 2.168-.205 2.168.678.903-.544 1.669-.558 1.678.403 1.312-.79 1.647-.79 1.647.524 1.425-.86 1.676-.873 1.679.379 1.247-.67 1.694-1.216 1.837a1.237 1.237 0 0 1-1.531 1.34 1.236 1.236 0 0 1-1.371 1.184 1.235 1.235 0 0 1-1.64.55 1.318 1.318 0 0 1-.166.543 1.25 1.25 0 0 1-1.04.605 5.942 5.942 0 0 1-1.213 1.927c.011.853.112 2.365.29 3.815 0 .2.229.438.232.439.017.022 2.3 3.114 2.93 4.297.066.122.129.25.194.381 4.822.88 7.9 1.272 12.525 2.913 4.36 1.547 5.564 3.804 6.922 10.295H42.69c.119-.385.246-.897.383-1.153 1.738-3.25 7.56-5.897 9.9-6.878.979-.41 3.335-1.469 6.051-2.6.858-2.205 1.945-5.44 2.602-5.974a179.815 179.815 0 0 1-.065-5.4l.443-.018-.001-.002.896-.036c.136-.372.295-.827.456-1.324a1.4 1.4 0 0 1-1.934-1.264 1.397 1.397 0 0 1-2.257-.447 1.398 1.398 0 0 1-.733-.13 1.405 1.405 0 0 1-.786-1.209c-2.26.283-2.595-1.95-2.596-1.957-2.267.035-1.49-2.036-1.487-2.046-1.779.052-1.261-1.899-1.26-1.905-1.221-.16-.807-1.868-.805-1.875-.92-.349-.388-1.44-.383-1.45-1.29-.556-.308-1.965-.299-1.978-1.552-.872-.299-2.32-.295-2.325-1.52-1.083.064-2.567.068-2.571-1.167-1.584.46-2.322.474-2.329-.712-1.667.73-2.193.75-2.2-.66-1.693 1.18-2.166 1.192-2.17-.35-2.152 1.575-2.204 1.575-2.204-.123-2.133 1.694-1.786 1.694-1.786.367-1.87 2.221-1.432 2.221-1.432a1.31 1.31 0 0 1 .205-.542h19.419Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M63.21 81.249s4.913.076 9.844.98c4.932.906 8.03 1.285 12.715 2.948 4.685 1.662 5.67 3.93 7.18 11.637.156.793.297 1.585.426 2.369H35.447c.27-2.136.633-3.95 1.122-4.865 1.739-3.249 7.56-5.896 9.9-6.877 2.34-.98 12.547-5.67 16.741-6.196v.004Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M62.62 77.364c5.993 0 7.759.957 7.759.957l2.675 3.904v.004l1.356.242 3.975 9.717-4.689-1.296s-2.598 5.55-6.35 8.29h-7.514c-1.607-1.289-3.434-3.444-5.297-6.58-.008.004-1.69.9-4.892 1.819 0 0 1.22-7.607 2.882-9.581 1.663-1.974 4.103-7.476 10.095-7.476Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M62.234 76.941c1.978 0 3.95.16 5.428.32.37.04.708.08 1.007.118l.777.102h.002a49.974 49.974 0 0 0 .556.082l.037.006.078.012.05.061.058.08c.062.086.155.212.266.367.112.155.245.338.39.541l.469.657.436.623c.363.526.717 1.054.98 1.48l.147.243.002.002.136.24.002.004c.409.768.807 1.732 1.376 3.107l.437 1.05a157.25 157.25 0 0 0 1.805 4.156l.16.352-3.834-.756c-.037.089-.091.21-.152.35a48.77 48.77 0 0 1-.56 1.24c-.46.987-1.058 2.207-1.626 3.135-.57.927-1.738 2.643-3.228 4.028-.242.224-.492.439-.75.64h-7.169a11.87 11.87 0 0 1-.154-.118c-.958-.748-1.89-1.688-2.705-2.656a21.698 21.698 0 0 1-2.04-2.833 10.578 10.578 0 0 1-.618-1.183c-.149-.347-.242-.64-.266-.861l-2.91 1.244.023-.325c.007-.114.02-.268.031-.43v-.004c.04-.469.105-1.114.197-1.826.183-1.423.489-3.105.961-4.144.472-1.038 1.096-2.824 1.694-4.364.3-.77.594-1.475.857-1.998a4.59 4.59 0 0 1 .371-.63.926.926 0 0 1 .175-.188.554.554 0 0 1 .064-.044l.012-.007a.43.43 0 0 0-.024.016.201.201 0 0 0-.035.035l-.008.011.066.085a.293.293 0 0 1-.012-.07.348.348 0 0 1 .032-.058l-.003-.004.025-.02.055-.054h.026l.085-.047a14.118 14.118 0 0 1 1.856-.841c1.246-.464 2.983-.925 4.96-.925h.005Zm-7.096 1.938a.198.198 0 0 0 .018.24.66.66 0 0 1 .086-.087.184.184 0 0 1-.037-.069l-.067-.084Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M61.44 37.937c1.257-1.292 2.129.08 2.133.087 1.276-.944 1.75.228 1.75.228 1.54-.961 2.098.47 2.098.47 1.726-.907 2.095.675 2.097.682 2.133-.439 2.17 1.224 2.17 1.224 1.957-.418 2.116 1.328 2.116 1.328 1.763-.104 1.663 1.446 1.663 1.45 1.903-.015 1.524 1.623 1.523 1.628 1.678.155 1.136 1.89 1.136 1.89 1.782.438.96 2.045.96 2.045 1.568.365.707 2.15.699 2.169 1.906.909.35 2.396.35 2.396 1.626.892.178 2.29.176 2.293 1.347 1.208-.112 2.344-.112 2.344 1.352 1.043-.186 2.156-.203 2.169.68.906-.55 1.673-.558 1.678.4 1.305-.773 1.64-.786 1.643.527 1.435-.873 1.678-.873 1.678.383 1.248-.67 1.695-1.216 1.838a1.237 1.237 0 0 1-1.535 1.34 1.236 1.236 0 0 1-1.232 1.192c-.048 0-.092 0-.136-.008a1.233 1.233 0 0 1-1.638.55 1.257 1.257 0 0 1-.167.543c-.307.526-.981.75-1.543.514a1.234 1.234 0 0 1-.455-.327 1.234 1.234 0 0 1-2.07.439 1.443 1.443 0 0 1-.159.478 1.42 1.42 0 0 1-1.834.594 1.393 1.393 0 0 1-.534-.446c-.084.307-.275.598-.761.797-.303.12-.643.132-.938 0a1.219 1.219 0 0 1-.661-.746 1.404 1.404 0 0 1-1.79 1.228 1.404 1.404 0 0 1-.997-1.192l-.024.052a1.4 1.4 0 0 1-2.66-.534 1.403 1.403 0 0 1-1.714.395 1.404 1.404 0 0 1-.785-1.228 1.394 1.394 0 0 1-1.587.25 1.39 1.39 0 0 1-.67-.697c-.243.02-.494-.02-.734-.135a1.408 1.408 0 0 1-.79-1.204c-2.254.281-2.592-1.939-2.595-1.958-2.264.036-1.492-2.03-1.487-2.045-1.778.051-1.262-1.898-1.26-1.906-1.224-.156-.805-1.87-.805-1.87-.927-.35-.389-1.447-.387-1.452-1.293-.556-.303-1.971-.299-1.977-1.555-.873-.299-2.325-.299-2.325-1.52-1.082.066-2.565.072-2.571v-.004c-1.172-1.59.47-2.325.47-2.325-.717-1.678.754-2.204.754-2.204-.662-1.689 1.167-2.164 1.188-2.17-.35-2.144 1.56-2.204 1.575-2.204-.123-2.122 1.679-1.786 1.698-1.782.366-1.863 2.207-1.439 2.221-1.436.226-1.443 2.06-1.053 2.081-1.048.765-2.141 2.587-.974 2.608-.961.77-1.75 2.22-.49 2.22-.49 1.225-1.699 2.536-.367 2.536-.367Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M62.872 89.361s-2.72-1.033-3.5-1.714c-.782-.682-3.88-3.35-4.107-6.045-.228-2.695-.204-8.137-.204-8.137l14.537-.578s0 3.377.327 5.267c0 0 .024 2.04-.479 3.4-.502 1.36-2.292 4.458-3.074 5.192-.781.73-2.974 2.567-3.5 2.619v-.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m55.5 73.446 14.094-.562s0 3.377.327 5.267c0 0 .024 2.041-.478 3.4-.347.942-1.312 2.712-2.13 3.96C57.175 80.898 55.5 73.446 55.5 73.446Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M61.057 46.114c.793-.072.722.482 1.934.327 1.212-.156 1.65-.156 2.13.056.477.211.749.805 1.582 1.008.833.204 1.064.316 1.61.778.547.462.49 1.12 1.037 1.583.546.462.861.546 1.208 1.092s.032 1.02.235 1.567c.204.546.53.196.837.698l.022.037c.073.208.138.41.197.604.004.25-.082.53-.262.938-.335.757.526.988.67 1.534.143.547-.582 1.288-.192 1.97.145.252.23.688.284 1.139-.059 1.91-.255 4.226-.559 7.242-.554 5.49-1.762 6.3-3.325 7.707-1.563 1.411-3.525 2.97-6.443 2.974-2.918 0-4.884-1.563-6.443-2.974-1.43-1.292-2.563-2.076-3.17-6.409a1.405 1.405 0 0 1-.773.26c-.87.04-1.248-1.172-1.703-3.173-.454-2.001-.793-3.74 0-3.891.686-.131 1.653.67 1.904.891a69.55 69.55 0 0 1-.114-1.86v-.248c0-.138-.051-.434.308-1.036.33-.893.16-1.236 0-1.958-.005-.01-.312-.72.259-1.236.37-.334.374-.949.315-2.04-.06-1.093.996-1.89 1.26-2.038.263-.148.924-.937 1.184-1.854.259-.917.75-1.34 1.268-1.487.518-.148.949-.156 1.523-.67.574-.515.347-.801.905-.989.558-.187.45.052.937.188.486.135.582-.658 1.375-.73Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M64.393 46.333c.289.012.504.064.727.163.478.211.75.805 1.583 1.009.833.203 1.064.315 1.61.777.547.463.49 1.12 1.037 1.583.546.462.861.546 1.208 1.092.347.547.032 1.021.235 1.567.204.546.53.196.837.698l.016.026c.075.214.143.421.202.621.004.25-.083.528-.261.932-.335.757.526.989.67 1.535.143.546-.582 1.288-.192 1.97.144.25.23.686.283 1.136a60.439 60.439 0 0 1-.127 2.412c.404-.313 1.109-.776 1.642-.674.794.152.455 1.89 0 3.891-.454 2.002-.833 3.214-1.702 3.174a1.465 1.465 0 0 1-.545-.127c-.611 4.216-1.735 5-3.151 6.275-1.563 1.412-3.525 2.97-6.443 2.975-1.515 0-2.771-.423-3.848-1.025 2.998.255 4.402-.467 4.78-1.723h-.007c.4-1.327-1.308-2.11-1.308-1.933 2.065-.957 1.2-3.206 1.2-3.206.447-.957 0-2.217 0-2.217 1.99.439 2.452-1.184 2.452-1.184l1.759 1.997c.586-1.303.925-1.985 2.173-3.476 1.242-1.485.836-2.503.833-2.512-.89.622-2.297.359-2.863.263-.566-.095-1.455-.47-1.55-.781-.096-.307.48-.407.481-.407 1.774.305 2-1.703 2.002-1.722 0 0-1.02-1.132-2.456-.53-1.435.602-1.511 3.173-1.511 3.173l-1.284.263s-.076-.642 0-2.077.455-3.062 1.284-3.588c.83-.526 2.077-.263 2.077-.263 1.746-5.072-.514-8.578-1.843-10.087Zm-4.624 18.142c-.059.076-.71.947-.638 1.96a.99.99 0 0 0-.849.247c.004-.014.473-1.866 1.487-2.207Zm.004-.002-.004.002.004-.006v.004Zm-3.469-7.75c.006 0 1.062-.084 1.46-.048.399.036 2.105 0 2.587 1.63l.008.004s.283 1.133.188 1.587c-.096.455-1.248.953-1.248.953-.004-.01-.318-.862-1.312-1.048-1-.188-2.743-.395-3.405.494 0 0 .574-2.177 3.257-2.101l-1.535-1.471Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M53.498 57.68s1.108-.969 1.926-.969c.817 0 1.914.415 2.795.654.88.24 1.838.443 2.041.315.203-.128.128-.87.112-.969-.016-.1-.391-.35-1.184-.442-.794-.092-1.627-.128-2.811-.076-1.184.052-2.504.466-2.883 1.487h.004Zm17.492 0s-1.109-.969-1.926-.969c-.818 0-1.914.415-2.795.654-.881.24-1.838.443-2.041.315-.204-.128-.128-.87-.112-.969.016-.1.39-.35 1.184-.442.793-.092 1.627-.128 2.81-.076 1.185.052 2.505.466 2.883 1.487h-.003Zm-9.63 8.736c-.008-.215-.379-.53-.757-.518-.38.012-.682.303-.682.566 0 .263.379.339.65.303.27-.036.793-.144.785-.35h.004Zm1.575.188c.044.183.455.215.718.171.263-.044.435-.171.435-.438s-.144-.363-.443-.343c-.299.02-.773.339-.71.614v-.004Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M62.218 72.808c.705 0 1.347-.036 2.053-.555.706-.518 1.79-1.535 1.802-1.686.012-.152-.92-.443-1.51-.794-.591-.35-.894-.566-1.5-.554-.606.012-.845.263-.845.263s-.291-.263-.858-.263c-.566 0-1.335.379-1.738.718-.403.339-.706.554-1.26.682 0 0 1.2 1.295 2.181 1.738.981.443 1.109.454 1.675.454v-.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M62.218 72.807c-.566 0-.694-.012-1.675-.454-.618-.275-1.32-.893-1.754-1.312a.65.65 0 0 1 .203-.151s.164-.152 1.312-.164c1.144-.012 2.532 0 3.126 0 1.336 0 1.954.427 1.954.427l.103.063c-.37.351-.841.762-1.212 1.033-.706.518-1.347.554-2.053.554h-.004v.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M59.299 60.85c-.148-.008-.901-.49-.989-.406-.08.654-.801 1.212-1.435.837-.347-.203-.459-.522-.618-.865-.474.171-1.077.478-1.535.111-.096-.077-.141-.152-.136-.227.22-.379.722-.582 1.129-.69 1-.267 2.208-.21 3.03.415.247.187.554.498.554.825Zm8.632-.435c-.175.75-.9 1.336-1.614.754a1.124 1.124 0 0 1-.423-.758l-.989.434c.016-.382.47-.793.778-.984.94-.582 2.998-.57 3.807.227.204.203.196.315-.051.47-.515.323-1.001-.008-1.504-.151l-.004.008Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M40.094 77.732v-6.415h1.196v6.415c0 1.474 1.132 2.624 2.444 2.624h7.739v1.196h-7.74c-2.036 0-3.64-1.752-3.64-3.82Zm0-31.123c0-2.072 1.603-3.82 3.64-3.82h8.034v1.196h-8.034c-1.313 0-2.444 1.147-2.444 2.624v7.116h-1.196V46.61Zm43.876 0c0-1.473-1.132-2.624-2.444-2.624h-7.475V42.79h7.475c2.038 0 3.64 1.752 3.64 3.82v7.204H83.97V46.61Zm0 31.123v-6.196h1.197v6.196c0 2.072-1.604 3.82-3.64 3.82h-7.344v-1.197h7.344c1.312 0 2.444-1.147 2.444-2.623Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M64.062 64.039c.697.273 1.58 1.777 1.43 2.493-.151.712-1.044.568-1.058.566.011-.005.793-.395.682-.945a5.402 5.402 0 0 0-1.054-2.114Zm-13.944-1.68c.116-.24.248-.323.463-.128v.004c-.005.004-.282.24-.116 2.392-.001-.004-.538-1.87-.347-2.268Zm23.415-.412c.215-.195.347-.111.462.128.191.398-.344 2.26-.346 2.269.165-2.146-.11-2.387-.116-2.393v-.004Zm-9.471 2.092-.006-.003h.004l.002.003Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M87.834 61.928v1.196H36.518v-1.196h51.316Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M62.893 89.409c.02.013.325.211.313.577-.009.29-.224 6.34-.326 9.194h-.936c.192-2.763.63-9.051.648-9.345.023-.352.27-.42.3-.426Zm-3.69-.834a15.025 15.025 0 0 0 2.54 1.246l-6.81 4.272c-1.208-1.735-1.207-2.572-1.207-2.572l5.477-2.946Zm7.448-1.129c.031.012 6.224 2.476 6.332 2.349.107-.128-.782 1.853-.921 2.04-.14.188-7.96-2.32-7.982-2.328l2.571-2.065v.004Zm-4.904 2.377-.004-.002.004-.002v.004Zm1.146-.414h-.002.005-.003Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M85.242 95.61s.418 1.469.994 3.572h-.344a33.546 33.546 0 0 0-.65-3.573Z"/>
|
|
21
|
+
</svg>
|
|
22
|
+
`;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Fingerprint" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M35.193 89.692c.056.297.16.57.313.814.148.24.34.448.556.612.217.165.461.289.721.357.26.068.53.088.806.044l11.13-1.83c.08.116.172.236.284.364.336.376 1.502 1.166 2.363 1.827.794.613 3.041 2.492 3.774 3.125h28.99l-3.454-2.929a2.64 2.64 0 0 0-1.666-.657l-1.102-.028-1.19-1.438a5.542 5.542 0 0 0-2.063-1.923c-.06-.032-.124-.06-.188-.093-.193-.68-.253-1.346-.325-1.959-.104-.84-.396-2.596-.52-3.136a87.934 87.934 0 0 0-.77-2.777c-.164-.557-.477-2.965-.653-3.83-.152-.729-.665-1.542-1.038-2.06 0 .009.013.025.028.057l-.032-.044v-.008c-.012-.016-.016-.024-.028-.036-.056-.08-.112-.152-.156-.212-.356-.47-1.57-1.51-1.867-1.787-.296-.277-1.066-.733-1.394-.998-.329-.264-1.018-.493-1.667-.34a1.615 1.615 0 0 0-.62.324c.003-.004.007-.012.016-.02-.313.248-.513.541-.513.541s-.093-.132-.165-.288c-.072-.157-.48-1.154-.729-1.7-.252-.544-.649-1.345-1.061-1.81-.41-.465-1.078-.573-1.595-.52-.513.051-1.086.464-1.386.78a1.222 1.222 0 0 0-.252.441h-.005c-.036.104-.06.212-.084.32l-.012.069c-.008.04-.012.076-.016.112l-.012.096c0 .032-.008.064-.008.092 0 .028 0 .052-.004.08 0 .028-.004.056-.004.08-.012.305-.1.946-.136 1.214l-.02.117v.012s-.313-.75-.477-1.17a47.643 47.643 0 0 1-.769-2.124c-.176-.537-.717-.99-1.21-1.21l-5.492-24.702a2.247 2.247 0 0 0-.289-.685 2.49 2.49 0 0 0-.489-.557 2.216 2.216 0 0 0-.629-.369 1.882 1.882 0 0 0-.693-.128l-19.775.316c-.264 0-.509.065-.72.16a1.546 1.546 0 0 0-.722.694c.008-.016.016-.036.028-.052.024-.044.056-.088.084-.133l-1.206 1.695c-.06.084-.108.172-.148.269a1.76 1.76 0 0 0-.096.3c-.02.104-.032.212-.036.325 0 .112.008.228.028.344l8.385 45.956-.02.016Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M56.79 29.898c.257 0 .513.049.758.14.24.093.476.233.685.401.208.173.388.377.533.605.144.229.252.481.312.745L69.63 79.24c.069.301.08.606.04.882-.04.277-.128.541-.26.773a1.91 1.91 0 0 1-.509.577 1.608 1.608 0 0 1-.717.297l-22.54 3.682a2.16 2.16 0 0 1-.892-.048 2.235 2.235 0 0 1-.798-.401 2.676 2.676 0 0 1-.62-.685 2.527 2.527 0 0 1-.345-.902l-9.443-51.076a1.85 1.85 0 0 1 .02-.801c.064-.248.176-.473.332-.665.16-.192.357-.345.59-.453.232-.108.496-.172.785-.176l21.517-.345Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m68.185 81.78-22.54 3.681c-.3.052-.605.032-.885-.048a2.335 2.335 0 0 1-.797-.4 2.544 2.544 0 0 1-.966-1.587l-9.45-51.088a1.809 1.809 0 0 1 .004-.741 1.815 1.815 0 0 1 .184-.48c.028-.05.06-.097.092-.145l-1.314 1.847c-.064.092-.12.188-.165.288a1.808 1.808 0 0 0-.144.677c0 .124.008.248.032.373l9.127 50.006a2.487 2.487 0 0 0 .942 1.55c.235.18.5.313.784.39.28.075.577.095.874.047l22.134-3.641 2.088-.734v.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M56.443 30.656a1.54 1.54 0 0 1 .6.1 1.924 1.924 0 0 1 .962.785c.116.185.2.381.244.594l10.176 47.47c.048.233.056.457.02.673a1.627 1.627 0 0 1-.212.581c-.104.172-.24.317-.405.429a1.292 1.292 0 0 1-.565.216l-21.413 2.94a1.57 1.57 0 0 1-.67-.051 1.862 1.862 0 0 1-.6-.309 1.981 1.981 0 0 1-.725-1.186L34.38 33.172a1.505 1.505 0 0 1 .008-.629 1.35 1.35 0 0 1 .248-.524c.116-.153.265-.273.445-.365a1.4 1.4 0 0 1 .597-.152l20.769-.846h-.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="m41.719 31.053 10.092-.325.128.786a.836.836 0 0 1-.052.444 1.03 1.03 0 0 1-.273.377 1.435 1.435 0 0 1-.456.276c-.18.073-.377.12-.597.14h-.129l-6.658.245a2.487 2.487 0 0 1-.697-.072 2.273 2.273 0 0 1-.597-.24 1.526 1.526 0 0 1-.433-.373 1.015 1.015 0 0 1-.208-.465l-.12-.801v.012-.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m45.396 42.57.157.754-2.592.196a.88.88 0 0 0-.35.092.829.829 0 0 0-.264.196.76.76 0 0 0-.156.269.59.59 0 0 0-.012.312l.61 3.009-.73.06-.605-3.009a1.453 1.453 0 0 1 .008-.617c.044-.192.136-.368.26-.52.125-.153.277-.277.465-.373.189-.096.393-.152.625-.172l2.592-.193-.008-.004Zm8.847-.648c.224-.016.44.012.649.077.208.064.404.164.58.288.177.128.325.28.445.457.12.176.209.372.249.585l.649 3.048-.697.056-.65-3.052a.8.8 0 0 0-.136-.297.932.932 0 0 0-.248-.236 1.25 1.25 0 0 0-.324-.148 1.019 1.019 0 0 0-.365-.036l-2.796.208-.157-.745 2.797-.205h.004Zm-9.672 14.383.585 2.908a.757.757 0 0 0 .14.305c.068.092.16.176.26.24s.221.116.337.148c.12.032.253.044.38.028l2.52-.252.161.77-2.524.26c-.232.024-.46 0-.681-.06-.22-.06-.42-.16-.605-.285a1.862 1.862 0 0 1-.465-.473 1.652 1.652 0 0 1-.26-.609l-.585-2.908.73-.068h.007v-.004Zm14.071-1.382.617 2.892c.044.217.044.425 0 .621a1.383 1.383 0 0 1-.681.914 1.632 1.632 0 0 1-.605.188l-2.853.289-.16-.766 2.852-.284a.937.937 0 0 0 .341-.1.798.798 0 0 0 .397-.477.686.686 0 0 0 .008-.313l-.617-2.896.697-.068h.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M48.55 31.22h.016a.46.46 0 0 1 .124.02c.04.013.076.037.108.069.032.032.06.064.084.1.024.036.036.08.044.128.008.044 0 .084-.004.125a.249.249 0 0 1-.048.104.29.29 0 0 1-.08.076.248.248 0 0 1-.108.036h-.016c-.044 0-.084 0-.124-.02a.31.31 0 0 1-.108-.068.533.533 0 0 1-.085-.104.346.346 0 0 1-.044-.129c-.008-.044-.004-.084 0-.124 0-.04.024-.072.048-.104a.283.283 0 0 1 .196-.112h-.003v.004Zm-3.534.117 2.776-.092a.32.32 0 0 1 .216.08.345.345 0 0 1 .117.209v.024a.263.263 0 0 1-.12.28.264.264 0 0 1-.104.032l-2.777.096a.317.317 0 0 1-.216-.08.427.427 0 0 1-.076-.092.363.363 0 0 1-.04-.116v-.024a.265.265 0 0 1 .044-.212.221.221 0 0 1 .08-.069.288.288 0 0 1 .104-.032l-.004-.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M53.242 49.634h.032c.34.44.585.97.749 1.542.164.573.244 1.198.268 1.823a10.342 10.342 0 0 1-.464 3.441c-.017.044-.044.14-.089.253-.044.116-.1.264-.16.397-.06.136-.128.268-.196.368-.068.1-.136.168-.197.176h-.028s-.007 0-.011-.004c0-.004-.008-.004-.013-.008-.012-.04-.028-.072-.04-.104s-.028-.06-.04-.088a.318.318 0 0 1-.024-.088v-.112a1.83 1.83 0 0 1 .108-.409c.057-.152.125-.328.197-.509.072-.18.144-.36.208-.545a4.07 4.07 0 0 0 .148-.508 9.09 9.09 0 0 0 .125-.886c.028-.316.048-.657.052-.993a11.83 11.83 0 0 0-.028-1.002 7.175 7.175 0 0 0-.125-.905 2.484 2.484 0 0 0-.136-.413c-.06-.144-.132-.296-.2-.44-.068-.145-.136-.281-.188-.401a1.504 1.504 0 0 1-.105-.3.259.259 0 0 1 0-.097c.008-.032.012-.06.028-.088a.217.217 0 0 1 .053-.064.163.163 0 0 1 .076-.032v-.004Zm-3.098 1.771.372.072c.064.093.117.309.153.59.036.276.056.616.052.94a4.687 4.687 0 0 1-.076.882c-.053.24-.133.397-.245.409h-.032a.466.466 0 0 1-.16-.273 1.195 1.195 0 0 1-.008-.36c.012-.132.036-.265.056-.393a2.53 2.53 0 0 0 .036-.368c0-.125 0-.249-.008-.373-.008-.128-.012-.252-.024-.373a6.056 6.056 0 0 0-.048-.376 3.61 3.61 0 0 0-.076-.373h.004l.004-.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M49.828 48.91a2.667 2.667 0 0 1 1.158.173c.188.071.376.167.557.283.18.12.348.26.508.425.421.437.701 1.013.862 1.662.164.65.217 1.37.18 2.092a10.276 10.276 0 0 1-.329 2.09c-.176.65-.404 1.227-.66 1.652l-.1.164a2.44 2.44 0 0 1-.168.24 1.884 1.884 0 0 1-.197.229c-.068.064-.128.104-.188.108h-.04s-.013 0-.02-.008l-.02-.012a.845.845 0 0 1 .011-.377c.029-.116.085-.228.149-.328a5.77 5.77 0 0 1 .2-.305c.068-.1.132-.204.176-.305.172-.392.325-.829.453-1.294.128-.46.224-.94.276-1.433.056-.493.072-.99.036-1.479a5.816 5.816 0 0 0-.28-1.422 2.56 2.56 0 0 0-.413-.757 2.594 2.594 0 0 0-.612-.55 2.328 2.328 0 0 0-.734-.316 2.306 2.306 0 0 0-.773-.068c-.1.008-.2.024-.296.048a2.169 2.169 0 0 0-.558.228 1.378 1.378 0 0 0-.248.185c-.032.028-.08.092-.136.172-.056.08-.12.176-.188.265-.068.092-.136.184-.2.252-.064.069-.12.113-.165.117h-.04a.506.506 0 0 1-.088-.257c0-.084.012-.168.044-.248.032-.08.076-.157.124-.229.048-.072.104-.14.156-.196.1-.116.213-.224.33-.313a2.192 2.192 0 0 1 .788-.392c.145-.04.285-.064.437-.076v-.012l.008-.009Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M51.811 53.087c.048.252.065.509.053.773a5.192 5.192 0 0 1-.1.785c-.053.26-.129.513-.213.761a8.075 8.075 0 0 1-.272.694 5.05 5.05 0 0 1-.205.38 19.34 19.34 0 0 1-.372.626c-.14.22-.289.428-.429.588-.14.16-.268.268-.364.277h-.025s-.016 0-.024-.004-.016-.004-.02-.008a.091.091 0 0 0-.02-.013.715.715 0 0 1 .028-.4c.044-.128.124-.253.212-.373s.193-.24.285-.357a2.8 2.8 0 0 0 .256-.352 6.633 6.633 0 0 0 .638-1.534 7.15 7.15 0 0 0 .176-.83c.044-.28.068-.569.072-.853l.324-.14v-.02Zm-1.894 2.22h.095c.093.076.081.225.01.405-.073.184-.21.405-.362.621a7.171 7.171 0 0 1-.48.6 2.462 2.462 0 0 1-.353.341c-.032.02-.064.04-.096.056s-.06.032-.089.044c-.028.012-.056.02-.08.028a.228.228 0 0 1-.072.012.182.182 0 0 1-.108-.016.093.093 0 0 1-.048-.076.267.267 0 0 1 .024-.137c.024-.056.056-.12.109-.196.052-.08.124-.164.2-.248.076-.084.164-.172.252-.252.088-.084.176-.172.26-.26.084-.089.16-.173.225-.257.04-.052.068-.116.1-.188s.056-.145.092-.217a.631.631 0 0 1 .128-.184.346.346 0 0 1 .203-.092l-.01.016Zm.172-5.185c.08-.008.16-.004.24 0 .08 0 .164.024.24.048a1.547 1.547 0 0 1 .485.245 1.944 1.944 0 0 1 .553.688c.06.137.093.265.068.377-.024.113-.096.197-.24.237-.037-.16-.1-.313-.184-.457a1.895 1.895 0 0 0-.297-.385 1.34 1.34 0 0 0-.372-.26.825.825 0 0 0-.53-.056c-.04.012-.076.024-.116.04a.606.606 0 0 0-.112.06.85.85 0 0 0-.393.568c-.044.189-.044.39-.028.61.016.22.052.44.076.669.024.228.048.449.036.661a4.18 4.18 0 0 1-.2.985 5.97 5.97 0 0 1-.444 1.038 4.691 4.691 0 0 1-.633.902 2.16 2.16 0 0 1-.762.568c-.016.008-.032.013-.048.02-.015.009-.032.012-.047.016a.64.64 0 0 0-.044.013c-.012.004-.029.004-.04.004a.256.256 0 0 1-.141-.02.13.13 0 0 1-.069-.085.267.267 0 0 1 .021-.14.683.683 0 0 1 .124-.188c.245-.272.473-.501.69-.721.216-.22.408-.417.576-.645.168-.228.305-.473.409-.781a4.03 4.03 0 0 0 .152-1.807c-.028-.224-.064-.449-.08-.665a2.126 2.126 0 0 1 .031-.621 1.13 1.13 0 0 1 .293-.541 1.373 1.373 0 0 1 .368-.269.927.927 0 0 1 .21-.076c.072-.016.143-.032.215-.04h.004l-.011.008Zm5.111 2.112c.022 0 .044.003.065.025a.25.25 0 0 1 .068.084c.02.04.044.083.06.14.016.055.032.12.044.196.044.276.06.573.056.874-.004.3-.024.608-.056.917-.032.308-.076.613-.12.909-.044.296-.092.585-.132.85l-.428-.209c.112-.26.18-.536.215-.82.036-.285.044-.586.04-.883-.004-.296-.015-.596-.02-.88-.003-.285 0-.565.028-.826a1.46 1.46 0 0 1 .028-.16.454.454 0 0 1 .04-.112.24.24 0 0 1 .052-.069.138.138 0 0 1 .06-.028v-.008Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M47.973 51.053a.183.183 0 0 1 .113.06.294.294 0 0 1 .06.117.832.832 0 0 1 .027.135c0 .044.012.088.016.124.052.345.089.673.097.982a4.3 4.3 0 0 1-.057.89c-.052.28-.132.556-.252.817-.124.26-.288.52-.509.773a3.751 3.751 0 0 1-.564.537c-.108.08-.225.148-.34.2-.121.053-.25.088-.374.1h-.096c-.012-.044-.024-.08-.032-.112a.402.402 0 0 1-.015-.092c0-.028 0-.056.015-.084.016-.028.033-.06.06-.093a.96.96 0 0 1 .173-.14 7.44 7.44 0 0 1 .252-.16c.092-.056.188-.116.272-.184.088-.068.177-.136.245-.212.14-.152.26-.31.368-.478a2.67 2.67 0 0 0 .261-.524c.068-.184.12-.377.152-.577.032-.2.048-.413.044-.637 0-.056-.02-.168-.044-.308a6.753 6.753 0 0 1-.068-.477 1.793 1.793 0 0 1 0-.44c.02-.12.072-.201.164-.21l.005-.007h.027Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M49.616 47.674c.164-.012.325-.016.493-.008a3.99 3.99 0 0 1 1.521.413c.089.044.19.093.286.148.096.057.196.12.276.188a.93.93 0 0 1 .212.241.54.54 0 0 1 .08.296 1.023 1.023 0 0 1-.349-.096 2.919 2.919 0 0 1-.328-.18c-.112-.068-.22-.14-.333-.208a1.904 1.904 0 0 0-.364-.173 4.17 4.17 0 0 0-.364-.108 3.016 3.016 0 0 0-.36-.068 3.68 3.68 0 0 0-.358-.028c-.12 0-.236 0-.348.011a3.069 3.069 0 0 0-.937.23 2.872 2.872 0 0 0-.798.496c-.236.208-.433.46-.593.75a2.81 2.81 0 0 0-.32.973 3.81 3.81 0 0 0-.028.821c.016.26.052.521.072.777.02.257.024.513-.016.778a2.38 2.38 0 0 1-.285.817c-.032.056-.1.144-.196.244s-.212.217-.336.32c-.128.109-.26.213-.393.285-.132.076-.256.132-.356.14h-.081a.14.14 0 0 1-.068-.024.21.21 0 0 1-.056-.048.317.317 0 0 1-.044-.072c-.024-.056.012-.124.084-.196.072-.072.177-.153.285-.233.112-.08.236-.16.34-.232.108-.072.2-.144.253-.2a1.88 1.88 0 0 0 .376-.605 1.66 1.66 0 0 0 .096-.585c0-.196-.024-.4-.056-.617a6.944 6.944 0 0 1-.072-.697 3.52 3.52 0 0 1 .192-1.382c.148-.417.373-.79.657-1.098a3.405 3.405 0 0 1 1.002-.749 3.458 3.458 0 0 1 1.228-.333l-.014.012Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M48.29 46.657c.047 0 .093 0 .133.008a.26.26 0 0 1 .187.173.718.718 0 0 1 .036.184 3.94 3.94 0 0 0-1.07.473 3.86 3.86 0 0 0-.872.769 4 4 0 0 0-.926 2.195c-.024.236-.008.493.016.762.024.268.052.54.064.8.012.265 0 .514-.064.738a1.053 1.053 0 0 1-.485.645c-.044.028-.092.052-.14.076-.048.024-.1.044-.148.06a.674.674 0 0 1-.144.032c-.044 0-.088 0-.128-.008a.211.211 0 0 1-.109-.06.326.326 0 0 1-.076-.12.615.615 0 0 1-.032-.189c.308-.072.513-.168.65-.28a.631.631 0 0 0 .219-.404c.024-.157.005-.33-.02-.526-.023-.196-.056-.408-.064-.64-.012-.465.02-.914.105-1.338.084-.425.212-.83.388-1.206a4.069 4.069 0 0 1 1.654-1.799l.169-.096a2.785 2.785 0 0 1 .441-.209.753.753 0 0 1 .216-.048v.008Zm-3.554 1.647h.016c.112.016.168.08.184.176a.843.843 0 0 1-.032.336c-.032.124-.08.253-.124.36a2.228 2.228 0 0 0-.088.246c-.02.1-.04.212-.056.324-.016.116-.036.24-.056.36-.02.124-.032.249-.044.36-.012.117-.02.234-.025.33 0 .032.013.144.029.288.016.148.035.337.047.525a2.65 2.65 0 0 1-.007.51c-.02.139-.06.231-.136.24h-.04c-.008 0-.017 0-.025-.008-.008-.004-.016-.01-.024-.013-.072-.044-.124-.184-.164-.376a4.267 4.267 0 0 1-.068-.693c-.008-.257-.012-.51-.008-.73 0-.22.012-.392.02-.484a8.649 8.649 0 0 1 .208-.97c.056-.2.12-.393.185-.537.064-.144.136-.24.204-.248l.004.004Zm5.581-1.827a1.3 1.3 0 0 1 .385.044c.152.036.312.08.473.136a9.197 9.197 0 0 1 .76.304c.305.148.618.34.918.573a6.904 6.904 0 0 1 1.586 1.707c.208.32.373.653.486.986.012.036.039.132.07.256.033.125.066.264.09.413.024.148.035.28.027.388-.008.108-.04.177-.104.185h-.052c-.012 0-.02-.009-.028-.013-.008 0-.02-.012-.032-.016a7.437 7.437 0 0 0-.525-1.434 6.5 6.5 0 0 0-.79-1.23 5.355 5.355 0 0 0-1.06-.977 5.56 5.56 0 0 0-1.33-.686c-.077-.028-.193-.043-.317-.067-.129-.024-.265-.044-.389-.076a.592.592 0 0 1-.292-.149c-.064-.068-.08-.156-.028-.268.008-.008.016-.012.028-.02a.145.145 0 0 1 .036-.016c.012 0 .028-.008.04-.012.012 0 .032 0 .048-.008v-.02Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m49.023 45.202.008.017a6.258 6.258 0 0 1 2.42.304 7.374 7.374 0 0 1 3.938 3.124c.46.754.785 1.607.929 2.537a.422.422 0 0 1-.092.068c-.016.008-.028.012-.04.016-.012 0-.024.008-.036.008-.06 0-.108-.028-.145-.089a.913.913 0 0 1-.087-.232 3.941 3.941 0 0 1-.06-.28 1.402 1.402 0 0 0-.06-.24 8.535 8.535 0 0 0-1.127-2.1 6.914 6.914 0 0 0-1.554-1.542 6.092 6.092 0 0 0-1.895-.913 6.197 6.197 0 0 0-2.155-.21c-.052 0-.104.01-.156.017-.052.009-.105.012-.157.016-.051 0-.104.013-.156.02-.052.009-.104.016-.16.024-.26.044-.494.12-.71.217-.216.096-.42.208-.616.32-.196.116-.393.24-.598.345a3.735 3.735 0 0 1-.644.28c-.072-.056-.076-.133-.04-.217a.93.93 0 0 1 .2-.26 3.2 3.2 0 0 1 .488-.38 5.196 5.196 0 0 1 1.86-.77c.216-.044.433-.071.653-.092l-.008.012Zm-1.077 5.851h-.013l.016-.004-.003.004Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m58.305 49.32.053.497-15.972 1.711-.108-.994 15.974-1.71.053.496Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M63.24 90.096c.538.473 1.367 1.174 1.988 1.27.625.096 2.436.913 3.217 1.358.433.249 1.63 1.168 2.756 2.286l21.818.002c-1.963-2.188-3.661-4.103-4.198-4.772-1.503-1.87-2.111-3.008-2.648-3.806-.533-.797-1.326-2.303-1.787-3.333-.46-1.03-.541-2.047-.653-2.96-.112-.914-.429-2.825-.57-3.414-.14-.589-.66-2.416-.832-3.02-.177-.606-.513-3.226-.71-4.167-.2-.942-.949-2.003-1.334-2.512-.384-.509-1.71-1.643-2.03-1.943-.321-.3-1.163-.797-1.52-1.086-.356-.284-1.105-.537-1.814-.369-.71.173-1.218.926-1.218.926s-.1-.144-.18-.313c-.08-.172-.521-1.257-.793-1.846-.273-.593-.71-1.463-1.154-1.971-.445-.505-1.174-.626-1.735-.57-.557.057-1.182.505-1.506.85-.325.344-.421.997-.437 1.422-.016.42-.168 1.446-.168 1.446s-.337-.813-.521-1.274a48.66 48.66 0 0 1-.837-2.311c-.257-.77-1.194-1.382-1.803-1.462-.61-.08-1.29.072-1.923.476-.641.4-.938 1.294-.978 1.71-.036.414.365 1.483.365 1.483s-.048.169-.048.3c0 .133.012.946.112 1.459.1.513.44 1.122.44 1.122l.065.757c-.225 0-1.346-.349-1.675-.589-.325-.232-1.01-1.334-1.438-2.344-.429-1.01-1.21-3.036-1.563-3.758-.352-.72-1.674-3.169-1.883-3.701a119.39 119.39 0 0 1-1.246-3.45c-.204-.625-.957-2.828-1.197-3.457-.24-.63-1.238-1.991-2.857-1.434-1.618.556-1.57 2.283-1.37 3.437.204 1.158.633 2.965 1.066 4.078.428 1.114 1.41 4.335 1.77 5.369.357 1.033 1.51 3.1 2.148 4.395.637 1.286 1.542 2.988 1.819 3.71.272.72 1.057 3.289 1.153 3.513.096.224.457.998.645 1.386.189.389.269 1.162.297 1.63.032.47.04 3.106.04 3.106s-.156-.024-.32-.064a4.507 4.507 0 0 0-.521-.065c.008-.16-.089-.436-.209-.609-.12-.172-.76-.709-1.23-1.117a6.032 6.032 0 0 0-1.041-.71s-.044-.508-.072-.773c-.032-.26-.34-.865-.557-1.242-.217-.372-.677-1.001-1.022-1.41-.34-.404-1.114-1.065-1.959-1.55-.845-.485-1.43-.469-1.89-.417-.462.052-.946.397-1.099.601-.152.204-.136.48-.136.48-.048.073.008.441.233.882.228.44.953 1.791 1.061 1.975.112.185.12.349.132.573.012.22.06.593.125.894.064.304.168 1.802.152 2.027-.012.228.048.44.124.525.076.08.092.336.16.46.068.125.561.733.785.938.229.208.473.308.553.332.08.024.289.305.545.47.257.167 1.863 1.553 2.756 2.527.89.974.91 1.426 1.515 2.103.364.409 1.634 1.27 2.572 1.987.937.722 3.742 3.073 4.279 3.546l-.008.008Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M58.152 73.615a2.582 2.582 0 0 0-.184-.633 53.923 53.923 0 0 1-.645-1.39c-.096-.228-.877-2.792-1.154-3.513-.272-.722-1.182-2.42-1.819-3.71-.384-.785-.961-1.847-1.434-2.8.377.648.753 1.297.93 1.61.424.753 2.115 3.794 2.636 5.224.52 1.426 1.11 3.265 1.378 3.93.26.65.28 1.262.28 1.286l.012-.004Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M49.84 70.07c-1.423.129-1.587.938-1.595.974-.016-.1-.012-.168.008-.196 0 0 .072-.285.365-.481.456-.305 1.134-.32 1.222-.3v.003Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M50.4 72.594v.028c-.011.265-.26.545-.38.657-.12.113-.445.473-.445.473-.008-.016-.016-.032-.028-.048a121.89 121.89 0 0 1-1.061-1.975 2.325 2.325 0 0 1-.24-.69c.007-.031.171-.844 1.594-.973.088.024.216.63.304.982.088.344.248 1.242.253 1.542l.004.004Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M71.203 95.01c-1.137-1.134-2.322-2.042-2.762-2.29-.782-.441-2.592-1.262-3.217-1.354-.621-.097-1.45-.797-1.988-1.27-.536-.477-3.34-2.827-4.278-3.548-.938-.721-2.208-1.578-2.572-1.987-.605-.677-.625-1.13-1.519-2.102-.893-.974-2.5-2.363-2.756-2.527-.256-.169-.465-.445-.545-.469a1.677 1.677 0 0 1-.553-.332c-.224-.209-.721-.813-.785-.938-.068-.124-.084-.38-.16-.46-.076-.084-.137-.3-.124-.525.015-.228-.089-1.726-.153-2.026a6.655 6.655 0 0 1-.124-.893 2.042 2.042 0 0 0-.04-.34c.02.047.176.468.268 1.1.1.673.185 1.979.225 2.143.04.164.332-.076.332-.076-.196.385-.148.937.02 1.162.164.22.69.784 1.014.829.32.044.605-.113.605-.113-.148.265-.092.557.012.637.104.08 1.639 1.446 2.376 2.09.737.646 1.286 1.627 1.67 2.203.38.581 1.262 1.15 2.72 2.3.57.448 3.318 2.587 4.696 3.688 1.378 1.097 1.603.957 2.484 1.185.881.229 2.824 1.162 4.339 2.527.453.409.99.781 1.446 1.39"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M74.587 95.009c-1.246-1.41-2.264-2.548-2.716-3.02l.016-.017c-1.695-1.759-4.015-3.173-5.725-4.174-1.711-1.002-4.363-2.2-5.16-2.941-.798-.745-1.9-3.45-2.076-4.747-.172-1.302-.172-4.083-.18-5.385-.004-1.302-.741-2.88-1.01-3.678-.272-.797-1.125-3.22-1.502-3.938-.373-.721-1.294-2.235-1.699-3.12-.404-.886-.156-1.134-.156-1.134-.288-.057-.649-.321-1.017-.818-.814-1.097-1.347-2.664-1.33-2.612.072.22.136.409.184.553.068.196.164.425.276.681l.028.064c.04.088.08.176.124.269 0 .008.008.016.012.024.029.06.06.124.089.188.04.084.084.172.128.256.004.008.008.02.016.028a.884.884 0 0 0 .052.1c.372.645.75 1.286.921 1.599.425.753 2.116 3.794 2.636 5.224.521 1.426 1.11 3.265 1.379 3.93.248.621.276 1.21.28 1.282v.008c.024.133.044.26.06.393.004.044.012.088.016.132 0 .024 0 .048.008.076 0 .032.008.068.008.1 0 .02 0 .04.004.06.008.089.012.169.016.241v.313c.02.845.028 2.788.028 2.788s-.156-.028-.32-.068c-.168-.036-.521-.064-.521-.064.008-.157-.088-.437-.208-.61-.12-.172-.766-.704-1.23-1.113-.465-.409-1.042-.713-1.042-.713s-.044-.509-.072-.773a.318.318 0 0 0-.02-.097c-.008-.036-.024-.076-.036-.12-.016-.044-.032-.088-.052-.136l-.024-.06s-.004-.008-.004-.012l-.032-.072a.498.498 0 0 0-.04-.08 2.733 2.733 0 0 0-.076-.157c-.012-.028-.028-.052-.04-.08-.08-.156-.165-.304-.237-.432-.012-.024-.028-.048-.044-.073a12.667 12.667 0 0 0-.977-1.334c-.013-.016-.025-.028-.037-.044l-.084-.092-.048-.048c.866 1.274 1.178 1.907 1.402 2.516.233.609-.208 1.318-.208 1.318.212 0 .469 0 .73.144.26.145 1.586 1.358 1.85 1.671.264.305-.284.933-.284.933.36-.076.829-.044 1.01.189.18.232.18.897.192 1.154.012.256-.193 1.426-.513 1.422-.325 0-2.528-2.096-3.35-2.945-.817-.853-.937-1.386-.937-1.386-.212.124-.89-.128-1.074-.313-.184-.192-.18-.572-.18-.572-.244.036-.517-.105-.569-.257-.052-.152-.18-.593-.284-1.374-.068-.525-.36-1.118-.553-1.45v.028c-.012.268-.264.545-.38.657-.117.108-.425.449-.445.473a.61.61 0 0 1 .052.132l.012.04v.008c.02.048.176.469.272 1.102.1.673.184 1.979.224 2.143.04.164.333-.076.333-.076-.196.385-.148.941.02 1.162.168.22.69.789 1.014.829.32.044.605-.112.605-.112-.149.264-.093.557.012.637.104.08 1.638 1.446 2.371 2.091.733.645 1.29 1.627 1.67 2.204.381.58 1.263 1.15 2.721 2.3.57.448 3.317 2.587 4.696 3.689 1.378 1.098 1.606.957 2.483 1.186.882.228 2.825 1.162 4.34 2.528.52.437 1.037.837 1.453 1.386M58.301 77.906c0-.136.008-.192.008-.192s-.004.052-.008.192c0 .068-.004.16-.008.272 0-.116 0-.204.008-.272ZM56.17 76.16s-.032-.028-.048-.04c.016.012.032.028.048.04Zm-1.27-1.614c-.008.24-.044.58-.152.68.108-.103.144-.44.152-.68Zm.264.81c.008.003.02.015.028.02a.122.122 0 0 0-.028-.02Zm1.246 1.013c.337.296.705.597.79.717-.085-.116-.445-.42-.79-.717Zm.902 1.17a.454.454 0 0 1-.104.304.5.5 0 0 0 .104-.305Zm.38.196Zm.449.409c0-.037-.016-.065-.028-.097.012.032.024.06.028.096 0 .017 0 .037.004.069 0-.028 0-.052-.004-.069Zm.008.168c0 .084.008.192.012.312.012.365.032.882.068 1.374-.036-.492-.052-1.005-.068-1.374 0-.124-.008-.232-.012-.312Zm.144 2.383a20.46 20.46 0 0 1-.064-.66 10 10 0 0 0 .064.66Zm.1.553s-.036-.633-.064-1.302c.028.673.064 1.302.064 1.302Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M52.945 50.07c-.08.057-.75.23-.998.281-.477.108-.773.104-1.11.12-.332.017-.456-.176-.549-.3-.092-.132-.624-1.454-.64-1.554 0 0 .372-.978 1.334-1.278.949-.293 1.806.524 1.83.548.069.245.24 1.158.273 1.455.036.324-.06.673-.14.729Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M52.816 47.883c-.024-.02-.877-.842-1.83-.55-.962.297-1.335 1.279-1.335 1.279-.036-.209.469-1.294 1.458-1.418.99-.129 1.64.512 1.691.645 0 .008.008.024.016.048v-.004Zm9.727 17.19c-.02-.036-.344-.625-.44-1.122-.1-.513-.113-1.326-.113-1.458 0-.132.048-.3.048-.3s.177.624.277 1.261c.1.621.224 1.579.228 1.627v-.008Zm5.946-.847c-.008-.3-.048-1.186-.048-1.186s-.029-.741-.037-1.018c-.007-.276-.04-1.174-.344-.837a3.377 3.377 0 0 0-.16.921c-.012.329-.109 1.03-.149 1.318-.011.08-.02.129-.02.129s.345.773.421.921c.076.144.437.677.465.717-.008-.04-.128-.677-.136-.97h.004l.004.005Zm6.37 2.019a54.935 54.935 0 0 0-.545-.73c-.264-.356-.609-.969-.609-.969s.216-.317.557-.589c-.329.328-.232.813-.012 1.214.208.376.569 1.013.605 1.074h.004Zm-12.175.24s-1.378-.424-1.79-.669c-.413-.24-.81-.993-1.178-1.554-.365-.561-.43-1.01-.814-1.88-.384-.869-.941-1.257-.941-1.257s.1-.91-.205-1.499c-.304-.589-.829-1.23-.829-1.23.144-.476-1.206-2.944-1.61-4.294-.317-1.058-.617-.958-.617-.958.088-.204.156-.188-.113-1.09-.268-.9-1.31-4.098-1.31-4.098.157.208.265.413.32.573.241.633.994 2.836 1.199 3.457.204.625 1.033 2.917 1.246 3.45.212.533 1.53 2.98 1.883 3.702.352.72 1.133 2.748 1.562 3.758.429 1.01 1.114 2.11 1.438 2.347.325.24 1.45.593 1.675.59l.076.656.008-.004Zm17.544 1.273s-.213.985-1.166.985c-.954 0-2.04-.749-2.04-.749s1.23.216 1.972.16c.74-.06 1.237-.396 1.237-.396h-.003Zm-5.338.277s-.116 1.927-1.197 1.903c-1.082-.024-2.552-1.582-2.552-1.582 3.169 1.222 3.75-.32 3.75-.32Zm-6.602 3.141c-1.093.26-3.18-1.318-3.217-1.354.052.02 2.064.753 3.197.392 1.15-.36 1.246-1.426 1.246-1.426s-.128 2.127-1.226 2.388Zm-5.408 2.812c-1.238.168-2.403-.741-2.447-.773.044.016 1.562.556 2.24.1.688-.465.804-1.619.804-1.619s.653 2.128-.6 2.3l.003-.008Zm7.716 5.789c-.641-.48-1.278-.962-1.875-1.494-.982-.882-1.863-1.923-3.057-2.48.661.845 1.659 1.342 2.592 1.875a25.884 25.884 0 0 1 3.185 2.143c.665.525 2.468 1.67 2.588 2.528-1.198-.757-2.307-1.719-3.437-2.572h.004Zm3.381-1.927c-.244-.765-.484-1.522-.66-2.307-.285-1.29-.401-2.648-1.054-3.794.048 1.074.573 2.06 1.025 3.033a24.85 24.85 0 0 1 1.35 3.593c.24.81 1.046 2.793.645 3.558-.536-1.31-.88-2.736-1.314-4.086h.004l.004.004Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M92.566 95.008c-2.18-2.428-4.01-4.49-4.27-4.84-.681-.925-1.767-2.467-2.572-3.773-.806-1.298-1.555-2.532-1.891-3.798-.337-1.266-.601-3.366-.673-4.119l-.497-2.564c-.156-.436-.497-1.763-.645-2.532-.148-.773-.317-2.175-.44-2.989-.125-.813-.305-1.53-.47-1.874a63.62 63.62 0 0 0-.62-1.218 9.614 9.614 0 0 0-.205-.273 6.132 6.132 0 0 0-.425-.465c.934 1.299 1.182 2.224 1.475 3.566.292 1.338.496 4.443 1.065 5.986.57 1.542.581 5.94 1.374 7.764.794 1.826 2.765 5.003 4.716 7.207.593.673 1.927 2.171 3.485 3.926h.59l.003-.004Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M93.14 95.01c-2.031-2.192-3.782-4.111-4.315-4.776-1.498-1.875-2.111-3.009-2.644-3.806-.533-.793-1.326-2.304-1.787-3.333-.46-1.03-.54-2.047-.653-2.96-.112-.914-.428-2.825-.569-3.414-.14-.59-.66-2.416-.833-3.021-.18-.605-.517-3.225-.713-4.166-.168-.794-.725-1.68-1.13-2.24.024.052.46.881.621 1.218.164.344.345 1.061.469 1.875.124.813.292 2.223.44 2.989.149.773.485 2.095.645 2.531.16.437.425 1.811.497 2.565.072.757.333 2.856.673 4.118.337 1.266 1.086 2.492 1.891 3.798.81 1.306 1.895 2.848 2.572 3.774.253.344 2.076 2.404 4.259 4.843h.573l.004.005Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M95.272 95.01 86.55 84.457c-.581-.901-1.342-1.615-2.248-2.091a6.096 6.096 0 0 0-3.005-.694c-1.081.025-2.195.301-3.277.822-1.081.52-2.107 1.27-3.012 2.2a14.002 14.002 0 0 0-3.221 5.328c-.553 1.678-.75 3.393-.585 4.991h24.07v-.004Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M95.272 95.01 86.55 84.457c-.581-.901-1.342-1.615-2.248-2.091a6.096 6.096 0 0 0-3.005-.694c-1.081.025-2.195.301-3.277.822-1.081.52-2.107 1.27-3.012 2.2a14.002 14.002 0 0 0-3.221 5.328c-.553 1.678-.75 3.393-.585 4.991h24.07v-.004Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="m100.58 95.032-9.725-8.267a2.894 2.894 0 0 0-1.816-.718l-1.45-.036c-5.15-.136-10.978 3.605-13.73 9.005l26.721.016Z" clip-rule="evenodd"/>
|
|
31
|
+
</svg>
|
|
32
|
+
`;
|