@openui5/sap.ui.webc.fiori 1.119.1 → 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,22 @@
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-Secrets-alternate">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M59.8687 63.4397V30.3927C59.8687 20.3895 51.7596 12.2804 41.7564 12.2804C31.7533 12.2804 23.6441 20.3895 23.6441 30.3927V63.4397C23.6441 73.4428 31.7533 81.552 41.7564 81.552C51.7596 81.552 59.8687 73.4428 59.8687 63.4397ZM41.7564 2.74756C26.4885 2.74756 14.1113 15.1247 14.1113 30.3927V63.4397C14.1113 78.7076 26.4885 91.0848 41.7564 91.0848C57.0244 91.0848 69.4015 78.7076 69.4015 63.4397V30.3927C69.4015 15.1247 57.0244 2.74756 41.7564 2.74756Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
10
+ <path d="M80.8408 85.6828C80.8408 107.269 63.3421 124.767 41.7563 124.767C20.1706 124.767 2.67187 107.269 2.67187 85.6828C2.67187 64.0971 20.1706 46.5984 41.7563 46.5984C63.3421 46.5984 80.8408 64.0971 80.8408 85.6828Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M82.8408 85.6828C82.8408 108.373 64.4466 126.767 41.7563 126.767C19.066 126.767 0.671875 108.373 0.671875 85.6828C0.671875 62.9925 19.066 44.5984 41.7563 44.5984C64.4466 44.5984 82.8408 62.9925 82.8408 85.6828ZM41.7563 124.767C63.3421 124.767 80.8408 107.269 80.8408 85.6828C80.8408 64.0971 63.3421 46.5984 41.7563 46.5984C20.1706 46.5984 2.67187 64.0971 2.67187 85.6828C2.67187 107.269 20.1706 124.767 41.7563 124.767Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <circle cx="41.7564" cy="85.6827" r="27.6451" style="fill:var(--sapContent_Illustrative_Color6)"/>
13
+ <path d="M29.6768 86.7163C29.6768 79.1693 35.7948 73.0513 43.3418 73.0513H113.256C120.803 73.0513 126.921 79.1693 126.921 86.7163C126.921 94.2633 120.803 100.381 113.256 100.381H43.3418C35.7948 100.381 29.6768 94.2633 29.6768 86.7163Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.3417 71.0464H113.256C121.91 71.0464 128.926 78.062 128.926 86.7162C128.926 95.3704 121.91 102.386 113.256 102.386H43.3417C34.6875 102.386 27.6719 95.3704 27.6719 86.7162C27.6719 78.062 34.6875 71.0464 43.3417 71.0464ZM43.3417 73.0512C35.7947 73.0512 29.6766 79.1692 29.6766 86.7162C29.6766 94.2632 35.7947 100.381 43.3417 100.381H113.256C120.803 100.381 126.921 94.2632 126.921 86.7162C126.921 79.1692 120.803 73.0512 113.256 73.0512H43.3417Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <path d="M57.3977 85.3799L56.8733 83.8378C56.7256 83.4044 56.2474 83.1831 55.8219 83.3477L55.8216 83.3478L55.8212 83.348L51.9613 84.8517C51.8565 84.8926 51.7446 84.8127 51.7493 84.7004L51.9294 80.3346C51.9482 79.8781 51.5831 79.4993 51.1278 79.4989L49.5621 79.4979L49.5619 79.4979C49.1083 79.4976 48.7433 79.8723 48.7588 80.327L48.7589 80.3275L48.904 84.7297C48.9077 84.8422 48.7941 84.9216 48.6901 84.8795L44.799 83.3114C44.799 83.3114 44.7988 83.3112 44.7986 83.3113C44.3696 83.1379 43.8846 83.3623 43.737 83.7993L43.7368 83.7994L43.2071 85.3741C43.0591 85.8152 43.3153 86.2895 43.7658 86.4071L47.8849 87.4832L47.8851 87.4832C47.9929 87.5117 48.0368 87.6403 47.9698 87.7282L47.9696 87.7283L45.1556 91.4352L45.1555 91.4353C44.8667 91.8154 44.9715 92.3612 45.3789 92.6077L45.379 92.6077L46.7708 93.4519L46.771 93.4519L46.7712 93.452C47.1498 93.6811 47.6436 93.5609 47.8734 93.1816L47.8734 93.1812L50.151 89.4269C50.2121 89.3259 50.3595 89.3273 50.4191 89.4291L52.6109 93.205L52.6111 93.205L52.6112 93.2053C52.8365 93.5927 53.3354 93.7208 53.7196 93.4892L53.7198 93.4892L55.1108 92.6498C55.1108 92.6498 55.1109 92.6496 55.1111 92.6496C55.5165 92.4053 55.6225 91.8651 55.3416 91.4854L55.3415 91.4851L52.5699 87.7339C52.5046 87.6452 52.5495 87.5179 52.6568 87.4902L52.6569 87.4901L56.8368 86.4158L56.8372 86.4158C57.2902 86.2997 57.5482 85.8228 57.3979 85.3798L57.3977 85.3799Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
16
+ <path d="M75.926 85.3799L75.4016 83.8378C75.2539 83.4044 74.7757 83.1831 74.3503 83.3477L74.3499 83.3478L74.3496 83.348L70.4896 84.8517C70.3848 84.8926 70.2729 84.8127 70.2776 84.7004L70.4577 80.3346C70.4765 79.8781 70.1114 79.4993 69.6561 79.4989L68.0904 79.4979L68.0902 79.4979C67.6366 79.4976 67.2717 79.8723 67.2871 80.327L67.2872 80.3275L67.4323 84.7297C67.436 84.8422 67.3224 84.9216 67.2185 84.8795L63.3273 83.3114C63.3273 83.3114 63.3271 83.3112 63.3269 83.3113C62.8979 83.1379 62.4129 83.3623 62.2653 83.7993L62.2652 83.7994L61.7354 85.3741C61.5874 85.8152 61.8436 86.2895 62.2941 86.4071L66.4132 87.4832L66.4134 87.4832C66.5212 87.5117 66.5651 87.6403 66.4981 87.7282L66.4979 87.7283L63.684 91.4352L63.6838 91.4353C63.395 91.8154 63.4998 92.3612 63.9072 92.6077L63.9074 92.6077L65.2991 93.4519L65.2993 93.4519L65.2995 93.452C65.6781 93.6811 66.1719 93.5609 66.4018 93.1816L66.4017 93.1812L68.6793 89.4269C68.7404 89.3259 68.8878 89.3273 68.9474 89.4291L71.1392 93.205L71.1394 93.205L71.1395 93.2053C71.3648 93.5927 71.8637 93.7208 72.2479 93.4892L72.2481 93.4892L73.6391 92.6498C73.6391 92.6498 73.6393 92.6496 73.6394 92.6496C74.0448 92.4053 74.1508 91.8651 73.8699 91.4854L73.8699 91.4851L71.0982 87.7339C71.0329 87.6452 71.0778 87.5179 71.1851 87.4902L71.1853 87.4901L75.3651 86.4158L75.3655 86.4158C75.8185 86.2997 76.0766 85.8228 75.9262 85.3798L75.926 85.3799Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
17
+ <path d="M94.467 85.3799L93.9426 83.8378C93.7949 83.4044 93.3167 83.1831 92.8913 83.3477L92.8909 83.3478L92.8906 83.348L89.0306 84.8517C88.9258 84.8926 88.8139 84.8127 88.8186 84.7004L88.9987 80.3346C89.0176 79.8781 88.6525 79.4993 88.1971 79.4989L86.6314 79.4979L86.6313 79.4979C86.1776 79.4976 85.8127 79.8723 85.8282 80.327L85.8283 80.3275L85.9733 84.7297C85.9771 84.8422 85.8634 84.9216 85.7595 84.8795L81.8684 83.3114C81.8684 83.3114 81.8681 83.3112 81.868 83.3113C81.439 83.1379 80.9539 83.3623 80.8064 83.7993L80.8062 83.7994L80.2765 85.3741C80.1285 85.8152 80.3847 86.2895 80.8351 86.4071L84.9542 87.4832L84.9544 87.4832C85.0622 87.5117 85.1061 87.6403 85.0391 87.7282L85.0389 87.7283L82.225 91.4352L82.2248 91.4353C81.936 91.8154 82.0408 92.3612 82.4482 92.6077L82.4484 92.6077L83.8401 93.4519L83.8403 93.4519L83.8405 93.452C84.2191 93.6811 84.7129 93.5609 84.9428 93.1816L84.9427 93.1812L87.2203 89.4269C87.2814 89.3259 87.4289 89.3273 87.4885 89.4291L89.6802 93.205L89.6804 93.205L89.6805 93.2053C89.9058 93.5927 90.4047 93.7208 90.7889 93.4892L90.7891 93.4892L92.1801 92.6498C92.1801 92.6498 92.1803 92.6496 92.1805 92.6496C92.5858 92.4053 92.6919 91.8651 92.4109 91.4854L92.4109 91.4851L89.6392 87.7339C89.5739 87.6452 89.6188 87.5179 89.7261 87.4902L89.7263 87.4901L93.9061 86.4158L93.9065 86.4158C94.3595 86.2997 94.6176 85.8228 94.4672 85.3798L94.467 85.3799Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
18
+ <path d="M113.009 85.3799L112.485 83.8378C112.337 83.4044 111.859 83.1831 111.433 83.3477L111.433 83.3478L111.433 83.348L107.573 84.8517C107.468 84.8926 107.356 84.8127 107.361 84.7004L107.541 80.3346C107.56 79.8781 107.194 79.4993 106.739 79.4989L105.173 79.4979L105.173 79.4979C104.72 79.4976 104.355 79.8723 104.37 80.327L104.37 80.3275L104.515 84.7297C104.519 84.8422 104.405 84.9216 104.301 84.8795L100.41 83.3114C100.41 83.3114 100.41 83.3112 100.41 83.3113C99.9809 83.1379 99.4959 83.3623 99.3484 83.7993L99.3482 83.7994L98.8184 85.3741C98.6704 85.8152 98.9266 86.2895 99.3771 86.4071L103.496 87.4832L103.496 87.4832C103.604 87.5117 103.648 87.6403 103.581 87.7282L103.581 87.7283L100.767 91.4352L100.767 91.4353C100.478 91.8154 100.583 92.3612 100.99 92.6077L100.99 92.6077L102.382 93.4519L102.382 93.4519L102.382 93.452C102.761 93.6811 103.255 93.5609 103.485 93.1816L103.485 93.1812L105.762 89.4269C105.823 89.3259 105.971 89.3273 106.03 89.4291L108.222 93.205L108.222 93.205L108.222 93.2053C108.448 93.5927 108.947 93.7208 109.331 93.4892L109.331 93.4892L110.722 92.6498C110.722 92.6498 110.722 92.6496 110.722 92.6496C111.128 92.4053 111.234 91.8651 110.953 91.4854L110.953 91.4851L108.181 87.7339C108.116 87.6452 108.161 87.5179 108.268 87.4902L108.268 87.4901L112.448 86.4158L112.448 86.4158C112.901 86.2997 113.16 85.8228 113.009 85.3798L113.009 85.3799Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
19
+ </svg>
20
+ `;
21
+ _exports.default = _default;
22
+ });
@@ -0,0 +1,25 @@
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 xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128" id="tnt-Spot-Services-alternate">
9
+ <path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M52.263 25.982a2 2 0 0 1 2.77.57l45.655 69.353a2 2 0 1 1-3.34 2.2L51.691 28.751a2 2 0 0 1 .57-2.77Z" clip-rule="evenodd"/>
10
+ <rect width="46.681" height="17.26" x="23.771" y="27.968" style="fill:var(--sapContent_Illustrative_Color2)" rx="1.131" transform="rotate(-33.358 23.771 27.968)"/>
11
+ <rect width="46.681" height="17.26" x="34.829" y="44.765" style="fill:var(--sapContent_Illustrative_Color2)" rx="1.131" transform="rotate(-33.358 34.83 44.765)"/>
12
+ <rect width="46.681" height="17.26" x="66.058" y="92.202" style="fill:var(--sapContent_Illustrative_Color2)" rx="1.131" transform="rotate(-33.358 66.058 92.202)"/>
13
+ <rect width="46.681" height="17.26" x="77.116" y="109" style="fill:var(--sapContent_Illustrative_Color2)" rx="1.131" transform="rotate(-33.358 77.116 109)"/>
14
+ <path style="fill:var(--sapContent_Illustrative_Color5)" d="m39.024 79.153 8.007-5.271 6.587 10.006-8.007 5.271z"/>
15
+ <path style="fill:var(--sapContent_Illustrative_Color8)" d="M42.053 68.86a2.827 2.827 0 0 1 .806-3.915L89.182 34.45a2.827 2.827 0 0 1 3.916.807l14.209 21.584a2.826 2.826 0 0 1-.807 3.916L60.178 91.252a2.827 2.827 0 0 1-3.916-.807l-14.21-21.584Z"/>
16
+ <path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M90.282 36.12 43.959 66.617a.827.827 0 0 0-.236 1.145l14.21 21.585a.827.827 0 0 0 1.145.236l46.323-30.496a.827.827 0 0 0 .236-1.145l-14.21-21.585a.827.827 0 0 0-1.145-.235ZM42.859 64.946a2.827 2.827 0 0 0-.806 3.916l14.21 21.584a2.827 2.827 0 0 0 3.915.807L106.5 60.757a2.826 2.826 0 0 0 .807-3.916l-14.21-21.584a2.827 2.827 0 0 0-3.915-.807L42.859 64.945ZM6.818 107.537a1 1 0 0 1 .285-1.385L36.71 86.661a1 1 0 1 1 1.1 1.67L8.203 107.823a1 1 0 0 1-1.385-.285Z" clip-rule="evenodd"/>
17
+ <path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M21.012 79.51a1 1 0 0 1 .567 1.295l-9.08 23.206a1 1 0 0 1-1.863-.729l9.08-23.206a1 1 0 0 1 1.296-.567Z" clip-rule="evenodd"/>
18
+ <path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M38.214 105.639a1 1 0 0 0-.966-1.033l-24.905-.832a1 1 0 1 0-.067 1.999l24.905.832a1 1 0 0 0 1.033-.966Z" clip-rule="evenodd"/>
19
+ <path style="fill:var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M39.627 112.999c.537.816 1.657 1.015 2.381.359 7.869-7.124 9.044-20.032 2.302-30.273-6.741-10.24-19.063-14.264-28.717-9.853-.889.406-1.149 1.513-.612 2.33l24.646 37.437Z" clip-rule="evenodd"/>
20
+ <path style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M41.048 111.52c6.682-6.434 7.767-17.956 1.592-27.335-6.175-9.38-17.187-12.938-25.738-9.343l24.146 36.678Zm.96 1.838c-.724.656-1.844.457-2.38-.359L14.98 75.561c-.537-.816-.277-1.923.612-2.329 9.654-4.41 21.976-.388 28.717 9.853 6.742 10.24 5.567 23.149-2.302 30.273Z" clip-rule="evenodd"/>
21
+ <circle cx="8.503" cy="106.658" r="3.413" style="fill:var(--sapContent_Illustrative_Color9)" transform="rotate(-33.358 8.503 106.658)"/>
22
+ </svg>
23
+ `;
24
+ _exports.default = _default;
25
+ });
@@ -0,0 +1,23 @@
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-SessionExpired-alternate">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M98.9413 78.9525C95.0217 76.0958 89.8421 73.2213 82.8708 70.0586C82.7945 70.024 82.7199 69.9849 82.6456 69.9459C82.2852 69.7563 81.1117 69.1517 79.6185 68.0093C78.5545 67.1944 78.1466 65.6072 78.683 64.379C79.4534 62.6158 80.2076 61.4962 80.4324 61.1563C80.4771 61.0886 80.5221 61.0209 80.5707 60.9559C85.1715 54.8003 88.3287 49.786 90.3764 45.4201C92.281 41.3463 93.2366 37.838 93.551 34.4943C94.0558 29.2797 92.9684 24.4333 91.4532 18.4789C91.2724 17.7685 90.5487 17.3404 89.8387 17.5225L38.4856 30.6986C37.7812 30.8793 37.353 31.5937 37.5285 32.2994C39.0039 38.2303 40.4164 42.9974 43.3804 47.367C45.3028 50.1368 47.8477 52.7469 51.479 55.4003C55.3983 58.2569 60.5782 61.131 67.5488 64.2935C67.626 64.3285 67.7015 64.368 67.7765 64.4075C68.129 64.5929 69.2505 65.1712 70.6862 66.256C71.8197 67.112 72.2557 68.8085 71.6784 70.1074C70.9317 71.7873 70.212 72.8575 69.9906 73.1928C69.9444 73.2628 69.8979 73.333 69.8477 73.4001C65.2476 79.5543 62.091 84.567 60.0438 88.9327C58.1392 93.0059 57.183 96.515 56.8693 99.8585C56.3645 105.073 57.4518 109.919 58.9671 115.874C59.1478 116.584 59.8716 117.012 60.5815 116.83L111.935 103.654C112.64 103.473 113.068 102.759 112.892 102.053C111.417 96.1224 110.004 91.3553 107.04 86.9859C105.117 84.216 102.572 81.6053 98.9413 78.9525Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M90.3764 45.42C88.3287 49.786 85.1715 54.8002 80.5707 60.9558C80.5221 61.0208 80.4771 61.0886 80.4324 61.1562C80.4254 61.1667 80.418 61.178 80.4101 61.1899C80.1611 61.5659 79.4296 62.6701 78.6831 64.3789C78.1466 65.6071 78.5545 67.1943 79.6185 68.0092C81.066 69.1166 82.213 69.7187 82.6103 69.9272C82.6228 69.9338 82.6346 69.94 82.6457 69.9458C82.7199 69.9849 82.7945 70.0239 82.8709 70.0586C89.8422 73.2213 95.0217 76.0957 98.9413 78.9524C102.572 81.6052 105.117 84.216 107.04 86.9858C110.004 91.3552 111.417 96.1223 112.892 102.053C113.068 102.759 112.64 103.473 111.935 103.654L60.5816 116.83C59.8716 117.012 59.1479 116.584 58.9671 115.874C57.4518 109.919 56.3645 105.073 56.8693 99.8585C57.1831 96.5149 58.1392 93.0058 60.0439 88.9327C62.0911 84.5669 65.2477 79.5542 69.8478 73.4001C69.898 73.3329 69.9445 73.2627 69.9907 73.1927C69.9977 73.1821 70.0051 73.1708 70.0131 73.1588C70.2575 72.7893 70.9553 71.7343 71.6785 70.1074C72.2557 68.8084 71.8198 67.112 70.6863 66.256C69.2951 65.2048 68.199 64.6293 67.8116 64.4258C67.7992 64.4193 67.7875 64.4132 67.7765 64.4074C67.7015 64.368 67.6261 64.3284 67.5489 64.2934C60.5782 61.1309 55.3984 58.2568 51.479 55.4002C47.8478 52.7468 45.3029 50.1367 43.3804 47.3669C40.4165 42.9973 39.004 38.2302 37.5286 32.2993C37.353 31.5937 37.7812 30.8793 38.4856 30.6986L89.8387 17.5225C90.5487 17.3403 91.2725 17.7685 91.4532 18.4788C92.9684 24.4333 94.0558 29.2796 93.551 34.4942C93.2366 37.838 92.281 41.3463 90.3764 45.42ZM69.8321 69.2866C69.1766 70.7612 68.5503 71.7078 68.3268 72.0456C68.3188 72.0576 68.3114 72.0689 68.3044 72.0794C68.2547 72.1548 68.239 72.1773 68.2293 72.1903C63.5878 78.3999 60.3429 83.5356 58.2144 88.0748L58.2135 88.0767C56.2269 92.3251 55.1967 96.0585 54.8578 99.667C54.3158 105.273 55.4979 110.434 57.0089 116.372C57.4658 118.168 59.2936 119.247 61.0838 118.787L112.438 105.611C114.213 105.156 115.298 103.353 114.853 101.565C113.375 95.6218 111.895 90.5433 108.712 85.8513L108.706 85.8425L108.7 85.8337C106.631 82.8529 103.918 80.0861 100.133 77.3209L98.9427 78.9505L100.131 77.3195C96.0576 74.3504 90.7417 71.4106 83.7057 68.2185C83.6907 68.2117 83.666 68.1994 83.5862 68.1574C83.5752 68.1517 83.5634 68.1455 83.5509 68.1389C83.1882 67.9486 82.1587 67.4084 80.8467 66.4046C80.523 66.1562 80.3696 65.5662 80.5347 65.1878C81.2117 63.6383 81.8686 62.6469 82.0956 62.3043C82.1036 62.2923 82.111 62.2811 82.1179 62.2707C82.1658 62.1982 82.1805 62.1771 82.1892 62.1655C86.8314 55.9545 90.0768 50.8172 92.2058 46.2781L92.2069 46.2758C94.1934 42.0267 95.2229 38.2943 95.5625 34.6859C96.1046 29.0797 94.9223 23.9182 93.4114 17.9805C92.9545 16.1849 91.1267 15.1059 89.3366 15.5653L37.9834 28.7413C36.2084 29.1968 35.123 30.9994 35.5677 32.7871C37.0463 38.7308 38.5255 43.8091 41.7082 48.5012L41.7143 48.5101L41.7204 48.519C43.7893 51.4998 46.5019 54.266 50.2869 57.0317L50.2889 57.0332C54.3625 60.0022 59.6787 62.9417 66.714 66.1335C66.7296 66.1406 66.7549 66.1531 66.8358 66.1957C66.8467 66.2014 66.8583 66.2075 66.8708 66.2141C67.225 66.4 68.2079 66.9159 69.4682 67.8681L69.4685 67.8684C69.8496 68.1562 70.0289 68.8432 69.8321 69.2866Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M55.2373 49.5812C54.6588 50.5221 53.427 50.816 52.4861 50.2375C48.7863 47.9631 44.2633 42.7131 42.6162 36.2938C42.3417 35.2238 42.9865 34.134 44.0564 33.8595C45.1263 33.5849 46.2162 34.2297 46.4907 35.2996C47.8687 40.67 51.7253 45.0745 54.5809 46.8299C55.5219 47.4084 55.8157 48.6402 55.2373 49.5812Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.885 24.9079C30.9549 24.6334 32.0448 25.2782 32.3193 26.3481L56.424 120.295C56.6985 121.365 56.0537 122.455 54.9838 122.729C53.9139 123.004 52.824 122.359 52.5495 121.289L28.4448 27.3422C28.1703 26.2723 28.8151 25.1825 29.885 24.9079Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M95.0022 8.19994C96.0721 7.92542 97.162 8.57022 97.4365 9.64013L121.541 103.587C121.816 104.657 121.171 105.747 120.101 106.021C119.031 106.296 117.941 105.651 117.667 104.581L93.562 10.6342C93.2875 9.56433 93.9323 8.47445 95.0022 8.19994Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M105.598 102.472C106.857 102.15 106.959 100.318 105.771 99.7928C100.757 97.5758 95.8305 94.6081 91.5245 91.6685C84.5932 86.9366 74.266 89.691 70.7876 97.3286C68.7557 101.79 66.3282 106.538 63.6146 110.754C62.9476 111.79 63.9005 113.171 65.0942 112.865L105.598 102.472ZM112.494 102.245C112.475 102.24 112.456 102.251 112.451 102.269C112.312 102.773 111.914 103.191 111.372 103.33L60.9204 116.275C60.5176 116.378 60.1109 116.309 59.7788 116.113C59.7611 116.102 59.7384 116.106 59.7253 116.122C59.7096 116.141 59.714 116.169 59.7352 116.182C60.0244 116.353 60.3789 116.414 60.7299 116.323L111.56 103.282C112.058 103.154 112.417 102.756 112.518 102.284C112.521 102.267 112.511 102.25 112.494 102.245Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
15
+ <rect x="22.313" y="25.8325" width="81.9252" height="9.35552" rx="3.28407" transform="rotate(-14.3904 22.313 25.8325)" style="fill:var(--sapContent_Illustrative_Color5)"/>
16
+ <rect x="46.3198" y="119.4" width="81.9252" height="9.35552" rx="3.28407" transform="rotate(-14.3904 46.3198 119.4)" style="fill:var(--sapContent_Illustrative_Color5)"/>
17
+ <path d="M20.5237 1.79346C20.3617 1.98302 20.2539 2.21273 20.2115 2.45842C20.1691 2.70411 20.1937 2.95668 20.2827 3.18957L22.2558 8.78402C22.5817 9.70943 23.5217 9.93776 24.2469 9.68216C24.5476 9.58838 24.8097 9.39955 24.9938 9.14404C25.1779 8.88853 25.2741 8.58015 25.2679 8.26527C25.2604 8.11322 25.23 7.96317 25.1776 7.82024L23.2045 2.2258C23.123 1.97858 22.9762 1.75799 22.7796 1.58739C22.583 1.41678 22.3439 1.3025 22.0877 1.25664C21.8028 1.20553 21.5097 1.22801 21.236 1.32196C20.9623 1.4159 20.7171 1.5782 20.5237 1.79346Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
18
+ <path d="M1.21557 27.5954C1.18708 27.7715 1.19563 27.9517 1.24068 28.1243C1.28572 28.297 1.36627 28.4583 1.47717 28.5981C1.58808 28.7379 1.72691 28.853 1.8848 28.9361C2.04269 29.0192 2.21617 29.0685 2.39417 29.0808L8.13458 29.7421C8.34106 29.7652 8.55006 29.7469 8.74939 29.6883C8.94872 29.6297 9.13438 29.532 9.29553 29.4008C9.45668 29.2697 9.59009 29.1078 9.68797 28.9245C9.78584 28.7412 9.84623 28.5403 9.8656 28.3334C9.87596 28.2483 9.87933 28.1625 9.87568 28.0769C9.86672 27.7603 9.73948 27.4586 9.51907 27.2312C9.29865 27.0038 9.00105 26.8672 8.68492 26.8484L2.94694 26.1888C2.74054 26.1653 2.53155 26.1833 2.33219 26.2416C2.13282 26.2999 1.9471 26.3975 1.78588 26.5284C1.62465 26.6594 1.49117 26.8212 1.39325 27.0044C1.29532 27.1876 1.23492 27.3885 1.21557 27.5954Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
19
+ <path d="M6.22448 12.1824C6.24451 12.3763 6.30389 12.5641 6.39897 12.7343C6.49406 12.9044 6.62285 13.0534 6.77747 13.1721L13.66 18.5666C13.97 18.8068 14.3609 18.9179 14.7509 18.8765C15.1409 18.8352 15.4998 18.6447 15.7526 18.3449C15.9859 18.0658 16.1059 17.7093 16.0887 17.3459C16.0784 17.1365 16.0231 16.9317 15.9265 16.7456C15.83 16.5595 15.6945 16.3964 15.5292 16.2674L8.64668 10.8729C8.3351 10.6311 7.94195 10.5195 7.54984 10.5616C7.15772 10.6036 6.79718 10.7961 6.54399 11.0984C6.42048 11.2483 6.32851 11.4215 6.27361 11.6078C6.2187 11.7941 6.202 11.9895 6.22448 12.1824Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
20
+ </svg>
21
+ `;
22
+ _exports.default = _default;
23
+ });
@@ -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="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-SessionExpiring-alternate">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M87.6371 76.3745C83.7419 73.5355 78.5945 70.6789 71.6665 67.5359C71.5905 67.5014 71.5164 67.4626 71.4426 67.4238C71.0844 67.2354 69.9182 66.6345 68.4343 65.4992C67.3769 64.6894 66.9715 63.1121 67.5046 61.8915C68.2702 60.1392 69.0198 59.0266 69.2431 58.6888C69.2876 58.6215 69.3323 58.5542 69.3806 58.4896C73.9528 52.3723 77.0904 47.3891 79.1255 43.0503C81.0182 39.0018 81.9679 35.5152 82.2803 32.1923C82.782 27.01 81.7013 22.1937 80.1955 16.2763C80.0159 15.5703 79.2967 15.1448 78.5911 15.3258L27.5567 28.4202C26.8567 28.5998 26.4311 29.3097 26.6056 30.011C28.0718 35.9051 29.4755 40.6426 32.4211 44.985C34.3316 47.7377 36.8607 50.3316 40.4695 52.9685C44.3645 55.8074 49.5121 58.6636 56.4395 61.8065C56.5163 61.8413 56.5913 61.8806 56.6658 61.9198C57.0161 62.1041 58.1306 62.6788 59.5575 63.7569C60.6839 64.6076 61.1172 66.2935 60.5435 67.5844C59.8014 69.2538 59.0862 70.3173 58.8662 70.6506C58.8203 70.7201 58.7741 70.7899 58.7242 70.8566C54.1526 76.9726 51.0156 81.9541 48.9811 86.2928C47.0883 90.3407 46.1381 93.828 45.8263 97.1508C45.3246 102.333 46.4051 107.149 47.911 113.067C48.0907 113.773 48.8099 114.198 49.5155 114.017L100.551 100.923C101.251 100.743 101.676 100.033 101.502 99.3319C100.035 93.4378 98.6316 88.7004 95.6855 84.358C93.775 81.6054 91.2457 79.0109 87.6371 76.3745Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M79.1253 43.0502C77.0903 47.389 73.9527 52.3722 69.3804 58.4895C69.3322 58.5541 69.2875 58.6215 69.243 58.6887C69.2361 58.6992 69.2287 58.7103 69.2208 58.7222C68.9733 59.0959 68.2464 60.1933 67.5045 61.8914C66.9714 63.112 67.3768 64.6893 68.4342 65.4991C69.8727 66.5997 71.0126 67.1981 71.4074 67.4053C71.4199 67.4118 71.4316 67.418 71.4425 67.4237C71.5163 67.4625 71.5904 67.5013 71.6663 67.5358C78.5944 70.6789 83.7418 73.5355 87.637 76.3745C91.2456 79.0108 93.7749 81.6053 95.6854 84.358C98.6315 88.7003 100.035 93.4378 101.502 99.3318C101.676 100.033 101.25 100.743 100.55 100.923L49.5154 114.017C48.8098 114.198 48.0906 113.773 47.911 113.067C46.4051 107.149 45.3245 102.333 45.8262 97.1507C46.138 93.8279 47.0882 90.3406 48.981 86.2927C51.0155 81.9541 54.1525 76.9725 58.7241 70.8565C58.774 70.7898 58.8202 70.72 58.8661 70.6505C58.873 70.64 58.8805 70.6288 58.8884 70.6168C59.1312 70.2497 59.8247 69.2012 60.5434 67.5843C61.1171 66.2934 60.6838 64.6075 59.5574 63.7568C58.1748 62.7122 57.0855 62.1402 56.7005 61.938C56.6882 61.9316 56.6766 61.9255 56.6657 61.9197C56.5912 61.8805 56.5162 61.8412 56.4395 61.8064C49.512 58.6636 44.3644 55.8073 40.4694 52.9685C36.8607 50.3315 34.3315 47.7376 32.421 44.985C29.4754 40.6425 28.0717 35.905 26.6055 30.0109C26.431 29.3096 26.8566 28.5997 27.5566 28.4201L78.591 15.3258C79.2965 15.1448 80.0158 15.5703 80.1954 16.2762C81.7012 22.1937 82.7818 27.01 82.2802 32.1922C81.9678 35.5152 81.018 39.0017 79.1253 43.0502ZM84.2792 32.3829C83.9417 35.9689 82.9185 39.678 80.9444 43.9006L80.9434 43.9029C78.8276 48.4139 75.6023 53.5193 70.9889 59.6917C70.9803 59.7033 70.9657 59.7242 70.918 59.7962C70.9112 59.8066 70.9038 59.8177 70.8959 59.8296C70.6703 60.1701 70.0175 61.1553 69.3447 62.6951M84.2792 32.3829C84.818 26.8115 83.643 21.6819 82.1415 15.781C81.6874 13.9965 79.871 12.9243 78.0919 13.3807L27.0575 26.475C25.2935 26.9276 24.2148 28.7191 24.6568 30.4957C26.1262 36.4024 27.5962 41.4493 30.7592 46.1122L30.7652 46.1211L30.7713 46.1299C32.8274 49.0923 35.5231 51.8412 39.2846 54.5898L39.2866 54.5912C43.335 57.5418 48.6181 60.4631 55.6098 63.6351C55.6252 63.6421 55.6504 63.6546 55.7308 63.6969C55.7416 63.7026 55.7532 63.7087 55.7656 63.7152C56.1177 63.9 57.0945 64.4127 58.3468 65.359L58.3472 65.3592C58.726 65.6453 58.9042 66.3282 58.7084 66.7688C58.057 68.2341 57.4347 69.1748 57.2125 69.5105C57.2046 69.5225 57.1972 69.5337 57.1903 69.5441C57.1409 69.619 57.1253 69.6414 57.1157 69.6543C52.503 75.8253 49.2782 80.9292 47.1629 85.4402L47.162 85.4421C45.1878 89.664 44.1641 93.374 43.8272 96.96C43.2884 102.532 44.4632 107.661 45.9649 113.562C46.419 115.346 48.2354 116.419 50.0145 115.962L101.049 102.868C102.813 102.415 103.892 100.624 103.45 98.8471C101.981 92.9403 100.511 87.8934 97.3471 83.2305L97.3411 83.2217L97.335 83.213C95.2791 80.2507 92.5832 77.5011 88.8216 74.753L87.637 76.3745L88.8198 74.7517C84.7713 71.801 79.4884 68.8794 72.496 65.7071C72.4811 65.7004 72.4566 65.6882 72.3772 65.6464C72.3663 65.6407 72.3546 65.6346 72.3421 65.628C71.9816 65.4389 70.9584 64.902 69.6544 63.9043C69.3329 63.6573 69.1806 63.0712 69.3447 62.6953" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.0805 47.0765C43.5021 48.0175 42.2703 48.3114 41.3293 47.7329C37.6296 45.4585 33.1066 40.2084 31.4595 33.7891C31.185 32.7192 31.8298 31.6293 32.8997 31.3548C33.9696 31.0803 35.0595 31.7251 35.334 32.795C36.7119 38.1654 40.5686 42.5698 43.4242 44.3253C44.3651 44.9038 44.659 46.1355 44.0805 47.0765Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.7283 22.4033C19.7982 22.1288 20.8881 22.7736 21.1626 23.8435L45.2672 117.79C45.5417 118.86 44.8969 119.95 43.827 120.224C42.7571 120.499 41.6672 119.854 41.3927 118.784L17.2881 24.8376C17.0136 23.7677 17.6584 22.6778 18.7283 22.4033Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M83.8455 5.6953C84.9154 5.42078 86.0053 6.06558 86.2798 7.13549L110.384 101.082C110.659 102.152 110.014 103.242 108.944 103.516C107.874 103.791 106.784 103.146 106.51 102.076L82.4053 8.1296C82.1308 7.05969 82.7756 5.96981 83.8455 5.6953Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M94.4417 99.9678C95.7005 99.6449 95.8023 97.8137 94.6138 97.2882C89.6002 95.0711 84.6738 92.1034 80.3677 89.1638C73.4364 84.432 63.1093 87.1864 59.6308 94.824C57.5989 99.2854 55.1715 104.034 52.4579 108.249C51.7909 109.285 52.7438 110.667 53.9375 110.36L94.4417 99.9678ZM101.337 99.7404C101.319 99.7352 101.3 99.7463 101.295 99.7647C101.156 100.269 100.757 100.686 100.215 100.825L49.7636 113.77C49.3609 113.873 48.9541 113.804 48.6221 113.608C48.6044 113.598 48.5817 113.601 48.5686 113.617C48.5529 113.636 48.5573 113.665 48.5785 113.677C48.8677 113.848 49.2221 113.909 49.5732 113.819L100.403 100.777C100.902 100.649 101.26 100.251 101.361 99.7793C101.365 99.762 101.354 99.7451 101.337 99.7404Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M63.0373 65.7036C63.0739 66.0211 63.1348 66.3369 63.2572 66.6322L64.76 70.2573C65.048 70.952 66.0881 70.6961 66.0209 69.9472L65.6809 66.1535C65.6495 65.8039 65.5408 65.4673 65.4071 65.1428C64.8678 63.8342 64.8368 62.3181 65.4144 60.9955L65.4145 60.9953C66.2318 59.1247 67.0393 57.9053 67.3123 57.4931L67.3229 57.4771C67.3733 57.401 67.4568 57.2748 67.555 57.1435C70.0993 53.7386 72.1713 50.7181 73.8413 47.9905C75.0137 46.0757 73.2559 43.8599 71.0811 44.418L48.1773 50.2948C46.0027 50.8528 45.5283 53.6416 47.4773 54.756C50.2585 56.3462 53.527 57.9944 57.3886 59.7469C57.5425 59.8167 57.6813 59.8896 57.7651 59.9336L57.7652 59.9337L57.7658 59.934L57.781 59.942C58.2045 60.1644 59.416 60.8007 60.9404 61.9524C62.1349 62.8544 62.869 64.2464 63.0373 65.7036ZM67.4235 62.0709C67.4233 62.0712 67.4237 62.0716 67.4241 62.0714C67.4241 62.0713 67.4242 62.0712 67.4242 62.0711C67.4446 62.0142 67.4669 61.9579 67.4912 61.9024C68.2301 60.2111 68.9541 59.1181 69.2006 58.746L69.2227 58.7126C69.2669 58.6456 69.3115 58.5785 69.3596 58.5142C73.9134 52.4214 77.0385 47.4583 79.0653 43.1369C79.202 42.8445 79.3337 42.5551 79.4606 42.2685C79.4608 42.2682 79.4605 42.2679 79.4601 42.268C79.46 42.268 79.4599 42.2681 79.4599 42.2682C79.333 42.5549 79.2012 42.8443 79.0645 43.1367C77.0393 47.4547 73.9176 52.4133 69.3696 58.4995C69.3144 58.5734 69.2627 58.6507 69.2118 58.7276L69.1997 58.7458C68.9532 59.118 68.2293 60.2109 67.4904 61.9022C67.4661 61.9577 67.4438 62.014 67.4235 62.0709Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
16
+ <rect x="11.1562" y="23.3279" width="81.9252" height="9.35552" rx="3.28407" transform="rotate(-14.3904 11.1562 23.3279)" style="fill:var(--sapContent_Illustrative_Color5)"/>
17
+ <rect x="35.1631" y="116.896" width="81.9252" height="9.35552" rx="3.28407" transform="rotate(-14.3904 35.1631 116.896)" style="fill:var(--sapContent_Illustrative_Color5)"/>
18
+ </svg>
19
+ `;
20
+ _exports.default = _default;
21
+ });
@@ -0,0 +1,22 @@
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-Success-alternate">
9
+ <path d="M105.377 85.7742C105.377 108.347 87.0777 126.647 64.5044 126.647C41.9311 126.647 23.6318 108.347 23.6318 85.7742C23.6318 63.2009 41.9311 44.9016 64.5044 44.9016C87.0777 44.9016 105.377 63.2009 105.377 85.7742Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M107.377 85.7742C107.377 109.452 88.1823 128.647 64.5044 128.647C40.8265 128.647 21.6318 109.452 21.6318 85.7742C21.6318 62.0963 40.8265 42.9016 64.5044 42.9016C88.1823 42.9016 107.377 62.0963 107.377 85.7742ZM64.5044 126.647C87.0777 126.647 105.377 108.347 105.377 85.7742C105.377 63.2009 87.0777 44.9016 64.5044 44.9016C41.9311 44.9016 23.6318 63.2009 23.6318 85.7742C23.6318 108.347 41.9311 126.647 64.5044 126.647Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M103.632 97.6265C104.767 93.8752 105.377 89.8959 105.377 85.7742C105.377 85.5592 105.375 85.3446 105.372 85.1304H41.4248C37.9741 85.1304 35.1768 87.9277 35.1768 91.3785C35.1768 94.8292 37.9741 97.6265 41.4248 97.6265H103.632ZM100.423 105.294H28.5853C29.458 106.896 30.4349 108.434 31.5068 109.898H97.502C98.5739 108.434 99.5508 106.896 100.423 105.294ZM93.0211 115.055H35.9877C43.3518 122.228 53.4121 126.647 64.5044 126.647C75.5967 126.647 85.657 122.228 93.0211 115.055ZM102.709 71.2173C103.592 73.5351 104.271 75.954 104.723 78.4519H24.2859C24.7377 75.954 25.4165 73.5351 26.3001 71.2173H102.709ZM86.3748 51.239C91.6346 54.5769 96.0797 59.0832 99.3451 64.3929L29.6637 64.3929C32.9291 59.0832 37.3742 54.5769 42.634 51.239L86.3748 51.239Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
12
+ <circle cx="54.1402" cy="77.5999" r="3.61065" style="fill:var(--sapContent_Illustrative_Color8)"/>
13
+ <circle cx="80.3165" cy="110.369" r="3.61065" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <ellipse cx="76.7055" cy="64.7218" rx="9.45305" ry="5.16536" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M55.9441 120.799C78.5174 120.799 96.8167 102.5 96.8167 79.9265C96.8167 67.7617 91.5023 56.8381 83.0685 49.3508C96.3103 56.1134 105.377 69.8849 105.377 85.774C105.377 108.347 87.0776 126.647 64.5043 126.647C54.0958 126.647 44.596 122.756 37.3799 116.35C42.9504 119.195 49.2599 120.799 55.9441 120.799Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
16
+ <ellipse cx="64.5045" cy="56.9453" rx="5.00567" ry="3.21853" style="fill:var(--sapContent_Illustrative_Color5)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M64.9082 2.27783C66.0128 2.27783 66.9082 3.17326 66.9082 4.27783L66.9082 54.9455C66.9082 56.0501 66.0128 56.9455 64.9082 56.9455C63.8036 56.9455 62.9082 56.0501 62.9082 54.9455L62.9082 4.27783C62.9082 3.17326 63.8036 2.27783 64.9082 2.27783Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M66.7254 4.68161L99.852 21.6721C99.9887 21.7432 99.9822 21.9401 99.841 22.0014L66.7134 36.2525C66.5941 36.3039 66.4607 36.2164 66.4607 36.0862V4.84351C66.4607 4.70677 66.6051 4.61925 66.7254 4.68161Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
19
+ </svg>
20
+ `;
21
+ _exports.default = _default;
22
+ });
@@ -0,0 +1,36 @@
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-SuccessfulAuth-alternate">
9
+ <rect x="-1.41797" y="45.2314" width="110.653" height="73.9022" rx="6.57108" transform="rotate(-16.24 -1.41797 45.2314)" style="fill:var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M4.58609 47.753C3.74032 44.8494 5.40851 41.81 8.31209 40.9642L99.1778 14.4965C102.081 13.6507 105.121 15.3189 105.967 18.2225L122.683 75.6106C123.529 78.5142 121.86 81.5536 118.957 82.3994L28.0911 108.867C25.1875 109.713 22.1481 108.045 21.3023 105.141L4.58609 47.753Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.75377 39.044L98.6194 12.5763C102.584 11.4217 106.733 13.6991 107.888 17.6632L124.604 75.0513C125.759 79.0154 123.481 83.165 119.517 84.3196L28.6515 110.787C24.6874 111.942 20.5378 109.665 19.3831 105.7L2.66689 48.3124C1.51222 44.3483 3.78969 40.1987 7.75377 39.044ZM8.3131 40.9642C5.40951 41.81 3.74132 44.8495 4.58709 47.753L21.3033 105.141C22.1491 108.045 25.1886 109.713 28.0921 108.867L118.958 82.3994C121.861 81.5537 123.53 78.5142 122.684 75.6106L105.968 18.2225C105.122 15.3189 102.082 13.6508 99.1788 14.4965L8.3131 40.9642Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M67.3087 52.3984C68.6484 56.9978 66.0059 61.8124 61.4063 63.1522C56.8068 64.492 51.9921 61.8495 50.6524 57.2501C49.3126 52.6507 51.9552 47.836 56.5547 46.4963C61.1542 45.1565 65.969 47.799 67.3087 52.3984Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.3327 62.1481C54.1182 59.8241 55.5808 57.6635 57.8333 57.0074L61.1453 56.0427C63.3901 55.3888 65.7756 56.4167 66.848 58.4783C65.8297 60.6681 63.9074 62.4238 61.4066 63.1523C58.9165 63.8776 56.3634 63.4358 54.3327 62.1481ZM60.9385 51.0119C61.3914 52.567 60.498 54.1949 58.9428 54.6479C57.3877 55.1009 55.7598 54.2074 55.3068 52.6523C54.8539 51.0972 55.7473 49.4694 57.3025 49.0164C58.8576 48.5634 60.4855 49.4568 60.9385 51.0119Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M61.0036 61.7697C64.8396 60.6523 67.0435 56.6369 65.9261 52.8011C64.8088 48.9652 60.7934 46.7614 56.9574 47.8788C53.1215 48.9961 50.9176 53.0115 52.0349 56.8474C53.1523 60.6832 57.1677 62.887 61.0036 61.7697ZM61.4063 63.1522C66.0059 61.8124 68.6484 56.9978 67.3087 52.3984C65.969 47.799 61.1542 45.1565 56.5547 46.4963C51.9552 47.836 49.3126 52.6507 50.6524 57.2501C51.9921 61.8495 56.8068 64.492 61.4063 63.1522Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
15
+ <rect x="30.4023" y="77.3706" width="67.5268" height="8.17545" rx="1.64277" transform="rotate(-16.24 30.4023 77.3706)" style="fill:var(--sapContent_Illustrative_Color18)"/>
16
+ <rect x="33.6797" y="88.6177" width="67.5268" height="8.17545" rx="1.64277" transform="rotate(-16.24 33.6797 88.6177)" style="fill:var(--sapContent_Illustrative_Color18)"/>
17
+ <circle cx="36.5544" cy="79.8361" r="1.3278" transform="rotate(-16.24 36.5544 79.8361)" style="fill:var(--sapContent_Illustrative_Color14)"/>
18
+ <circle cx="42.2575" cy="78.1745" r="1.3278" transform="rotate(-16.24 42.2575 78.1745)" style="fill:var(--sapContent_Illustrative_Color14)"/>
19
+ <circle cx="47.9626" cy="76.5131" r="1.3278" transform="rotate(-16.24 47.9626 76.5131)" style="fill:var(--sapContent_Illustrative_Color14)"/>
20
+ <circle cx="53.6657" cy="74.8515" r="1.3278" transform="rotate(-16.24 53.6657 74.8515)" style="fill:var(--sapContent_Illustrative_Color14)"/>
21
+ <circle cx="39.8297" cy="91.0834" r="1.3278" transform="rotate(-16.24 39.8297 91.0834)" style="fill:var(--sapContent_Illustrative_Color14)"/>
22
+ <circle cx="45.5348" cy="89.4218" r="1.3278" transform="rotate(-16.24 45.5348 89.4218)" style="fill:var(--sapContent_Illustrative_Color14)"/>
23
+ <circle cx="51.2379" cy="87.7604" r="1.3278" transform="rotate(-16.24 51.2379 87.7604)" style="fill:var(--sapContent_Illustrative_Color14)"/>
24
+ <circle cx="56.9411" cy="86.0988" r="1.3278" transform="rotate(-16.24 56.9411 86.0988)" style="fill:var(--sapContent_Illustrative_Color14)"/>
25
+ <circle cx="62.6462" cy="84.4374" r="1.3278" transform="rotate(-16.24 62.6462 84.4374)" style="fill:var(--sapContent_Illustrative_Color14)"/>
26
+ <circle cx="68.3493" cy="82.7758" r="1.3278" transform="rotate(-16.24 68.3493 82.7758)" style="fill:var(--sapContent_Illustrative_Color14)"/>
27
+ <path d="M4.58609 47.753C3.74032 44.8494 5.40851 41.81 8.31209 40.9642L99.1778 14.4965C102.081 13.6507 105.121 15.3189 105.967 18.2225L108.159 25.7509L6.77899 55.2814L4.58609 47.753Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
28
+ <circle cx="13.6292" cy="46.5463" r="2.46415" transform="rotate(-16.24 13.6292 46.5463)" style="fill:var(--sapContent_Illustrative_Color8)"/>
29
+ <circle cx="22.5667" cy="43.9431" r="2.46415" transform="rotate(-16.24 22.5667 43.9431)" style="fill:var(--sapContent_Illustrative_Color8)"/>
30
+ <circle cx="31.5042" cy="41.3395" r="2.46415" transform="rotate(-16.24 31.5042 41.3395)" style="fill:var(--sapContent_Illustrative_Color8)"/>
31
+ <rect x="94.2598" y="77.082" width="24.1113" height="23.3432" style="fill:var(--sapContent_Illustrative_Color8)"/>
32
+ <path d="M106.269 67.4841C102.062 67.4841 97.9497 68.7316 94.4516 71.0687C90.9536 73.4058 88.2272 76.7276 86.6172 80.6141C85.0073 84.5006 84.586 88.7772 85.4068 92.903C86.2275 97.0289 88.2534 100.819 91.2283 103.793C94.2031 106.768 97.9933 108.794 102.119 109.614C106.246 110.435 110.523 110.014 114.409 108.404C118.296 106.794 121.618 104.068 123.956 100.57C126.293 97.0725 127.541 92.9603 127.541 88.7536C127.524 83.1177 125.277 77.7174 121.292 73.7322C117.306 69.747 111.906 67.5008 106.269 67.4841ZM116.26 83.8616L103.497 96.6233C103.305 96.8268 103.073 96.989 102.816 97.0999C102.559 97.2107 102.282 97.2679 102.002 97.2679C101.722 97.2679 101.445 97.2107 101.187 97.0999C100.93 96.989 100.698 96.8268 100.506 96.6233L96.2519 92.3694C95.8552 91.9728 95.6324 91.4348 95.6324 90.8739C95.6324 90.313 95.8552 89.775 96.2519 89.3784C96.6485 88.9817 97.1865 88.7589 97.7475 88.7589C98.3085 88.7589 98.8465 88.9817 99.2431 89.3784L102.008 92.1434L113.282 80.8706C113.679 80.474 114.217 80.2511 114.778 80.2511C115.056 80.2511 115.331 80.3058 115.587 80.4121C115.844 80.5184 116.077 80.6742 116.273 80.8706C116.47 81.067 116.626 81.3001 116.732 81.5567C116.838 81.8133 116.893 82.0884 116.893 82.3661C116.893 82.6438 116.838 82.9189 116.732 83.1755C116.626 83.4321 116.47 83.6652 116.273 83.8616H116.26Z" style="fill:var(--sapContent_Illustrative_Color12)"/>
33
+ </svg>
34
+ `;
35
+ _exports.default = _default;
36
+ });
@@ -0,0 +1,34 @@
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-Systems-alternate">
9
+ <path d="M118.04 26.0884L81.455 16.8732C79.9039 16.4825 78.3777 17.245 78.0461 18.5763L66.6668 64.2627C66.3352 65.594 67.3238 66.99 68.8749 67.3807L105.46 76.5959C107.011 76.9866 108.537 76.2241 108.869 74.8928L120.248 29.2064C120.58 27.8751 119.591 26.4791 118.04 26.0884Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M117.557 28.0291L80.9716 18.8139C80.6413 18.7307 80.3629 18.7832 80.189 18.8701C80.02 18.9545 79.9915 19.0407 79.9855 19.0648L68.6063 64.7512C68.6002 64.7754 68.585 64.8649 68.6944 65.0194C68.8071 65.1785 69.028 65.3568 69.3583 65.44L105.943 74.6552C106.274 74.7384 106.552 74.6859 106.726 74.599C106.895 74.5146 106.923 74.4284 106.929 74.4042L118.309 28.7179C118.315 28.6937 118.33 28.6042 118.22 28.4497C118.108 28.2906 117.887 28.1123 117.557 28.0291ZM81.455 16.8732L118.04 26.0884C119.591 26.4791 120.58 27.8751 120.248 29.2064L108.869 74.8928C108.537 76.2241 107.011 76.9866 105.46 76.5959L68.8749 67.3807C67.3238 66.99 66.3352 65.594 66.6668 64.2627L78.0461 18.5763C78.3777 17.245 79.9039 16.4825 81.455 16.8732Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path d="M96.791 28.7871C95.5775 28.4162 94.282 28.4149 93.0683 28.7834C91.8546 29.1518 90.7772 29.8735 89.9723 30.8571C89.1674 31.8408 88.6712 33.0422 88.5464 34.3096C88.4216 35.5769 88.6738 36.8532 89.2711 37.9772C89.8685 39.1011 90.7841 40.0222 91.9022 40.6239C93.0204 41.2257 94.2909 41.4811 95.553 41.3579C96.8152 41.2347 98.0124 40.7384 98.9932 39.9317C99.974 39.125 100.694 38.0443 101.063 36.826L94.9239 34.9519L96.791 28.7871Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
12
+ <path d="M98.6156 27.7455L96.7534 33.9043L102.887 35.7789C103.132 34.9701 103.216 34.1207 103.134 33.2791C103.052 32.4376 102.806 31.6204 102.409 30.8743C102.012 30.1282 101.473 29.4679 100.822 28.931C100.171 28.3941 99.4213 27.9913 98.6156 27.7455Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
13
+ <path d="M105.348 48.6398L79.8537 42.2183C79.0079 42.0052 78.1508 42.521 77.9393 43.3702C77.7277 44.2194 78.2419 45.0806 79.0877 45.2936L104.582 51.7152C105.427 51.9282 106.285 51.4125 106.496 50.5632C106.708 49.714 106.193 48.8528 105.348 48.6398Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
14
+ <path d="M103.635 53.8762L78.1408 47.4546C77.295 47.2416 76.4379 47.7573 76.2264 48.6065C76.0149 49.4558 76.529 50.3169 77.3748 50.53L102.869 56.9515C103.714 57.1646 104.572 56.6488 104.783 55.7996C104.995 54.9504 104.48 54.0892 103.635 53.8762Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
15
+ <path d="M90.113 56.0123L76.5314 52.5913C75.6856 52.3783 74.8285 52.894 74.617 53.7433C74.4055 54.5925 74.9197 55.4536 75.7654 55.6666L89.347 59.0876C90.1928 59.3007 91.0499 58.785 91.2614 57.9357C91.473 57.0865 90.9588 56.2253 90.113 56.0123Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
16
+ <path d="M23.398 66.5986C23.2152 65.2633 23.1119 63.8963 23.1119 62.5134C23.1119 46.2603 36.2893 33.075 52.5504 33.075C64.313 33.075 74.4623 39.9736 79.1753 49.956C82.0286 48.6287 85.2077 47.8896 88.5616 47.8896C99.6408 47.8896 108.836 55.9724 110.569 66.5668C118.986 67.0277 125.678 74.0059 125.678 82.5417C125.678 91.3796 118.517 98.5406 109.679 98.5406H24.8445C16.0066 98.5406 8.8457 91.3796 8.8457 82.5417C8.8457 74.1966 15.2357 67.3456 23.3901 66.6144L23.398 66.5986Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.2064 64.9166C21.1449 64.1247 21.1119 63.3226 21.1119 62.5134C21.1119 45.156 35.1844 31.075 52.5504 31.075C64.4343 31.075 74.7726 37.6686 80.115 47.3984C82.748 46.4216 85.594 45.8896 88.5616 45.8896C100.101 45.8896 109.762 53.934 112.244 64.724C120.966 65.9695 127.678 73.4735 127.678 82.5417C127.678 92.4842 119.621 100.541 109.679 100.541H24.8445C14.9021 100.541 6.8457 92.4842 6.8457 82.5417C6.8457 73.8478 13.0091 66.5966 21.2064 64.9166ZM23.1901 64.6244C23.2333 65.2162 23.2938 65.8036 23.3695 66.3851C23.3788 66.4563 23.3883 66.5275 23.398 66.5986L23.3901 66.6144C23.2404 66.6279 23.0913 66.6434 22.9428 66.6609C22.745 66.6842 22.5483 66.7112 22.3528 66.7416C14.7003 67.935 8.8457 74.5539 8.8457 82.5417C8.8457 91.3796 16.0066 98.5406 24.8445 98.5406H109.679C118.517 98.5406 125.678 91.3796 125.678 82.5417C125.678 74.0059 118.986 67.0277 110.569 66.5668C108.836 55.9724 99.6408 47.8896 88.5616 47.8896C85.2078 47.8896 82.0288 48.6287 79.1756 49.9558C79.1755 49.9559 79.1754 49.9559 79.1753 49.956C74.4623 39.9736 64.313 33.075 52.5504 33.075C36.2893 33.075 23.1119 46.2603 23.1119 62.5134C23.1119 63.2219 23.139 63.9263 23.1901 64.6244Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M115.384 67.5879C121.403 69.8853 125.682 75.7152 125.682 82.5412C125.682 91.3791 118.521 98.54 109.684 98.54H24.8493C20.9261 98.54 17.3334 97.1289 14.5508 94.7865C58.7605 96.119 108.165 88.4048 112.813 79.5057C115.263 74.8159 115.757 70.7528 115.384 67.5879Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
19
+ <path d="M80.526 74.6423C80.7436 73.6153 81.7525 72.9591 82.7795 73.1766L115.104 80.0243C116.131 80.2419 116.787 81.2508 116.57 82.2778L109.722 114.603C109.505 115.63 108.496 116.286 107.469 116.068L75.144 109.221C74.117 109.003 73.4608 107.994 73.6783 106.967L80.526 74.6423Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M82.462 75.1538L75.6555 107.285L107.786 114.091L114.593 81.9603L82.462 75.1538ZM82.7795 73.1766C81.7525 72.9591 80.7436 73.6153 80.526 74.6423L73.6783 106.967C73.4608 107.994 74.117 109.003 75.144 109.221L107.469 116.068C108.496 116.286 109.505 115.63 109.722 114.603L116.57 82.2778C116.787 81.2508 116.131 80.2419 115.104 80.0243L82.7795 73.1766Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
21
+ <path d="M83.4579 81.3047C83.7843 79.7642 85.2976 78.7799 86.8381 79.1063L108.292 83.6511C109.833 83.9775 110.817 85.4908 110.491 87.0313L106.533 105.713C106.207 107.254 104.694 108.238 103.153 107.911L81.6989 103.367C80.1584 103.04 79.1741 101.527 79.5004 99.9864L83.4579 81.3047Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
22
+ <path d="M101.409 93.6566C103.706 94.1432 105.962 92.6756 106.449 90.3787C106.935 88.0818 105.468 85.8254 103.171 85.3388C100.874 84.8522 98.6173 86.3198 98.1307 88.6167C97.6441 90.9136 99.1117 93.17 101.409 93.6566Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
23
+ <path d="M92.7182 101.423C93.8242 100.957 94.9579 100.549 96.1144 100.2L95.4886 99.193C91.243 92.3162 90.1257 89.6164 86.2803 86.9493C85.1586 86.1302 83.9708 85.396 82.7285 84.7537L79.3131 100.876C79.2602 101.126 79.2605 101.384 79.3138 101.636C79.3671 101.888 79.4725 102.129 79.6239 102.345C79.7752 102.562 79.9696 102.749 80.196 102.897C80.4223 103.044 80.6762 103.15 80.9431 103.206L87.3777 104.569C88.9662 103.262 90.7678 102.201 92.7182 101.423Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
24
+ <path d="M99.3518 99.9766C98.2102 99.4144 96.9477 99.5377 95.5198 99.9817C94.4257 100.353 93.352 100.784 92.3035 101.272C90.4554 102.09 88.7428 103.191 87.2269 104.538L103.863 108.062C101.194 104.219 101.771 101.169 99.3518 99.9766Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
25
+ <path d="M2.03699 27.793L34.5745 20.7071C35.954 20.4066 37.3147 21.2837 37.6138 22.666L47.8771 70.1036C48.1762 71.4859 47.3003 72.8501 45.9208 73.1505L13.3833 80.2365C12.0038 80.5369 10.6431 79.6598 10.344 78.2775L0.0807097 30.8399C-0.218362 29.4576 0.657487 28.0934 2.03699 27.793Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.45991 29.7478L34.9974 22.6618C35.2944 22.5972 35.5934 22.7856 35.6596 23.0916L45.9229 70.5292C45.9891 70.8352 45.7949 71.1311 45.4979 71.1957L12.9604 78.2817C12.6634 78.3464 12.3644 78.1579 12.2982 77.8519L2.03491 30.4144C1.9687 30.1084 2.16294 29.8125 2.45991 29.7478ZM34.5745 20.7071L2.03699 27.793C0.657487 28.0934 -0.218362 29.4576 0.0807097 30.8399L10.344 78.2775C10.6431 79.6598 12.0038 80.5369 13.3833 80.2365L45.9208 73.1505C47.3003 72.8501 48.1762 71.4859 47.8771 70.1036L37.6138 22.666C37.3147 21.2837 35.954 20.4066 34.5745 20.7071Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
27
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.748 37.0915C30.337 37.2347 30.6984 37.8283 30.5552 38.4174L26.8138 53.8069C26.7255 54.17 26.4585 54.4633 26.1052 54.5852C25.7519 54.7071 25.3608 54.6408 25.0674 54.4093L19.756 50.219L16.3401 62.6124C16.1791 63.1968 15.5747 63.54 14.9903 63.3789C14.4059 63.2178 14.0627 62.6135 14.2238 62.0291L18.0791 48.0412C18.1769 47.6866 18.4457 47.4046 18.7952 47.2899C19.1447 47.1753 19.5284 47.2433 19.8171 47.4711L25.0847 51.6268L28.4221 37.8988C28.5653 37.3097 29.1589 36.9483 29.748 37.0915Z" style="fill:var(--sapContent_Illustrative_Color1)"/>
28
+ <path d="M7.52639 37.5691C7.4622 37.2729 7.65029 36.9807 7.94652 36.9165L9.56907 36.5649C9.8653 36.5007 10.1575 36.6888 10.2217 36.985L15.7884 62.6729C15.8526 62.9692 15.6645 63.2613 15.3683 63.3255L13.7457 63.6772C13.4495 63.7414 13.1573 63.5533 13.0931 63.257L7.52639 37.5691Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
29
+ <path d="M13.9655 64.4914C13.6696 64.557 13.3765 64.3702 13.311 64.0743L12.9519 62.4534C12.8863 62.1575 13.0731 61.8644 13.369 61.7988L39.031 56.1135C39.3269 56.048 39.6199 56.2347 39.6855 56.5307L40.0446 58.1516C40.1101 58.4475 39.9234 58.7405 39.6275 58.8061L13.9655 64.4914Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
30
+ <path d="M15.0637 69.7643C14.9278 69.1735 15.2953 68.579 15.8861 68.4431L28.2599 65.5962C28.8506 65.4603 29.441 65.8344 29.5769 66.4251C29.7128 67.0159 29.3453 67.6104 28.7546 67.7463L16.3808 70.5932C15.79 70.7291 15.1997 70.355 15.0637 69.7643Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
31
+ </svg>
32
+ `;
33
+ _exports.default = _default;
34
+ });
@@ -0,0 +1,36 @@
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-Teams-alternate">
9
+ <rect width="50.1793" height="42.0898" rx="9.46877" transform="matrix(-1 0 0 1 122.198 44.5254)" style="fill:var(--sapContent_Illustrative_Color2)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M67.7031 113.206V71.2097C67.7031 58.5096 77.9986 48.2141 90.6987 48.2141H101.817C114.517 48.2141 124.813 58.5096 124.813 71.2097V87.7085C114.252 96.3345 101.2 103.585 86.3821 108.508C80.1228 110.587 73.8676 112.145 67.7031 113.206Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M65.7031 113.534V71.2097C65.7031 57.405 76.894 46.2141 90.6987 46.2141H101.817C115.622 46.2141 126.813 57.405 126.813 71.2097V86.0331C126.156 86.597 125.49 87.1556 124.813 87.7085V71.2097C124.813 58.5096 114.517 48.2141 101.817 48.2141H90.6987C77.9986 48.2141 67.7031 58.5096 67.7031 71.2097V113.206C67.0353 113.321 66.3686 113.431 65.7031 113.534Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <rect width="16.3351" height="13.075" rx="2.70536" transform="matrix(-1 0 0 1 104.426 67.2637)" style="fill:var(--sapContent_Illustrative_Color9)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M80.3979 31.6841V36.9258V42.1676C80.3979 42.1676 76.7148 41.6269 76.8579 37.6878V36.9258V36.1644C76.7148 32.2248 80.3979 31.6841 80.3979 31.6841Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M111.371 31.6841V36.9258V42.1676C111.371 42.1676 115.054 41.6269 114.911 37.6878V36.9258V36.1644C115.054 32.2248 111.371 31.6841 111.371 31.6841Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <path d="M80.69 36.7897C80.74 41.2549 82.0002 43.4954 85.3326 46.3896C91.3319 50.6912 101.891 49.8883 106.862 46.3759C109.871 44.3264 111.619 41.071 111.568 36.4402C111.467 27.7193 105.195 19.8052 96.1202 19.9008C87.0493 19.9954 80.5895 28.0668 80.69 36.7897Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M84.0869 47.9663L84.1628 48.0208C87.6331 50.509 92.2531 51.4285 96.5337 51.3195C100.797 51.211 105.099 50.0727 108.006 48.0251C111.625 45.5537 113.632 41.6334 113.575 36.4181L113.575 36.4168C113.464 26.8631 106.538 17.7837 96.0991 17.8936M106.862 46.3758C101.891 49.8882 91.3318 50.6911 85.3325 46.3895C82 43.4954 80.7399 41.2548 80.6899 36.7897C80.5894 28.0667 87.0491 19.9953 96.1201 19.9007C105.195 19.8051 111.466 27.7192 111.568 36.4402C111.619 41.071 109.871 44.3263 106.862 46.3758ZM96.0989 17.8936C85.7182 18.002 78.5719 27.1924 78.6828 36.8128C78.7099 39.2328 79.0673 41.2358 79.9839 43.0742C80.8914 44.8947 82.2631 46.3824 84.0163 47.905L84.0869 47.9663" style="fill:var(--sapContent_Illustrative_Color4)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M83.7213 36.6036C83.7959 43.2161 88.8262 46.0823 96.2741 46.0036C103.721 45.9221 108.58 42.9232 108.507 36.3147C108.43 29.7053 103.444 25.417 95.9966 25.4957C88.5514 25.5739 83.6449 29.9928 83.7213 36.6036Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ <circle cx="3.8394" cy="3.8394" r="3.8394" transform="matrix(-0.983212 -0.182469 -0.182469 0.983212 106.06 29.6011)" style="fill:var(--sapContent_Illustrative_Color5)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M95.9455 49.3706H96.283C96.283 49.3706 103.535 49.6173 107.919 45.7744C107.931 45.7631 107.951 45.768 107.95 45.7851C107.915 46.358 107.277 52.8736 96.283 52.8736H95.9455C84.9506 52.8736 84.3132 46.358 84.2785 45.7851C84.2775 45.768 84.2971 45.7631 84.3098 45.7744C88.6938 49.6173 95.9455 49.3706 95.9455 49.3706Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
20
+ <rect width="70.0643" height="50.1772" rx="11.9465" transform="matrix(-1 0 0 1 79.707 52.2029)" style="fill:var(--sapContent_Illustrative_Color2)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.61609 103.696V86.3662C3.61609 70.3428 16.6056 57.3533 32.629 57.3533H54.3442C70.3675 57.3533 83.3571 70.3428 83.3571 86.3662V109.472C53.0805 118.726 23.2258 115.859 3.61609 103.696Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.61609 102.399V86.3662C1.61609 69.2382 15.501 55.3533 32.629 55.3533H54.3442C71.4721 55.3533 85.3571 69.2382 85.3571 86.3662V108.843C84.6903 109.059 84.0236 109.269 83.3571 109.472V86.3662C83.3571 70.3428 70.3675 57.3533 54.3442 57.3533H32.629C16.6056 57.3533 3.61609 70.3428 3.61609 86.3662V103.696C2.937 103.275 2.2702 102.842 1.61609 102.399Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.8066 111.245C20.134 111.047 19.4673 110.842 18.8066 110.628V82.4133C18.8066 81.861 19.2544 81.4133 19.8066 81.4133C20.3589 81.4133 20.8066 81.861 20.8066 82.4133V111.245ZM68.1661 113.126C67.4984 113.243 66.8317 113.355 66.1661 113.461V82.4133C66.1661 81.861 66.6139 81.4133 67.1661 81.4133C67.7184 81.4133 68.1661 81.861 68.1661 82.4133V113.126ZM114.217 95.355C113.557 95.7754 112.89 96.1909 112.217 96.6011V66.1621C112.217 65.6098 112.665 65.1621 113.217 65.1621C113.769 65.1621 114.217 65.6098 114.217 66.1621V95.355Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
24
+ <rect width="22.8084" height="18.2564" rx="3.41328" transform="matrix(-1 0 0 1 54.8907 83.9514)" style="fill:var(--sapContent_Illustrative_Color3)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.3412 34.2722V41.5912V48.9101C21.3412 48.9101 16.1984 48.1552 16.3982 42.655V41.5912V40.528C16.1984 35.0272 21.3412 34.2722 21.3412 34.2722Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M64.5884 34.2722V41.5912V48.9101C64.5884 48.9101 69.7311 48.1552 69.5313 42.655V41.5912V40.528C69.7311 35.0272 64.5884 34.2722 64.5884 34.2722Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
27
+ <path d="M21.818 41.3917C21.8875 47.6063 23.6414 50.7247 28.2795 54.7528C36.6294 60.7398 51.3253 59.6223 58.2439 54.7337C62.4322 51.8812 64.8651 47.3504 64.7941 40.9052C64.6529 28.7673 55.9242 17.7524 43.2938 17.8855C30.6688 18.0171 21.6781 29.251 21.818 41.3917Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.0379 56.3246L27.1136 56.3789C31.7577 59.7088 37.998 60.9708 43.8493 60.8219C49.6835 60.6734 55.505 59.1127 59.3842 56.3778C64.1805 53.1047 66.8721 47.911 66.7948 40.8833L66.7947 40.882C66.6439 27.914 57.2626 15.7376 43.2729 15.8849M58.2438 54.7338C51.3252 59.6224 36.6294 60.7399 28.2795 54.7529C23.6414 50.7248 21.8875 47.6063 21.8179 41.3917C21.678 29.2511 30.6687 18.0172 43.2937 17.8856C55.9242 17.7525 64.6529 28.7674 64.7941 40.9053C64.865 47.3505 62.4321 51.8813 58.2438 54.7338ZM43.2726 15.8849C29.342 16.0303 19.6671 28.3795 19.8172 41.4148C19.8542 44.7089 20.3398 47.3677 21.5449 49.7849C22.7409 52.1842 24.5618 54.1742 26.9675 56.2635L27.0379 56.3246" style="fill:var(--sapContent_Illustrative_Color4)"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25.9818 41.1415C26.086 50.3745 33.1097 54.3765 43.509 54.2666C53.9076 54.1529 60.6912 49.9655 60.5896 40.7382C60.4822 31.5096 53.5208 25.522 43.1215 25.6319C32.726 25.7411 25.8751 31.9111 25.9818 41.1415Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
30
+ <circle cx="5.36087" cy="5.36087" r="5.36087" transform="matrix(-0.983212 -0.182469 -0.182469 0.983212 57.1729 31.3645)" style="fill:var(--sapContent_Illustrative_Color5)"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.0503 58.5455H43.5215C43.5215 58.5455 53.6468 58.8898 59.7682 53.5241C59.7859 53.5084 59.8132 53.5152 59.8118 53.5391C59.7634 54.339 58.8728 63.4366 43.5215 63.4366H43.0503C27.6983 63.4366 26.8084 54.339 26.7599 53.5391C26.7586 53.5152 26.7859 53.5084 26.8036 53.5241C32.925 58.8898 43.0503 58.5455 43.0503 58.5455Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
32
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M126.377 85.2127C126.743 85.6267 126.703 86.2587 126.289 86.6242C113.803 97.6473 92.4159 112.548 61.3489 116.416C30.2869 120.285 8.83979 109.646 1.88288 103.69C1.46334 103.331 1.41441 102.699 1.77358 102.28C2.13276 101.86 2.76403 101.811 3.18357 102.17C9.68906 107.74 30.5662 118.234 61.1018 114.432C91.6325 110.63 112.658 95.9902 124.966 85.1249C125.38 84.7593 126.012 84.7987 126.377 85.2127Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
33
+ </svg>
34
+ `;
35
+ _exports.default = _default;
36
+ });
@@ -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-Tools-alternate">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M94.5012 6.32207C94.2506 5.14472 92.6686 4.91827 92.0978 5.97805L31.406 118.661C30.8835 119.631 31.7361 120.768 32.8138 120.539L113.819 103.298C114.517 103.149 114.963 102.462 114.814 101.764L94.5012 6.32207ZM85.1358 54.6152C85.7066 53.5554 87.2886 53.7818 87.5392 54.9592L94.7259 88.7258C94.8746 89.4244 94.4288 90.1112 93.7303 90.2599L65.0713 96.3595C63.9935 96.5889 63.141 95.4515 63.6635 94.4814L85.1358 54.6152Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M92.6227 88.4508L66.1485 94.0854L85.9838 57.2584L92.6227 88.4508ZM90.337 5.02962L29.6453 117.712C28.3146 120.183 30.4856 123.079 33.2302 122.495L114.235 105.254C116.014 104.875 117.149 103.126 116.771 101.348L96.4574 5.9057C95.8193 2.90749 91.7906 2.33084 90.337 5.02962ZM92.0978 5.97802C92.6686 4.91825 94.2507 5.1447 94.5012 6.32205L114.815 101.764C114.963 102.462 114.517 103.149 113.819 103.298L32.8138 120.539C31.7361 120.768 30.8836 119.631 31.4061 118.66L92.0978 5.97802ZM87.5393 54.9592C87.2887 53.7818 85.7067 53.5554 85.1359 54.6151L63.6636 94.4814C63.1411 95.4515 63.9936 96.5888 65.0713 96.3595L93.7303 90.2598C94.4289 90.1112 94.8747 89.4243 94.726 88.7258L87.5393 54.9592Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M99.7225 23.8845C99.8375 24.4246 99.4928 24.9558 98.9526 25.0707L88.2295 27.353C87.6893 27.4679 87.1582 27.1232 87.0432 26.583C86.9283 26.0429 87.273 25.5117 87.8132 25.3968L98.5362 23.1145C99.0764 22.9996 99.6075 23.3443 99.7225 23.8845Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M101.234 30.985C101.349 31.5252 101.004 32.0563 100.464 32.1713L94.9471 33.3456C94.4069 33.4605 93.8758 33.1158 93.7608 32.5756C93.6459 32.0354 93.9906 31.5043 94.5308 31.3894L100.048 30.2151C100.588 30.1002 101.119 30.4449 101.234 30.985Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M102.745 38.0856C102.86 38.6258 102.515 39.1569 101.975 39.2719L96.4578 40.4461C95.9177 40.5611 95.3866 40.2164 95.2716 39.6762C95.1566 39.136 95.5013 38.6049 96.0415 38.49L101.559 37.3157C102.099 37.2007 102.63 37.5454 102.745 38.0856Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M104.256 45.1862C104.371 45.7264 104.026 46.2575 103.486 46.3725L97.9686 47.5467C97.4284 47.6617 96.8973 47.317 96.7823 46.7768C96.6674 46.2366 97.0121 45.7055 97.5522 45.5905L103.069 44.4163C103.61 44.3013 104.141 44.646 104.256 45.1862Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M105.767 52.287C105.882 52.8272 105.538 53.3583 104.997 53.4733L99.4803 54.6476C98.9401 54.7625 98.409 54.4178 98.294 53.8776C98.1791 53.3374 98.5238 52.8063 99.064 52.6914L104.581 51.5171C105.121 51.4022 105.652 51.7469 105.767 52.287Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M107.279 59.3876C107.394 59.9278 107.049 60.4589 106.509 60.5739L95.7861 62.8561C95.246 62.9711 94.7148 62.6264 94.5999 62.0862C94.4849 61.546 94.8296 61.0149 95.3698 60.8999L106.093 58.6177C106.633 58.5027 107.164 58.8474 107.279 59.3876Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M108.79 66.4885C108.905 67.0286 108.56 67.5598 108.02 67.6747L102.503 68.849C101.963 68.9639 101.431 68.6192 101.317 68.079C101.202 67.5389 101.546 67.0078 102.086 66.8928L107.604 65.7185C108.144 65.6036 108.675 65.9483 108.79 66.4885Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M110.301 73.589C110.416 74.1292 110.071 74.6603 109.531 74.7753L104.014 75.9496C103.473 76.0645 102.942 75.7198 102.827 75.1796C102.712 74.6394 103.057 74.1083 103.597 73.9934L109.114 72.8191C109.655 72.7042 110.186 73.0489 110.301 73.589Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M111.812 80.6896C111.927 81.2298 111.583 81.7609 111.042 81.8759L105.525 83.0501C104.985 83.1651 104.454 82.8204 104.339 82.2802C104.224 81.74 104.569 81.2089 105.109 81.094L110.626 79.9197C111.166 79.8047 111.697 80.1494 111.812 80.6896Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M113.323 87.7902C113.438 88.3304 113.093 88.8615 112.553 88.9765L107.036 90.1507C106.496 90.2657 105.965 89.921 105.85 89.3808C105.735 88.8406 106.079 88.3095 106.62 88.1945L112.137 87.0203C112.677 86.9053 113.208 87.25 113.323 87.7902Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.835 94.8908C114.95 95.431 114.605 95.9621 114.065 96.0771L103.342 98.3593C102.802 98.4743 102.271 98.1296 102.156 97.5894C102.041 97.0492 102.385 96.5181 102.925 96.4031L113.649 94.1209C114.189 94.0059 114.72 94.3506 114.835 94.8908Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
22
+ <path d="M110.623 123.87C111.13 124.989 109.938 126.118 108.848 125.552L85.5876 113.455C85.46 113.388 85.3444 113.301 85.2455 113.197L77.6843 105.216C77.1931 104.698 77.2151 103.88 77.7335 103.388L90.167 91.607C90.6854 91.1158 91.5039 91.1378 91.9952 91.6563L99.5567 99.6364C99.6556 99.7408 99.7364 99.8609 99.7958 99.9919L110.623 123.87Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M107.957 122.834L98.0233 100.926L91.0296 93.545L79.6222 104.354L86.6157 111.735L107.957 122.834ZM108.848 125.552C109.938 126.118 111.13 124.989 110.623 123.87L99.7958 99.9919C99.7364 99.8609 99.6556 99.7408 99.5567 99.6364L91.9952 91.6563C91.5039 91.1378 90.6854 91.1158 90.167 91.607L77.7335 103.388C77.2151 103.88 77.1931 104.698 77.6843 105.216L85.2455 113.197C85.3444 113.301 85.46 113.388 85.5876 113.455L108.848 125.552Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
24
+ <rect x="8.70312" y="32.3662" width="19.6474" height="19.191" rx="1.93978" transform="rotate(-43.4571 8.70312 32.3662)" style="fill:var(--sapContent_Illustrative_Color5)"/>
25
+ <path d="M21.1914 45.5496L35.4533 32.0358L99.6433 99.7795L94.4191 99.2824C93.2487 99.1711 92.2491 100.118 92.2973 101.293L92.4212 104.315C92.4694 105.49 91.4698 106.437 90.2994 106.326L87.2882 106.039C86.1178 105.928 85.1181 106.875 85.1663 108.05L85.3814 113.293L21.1914 45.5496Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
26
+ <rect x="17.1104" y="41.2388" width="19.6474" height="5.93717" transform="rotate(-43.4571 17.1104 41.2388)" style="fill:var(--sapContent_Illustrative_Color4)"/>
27
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M97.5088 119.655L107.189 124.689C108.823 125.539 110.611 123.845 109.85 122.167L105.345 112.23L97.5088 119.655Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
28
+ </svg>
29
+ `;
30
+ _exports.default = _default;
31
+ });
@@ -0,0 +1,36 @@
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-UnsuccessfulAuth-alternate">
9
+ <rect x="-1.41797" y="45.2314" width="110.653" height="73.9022" rx="6.57108" transform="rotate(-16.24 -1.41797 45.2314)" style="fill:var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M4.58609 47.753C3.74032 44.8494 5.40851 41.81 8.31209 40.9642L99.1778 14.4965C102.081 13.6507 105.121 15.3189 105.967 18.2225L122.683 75.6106C123.529 78.5142 121.86 81.5536 118.957 82.3994L28.0911 108.867C25.1875 109.713 22.1481 108.045 21.3023 105.141L4.58609 47.753Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.75377 39.044L98.6194 12.5763C102.584 11.4217 106.733 13.6991 107.888 17.6632L124.604 75.0513C125.759 79.0154 123.481 83.165 119.517 84.3196L28.6515 110.787C24.6874 111.942 20.5378 109.665 19.3831 105.7L2.66689 48.3124C1.51222 44.3483 3.78969 40.1987 7.75377 39.044ZM8.3131 40.9642C5.40951 41.81 3.74132 44.8495 4.58709 47.753L21.3033 105.141C22.1491 108.045 25.1886 109.713 28.0921 108.867L118.958 82.3994C121.861 81.5537 123.53 78.5142 122.684 75.6106L105.968 18.2225C105.122 15.3189 102.082 13.6508 99.1788 14.4965L8.3131 40.9642Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M67.3087 52.3984C68.6484 56.9978 66.0059 61.8124 61.4063 63.1522C56.8068 64.492 51.9921 61.8495 50.6524 57.2501C49.3126 52.6507 51.9552 47.836 56.5547 46.4963C61.1542 45.1565 65.969 47.799 67.3087 52.3984Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.3327 62.1481C54.1182 59.8241 55.5808 57.6635 57.8333 57.0074L61.1453 56.0427C63.3901 55.3888 65.7756 56.4167 66.848 58.4783C65.8297 60.6681 63.9074 62.4238 61.4066 63.1523C58.9165 63.8776 56.3634 63.4358 54.3327 62.1481ZM60.9385 51.0119C61.3914 52.567 60.498 54.1949 58.9428 54.6479C57.3877 55.1009 55.7598 54.2074 55.3068 52.6523C54.8539 51.0972 55.7473 49.4694 57.3025 49.0164C58.8576 48.5634 60.4855 49.4568 60.9385 51.0119Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M61.0036 61.7697C64.8396 60.6523 67.0435 56.6369 65.9261 52.8011C64.8088 48.9652 60.7934 46.7614 56.9574 47.8788C53.1215 48.9961 50.9176 53.0115 52.0349 56.8474C53.1523 60.6832 57.1677 62.887 61.0036 61.7697ZM61.4063 63.1522C66.0059 61.8124 68.6484 56.9978 67.3087 52.3984C65.969 47.799 61.1542 45.1565 56.5547 46.4963C51.9552 47.836 49.3126 52.6507 50.6524 57.2501C51.9921 61.8495 56.8068 64.492 61.4063 63.1522Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
15
+ <rect x="30.4023" y="77.3706" width="67.5268" height="8.17545" rx="1.64277" transform="rotate(-16.24 30.4023 77.3706)" style="fill:var(--sapContent_Illustrative_Color18)"/>
16
+ <rect x="33.6797" y="88.6177" width="67.5268" height="8.17545" rx="1.64277" transform="rotate(-16.24 33.6797 88.6177)" style="fill:var(--sapContent_Illustrative_Color18)"/>
17
+ <circle cx="36.5544" cy="79.8361" r="1.3278" transform="rotate(-16.24 36.5544 79.8361)" style="fill:var(--sapContent_Illustrative_Color14)"/>
18
+ <circle cx="42.2575" cy="78.1745" r="1.3278" transform="rotate(-16.24 42.2575 78.1745)" style="fill:var(--sapContent_Illustrative_Color14)"/>
19
+ <circle cx="47.9626" cy="76.5131" r="1.3278" transform="rotate(-16.24 47.9626 76.5131)" style="fill:var(--sapContent_Illustrative_Color14)"/>
20
+ <circle cx="53.6657" cy="74.8515" r="1.3278" transform="rotate(-16.24 53.6657 74.8515)" style="fill:var(--sapContent_Illustrative_Color14)"/>
21
+ <circle cx="39.8297" cy="91.0834" r="1.3278" transform="rotate(-16.24 39.8297 91.0834)" style="fill:var(--sapContent_Illustrative_Color14)"/>
22
+ <circle cx="45.5348" cy="89.4218" r="1.3278" transform="rotate(-16.24 45.5348 89.4218)" style="fill:var(--sapContent_Illustrative_Color14)"/>
23
+ <circle cx="51.2379" cy="87.7604" r="1.3278" transform="rotate(-16.24 51.2379 87.7604)" style="fill:var(--sapContent_Illustrative_Color14)"/>
24
+ <circle cx="56.9411" cy="86.0988" r="1.3278" transform="rotate(-16.24 56.9411 86.0988)" style="fill:var(--sapContent_Illustrative_Color14)"/>
25
+ <circle cx="62.6462" cy="84.4374" r="1.3278" transform="rotate(-16.24 62.6462 84.4374)" style="fill:var(--sapContent_Illustrative_Color14)"/>
26
+ <circle cx="68.3493" cy="82.7758" r="1.3278" transform="rotate(-16.24 68.3493 82.7758)" style="fill:var(--sapContent_Illustrative_Color14)"/>
27
+ <path d="M4.58609 47.753C3.74032 44.8494 5.40851 41.81 8.31209 40.9642L99.1778 14.4965C102.081 13.6507 105.121 15.3189 105.967 18.2225L108.159 25.7509L6.77899 55.2814L4.58609 47.753Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
28
+ <circle cx="13.6292" cy="46.5463" r="2.46415" transform="rotate(-16.24 13.6292 46.5463)" style="fill:var(--sapContent_Illustrative_Color8)"/>
29
+ <circle cx="22.5667" cy="43.9431" r="2.46415" transform="rotate(-16.24 22.5667 43.9431)" style="fill:var(--sapContent_Illustrative_Color8)"/>
30
+ <circle cx="31.5042" cy="41.3395" r="2.46415" transform="rotate(-16.24 31.5042 41.3395)" style="fill:var(--sapContent_Illustrative_Color8)"/>
31
+ <rect x="95.4238" y="77.9875" width="22.729" height="23.343" style="fill:var(--sapContent_Illustrative_Color8)"/>
32
+ <path d="M106.269 67.4844C102.062 67.4844 97.9497 68.7318 94.4516 71.0689C90.9536 73.406 88.2272 76.7278 86.6172 80.6142C85.0073 84.5007 84.586 88.7772 85.4068 92.903C86.2275 97.0288 88.2534 100.819 91.2283 103.793C94.2031 106.768 97.9933 108.793 102.119 109.614C106.246 110.435 110.523 110.014 114.409 108.404C118.296 106.794 121.618 104.068 123.956 100.57C126.293 97.0724 127.541 92.9602 127.541 88.7536C127.524 83.1178 125.277 77.7175 121.292 73.7324C117.306 69.7472 111.906 67.501 106.269 67.4844ZM114.14 93.6455C114.336 93.8419 114.492 94.0751 114.598 94.3317C114.704 94.5883 114.759 94.8633 114.759 95.141C114.759 95.4187 114.704 95.6938 114.598 95.9504C114.492 96.207 114.336 96.4401 114.14 96.6365C113.943 96.8329 113.71 96.9887 113.453 97.095C113.197 97.2013 112.922 97.256 112.644 97.256C112.366 97.256 112.091 97.2013 111.835 97.095C111.578 96.9887 111.345 96.8329 111.148 96.6365L106.256 91.7446L101.377 96.6232C101.18 96.8196 100.947 96.9754 100.691 97.0817C100.434 97.188 100.159 97.2427 99.8813 97.2427C99.6035 97.2427 99.3285 97.188 99.0718 97.0817C98.8152 96.9754 98.582 96.8196 98.3856 96.6232C98.1892 96.4268 98.0334 96.1937 97.9271 95.9371C97.8208 95.6805 97.7661 95.4055 97.7661 95.1277C97.7661 94.85 97.8208 94.575 97.9271 94.3184C98.0334 94.0618 98.1892 93.8286 98.3856 93.6322L103.278 88.7403L98.3989 83.8617C98.0023 83.465 97.7794 82.9271 97.7794 82.3662C97.7794 81.8053 98.0023 81.2673 98.3989 80.8707C98.7956 80.4741 99.3336 80.2512 99.8946 80.2512C100.456 80.2512 100.994 80.4741 101.39 80.8707L106.283 85.7626L111.175 80.8707C111.572 80.4741 112.11 80.2512 112.671 80.2512C113.232 80.2512 113.77 80.4741 114.166 80.8707C114.563 81.2673 114.786 81.8053 114.786 82.3662C114.786 82.9271 114.563 83.465 114.166 83.8617L109.241 88.7536L114.14 93.6455Z" style="fill:var(--sapContent_Illustrative_Color11)"/>
33
+ </svg>
34
+ `;
35
+ _exports.default = _default;
36
+ });
@@ -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="129" height="129" viewBox="0 0 129 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Unlock-alternate">
9
+ <path d="M58.0547 110.014H71.8519V112.949C71.8519 114.52 70.5785 115.793 69.0077 115.793H60.8989C59.3281 115.793 58.0547 114.52 58.0547 112.949V110.014Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
10
+ <path d="M102.664 110.014H116.461V112.949C116.461 114.52 115.188 115.793 113.617 115.793H105.508C103.937 115.793 102.664 114.52 102.664 112.949V110.014Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
11
+ <path d="M48.1084 44.8419C48.1084 41.4385 50.8674 38.6794 54.2709 38.6794H120.246C123.65 38.6794 126.409 41.4385 126.409 44.8419V103.868C126.409 107.272 123.65 110.031 120.246 110.031H54.2709C50.8674 110.031 48.1084 107.272 48.1084 103.868V44.8419Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.2709 36.6794H120.246C124.754 36.6794 128.409 40.3339 128.409 44.8419V103.868C128.409 108.376 124.754 112.031 120.246 112.031H54.2709C49.7629 112.031 46.1084 108.376 46.1084 103.868V44.8419C46.1084 40.3339 49.7629 36.6794 54.2709 36.6794ZM54.2709 38.6794C50.8674 38.6794 48.1084 41.4385 48.1084 44.8419V103.868C48.1084 107.272 50.8674 110.031 54.2709 110.031H120.246C123.65 110.031 126.409 107.272 126.409 103.868V44.8419C126.409 41.4385 123.65 38.6794 120.246 38.6794H54.2709Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
13
+ <rect x="58.6133" y="50.2285" width="57.2895" height="48.2526" rx="3.31825" style="fill:var(--sapContent_Illustrative_Color4)"/>
14
+ <rect x="0.429688" y="50.2285" width="57.2895" height="48.2526" rx="3.31825" style="fill:var(--sapContent_Illustrative_Color6)"/>
15
+ <circle cx="12.6179" cy="66.4409" r="1.99875" style="fill:var(--sapContent_Illustrative_Color3)"/>
16
+ <circle cx="12.6179" cy="82.2693" r="1.99875" style="fill:var(--sapContent_Illustrative_Color3)"/>
17
+ <path d="M42.2983 74.355C42.2983 79.1587 38.4041 83.053 33.6003 83.053C28.7966 83.053 24.9023 79.1587 24.9023 74.355C24.9023 69.5512 28.7966 65.657 33.6003 65.657C38.4041 65.657 42.2983 69.5512 42.2983 74.355Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M33.6003 81.053C37.2995 81.053 40.2983 78.0542 40.2983 74.355C40.2983 70.6558 37.2995 67.657 33.6003 67.657C29.9011 67.657 26.9023 70.6558 26.9023 74.355C26.9023 78.0542 29.9011 81.053 33.6003 81.053ZM33.6003 83.053C38.4041 83.053 42.2983 79.1587 42.2983 74.355C42.2983 69.5512 38.4041 65.657 33.6003 65.657C28.7966 65.657 24.9023 69.5512 24.9023 74.355C24.9023 79.1587 28.7966 83.053 33.6003 83.053Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
19
+ <rect x="56.1543" y="56.9854" width="3.79927" height="13.4158" rx="1.89964" style="fill:var(--sapContent_Illustrative_Color5)"/>
20
+ <rect x="56.1543" y="78.3091" width="3.79927" height="13.4158" rx="1.89964" style="fill:var(--sapContent_Illustrative_Color5)"/>
21
+ <path d="M37.9549 19.6141C37.8087 19.7852 37.7114 19.9926 37.6731 20.2145C37.6348 20.4363 37.657 20.6643 37.7374 20.8746L39.5188 25.9257C39.8131 26.7613 40.6618 26.9674 41.3166 26.7366C41.5881 26.652 41.8247 26.4815 41.9909 26.2508C42.1571 26.0201 42.244 25.7417 42.2385 25.4574C42.2317 25.3201 42.2042 25.1846 42.1569 25.0555L40.3754 20.0044C40.3018 19.7812 40.1693 19.5821 39.9917 19.428C39.8142 19.274 39.5984 19.1708 39.367 19.1294C39.1099 19.0833 38.8452 19.1035 38.5981 19.1884C38.3509 19.2732 38.1296 19.4197 37.9549 19.6141Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
22
+ <path d="M20.5204 42.9134C20.4947 43.0724 20.5024 43.2351 20.5431 43.391C20.5837 43.5468 20.6564 43.6926 20.7566 43.8188C20.8567 43.945 20.9821 44.0489 21.1246 44.1239C21.2672 44.1989 21.4238 44.2434 21.5845 44.2545L26.7674 44.8516C26.9539 44.8725 27.1426 44.856 27.3225 44.8031C27.5025 44.7502 27.6701 44.6619 27.8156 44.5435C27.9611 44.4251 28.0816 44.2789 28.17 44.1134C28.2583 43.948 28.3129 43.7665 28.3303 43.5797C28.3397 43.5029 28.3427 43.4255 28.3394 43.3482C28.3313 43.0623 28.2165 42.7899 28.0175 42.5846C27.8185 42.3792 27.5498 42.2559 27.2643 42.2389L22.0836 41.6434C21.8973 41.6222 21.7086 41.6385 21.5286 41.6911C21.3486 41.7438 21.1809 41.8318 21.0353 41.9501C20.8897 42.0683 20.7692 42.2144 20.6808 42.3798C20.5924 42.5453 20.5379 42.7266 20.5204 42.9134Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
23
+ <path d="M25.0443 28.994C25.0624 29.1691 25.116 29.3387 25.2019 29.4923C25.2877 29.6459 25.404 29.7805 25.5436 29.8876L31.7577 34.7582C32.0376 34.9751 32.3905 35.0754 32.7427 35.0381C33.0948 35.0008 33.4188 34.8288 33.6471 34.558C33.8578 34.3061 33.9661 33.9842 33.9505 33.6561C33.9412 33.467 33.8913 33.2821 33.8041 33.1141C33.717 32.946 33.5946 32.7988 33.4454 32.6823L27.2313 27.8117C26.95 27.5934 26.595 27.4926 26.241 27.5306C25.8869 27.5686 25.5614 27.7423 25.3328 28.0153C25.2213 28.1506 25.1382 28.3071 25.0887 28.4752C25.0391 28.6434 25.024 28.8199 25.0443 28.994Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
24
+ </svg>
25
+ `;
26
+ _exports.default = _default;
27
+ });
@@ -0,0 +1,38 @@
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="189" height="181" viewBox="0 0 189 181" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartArea">
9
+ <path d="M79.3943 161.789C123.243 161.789 158.789 126.243 158.789 82.3943C158.789 38.546 123.243 3 79.3943 3C35.546 3 0 38.546 0 82.3943C0 126.243 35.546 161.789 79.3943 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M105.777 19.0182L56.1169 9.07575C54.0115 8.65422 51.9647 10.0228 51.5453 12.1325L37.1527 84.5321C36.7333 86.6419 38.1001 88.6939 40.2055 89.1154L89.8657 99.0578C91.9711 99.4793 94.0179 98.1108 94.4373 96.001L108.83 23.6014C109.249 21.4917 107.883 19.4397 105.777 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
11
+ <path d="M77.4615 24.0189C75.8101 23.6019 74.0726 23.6847 72.4688 24.2572C70.8649 24.8296 69.4668 25.8659 68.451 27.2349C67.4353 28.604 66.8476 30.2443 66.7623 31.9486C66.677 33.6529 67.0978 35.3446 67.9716 36.8098C68.8455 38.2749 70.133 39.4478 71.6715 40.1801C73.21 40.9124 74.9304 41.1712 76.6151 40.9239C78.2998 40.6765 79.8732 39.934 81.1363 38.7903C82.3995 37.6466 83.2956 36.1531 83.7116 34.4986L75.3566 32.3915L77.4615 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M79.8412 22.5057L77.7426 30.8701L86.0904 32.9781C86.3665 31.8796 86.424 30.7373 86.2593 29.6164C86.0947 28.4954 85.7113 27.4179 85.1309 26.4453C84.5505 25.4727 83.7846 24.6242 82.877 23.9482C81.9694 23.2722 80.9378 22.782 79.8412 22.5057V22.5057Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
13
+ <path d="M90.2207 50.0298L55.6154 43.1015C54.4673 42.8716 53.3512 43.6179 53.1225 44.7683C52.8938 45.9187 53.6391 47.0376 54.7872 47.2675L89.3925 54.1957C90.5406 54.4256 91.6567 53.6793 91.8854 52.5289C92.1141 51.3785 91.3688 50.2596 90.2207 50.0298Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
14
+ <path d="M88.2617 57.1497L53.6564 50.2214C52.5083 49.9915 51.3922 50.7378 51.1636 51.8882C50.9349 53.0386 51.6802 54.1575 52.8282 54.3873L87.4335 61.3156C88.5816 61.5455 89.6977 60.7992 89.9264 59.6488C90.1551 58.4984 89.4097 57.3795 88.2617 57.1497Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
15
+ <path d="M70.2663 60.8923L51.8307 57.2013C50.6826 56.9715 49.5666 57.7177 49.3379 58.8681C49.1092 60.0185 49.8545 61.1374 51.0026 61.3672L69.4381 65.0582C70.5862 65.288 71.7023 64.5419 71.9309 63.3915C72.1596 62.2411 71.4143 61.1221 70.2663 60.8923Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M108.268 156.375C135.132 145.883 154.88 121.181 158.271 91.5091L126.579 71.1208C124.773 69.9591 122.363 70.4826 121.197 72.29L81.1761 134.316C80.0099 136.123 80.5284 138.53 82.3342 139.692L108.268 156.375Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M146.353 110.937C146.832 111.724 146.582 112.751 145.794 113.23L125.212 125.743C124.726 126.038 124.123 126.066 123.612 125.817C123.102 125.567 122.753 125.075 122.686 124.511L121.488 114.291L104.479 123.934C103.677 124.389 102.659 124.108 102.204 123.306C101.749 122.504 102.031 121.485 102.833 121.03L122.029 110.146C122.516 109.871 123.109 109.857 123.607 110.11C124.106 110.363 124.446 110.849 124.511 111.404L125.699 121.539L144.06 110.377C144.848 109.898 145.875 110.149 146.353 110.937Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
18
+ <path d="M121.956 87.5316C122.206 87.1442 122.722 87.0326 123.11 87.2824L125.232 88.6506C125.619 88.9004 125.731 89.417 125.481 89.8045L103.819 123.402C103.569 123.789 103.053 123.901 102.665 123.651L100.543 122.283C100.156 122.033 100.044 121.516 100.294 121.129L121.956 87.5316Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M133.904 140.119L102.159 119.859C101.771 119.611 101.255 119.725 101.007 120.113L99.6482 122.242C99.4002 122.63 99.5141 123.146 99.9027 123.394L130.657 143.023C131.766 142.084 132.848 141.116 133.904 140.119Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
20
+ <path d="M95.4106 130.246C95.9003 129.465 96.935 129.221 97.7162 129.711L114.078 139.968C114.859 140.458 115.091 141.495 114.601 142.276V142.276C114.111 143.057 113.077 143.301 112.296 142.811L95.9339 132.554C95.1528 132.064 94.921 131.027 95.4106 130.246V130.246Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
21
+ <path d="M126.007 35.1744C126.007 33.9855 122.556 33.0339 117.945 32.8177C117.681 28.2126 116.666 24.7884 115.477 24.791C114.288 24.7937 113.299 28.2442 113.046 32.8731C108.422 33.1894 104.984 34.2227 105 35.4142C105.016 36.6057 108.451 37.5573 113.062 37.7709C113.339 42.376 114.341 45.8002 115.527 45.7976C116.713 45.7949 117.707 42.3444 117.96 37.7155C122.585 37.3992 126.02 36.3659 126.007 35.1744Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
22
+ <path d="M143.011 56.6881C143.011 55.9219 140.787 55.3087 137.816 55.1694C137.646 52.2016 136.992 49.9949 136.225 49.9966C135.459 49.9983 134.822 52.222 134.659 55.205C131.679 55.4089 129.463 56.0748 129.474 56.8427C129.484 57.6105 131.698 58.2238 134.669 58.3614C134.848 61.3291 135.493 63.5358 136.258 63.5341C137.022 63.5324 137.663 61.3087 137.826 58.3257C140.806 58.1218 143.02 57.4559 143.011 56.6881Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
23
+ <path d="M7.45996 56.7103C7.45996 52.8137 10.6188 49.6548 14.5155 49.6548H88.3227L107.744 65.7568V140.453C107.744 144.349 104.586 147.508 100.689 147.508H14.5155C10.6188 147.508 7.45996 144.349 7.45996 140.453V56.7103Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
24
+ <path d="M3.93213 51.7714C3.93213 48.6541 6.45923 46.127 9.57656 46.127H84.0185L104.217 63.0434V138.336C104.217 141.453 101.689 143.981 98.5721 143.981H9.57656C6.45923 143.981 3.93213 141.453 3.93213 138.336V51.7714Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
25
+ <path d="M83.9097 62.8896L104.217 66.9848V62.8896H83.9097Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
26
+ <path d="M83.9097 62.89H104.217L83.9097 46.127V62.89Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
27
+ <rect x="15.9902" y="74.269" width="76.1684" height="58.7705" rx="4.09664" style="fill:var(--sapContent_Illustrative_Color7)"/>
28
+ <path d="M30.9111 57.0674H17.7851C16.9003 57.0674 16.1831 57.7846 16.1831 58.6694C16.1831 59.5541 16.9003 60.2714 17.7851 60.2714H30.9111C31.7959 60.2714 32.5131 59.5541 32.5131 58.6694C32.5131 57.7846 31.7959 57.0674 30.9111 57.0674Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
29
+ <path d="M43.9434 63.291H17.5408C16.791 63.291 16.1831 63.8989 16.1831 64.6487C16.1831 65.3985 16.791 66.0064 17.5408 66.0064H43.9434C44.6932 66.0064 45.301 65.3985 45.301 64.6487C45.301 63.8989 44.6932 63.291 43.9434 63.291Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
30
+ <rect x="16.1831" y="74.269" width="76.1683" height="58.7705" rx="4.09664" style="fill:var(--sapContent_Illustrative_Color7)"/>
31
+ <rect x="16.1831" y="94.512" width="76.1683" height="38.5276" rx="4.09664" style="fill:var(--sapContent_Illustrative_Color18)"/>
32
+ <rect x="16.1831" y="114.224" width="76.1683" height="18.8158" rx="4.09664" style="fill:var(--sapContent_Illustrative_Color19)"/>
33
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M96.0763 82.7021C96.6037 83.7029 96.2198 84.9417 95.219 85.4691L77.3659 94.8757C76.8553 95.1447 76.3053 95.3311 75.7363 95.4279L40.707 101.39C40.5817 101.412 40.4599 101.45 40.3452 101.505L12.0231 115.1C11.0032 115.59 9.77961 115.16 9.29008 114.14C8.80055 113.12 9.23045 111.897 10.2503 111.407L38.5725 97.8123C39.0311 97.5922 39.5181 97.4372 40.0196 97.3518L75.0489 91.3894C75.1911 91.3652 75.3286 91.3186 75.4563 91.2513L93.3094 81.8447C94.3102 81.3174 95.549 81.7012 96.0763 82.7021Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
34
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M96.9819 91.1562C97.7522 91.9847 97.7051 93.2807 96.8766 94.0511L76.0063 113.457C74.9956 114.397 73.6668 114.919 72.2868 114.919H39.1303C38.9266 114.919 38.7256 114.965 38.5418 115.052L13.5527 126.987C12.5319 127.475 11.3091 127.043 10.8216 126.022C10.334 125.001 10.7663 123.778 11.7871 123.291L36.7762 111.356C37.5113 111.005 38.3156 110.822 39.1303 110.822H72.2868C72.6318 110.822 72.964 110.692 73.2167 110.457L94.0871 91.051C94.9155 90.2806 96.2116 90.3278 96.9819 91.1562Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
35
+ </svg>
36
+ `;
37
+ _exports.default = _default;
38
+ });
@@ -0,0 +1,37 @@
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="189" height="181" viewBox="0 0 189 181" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartArea2">
9
+ <path d="M79.3943 161.789C123.243 161.789 158.789 126.243 158.789 82.3943C158.789 38.546 123.243 3 79.3943 3C35.546 3 0 38.546 0 82.3943C0 126.243 35.546 161.789 79.3943 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M105.777 19.0182L56.1169 9.07575C54.0115 8.65422 51.9647 10.0228 51.5453 12.1325L37.1527 84.5321C36.7333 86.6419 38.1001 88.6939 40.2055 89.1154L89.8657 99.0578C91.9711 99.4793 94.0179 98.1108 94.4373 96.001L108.83 23.6014C109.249 21.4917 107.883 19.4397 105.777 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
11
+ <path d="M77.4615 24.0189C75.8101 23.6019 74.0726 23.6847 72.4688 24.2572C70.8649 24.8296 69.4668 25.8659 68.451 27.2349C67.4353 28.604 66.8476 30.2443 66.7623 31.9486C66.677 33.6529 67.0978 35.3446 67.9716 36.8098C68.8455 38.2749 70.133 39.4478 71.6715 40.1801C73.21 40.9124 74.9304 41.1712 76.6151 40.9239C78.2998 40.6765 79.8732 39.934 81.1363 38.7903C82.3995 37.6466 83.2956 36.1531 83.7116 34.4986L75.3566 32.3915L77.4615 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M79.8412 22.5057L77.7426 30.8701L86.0904 32.9781C86.3665 31.8796 86.424 30.7373 86.2593 29.6164C86.0947 28.4954 85.7113 27.4179 85.1309 26.4453C84.5505 25.4727 83.7846 24.6242 82.877 23.9482C81.9694 23.2722 80.9378 22.782 79.8412 22.5057V22.5057Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
13
+ <path d="M90.2207 50.0298L55.6154 43.1015C54.4673 42.8716 53.3512 43.6179 53.1225 44.7683C52.8938 45.9187 53.6391 47.0376 54.7872 47.2675L89.3925 54.1957C90.5406 54.4256 91.6567 53.6793 91.8854 52.5289C92.1141 51.3785 91.3688 50.2596 90.2207 50.0298Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
14
+ <path d="M88.2617 57.1497L53.6564 50.2214C52.5083 49.9915 51.3922 50.7378 51.1636 51.8882C50.9349 53.0386 51.6802 54.1575 52.8282 54.3873L87.4335 61.3156C88.5816 61.5455 89.6977 60.7992 89.9264 59.6488C90.1551 58.4984 89.4097 57.3795 88.2617 57.1497Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
15
+ <path d="M70.2663 60.8923L51.8307 57.2013C50.6826 56.9715 49.5666 57.7177 49.3379 58.8681C49.1092 60.0185 49.8545 61.1374 51.0026 61.3672L69.4381 65.0582C70.5862 65.288 71.7023 64.5419 71.9309 63.3915C72.1596 62.2411 71.4143 61.1221 70.2663 60.8923Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M108.268 156.375C135.132 145.883 154.88 121.181 158.271 91.5091L126.579 71.1208C124.773 69.9591 122.363 70.4826 121.197 72.29L81.1761 134.316C80.0099 136.123 80.5284 138.53 82.3342 139.692L108.268 156.375Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M146.353 110.937C146.832 111.724 146.582 112.751 145.794 113.23L125.212 125.743C124.726 126.038 124.123 126.066 123.612 125.817C123.102 125.567 122.753 125.075 122.686 124.511L121.488 114.291L104.479 123.934C103.677 124.389 102.659 124.108 102.204 123.306C101.749 122.504 102.031 121.485 102.833 121.03L122.029 110.146C122.516 109.871 123.109 109.857 123.607 110.11C124.106 110.363 124.446 110.849 124.511 111.404L125.699 121.539L144.06 110.377C144.848 109.898 145.875 110.149 146.353 110.937Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
18
+ <path d="M121.956 87.5316C122.206 87.1442 122.722 87.0326 123.11 87.2824L125.232 88.6506C125.619 88.9004 125.731 89.417 125.481 89.8045L103.819 123.402C103.569 123.789 103.053 123.901 102.665 123.651L100.543 122.283C100.156 122.033 100.044 121.516 100.294 121.129L121.956 87.5316Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M133.904 140.119L102.159 119.859C101.771 119.611 101.255 119.725 101.007 120.113L99.6482 122.242C99.4002 122.63 99.5141 123.146 99.9027 123.394L130.657 143.023C131.766 142.084 132.848 141.116 133.904 140.119Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
20
+ <path d="M95.4106 130.246C95.9003 129.465 96.935 129.221 97.7162 129.711L114.078 139.968C114.859 140.458 115.091 141.495 114.601 142.276V142.276C114.111 143.057 113.077 143.301 112.296 142.811L95.9339 132.554C95.1528 132.064 94.921 131.027 95.4106 130.246V130.246Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
21
+ <path d="M126.007 35.1744C126.007 33.9855 122.556 33.0339 117.945 32.8177C117.681 28.2126 116.666 24.7884 115.477 24.791C114.288 24.7937 113.299 28.2442 113.046 32.8731C108.422 33.1894 104.984 34.2227 105 35.4142C105.016 36.6057 108.451 37.5573 113.062 37.7709C113.339 42.376 114.341 45.8002 115.527 45.7976C116.713 45.7949 117.707 42.3444 117.96 37.7155C122.585 37.3992 126.02 36.3659 126.007 35.1744Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
22
+ <path d="M143.011 56.6881C143.011 55.9219 140.787 55.3087 137.816 55.1694C137.646 52.2016 136.992 49.9949 136.225 49.9966C135.459 49.9983 134.822 52.222 134.659 55.205C131.679 55.4089 129.463 56.0748 129.474 56.8427C129.484 57.6105 131.698 58.2238 134.669 58.3614C134.848 61.3291 135.493 63.5358 136.258 63.5341C137.022 63.5324 137.663 61.3087 137.826 58.3257C140.806 58.1218 143.02 57.4559 143.011 56.6881Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
23
+ <path d="M7.45996 56.7103C7.45996 52.8137 10.6188 49.6548 14.5155 49.6548H88.3227L107.744 65.7568V140.453C107.744 144.349 104.586 147.508 100.689 147.508H14.5155C10.6188 147.508 7.45996 144.349 7.45996 140.453V56.7103Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
24
+ <path d="M3.93213 51.7714C3.93213 48.6541 6.45923 46.127 9.57656 46.127H84.0185L104.217 63.0434V138.336C104.217 141.453 101.689 143.981 98.5721 143.981H9.57656C6.45923 143.981 3.93213 141.453 3.93213 138.336V51.7714Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
25
+ <path d="M83.9097 62.8896L104.217 66.9848V62.8896H83.9097Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
26
+ <path d="M83.9097 62.89H104.217L83.9097 46.127V62.89Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
27
+ <rect x="15.9902" y="74.269" width="76.1684" height="58.7705" rx="4.09664" style="fill:var(--sapContent_Illustrative_Color7)"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M84.9673 84.4243C85.5738 85.0544 85.8324 85.9294 85.8324 86.8039V124.358C85.8324 125.867 84.6097 127.089 83.1013 127.089H25.0475C23.5392 127.089 22.3164 125.867 22.3164 124.358V103.416C22.3164 102.347 22.7243 101.309 23.5158 100.59C27.2434 97.2036 32.1888 94.676 38.1207 96.1952C48.5661 98.8702 57.1728 96.0401 64.2045 91.739C66.2234 90.5041 68.1274 89.1673 69.9263 87.9043C76.0152 83.6292 80.9005 80.1991 84.9673 84.4243Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M85.8324 93.0913V124.358C85.8324 125.867 84.6097 127.09 83.1013 127.09H25.0475C23.5392 127.09 22.3164 125.867 22.3164 124.358V108.665C27.7628 109.854 36.208 110.376 45.19 107.276C49.5038 105.788 53.7659 103.369 58.0838 100.919C66.8101 95.9668 75.764 90.8855 85.8324 93.0913Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M87.8807 91.443V124.358C87.8807 126.998 85.7409 129.138 83.1013 129.138H25.0475C22.4079 129.138 20.2681 126.998 20.2681 124.358V106.121L22.7534 106.664C27.9229 107.793 35.9737 108.29 44.5218 105.34C48.6241 103.924 52.7177 101.609 57.0729 99.1372C57.1716 99.0812 57.2705 99.0251 57.3695 98.9688C65.8691 94.1443 75.4325 88.7159 86.2708 91.0903L87.8807 91.443ZM24.3647 109.053C29.7624 109.927 37.2674 110.01 45.19 107.276C49.5038 105.788 53.7659 103.369 58.0838 100.919C66.8101 95.9667 75.764 90.8854 85.8324 93.0912V124.358C85.8324 125.867 84.6097 127.089 83.1013 127.089H25.0475C23.5391 127.089 22.3164 125.867 22.3164 124.358V108.665C22.9588 108.805 23.6429 108.936 24.3647 109.053Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M85.8324 108.791V124.359C85.8324 125.867 84.6097 127.09 83.1013 127.09H25.0475C23.5392 127.09 22.3164 125.867 22.3164 124.359V121.302C28.3354 116.026 38.6854 110.863 52.1549 114.134C65.3799 117.346 77.7951 113.237 85.8324 108.791Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
32
+ <path d="M30.9111 57.0674H17.7851C16.9003 57.0674 16.1831 57.7846 16.1831 58.6694C16.1831 59.5541 16.9003 60.2714 17.7851 60.2714H30.9111C31.7959 60.2714 32.5131 59.5541 32.5131 58.6694C32.5131 57.7846 31.7959 57.0674 30.9111 57.0674Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
33
+ <path d="M43.9434 63.291H17.5408C16.791 63.291 16.1831 63.8989 16.1831 64.6487C16.1831 65.3985 16.791 66.0064 17.5408 66.0064H43.9434C44.6932 66.0064 45.301 65.3985 45.301 64.6487C45.301 63.8989 44.6932 63.291 43.9434 63.291Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
34
+ </svg>
35
+ `;
36
+ _exports.default = _default;
37
+ });