@openui5/sap.ui.webc.fiori 1.119.0 → 1.120.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (638) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +4 -4
  3. package/src/sap/ui/webc/fiori/.library +3 -3
  4. package/src/sap/ui/webc/fiori/Bar.js +4 -14
  5. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -1
  6. package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -1
  7. package/src/sap/ui/webc/fiori/FilterItem.js +1 -1
  8. package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -1
  9. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
  10. package/src/sap/ui/webc/fiori/IllustratedMessage.js +1 -1
  11. package/src/sap/ui/webc/fiori/MediaGallery.js +1 -1
  12. package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -1
  13. package/src/sap/ui/webc/fiori/NotificationAction.js +1 -12
  14. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +10 -8
  15. package/src/sap/ui/webc/fiori/NotificationListItem.js +10 -8
  16. package/src/sap/ui/webc/fiori/Page.js +9 -6
  17. package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
  18. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
  19. package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
  20. package/src/sap/ui/webc/fiori/ShellBarItem.js +4 -2
  21. package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
  22. package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
  23. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
  24. package/src/sap/ui/webc/fiori/SortItem.js +1 -1
  25. package/src/sap/ui/webc/fiori/Timeline.js +1 -1
  26. package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
  27. package/src/sap/ui/webc/fiori/UploadCollection.js +4 -13
  28. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +69 -2
  29. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +14 -2
  30. package/src/sap/ui/webc/fiori/Wizard.js +1 -1
  31. package/src/sap/ui/webc/fiori/WizardStep.js +1 -1
  32. package/src/sap/ui/webc/fiori/designtime/messagebundle_mk.properties +28 -0
  33. package/src/sap/ui/webc/fiori/library.js +2 -2
  34. package/src/sap/ui/webc/fiori/thirdparty/Bar.js +5 -4
  35. package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +7 -0
  36. package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +5 -0
  37. package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +7 -0
  38. package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +6 -0
  39. package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +5 -0
  40. package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +5 -0
  41. package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +9 -0
  42. package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +9 -0
  43. package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +7 -0
  44. package/src/sap/ui/webc/fiori/thirdparty/Page.js +16 -2
  45. package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +3 -0
  46. package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +3 -0
  47. package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +9 -4
  48. package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +0 -1
  49. package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +3 -0
  50. package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +3 -0
  51. package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +3 -0
  52. package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +9 -6
  53. package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +13 -18
  54. package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +20 -6
  55. package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +11 -3
  56. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
  57. package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -1
  58. package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -1
  59. package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -1
  60. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
  61. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
  62. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -1
  63. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationOverflowActionsPopover.css +1 -1
  64. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -1
  65. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
  66. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
  67. package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -1
  68. package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -1
  69. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -1
  70. package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
  71. package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -1
  72. package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
  73. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
  74. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
  75. package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -1
  76. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  77. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  78. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  79. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  80. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  81. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  82. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  83. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  84. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  85. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  86. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  87. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  88. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  89. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  90. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  91. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
  92. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
  93. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
  94. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
  95. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
  96. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
  97. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
  98. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
  99. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
  100. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
  101. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
  102. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
  103. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
  104. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
  105. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
  106. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
  107. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
  108. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
  109. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
  110. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
  111. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
  112. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
  113. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
  114. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
  115. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
  116. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
  117. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
  118. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
  119. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
  120. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
  121. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
  122. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
  123. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
  124. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
  125. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
  126. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
  127. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
  128. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
  129. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
  130. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
  131. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
  132. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
  133. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
  134. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
  135. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
  136. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
  137. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
  138. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
  139. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
  140. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
  141. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
  142. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
  143. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
  144. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
  145. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
  146. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
  147. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
  148. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
  149. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
  150. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
  151. package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
  152. package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +1 -1
  153. package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/Illustrations.js +10 -74
  154. package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsTNT.js +92 -0
  155. package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNT.js +90 -0
  156. package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNTHC.js +90 -0
  157. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -1
  158. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +2 -2
  159. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +47 -17
  160. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +2 -2
  161. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
  162. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +1 -1
  163. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +1 -1
  164. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +1 -1
  165. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
  166. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +1 -1
  167. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +1 -1
  168. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +1 -1
  169. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
  170. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
  171. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +1 -1
  172. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationOverflowActionsPopover.css.js +1 -1
  173. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +1 -1
  174. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
  175. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +1 -1
  176. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
  177. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
  178. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBarPopover.css.js +1 -1
  179. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +1 -1
  180. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +1 -1
  181. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
  182. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
  183. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +1 -1
  184. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
  185. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
  186. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
  187. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +1 -1
  188. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
  189. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  190. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  191. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  192. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  193. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  194. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  195. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  196. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  197. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  198. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
  199. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  200. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  201. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
  202. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  203. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
  204. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +3 -1
  205. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddDimensions.js +3 -1
  206. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +3 -1
  207. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AllIllustrations.js +1 -1
  208. package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +3 -1
  209. package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +3 -1
  210. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +3 -1
  211. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +3 -1
  212. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +3 -1
  213. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +3 -1
  214. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +3 -1
  215. package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +3 -1
  216. package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +3 -1
  217. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +3 -1
  218. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoColumnsSet.js +3 -1
  219. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +3 -1
  220. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoDimensionsSet.js +3 -1
  221. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +3 -1
  222. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +3 -1
  223. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +3 -1
  224. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +3 -1
  225. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +3 -1
  226. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +3 -1
  227. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +3 -1
  228. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +3 -1
  229. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +3 -1
  230. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +3 -1
  231. package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +3 -1
  232. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +3 -1
  233. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +3 -1
  234. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +3 -1
  235. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +3 -1
  236. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +3 -1
  237. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +3 -1
  238. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +3 -1
  239. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +3 -1
  240. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +3 -1
  241. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +3 -1
  242. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +3 -1
  243. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +3 -1
  244. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +3 -1
  245. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +3 -1
  246. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +3 -1
  247. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +3 -1
  248. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +3 -1
  249. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +3 -1
  250. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +3 -1
  251. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +3 -1
  252. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +3 -1
  253. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +3 -1
  254. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +3 -1
  255. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +3 -1
  256. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Survey.js +3 -1
  257. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +3 -1
  258. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +3 -1
  259. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +3 -1
  260. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +3 -1
  261. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +3 -1
  262. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadToCloud.js +3 -1
  263. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea.js +3 -1
  264. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea2.js +3 -1
  265. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBPMNFlow.js +3 -1
  266. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBar.js +3 -1
  267. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBullet.js +3 -1
  268. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartDoughnut.js +3 -1
  269. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartFlow.js +3 -1
  270. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartGantt.js +3 -1
  271. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartOrg.js +3 -1
  272. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartPie.js +3 -1
  273. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/CodePlaceholder.js +3 -1
  274. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +3 -1
  275. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Components.js +3 -1
  276. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +3 -1
  277. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +3 -1
  278. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +3 -1
  279. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +3 -1
  280. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +3 -1
  281. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +3 -1
  282. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +3 -1
  283. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +3 -1
  284. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +3 -1
  285. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Secrets.js +3 -1
  286. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +3 -1
  287. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +3 -1
  288. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +3 -1
  289. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +3 -1
  290. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +3 -1
  291. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Systems.js +3 -1
  292. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Teams.js +3 -1
  293. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Tools.js +3 -1
  294. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnableToLoad.js +3 -1
  295. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +3 -1
  296. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +3 -1
  297. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/User2.js +3 -1
  298. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea.js +39 -0
  299. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea2.js +39 -0
  300. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBPMNFlow.js +39 -0
  301. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBar.js +39 -0
  302. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBullet.js +39 -0
  303. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartDoughnut.js +39 -0
  304. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartFlow.js +39 -0
  305. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartGantt.js +39 -0
  306. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartOrg.js +39 -0
  307. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartPie.js +39 -0
  308. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/CodePlaceholder.js +39 -0
  309. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Company.js +39 -0
  310. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Components.js +39 -0
  311. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/EmptyContentPane.js +39 -0
  312. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ExternalLink.js +39 -0
  313. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/FaceID.js +39 -0
  314. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Fingerprint.js +39 -0
  315. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Lock.js +39 -0
  316. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Mission.js +39 -0
  317. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoApplications.js +39 -0
  318. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoFlows.js +39 -0
  319. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoUsers.js +39 -0
  320. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Radar.js +39 -0
  321. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Secrets.js +39 -0
  322. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Services.js +39 -0
  323. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpired.js +39 -0
  324. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpiring.js +39 -0
  325. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Success.js +39 -0
  326. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SuccessfulAuth.js +39 -0
  327. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Systems.js +39 -0
  328. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Teams.js +39 -0
  329. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Tools.js +39 -0
  330. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/UnSuccessfulAuth.js +39 -0
  331. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Unlock.js +39 -0
  332. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea.js +39 -0
  333. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea2.js +39 -0
  334. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBPMNFlow.js +39 -0
  335. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBar.js +39 -0
  336. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBullet.js +39 -0
  337. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartDoughnut.js +39 -0
  338. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartFlow.js +39 -0
  339. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartGantt.js +39 -0
  340. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartOrg.js +39 -0
  341. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartPie.js +39 -0
  342. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/CodePlaceholder.js +39 -0
  343. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Company.js +39 -0
  344. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Components.js +39 -0
  345. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/EmptyContentPane.js +39 -0
  346. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ExternalLink.js +39 -0
  347. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/FaceID.js +39 -0
  348. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Fingerprint.js +39 -0
  349. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Lock.js +39 -0
  350. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Mission.js +39 -0
  351. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoApplications.js +39 -0
  352. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoFlows.js +39 -0
  353. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoUsers.js +39 -0
  354. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Radar.js +39 -0
  355. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Secrets.js +39 -0
  356. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Services.js +39 -0
  357. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpired.js +39 -0
  358. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpiring.js +39 -0
  359. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Success.js +39 -0
  360. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SuccessfulAuth.js +39 -0
  361. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Systems.js +39 -0
  362. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Teams.js +39 -0
  363. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Tools.js +39 -0
  364. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/UnSuccessfulAuth.js +39 -0
  365. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Unlock.js +39 -0
  366. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +24 -0
  367. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +23 -0
  368. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +31 -0
  369. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +23 -0
  370. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +28 -0
  371. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +27 -0
  372. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +28 -0
  373. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +28 -0
  374. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +39 -0
  375. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +29 -0
  376. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +19 -0
  377. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +32 -0
  378. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +31 -0
  379. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +32 -0
  380. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +27 -0
  381. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +26 -0
  382. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +22 -0
  383. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +31 -0
  384. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +24 -0
  385. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +28 -0
  386. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +31 -0
  387. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +28 -0
  388. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +23 -0
  389. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +22 -0
  390. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +25 -0
  391. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +23 -0
  392. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +21 -0
  393. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +29 -0
  394. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +36 -0
  395. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +34 -0
  396. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +36 -0
  397. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +31 -0
  398. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-UnSuccessfulAuth.js +36 -0
  399. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +27 -0
  400. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +17 -0
  401. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +16 -0
  402. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +23 -0
  403. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +16 -0
  404. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +19 -0
  405. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +17 -0
  406. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +21 -0
  407. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +20 -0
  408. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +23 -0
  409. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +18 -0
  410. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +15 -0
  411. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Company.js +20 -0
  412. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Components.js +20 -0
  413. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +20 -0
  414. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +19 -0
  415. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +28 -0
  416. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +17 -0
  417. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +22 -0
  418. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +19 -0
  419. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +24 -0
  420. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +10 -0
  421. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +21 -0
  422. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +21 -0
  423. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +15 -0
  424. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Services.js +20 -0
  425. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +17 -0
  426. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +18 -0
  427. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Success.js +17 -0
  428. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +21 -0
  429. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +24 -0
  430. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +25 -0
  431. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +27 -0
  432. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-UnSuccessfulAuth.js +21 -0
  433. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +29 -0
  434. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +30 -0
  435. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +29 -0
  436. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +37 -0
  437. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +29 -0
  438. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +34 -0
  439. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +33 -0
  440. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +34 -0
  441. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +34 -0
  442. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +45 -0
  443. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +34 -0
  444. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +23 -0
  445. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Company.js +39 -0
  446. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Components.js +35 -0
  447. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +36 -0
  448. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +31 -0
  449. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +37 -0
  450. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +26 -0
  451. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +35 -0
  452. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +30 -0
  453. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +32 -0
  454. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +35 -0
  455. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +32 -0
  456. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +28 -0
  457. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +30 -0
  458. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Services.js +29 -0
  459. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +27 -0
  460. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +25 -0
  461. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Success.js +36 -0
  462. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +43 -0
  463. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +40 -0
  464. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +40 -0
  465. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +35 -0
  466. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-UnSuccessfulAuth.js +43 -0
  467. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +31 -0
  468. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +24 -0
  469. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +23 -0
  470. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +30 -0
  471. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +23 -0
  472. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +28 -0
  473. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +27 -0
  474. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +28 -0
  475. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +28 -0
  476. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +39 -0
  477. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +28 -0
  478. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +19 -0
  479. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Company.js +32 -0
  480. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Components.js +29 -0
  481. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +32 -0
  482. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +27 -0
  483. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +26 -0
  484. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +18 -0
  485. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +31 -0
  486. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +20 -0
  487. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +28 -0
  488. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +31 -0
  489. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +28 -0
  490. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +21 -0
  491. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +22 -0
  492. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Services.js +25 -0
  493. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +23 -0
  494. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +21 -0
  495. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Success.js +22 -0
  496. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +36 -0
  497. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +34 -0
  498. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +36 -0
  499. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +31 -0
  500. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-UnSuccessfulAuth.js +36 -0
  501. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +27 -0
  502. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +38 -0
  503. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +37 -0
  504. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +44 -0
  505. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +37 -0
  506. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +41 -0
  507. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +37 -0
  508. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +41 -0
  509. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +40 -0
  510. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +52 -0
  511. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +37 -0
  512. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +21 -0
  513. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Company.js +43 -0
  514. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Components.js +66 -0
  515. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.js +53 -0
  516. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +40 -0
  517. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-FaceID.js +37 -0
  518. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +41 -0
  519. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Lock.js +63 -0
  520. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Mission.js +44 -0
  521. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +59 -0
  522. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +47 -0
  523. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +38 -0
  524. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Radar.js +40 -0
  525. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Secrets.js +35 -0
  526. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Services.js +39 -0
  527. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +49 -0
  528. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +49 -0
  529. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Success.js +35 -0
  530. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +62 -0
  531. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Systems.js +76 -0
  532. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Teams.js +68 -0
  533. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Tools.js +51 -0
  534. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-UnSuccessfulAuth.js +62 -0
  535. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Unlock.js +38 -0
  536. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea.js +17 -0
  537. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +15 -0
  538. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +22 -0
  539. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBar.js +15 -0
  540. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +18 -0
  541. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +17 -0
  542. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +20 -0
  543. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +19 -0
  544. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +22 -0
  545. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartPie.js +17 -0
  546. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +15 -0
  547. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Company.js +20 -0
  548. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Components.js +17 -0
  549. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.js +20 -0
  550. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +20 -0
  551. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-FaceID.js +24 -0
  552. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +16 -0
  553. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Lock.js +22 -0
  554. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Mission.js +19 -0
  555. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoApplications.js +24 -0
  556. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoFlows.js +27 -0
  557. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoUsers.js +21 -0
  558. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Radar.js +21 -0
  559. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Secrets.js +17 -0
  560. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Services.js +21 -0
  561. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +17 -0
  562. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +18 -0
  563. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Success.js +16 -0
  564. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +21 -0
  565. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Systems.js +24 -0
  566. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Teams.js +25 -0
  567. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Tools.js +27 -0
  568. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-UnSuccessfulAuth.js +21 -0
  569. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Unlock.js +29 -0
  570. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea.js +44 -0
  571. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +43 -0
  572. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +50 -0
  573. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBar.js +43 -0
  574. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +47 -0
  575. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +43 -0
  576. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +47 -0
  577. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +46 -0
  578. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +58 -0
  579. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartPie.js +43 -0
  580. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +22 -0
  581. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Company.js +52 -0
  582. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Components.js +67 -0
  583. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.js +55 -0
  584. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +40 -0
  585. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-FaceID.js +40 -0
  586. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +44 -0
  587. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Lock.js +63 -0
  588. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Mission.js +53 -0
  589. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoApplications.js +59 -0
  590. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoFlows.js +48 -0
  591. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoUsers.js +54 -0
  592. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Radar.js +52 -0
  593. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Secrets.js +36 -0
  594. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Services.js +47 -0
  595. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +51 -0
  596. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +49 -0
  597. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Success.js +47 -0
  598. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +64 -0
  599. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Systems.js +77 -0
  600. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Teams.js +73 -0
  601. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Tools.js +52 -0
  602. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-UnSuccessfulAuth.js +64 -0
  603. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Unlock.js +38 -0
  604. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea.js +32 -0
  605. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +31 -0
  606. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +38 -0
  607. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBar.js +31 -0
  608. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +35 -0
  609. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +31 -0
  610. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +35 -0
  611. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +34 -0
  612. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +46 -0
  613. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartPie.js +31 -0
  614. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +19 -0
  615. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Company.js +41 -0
  616. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Components.js +63 -0
  617. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.js +35 -0
  618. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +39 -0
  619. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-FaceID.js +37 -0
  620. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +29 -0
  621. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Lock.js +63 -0
  622. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Mission.js +41 -0
  623. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoApplications.js +59 -0
  624. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoFlows.js +53 -0
  625. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoUsers.js +43 -0
  626. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Radar.js +37 -0
  627. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Secrets.js +33 -0
  628. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Services.js +40 -0
  629. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +44 -0
  630. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +44 -0
  631. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Success.js +37 -0
  632. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +38 -0
  633. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Systems.js +76 -0
  634. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Teams.js +63 -0
  635. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Tools.js +48 -0
  636. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-UnSuccessfulAuth.js +38 -0
  637. package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Unlock.js +38 -0
  638. package/ui5.yaml +1 -1
@@ -0,0 +1,39 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="129" height="128" viewBox="0 0 129 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartOrg-alternate">
9
+ <rect x="-1.0921" y="46.4551" width="113.183" height="75.5919" rx="6.72132" transform="rotate(-16.24 -1.0921 46.4551)" style="fill:var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M5.04804 49.0339C4.18293 46.0639 5.88927 42.9549 8.85924 42.0898L101.802 15.017C104.772 14.1518 107.881 15.8582 108.747 18.8281L125.845 77.5284C126.71 80.4984 125.004 83.6073 122.034 84.4724L29.0905 111.545C26.1205 112.41 23.0116 110.704 22.1465 107.734L5.04804 49.0339Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.29994 40.1697L101.243 13.0968C105.274 11.9228 109.493 14.2384 110.667 18.2689L127.765 76.9691C128.939 80.9996 126.624 85.2186 122.593 86.3926L29.6499 113.466C25.6194 114.64 21.4003 112.324 20.2263 108.293L3.12787 49.5932C1.95386 45.5627 4.26948 41.3437 8.29994 40.1697ZM8.85927 42.0899C5.8893 42.955 4.18296 46.0639 5.04807 49.0339L22.1465 107.734C23.0116 110.704 26.1206 112.41 29.0905 111.545L122.034 84.4724C125.004 83.6073 126.71 80.4984 125.845 77.5284L108.747 18.8282C107.881 15.8582 104.772 14.1519 101.803 15.017L8.85927 42.0899Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M5.04804 49.0339C4.18293 46.0639 5.88927 42.9549 8.85924 42.0898L101.802 15.0169C104.772 14.1518 107.881 15.8582 108.747 18.8281L110.99 26.5287L7.29108 56.7344L5.04804 49.0339Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
13
+ <circle cx="14.2977" cy="47.8" r="2.5205" transform="rotate(-16.24 14.2977 47.8)" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <circle cx="23.4396" cy="45.1369" r="2.5205" transform="rotate(-16.24 23.4396 45.1369)" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <circle cx="32.5815" cy="42.4743" r="2.5205" transform="rotate(-16.24 32.5815 42.4743)" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <rect x="17.088" y="61.1567" width="93.1985" height="44.2274" rx="2.81362" transform="rotate(-16.24 17.088 61.1567)" style="fill:var(--sapContent_Illustrative_Color7)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M41.8847 82.2281L65.2584 60.5798L66.4055 61.8184L43.0318 83.4667L41.8847 82.2281Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M96.9813 66.1793L65.6385 60.469L65.3359 62.1299L96.6787 67.8401L96.9813 66.1793Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M69.0058 76.291L64.6062 61.187L66.2271 60.7148L70.6266 75.8189L69.0058 76.291Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
20
+ <rect x="57.4963" y="55.6142" width="12.5083" height="12.5083" rx="6.25414" transform="rotate(-16.24 57.4963 55.6142)" style="fill:var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M71.7814 57.9451C72.8347 61.5612 70.7572 65.3465 67.1411 66.3998C63.525 67.4531 59.7397 65.3755 58.6864 61.7594C57.6331 58.1433 59.7106 54.358 63.3267 53.3047C66.9428 52.2514 70.7281 54.329 71.7814 57.9451Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M61.5799 65.6105C61.411 63.7832 62.5609 62.0843 64.3319 61.5684L66.9359 60.8099C68.7008 60.2958 70.5762 61.104 71.4193 62.725C70.6188 64.4468 69.1075 65.8272 67.1413 66.4C65.1836 66.9702 63.1764 66.6228 61.5799 65.6105ZM66.7729 56.8549C67.129 58.0775 66.4266 59.3573 65.204 59.7135C63.9813 60.0696 62.7015 59.3672 62.3454 58.1445C61.9892 56.9219 62.6917 55.6421 63.9143 55.2859C65.1369 54.9298 66.4168 55.6322 66.7729 56.8549Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M66.6791 64.8138C69.4192 64.0156 70.9936 61.1472 70.1954 58.407C69.3972 55.6669 66.5288 54.0926 63.7887 54.8907C61.0485 55.6889 59.4742 58.5573 60.2724 61.2975C61.0706 64.0376 63.939 65.6119 66.6791 64.8138ZM67.1411 66.3998C70.7572 65.3465 72.8347 61.5612 71.7814 57.9451C70.7281 54.329 66.9428 52.2514 63.3267 53.3047C59.7106 54.358 57.6331 58.1433 58.6864 61.7594C59.7397 65.3755 63.525 67.4531 67.1411 66.3998Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
24
+ <rect x="36.1482" y="82.932" width="12.5083" height="12.5083" rx="6.25414" transform="rotate(-16.24 36.1482 82.932)" style="fill:var(--sapContent_Illustrative_Color2)"/>
25
+ <path d="M50.4333 85.2634C51.4867 88.8795 49.4091 92.6648 45.793 93.7181C42.1769 94.7715 38.3916 92.6939 37.3383 89.0778C36.285 85.4617 38.3625 81.6764 41.9786 80.6231C45.5947 79.5698 49.38 81.6473 50.4333 85.2634Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.2317 92.9287C40.0629 91.1014 41.2128 89.4026 42.9838 88.8868L45.5877 88.1283C47.3525 87.6142 49.2279 88.4224 50.071 90.0432C49.2705 91.7649 47.7592 93.1453 45.793 93.7181C43.8354 94.2883 41.8282 93.9409 40.2317 92.9287ZM45.4247 84.1732C45.7808 85.3959 45.0784 86.6757 43.8558 87.0318C42.6331 87.388 41.3533 86.6855 40.9972 85.4629C40.641 84.2403 41.3435 82.9604 42.5661 82.6043C43.7887 82.2482 45.0686 82.9506 45.4247 84.1732Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
27
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M45.331 92.1321C48.0711 91.334 49.6454 88.4656 48.8472 85.7254C48.0491 82.9852 45.1807 81.4109 42.4405 82.2091C39.7004 83.0073 38.1261 85.8756 38.9243 88.6158C39.7224 91.356 42.5908 92.9303 45.331 92.1321ZM45.7929 93.7181C49.409 92.6648 51.4866 88.8795 50.4333 85.2634C49.38 81.6473 45.5947 79.5698 41.9786 80.6231C38.3625 81.6764 36.2849 85.4617 37.3382 89.0778C38.3915 92.6939 42.1768 94.7715 45.7929 93.7181Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
28
+ <rect x="63.1617" y="75.0639" width="12.5083" height="12.5083" rx="6.25414" transform="rotate(-16.24 63.1617 75.0639)" style="fill:var(--sapContent_Illustrative_Color13)"/>
29
+ <path d="M77.4468 77.3948C78.5001 81.0109 76.4226 84.7962 72.8065 85.8495C69.1904 86.9028 65.4051 84.8253 64.3518 81.2092C63.2985 77.5931 65.376 73.8077 68.9921 72.7544C72.6082 71.7011 76.3935 73.7787 77.4468 77.3948Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M67.2453 85.0602C67.0764 83.2329 68.2263 81.534 69.9973 81.0181L72.6013 80.2596C74.3662 79.7456 76.2416 80.5537 77.0847 82.1747C76.2842 83.8965 74.7729 85.2769 72.8067 85.8497C70.849 86.4199 68.8418 86.0725 67.2453 85.0602ZM72.4383 76.3046C72.7944 77.5272 72.092 78.807 70.8694 79.1632C69.6467 79.5193 68.3669 78.8169 68.0108 77.5942C67.6546 76.3716 68.3571 75.0918 69.5797 74.7356C70.8023 74.3795 72.0822 75.0819 72.4383 76.3046Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M72.3445 84.2635C75.0847 83.4653 76.659 80.5969 75.8608 77.8568C75.0626 75.1166 72.1942 73.5423 69.4541 74.3405C66.7139 75.1386 65.1396 78.007 65.9378 80.7472C66.736 83.4873 69.6044 85.0616 72.3445 84.2635ZM72.8065 85.8495C76.4226 84.7962 78.5001 81.0109 77.4468 77.3948C76.3935 73.7787 72.6082 71.7011 68.9921 72.7544C65.376 73.8077 63.2985 77.5931 64.3518 81.2092C65.4051 84.8253 69.1904 86.9028 72.8065 85.8495Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
32
+ <rect x="90.1752" y="67.1947" width="12.5083" height="12.5083" rx="6.25414" transform="rotate(-16.24 90.1752 67.1947)" style="fill:var(--sapContent_Illustrative_Color2)"/>
33
+ <path d="M104.46 69.5261C105.514 73.1422 103.436 76.9275 99.82 77.9808C96.2039 79.0342 92.4186 76.9566 91.3653 73.3405C90.3119 69.7244 92.3895 65.9391 96.0056 64.8858C99.6217 63.8325 103.407 65.91 104.46 69.5261Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
34
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M94.2587 77.1914C94.0899 75.3641 95.2398 73.6653 97.0108 73.1495L99.6147 72.391C101.38 71.8769 103.255 72.6851 104.098 74.3059C103.298 76.0276 101.786 77.408 99.82 77.9808C97.8624 78.551 95.8552 78.2036 94.2587 77.1914ZM99.4517 68.4359C99.8079 69.6586 99.1054 70.9384 97.8828 71.2945C96.6602 71.6507 95.3803 70.9482 95.0242 69.7256C94.6681 68.503 95.3705 67.2231 96.5931 66.867C97.8158 66.5109 99.0956 67.2133 99.4517 68.4359Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
35
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M99.358 76.3948C102.098 75.5967 103.672 72.7283 102.874 69.9881C102.076 67.2479 99.2077 65.6736 96.4676 66.4718C93.7274 67.27 92.1531 70.1383 92.9513 72.8785C93.7495 75.6187 96.6179 77.193 99.358 76.3948ZM99.82 77.9808C103.436 76.9275 105.514 73.1422 104.46 69.5261C103.407 65.91 99.6217 63.8325 96.0056 64.8858C92.3895 65.9391 90.3119 69.7244 91.3653 73.3405C92.4186 76.9566 96.2039 79.0342 99.82 77.9808Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
36
+ </svg>
37
+ `;
38
+ _exports.default = _default;
39
+ });
@@ -0,0 +1,28 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartPie-alternate">
9
+ <rect x="-1.2605" y="46.4551" width="113.183" height="75.5919" rx="6.72132" transform="rotate(-16.24 -1.2605 46.4551)" style="fill:var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M4.87977 49.0339C4.01466 46.0639 5.72099 42.9549 8.69097 42.0898L101.634 15.017C104.604 14.1518 107.713 15.8582 108.578 18.8281L125.677 77.5284C126.542 80.4984 124.835 83.6073 121.865 84.4724L28.9222 111.545C25.9523 112.41 22.8433 110.704 21.9782 107.734L4.87977 49.0339Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.13155 40.1697L101.075 13.0968C105.105 11.9228 109.324 14.2384 110.498 18.2689L127.597 76.9691C128.771 80.9996 126.455 85.2186 122.425 86.3926L29.4815 113.466C25.451 114.64 21.2319 112.324 20.0579 108.293L2.95948 49.5932C1.78546 45.5627 4.10108 41.3437 8.13155 40.1697ZM8.69087 42.0899C5.7209 42.955 4.01457 46.0639 4.87967 49.0339L21.9781 107.734C22.8432 110.704 25.9522 112.41 28.9221 111.545L121.865 84.4724C124.835 83.6073 126.542 80.4984 125.677 77.5284L108.578 18.8282C107.713 15.8582 104.604 14.1519 101.634 15.017L8.69087 42.0899Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M4.87977 49.0339C4.01466 46.0639 5.72099 42.9549 8.69097 42.0898L101.634 15.0169C104.604 14.1518 107.713 15.8582 108.578 18.8281L110.821 26.5287L7.12281 56.7344L4.87977 49.0339Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
13
+ <circle cx="14.1293" cy="47.8" r="2.5205" transform="rotate(-16.24 14.1293 47.8)" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <circle cx="23.2713" cy="45.1369" r="2.5205" transform="rotate(-16.24 23.2713 45.1369)" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <circle cx="32.4133" cy="42.4743" r="2.5205" transform="rotate(-16.24 32.4133 42.4743)" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <rect x="16.9197" y="61.1567" width="93.1985" height="44.2274" rx="2.81362" transform="rotate(-16.24 16.9197 61.1567)" style="fill:var(--sapContent_Illustrative_Color7)"/>
17
+ <path d="M45.1405 59.5272C45.0758 59.1815 44.7428 58.9525 44.3998 59.0301C41.3231 59.7254 38.4948 61.2612 36.2332 63.472C33.8196 65.8312 32.1598 68.8533 31.4637 72.1559C30.7677 75.4585 31.0666 78.8933 32.3226 82.026C33.5787 85.1588 35.7355 87.8487 38.5203 89.7556C41.3051 91.6626 44.5929 92.7009 47.9678 92.7393C51.3428 92.7777 54.6533 91.8144 57.4808 89.9713C60.3083 88.1282 62.5257 85.4881 63.8528 82.3847C65.0962 79.4768 65.5055 76.2846 65.0414 73.1646C64.9896 72.8168 64.6557 72.5891 64.3101 72.6538L48.7879 75.5582C48.4422 75.6229 48.1095 75.3951 48.0449 75.0494L45.1405 59.5272Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
18
+ <path d="M45.1404 59.5271C45.0757 59.1814 44.7427 58.9524 44.3997 59.03C41.9603 59.5813 39.6717 60.6622 37.6963 62.196C37.4185 62.4117 37.3838 62.8143 37.6097 63.0839L47.3815 74.7439C47.5919 74.995 47.9987 74.8029 47.9385 74.4809L45.1404 59.5271Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
19
+ <path d="M64.3101 72.6538C64.6557 72.5891 64.9896 72.8168 65.0414 73.1646C65.3962 75.5503 65.2417 77.9866 64.585 80.3124C63.8705 82.8427 62.5811 85.1737 60.8173 87.1234C59.0535 89.0732 56.863 90.5891 54.4168 91.5528C52.1683 92.4386 49.7596 92.8358 47.3504 92.7211C46.9991 92.7043 46.7392 92.3949 46.769 92.0445L48.1209 76.1581C48.1452 75.8728 48.3568 75.6388 48.6382 75.5862L64.3101 72.6538Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
20
+ <path d="M64.3101 72.6537C64.6557 72.5891 64.9896 72.8167 65.0414 73.1646C65.3023 74.9191 65.2882 76.7036 64.9994 78.4537C64.9421 78.8007 64.6046 79.023 64.26 78.9529L49.759 76.0004C49.4165 75.9307 49.4204 75.4398 49.764 75.3755L64.3101 72.6537Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
21
+ <path d="M54.2477 56.2573C54.3529 55.9217 54.7106 55.734 55.0428 55.8493C58.4658 57.0373 61.5266 59.0927 63.9235 61.8194C66.3205 64.5461 67.9667 67.8451 68.7062 71.392C68.778 71.7363 68.546 72.067 68.1997 72.1283L49.1939 75.4926C48.7236 75.5758 48.3325 75.1309 48.4753 74.6751L54.2477 56.2573Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M63.6225 67.8576C63.8571 67.4547 64.3738 67.3183 64.7767 67.5529L76.4657 74.3599L89.3238 70.6146C89.7714 70.4842 90.2399 70.7413 90.3703 71.1889C90.5007 71.6365 90.2435 72.105 89.796 72.2354L76.59 76.082C76.368 76.1467 76.1291 76.1175 75.9292 76.0011L63.9271 69.0118C63.5243 68.7772 63.3879 68.2604 63.6225 67.8576Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M76.191 57.0642C75.9302 56.169 76.4445 55.232 77.3397 54.9712L101.942 47.8049C102.837 47.5442 103.774 48.0585 104.035 48.9536C104.296 49.8488 103.782 50.7858 102.886 51.0465L78.2839 58.2129C77.3888 58.4736 76.4517 57.9593 76.191 57.0642Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M78.6812 65.6135C78.4205 64.7183 78.9348 63.7813 79.8299 63.5206L96.9768 58.5259C97.872 58.2652 98.809 58.7795 99.0698 59.6746C99.3305 60.5698 98.8162 61.5068 97.9211 61.7676L80.7741 66.7622C79.879 67.0229 78.942 66.5086 78.6812 65.6135Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
25
+ </svg>
26
+ `;
27
+ _exports.default = _default;
28
+ });
@@ -0,0 +1,19 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-CodePlaceholder-alternate">
9
+ <path d="M109.05 3.00622C109.204 3.20234 109.303 3.43642 109.335 3.68385C109.368 3.93127 109.333 4.18287 109.235 4.41219L107.035 9.92745C106.672 10.8398 105.723 11.0302 105.008 10.7453C104.711 10.6393 104.457 10.4399 104.283 10.1769C104.109 9.91396 104.025 9.60167 104.044 9.28701C104.058 9.13525 104.094 8.98642 104.152 8.84559L106.352 3.33032C106.443 3.08637 106.599 2.8717 106.802 2.70902C107.006 2.54634 107.25 2.44171 107.508 2.40619C107.795 2.36658 108.087 2.4009 108.357 2.50591C108.627 2.61091 108.865 2.78313 109.05 3.00622Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
10
+ <path d="M127.319 29.5938C127.341 29.7711 127.325 29.9509 127.273 30.1218C127.221 30.2927 127.134 30.4508 127.017 30.5861C126.901 30.7214 126.757 30.8309 126.596 30.9077C126.435 30.9844 126.259 31.0267 126.081 31.0318L120.313 31.4613C120.106 31.4761 119.897 31.4493 119.7 31.3827C119.503 31.316 119.322 31.2108 119.166 31.0731C119.01 30.9355 118.883 30.7681 118.793 30.5809C118.702 30.3937 118.65 30.1903 118.639 29.9826C118.632 29.8971 118.632 29.8111 118.639 29.7257C118.661 29.4094 118.8 29.1128 119.03 28.8942C119.26 28.6757 119.563 28.5511 119.88 28.5451L125.645 28.1172C125.852 28.1021 126.06 28.1285 126.257 28.1949C126.454 28.2612 126.636 28.3663 126.792 28.5038C126.948 28.6413 127.075 28.8085 127.166 28.9957C127.256 29.1828 127.308 29.3862 127.319 29.5938Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
11
+ <path d="M122.931 13.9735C122.903 14.1666 122.836 14.352 122.734 14.5184C122.632 14.6847 122.497 14.8285 122.338 14.941L115.237 20.058C114.917 20.2857 114.522 20.381 114.133 20.3239C113.745 20.2668 113.394 20.0618 113.153 19.7517C112.931 19.4632 112.825 19.1018 112.857 18.7391C112.876 18.5301 112.939 18.3275 113.044 18.1453C113.148 17.9631 113.29 17.8054 113.46 17.6831L120.561 12.566C120.883 12.3368 121.28 12.2411 121.671 12.299C122.061 12.3569 122.414 12.5639 122.655 12.8765C122.772 13.0314 122.857 13.2084 122.905 13.3969C122.952 13.5854 122.961 13.7815 122.931 13.9735Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
12
+ <rect x="0.90625" y="24.606" width="102.518" height="102.518" rx="7.35702" style="fill:var(--sapContent_Illustrative_Color6)"/>
13
+ <path d="M4.58594 28.2846C4.58594 24.5117 7.64451 21.4531 11.4175 21.4531H100.272C104.045 21.4531 107.104 24.5117 107.104 28.2846V117.139C107.104 120.912 104.045 123.971 100.272 123.971H11.4175C7.64451 123.971 4.58594 120.912 4.58594 117.139V28.2846Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M100.272 23.4531H11.4175C8.74908 23.4531 6.58594 25.6163 6.58594 28.2846V117.139C6.58594 119.808 8.74908 121.971 11.4175 121.971H100.272C102.941 121.971 105.104 119.808 105.104 117.139V28.2846C105.104 25.6163 102.941 23.4531 100.272 23.4531ZM11.4175 21.4531C7.64451 21.4531 4.58594 24.5117 4.58594 28.2846V117.139C4.58594 120.912 7.64451 123.971 11.4175 123.971H100.272C104.045 123.971 107.104 120.912 107.104 117.139V28.2846C107.104 24.5117 104.045 21.4531 100.272 21.4531H11.4175Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.704 116.054C14.3822 116.054 12.5 114.172 12.5 111.85V101.327C14.7091 101.327 16.5 103.118 16.5 105.327V111.85C16.5 111.963 16.5913 112.054 16.704 112.054H23.2271C25.4362 112.054 27.2271 113.845 27.2271 116.054H16.704ZM53.3195 116.054C53.3195 113.845 51.5286 112.054 49.3195 112.054H36.2733C34.0641 112.054 32.2733 113.845 32.2733 116.054H53.3195ZM79.4118 116.054C79.4118 113.845 77.621 112.054 75.4118 112.054H62.3656C60.1565 112.054 58.3656 113.845 58.3656 116.054H79.4118ZM99.1851 101.327C96.976 101.327 95.1851 103.118 95.1851 105.327V111.85C95.1851 111.963 95.0938 112.054 94.9811 112.054H88.458C86.2489 112.054 84.458 113.845 84.458 116.054H94.9811C97.3029 116.054 99.1851 114.172 99.1851 111.85V101.327ZM99.1851 75.2345C96.976 75.2345 95.1851 77.0254 95.1851 79.2345V92.2807C95.1851 94.4899 96.976 96.2807 99.1851 96.2807V75.2345ZM99.1851 49.1422C96.976 49.1422 95.1851 50.933 95.1851 53.1422V66.1884C95.1851 68.3975 96.976 70.1884 99.1851 70.1884V49.1422ZM84.458 29.3689C84.458 31.578 86.2489 33.3689 88.458 33.3689H94.9811C95.0938 33.3689 95.1851 33.4602 95.1851 33.5729V40.096C95.1851 42.3051 96.976 44.096 99.1851 44.096V33.5729C99.1851 31.2511 97.3029 29.3689 94.9811 29.3689H84.458ZM58.3656 29.3689C58.3656 31.578 60.1565 33.3689 62.3656 33.3689H75.4118C77.621 33.3689 79.4118 31.578 79.4118 29.3689H58.3656ZM32.2733 29.3689C32.2733 31.578 34.0641 33.3689 36.2733 33.3689H49.3195C51.5286 33.3689 53.3195 31.578 53.3195 29.3689H32.2733ZM12.5 44.096C14.7091 44.096 16.5 42.3051 16.5 40.096V33.5729C16.5 33.4602 16.5913 33.3689 16.704 33.3689H23.2271C25.4362 33.3689 27.2271 31.578 27.2271 29.3689H16.704C14.3822 29.3689 12.5 31.2511 12.5 33.5729V44.096ZM12.5 70.1884C14.7091 70.1884 16.5 68.3975 16.5 66.1884V53.1422C16.5 50.933 14.7091 49.1422 12.5 49.1422V70.1884ZM12.5 96.2807C14.7091 96.2807 16.5 94.4899 16.5 92.2807V79.2345C16.5 77.0254 14.7091 75.2345 12.5 75.2345V96.2807Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
16
+ </svg>
17
+ `;
18
+ _exports.default = _default;
19
+ });
@@ -0,0 +1,32 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Company-alternate">
9
+ <rect x="97.6816" y="55.8062" width="29.2793" height="61.3253" style="fill:var(--sapContent_Illustrative_Color5)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M103.674 67.5046H119.724V71.5046H103.674V67.5046Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M103.674 79.3513H119.724V83.3513H103.674V79.3513Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M103.674 91.1978H119.724V95.1978H103.674V91.1978Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M27.8496 18.896H97.6825V117.131H27.8496V18.896Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M95.6825 20.896H29.8496V115.131H95.6825V20.896ZM27.8496 18.896V117.131H97.6825V18.896H27.8496Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <rect width="94.0745" height="9.92402" transform="matrix(-3.58932e-08 1 1 5.32325e-08 57.8037 21.2249)" style="fill:var(--sapContent_Illustrative_Color2)"/>
16
+ <rect width="5.6612" height="9.92402" transform="matrix(-3.58932e-08 1 1 5.32325e-08 57.8037 21.2249)" style="fill:var(--sapContent_Illustrative_Color14)"/>
17
+ <rect width="81.475" height="9.20618" transform="matrix(1 0 0 -1 22.0283 21.2249)" style="fill:var(--sapContent_Illustrative_Color2)"/>
18
+ <rect x="34.125" y="27.3333" width="18.8765" height="24.7337" style="fill:var(--sapContent_Illustrative_Color6)"/>
19
+ <rect x="34.125" y="56.27" width="18.8765" height="24.7337" style="fill:var(--sapContent_Illustrative_Color6)"/>
20
+ <rect x="34.125" y="85.2073" width="18.8765" height="24.7337" style="fill:var(--sapContent_Illustrative_Color6)"/>
21
+ <rect x="72.5312" y="27.3333" width="18.8765" height="24.7337" style="fill:var(--sapContent_Illustrative_Color6)"/>
22
+ <rect x="72.5312" y="56.27" width="18.8765" height="24.7337" style="fill:var(--sapContent_Illustrative_Color6)"/>
23
+ <rect x="72.5312" y="85.2073" width="18.8765" height="24.7337" style="fill:var(--sapContent_Illustrative_Color6)"/>
24
+ <path d="M27.8486 39.1929L1.03778 62.5744V117.131H27.8486V39.1929Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.63672 68.4978L7.63672 76.6034H11.6367V68.4978H7.63672Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.9893 68.4978V76.6034H20.9893V68.4978H16.9893Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
27
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.63672 81.5913L7.63672 89.6969H11.6367V81.5913H7.63672Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.9893 81.5913V89.6969H20.9893V81.5913H16.9893Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
29
+ </svg>
30
+ `;
31
+ _exports.default = _default;
32
+ });
@@ -0,0 +1,29 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Components-alternate">
9
+ <path d="M14.8833 75.4309C14.8833 74.7349 15.4475 74.1707 16.1436 74.1707H27.9742C28.6703 74.1707 29.2345 74.7349 29.2345 75.4309V84.9554C29.2345 85.6514 28.6703 86.2156 27.9742 86.2156H16.1436C15.4475 86.2156 14.8833 85.6514 14.8833 84.9554V75.4309Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.1436 72.1707H27.9742C29.7748 72.1707 31.2345 73.6303 31.2345 75.4309V84.9554C31.2345 86.756 29.7748 88.2156 27.9742 88.2156H16.1436C14.343 88.2156 12.8833 86.756 12.8833 84.9554V75.4309C12.8833 73.6303 14.343 72.1707 16.1436 72.1707ZM16.1436 74.1707C15.4475 74.1707 14.8833 74.7349 14.8833 75.4309V84.9554C14.8833 85.6514 15.4475 86.2156 16.1436 86.2156H27.9742C28.6703 86.2156 29.2345 85.6514 29.2345 84.9554V75.4309C29.2345 74.7349 28.6703 74.1707 27.9742 74.1707H16.1436Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path d="M41.1318 75.4309C41.1318 74.7349 41.6961 74.1707 42.3921 74.1707H54.2228C54.9188 74.1707 55.483 74.7349 55.483 75.4309V84.9554C55.483 85.6514 54.9188 86.2156 54.2228 86.2156H42.3921C41.6961 86.2156 41.1318 85.6514 41.1318 84.9554V75.4309Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M42.3921 72.1707H54.2228C56.0234 72.1707 57.483 73.6303 57.483 75.4309V84.9554C57.483 86.756 56.0234 88.2156 54.2228 88.2156H42.3921C40.5915 88.2156 39.1318 86.756 39.1318 84.9554V75.4309C39.1318 73.6303 40.5915 72.1707 42.3921 72.1707ZM42.3921 74.1707C41.6961 74.1707 41.1318 74.7349 41.1318 75.4309V84.9554C41.1318 85.6514 41.6961 86.2156 42.3921 86.2156H54.2228C54.9188 86.2156 55.483 85.6514 55.483 84.9554V75.4309C55.483 74.7349 54.9188 74.1707 54.2228 74.1707H42.3921Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <path d="M67.3799 75.4309C67.3799 74.7349 67.9441 74.1707 68.6401 74.1707H80.4708C81.1668 74.1707 81.7311 74.7349 81.7311 75.4309V84.9554C81.7311 85.6514 81.1668 86.2156 80.4708 86.2156H68.6401C67.9441 86.2156 67.3799 85.6514 67.3799 84.9554V75.4309Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M68.6401 72.1707H80.4708C82.2714 72.1707 83.7311 73.6303 83.7311 75.4309V84.9554C83.7311 86.756 82.2714 88.2156 80.4708 88.2156H68.6401C66.8396 88.2156 65.3799 86.756 65.3799 84.9554V75.4309C65.3799 73.6303 66.8396 72.1707 68.6401 72.1707ZM68.6401 74.1707C67.9441 74.1707 67.3799 74.7349 67.3799 75.4309V84.9554C67.3799 85.6514 67.9441 86.2156 68.6401 86.2156H80.4708C81.1668 86.2156 81.7311 85.6514 81.7311 84.9554V75.4309C81.7311 74.7349 81.1668 74.1707 80.4708 74.1707H68.6401Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <path d="M5.875 82.8843H90.738V109.024H5.875V82.8843Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.875 80.8843H92.738V111.024H3.875V80.8843ZM5.875 82.8843V109.024H90.738V82.8843H5.875Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
17
+ <rect x="72.6348" y="46.0398" width="14.3512" height="12.045" rx="1.8904" style="fill:var(--sapContent_Illustrative_Color14)"/>
18
+ <rect x="98.8828" y="46.0398" width="14.3512" height="12.045" rx="1.8904" style="fill:var(--sapContent_Illustrative_Color14)"/>
19
+ <rect x="63.627" y="54.7532" width="58.4984" height="26.1399" style="fill:var(--sapContent_Illustrative_Color2)"/>
20
+ <path d="M43.3862 21.1602C43.3862 20.4641 43.9505 19.8999 44.6465 19.8999H56.4772C57.1732 19.8999 57.7374 20.4641 57.7374 21.1602V30.6846C57.7374 31.3806 57.1732 31.9449 56.4772 31.9449H44.6465C43.9505 31.9449 43.3862 31.3806 43.3862 30.6846V21.1602Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.6465 17.8999H56.4772C58.2778 17.8999 59.7374 19.3596 59.7374 21.1602V30.6846C59.7374 32.4852 58.2778 33.9449 56.4772 33.9449H44.6465C42.8459 33.9449 41.3862 32.4852 41.3862 30.6846V21.1602C41.3862 19.3596 42.8459 17.8999 44.6465 17.8999ZM44.6465 19.8999C43.9505 19.8999 43.3862 20.4641 43.3862 21.1602V30.6846C43.3862 31.3806 43.9505 31.9449 44.6465 31.9449H56.4772C57.1732 31.9449 57.7374 31.3806 57.7374 30.6846V21.1602C57.7374 20.4641 57.1732 19.8999 56.4772 19.8999H44.6465Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
22
+ <path d="M69.6338 21.1602C69.6338 20.4641 70.198 19.8999 70.8941 19.8999H82.7247C83.4207 19.8999 83.985 20.4641 83.985 21.1602V30.6846C83.985 31.3806 83.4207 31.9449 82.7247 31.9449H70.8941C70.198 31.9449 69.6338 31.3806 69.6338 30.6846V21.1602Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M70.8941 17.8999H82.7247C84.5253 17.8999 85.985 19.3596 85.985 21.1602V30.6846C85.985 32.4852 84.5253 33.9449 82.7247 33.9449H70.8941C69.0935 33.9449 67.6338 32.4852 67.6338 30.6846V21.1602C67.6338 19.3596 69.0935 17.8999 70.8941 17.8999ZM70.8941 19.8999C70.198 19.8999 69.6338 20.4641 69.6338 21.1602V30.6846C69.6338 31.3806 70.198 31.9449 70.8941 31.9449H82.7247C83.4207 31.9449 83.985 31.3806 83.985 30.6846V21.1602C83.985 20.4641 83.4207 19.8999 82.7247 19.8999H70.8941Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
24
+ <path d="M34.3784 28.613H92.8768V54.7529H34.3784V28.613Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M32.3784 26.613H94.8768V56.7529H32.3784V26.613ZM34.3784 28.613V54.7529H92.8768V28.613H34.3784Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
26
+ </svg>
27
+ `;
28
+ _exports.default = _default;
29
+ });
@@ -0,0 +1,32 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-EmptyContentPane-alternate">
9
+ <path d="M105.744 4.08727C105.925 4.31694 106.04 4.59108 106.078 4.88084C106.116 5.17059 106.076 5.46525 105.96 5.7338L103.385 12.1927C102.959 13.2612 101.848 13.4841 101.01 13.1505C100.663 13.0264 100.365 12.7929 100.161 12.4849C99.9575 12.1769 99.8594 11.8112 99.8815 11.4427C99.8975 11.265 99.9403 11.0907 100.008 10.9258L102.584 4.46683C102.691 4.18114 102.873 3.92973 103.112 3.73922C103.35 3.5487 103.635 3.42616 103.938 3.38457C104.274 3.33818 104.616 3.37837 104.932 3.50135C105.248 3.62432 105.528 3.826 105.744 4.08727V4.08727Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
10
+ <path d="M127.139 35.2242C127.164 35.4318 127.145 35.6424 127.084 35.8425C127.023 36.0426 126.921 36.2277 126.785 36.3862C126.648 36.5447 126.48 36.6729 126.291 36.7628C126.103 36.8526 125.897 36.9022 125.688 36.9081L118.933 37.4112C118.691 37.4284 118.447 37.3971 118.216 37.3191C117.985 37.241 117.772 37.1178 117.59 36.9566C117.407 36.7954 117.259 36.5994 117.153 36.3801C117.047 36.1608 116.986 35.9226 116.973 35.6794C116.965 35.5793 116.965 35.4787 116.973 35.3785C116.999 35.0082 117.162 34.6608 117.431 34.4049C117.7 34.149 118.055 34.0031 118.426 33.996L125.177 33.4948C125.42 33.4772 125.664 33.5081 125.895 33.5858C126.126 33.6636 126.338 33.7866 126.521 33.9476C126.704 34.1086 126.852 34.3045 126.958 34.5237C127.064 34.7428 127.126 34.981 127.139 35.2242V35.2242Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
11
+ <path d="M122 16.9313C121.967 17.1574 121.889 17.3745 121.769 17.5693C121.65 17.7642 121.492 17.9326 121.305 18.0643L112.989 24.0568C112.615 24.3235 112.152 24.4351 111.697 24.3682C111.242 24.3014 110.831 24.0613 110.549 23.6982C110.289 23.3603 110.165 22.937 110.203 22.5123C110.225 22.2675 110.299 22.0303 110.421 21.8169C110.543 21.6034 110.709 21.4188 110.909 21.2755L119.225 15.283C119.601 15.0145 120.067 14.9024 120.524 14.9702C120.982 15.0381 121.395 15.2805 121.677 15.6466C121.815 15.8279 121.914 16.0352 121.97 16.256C122.025 16.4767 122.035 16.7064 122 16.9313V16.9313Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
12
+ <path d="M17.0547 37.423C17.0547 32.7604 20.8344 28.9807 25.4969 28.9807H60.6004C62.5527 28.9807 64.4447 29.6574 65.9543 30.8955L98.3498 57.4668C100.305 59.0703 101.438 61.4657 101.438 63.9942V102.812C101.438 107.475 97.6584 111.255 92.9959 111.255H25.4969C20.8344 111.255 17.0547 107.475 17.0547 102.812V37.423Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
13
+ <path d="M23.6609 32.4295C23.6609 28.8566 26.5573 25.9602 30.1302 25.9602H69.9853C71.6328 25.9602 73.2183 26.5888 74.4182 27.7177L101.906 53.5786C103.205 54.8012 103.942 56.5062 103.942 58.2904V97.8262C103.942 101.399 101.046 104.296 97.4728 104.296H30.1302C26.5573 104.296 23.6609 101.399 23.6609 97.8262V32.4295Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M97.4728 106.296H30.1302C25.4527 106.296 21.6609 102.504 21.6609 97.8262V32.4295C21.6609 27.752 25.4527 23.9602 30.1302 23.9602H69.9853C72.1421 23.9602 74.2178 24.7831 75.7887 26.2611L103.276 52.1219C104.977 53.7225 105.942 55.9546 105.942 58.2904V97.8262C105.942 102.504 102.15 106.296 97.4728 106.296ZM30.1302 25.9602C26.5573 25.9602 23.6609 28.8566 23.6609 32.4295V97.8262C23.6609 101.399 26.5573 104.296 30.1302 104.296H97.4728C101.046 104.296 103.942 101.399 103.942 97.8262V58.2904C103.942 56.5062 103.205 54.8012 101.906 53.5786L74.4182 27.7177C73.2183 26.5888 71.6328 25.9602 69.9853 25.9602H30.1302Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <path d="M72.233 52.9551C72.233 54.5093 73.4929 55.7692 75.0471 55.7692H102.524C103.034 55.7692 103.281 55.1455 102.91 54.7963L73.1813 26.8516C72.8221 26.5139 72.233 26.7686 72.233 27.2617V52.9551Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M102.524 57.7692H75.0471C72.3884 57.7692 70.233 55.6139 70.233 52.9551V27.2617C70.233 25.0165 72.9152 23.8566 74.5512 25.3943L104.28 53.3391C105.971 54.9292 104.846 57.7692 102.524 57.7692ZM73.1813 26.8516C72.8221 26.5139 72.233 26.7686 72.233 27.2617V52.9551C72.233 54.5093 73.4929 55.7692 75.0471 55.7692H102.524C103.034 55.7692 103.281 55.1455 102.91 54.7963L73.1813 26.8516Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
17
+ <rect x="31.6018" y="98.3176" width="95.2413" height="24.4906" rx="5.93893" style="fill:var(--sapContent_Illustrative_Color3)"/>
18
+ <g clip-path="url(#clip0_620_3326)">
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M46.985 105.503L46.9843 105.504L45.6488 108.558L47.3867 108.558C47.4054 108.558 47.424 108.559 47.4425 108.56C47.7125 108.539 47.9838 108.67 48.1285 108.92L49.0791 110.563L50.9127 108.766C51.199 108.485 51.6584 108.49 51.9389 108.776C52.2194 109.062 52.2148 109.522 51.9285 109.802L49.8296 111.859L51.2028 114.231C51.4036 114.578 51.2852 115.022 50.9383 115.223C50.5915 115.424 50.1476 115.305 49.9468 114.958L48.7596 112.908L47.0644 114.569C46.5934 115.029 45.9975 115.332 45.3604 115.447V115.447L44.6854 115.569C44.291 115.64 43.9135 115.379 43.8423 114.984C43.771 114.59 44.0329 114.212 44.4273 114.141L45.1023 114.019C45.4573 113.955 45.7888 113.786 46.0496 113.531V113.531L48.0091 111.611L47.0821 110.01L45.0142 110.01L42.0819 116.716C41.6856 117.621 40.8013 118.224 39.8018 118.248L39.0158 118.273C38.6152 118.285 38.2804 117.97 38.2681 117.57C38.2557 117.169 38.5704 116.834 38.9709 116.822L39.7658 116.797C40.1965 116.788 40.5796 116.529 40.7522 116.134L43.4302 110.01L41.295 110.01C40.8942 110.01 40.5694 109.685 40.5694 109.284C40.5694 108.883 40.8942 108.558 41.295 108.558L44.0648 108.558L45.6581 104.915C45.9677 104.218 46.6557 103.76 47.4273 103.76L48.6066 103.76C49.0074 103.76 49.3322 104.085 49.3322 104.486C49.3322 104.886 49.0074 105.211 48.6066 105.211L47.4273 105.211C47.2398 105.211 47.0661 105.322 46.985 105.503Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ </g>
21
+ <rect x="61.5352" y="108.295" width="51.7024" height="5.44236" rx="2.72118" style="fill:var(--sapContent_Illustrative_Color15)"/>
22
+ <rect x="1" y="52.8285" width="30.5669" height="31.6586" rx="5.67672" style="fill:var(--sapContent_Illustrative_Color2)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.1812 67.4868C20.8065 68.0908 20.8065 69.07 20.1812 69.6739L15.3778 74.3135C14.9199 74.7558 14.2312 74.8881 13.6329 74.6488C13.0346 74.4094 12.6445 73.8455 12.6445 73.22L12.6445 63.9408C12.6445 63.3153 13.0346 62.7513 13.6329 62.512C14.2312 62.2726 14.9199 62.4049 15.3778 62.8472L20.1812 67.4868Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
24
+ <defs>
25
+ <clipPath id="clip0_620_3326">
26
+ <rect width="14.513" height="14.513" style="fill:var(--sapContent_Illustrative_Color8)" transform="translate(37.9504 103.76)"/>
27
+ </clipPath>
28
+ </defs>
29
+ </svg>
30
+ `;
31
+ _exports.default = _default;
32
+ });
@@ -0,0 +1,27 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ExternalLink-alternate">
9
+ <rect x="-0.9375" y="65.145" width="98.9196" height="66.0658" rx="5.8743" transform="rotate(-16.2387 -0.9375 65.145)" style="fill:var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M4.42555 67.3989C3.66952 64.8032 5.16088 62.0861 7.7566 61.3301L88.9877 37.6707C91.5834 36.9147 94.3006 38.406 95.0566 41.0018L109.999 92.305C110.755 94.9007 109.264 97.6178 106.668 98.3738L25.437 122.033C22.8413 122.789 20.1241 121.298 19.3681 118.702L4.42555 67.3989Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.19634 59.4099L88.4275 35.7506C92.0837 34.6857 95.9109 36.7864 96.9758 40.4426L111.918 91.7458C112.983 95.402 110.883 99.2292 107.226 100.294L25.9953 123.953C22.3391 125.018 18.5118 122.918 17.4469 119.261L2.50436 67.9583C1.43945 64.3021 3.54012 60.4749 7.19634 59.4099ZM7.75562 61.3302C5.1599 62.0862 3.66854 64.8033 4.42457 67.399L19.3671 118.702C20.1232 121.298 22.8403 122.789 25.436 122.033L106.667 98.3739C109.263 97.6179 110.754 94.9008 109.998 92.305L95.0556 41.0019C94.2996 38.4061 91.5824 36.9148 88.9867 37.6708L7.75562 61.3302Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <rect x="15.918" y="78.3174" width="78.4352" height="37.2111" rx="2.44763" transform="rotate(-16.2387 15.918 78.3174)" style="fill:var(--sapContent_Illustrative_Color18)"/>
13
+ <path d="M4.42555 67.3989C3.66952 64.8032 5.16088 62.0861 7.7566 61.3301L88.9877 37.6707C91.5834 36.9147 94.3006 38.406 95.0566 41.0018L97.0168 47.7319L6.38577 74.1291L4.42555 67.3989Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
14
+ <circle cx="12.5083" cy="66.321" r="2.20286" transform="rotate(-16.2387 12.5083 66.321)" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <circle cx="20.4986" cy="63.9938" r="2.20286" transform="rotate(-16.2387 20.4986 63.9938)" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <circle cx="28.4888" cy="61.6667" r="2.20286" transform="rotate(-16.2387 28.4888 61.6667)" style="fill:var(--sapContent_Illustrative_Color8)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.8991 84.3926C24.5902 83.3321 25.1996 82.222 26.2601 81.9131L73.551 68.1392C74.6115 67.8303 75.7216 68.4396 76.0304 69.5001C76.3393 70.5606 75.73 71.6707 74.6695 71.9796L27.3786 85.7536C26.3181 86.0624 25.208 85.4531 24.8991 84.3926Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.0905 91.9124C26.7816 90.8519 27.391 89.7418 28.4515 89.4329L75.7424 75.659C76.8029 75.3501 77.913 75.9594 78.2218 77.0199C78.5307 78.0804 77.9214 79.1905 76.8609 79.4994L29.57 93.2733C28.5095 93.5822 27.3994 92.9729 27.0905 91.9124Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.28 99.4324C28.9711 98.3719 29.5804 97.2618 30.6409 96.9529L57.3888 89.1624C58.4493 88.8535 59.5594 89.4628 59.8683 90.5233C60.1771 91.5838 59.5678 92.6939 58.5073 93.0028L31.7595 100.793C30.699 101.102 29.5889 100.493 29.28 99.4324Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
20
+ <path d="M89.9466 58.6713C87.5823 51.874 92.1407 47.9259 99.1701 41.9571C99.5403 41.6448 100.108 41.7881 100.275 42.2327L103.914 46.3785C104.162 47.0272 105.344 46.565 105.493 45.8802L109.257 26.7431C109.369 26.2347 108.921 25.7966 108.417 25.9248L89.421 29.0104C88.7383 29.1778 88.1875 30.3356 88.8459 30.5634L92.7363 34.6711C93.1891 34.8231 93.3466 35.3768 93.0521 35.7578C87.2811 43.1023 78.513 47.439 83.4947 57.3844C85.6739 61.744 87.6457 64.8935 92.8936 66.8139C93.6697 67.1006 93.9015 65.9851 93.4199 65.3176C92.3324 63.8194 90.4958 60.2295 89.9516 58.6766L89.9466 58.6713Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M108.527 4.73478C108.687 4.90342 108.799 5.11206 108.85 5.33876C108.902 5.56547 108.891 5.80184 108.82 6.02301L107.254 11.328C106.996 12.2055 106.132 12.4638 105.444 12.261C105.16 12.1883 104.906 12.0252 104.723 11.7963C104.539 11.5673 104.434 11.2849 104.425 10.9914C104.424 10.8494 104.445 10.7082 104.487 10.5726L106.052 5.26763C106.116 5.03347 106.242 4.82095 106.417 4.65254C106.592 4.48413 106.809 4.36611 107.045 4.31095C107.308 4.24952 107.582 4.2562 107.841 4.33038C108.101 4.40455 108.337 4.54375 108.527 4.73478Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
22
+ <path d="M127.762 27.8244C127.797 27.987 127.798 28.1551 127.764 28.3181C127.731 28.481 127.664 28.6352 127.567 28.7707C127.471 28.9063 127.347 29.0202 127.204 29.1053C127.061 29.1903 126.902 29.2446 126.737 29.2647L121.424 30.1595C121.233 30.191 121.037 30.1841 120.849 30.1393C120.66 30.0944 120.483 30.0124 120.326 29.8982C120.17 29.7839 120.038 29.6396 119.938 29.4737C119.838 29.3078 119.772 29.1236 119.744 28.932C119.73 28.8532 119.722 28.7735 119.722 28.6936C119.715 28.3984 119.818 28.1113 120.013 27.8888C120.207 27.6663 120.477 27.5247 120.771 27.4918L126.081 26.5988C126.272 26.5669 126.468 26.5735 126.656 26.6181C126.845 26.6628 127.023 26.7445 127.179 26.8586C127.335 26.9728 127.468 27.1169 127.568 27.2828C127.668 27.4486 127.734 27.6327 127.762 27.8244Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
23
+ <path d="M122.347 13.7134C122.338 13.8949 122.292 14.0726 122.211 14.2357C122.131 14.3988 122.018 14.5438 121.88 14.6618L115.734 20.0192C115.457 20.2579 115.098 20.3803 114.733 20.3608C114.368 20.3413 114.025 20.1813 113.775 19.9145C113.544 19.666 113.415 19.3398 113.413 19.0006C113.413 18.8051 113.454 18.6118 113.535 18.4338C113.616 18.2558 113.734 18.0973 113.882 17.9692L120.028 12.6118C120.306 12.3715 120.667 12.2485 121.034 12.2686C121.401 12.2887 121.746 12.4504 121.997 12.7196C122.119 12.8531 122.213 13.01 122.273 13.1807C122.334 13.3515 122.359 13.5327 122.347 13.7134Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
24
+ </svg>
25
+ `;
26
+ _exports.default = _default;
27
+ });
@@ -0,0 +1,26 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg id="tnt-Spot-FaceID-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
9
+ <ellipse cx="12.06" cy="68.67" rx="11.66" ry="9.43" transform="translate(-54 46.37) rotate(-61.39)" style="fill:var(--sapContent_Illustrative_Color5)" />
10
+ <path d="m35.45,21.54c1.1,0,2,.9,2,2v24.82c0,1.1-.9,2-2,2s-2-.9-2-2v-24.82c0-1.1.9-2,2-2Z" style="fill:var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
11
+ <circle cx="35.2" cy="19.06" r="6.87" style="fill:var(--sapContent_Illustrative_Color5)" />
12
+ <path d="m.19,99.03c-.12,2.19,1.67,3.97,3.86,3.97h119.83c2.19,0,3.98-1.78,3.86-3.97-1.95-35.39-29.75-63.45-63.77-63.45S2.14,63.64.19,99.03Z" style="fill:var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
13
+ <path d="m125.74,99.13c-1.89-34.43-28.92-61.56-61.78-61.56S4.08,64.71,2.19,99.13c-.05.97.75,1.86,1.86,1.86h119.83c1.12,0,1.92-.89,1.86-1.86Zm-121.69,3.86c-2.19,0-3.98-1.78-3.86-3.97,1.95-35.39,29.75-63.45,63.77-63.45s61.83,28.06,63.77,63.45c.12,2.19-1.67,3.97-3.86,3.97H4.05Z" style="fill:var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
14
+ <path d="m23.59,87.31c-.2,1.52,1.02,2.82,2.55,2.82h75.64c1.53,0,2.75-1.3,2.55-2.82-2.78-20.88-19.8-36.95-40.37-36.95s-37.59,16.07-40.37,36.95Z" style="fill:var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
15
+ <ellipse cx="115.86" cy="68.67" rx="9.43" ry="11.66" transform="translate(-18.73 63.87) rotate(-28.61)" style="fill:var(--sapContent_Illustrative_Color5)" />
16
+ <path d="m93.19,21.54c1.1,0,2,.9,2,2v24.82c0,1.1-.9,2-2,2s-2-.9-2-2v-24.82c0-1.1.9-2,2-2Z" style="fill:var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
17
+ <circle cx="92.94" cy="19.06" r="6.87" style="fill:var(--sapContent_Illustrative_Color5)" />
18
+ <path d="m44.91,102.99V38.62c6.02-1.98,12.42-3.05,19.05-3.05,34.02,0,61.83,28.06,63.77,63.45.12,2.19-1.67,3.97-3.86,3.97H44.91Z" style="fill:var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
19
+ <path d="m46.91,40.09v60.9h76.97c1.12,0,1.92-.89,1.86-1.86-1.89-34.43-28.92-61.56-61.78-61.56-5.92,0-11.64.88-17.05,2.52Zm-2-1.47v64.37h78.97c2.19,0,3.98-1.78,3.86-3.97-1.95-35.39-29.75-63.45-63.77-63.45-6.64,0-13.04,1.07-19.05,3.05Z" style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
20
+ <path d="m44.91,90.13v-34.8c5.69-3.17,12.17-4.97,19.05-4.97,20.57,0,37.59,16.07,40.37,36.95.2,1.52-1.02,2.82-2.55,2.82h-56.87Z" style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
21
+ <path d="m44.91,74.84v-8.83c1.05-.95,2.45-1.52,3.97-1.52,3.28,0,5.94,2.66,5.94,5.94s-2.66,5.94-5.94,5.94c-1.53,0-2.92-.58-3.97-1.52Zm40.07-4.42c0,3.28-2.66,5.94-5.94,5.94s-5.94-2.66-5.94-5.94,2.66-5.94,5.94-5.94,5.94,2.66,5.94,5.94Z" style="fill:var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" />
22
+ <path d="m56.14,82.11c.2-.52.78-.77,1.29-.57,3.83,1.48,8.08,1.48,11.91,0,.52-.2,1.09.06,1.29.57.2.52-.06,1.09-.57,1.29-4.3,1.65-9.05,1.65-13.35,0-.52-.2-.77-.78-.57-1.29Z" style="fill:var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
23
+ <rect x="42.28" y="21.53" width="4.91" height="93.19" rx="2.46" ry="2.46" style="fill:var(--sapContent_Illustrative_Color3)" />
24
+ </svg>`;
25
+ _exports.default = _default;
26
+ });
@@ -0,0 +1,18 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Fingerprint-alternate">
9
+ <circle cx="61.146" cy="65.9185" r="56.4583" style="fill:var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M123.313 62.3508C123.313 93.5319 98.0353 118.809 66.8543 118.809C35.6732 118.809 10.396 93.5319 10.396 62.3508C10.396 31.1698 35.6732 5.89258 66.8543 5.89258C98.0353 5.89258 123.313 31.1698 123.313 62.3508Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M66.8543 116.809C96.9307 116.809 121.313 92.4273 121.313 62.3508C121.313 32.2744 96.9307 7.89258 66.8543 7.89258C36.7778 7.89258 12.396 32.2744 12.396 62.3508C12.396 92.4273 36.7778 116.809 66.8543 116.809ZM66.8543 118.809C98.0353 118.809 123.313 93.5319 123.313 62.3508C123.313 31.1698 98.0353 5.89258 66.8543 5.89258C35.6732 5.89258 10.396 31.1698 10.396 62.3508C10.396 93.5319 35.6732 118.809 66.8543 118.809Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M66.801 28.5605C75.9908 28.5605 84.5922 32.184 91.011 38.7575H91.0094C91.6055 39.3702 91.5964 40.3455 90.9867 40.94C90.6849 41.2343 90.3087 41.3799 89.9068 41.3799C89.5048 41.3799 89.1044 41.2222 88.8041 40.9158C82.9678 34.9384 75.1536 31.6471 66.7995 31.6471C62.3054 31.6471 57.9767 32.595 53.9346 34.4606C53.1611 34.814 52.2465 34.4834 51.8871 33.7053C51.5337 32.9333 51.8689 32.0156 52.6409 31.6577C57.0925 29.6041 61.858 28.5605 66.801 28.5605ZM89.4808 53.1925C85.7163 43.9177 76.8131 37.9251 66.8027 37.9251C62.1585 37.9251 58.1134 39.0232 54.7129 41.2255C51.3124 43.4263 48.5869 46.71 46.5469 51.0281C46.1798 51.8016 46.515 52.7208 47.281 53.0832H47.2825C48.0484 53.4442 48.9721 53.1227 49.3376 52.3476C51.1259 48.5573 53.4874 45.7302 56.3889 43.8479C59.2889 41.9672 62.7606 41.0101 66.8027 41.0101C75.5512 41.0101 83.3289 46.2443 86.6217 54.3512C86.8644 54.9564 87.4468 55.3144 88.0505 55.3144C88.2416 55.3144 88.4418 55.2779 88.6314 55.2006C89.4201 54.8791 89.7993 53.9796 89.4793 53.1909L89.4808 53.1925ZM99.8215 55.0225C99.826 55.0559 99.8291 55.0726 99.8321 55.0847V55.0908L99.8351 55.0877C100.358 57.469 100.639 59.923 100.639 62.3923C100.639 65.048 100.503 67.7205 100.243 70.3293C100.242 70.349 100.24 70.3702 100.239 70.3975V70.4188L100.236 70.4445L100.19 70.8814V70.8844V70.8874C100.101 71.6731 99.4362 72.2601 98.6582 72.2601C98.6005 72.2601 98.5444 72.257 98.4868 72.251H98.4853C97.6344 72.1584 97.0292 71.3925 97.1202 70.5477L97.1551 70.217L97.1687 70.082C97.422 67.5522 97.5525 64.9646 97.5525 62.3907C97.5525 60.1308 97.3052 57.883 96.8214 55.7035H96.8123L96.7183 55.3061C95.8113 51.4506 94.1945 47.8514 91.889 44.6041C91.3961 43.9095 91.5584 42.9479 92.2515 42.4549H92.253C92.9416 41.965 93.9108 42.1197 94.4038 42.8205C94.4044 42.8211 94.4047 42.8217 94.4049 42.8222C94.4053 42.823 94.4053 42.8235 94.4053 42.8235C96.9943 46.4682 98.8083 50.5163 99.7942 54.8557C99.8094 54.9224 99.8169 54.9861 99.8215 55.0225ZM71.9693 70.5024C71.7934 71.7355 71.575 72.958 71.3217 74.1638L71.3232 74.1608C71.1715 74.8888 70.5269 75.3848 69.8156 75.3848C69.7155 75.3848 69.6093 75.3757 69.5001 75.3544H69.4971H69.494C68.6598 75.1785 68.1259 74.358 68.3019 73.5253C68.5309 72.4332 68.725 71.3275 68.8873 70.2082C68.8919 70.1703 68.8979 70.1369 68.9025 70.1157L68.9054 70.1023L68.9073 70.0924C68.9094 70.0806 68.9101 70.0747 68.9101 70.0747V70.0702V70.0656C69.2726 67.5418 69.4561 64.9634 69.4561 62.394C69.4561 60.9319 68.2291 59.7413 66.8003 59.7413C65.3716 59.7413 64.2022 60.8758 64.1491 62.2909L64.1495 62.2951L64.1495 62.2951C64.1524 62.3285 64.1552 62.3606 64.1552 62.394V62.3971V62.4001L64.1476 63.2495V63.2525V63.2555C64.1309 64.0382 63.4635 64.8481 62.5717 64.7647C61.7193 64.7495 61.0459 64.0427 61.061 63.1964L61.0671 62.5139C61.0641 62.4759 61.061 62.438 61.061 62.3971C61.061 59.2317 63.6364 56.6548 66.8018 56.6548C69.9672 56.6548 72.5442 59.2317 72.5442 62.3971C72.5442 65.0589 72.3515 67.7314 71.9845 70.3462V70.3508V70.3553C71.983 70.3629 71.9814 70.3735 71.9784 70.4099C71.9778 70.4139 71.9773 70.4183 71.9767 70.4232L71.9747 70.444C71.9733 70.4592 71.9718 70.4763 71.9693 70.4933V70.4979V70.5024ZM62.6658 70.7969C63.4878 71.0092 63.9899 71.8449 63.779 72.673V72.6715C62.5626 77.4477 61.4979 80.604 59.9736 83.5115C58.4523 86.4146 56.4821 89.0461 53.4881 92.7787C53.1817 93.1579 52.7343 93.3551 52.2838 93.3551C51.9471 93.3551 51.6043 93.2444 51.3207 93.0153H51.3192C50.6564 92.4814 50.5517 91.5107 51.0826 90.8495C54.0098 87.2002 55.8451 84.7477 57.2465 82.0752C58.6449 79.4058 59.6202 76.4937 60.7896 71.9132C60.9959 71.0926 61.824 70.5784 62.6658 70.7969ZM68.5092 78.9313H68.5077H68.5046C67.6947 78.6416 66.8195 79.0815 66.539 79.8777C64.3579 86.0948 63.0975 88.5261 59.3709 93.6921C58.8734 94.3837 59.0236 95.3453 59.7152 95.8458H59.7167C59.9928 96.046 60.3083 96.1385 60.6207 96.1385C61.0939 96.1385 61.5702 95.9171 61.872 95.4985C65.7594 90.1096 67.1851 87.3628 69.4526 80.897C69.7332 80.0961 69.313 79.2149 68.5092 78.9313ZM49.9536 36.672C50.6679 36.2048 50.8636 35.2448 50.398 34.5349C49.9278 33.8175 48.9707 33.6219 48.2594 34.0905C40.8896 38.9289 35.7585 46.3047 33.8126 54.8575C33.7959 54.9273 33.7868 54.994 33.7823 55.0304C33.7791 55.0504 33.7774 55.0639 33.7762 55.0738L33.7747 55.085V55.0911C33.2484 57.4739 32.9708 59.9264 32.9708 62.3926C32.9708 63.4497 32.8859 64.513 32.7206 65.5443C32.5825 66.3876 33.1528 67.1748 33.9885 67.3144H33.9931H33.9976C34.0841 67.3295 34.166 67.3356 34.2464 67.3356C34.9911 67.3356 35.6448 66.7956 35.7692 66.0388C35.9603 64.8391 36.0604 63.6151 36.0604 62.3926C36.0604 60.1342 36.3076 57.8834 36.7899 55.7038H36.796L36.89 55.308C38.6995 47.6379 43.324 41.025 49.9551 36.6705L49.9536 36.672ZM89.769 60.9086C90.1285 60.9101 90.5092 61.0239 90.8049 61.2802L90.8019 61.2772C91.1053 61.5411 91.2842 61.9279 91.2706 62.3935C91.2691 65.0129 91.1219 67.6444 90.8413 70.2213L90.8322 70.3184L90.8303 70.3385C90.8294 70.3479 90.8286 70.3585 90.8277 70.3715L90.8268 70.3843C90.8255 70.4028 90.8241 70.424 90.8216 70.4473V70.4503V70.4534C90.0253 77.5607 88.178 84.4815 85.3281 91.0247C85.0748 91.6071 84.506 91.9514 83.9145 91.9514C83.7067 91.9514 83.4989 91.912 83.2956 91.8225C82.5145 91.4812 82.1611 90.5727 82.5024 89.7916C85.2082 83.5806 86.9661 77.0117 87.7351 70.2607L87.7381 70.2289L87.7405 70.2068L87.7427 70.1879L87.7912 69.7572H87.7927C88.0521 67.3274 88.184 64.8506 88.184 62.3935V62.3844V62.3753C88.2007 61.9006 88.41 61.5183 88.724 61.2635C89.0289 61.0178 89.4096 60.9086 89.769 60.9086ZM44.3521 70.5548L44.3521 70.5547L44.3597 70.5206C44.3673 70.4872 44.3764 70.4508 44.387 70.4098C45.0726 67.8102 45.4275 65.1195 45.4275 62.3955C45.4275 62.359 45.4247 62.3253 45.4218 62.2904L45.4218 62.2903L45.4214 62.2863C45.429 60.5466 45.6489 58.816 46.0691 57.1446C46.2799 56.3195 45.7794 55.4853 44.9588 55.276H44.9543H44.9497C44.1034 55.0545 43.2813 55.5839 43.0796 56.3938V56.3953C42.5852 58.3489 42.3364 60.3676 42.3364 62.397C42.3364 62.4364 42.3379 62.4789 42.3425 62.5214C42.3319 64.98 42.0043 67.4128 41.3748 69.7607H41.3672L41.2611 70.1353C40.4314 73.0535 39.1543 75.8094 37.4404 78.3196C36.9627 79.0233 37.1432 79.9849 37.8454 80.4657C38.1123 80.6477 38.4157 80.7342 38.7145 80.7342C39.2059 80.7342 39.6913 80.5006 39.9916 80.0607C41.9481 77.1896 43.4042 74.0378 44.3203 70.6935V70.6889C44.3331 70.641 44.3433 70.5949 44.3521 70.5548ZM79.9042 54.8319L79.9573 54.9153L79.9588 54.9168L80.4274 55.7071C81.3784 57.4361 81.9093 59.3487 81.9093 62.3973C81.9093 65.044 81.7379 67.7195 81.4164 70.348C81.4148 70.3601 81.4133 70.3753 81.4118 70.4041C81.4108 70.4139 81.4099 70.4262 81.4089 70.4389L81.4073 70.4602L81.4057 70.4693V70.4784C80.7308 75.8385 79.3779 81.1016 77.3864 86.1143C77.1453 86.7195 76.5644 87.0866 75.9531 87.0866C75.7575 87.0866 75.5694 87.0486 75.3904 86.9819L75.3859 86.9774H75.3813C74.5896 86.6604 74.2028 85.7655 74.5183 84.9722C76.3975 80.2401 77.6776 75.2713 78.3222 70.21C78.3253 70.1827 78.3298 70.1599 78.3329 70.1463C78.3374 70.1304 78.3377 70.1281 78.3382 70.1241L78.3389 70.119C78.3398 70.1141 78.3407 70.1101 78.3415 70.1066L78.3433 70.099C78.3443 70.0947 78.345 70.0915 78.345 70.0886C78.6635 67.5436 78.8243 64.9576 78.8243 62.3958C78.8243 60.8048 78.6635 59.6521 78.3662 58.6935C78.0705 57.738 77.6321 56.9493 77.0421 56.0908C76.9557 55.9664 76.898 55.836 76.8586 55.7086C76.6895 55.1623 76.8783 54.6909 76.8783 54.6909C76.9754 54.4057 77.1574 54.1388 77.441 53.9446C78.1448 53.4623 79.1049 53.6428 79.5841 54.3435C79.6645 54.4603 79.7404 54.5756 79.8132 54.6893L79.8268 54.7106C79.8526 54.7515 79.8784 54.7925 79.9042 54.8319ZM72.7258 89.901C73.0079 89.1002 73.8831 88.6709 74.69 88.9546L74.6915 88.9591C75.4953 89.2397 75.9215 90.1179 75.6379 90.9248C75.0661 92.5568 74.4261 94.0037 73.6798 95.3475C73.3977 95.8541 72.8699 96.1408 72.3299 96.1408C72.0721 96.1408 71.8188 96.0756 71.5883 95.9527L71.5837 95.9497L71.5792 95.9467C70.8375 95.5311 70.5675 94.5907 70.9816 93.846C71.6383 92.6645 72.2086 91.3737 72.7258 89.901ZM75.0465 49.7324C72.594 48.1338 69.7425 47.2874 66.8046 47.2874C61.5644 47.2874 56.7715 49.9463 53.9883 54.3948C53.9174 54.5112 53.8584 54.6275 53.8101 54.7227L53.8003 54.7421C53.7654 54.8134 53.735 54.8726 53.7032 54.9302L53.6941 54.9454C53.688 54.956 53.6819 54.9666 53.6774 54.9772L53.2709 55.7038H53.2922C52.2623 57.7741 51.7011 60.0537 51.7011 62.3925C51.7011 62.438 51.7041 62.4865 51.7087 62.5381C51.6996 65.0346 51.4372 67.5327 50.9321 69.9594C50.9268 69.9814 50.9219 70.003 50.917 70.0246C50.912 70.0462 50.9071 70.0679 50.9018 70.0899C50.8972 70.1066 50.8942 70.1217 50.8927 70.1339C50.8909 70.1411 50.8896 70.1467 50.8886 70.1517C50.8879 70.155 50.8872 70.1581 50.8866 70.1611L50.8866 70.1612V70.1687L50.8836 70.1763C50.826 70.4569 50.7638 70.733 50.697 71.009C50.4999 71.8371 51.008 72.6713 51.8361 72.8715L51.8467 72.8746H51.8573C51.962 72.8973 52.0773 72.914 52.2016 72.914C52.9008 72.914 53.5288 72.4393 53.7017 71.734C53.7912 71.3563 53.8746 70.9772 53.955 70.5934V70.5904C53.9649 70.5431 53.9708 70.4978 53.9751 70.4646L53.9777 70.4448C53.9823 70.4084 53.9853 70.3902 53.9883 70.375C54.5192 67.7632 54.7983 65.0786 54.7983 62.394C54.7983 62.3531 54.7952 62.306 54.7907 62.256C54.8165 60.0461 55.4429 57.8984 56.6092 56.0314C56.6684 55.9358 56.7381 55.8433 56.8231 55.7311C56.8261 55.7273 56.8292 55.7231 56.8322 55.7189C56.8352 55.7147 56.8382 55.7106 56.8413 55.7068H56.8474L57.0005 55.4884C59.2605 52.282 62.8657 50.3755 66.8077 50.3755C69.1449 50.3755 71.4124 51.0489 73.3614 52.3199V52.3215C74.0758 52.781 75.0298 52.5854 75.4955 51.8695C75.9611 51.1551 75.7579 50.198 75.0465 49.7339V49.7324ZM50.8997 76.3355C51.6262 76.7799 51.8582 77.7263 51.4199 78.4559L51.4184 78.4528C50.4129 80.111 49.8141 81.2626 49.2809 82.2882L49.2783 82.2932C48.4153 83.954 47.7221 85.2841 45.8884 87.5471C45.5835 87.9263 45.1376 88.1204 44.6887 88.1204C44.352 88.1204 44.0046 88.0112 43.7195 87.7776H43.718L43.7165 87.7761C43.0567 87.2392 42.9535 86.2685 43.4889 85.6087C45.1284 83.5862 45.6831 82.5202 46.5372 80.8783L46.5421 80.869L46.5756 80.8047C47.1182 79.7627 47.7405 78.5676 48.7793 76.8542C49.2237 76.1247 50.1701 75.8987 50.8966 76.3324L50.8981 76.3355H50.8997Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M88.1529 64.4688H91.2392C91.1821 66.3981 91.0479 68.3245 90.8413 70.2213L90.8322 70.3183L90.8303 70.3384C90.8294 70.3479 90.8286 70.3584 90.8277 70.3714L90.8268 70.3842C90.8255 70.4027 90.8241 70.424 90.8216 70.4472V70.4503V70.4533C90.0253 77.5607 88.178 84.4815 85.3281 91.0246C85.0748 91.6071 84.506 91.9514 83.9145 91.9514C83.7067 91.9514 83.4989 91.9119 83.2956 91.8224C82.5145 91.4812 82.1611 90.5726 82.5024 89.7915C85.2082 83.5805 86.9661 77.0116 87.7351 70.2607L87.7381 70.2288L87.7405 70.2067L87.7427 70.1879L87.7912 69.7571H87.7927C87.9792 68.0104 88.0998 66.2393 88.1529 64.4688ZM42.2676 64.4688H45.3589C45.2253 66.4837 44.898 68.472 44.387 70.4098C44.3764 70.4507 44.3673 70.4871 44.3597 70.5205L44.3521 70.5547L44.3521 70.5548C44.3433 70.5949 44.3331 70.641 44.3203 70.6889V70.6934C43.4042 74.0378 41.9481 77.1895 39.9916 80.0607C39.6913 80.5005 39.2059 80.7341 38.7145 80.7341C38.4157 80.7341 38.1123 80.6477 37.8454 80.4657C37.1432 79.9849 36.9627 79.0233 37.4404 78.3195C39.1543 75.8093 40.4314 73.0534 41.2611 70.1353L41.3672 69.7606H41.3748C41.8375 68.0347 42.1371 66.2629 42.2676 64.4688ZM100.611 64.4688C100.56 66.4354 100.435 68.3997 100.243 70.3292C100.242 70.3489 100.24 70.3702 100.239 70.3975V70.4187L100.236 70.4445L100.19 70.8813V70.8843V70.8874C100.101 71.673 99.4362 72.26 98.6582 72.26C98.6005 72.26 98.5444 72.257 98.4868 72.2509H98.4853C97.6344 72.1584 97.0292 71.3924 97.1202 70.5476L97.1551 70.217L97.1687 70.082C97.3539 68.2324 97.4734 66.3521 97.5243 64.4688H100.611ZM32.8626 64.4688H35.9655C35.9176 64.9952 35.8519 65.5193 35.7692 66.0387C35.6448 66.7956 34.9911 67.3355 34.2464 67.3355C34.166 67.3355 34.0841 67.3295 33.9976 67.3143H33.9931H33.9885C33.1528 67.1748 32.5825 66.3876 32.7206 65.5443C32.7775 65.189 32.8249 64.83 32.8626 64.4688ZM51.6513 64.4688H54.7431C54.6377 66.4578 54.3823 68.4364 53.9883 70.375C53.9853 70.3901 53.9823 70.4083 53.9777 70.4447L53.9751 70.4646C53.9708 70.4977 53.9649 70.543 53.955 70.5903V70.5934C53.8746 70.9771 53.7912 71.3563 53.7017 71.7339C53.5288 72.4392 52.9008 72.914 52.2016 72.914C52.0773 72.914 51.962 72.8973 51.8573 72.8745H51.8467L51.8361 72.8715C51.008 72.6713 50.4999 71.8371 50.697 71.009C50.7638 70.7329 50.826 70.4569 50.8836 70.1763L50.8866 70.1687V70.1611L50.8866 70.161L50.8886 70.1516C50.8889 70.1498 50.8894 70.148 50.8898 70.146C50.8906 70.1424 50.8915 70.1384 50.8927 70.1338C50.8942 70.1217 50.8972 70.1065 50.9018 70.0898C50.9071 70.0678 50.912 70.0462 50.917 70.0246C50.9219 70.003 50.9268 69.9814 50.9321 69.9594C51.3069 68.1585 51.5481 66.3184 51.6513 64.4688ZM61.6927 64.4688H63.5406C63.2775 64.6785 62.9442 64.7995 62.5717 64.7646C62.2421 64.7588 61.9393 64.6495 61.6927 64.4688ZM69.4163 64.4688H72.5056C72.4325 66.441 72.2563 68.4094 71.9845 70.3462V70.3507V70.3553C71.983 70.3629 71.9814 70.3735 71.9784 70.4099C71.9778 70.4138 71.9773 70.4183 71.9767 70.4231L71.9747 70.444C71.9733 70.4592 71.9718 70.4762 71.9693 70.4933V70.4978V70.5024C71.7934 71.7355 71.575 72.958 71.3217 74.1638L71.3232 74.1607C71.1715 74.8888 70.5269 75.3847 69.8156 75.3847C69.7155 75.3847 69.6093 75.3756 69.5001 75.3544H69.4971H69.494C68.6598 75.1784 68.1259 74.3579 68.3019 73.5252C68.5309 72.4332 68.725 71.3275 68.8873 70.2081C68.8919 70.1702 68.8979 70.1369 68.9025 70.1156L68.9054 70.1022L68.9073 70.0924C68.9094 70.0806 68.9101 70.0747 68.9101 70.0747V70.0701V70.0656C69.175 68.2208 69.3444 66.3469 69.4163 64.4688ZM78.7894 64.4688H81.8748C81.8099 66.4337 81.6542 68.4037 81.4164 70.3479C81.4148 70.3601 81.4133 70.3752 81.4118 70.4041C81.4108 70.4138 81.4099 70.4261 81.4089 70.4389L81.4073 70.4602L81.4057 70.4693V70.4784C80.7308 75.8385 79.3779 81.1015 77.3864 86.1143C77.1453 86.7195 76.5644 87.0865 75.9531 87.0865C75.7575 87.0865 75.5694 87.0486 75.3904 86.9819L75.3859 86.9773H75.3813C74.5896 86.6603 74.2028 85.7654 74.5183 84.9722C76.3975 80.24 77.6776 75.2712 78.3222 70.2099C78.3253 70.1826 78.3298 70.1599 78.3329 70.1462C78.3374 70.1303 78.3377 70.128 78.3382 70.124L78.3389 70.1189C78.3393 70.1168 78.3397 70.1148 78.3401 70.1129C78.3406 70.1106 78.341 70.1085 78.3415 70.1065L78.3433 70.099C78.3443 70.0946 78.345 70.0914 78.345 70.0886C78.5778 68.2287 78.7263 66.3469 78.7894 64.4688ZM63.779 72.673C63.9899 71.8449 63.4878 71.0091 62.6658 70.7968C61.824 70.5784 60.9959 71.0926 60.7896 71.9131C59.6202 76.4936 58.6449 79.4057 57.2465 82.0752C55.8451 84.7476 54.0098 87.2002 51.0826 90.8494C50.5517 91.5107 50.6564 92.4814 51.3192 93.0153H51.3207C51.6043 93.2443 51.9471 93.355 52.2838 93.355C52.7343 93.355 53.1817 93.1579 53.4881 92.7787C56.4821 89.046 58.4523 86.4145 59.9736 83.5115C61.4979 80.6039 62.5626 77.4476 63.779 72.6715V72.673ZM68.5077 78.9312H68.5092C69.313 79.2149 69.7332 80.0961 69.4526 80.8969C67.1851 87.3627 65.7594 90.1095 61.872 95.4984C61.5702 95.917 61.0939 96.1385 60.6207 96.1385C60.3083 96.1385 59.9928 96.046 59.7167 95.8458H59.7152C59.0236 95.3452 58.8734 94.3836 59.3709 93.692C63.0975 88.526 64.3579 86.0947 66.539 79.8777C66.8195 79.0814 67.6947 78.6416 68.5046 78.9312H68.5077ZM74.69 88.9545C73.8831 88.6709 73.0079 89.1001 72.7258 89.9009C72.2086 91.3737 71.6383 92.6644 70.9816 93.8459C70.5675 94.5907 70.8375 95.531 71.5792 95.9466L71.5837 95.9496L71.5883 95.9527C71.8188 96.0755 72.0721 96.1407 72.3299 96.1407C72.8699 96.1407 73.3977 95.8541 73.6798 95.3475C74.4261 94.0037 75.0661 92.5567 75.6379 90.9247C75.9215 90.1178 75.4953 89.2397 74.6915 88.9591L74.69 88.9545ZM51.4199 78.4558C51.8582 77.7263 51.6262 76.7798 50.8997 76.3354H50.8981L50.8966 76.3324C50.1701 75.8986 49.2237 76.1246 48.7793 76.8541C47.7405 78.5676 47.1182 79.7627 46.5756 80.8046L46.5756 80.8046L46.5421 80.8689L46.5372 80.8783C45.6831 82.5201 45.1284 83.5862 43.4889 85.6087C42.9535 86.2684 43.0567 87.2392 43.7165 87.7761L43.718 87.7776H43.7195C44.0046 88.0112 44.352 88.1204 44.6887 88.1204C45.1376 88.1204 45.5835 87.9262 45.8884 87.547C47.7221 85.2841 48.4153 83.9539 49.2783 82.2931L49.2809 82.2881L49.2809 82.2881C49.8141 81.2625 50.4129 80.1109 51.4184 78.4528L51.4199 78.4558Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
14
+ <rect x="23.9146" y="62.1975" width="85.8794" height="4.98591" rx="2.49295" style="fill:var(--sapContent_Illustrative_Color3)"/>
15
+ </svg>
16
+ `;
17
+ _exports.default = _default;
18
+ });
@@ -0,0 +1,31 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Lock-alternate">
9
+ <path d="M18.5225 119.576H40.0074V124.395C40.0074 126.704 38.136 128.575 35.8275 128.575H22.7024C20.3939 128.575 18.5225 126.704 18.5225 124.395V119.576Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
10
+ <path d="M87.9883 119.576H109.473V124.395C109.473 126.704 107.602 128.575 105.293 128.575H92.1683C89.8597 128.575 87.9883 126.704 87.9883 124.395V119.576Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path d="M3.03516 17.5508C3.03516 12.5489 7.08994 8.49414 12.0918 8.49414H115.907C120.909 8.49414 124.964 12.5489 124.964 17.5508V110.545C124.964 115.547 120.909 119.602 115.907 119.602H12.0918C7.08994 119.602 3.03516 115.547 3.03516 110.545V17.5508Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0918 6.49414H115.907C122.014 6.49414 126.964 11.4444 126.964 17.5508V110.545C126.964 116.651 122.014 121.602 115.907 121.602H12.0918C5.98537 121.602 1.03516 116.651 1.03516 110.545V17.5508C1.03516 11.4443 5.98538 6.49414 12.0918 6.49414ZM12.0918 8.49414C7.08994 8.49414 3.03516 12.5489 3.03516 17.5508V110.545C3.03516 115.547 7.08994 119.602 12.0918 119.602H115.907C120.909 119.602 124.964 115.547 124.964 110.545V17.5508C124.964 12.5489 120.909 8.49414 115.907 8.49414H12.0918Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <rect x="19.3936" y="26.4783" width="89.2107" height="75.1385" rx="4.87664" style="fill:var(--sapContent_Illustrative_Color6)"/>
14
+ <rect x="16.2617" y="37.0002" width="5.9162" height="20.891" rx="2.9581" style="fill:var(--sapContent_Illustrative_Color5)"/>
15
+ <rect x="16.2617" y="70.2053" width="5.9162" height="20.891" rx="2.9581" style="fill:var(--sapContent_Illustrative_Color5)"/>
16
+ <rect x="95.4785" y="38.6653" width="6.50832" height="49.5462" rx="3.25416" style="fill:var(--sapContent_Illustrative_Color4)"/>
17
+ <path d="M84.6272 64.048C84.6272 78.3188 73.0585 89.8875 58.7877 89.8875C44.517 89.8875 32.9482 78.3188 32.9482 64.048C32.9482 49.7772 44.517 38.2085 58.7877 38.2085C73.0585 38.2085 84.6272 49.7772 84.6272 64.048Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M58.7877 87.8875C71.9539 87.8875 82.6272 77.2142 82.6272 64.048C82.6272 50.8818 71.9539 40.2085 58.7877 40.2085C45.6215 40.2085 34.9482 50.8818 34.9482 64.048C34.9482 77.2142 45.6215 87.8875 58.7877 87.8875ZM58.7877 89.8875C73.0585 89.8875 84.6272 78.3188 84.6272 64.048C84.6272 49.7772 73.0585 38.2085 58.7877 38.2085C44.517 38.2085 32.9482 49.7772 32.9482 64.048C32.9482 78.3188 44.517 89.8875 58.7877 89.8875Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
19
+ <circle cx="58.788" cy="64.0482" r="7.8905" style="fill:var(--sapContent_Illustrative_Color3)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M58.8457 46.7861C59.398 46.7861 59.8457 47.2338 59.8457 47.7861L59.8457 52.5596C59.8457 53.1119 59.398 53.5596 58.8457 53.5596C58.2934 53.5596 57.8457 53.1119 57.8457 52.5596L57.8457 47.7861C57.8457 47.2338 58.2934 46.7861 58.8457 46.7861Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M58.8457 74.5364C59.398 74.5364 59.8457 74.9841 59.8457 75.5364L59.8457 80.3098C59.8457 80.8621 59.398 81.3098 58.8457 81.3098C58.2934 81.3098 57.8457 80.8621 57.8457 80.3098L57.8457 75.5364C57.8457 74.9841 58.2934 74.5364 58.8457 74.5364Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M75.8018 65.0483C75.8018 65.6006 75.354 66.0483 74.8018 66.0483L70.0283 66.0483C69.476 66.0483 69.0283 65.6006 69.0283 65.0483C69.0283 64.4961 69.476 64.0483 70.0283 64.0483L74.8018 64.0483C75.354 64.0483 75.8018 64.4961 75.8018 65.0483Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M48.0508 65.0483C48.0508 65.6006 47.6031 66.0483 47.0508 66.0483L42.2773 66.0483C41.725 66.0483 41.2773 65.6006 41.2773 65.0483C41.2773 64.4961 41.725 64.0483 42.2773 64.0483L47.0508 64.0483C47.6031 64.0483 48.0508 64.4961 48.0508 65.0483Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M70.0391 76.9606C69.6486 77.3511 69.0154 77.3511 68.6249 76.9606L65.2496 73.5853C64.8591 73.1947 64.8591 72.5616 65.2496 72.1711C65.6401 71.7805 66.2733 71.7805 66.6638 72.1711L70.0391 75.5464C70.4297 75.9369 70.4297 76.5701 70.0391 76.9606Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M50.418 57.3378C50.0275 57.7283 49.3944 57.7283 49.0038 57.3378L45.6285 53.9625C45.238 53.5719 45.238 52.9388 45.6285 52.5483C46.019 52.1577 46.6522 52.1577 47.0427 52.5483L50.418 55.9236C50.8086 56.3141 50.8086 56.9473 50.418 57.3378Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M71.454 52.55C71.8446 52.9405 71.8446 53.5737 71.454 53.9642L68.0787 57.3395C67.6882 57.7301 67.055 57.7301 66.6645 57.3395C66.2739 56.949 66.2739 56.3158 66.6645 55.9253L70.0398 52.55C70.4303 52.1594 71.0635 52.1594 71.454 52.55Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
27
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M51.832 72.172C52.2225 72.5626 52.2225 73.1957 51.832 73.5863L48.4566 76.9616C48.0661 77.3521 47.4329 77.3521 47.0424 76.9616C46.6519 76.5711 46.6519 75.9379 47.0424 75.5474L50.4177 72.172C50.8083 71.7815 51.4414 71.7815 51.832 72.172Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
28
+ </svg>
29
+ `;
30
+ _exports.default = _default;
31
+ });
@@ -0,0 +1,20 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Mission-alternate">
9
+ <path d="M20.9734 83.6432L56.7487 47.0336L34.8808 48.1665C28.0731 48.5191 21.7292 51.7239 17.4058 56.9942L2.70022 74.9209C2.03678 75.7296 2.3739 76.9515 3.3582 77.3056L20.9734 83.6432Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
10
+ <path d="M44.7507 107.421L81.3603 71.6456L80.2275 93.5135C79.8748 100.321 76.67 106.665 71.3997 110.988L53.473 125.694C52.6643 126.358 51.4424 126.02 51.0883 125.036L44.7507 107.421Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
11
+ <path d="M118.306 8.01387C119.518 7.88166 120.513 8.87574 120.38 10.088C117.267 38.6354 101.92 64.8874 78.3409 81.9982L44.8976 106.267C34.4299 102.174 26.2197 93.9643 22.1267 83.4966L46.396 50.0533C63.5067 26.4744 89.7588 11.1272 118.306 8.01387Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M45.2267 108.835L44.0706 108.383C33.0126 104.059 24.3355 95.3817 20.0117 84.3237L19.5597 83.1676L44.558 48.7196C62.039 24.6306 88.8649 8.94043 118.06 5.75645C120.715 5.46688 122.927 7.67912 122.638 10.3344C119.454 39.5293 103.764 66.3553 79.6747 83.8363L45.2267 108.835ZM120.38 10.0881C120.512 8.87588 119.518 7.88179 118.306 8.014C89.7588 11.1273 63.5067 26.4746 46.396 50.0534L22.1267 83.4967C26.2197 93.9644 34.4299 102.175 44.8976 106.268L78.3409 81.9983C101.92 64.8876 117.267 38.6355 120.38 10.0881Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.3258 83.2225L22.1267 83.4968C26.2196 93.9646 34.4298 102.175 44.8975 106.268L78.3408 81.9985C89.7523 73.7174 99.2356 63.2951 106.337 51.5078C102.083 55.3739 97.4104 59.4388 92.2872 63.6892C60.5554 90.0148 34.8673 88.6242 22.3258 83.2225Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
14
+ <circle cx="86.9056" cy="41.922" r="7.66226" transform="rotate(45 86.9056 41.922)" style="fill:var(--sapContent_Illustrative_Color14)"/>
15
+ <path d="M63.5935 72.4435C64.4855 71.6382 64.5209 70.2499 63.6711 69.4001L59.4277 65.1567C58.5779 64.3069 57.1896 64.3423 56.3842 65.2343L26.7739 98.0298C25.7572 99.1558 25.8012 100.881 26.8739 101.954C27.9467 103.027 29.6719 103.071 30.798 102.054L63.5935 72.4435Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M91.3373 14.8281C99.9242 11.3473 108.993 9.02959 118.306 8.0139C119.518 7.88169 120.513 8.87578 120.38 10.088C119.362 19.4227 117.036 28.5119 113.542 37.1163C110.124 32.9645 106.273 28.508 102.871 25.1059C99.599 21.8335 95.3511 18.146 91.3373 14.8281Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
17
+ </svg>
18
+ `;
19
+ _exports.default = _default;
20
+ });
@@ -0,0 +1,28 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-NoApplications-alternate">
9
+ <rect x="-1.10547" y="52.615" width="103.588" height="69.1836" rx="6.15152" transform="rotate(-14.3264 -1.10547 52.615)" style="fill:var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M4.43058 55.1619C3.73002 52.4188 5.38584 49.6272 8.12896 48.9266L93.9729 27.0031C96.716 26.3026 99.5077 27.9584 100.208 30.7015L114.054 84.9181C114.755 87.6612 113.099 90.4528 110.356 91.1534L24.5121 113.077C21.769 113.777 18.9773 112.122 18.2768 109.378L4.43058 55.1619Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.63317 46.9888L93.4771 25.0654C97.2905 24.0915 101.171 26.3934 102.145 30.2067L115.991 84.4232C116.965 88.2366 114.663 92.1174 110.85 93.0912L25.0061 115.015C21.1928 115.989 17.312 113.687 16.3381 109.873L2.49188 55.6569C1.518 51.8435 3.81983 47.9627 7.63317 46.9888ZM8.12806 48.9266C5.38494 49.6272 3.72912 52.4188 4.42968 55.162L18.2759 109.378C18.9764 112.122 21.7681 113.777 24.5112 113.077L110.355 91.1534C113.098 90.4529 114.754 87.6612 114.054 84.9181L100.207 30.7016C99.5068 27.9585 96.7151 26.3026 93.972 27.0032L8.12806 48.9266Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M4.43058 55.1619C3.73002 52.4188 5.38584 49.6272 8.12896 48.9266L93.9729 27.0032C96.716 26.3026 99.5077 27.9584 100.208 30.7015L102.025 37.8139L6.24698 62.2743L4.43058 55.1619Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
13
+ <circle cx="12.927" cy="54.3156" r="2.30682" transform="rotate(-14.3264 12.927 54.3156)" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <circle cx="21.3703" cy="52.1591" r="2.30682" transform="rotate(-14.3264 21.3703 52.1591)" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <circle cx="29.8137" cy="50.0029" r="2.30682" transform="rotate(-14.3264 29.8137 50.0029)" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <rect x="17.1133" y="68.6265" width="30.7576" height="14.8662" rx="1.53788" transform="rotate(-14.3264 17.1133 68.6265)" style="fill:var(--sapContent_Illustrative_Color18)"/>
17
+ <rect x="51.8828" y="59.7473" width="30.7576" height="14.8662" rx="1.53788" transform="rotate(-14.3264 51.8828 59.7473)" style="fill:var(--sapContent_Illustrative_Color18)"/>
18
+ <rect x="22.0605" y="87.9973" width="30.7576" height="14.8662" rx="1.53788" transform="rotate(-14.3264 22.0605 87.9973)" style="fill:var(--sapContent_Illustrative_Color18)"/>
19
+ <path d="M107.066 5.08505C107.236 5.25947 107.355 5.47645 107.412 5.71314C107.469 5.94983 107.461 6.19748 107.389 6.43003L105.821 12.0059C105.563 12.9283 104.661 13.2103 103.938 13.0073C103.64 12.935 103.372 12.7676 103.177 12.5304C102.981 12.2931 102.868 11.9987 102.854 11.6915C102.851 11.5429 102.872 11.3948 102.914 11.2522L104.481 5.67628C104.545 5.43024 104.674 5.20601 104.855 5.02732C105.036 4.84863 105.261 4.72212 105.508 4.66119C105.782 4.59333 106.069 4.59664 106.342 4.67082C106.615 4.745 106.864 4.88758 107.066 5.08505Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
20
+ <path d="M127.517 29.0033C127.556 29.1731 127.559 29.3491 127.526 29.5202C127.494 29.6913 127.425 29.8536 127.326 29.9969C127.227 30.1401 127.099 30.261 126.95 30.352C126.802 30.443 126.636 30.502 126.463 30.5253L120.912 31.5336C120.712 31.5692 120.508 31.5647 120.31 31.5202C120.112 31.4758 119.925 31.3923 119.759 31.2748C119.594 31.1572 119.454 31.0079 119.347 30.8355C119.24 30.6632 119.168 30.4712 119.136 30.2709C119.121 30.1887 119.112 30.1053 119.11 30.0216C119.099 29.7126 119.204 29.4105 119.404 29.175C119.604 28.9394 119.886 28.7875 120.192 28.7491L125.741 27.7426C125.941 27.7067 126.146 27.7109 126.344 27.7551C126.542 27.7993 126.729 27.8825 126.894 27.9999C127.059 28.1173 127.2 28.2665 127.307 28.4388C127.414 28.6111 127.485 28.803 127.517 29.0033Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
21
+ <path d="M121.657 14.3006C121.65 14.4908 121.604 14.6775 121.522 14.8493C121.44 15.0212 121.324 15.1745 121.181 15.2999L114.817 20.9924C114.53 21.2461 114.156 21.379 113.774 21.3635C113.391 21.348 113.029 21.1852 112.764 20.9091C112.519 20.652 112.38 20.3122 112.373 19.957C112.37 19.7523 112.411 19.5493 112.493 19.3619C112.575 19.1744 112.697 19.0069 112.85 18.8707L119.214 13.1783C119.502 12.9229 119.878 12.7893 120.263 12.8054C120.647 12.8215 121.011 12.9861 121.277 13.2647C121.407 13.4029 121.507 13.5658 121.572 13.7438C121.638 13.9218 121.666 14.1112 121.657 14.3006Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
22
+ <path d="M103.105 117.756C112.991 117.756 121.005 109.742 121.005 99.8564C121.005 89.9704 112.991 81.9563 103.105 81.9563C93.2192 81.9563 85.2051 89.9704 85.2051 99.8564C85.2051 109.742 93.2192 117.756 103.105 117.756Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
23
+ <path d="M103.111 90.1091H103.104C101.768 90.1091 100.686 91.192 100.686 92.5279V107.185C100.686 108.521 101.768 109.604 103.104 109.604H103.111C104.447 109.604 105.53 108.521 105.53 107.185V92.5279C105.53 91.192 104.447 90.1091 103.111 90.1091Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
24
+ <path d="M93.7715 99.5801V100.127C93.7715 101.314 94.7334 102.276 95.92 102.276H110.307C111.494 102.276 112.456 101.314 112.456 100.127V99.5801C112.456 98.3935 111.494 97.4316 110.307 97.4316H95.92C94.7334 97.4316 93.7715 98.3935 93.7715 99.5801Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
25
+ </svg>
26
+ `;
27
+ _exports.default = _default;
28
+ });
@@ -0,0 +1,31 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-NoFlows-alternate">
9
+ <rect width="103.452" height="69.0929" rx="6.14345" transform="matrix(0.968886 -0.247508 0.247506 0.968886 -0.789062 52.0747)" style="fill:var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M4.74173 54.618C4.04192 51.8785 5.69539 49.0904 8.43486 48.3906L94.1647 26.4904C96.9041 25.7906 99.6922 27.444 100.392 30.1835L114.223 84.3281C114.923 87.0676 113.27 89.8557 110.53 90.5555L24.8005 112.456C22.0611 113.156 19.273 111.502 18.5732 108.763L4.74173 54.618Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.94099 46.4527L93.6708 24.5525C97.4805 23.5793 101.358 25.8787 102.331 29.6884L116.162 83.833C117.136 87.6427 114.836 91.52 111.026 92.4932L25.2967 114.393C21.487 115.367 17.6097 113.067 16.6365 109.257L2.8051 55.1129C1.8319 51.3032 4.13132 47.4259 7.94099 46.4527ZM8.43601 48.3905C5.69653 49.0903 4.04306 51.8784 4.74287 54.6179L18.5743 108.762C19.2741 111.502 22.0622 113.155 24.8017 112.456L110.531 90.5554C113.271 89.8556 114.924 87.0675 114.225 84.328L100.393 30.1834C99.6934 27.4439 96.9053 25.7905 94.1658 26.4903L8.43601 48.3905Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M4.74173 54.618C4.04192 51.8785 5.69539 49.0904 8.43486 48.3906L94.1647 26.4904C96.9041 25.7906 99.6922 27.444 100.392 30.1835L102.206 37.2864L6.55619 61.7209L4.74173 54.618Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
13
+ <ellipse cx="2.30379" cy="2.3038" rx="2.30379" ry="2.3038" transform="matrix(0.968886 -0.247508 0.247506 0.968886 10.4258 52.1106)" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <ellipse cx="2.30379" cy="2.3038" rx="2.30379" ry="2.3038" transform="matrix(0.968886 -0.247508 0.247506 0.968886 18.8574 49.9565)" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <ellipse cx="2.30379" cy="2.3038" rx="2.30379" ry="2.3038" transform="matrix(0.968886 -0.247508 0.247506 0.968886 27.291 47.8022)" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M85.0695 60.0311L36.1065 72.539L35.5996 70.5549L84.5627 58.047L85.0695 60.0311Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.2544 94.8546L29.9554 74.1109L31.9395 73.604L37.2385 94.3477L35.2544 94.8546Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
18
+ <rect width="25.2147" height="12.1871" rx="1.53586" transform="matrix(0.968886 -0.247508 0.247506 0.968886 17.3535 69.9319)" style="fill:var(--sapContent_Illustrative_Color18)"/>
19
+ <rect width="25.2147" height="12.1871" rx="1.53586" transform="matrix(0.968886 -0.247508 0.247506 0.968886 22.0801 88.418)" style="fill:var(--sapContent_Illustrative_Color18)"/>
20
+ <rect width="14.4377" height="14.4377" rx="1.53586" transform="matrix(0.860118 0.510093 -0.510092 0.860121 59.0918 55.0227)" style="fill:var(--sapContent_Illustrative_Color18)"/>
21
+ <ellipse cx="9.36465" cy="9.36468" rx="9.36465" ry="9.36468" transform="matrix(0.968886 -0.247508 0.247506 0.968886 77.625 51.1602)" style="fill:var(--sapContent_Illustrative_Color18)"/>
22
+ <path d="M107.066 5.08505C107.236 5.25947 107.355 5.47645 107.412 5.71314C107.469 5.94983 107.461 6.19748 107.389 6.43003L105.821 12.0059C105.563 12.9283 104.661 13.2103 103.938 13.0073C103.64 12.935 103.372 12.7676 103.177 12.5304C102.981 12.2931 102.868 11.9987 102.854 11.6915C102.851 11.5429 102.872 11.3948 102.914 11.2522L104.481 5.67628C104.545 5.43024 104.674 5.20601 104.855 5.02732C105.036 4.84863 105.261 4.72212 105.508 4.66119C105.782 4.59333 106.069 4.59664 106.342 4.67082C106.615 4.745 106.864 4.88758 107.066 5.08505Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
23
+ <path d="M127.517 29.0033C127.556 29.1731 127.559 29.3491 127.526 29.5202C127.494 29.6913 127.425 29.8536 127.326 29.9969C127.227 30.1401 127.099 30.261 126.95 30.352C126.802 30.443 126.636 30.502 126.463 30.5253L120.912 31.5336C120.712 31.5692 120.508 31.5647 120.31 31.5202C120.112 31.4758 119.925 31.3923 119.759 31.2748C119.594 31.1572 119.454 31.0079 119.347 30.8355C119.24 30.6632 119.168 30.4712 119.136 30.2709C119.121 30.1887 119.112 30.1053 119.11 30.0216C119.099 29.7126 119.204 29.4105 119.404 29.175C119.604 28.9394 119.886 28.7875 120.192 28.7491L125.741 27.7426C125.941 27.7067 126.146 27.7109 126.344 27.7551C126.542 27.7993 126.729 27.8825 126.894 27.9999C127.059 28.1173 127.2 28.2665 127.307 28.4388C127.414 28.6111 127.485 28.803 127.517 29.0033Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
24
+ <path d="M121.657 14.3006C121.65 14.4908 121.604 14.6775 121.522 14.8493C121.44 15.0212 121.324 15.1745 121.181 15.2999L114.817 20.9924C114.53 21.2461 114.156 21.379 113.774 21.3635C113.391 21.348 113.029 21.1852 112.764 20.9091C112.519 20.652 112.38 20.3122 112.373 19.957C112.37 19.7523 112.411 19.5493 112.493 19.3619C112.575 19.1744 112.697 19.0069 112.85 18.8707L119.214 13.1783C119.502 12.9229 119.878 12.7893 120.263 12.8054C120.647 12.8215 121.011 12.9861 121.277 13.2647C121.407 13.4029 121.507 13.5658 121.572 13.7438C121.638 13.9218 121.666 14.1112 121.657 14.3006Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
25
+ <path d="M103.105 117.756C112.991 117.756 121.005 109.742 121.005 99.8564C121.005 89.9704 112.991 81.9563 103.105 81.9563C93.2192 81.9563 85.2051 89.9704 85.2051 99.8564C85.2051 109.742 93.2192 117.756 103.105 117.756Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
26
+ <path d="M103.111 90.1091H103.104C101.768 90.1091 100.686 91.192 100.686 92.5279V107.185C100.686 108.521 101.768 109.604 103.104 109.604H103.111C104.447 109.604 105.53 108.521 105.53 107.185V92.5279C105.53 91.192 104.447 90.1091 103.111 90.1091Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
27
+ <path d="M93.7715 99.5801V100.127C93.7715 101.314 94.7334 102.276 95.92 102.276H110.307C111.494 102.276 112.456 101.314 112.456 100.127V99.5801C112.456 98.3935 111.494 97.4316 110.307 97.4316H95.92C94.7334 97.4316 93.7715 98.3935 93.7715 99.5801Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
28
+ </svg>
29
+ `;
30
+ _exports.default = _default;
31
+ });
@@ -0,0 +1,28 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-NoUsers-alternate">
9
+ <path d="M23.2432 79.9772C23.2432 65.3239 29.4606 52.1228 39.4013 42.8681L36.473 36.0899C35.3959 33.5968 37.2238 30.8159 39.9397 30.8159H107.929C110.645 30.8159 112.473 33.5968 111.396 36.0899L108.467 42.8681C118.408 52.1228 124.626 65.3239 124.626 79.9772C124.626 99.0728 114.067 115.702 98.4694 124.346C97.7697 124.613 97.0667 124.869 96.3607 125.113H51.508C50.8021 124.869 50.0991 124.613 49.3994 124.346C33.8018 115.702 23.2432 99.0728 23.2432 79.9772Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M99.3153 126.164L99.1835 126.214C98.4634 126.489 97.74 126.752 97.0135 127.003L96.6963 127.113H51.1725L50.8553 127.003C50.1288 126.752 49.4054 126.489 48.6853 126.214L48.5535 126.164L48.43 126.095C32.2222 117.113 21.2432 99.8289 21.2432 79.9772C21.2432 65.256 27.2826 51.9425 37.0137 42.3843L34.637 36.8831C32.9895 33.0696 35.7855 28.8159 39.9397 28.8159H107.929C112.083 28.8159 114.879 33.0696 113.232 36.8831L110.855 42.3843C120.586 51.9425 126.626 65.256 126.626 79.9772C126.626 99.8289 115.647 117.113 99.4388 126.095L99.3153 126.164ZM108.467 42.8681L111.396 36.0899C112.473 33.5968 110.645 30.8159 107.929 30.8159H39.9397C37.2238 30.8159 35.3959 33.5968 36.473 36.0899L39.4013 42.8681C29.4606 52.1228 23.2432 65.3239 23.2432 79.9772C23.2432 99.0728 33.8018 115.702 49.3994 124.346C50.0991 124.613 50.8021 124.869 51.508 125.113H96.3608C97.0667 124.869 97.7697 124.613 98.4694 124.346C114.067 115.702 124.626 99.0728 124.626 79.9772C124.626 65.3239 118.408 52.1228 108.467 42.8681Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M53.5573 42.4727C54.1874 43.38 53.9626 44.6262 53.0554 45.2562C43.3955 51.9643 39.633 60.7441 38.9721 63.999C38.7523 65.0815 37.6966 65.7808 36.6141 65.561C35.5316 65.3412 34.8323 64.2855 35.0521 63.203C35.9102 58.9771 40.2354 49.2888 50.7738 41.9707C51.6811 41.3407 52.9273 41.5654 53.5573 42.4727Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.6039 71.0145C42.7978 75.8458 58.3254 74.5465 78.0734 66.9044C92.1202 61.4686 105.304 61.8239 116.315 64.3564C118.205 69.3444 119.239 74.753 119.239 80.4032C119.239 97.4696 109.802 112.332 95.8622 120.057C95.2895 120.276 94.7143 120.486 94.1369 120.687C94.0315 120.724 93.9207 120.742 93.8092 120.742H54.0597C53.9481 120.742 53.8373 120.724 53.732 120.687C53.1546 120.486 52.5794 120.276 52.0066 120.057C38.0665 112.332 28.6299 97.4696 28.6299 80.4032C28.6299 77.1842 28.9656 74.0436 29.6039 71.0145Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M94.7687 120.463C94.558 120.539 94.3471 120.614 94.1359 120.687C94.0416 120.72 93.9429 120.738 93.8432 120.742H73.3818V97.1482H94.7687V120.463Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M98.7764 85.2014V97.146H69.374V85.2014H73.8515V88.1753H77.886V85.2014H82.0537V88.1753H86.096V85.2014H90.2651V88.1753H94.2988V85.2014H98.7764Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M84.0994 107.201C81.1997 107.201 78.8477 109.552 78.8477 112.452V120.742H89.3505V112.452C89.3505 109.552 86.9992 107.201 84.0994 107.201Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M73.3818 97.1455H94.7687V98.6076H75.2281L73.3818 97.1455Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M53.9316 120.734C53.8634 120.726 53.7962 120.71 53.731 120.687C53.1536 120.486 52.5784 120.276 52.0057 120.057C51.4209 119.733 50.8441 119.396 50.2756 119.048C50.6109 117.592 50.7287 113.062 47.1885 107.047C43.0375 99.994 41.8876 93.2328 41.8517 90.5213C41.8371 89.4169 42.7206 88.5097 43.8251 88.4951C44.9296 88.4804 45.8368 89.3639 45.8514 90.4684C45.8781 92.4895 46.8402 98.5689 50.6358 105.018C54.8256 112.137 54.8222 118.038 54.0164 120.517C53.992 120.592 53.9636 120.664 53.9316 120.734ZM62.571 120.742H58.7396C58.6483 120.439 58.6278 120.11 58.6937 119.778C59.4464 115.982 58.5254 112.794 57.1536 109.567C56.8093 108.758 56.4433 107.96 56.0678 107.142L56.0647 107.135C55.6922 106.323 55.3094 105.489 54.9554 104.651C54.2489 102.979 53.6132 101.193 53.3408 99.2906C53.1843 98.1972 53.9438 97.1839 55.0372 97.0274C56.1307 96.8708 57.1439 97.6303 57.3005 98.7238C57.5015 100.128 57.9863 101.547 58.6401 103.094C58.9663 103.867 59.3235 104.646 59.7002 105.467L59.7139 105.497L59.714 105.497L59.7141 105.497C59.9263 105.959 60.1444 106.435 60.3612 106.919C62.9253 104.533 63.444 101.953 63.4373 101.221C63.4271 100.116 64.3143 99.2127 65.4188 99.2026C66.5233 99.1924 67.427 100.08 67.4371 101.184C67.4556 103.19 66.3079 107.296 62.2212 110.597C62.1196 110.68 62.0125 110.75 61.9013 110.809C62.8305 113.656 63.3495 116.864 62.6172 120.556C62.6046 120.619 62.5892 120.682 62.571 120.742Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ <circle cx="51.1421" cy="82.0083" r="1.98686" style="fill:var(--sapContent_Illustrative_Color8)"/>
19
+ <circle cx="111.239" cy="81.6874" r="2.30755" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ <circle cx="93.9003" cy="73.2819" r="1.45108" style="fill:var(--sapContent_Illustrative_Color8)"/>
21
+ <circle cx="35.5282" cy="88.6193" r="1.45108" style="fill:var(--sapContent_Illustrative_Color8)"/>
22
+ <path d="M25.178 2.7301C24.9839 2.95734 24.8546 3.23271 24.8038 3.52724C24.7529 3.82176 24.7824 4.12454 24.8891 4.40372L27.2544 11.1102C27.645 12.2196 28.7719 12.4933 29.6413 12.1869C30.0017 12.0745 30.3159 11.8481 30.5366 11.5418C30.7573 11.2355 30.8727 10.8658 30.8653 10.4883C30.8563 10.3061 30.8198 10.1262 30.7569 9.95485L28.3917 3.24837C28.294 2.95201 28.1179 2.68758 27.8823 2.48306C27.6466 2.27855 27.36 2.14155 27.0528 2.08658C26.7114 2.02531 26.36 2.05225 26.0318 2.16487C25.7037 2.27749 25.4098 2.47205 25.178 2.7301Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
23
+ <path d="M2.02901 33.6648C1.99486 33.876 2.00511 34.0919 2.05911 34.2989C2.11311 34.5059 2.20966 34.6993 2.34261 34.8669C2.47557 35.0344 2.64199 35.1724 2.83127 35.2721C3.02054 35.3717 3.22851 35.4307 3.44188 35.4455L10.3233 36.2383C10.5709 36.2659 10.8214 36.244 11.0604 36.1738C11.2993 36.1035 11.5219 35.9864 11.7151 35.8292C11.9082 35.672 12.0682 35.4778 12.1855 35.2581C12.3028 35.0384 12.3752 34.7976 12.3985 34.5496C12.4109 34.4476 12.4149 34.3447 12.4105 34.2421C12.3998 33.8626 12.2473 33.5008 11.983 33.2282C11.7188 32.9556 11.362 32.7919 10.9831 32.7693L4.10453 31.9786C3.85711 31.9505 3.60657 31.9721 3.36758 32.042C3.12859 32.1119 2.90595 32.2288 2.71268 32.3858C2.51941 32.5428 2.3594 32.7368 2.24201 32.9564C2.12462 33.176 2.0522 33.4169 2.02901 33.6648Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
24
+ <path d="M8.03625 15.1841C8.06027 15.4165 8.13144 15.6416 8.24543 15.8456C8.35941 16.0496 8.5138 16.2282 8.69916 16.3705L16.9497 22.8373C17.3214 23.1253 17.79 23.2584 18.2575 23.2089C18.725 23.1593 19.1553 22.931 19.4583 22.5715C19.7381 22.237 19.8818 21.8096 19.8612 21.374C19.8489 21.1229 19.7826 20.8775 19.6668 20.6544C19.5511 20.4312 19.3886 20.2357 19.1905 20.0811L10.9399 13.6143C10.5664 13.3244 10.0951 13.1907 9.62505 13.2411C9.155 13.2915 8.72279 13.5222 8.41927 13.8846C8.27121 14.0643 8.16096 14.272 8.09514 14.4953C8.02932 14.7186 8.00929 14.9529 8.03625 15.1841Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
25
+ </svg>
26
+ `;
27
+ _exports.default = _default;
28
+ });
@@ -0,0 +1,21 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="129" height="129" viewBox="0 0 129 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Radar-alternate">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M99.1209 119.819C99.4619 120.758 98.7662 121.751 97.7668 121.751H58.7272C57.6999 121.751 57.0028 120.706 57.3969 119.758L78.7212 68.4248C78.9635 67.8417 79.6987 67.6558 80.1889 68.0538C80.3219 68.1618 80.423 68.3039 80.4815 68.4649L99.1209 119.819Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M79.5901 68.9398L58.3204 120.141C58.1998 120.431 58.413 120.751 58.7272 120.751H97.7668C98.0724 120.751 98.2852 120.447 98.1809 120.16L79.5901 68.9398ZM77.7977 68.041C78.2964 66.8405 79.8099 66.458 80.8192 67.2773C81.093 67.4995 81.3012 67.7921 81.4215 68.1236L100.061 119.478C100.639 121.069 99.4599 122.751 97.7668 122.751H58.7272C56.9868 122.751 55.8057 120.981 56.4734 119.374L77.7977 68.041Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M89.2031 77.519C89.2031 83.1877 84.6081 87.7827 78.9394 87.7827C73.2717 87.7827 68.6768 83.1877 68.6768 77.519C68.6768 71.8513 73.2717 67.2563 78.9394 67.2563C84.6081 67.2563 89.2031 71.8513 89.2031 77.519Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.6746 25.1604C17.3736 25.6234 17.505 26.2428 17.968 26.5438L62.7037 55.6245C63.1667 55.9255 63.7861 55.7941 64.0871 55.3311C64.3881 54.868 64.2568 54.2487 63.7937 53.9476L19.058 24.867C18.595 24.5659 17.9756 24.6973 17.6746 25.1604Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <circle cx="5.43636" cy="5.43636" r="5.43636" transform="matrix(-0.930304 -0.366789 -0.366789 0.930304 25.5646 22.6416)" style="fill:var(--sapContent_Illustrative_Color9)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.2706 63.4497C43.763 63.1996 43.9595 62.5977 43.7094 62.1053L27.9758 31.1204C27.7258 30.628 27.1239 30.4315 26.6315 30.6816C26.139 30.9316 25.9425 31.5335 26.1926 32.026L41.9262 63.0108C42.1762 63.5032 42.7781 63.6997 43.2706 63.4497Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M62.8917 33.1621C62.8596 33.7134 62.3866 34.1344 61.8353 34.1023L27.3369 32.0964C26.7856 32.0643 26.3646 31.5914 26.3967 31.04C26.4287 30.4887 26.9017 30.0677 27.453 30.0998L61.9514 32.1057C62.5027 32.1377 62.9237 32.6107 62.8917 33.1621Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M72.4887 8.7678C72.9417 8.08031 73.8812 7.91132 74.5284 8.42027C92.328 22.418 96.5563 48.2286 83.6603 67.7999C70.7643 87.3712 45.3791 93.6687 25.4944 82.8353C24.7714 82.4414 24.5561 81.5115 25.0091 80.824L72.4887 8.7678Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.1741 80.2738C23.4108 81.4322 23.7605 83.0294 25.016 83.7134C45.3657 94.8001 71.3187 88.3474 84.4954 68.3501C97.6721 48.3529 93.3624 21.9592 75.1466 7.63418C74.0227 6.75037 72.417 7.05915 71.6537 8.21755L24.1741 80.2738ZM25.9728 81.9572C25.7824 81.8534 25.7014 81.5908 25.8441 81.3742L73.3238 9.31798C73.4665 9.1014 73.7397 9.07222 73.9102 9.20629C91.2937 22.8768 95.4406 48.1044 82.8253 67.2497C70.21 86.3949 45.3926 92.5373 25.9728 81.9572Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ </svg>
19
+ `;
20
+ _exports.default = _default;
21
+ });