@openui5/sap.ui.webc.fiori 1.119.1 → 1.120.1

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,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="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartFlow-alternate">
9
+ <path d="M130.353 144.456H33.9438C26.3845 144.456 19.1348 147.459 13.7895 152.804C8.44429 158.15 5.44141 165.399 5.44141 172.959C5.44141 180.518 8.44429 187.768 13.7895 193.113C19.1348 198.458 26.3845 201.461 33.9438 201.461H130.393C137.952 201.461 145.202 198.458 150.547 193.113C155.892 187.768 158.895 180.518 158.895 172.959C158.895 165.399 155.892 158.15 150.547 152.804C145.202 147.459 137.952 144.456 130.393 144.456H130.353Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.779 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.779 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M290.964 93.9306H194.515C190.728 93.8597 186.965 94.5444 183.445 95.9447C179.926 97.345 176.721 99.4328 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.397C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.458C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.996 194.515 150.925H290.964C294.752 150.996 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.458C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.397C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.4328 305.554 97.345 302.034 95.9447C298.515 94.5444 294.752 93.8597 290.964 93.9306Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.084 41.8974H37.767C27.7505 41.8974 18.1444 45.8764 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8764 229.101 41.8974 219.084 41.8974Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <rect x="36.1855" y="76.2542" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1855 76.2542)" style="fill:var(--sapContent_Illustrative_Color6)"/>
14
+ <path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.331Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4276 68.025L225.455 43.1053C232.56 42.0701 239.159 46.9904 240.194 54.095L255.933 162.111C256.968 169.216 252.047 175.815 244.943 176.85L73.915 201.769C66.8103 202.805 60.2117 197.884 59.1765 190.78L43.4379 82.7636C42.4027 75.6589 47.323 69.0602 54.4276 68.025ZM54.8602 70.9937C49.3951 71.79 45.6102 76.8659 46.4065 82.331L62.1451 190.347C62.9414 195.812 68.0173 199.597 73.4825 198.801L244.51 173.881C249.975 173.085 253.76 168.009 252.964 162.544L237.225 54.5276C236.429 49.0624 231.353 45.2776 225.888 46.0739L54.8602 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L239.289 68.6976L48.4704 96.501L46.4057 82.331Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
17
+ <circle cx="63.0657" cy="82.4327" r="4.5" transform="rotate(-8.29 63.0657 82.4327)" style="fill:var(--sapContent_Illustrative_Color8)"/>
18
+ <circle cx="79.8879" cy="79.9816" r="4.5" transform="rotate(-8.29 79.8879 79.9816)" style="fill:var(--sapContent_Illustrative_Color8)"/>
19
+ <circle cx="96.7102" cy="77.5305" r="4.5" transform="rotate(-8.29 96.7102 77.5305)" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M275.618 47.8971C275.618 47.1309 273.394 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.832 41.2056C268.066 41.2073 267.429 43.431 267.265 46.414C264.285 46.6179 262.07 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.276 49.5703C267.454 52.5381 268.1 54.7448 268.864 54.7431C269.629 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.618 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
22
+ <rect x="64.0674" y="106.313" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0674 106.313)" style="fill:var(--sapContent_Illustrative_Color7)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M105.268 139.426L102.365 119.507L105.334 119.075L108.236 138.993L105.268 139.426Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M105.184 138.851L177.383 128.331L177.815 131.3L105.617 141.82L105.184 138.851Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M150.239 154.72L147.207 133.911L150.176 133.478L153.208 154.287C153.248 154.561 153.501 154.75 153.775 154.71L173.61 151.82L174.042 154.789L154.207 157.679C152.294 157.957 150.518 156.633 150.239 154.72Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
26
+ <rect x="79.6758" y="112.736" width="47.7423" height="13.7645" rx="1.58769" transform="rotate(-8.29 79.6758 112.736)" style="fill:var(--sapContent_Illustrative_Color3)"/>
27
+ <rect x="92.0801" y="134.781" width="27.87" height="13.3568" rx="1.58769" transform="rotate(-8.29 92.0801 134.781)" style="fill:var(--sapContent_Illustrative_Color2)"/>
28
+ <rect x="173.798" y="122.874" width="36.1162" height="13.3568" rx="1.58769" transform="rotate(-8.29 173.798 122.874)" style="fill:var(--sapContent_Illustrative_Color2)"/>
29
+ <rect x="169.263" y="146.808" width="51.9937" height="13.3568" rx="1.58769" transform="rotate(-8.29 169.263 146.808)" style="fill:var(--sapContent_Illustrative_Color13)"/>
30
+ <rect x="146.944" y="121.704" width="17.1368" height="17.1368" rx="1.58769" transform="rotate(36.71 146.944 121.704)" style="fill:var(--sapContent_Illustrative_Color14)"/>
31
+ </svg>
32
+ `;
33
+ _exports.default = _default;
34
+ });
@@ -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="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartGantt-alternate">
9
+ <path d="M130.689 144.456H34.2796C26.7203 144.456 19.4706 147.459 14.1253 152.804C8.78011 158.149 5.77722 165.399 5.77722 172.958C5.77722 180.518 8.78011 187.767 14.1253 193.113C19.4706 198.458 26.7203 201.461 34.2796 201.461H130.729C138.288 201.461 145.538 198.458 150.883 193.113C156.228 187.767 159.231 180.518 159.231 172.958C159.231 165.399 156.228 158.149 150.883 152.804C145.538 147.459 138.288 144.456 130.729 144.456H130.689Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.81 172.749H69.351C61.8853 172.889 54.7727 175.953 49.5424 181.282C44.3121 186.611 41.382 193.78 41.382 201.246C41.382 208.713 44.3121 215.882 49.5424 221.211C54.7727 226.54 61.8853 229.604 69.351 229.744H165.81C173.276 229.604 180.388 226.54 185.618 221.211C190.849 215.882 193.779 208.713 193.779 201.246C193.779 193.78 190.849 186.611 185.618 181.282C180.388 175.953 173.276 172.889 165.81 172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M291.3 93.9308H194.851C191.064 93.8599 187.301 94.5446 183.781 95.9449C180.262 97.3452 177.057 99.433 174.353 102.086C171.65 104.739 169.502 107.905 168.037 111.398C166.571 114.89 165.816 118.64 165.816 122.428C165.816 126.216 166.571 129.966 168.037 133.459C169.502 136.951 171.65 140.117 174.353 142.77C177.057 145.423 180.262 147.511 183.781 148.911C187.301 150.312 191.064 150.997 194.851 150.926H291.3C295.088 150.997 298.851 150.312 302.37 148.911C305.89 147.511 309.095 145.423 311.799 142.77C314.502 140.117 316.649 136.951 318.115 133.459C319.581 129.966 320.336 126.216 320.336 122.428C320.336 118.64 319.581 114.89 318.115 111.398C316.649 107.905 314.502 104.739 311.799 102.086C309.095 99.433 305.89 97.3452 302.37 95.9449C298.851 94.5446 295.088 93.8599 291.3 93.9308Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.421 41.8975H38.1033C28.0869 41.8975 18.4807 45.8765 11.398 52.9591C4.3153 60.0418 0.336304 69.648 0.336304 79.6644C0.336304 89.6808 4.3153 99.287 11.398 106.37C18.4807 113.452 28.0869 117.431 38.1033 117.431H219.421C229.437 117.431 239.043 113.452 246.126 106.37C253.208 99.287 257.188 89.6808 257.188 79.6644C257.188 69.648 253.208 60.0418 246.126 52.9591C239.043 45.8765 229.437 41.8975 219.421 41.8975Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <rect x="36.5215" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.5215 76.2544)" style="fill:var(--sapContent_Illustrative_Color6)"/>
14
+ <path d="M46.742 82.3311C45.9457 76.8659 49.7305 71.79 55.1957 70.9937L226.223 46.0739C231.689 45.2776 236.764 49.0625 237.561 54.5276L253.299 162.544C254.096 168.009 250.311 173.085 244.846 173.881L73.818 198.801C68.3528 199.597 63.2769 195.812 62.4806 190.347L46.742 82.3311Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.7632 68.025L225.791 43.1053C232.896 42.0701 239.494 46.9904 240.53 54.095L256.268 162.111C257.303 169.216 252.383 175.815 245.278 176.85L74.2506 201.769C67.1459 202.805 60.5472 197.884 59.512 190.78L43.7734 82.7636C42.7382 75.6589 47.6585 69.0602 54.7632 68.025ZM55.1958 70.9937C49.7306 71.79 45.9458 76.8659 46.7421 82.331L62.4807 190.347C63.277 195.812 68.3529 199.597 73.818 198.801L244.846 173.881C250.311 173.085 254.096 168.009 253.299 162.544L237.561 54.5276C236.765 49.0624 231.689 45.2776 226.224 46.0739L55.1958 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <path d="M46.742 82.3311C45.9457 76.8659 49.7305 71.79 55.1957 70.9937L226.223 46.0739C231.689 45.2776 236.764 49.0625 237.561 54.5276L239.625 68.6976L48.8067 96.5011L46.742 82.3311Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
17
+ <circle cx="63.4012" cy="82.4326" r="4.5" transform="rotate(-8.29 63.4012 82.4326)" style="fill:var(--sapContent_Illustrative_Color8)"/>
18
+ <circle cx="80.2236" cy="79.9814" r="4.5" transform="rotate(-8.29 80.2236 79.9814)" style="fill:var(--sapContent_Illustrative_Color8)"/>
19
+ <circle cx="97.046" cy="77.5302" r="4.5" transform="rotate(-8.29 97.046 77.5302)" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ <path d="M258.949 26.3833C258.949 25.1945 255.498 24.2429 250.887 24.0267C250.623 19.4216 249.608 15.9974 248.419 16C247.23 16.0026 246.242 19.4532 245.989 24.0821C241.365 24.3984 237.927 25.4317 237.943 26.6232C237.958 27.8147 241.394 28.7663 246.005 28.9798C246.281 33.585 247.283 37.0092 248.47 37.0066C249.656 37.0039 250.65 33.5534 250.903 28.9245C255.527 28.6082 258.962 27.5748 258.949 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M275.953 47.8971C275.953 47.1309 273.729 46.5176 270.758 46.3783C270.588 43.4106 269.934 41.2039 269.168 41.2056C268.401 41.2073 267.764 43.431 267.601 46.414C264.621 46.6179 262.406 47.2838 262.416 48.0516C262.426 48.8195 264.64 49.4327 267.611 49.5703C267.79 52.5381 268.435 54.7448 269.2 54.7431C269.965 54.7414 270.605 52.5177 270.768 49.5347C273.748 49.3308 275.962 48.6649 275.953 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
22
+ <rect x="64.4034" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.4034 106.312)" style="fill:var(--sapContent_Illustrative_Color7)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M77.0411 111.136C77.8608 111.016 78.6222 111.584 78.7417 112.404L87.7394 174.156C87.8588 174.976 87.2911 175.738 86.4714 175.857C85.6516 175.977 84.8902 175.409 84.7707 174.589L75.773 112.836C75.6536 112.017 76.2213 111.255 77.0411 111.136Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M122.56 104.503C123.38 104.384 124.142 104.952 124.261 105.771L133.259 167.524C133.378 168.344 132.811 169.105 131.991 169.225C131.171 169.344 130.41 168.776 130.29 167.957L121.292 106.204C121.173 105.384 121.741 104.623 122.56 104.503Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M168.08 97.8711C168.9 97.7516 169.661 98.3193 169.78 99.1391L178.778 160.892C178.898 161.712 178.33 162.473 177.51 162.592C176.69 162.712 175.929 162.144 175.809 161.324L166.812 99.5717C166.692 98.7519 167.26 97.9905 168.08 97.8711Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M213.599 91.2382C214.419 91.1188 215.18 91.6865 215.3 92.5063L224.298 154.259C224.417 155.079 223.849 155.84 223.029 155.96C222.21 156.079 221.448 155.511 221.329 154.692L212.331 92.9388C212.212 92.1191 212.779 91.3577 213.599 91.2382Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
27
+ <rect x="78.6844" y="117.916" width="59.7356" height="12.1679" rx="2" transform="rotate(-8.29 78.6844 117.916)" style="fill:var(--sapContent_Illustrative_Color3)"/>
28
+ <rect x="164.615" y="145.156" width="62.2009" height="12.1679" rx="2" transform="rotate(-8.29 164.615 145.156)" style="fill:var(--sapContent_Illustrative_Color14)"/>
29
+ <rect x="161.757" y="125.542" width="32.0969" height="12.1679" rx="2" transform="rotate(-8.29 161.757 125.542)" style="fill:var(--sapContent_Illustrative_Color2)"/>
30
+ <rect x="107.703" y="133.417" width="49.6197" height="12.1679" rx="2" transform="rotate(-8.29 107.703 133.417)" style="fill:var(--sapContent_Illustrative_Color2)"/>
31
+ </svg>
32
+ `;
33
+ _exports.default = _default;
34
+ });
@@ -0,0 +1,45 @@
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="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartOrg-alternate">
9
+ <path d="M130.521 144.456H34.1116C26.5523 144.456 19.3026 147.459 13.9574 152.804C8.61212 158.149 5.60924 165.399 5.60924 172.958C5.60924 180.518 8.61212 187.767 13.9574 193.113C19.3026 198.458 26.5523 201.461 34.1116 201.461H130.561C138.12 201.461 145.37 198.458 150.715 193.113C156.06 187.767 159.063 180.518 159.063 172.958C159.063 165.399 156.06 158.149 150.715 152.804C145.37 147.459 138.12 144.456 130.561 144.456H130.521Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.642 172.749H69.183C61.7173 172.889 54.6047 175.953 49.3744 181.282C44.1441 186.611 41.214 193.78 41.214 201.246C41.214 208.713 44.1441 215.882 49.3744 221.211C54.6047 226.54 61.7173 229.604 69.183 229.744H165.642C173.108 229.604 180.22 226.54 185.45 221.211C190.681 215.882 193.611 208.713 193.611 201.246C193.611 193.78 190.681 186.611 185.45 181.282C180.22 175.953 173.108 172.889 165.642 172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M291.132 93.9308H194.683C190.896 93.8599 187.133 94.5446 183.613 95.9449C180.094 97.3452 176.889 99.433 174.185 102.086C171.482 104.739 169.334 107.905 167.869 111.398C166.403 114.89 165.648 118.64 165.648 122.428C165.648 126.216 166.403 129.966 167.869 133.459C169.334 136.951 171.482 140.117 174.185 142.77C176.889 145.423 180.094 147.511 183.613 148.911C187.133 150.312 190.896 150.997 194.683 150.926H291.132C294.92 150.997 298.683 150.312 302.203 148.911C305.722 147.511 308.927 145.423 311.631 142.77C314.334 140.117 316.481 136.951 317.947 133.459C319.413 129.966 320.168 126.216 320.168 122.428C320.168 118.64 319.413 114.89 317.947 111.398C316.481 107.905 314.334 104.739 311.631 102.086C308.927 99.433 305.722 97.3452 302.203 95.9449C298.683 94.5446 294.92 93.8599 291.132 93.9308Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.253 41.8975H37.9353C27.9189 41.8975 18.3127 45.8765 11.23 52.9591C4.14732 60.0418 0.16832 69.648 0.16832 79.6644C0.16832 89.6808 4.14732 99.287 11.23 106.37C18.3127 113.452 27.9189 117.431 37.9353 117.431H219.253C229.269 117.431 238.875 113.452 245.958 106.37C253.04 99.287 257.02 89.6808 257.02 79.6644C257.02 69.648 253.04 60.0418 245.958 52.9591C238.875 45.8765 229.269 41.8975 219.253 41.8975Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <rect x="36.3535" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.3535 76.2544)" style="fill:var(--sapContent_Illustrative_Color6)"/>
14
+ <path d="M46.5741 82.3311C45.7778 76.8659 49.5627 71.79 55.0278 70.9937L226.056 46.0739C231.521 45.2776 236.597 49.0625 237.393 54.5276L253.132 162.544C253.928 168.009 250.143 173.085 244.678 173.881L73.6501 198.801C68.1849 199.597 63.109 195.812 62.3127 190.347L46.5741 82.3311Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.5953 68.025L225.623 43.1053C232.728 42.0701 239.326 46.9904 240.362 54.095L256.1 162.111C257.135 169.216 252.215 175.815 245.11 176.85L74.0826 201.769C66.978 202.805 60.3793 197.884 59.3441 190.78L43.6055 82.7636C42.5703 75.6589 47.4906 69.0602 54.5953 68.025ZM55.0278 70.9937C49.5627 71.79 45.7778 76.8659 46.5741 82.331L62.3127 190.347C63.109 195.812 68.1849 199.597 73.6501 198.801L244.678 173.881C250.143 173.085 253.928 168.009 253.132 162.544L237.393 54.5276C236.597 49.0624 231.521 45.2776 226.056 46.0739L55.0278 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <path d="M46.5741 82.3311C45.7778 76.8659 49.5627 71.79 55.0278 70.9937L226.056 46.0739C231.521 45.2776 236.597 49.0625 237.393 54.5276L239.458 68.6976L48.6388 96.5011L46.5741 82.3311Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
17
+ <circle cx="63.2333" cy="82.4326" r="4.5" transform="rotate(-8.29 63.2333 82.4326)" style="fill:var(--sapContent_Illustrative_Color8)"/>
18
+ <circle cx="80.0557" cy="79.9814" r="4.5" transform="rotate(-8.29 80.0557 79.9814)" style="fill:var(--sapContent_Illustrative_Color8)"/>
19
+ <circle cx="96.878" cy="77.5302" r="4.5" transform="rotate(-8.29 96.878 77.5302)" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ <path d="M258.781 26.3833C258.781 25.1945 255.33 24.2429 250.719 24.0267C250.455 19.4216 249.44 15.9974 248.251 16C247.062 16.0026 246.074 19.4532 245.821 24.0821C241.197 24.3984 237.759 25.4317 237.775 26.6232C237.79 27.8147 241.226 28.7663 245.837 28.9798C246.113 33.585 247.115 37.0092 248.302 37.0066C249.488 37.0039 250.482 33.5534 250.735 28.9245C255.359 28.6082 258.794 27.5748 258.781 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M275.785 47.8971C275.785 47.1309 273.561 46.5176 270.59 46.3783C270.42 43.4106 269.766 41.2039 269 41.2056C268.233 41.2073 267.596 43.431 267.433 46.414C264.453 46.6179 262.238 47.2838 262.248 48.0516C262.258 48.8195 264.472 49.4327 267.443 49.5703C267.622 52.5381 268.267 54.7448 269.032 54.7431C269.797 54.7414 270.437 52.5177 270.6 49.5347C273.58 49.3308 275.794 48.6649 275.785 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
22
+ <rect x="64.2355" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.2355 106.312)" style="fill:var(--sapContent_Illustrative_Color7)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M102.699 149.493L149.157 117.137L150.871 119.599L104.413 151.955L102.699 149.493Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M203.613 134.789L149.853 117.036L148.912 119.884L202.672 137.638L203.613 134.789Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M151.891 145.709L147.86 118.045L150.829 117.612L154.859 145.277L151.891 145.709Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
26
+ <rect x="136.716" y="106.49" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 136.716 106.49)" style="fill:var(--sapContent_Illustrative_Color3)"/>
27
+ <path d="M161.285 114.104C162.25 120.727 157.663 126.878 151.04 127.843C144.417 128.808 138.265 124.222 137.3 117.598C136.335 110.975 140.922 104.824 147.545 103.859C154.168 102.894 160.32 107.48 161.285 114.104Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M141.446 125.087C141.598 121.83 144.04 119.122 147.283 118.65L152.053 117.955C155.285 117.484 158.387 119.367 159.473 122.427C157.641 125.261 154.641 127.319 151.04 127.843C147.455 128.366 144.007 127.261 141.446 125.087ZM152.738 110.954C153.064 113.193 151.513 115.273 149.274 115.599C147.035 115.925 144.955 114.374 144.629 112.135C144.302 109.896 145.853 107.816 148.092 107.49C150.332 107.163 152.412 108.714 152.738 110.954Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M150.617 124.938C155.635 124.207 159.111 119.546 158.38 114.527C157.649 109.508 152.987 106.032 147.968 106.764C142.95 107.495 139.474 112.156 140.205 117.175C140.936 122.194 145.598 125.67 150.617 124.938ZM151.04 127.843C157.663 126.878 162.25 120.727 161.285 114.104C160.32 107.48 154.168 102.894 147.545 103.859C140.922 104.824 136.335 110.975 137.3 117.598C138.265 124.222 144.417 128.808 151.04 127.843Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
30
+ <rect x="92.4293" y="149.323" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 92.4293 149.323)" style="fill:var(--sapContent_Illustrative_Color2)"/>
31
+ <path d="M116.998 156.937C117.963 163.56 113.376 169.711 106.753 170.676C100.13 171.641 93.9783 167.055 93.0133 160.431C92.0482 153.808 96.6351 147.657 103.258 146.692C109.881 145.727 116.033 150.313 116.998 156.937Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
32
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M97.1593 167.92C97.3113 164.663 99.7527 161.955 102.996 161.483L107.766 160.788C110.998 160.317 114.1 162.2 115.186 165.26C113.354 168.094 110.354 170.152 106.753 170.676C103.168 171.199 99.7204 170.094 97.1593 167.92ZM108.451 153.787C108.777 156.026 107.226 158.106 104.987 158.432C102.748 158.758 100.668 157.207 100.342 154.968C100.015 152.729 101.566 150.649 103.806 150.323C106.045 149.996 108.125 151.547 108.451 153.787Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
33
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M106.33 167.771C111.349 167.04 114.824 162.379 114.093 157.36C113.362 152.341 108.7 148.865 103.682 149.597C98.6627 150.328 95.187 154.989 95.9182 160.008C96.6495 165.027 101.311 168.503 106.33 167.771ZM106.753 170.676C113.376 169.711 117.963 163.56 116.998 156.937C116.033 150.313 109.881 145.727 103.258 146.692C96.6351 147.657 92.0482 153.808 93.0133 160.431C93.9783 167.055 100.13 171.641 106.753 170.676Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
34
+ <rect x="141.907" y="142.113" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 141.907 142.113)" style="fill:var(--sapContent_Illustrative_Color13)"/>
35
+ <path d="M166.476 149.727C167.441 156.35 162.854 162.502 156.231 163.467C149.607 164.432 143.456 159.845 142.491 153.222C141.526 146.599 146.113 140.447 152.736 139.482C159.359 138.517 165.511 143.104 166.476 149.727Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
36
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M146.637 160.711C146.789 157.453 149.23 154.746 152.474 154.273L157.243 153.578C160.476 153.107 163.578 154.991 164.663 158.051C162.831 160.884 159.832 162.942 156.231 163.467C152.645 163.989 149.198 162.885 146.637 160.711ZM157.929 146.577C158.255 148.816 156.704 150.896 154.465 151.223C152.225 151.549 150.145 149.998 149.819 147.759C149.493 145.519 151.044 143.439 153.283 143.113C155.522 142.787 157.602 144.338 157.929 146.577Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
37
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M155.807 160.562C160.826 159.831 164.302 155.169 163.571 150.15C162.839 145.132 158.178 141.656 153.159 142.387C148.14 143.118 144.665 147.78 145.396 152.799C146.127 157.817 150.788 161.293 155.807 160.562ZM156.231 163.467C162.854 162.502 167.441 156.35 166.476 149.727C165.511 143.104 159.359 138.517 152.736 139.482C146.113 140.447 141.526 146.599 142.491 153.222C143.456 159.845 149.607 164.432 156.231 163.467Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
38
+ <rect x="191.384" y="134.904" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 191.384 134.904)" style="fill:var(--sapContent_Illustrative_Color2)"/>
39
+ <path d="M215.953 142.518C216.918 149.141 212.331 155.293 205.708 156.258C199.085 157.223 192.933 152.636 191.968 146.013C191.003 139.39 195.59 133.238 202.213 132.273C208.837 131.308 214.988 135.895 215.953 142.518Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M196.114 153.502C196.266 150.244 198.708 147.537 201.951 147.064L206.721 146.369C209.953 145.898 213.055 147.782 214.141 150.842C212.309 153.675 209.31 155.733 205.708 156.258C202.123 156.78 198.675 155.676 196.114 153.502ZM207.406 139.368C207.732 141.607 206.182 143.687 203.942 144.014C201.703 144.34 199.623 142.789 199.297 140.55C198.97 138.31 200.521 136.23 202.761 135.904C205 135.578 207.08 137.129 207.406 139.368Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
41
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M205.285 153.353C210.304 152.622 213.779 147.96 213.048 142.941C212.317 137.923 207.655 134.447 202.637 135.178C197.618 135.909 194.142 140.571 194.873 145.59C195.605 150.608 200.266 154.084 205.285 153.353ZM205.708 156.258C212.331 155.293 216.918 149.141 215.953 142.518C214.988 135.895 208.837 131.308 202.213 132.273C195.59 133.238 191.003 139.39 191.968 146.013C192.933 152.636 199.085 157.223 205.708 156.258Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
42
+ </svg>
43
+ `;
44
+ _exports.default = _default;
45
+ });
@@ -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="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartPie-alternate">
9
+ <path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.78 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.925 97.3452 176.72 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.751 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.751 93.8599 290.964 93.9308Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <rect x="36.1853" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1853 76.2544)" style="fill:var(--sapContent_Illustrative_Color6)"/>
14
+ <path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L252.963 162.544C253.76 168.009 249.975 173.085 244.51 173.881L73.4819 198.801C68.0168 199.597 62.9408 195.812 62.1445 190.347L46.4059 82.3311Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4269 68.025L225.455 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.047 175.815 244.942 176.85L73.9143 201.769C66.8096 202.805 60.2109 197.884 59.1757 190.78L43.4371 82.7636C42.4019 75.6589 47.3222 69.0602 54.4269 68.025ZM54.8595 70.9937C49.3943 71.79 45.6095 76.8659 46.4058 82.331L62.1444 190.347C62.9407 195.812 68.0166 199.597 73.4817 198.801L244.51 173.881C249.975 173.085 253.759 168.009 252.963 162.544L237.225 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8595 70.9937Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L239.289 68.6976L48.4706 96.5011L46.4059 82.3311Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
17
+ <circle cx="63.0649" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0649 82.4326)" style="fill:var(--sapContent_Illustrative_Color8)"/>
18
+ <circle cx="79.8872" cy="79.9814" r="4.5" transform="rotate(-8.29 79.8872 79.9814)" style="fill:var(--sapContent_Illustrative_Color8)"/>
19
+ <circle cx="96.7097" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7097 77.5302)" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.652 24.0821C241.028 24.3984 237.59 25.4317 237.606 26.6232C237.622 27.8147 241.057 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.313 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
22
+ <rect x="64.0671" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0671 106.312)" style="fill:var(--sapContent_Illustrative_Color7)"/>
23
+ <path d="M114.136 110.38C114.107 109.756 113.577 109.271 112.955 109.323C107.369 109.791 102.013 111.799 97.4897 115.134C92.6619 118.693 88.9979 123.604 86.9611 129.245C84.9243 134.887 84.6061 141.006 86.0468 146.828C87.4875 152.65 90.6223 157.914 95.0549 161.955C99.4875 165.996 105.019 168.631 110.949 169.528C116.88 170.425 122.943 169.544 128.372 166.995C133.802 164.446 138.353 160.344 141.451 155.209C144.355 150.396 145.86 144.879 145.81 139.274C145.804 138.649 145.272 138.166 144.648 138.195L116.615 139.491C115.991 139.52 115.461 139.038 115.433 138.413L114.136 110.38Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
24
+ <path d="M114.136 110.38C114.107 109.756 113.577 109.271 112.954 109.323C108.526 109.694 104.232 111.034 100.378 113.248C99.8364 113.559 99.6764 114.259 100.008 114.789L114.34 137.713C114.649 138.206 115.412 137.968 115.385 137.386L114.136 110.38Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
25
+ <path d="M144.648 138.195C145.272 138.166 145.804 138.649 145.81 139.274C145.848 143.56 144.977 147.809 143.249 151.741C141.37 156.019 138.528 159.805 134.944 162.803C131.361 165.801 127.133 167.93 122.591 169.025C118.416 170.032 114.079 170.139 109.867 169.345C109.253 169.229 108.871 168.62 109.01 168.011L115.294 140.383C115.407 139.887 115.837 139.527 116.345 139.504L144.648 138.195Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
26
+ <path d="M144.648 138.195C145.272 138.166 145.804 138.649 145.81 139.274C145.838 142.426 145.374 145.563 144.436 148.572C144.25 149.169 143.601 149.477 143.012 149.269L118.216 140.509C117.63 140.302 117.758 139.439 118.378 139.41L144.648 138.195Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
27
+ <path d="M130.968 106.864C131.236 106.3 131.912 106.057 132.468 106.342C138.2 109.274 143.082 113.644 146.631 119.032C150.179 124.42 152.266 130.631 152.695 137.055C152.737 137.679 152.247 138.204 151.623 138.226L117.346 139.476C116.498 139.507 115.919 138.628 116.282 137.861L130.968 106.864Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M144.617 129.585C145.129 128.933 146.072 128.82 146.723 129.332L165.623 144.186L189.173 140.754C189.993 140.635 190.754 141.202 190.874 142.022C190.993 142.842 190.426 143.603 189.606 143.723L165.418 147.247C165.011 147.306 164.598 147.196 164.275 146.942L144.869 131.691C144.218 131.179 144.105 130.236 144.617 129.585Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M169.39 113.678C169.151 112.038 170.287 110.515 171.926 110.276L216.988 103.711C218.627 103.472 220.15 104.607 220.389 106.247C220.628 107.886 219.492 109.409 217.853 109.648L172.791 116.214C171.152 116.453 169.629 115.317 169.39 113.678Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M171.672 129.337C171.433 127.697 172.568 126.175 174.208 125.936L205.614 121.36C207.253 121.121 208.776 122.256 209.015 123.896C209.254 125.535 208.118 127.058 206.479 127.297L175.073 131.873C173.433 132.112 171.91 130.976 171.672 129.337Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
31
+ </svg>
32
+ `;
33
+ _exports.default = _default;
34
+ });
@@ -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="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-CodePlaceholder-alternate">
9
+ <path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.473 173.324H69.0139C61.5483 173.464 54.4356 176.528 49.2054 181.857C43.9751 187.186 41.0449 194.354 41.0449 201.821C41.0449 209.288 43.9751 216.457 49.2054 221.786C54.4356 227.115 61.5483 230.179 69.0139 230.319H165.473C172.938 230.179 180.051 227.115 185.281 221.786C190.512 216.457 193.442 209.288 193.442 201.821C193.442 194.354 190.512 187.186 185.281 181.857C180.051 176.528 172.938 173.464 165.473 173.324Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M290.963 94.5055H194.514C190.727 94.4346 186.964 95.1193 183.444 96.5196C179.925 97.9199 176.72 100.008 174.016 102.661C171.313 105.314 169.165 108.48 167.699 111.972C166.234 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.234 130.541 167.699 134.033C169.165 137.526 171.313 140.692 174.016 143.345C176.72 145.998 179.925 148.086 183.444 149.486C186.964 150.886 190.727 151.571 194.514 151.5H290.963C294.751 151.571 298.514 150.886 302.033 149.486C305.553 148.086 308.758 145.998 311.462 143.345C314.165 140.692 316.312 137.526 317.778 134.033C319.244 130.541 319.999 126.791 319.999 123.003C319.999 119.215 319.244 115.465 317.778 111.972C316.312 108.48 314.165 105.314 311.462 102.661C308.758 100.008 305.553 97.9199 302.033 96.5196C298.514 95.1193 294.751 94.4346 290.963 94.5055Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <path d="M255.789 7.0734C256.083 7.4466 256.27 7.89205 256.332 8.36288C256.394 8.83371 256.327 9.3125 256.14 9.74887L251.955 20.2441C251.264 21.9803 249.457 22.3425 248.097 21.8004C247.532 21.5988 247.048 21.2193 246.717 20.7189C246.386 20.2185 246.227 19.6242 246.263 19.0254C246.289 18.7366 246.358 18.4534 246.469 18.1854L250.654 7.69015C250.828 7.22592 251.124 6.81741 251.512 6.50784C251.899 6.19827 252.363 5.99916 252.854 5.93157C253.4 5.85619 253.956 5.9215 254.47 6.12133C254.983 6.32115 255.437 6.64886 255.789 7.0734Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
14
+ <path d="M290.555 57.6684C290.596 58.0058 290.566 58.348 290.467 58.6731C290.368 58.9982 290.202 59.2991 289.98 59.5566C289.758 59.8141 289.485 60.0225 289.178 60.1685C288.872 60.3145 288.538 60.395 288.198 60.4047L277.222 61.2221C276.828 61.2502 276.431 61.1993 276.057 61.0724C275.682 60.9456 275.336 60.7454 275.039 60.4834C274.743 60.2215 274.501 59.903 274.329 59.5467C274.157 59.1904 274.057 58.8033 274.036 58.4082C274.023 58.2454 274.023 58.0819 274.037 57.9192C274.078 57.3174 274.344 56.753 274.781 56.3371C275.218 55.9213 275.794 55.6842 276.398 55.6727L287.368 54.8584C287.763 54.8296 288.159 54.8799 288.534 55.0062C288.909 55.1325 289.255 55.3324 289.552 55.594C289.849 55.8557 290.09 56.1739 290.262 56.5301C290.435 56.8863 290.534 57.2733 290.555 57.6684Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
15
+ <path d="M282.205 27.9441C282.152 28.3116 282.024 28.6644 281.83 28.981C281.636 29.2975 281.379 29.5711 281.076 29.7852L267.563 39.5226C266.955 39.9559 266.202 40.1372 265.463 40.0286C264.724 39.92 264.056 39.5299 263.598 38.9398C263.175 38.3908 262.974 37.703 263.035 37.0128C263.071 36.615 263.192 36.2296 263.39 35.8828C263.588 35.536 263.858 35.236 264.183 35.0032L277.695 25.2658C278.307 24.8296 279.064 24.6474 279.807 24.7576C280.55 24.8678 281.221 25.2617 281.68 25.8566C281.903 26.1513 282.065 26.4881 282.155 26.8468C282.245 27.2055 282.262 27.5787 282.205 27.9441Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
16
+ <rect x="50" y="39.0959" width="195.086" height="195.086" rx="14" style="fill:var(--sapContent_Illustrative_Color6)"/>
17
+ <path d="M57 46.0959C57 38.9162 62.8203 33.0959 70 33.0959H239.086C246.266 33.0959 252.086 38.9162 252.086 46.0959V215.182C252.086 222.362 246.266 228.182 239.086 228.182H70C62.8203 228.182 57 222.362 57 215.182V46.0959Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M239.086 36.0959H70C64.4772 36.0959 60 40.5731 60 46.0959V215.182C60 220.705 64.4771 225.182 70 225.182H239.086C244.609 225.182 249.086 220.705 249.086 215.182V46.0959C249.086 40.5731 244.609 36.0959 239.086 36.0959ZM70 33.0959C62.8203 33.0959 57 38.9162 57 46.0959V215.182C57 222.362 62.8203 228.182 70 228.182H239.086C246.266 228.182 252.086 222.362 252.086 215.182V46.0959C252.086 38.9162 246.266 33.0959 239.086 33.0959H70Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M80.0645 213.117C75.6462 213.117 72.0645 209.536 72.0645 205.117V186.704C75.3782 186.704 78.0645 189.391 78.0645 192.704V205.117C78.0645 206.222 78.9599 207.117 80.0645 207.117H92.4775C95.7912 207.117 98.4775 209.804 98.4775 213.117H80.0645ZM148.13 213.117C148.13 209.804 145.444 207.117 142.13 207.117H117.304C113.99 207.117 111.304 209.804 111.304 213.117H148.13ZM197.782 213.117C197.782 209.804 195.096 207.117 191.782 207.117H166.956C163.642 207.117 160.956 209.804 160.956 213.117H197.782ZM237.021 186.704C233.708 186.704 231.021 189.391 231.021 192.704V205.117C231.021 206.222 230.126 207.117 229.021 207.117H216.608C213.295 207.117 210.608 209.804 210.608 213.117H229.021C233.44 213.117 237.021 209.536 237.021 205.117V186.704ZM237.021 137.052C233.708 137.052 231.021 139.738 231.021 143.052V167.878C231.021 171.192 233.708 173.878 237.021 173.878V137.052ZM237.021 87.3997C233.708 87.3997 231.021 90.0859 231.021 93.3997V118.226C231.021 121.54 233.708 124.226 237.021 124.226V87.3997ZM210.608 48.1604C210.608 51.4741 213.295 54.1604 216.608 54.1604H229.021C230.126 54.1604 231.021 55.0558 231.021 56.1604V68.5735C231.021 71.8872 233.708 74.5735 237.021 74.5735V56.1604C237.021 51.7421 233.44 48.1604 229.021 48.1604H210.608ZM160.956 48.1604C160.956 51.4741 163.642 54.1604 166.956 54.1604H191.782C195.096 54.1604 197.782 51.4741 197.782 48.1604H160.956ZM111.304 48.1604C111.304 51.4741 113.99 54.1604 117.304 54.1604H142.13C145.444 54.1604 148.13 51.4741 148.13 48.1604H111.304ZM98.4775 48.1604C98.4775 51.4741 95.7912 54.1604 92.4775 54.1604H80.0645C78.9599 54.1604 78.0645 55.0558 78.0645 56.1604V68.5735C78.0645 71.8872 75.3782 74.5735 72.0645 74.5735V56.1604C72.0645 51.7421 75.6462 48.1604 80.0645 48.1604H98.4775ZM72.0645 87.3997C75.3782 87.3997 78.0645 90.086 78.0645 93.3997V118.226C78.0645 121.54 75.3782 124.226 72.0645 124.226V87.3997ZM72.0645 137.052C75.3782 137.052 78.0645 139.738 78.0645 143.052V167.878C78.0645 171.192 75.3782 173.878 72.0645 173.878V137.052Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
20
+ </svg>
21
+ `;
22
+ _exports.default = _default;
23
+ });
@@ -0,0 +1,39 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Company-alternate">
9
+ <path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.474 173.324H69.0149C61.5493 173.464 54.4366 176.528 49.2063 181.857C43.9761 187.186 41.0459 194.354 41.0459 201.821C41.0459 209.288 43.9761 216.457 49.2063 221.786C54.4366 227.115 61.5493 230.179 69.0149 230.319H165.474C172.939 230.179 180.052 227.115 185.282 221.786C190.513 216.457 193.443 209.288 193.443 201.821C193.443 194.354 190.513 187.186 185.282 181.857C180.052 176.528 172.939 173.464 165.474 173.324Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M290.964 94.5055H194.515C190.728 94.4346 186.965 95.1193 183.445 96.5196C179.926 97.9199 176.721 100.008 174.017 102.661C171.314 105.314 169.166 108.48 167.7 111.972C166.235 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.235 130.541 167.7 134.033C169.166 137.526 171.314 140.692 174.017 143.345C176.721 145.998 179.926 148.086 183.445 149.486C186.965 150.886 190.728 151.571 194.515 151.5H290.964C294.752 151.571 298.515 150.886 302.034 149.486C305.554 148.086 308.759 145.998 311.463 143.345C314.166 140.692 316.313 137.526 317.779 134.033C319.245 130.541 320 126.791 320 123.003C320 119.215 319.245 115.465 317.779 111.972C316.313 108.48 314.166 105.314 311.463 102.661C308.759 100.008 305.554 97.9199 302.034 96.5196C298.515 95.1193 294.752 94.4346 290.964 94.5055Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <rect x="206.938" y="110.087" width="46.959" height="98.3552" style="fill:var(--sapContent_Illustrative_Color5)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M216.547 129.265H242.289V135.265H216.547V129.265Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M216.547 148.265H242.289V154.265H216.547V148.265Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M216.547 167.265H242.289V173.265H216.547V167.265Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
17
+ <path d="M94.9385 51.4902H206.938V209.043H94.9385V51.4902Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M203.938 54.4902H97.9385V206.043H203.938V54.4902ZM94.9385 51.4902V209.043H206.938V51.4902H94.9385Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
19
+ <rect width="150.879" height="15.9164" transform="matrix(-3.58932e-08 1 1 5.32325e-08 142.979 55.2249)" style="fill:var(--sapContent_Illustrative_Color2)"/>
20
+ <rect width="9.07959" height="15.9164" transform="matrix(-3.58932e-08 1 1 5.32325e-08 142.979 55.2249)" style="fill:var(--sapContent_Illustrative_Color14)"/>
21
+ <rect width="130.672" height="14.7651" transform="matrix(1 0 0 -1 85.6025 55.2249)" style="fill:var(--sapContent_Illustrative_Color2)"/>
22
+ <rect x="105.004" y="65.022" width="30.2746" height="39.6687" style="fill:var(--sapContent_Illustrative_Color6)"/>
23
+ <rect x="105.004" y="111.432" width="30.2746" height="39.6687" style="fill:var(--sapContent_Illustrative_Color6)"/>
24
+ <rect x="105.004" y="157.842" width="30.2746" height="39.6687" style="fill:var(--sapContent_Illustrative_Color6)"/>
25
+ <rect x="166.599" y="65.022" width="30.2746" height="39.6687" style="fill:var(--sapContent_Illustrative_Color6)"/>
26
+ <rect x="166.599" y="111.432" width="30.2746" height="39.6687" style="fill:var(--sapContent_Illustrative_Color6)"/>
27
+ <rect x="166.599" y="157.842" width="30.2746" height="39.6687" style="fill:var(--sapContent_Illustrative_Color6)"/>
28
+ <path d="M94.9385 83.4424L51.9385 120.942V208.442H94.9385V83.4424Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M62.9385 130.442V143.442H68.9385V130.442H62.9385Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M77.9385 130.442V143.442H83.9385V130.442H77.9385Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M62.9385 151.442V164.442H68.9385V151.442H62.9385Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
32
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M77.9385 151.442V164.442H83.9385V151.442H77.9385Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
33
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M37.8008 207.543C37.8008 206.714 38.4724 206.043 39.3008 206.043L267.585 206.043C268.413 206.043 269.085 206.714 269.085 207.543C269.085 208.371 268.413 209.043 267.585 209.043L39.3008 209.043C38.4724 209.043 37.8008 208.371 37.8008 207.543Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
34
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M299.925 207.604C299.925 208.433 299.253 209.104 298.425 209.104H282.021C281.193 209.104 280.521 208.433 280.521 207.604C280.521 206.776 281.193 206.104 282.021 206.104H298.425C299.253 206.104 299.925 206.776 299.925 207.604Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
35
+ <path d="M247.417 46.9527H252.883C252.883 44.0058 254.029 41.1797 256.071 39.0959C258.112 37.0122 260.88 35.8416 263.767 35.8416H298.982C301.868 35.8416 304.637 37.0122 306.678 39.0959C308.719 41.1797 309.866 44.0058 309.866 46.9527C309.866 49.8995 308.719 52.7257 306.678 54.8094C304.637 56.8932 301.868 58.0638 298.982 58.0638H293.516C293.516 61.0106 292.37 63.8368 290.328 65.9205C288.287 68.0043 285.519 69.1749 282.632 69.1749H247.417C244.531 69.1749 241.762 68.0043 239.721 65.9205C237.68 63.8368 236.533 61.0106 236.533 58.0638C236.533 55.1169 237.68 52.2908 239.721 50.207C241.762 48.1233 244.531 46.9527 247.417 46.9527Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
36
+ </svg>
37
+ `;
38
+ _exports.default = _default;
39
+ });
@@ -0,0 +1,35 @@
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="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Components-alternate">
9
+ <path d="M130.352 144.918H33.9433C26.384 144.918 19.1343 147.921 13.789 153.267C8.4438 158.612 5.44092 165.862 5.44092 173.421C5.44092 180.98 8.4438 188.23 13.789 193.575C19.1343 198.92 26.384 201.923 33.9433 201.923H130.392C137.952 201.923 145.201 198.92 150.547 193.575C155.892 188.23 158.895 180.98 158.895 173.421C158.895 165.862 155.892 158.612 150.547 153.267C145.201 147.921 137.952 144.918 130.392 144.918H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.474 173.211H69.0149C61.5493 173.351 54.4366 176.415 49.2063 181.744C43.9761 187.073 41.0459 194.242 41.0459 201.709C41.0459 209.176 43.9761 216.344 49.2063 221.673C54.4366 227.002 61.5493 230.066 69.0149 230.206H165.474C172.939 230.066 180.052 227.002 185.282 221.673C190.513 216.344 193.443 209.176 193.443 201.709C193.443 194.242 190.513 187.073 185.282 181.744C180.052 176.415 172.939 173.351 165.474 173.211Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M290.964 94.3927H194.515C190.728 94.3218 186.965 95.0065 183.445 96.4068C179.926 97.8071 176.721 99.8949 174.017 102.548C171.314 105.201 169.166 108.367 167.7 111.86C166.235 115.352 165.479 119.102 165.479 122.89C165.479 126.678 166.235 130.428 167.7 133.921C169.166 137.413 171.314 140.579 174.017 143.232C176.721 145.885 179.926 147.973 183.445 149.373C186.965 150.774 190.728 151.458 194.515 151.388H290.964C294.752 151.458 298.515 150.774 302.034 149.373C305.554 147.973 308.759 145.885 311.463 143.232C314.166 140.579 316.313 137.413 317.779 133.921C319.245 130.428 320 126.678 320 122.89C320 119.102 319.245 115.352 317.779 111.86C316.313 108.367 314.166 105.201 311.463 102.548C308.759 99.8949 305.554 97.8071 302.034 96.4068C298.515 95.0065 294.752 94.3218 290.964 94.3927Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.084 42.3596H37.767C27.7505 42.3596 18.1444 46.3386 11.0617 53.4213C3.979 60.504 0 70.1102 0 80.1266C0 90.143 3.979 99.7492 11.0617 106.832C18.1444 113.915 27.7505 117.894 37.767 117.894H219.084C229.101 117.894 238.707 113.915 245.789 106.832C252.872 99.7492 256.851 90.143 256.851 80.1266C256.851 70.1102 252.872 60.504 245.789 53.4213C238.707 46.3386 229.101 42.3596 219.084 42.3596Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <path d="M108.646 142.687C108.646 141.583 109.541 140.687 110.646 140.687H129.421C130.525 140.687 131.421 141.583 131.421 142.687V157.802C131.421 158.907 130.525 159.802 129.421 159.802H110.646C109.541 159.802 108.646 158.907 108.646 157.802V142.687Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M110.646 137.687H129.421C132.182 137.687 134.421 139.926 134.421 142.687V157.802C134.421 160.564 132.182 162.802 129.421 162.802H110.646C107.885 162.802 105.646 160.564 105.646 157.802V142.687C105.646 139.926 107.885 137.687 110.646 137.687ZM110.646 140.687C109.541 140.687 108.646 141.583 108.646 142.687V157.802C108.646 158.907 109.541 159.802 110.646 159.802H129.421C130.525 159.802 131.421 158.907 131.421 157.802V142.687C131.421 141.583 130.525 140.687 129.421 140.687H110.646Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
15
+ <path d="M150.301 142.687C150.301 141.583 151.197 140.687 152.301 140.687H171.076C172.181 140.687 173.076 141.583 173.076 142.687V157.802C173.076 158.907 172.181 159.802 171.076 159.802H152.301C151.197 159.802 150.301 158.907 150.301 157.802V142.687Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M152.301 137.687H171.076C173.838 137.687 176.076 139.926 176.076 142.687V157.802C176.076 160.564 173.838 162.802 171.076 162.802H152.301C149.54 162.802 147.301 160.564 147.301 157.802V142.687C147.301 139.926 149.54 137.687 152.301 137.687ZM152.301 140.687C151.197 140.687 150.301 141.583 150.301 142.687V157.802C150.301 158.907 151.197 159.802 152.301 159.802H171.076C172.181 159.802 173.076 158.907 173.076 157.802V142.687C173.076 141.583 172.181 140.687 171.076 140.687H152.301Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
17
+ <path d="M191.957 142.687C191.957 141.583 192.852 140.687 193.957 140.687H212.731C213.836 140.687 214.731 141.583 214.731 142.687V157.802C214.731 158.907 213.836 159.802 212.731 159.802H193.957C192.852 159.802 191.957 158.907 191.957 157.802V142.687Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M193.957 137.687H212.731C215.493 137.687 217.731 139.926 217.731 142.687V157.802C217.731 160.564 215.493 162.802 212.731 162.802H193.957C191.195 162.802 188.957 160.564 188.957 157.802V142.687C188.957 139.926 191.195 137.687 193.957 137.687ZM193.957 140.687C192.852 140.687 191.957 141.583 191.957 142.687V157.802C191.957 158.907 192.852 159.802 193.957 159.802H212.731C213.836 159.802 214.731 158.907 214.731 157.802V142.687C214.731 141.583 213.836 140.687 212.731 140.687H193.957Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
19
+ <path d="M94.3511 154.515H229.026V195.998H94.3511V154.515Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M91.3511 151.515H232.026V198.998H91.3511V151.515ZM94.3511 154.515V195.998H229.026V154.515H94.3511Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
21
+ <rect x="200.296" y="96.0442" width="22.7749" height="19.115" rx="3" style="fill:var(--sapContent_Illustrative_Color14)"/>
22
+ <rect x="241.951" y="96.0442" width="22.7749" height="19.115" rx="3" style="fill:var(--sapContent_Illustrative_Color14)"/>
23
+ <rect x="186.001" y="109.872" width="92.835" height="41.4831" style="fill:var(--sapContent_Illustrative_Color2)"/>
24
+ <path d="M153.878 56.561C153.878 55.4565 154.773 54.561 155.878 54.561H174.653C175.757 54.561 176.653 55.4565 176.653 56.561V71.676C176.653 72.7806 175.757 73.676 174.653 73.676H155.878C154.773 73.676 153.878 72.7806 153.878 71.676V56.561Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M155.878 51.561H174.653C177.414 51.561 179.653 53.7996 179.653 56.561V71.676C179.653 74.4374 177.414 76.676 174.653 76.676H155.878C153.117 76.676 150.878 74.4375 150.878 71.676V56.561C150.878 53.7996 153.117 51.561 155.878 51.561ZM155.878 54.561C154.773 54.561 153.878 55.4565 153.878 56.561V71.676C153.878 72.7806 154.773 73.676 155.878 73.676H174.653C175.757 73.676 176.653 72.7806 176.653 71.676V56.561C176.653 55.4565 175.757 54.561 174.653 54.561H155.878Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
26
+ <path d="M195.533 56.561C195.533 55.4565 196.429 54.561 197.533 54.561H216.308C217.413 54.561 218.308 55.4565 218.308 56.561V71.676C218.308 72.7806 217.413 73.676 216.308 73.676H197.533C196.429 73.676 195.533 72.7806 195.533 71.676V56.561Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
27
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M197.533 51.561H216.308C219.069 51.561 221.308 53.7996 221.308 56.561V71.676C221.308 74.4374 219.069 76.676 216.308 76.676H197.533C194.772 76.676 192.533 74.4375 192.533 71.676V56.561C192.533 53.7996 194.772 51.561 197.533 51.561ZM197.533 54.561C196.429 54.561 195.533 55.4565 195.533 56.561V71.676C195.533 72.7806 196.429 73.676 197.533 73.676H216.308C217.413 73.676 218.308 72.7806 218.308 71.676V56.561C218.308 55.4565 217.413 54.561 216.308 54.561H197.533Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
28
+ <path d="M139.583 68.3887H232.418V109.872H139.583V68.3887Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M136.583 65.3887H235.418V112.872H136.583V65.3887ZM139.583 68.3887V109.872H232.418V68.3887H139.583Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
30
+ <rect x="20.5869" y="85.4827" width="22.7749" height="19.115" rx="3" transform="rotate(-40.3434 20.5869 85.4827)" style="fill:var(--sapContent_Illustrative_Color15)"/>
31
+ <rect x="18.6431" y="105.276" width="51.2085" height="41.4831" transform="rotate(-40.3434 18.6431 105.276)" style="fill:var(--sapContent_Illustrative_Color3)"/>
32
+ </svg>
33
+ `;
34
+ _exports.default = _default;
35
+ });
@@ -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="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-EmptyContentPane-alternate">
9
+ <path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.15 5.44092 165.399 5.44092 172.959C5.44092 180.518 8.4438 187.768 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.768 158.895 180.518 158.895 172.959C158.895 165.399 155.892 158.15 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.779 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.779 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749V172.749Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M290.964 93.9306H194.515C190.728 93.8597 186.965 94.5444 183.445 95.9447C179.925 97.345 176.72 99.4328 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.397C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.458C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.996 194.515 150.925H290.964C294.751 150.996 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.458C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.397C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.4328 305.554 97.345 302.034 95.9447C298.515 94.5444 294.751 93.8597 290.964 93.9306V93.9306Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.084 41.8974H37.767C27.7505 41.8974 18.1443 45.8764 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644V79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1443 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644V79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8764 229.101 41.8974 219.084 41.8974V41.8974Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <path d="M72 84.4386C72 77.0872 77.9595 71.1277 85.3109 71.1277H140.659C143.737 71.1277 146.72 72.1946 149.1 74.1468L200.178 116.042C203.261 118.57 205.048 122.347 205.048 126.334V187.538C205.048 194.89 199.088 200.849 191.737 200.849H85.3109C77.9595 200.849 72 194.89 72 187.538V84.4386Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
14
+ <path d="M82.4161 76.5654C82.4161 70.932 86.9829 66.3652 92.6164 66.3652H155.456C158.054 66.3652 160.554 67.3563 162.446 69.1363L205.785 109.911C207.834 111.839 208.996 114.527 208.996 117.34V179.677C208.996 185.31 204.429 189.877 198.796 189.877H92.6164C86.9829 189.877 82.4161 185.31 82.4161 179.677V76.5654Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M198.796 192.877H92.6164C85.3261 192.877 79.4161 186.967 79.4161 179.677V76.5654C79.4161 69.2752 85.3261 63.3652 92.6164 63.3652H155.456C158.818 63.3652 162.053 64.6478 164.501 66.9513L207.841 107.726C210.493 110.221 211.996 113.7 211.996 117.34V179.677C211.996 186.967 206.086 192.877 198.796 192.877ZM92.6164 66.3652C86.9829 66.3652 82.4161 70.932 82.4161 76.5654V179.677C82.4161 185.31 86.9829 189.877 92.6164 189.877H198.796C204.429 189.877 208.996 185.31 208.996 179.677V117.34C208.996 114.527 207.834 111.839 205.785 109.911L162.446 69.1363C160.554 67.3563 158.054 66.3652 155.456 66.3652H92.6164Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <path d="M159 108.928C159 111.379 160.987 113.365 163.437 113.365H206.76C207.564 113.365 207.954 112.382 207.368 111.831L160.495 67.7707C159.929 67.2382 159 67.6399 159 68.4173V108.928Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M206.76 116.365H163.437C159.33 116.365 156 113.036 156 108.928V68.4173C156 65.0116 160.068 63.2523 162.55 65.5848L209.423 109.645C211.989 112.057 210.282 116.365 206.76 116.365ZM160.495 67.7707C159.929 67.2382 159 67.6399 159 68.4173V108.928C159 111.379 160.987 113.365 163.437 113.365H206.76C207.564 113.365 207.954 112.382 207.368 111.831L160.495 67.7707Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
18
+ <path d="M219.155 20.8638C219.449 21.237 219.637 21.6825 219.698 22.1533C219.76 22.6241 219.694 23.1029 219.507 23.5393L215.322 34.0345C214.631 35.7707 212.824 36.133 211.463 35.5908C210.898 35.3892 210.414 35.0097 210.083 34.5093C209.753 34.0089 209.593 33.4146 209.629 32.8158C209.655 32.527 209.725 32.2438 209.835 31.9758L214.02 21.4806C214.194 21.0163 214.491 20.6078 214.878 20.2982C215.265 19.9887 215.729 19.7896 216.22 19.722C216.766 19.6466 217.322 19.7119 217.836 19.9117C218.35 20.1116 218.804 20.4393 219.155 20.8638V20.8638Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
19
+ <path d="M253.921 71.4586C253.961 71.796 253.931 72.1382 253.832 72.4633C253.733 72.7884 253.568 73.0894 253.346 73.3468C253.124 73.6043 252.851 73.8127 252.544 73.9587C252.237 74.1048 251.903 74.1852 251.564 74.1949L240.588 75.0123C240.193 75.0404 239.797 74.9895 239.422 74.8627C239.047 74.7359 238.701 74.5356 238.405 74.2737C238.108 74.0117 237.867 73.6933 237.695 73.3369C237.522 72.9806 237.423 72.5936 237.402 72.1984C237.389 72.0357 237.389 71.8722 237.403 71.7095C237.444 71.1077 237.709 70.5432 238.146 70.1274C238.583 69.7115 239.16 69.4745 239.763 69.4629L250.734 68.6486C251.128 68.6199 251.525 68.6701 251.9 68.7964C252.275 68.9228 252.621 69.1226 252.917 69.3843C253.214 69.6459 253.456 69.9642 253.628 70.3203C253.8 70.6765 253.9 71.0635 253.921 71.4586V71.4586Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
20
+ <path d="M245.57 41.7343C245.517 42.1018 245.39 42.4546 245.196 42.7711C245.002 43.0877 244.745 43.3613 244.442 43.5753L230.929 53.3127C230.32 53.746 229.568 53.9273 228.829 53.8187C228.09 53.7101 227.421 53.32 226.963 52.73C226.541 52.181 226.34 51.4932 226.401 50.803C226.436 50.4052 226.557 50.0198 226.755 49.673C226.953 49.3262 227.224 49.0262 227.548 48.7934L241.061 39.056C241.673 38.6198 242.429 38.4376 243.172 38.5478C243.915 38.658 244.587 39.0519 245.045 39.6468C245.269 39.9415 245.431 40.2783 245.521 40.637C245.611 40.9957 245.628 41.3689 245.57 41.7343V41.7343Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
21
+ <rect x="46" y="98.3652" width="51.1724" height="53" rx="9.50345" style="fill:var(--sapContent_Illustrative_Color2)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M78.1115 122.904C79.1583 123.915 79.1583 125.555 78.1115 126.566L70.0701 134.333C69.3035 135.073 68.1506 135.295 67.149 134.894C66.1474 134.493 65.4943 133.549 65.4943 132.502L65.4943 116.968C65.4943 115.921 66.1474 114.977 67.149 114.576C68.1506 114.175 69.3035 114.397 70.0701 115.137L78.1115 122.904Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
23
+ <rect x="146" y="168.365" width="159.444" height="41" rx="9.94242" style="fill:var(--sapContent_Illustrative_Color3)"/>
24
+ <g clip-path="url(#clip0_620_3361)">
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M171.754 180.394L171.753 180.396L169.517 185.509H172.426C172.458 185.509 172.489 185.511 172.52 185.513C172.972 185.477 173.426 185.697 173.668 186.116L175.259 188.865L178.329 185.856C178.808 185.387 179.578 185.395 180.047 185.874C180.517 186.353 180.509 187.122 180.03 187.592L176.516 191.035L178.815 195.007C179.151 195.587 178.953 196.33 178.372 196.667C177.791 197.003 177.048 196.804 176.712 196.224L174.725 192.79L171.887 195.571C171.098 196.342 170.101 196.85 169.034 197.042V197.042L167.904 197.246C167.244 197.366 166.612 196.927 166.492 196.267C166.373 195.607 166.812 194.975 167.472 194.855L168.602 194.651C169.196 194.544 169.751 194.261 170.188 193.835V193.835L173.468 190.62L171.916 187.939H168.454L163.545 199.166C162.882 200.682 161.401 201.691 159.728 201.731L158.412 201.772C157.742 201.793 157.181 201.266 157.161 200.595C157.14 199.925 157.667 199.364 158.337 199.344L159.668 199.302C160.389 199.286 161.03 198.852 161.319 198.192L165.803 187.939H162.228C161.557 187.939 161.013 187.395 161.013 186.724C161.013 186.053 161.557 185.509 162.228 185.509H166.865L169.532 179.41C170.051 178.243 171.202 177.476 172.494 177.476H174.468C175.139 177.476 175.683 178.02 175.683 178.691C175.683 179.362 175.139 179.906 174.468 179.906H172.494C172.18 179.906 171.889 180.091 171.754 180.394Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
26
+ </g>
27
+ <rect x="196.111" y="185.069" width="86.5556" height="9.11111" rx="4.55556" style="fill:var(--sapContent_Illustrative_Color15)"/>
28
+ <defs>
29
+ <clipPath id="clip0_620_3361">
30
+ <rect width="24.2963" height="24.2963" style="fill:var(--sapContent_Illustrative_Color8)" transform="translate(156.629 177.476)"/>
31
+ </clipPath>
32
+ </defs>
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="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ExternalLink-alternate">
9
+ <path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.473 173.324H69.0139C61.5483 173.464 54.4356 176.528 49.2054 181.857C43.9751 187.186 41.0449 194.354 41.0449 201.821C41.0449 209.288 43.9751 216.457 49.2054 221.786C54.4356 227.115 61.5483 230.179 69.0139 230.319H165.473C172.938 230.179 180.051 227.115 185.281 221.786C190.512 216.457 193.442 209.288 193.442 201.821C193.442 194.354 190.512 187.186 185.281 181.857C180.051 176.528 172.938 173.464 165.473 173.324Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M290.963 94.5055H194.514C190.727 94.4346 186.964 95.1193 183.444 96.5196C179.925 97.9199 176.72 100.008 174.016 102.661C171.313 105.314 169.165 108.48 167.699 111.972C166.234 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.234 130.541 167.699 134.033C169.165 137.526 171.313 140.692 174.016 143.345C176.72 145.998 179.925 148.086 183.444 149.486C186.964 150.886 190.727 151.571 194.514 151.5H290.963C294.751 151.571 298.514 150.886 302.033 149.486C305.553 148.086 308.758 145.998 311.462 143.345C314.165 140.692 316.312 137.526 317.778 134.033C319.244 130.541 319.999 126.791 319.999 123.003C319.999 119.215 319.244 115.465 317.778 111.972C316.312 108.48 314.165 105.314 311.462 102.661C308.758 100.008 305.553 97.9199 302.033 96.5196C298.514 95.1193 294.751 94.4346 290.963 94.5055Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <rect x="22.709" y="82.5288" width="202.073" height="134.959" rx="12" transform="rotate(-8.29156 22.709 82.5288)" style="fill:var(--sapContent_Illustrative_Color6)"/>
14
+ <path d="M32.9304 88.6054C32.1339 83.1403 35.9186 78.0643 41.3838 77.2679L212.411 52.3434C217.876 51.547 222.952 55.3317 223.748 60.7968L239.49 168.812C240.286 174.278 236.502 179.354 231.037 180.15L60.0095 205.075C54.5444 205.871 49.4684 202.086 48.6719 196.621L32.9304 88.6054Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.95 74.2991L211.977 49.3747C219.082 48.3393 225.681 53.2594 226.716 60.364L242.458 168.38C243.493 175.484 238.573 182.083 231.468 183.119L60.4411 208.043C53.3364 209.078 46.7376 204.158 45.7022 197.054L29.9607 89.0379C28.9253 81.9333 33.8454 75.3345 40.95 74.2991ZM41.3827 77.2677C35.9176 78.0642 32.1329 83.1402 32.9293 88.6053L48.6709 196.621C49.4673 202.086 54.5433 205.871 60.0084 205.074L231.036 180.15C236.501 179.353 240.285 174.277 239.489 168.812L223.747 60.7967C222.951 55.3315 217.875 51.5468 212.41 52.3433L41.3827 77.2677Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
16
+ <rect x="53.0977" y="113.941" width="160.227" height="76.0147" rx="5" transform="rotate(-8.29156 53.0977 113.941)" style="fill:var(--sapContent_Illustrative_Color18)"/>
17
+ <path d="M32.9304 88.6054C32.1339 83.1403 35.9186 78.0643 41.3838 77.2679L212.411 52.3434C217.876 51.547 222.952 55.3317 223.748 60.7968L225.813 74.9667L34.9954 102.775L32.9304 88.6054Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
18
+ <circle cx="49.5882" cy="88.7066" r="4.5" transform="rotate(-8.29156 49.5882 88.7066)" style="fill:var(--sapContent_Illustrative_Color8)"/>
19
+ <circle cx="66.4105" cy="86.2549" r="4.5" transform="rotate(-8.29156 66.4105 86.2549)" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ <circle cx="83.2328" cy="83.8035" r="4.5" transform="rotate(-8.29156 83.2328 83.8035)" style="fill:var(--sapContent_Illustrative_Color8)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M69.708 129.842C69.4691 128.203 70.6045 126.68 72.244 126.441L173.961 111.617C175.6 111.378 177.123 112.514 177.362 114.153C177.601 115.793 176.465 117.316 174.826 117.555L73.1093 132.378C71.4698 132.617 69.947 131.482 69.708 129.842Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M72.0147 145.675C71.7757 144.035 72.9111 142.513 74.5507 142.274L176.267 127.45C177.907 127.211 179.43 128.347 179.668 129.986C179.907 131.626 178.772 133.148 177.132 133.387L75.4159 148.211C73.7764 148.45 72.2536 147.314 72.0147 145.675Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M74.3233 161.508C74.0843 159.868 75.2197 158.345 76.8593 158.106L135.324 149.586C136.963 149.347 138.486 150.483 138.725 152.122C138.964 153.762 137.829 155.285 136.189 155.523L77.7245 164.044C76.085 164.283 74.5622 163.147 74.3233 161.508Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
24
+ <path d="M202.352 90.5499C202.678 75.852 214.221 71.5485 231.935 65.1405C232.867 64.8071 233.851 65.4863 233.852 66.4562L237.859 76.9889C237.871 78.4074 240.464 78.3666 241.238 77.1623L262.101 43.219C262.677 42.3256 262.132 41.1672 261.076 41.0528L222.515 33.4019C221.088 33.235 219.208 35.0581 220.305 35.9639L224.82 46.6028C225.579 47.217 225.485 48.3893 224.649 48.9083C208.362 58.8474 188.484 60.8905 190.921 83.4821C191.981 93.3819 193.507 100.818 202.181 108.239C203.462 109.341 204.702 107.372 204.257 105.75C203.244 102.107 202.291 93.9244 202.358 90.5636L202.352 90.5499Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
25
+ <path d="M284.275 9.18937C284.454 9.62911 284.511 10.109 284.441 10.5786C284.37 11.0482 284.174 11.4902 283.874 11.8579L276.955 20.7905C275.811 22.2684 273.975 22.118 272.817 21.2214C272.329 20.8717 271.969 20.3733 271.789 19.801C271.609 19.2287 271.62 18.6136 271.82 18.0479C271.924 17.7775 272.069 17.5245 272.25 17.2975L279.169 8.36488C279.464 7.96675 279.862 7.65591 280.32 7.46525C280.777 7.27459 281.278 7.2112 281.769 7.28179C282.314 7.36004 282.831 7.57632 283.269 7.91015C283.708 8.24398 284.054 8.68431 284.275 9.18937Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
26
+ <path d="M303.725 67.4142C303.671 67.7497 303.547 68.0703 303.363 68.3555C303.178 68.6406 302.935 68.8841 302.651 69.0704C302.367 69.2567 302.047 69.3816 301.712 69.4373C301.376 69.4929 301.033 69.4781 300.704 69.3936L289.929 67.1501C289.542 67.0682 289.175 66.9099 288.85 66.6845C288.525 66.4591 288.247 66.1712 288.035 65.8376C287.822 65.5039 287.678 65.1312 287.611 64.7412C287.543 64.3512 287.555 63.9518 287.643 63.5661C287.676 63.4061 287.721 63.249 287.779 63.0964C287.985 62.5294 288.396 62.06 288.93 61.7809C289.465 61.5018 290.085 61.4332 290.668 61.5886L301.437 63.8338C301.824 63.9151 302.192 64.0727 302.517 64.2976C302.843 64.5225 303.12 64.8101 303.333 65.1435C303.546 65.4769 303.69 65.8495 303.758 66.2393C303.825 66.6292 303.814 67.0287 303.725 67.4142Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
27
+ <path d="M303.902 36.5396C303.75 36.8782 303.53 37.1821 303.256 37.4328C302.982 37.6836 302.66 37.8758 302.31 37.9977L286.634 43.6274C285.93 43.876 285.156 43.8426 284.476 43.5342C283.796 43.2259 283.261 42.6664 282.983 41.9729C282.729 41.3285 282.726 40.612 282.974 39.9654C283.118 39.5929 283.341 39.2558 283.627 38.9772C283.913 38.6985 284.256 38.4848 284.632 38.3506L300.308 32.7209C301.016 32.4704 301.793 32.5042 302.477 32.8152C303.161 33.1261 303.697 33.69 303.974 34.3884C304.108 34.7333 304.17 35.1017 304.158 35.4713C304.145 35.841 304.059 36.2044 303.902 36.5396Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
28
+ </svg>
29
+ `;
30
+ _exports.default = _default;
31
+ });
@@ -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="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-FaceID-alternate">
9
+ <path d="M130.352 145.031H33.9433C26.384 145.031 19.1343 148.034 13.789 153.379C8.4438 158.725 5.44092 165.974 5.44092 173.534C5.44092 181.093 8.4438 188.343 13.789 193.688C19.1343 199.033 26.384 202.036 33.9433 202.036H130.392C137.952 202.036 145.201 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.201 148.034 137.952 145.031 130.392 145.031H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.474 173.324H69.0149C61.5493 173.464 54.4366 176.528 49.2063 181.857C43.9761 187.186 41.0459 194.354 41.0459 201.821C41.0459 209.288 43.9761 216.457 49.2063 221.786C54.4366 227.115 61.5493 230.179 69.0149 230.319H165.474C172.939 230.179 180.052 227.115 185.282 221.786C190.513 216.457 193.443 209.288 193.443 201.821C193.443 194.354 190.513 187.186 185.282 181.857C180.052 176.528 172.939 173.464 165.474 173.324Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M290.964 94.5055H194.515C190.728 94.4346 186.965 95.1193 183.445 96.5196C179.926 97.9199 176.721 100.008 174.017 102.661C171.314 105.314 169.166 108.48 167.7 111.972C166.235 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.235 130.541 167.7 134.033C169.166 137.526 171.314 140.692 174.017 143.345C176.721 145.998 179.926 148.086 183.445 149.486C186.965 150.886 190.728 151.571 194.515 151.5H290.964C294.752 151.571 298.515 150.886 302.034 149.486C305.554 148.086 308.759 145.998 311.463 143.345C314.166 140.692 316.313 137.526 317.779 134.033C319.245 130.541 320 126.791 320 123.003C320 119.215 319.245 115.465 317.779 111.972C316.313 108.48 314.166 105.314 311.463 102.661C308.759 100.008 305.554 97.9199 302.034 96.5196C298.515 95.1193 294.752 94.4346 290.964 94.5055Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <ellipse cx="14.2596" cy="17.6255" rx="14.2596" ry="17.6255" transform="matrix(-0.877901 -0.478843 -0.478843 0.877901 102.917 124.611)" style="fill:var(--sapContent_Illustrative_Color5)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M117.302 61.9868C118.959 61.9868 120.302 63.33 120.302 64.9868L120.302 102.571C120.302 104.228 118.959 105.571 117.302 105.571C115.645 105.571 114.302 104.228 114.302 102.571L114.302 64.9868C114.302 63.33 115.645 61.9868 117.302 61.9868Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
15
+ <circle cx="116.951" cy="58.2363" r="10.3931" style="fill:var(--sapContent_Illustrative_Color5)"/>
16
+ <mask id="path-8-inside-1_460_9072" style="fill:var(--sapContent_Illustrative_Color8)">
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M64.0097 179.163C63.8277 182.471 66.5314 185.164 69.8451 185.164H251.041C254.354 185.164 257.058 182.471 256.876 179.163C253.933 125.651 211.884 83.2151 160.443 83.2151C109.002 83.2151 66.9529 125.651 64.0097 179.163Z"/>
18
+ </mask>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M64.0097 179.163C63.8277 182.471 66.5314 185.164 69.8451 185.164H251.041C254.354 185.164 257.058 182.471 256.876 179.163C253.933 125.651 211.884 83.2151 160.443 83.2151C109.002 83.2151 66.9529 125.651 64.0097 179.163Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
20
+ <path d="M256.876 179.163L259.872 178.998L256.876 179.163ZM69.8451 188.164H251.041V182.164H69.8451V188.164ZM160.443 86.2151C210.143 86.2151 251.017 127.255 253.881 179.327L259.872 178.998C256.849 124.047 213.624 80.2151 160.443 80.2151V86.2151ZM67.0051 179.327C69.8693 127.255 110.742 86.2151 160.443 86.2151V80.2151C107.262 80.2151 64.0366 124.047 61.0142 178.998L67.0051 179.327ZM251.041 188.164C255.967 188.164 260.154 184.132 259.872 178.998L253.881 179.327C253.962 180.81 252.742 182.164 251.041 182.164V188.164ZM69.8451 182.164C68.1442 182.164 66.9236 180.81 67.0051 179.327L61.0142 178.998C60.7318 184.132 64.9185 188.164 69.8451 188.164V182.164Z" style="fill:var(--sapContent_Illustrative_Color5)" mask="url(#path-8-inside-1_460_9072)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M99.3966 161.445C99.0905 163.744 100.934 165.715 103.253 165.715H217.632C219.951 165.715 221.794 163.744 221.488 161.445C217.283 129.868 191.554 105.571 160.442 105.571C129.331 105.571 103.602 129.868 99.3966 161.445Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
22
+ <ellipse cx="238.927" cy="133.257" rx="14.2596" ry="17.6255" transform="rotate(-28.6099 238.927 133.257)" style="fill:var(--sapContent_Illustrative_Color5)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M204.617 61.9868C206.274 61.9868 207.617 63.33 207.617 64.9868L207.617 102.571C207.617 104.228 206.274 105.571 204.617 105.571C202.96 105.571 201.617 104.228 201.617 102.571L201.617 64.9868C201.617 63.33 202.96 61.9868 204.617 61.9868Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
24
+ <circle cx="204.266" cy="58.2363" r="10.3931" style="fill:var(--sapContent_Illustrative_Color5)"/>
25
+ <mask id="path-14-inside-2_460_9072" style="fill:var(--sapContent_Illustrative_Color8)">
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 185.164V87.8264C140.732 84.8298 150.409 83.2151 160.443 83.2151C211.884 83.2151 253.933 125.651 256.876 179.163C257.058 182.471 254.354 185.164 251.041 185.164H131.633Z"/>
27
+ </mask>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 185.164V87.8264C140.732 84.8298 150.409 83.2151 160.443 83.2151C211.884 83.2151 253.933 125.651 256.876 179.163C257.058 182.471 254.354 185.164 251.041 185.164H131.633Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
29
+ <path d="M131.633 185.164H128.633V188.164H131.633V185.164ZM131.633 87.8264L130.694 84.977L128.633 85.6559V87.8264H131.633ZM256.876 179.163L253.881 179.327L253.881 179.327L256.876 179.163ZM134.633 185.164V87.8264H128.633V185.164H134.633ZM160.443 80.2151C150.085 80.2151 140.091 81.8823 130.694 84.977L132.571 90.6759C141.372 87.7773 150.733 86.2151 160.443 86.2151V80.2151ZM259.872 178.998C256.849 124.047 213.624 80.2151 160.443 80.2151V86.2151C210.144 86.2151 251.017 127.255 253.881 179.327L259.872 178.998ZM251.041 188.164C255.967 188.164 260.154 184.132 259.872 178.998L253.881 179.327C253.962 180.81 252.742 182.164 251.041 182.164V188.164ZM131.633 188.164H251.041V182.164H131.633V188.164Z" style="fill:var(--sapContent_Illustrative_Color4)" mask="url(#path-14-inside-2_460_9072)"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 165.715V113.09C140.231 108.29 150.036 105.571 160.442 105.571C191.554 105.571 217.283 129.868 221.488 161.445C221.794 163.744 219.951 165.715 217.632 165.715H131.633Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 142.593V129.234C133.225 127.801 135.332 126.929 137.642 126.929C142.604 126.929 146.627 130.951 146.627 135.914C146.627 140.876 142.604 144.898 137.642 144.898C135.332 144.898 133.225 144.026 131.633 142.593ZM192.228 135.914C192.228 140.876 188.206 144.898 183.244 144.898C178.281 144.898 174.259 140.876 174.259 135.914C174.259 130.951 178.281 126.929 183.244 126.929C188.206 126.929 192.228 130.951 192.228 135.914Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
32
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M148.633 153.592C148.93 152.819 149.798 152.433 150.571 152.731C156.372 154.964 162.795 154.964 168.595 152.731C169.368 152.433 170.236 152.819 170.534 153.592C170.831 154.365 170.446 155.233 169.673 155.531C163.179 158.03 155.988 158.03 149.494 155.531C148.721 155.233 148.335 154.365 148.633 153.592Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
33
+ <rect x="127.657" y="202.896" width="140.909" height="7.42788" rx="3.71394" transform="rotate(-90 127.657 202.896)" style="fill:var(--sapContent_Illustrative_Color3)"/>
34
+ </svg>
35
+ `;
36
+ _exports.default = _default;
37
+ });
@@ -0,0 +1,26 @@
1
+ sap.ui.define(["exports"], function (_exports) {
2
+ "use strict";
3
+
4
+ Object.defineProperty(_exports, "__esModule", {
5
+ value: true
6
+ });
7
+ _exports.default = void 0;
8
+ var _default = `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Fingerprint-alternate">
9
+ <path d="M130.352 144.591H33.9433C26.384 144.591 19.1343 147.594 13.789 152.939C8.4438 158.284 5.44092 165.534 5.44092 173.093C5.44092 180.653 8.4438 187.902 13.789 193.248C19.1343 198.593 26.384 201.596 33.9433 201.596H130.392C137.952 201.596 145.201 198.593 150.547 193.248C155.892 187.902 158.895 180.653 158.895 173.093C158.895 165.534 155.892 158.284 150.547 152.939C145.201 147.594 137.952 144.591 130.392 144.591H130.352Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
10
+ <path d="M165.474 172.884H69.0146C61.549 173.024 54.4364 176.087 49.2061 181.416C43.9758 186.746 41.0457 193.914 41.0457 201.381C41.0457 208.848 43.9758 216.017 49.2061 221.346C54.4364 226.675 61.549 229.739 69.0146 229.879H165.474C172.939 229.739 180.052 226.675 185.282 221.346C190.512 216.017 193.443 208.848 193.443 201.381C193.443 193.914 190.512 186.746 185.282 181.416C180.052 176.087 172.939 173.024 165.474 172.884Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M290.964 94.0653H194.515C190.728 93.9944 186.965 94.6791 183.445 96.0794C179.925 97.4797 176.72 99.5675 174.017 102.221C171.314 104.874 169.166 108.04 167.7 111.532C166.234 115.025 165.479 118.775 165.479 122.563C165.479 126.351 166.234 130.1 167.7 133.593C169.166 137.086 171.314 140.251 174.017 142.905C176.72 145.558 179.925 147.646 183.445 149.046C186.965 150.446 190.728 151.131 194.515 151.06H290.964C294.751 151.131 298.515 150.446 302.034 149.046C305.554 147.646 308.759 145.558 311.462 142.905C314.166 140.251 316.313 137.086 317.779 133.593C319.245 130.1 320 126.351 320 122.563C320 118.775 319.245 115.025 317.779 111.532C316.313 108.04 314.166 104.874 311.462 102.221C308.759 99.5675 305.554 97.4797 302.034 96.0794C298.515 94.6791 294.751 93.9944 290.964 94.0653Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M219.084 42.0322H37.767C27.7505 42.0322 18.1444 46.0112 11.0617 53.0939C3.979 60.1766 0 69.7828 0 79.7992C0 89.8156 3.979 99.4218 11.0617 106.504C18.1444 113.587 27.7505 117.566 37.767 117.566H219.084C229.101 117.566 238.707 113.587 245.789 106.504C252.872 99.4218 256.851 89.8156 256.851 79.7992C256.851 69.7828 252.872 60.1766 245.789 53.0939C238.707 46.0112 229.101 42.0322 219.084 42.0322Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M48.3708 52.2428C48.3708 43.8062 55.21 36.967 63.6466 36.967H76.2924C77.9492 36.967 79.2924 38.3102 79.2924 39.967C79.2924 41.6239 77.9492 42.967 76.2924 42.967H63.6466C58.5237 42.967 54.3708 47.1199 54.3708 52.2428V64.8886C54.3708 66.5454 53.0277 67.8886 51.3708 67.8886C49.714 67.8886 48.3708 66.5454 48.3708 64.8886V52.2428Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M48.3708 182.883C48.3708 191.32 55.21 198.159 63.6466 198.159H76.2924C77.9492 198.159 79.2924 196.816 79.2924 195.159C79.2924 193.502 77.9492 192.159 76.2924 192.159H63.6466C58.5237 192.159 54.3708 188.006 54.3708 182.883V170.238C54.3708 168.581 53.0277 167.238 51.3708 167.238C49.714 167.238 48.3708 168.581 48.3708 170.238V182.883Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M271.629 52.2428C271.629 43.8062 264.79 36.967 256.354 36.967H243.708C242.051 36.967 240.708 38.3102 240.708 39.967C240.708 41.6239 242.051 42.967 243.708 42.967H256.354C261.477 42.967 265.629 47.1199 265.629 52.2428V64.8886C265.629 66.5454 266.973 67.8886 268.629 67.8886C270.286 67.8886 271.629 66.5454 271.629 64.8886V52.2428Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M271.629 182.883C271.629 191.32 264.79 198.159 256.354 198.159H243.708C242.051 198.159 240.708 196.816 240.708 195.159C240.708 193.502 242.051 192.159 243.708 192.159H256.354C261.477 192.159 265.629 188.006 265.629 182.883V170.238C265.629 168.581 266.973 167.238 268.629 167.238C270.286 167.238 271.629 168.581 271.629 170.238V182.883Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
17
+ <circle cx="151.771" cy="122.706" r="81.3904" style="fill:var(--sapContent_Illustrative_Color6)"/>
18
+ <path d="M241.39 117.563C241.39 162.514 204.95 198.954 160 198.954C115.049 198.954 78.6094 162.514 78.6094 117.563C78.6094 72.6126 115.049 36.1729 160 36.1729C204.95 36.1729 241.39 72.6126 241.39 117.563Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M160 195.954C203.294 195.954 238.39 160.857 238.39 117.563C238.39 74.2694 203.294 39.1729 160 39.1729C116.706 39.1729 81.6094 74.2694 81.6094 117.563C81.6094 160.857 116.706 195.954 160 195.954ZM160 198.954C204.95 198.954 241.39 162.514 241.39 117.563C241.39 72.6126 204.95 36.1729 160 36.1729C115.049 36.1729 78.6094 72.6126 78.6094 117.563C78.6094 162.514 115.049 198.954 160 198.954Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M159.924 69.1797C172.966 69.1797 185.174 74.3221 194.283 83.6512H194.281C195.127 84.5208 195.114 85.9049 194.249 86.7487C193.82 87.1663 193.286 87.3729 192.716 87.3729C192.146 87.3729 191.577 87.1491 191.151 86.7142C182.868 78.2311 171.778 73.5601 159.922 73.5601C153.544 73.5601 147.401 74.9054 141.664 77.5531C140.567 78.0546 139.269 77.5853 138.758 76.4811C138.257 75.3854 138.733 74.0832 139.828 73.5752C146.146 70.6606 152.909 69.1797 159.924 69.1797ZM192.112 104.137C186.769 90.9743 174.134 82.4697 159.927 82.4697C153.336 82.4697 147.595 84.0281 142.769 87.1536C137.943 90.2769 134.075 94.9372 131.18 101.065C130.659 102.163 131.135 103.468 132.222 103.982H132.224C133.311 104.494 134.622 104.038 135.14 102.938C137.678 97.5589 141.03 93.5466 145.148 90.8753C149.263 88.2062 154.19 86.8479 159.927 86.8479C172.343 86.8479 183.381 94.2763 188.054 105.782C188.398 106.64 189.225 107.148 190.082 107.148C190.353 107.148 190.637 107.097 190.906 106.987C192.025 106.531 192.564 105.254 192.109 104.135L192.112 104.137ZM206.787 106.735C206.794 106.782 206.798 106.806 206.802 106.823V106.831L206.807 106.827C207.549 110.207 207.948 113.689 207.948 117.194C207.948 120.963 207.754 124.756 207.386 128.458C207.384 128.486 207.381 128.516 207.379 128.555V128.585L207.375 128.622L207.31 129.241V129.246V129.25C207.183 130.365 206.241 131.198 205.136 131.198C205.054 131.198 204.975 131.194 204.893 131.185H204.891C203.683 131.054 202.824 129.967 202.954 128.768L203.003 128.299L203.022 128.107C203.382 124.517 203.567 120.844 203.567 117.192C203.567 113.984 203.216 110.794 202.53 107.701H202.517L202.383 107.137C201.096 101.665 198.801 96.5574 195.53 91.9488C194.83 90.9629 195.06 89.5982 196.044 88.8986H196.046C197.023 88.2034 198.399 88.4229 199.098 89.4174C199.101 89.4195 199.101 89.4217 199.101 89.4217C202.775 94.5942 205.349 100.339 206.749 106.498C206.769 106.588 206.78 106.674 206.786 106.727L206.787 106.735ZM167.259 128.704C167.01 130.454 166.7 132.189 166.34 133.9L166.342 133.896C166.127 134.929 165.212 135.633 164.203 135.633C164.061 135.633 163.91 135.62 163.755 135.59H163.751H163.746C162.562 135.34 161.805 134.175 162.055 132.994C162.38 131.444 162.655 129.875 162.885 128.286C162.892 128.232 162.9 128.185 162.907 128.155L162.91 128.14L162.913 128.126L162.915 128.112L162.917 128.103L162.918 128.097V128.09V128.084C163.432 124.502 163.693 120.843 163.693 117.196C163.693 115.121 161.951 113.431 159.923 113.431C157.896 113.431 156.236 115.041 156.161 117.05L156.161 117.056C156.166 117.103 156.169 117.149 156.169 117.196V117.2V117.205L156.159 118.41V118.415V118.419C156.135 119.53 155.188 120.679 153.922 120.561C152.712 120.539 151.757 119.536 151.778 118.335L151.787 117.366L151.787 117.366C151.783 117.312 151.778 117.259 151.778 117.2C151.778 112.708 155.433 109.051 159.926 109.051C164.418 109.051 168.075 112.708 168.075 117.2C168.075 120.978 167.802 124.771 167.281 128.482V128.488V128.495C167.28 128.5 167.279 128.506 167.278 128.517C167.276 128.528 167.275 128.545 167.272 128.572C167.27 128.585 167.269 128.602 167.267 128.621C167.265 128.642 167.263 128.667 167.259 128.691V128.697V128.704ZM154.056 129.122C155.222 129.423 155.935 130.609 155.636 131.784V131.782C153.909 138.56 152.398 143.04 150.235 147.166C148.076 151.286 145.28 155.021 141.031 160.318C140.596 160.856 139.961 161.136 139.322 161.136C138.844 161.136 138.357 160.979 137.955 160.654H137.953C137.012 159.896 136.864 158.519 137.617 157.58C141.771 152.401 144.376 148.921 146.365 145.128C148.349 141.339 149.734 137.206 151.393 130.706C151.686 129.541 152.861 128.812 154.056 129.122ZM162.349 140.666H162.347H162.342C161.193 140.255 159.951 140.879 159.553 142.009C156.457 150.832 154.668 154.283 149.38 161.614C148.674 162.596 148.887 163.96 149.868 164.671H149.87C150.262 164.955 150.71 165.086 151.153 165.086C151.825 165.086 152.501 164.772 152.929 164.178C158.446 156.53 160.47 152.632 163.688 143.455C164.086 142.319 163.49 141.068 162.349 140.666ZM136.014 80.6915C137.028 80.0285 137.306 78.666 136.645 77.6586C135.978 76.6404 134.62 76.3628 133.61 77.0279C123.151 83.8945 115.869 94.3623 113.107 106.5C113.083 106.599 113.071 106.694 113.064 106.746C113.06 106.774 113.057 106.793 113.055 106.807L113.053 106.823V106.832C112.306 110.214 111.912 113.694 111.912 117.194C111.912 118.695 111.792 120.203 111.557 121.667C111.361 122.864 112.171 123.981 113.357 124.179H113.363H113.37C113.492 124.201 113.609 124.209 113.723 124.209C114.78 124.209 115.707 123.443 115.884 122.369C116.155 120.666 116.297 118.929 116.297 117.194C116.297 113.989 116.648 110.795 117.333 107.702H117.341L117.475 107.14C120.043 96.2544 126.606 86.8693 136.017 80.6894L136.014 80.6915ZM192.52 115.088C193.031 115.09 193.571 115.252 193.991 115.616L193.986 115.611C194.417 115.986 194.671 116.535 194.652 117.196C194.649 120.913 194.441 124.648 194.042 128.305L194.029 128.443C194.028 128.457 194.027 128.471 194.025 128.489L194.023 128.518L194.022 128.536C194.02 128.562 194.018 128.592 194.014 128.626V128.63V128.634C192.884 138.721 190.262 148.543 186.218 157.829C185.858 158.656 185.051 159.144 184.212 159.144C183.917 159.144 183.622 159.088 183.333 158.961C182.225 158.477 181.723 157.188 182.208 156.079C186.048 147.264 188.543 137.942 189.634 128.361L189.638 128.316C189.64 128.294 189.643 128.275 189.645 128.257L189.714 127.646H189.716C190.084 124.198 190.271 120.683 190.271 117.196V117.183V117.17C190.295 116.496 190.592 115.954 191.037 115.592C191.47 115.243 192.01 115.088 192.52 115.088ZM128.02 128.968C128.038 128.9 128.053 128.835 128.065 128.778L128.076 128.729C128.087 128.682 128.1 128.63 128.115 128.572C129.088 124.883 129.591 121.064 129.591 117.198C129.591 117.146 129.587 117.099 129.583 117.049L129.583 117.043C129.593 114.574 129.906 112.118 130.502 109.746C130.801 108.575 130.091 107.391 128.926 107.094H128.92H128.913C127.712 106.78 126.545 107.531 126.259 108.681V108.683C125.557 111.455 125.204 114.32 125.204 117.2C125.204 117.256 125.207 117.317 125.213 117.377C125.198 120.866 124.733 124.319 123.84 127.651H123.829L123.678 128.183C122.501 132.324 120.688 136.235 118.256 139.798C117.578 140.797 117.834 142.161 118.831 142.844C119.21 143.102 119.64 143.225 120.064 143.225C120.762 143.225 121.45 142.893 121.877 142.269C124.653 138.194 126.72 133.721 128.02 128.975V128.968ZM178.52 106.464L178.596 106.582L178.598 106.584L179.263 107.706C180.613 110.16 181.366 112.874 181.366 117.201C181.366 120.957 181.123 124.754 180.667 128.484L180.665 128.493L180.664 128.506C180.663 128.52 180.661 128.538 180.66 128.564C180.658 128.581 180.657 128.604 180.655 128.627V128.627L180.654 128.644L180.651 128.657V128.669C179.694 136.277 177.774 143.746 174.947 150.86C174.605 151.719 173.781 152.24 172.913 152.24C172.635 152.24 172.368 152.186 172.115 152.091L172.108 152.085H172.102C170.978 151.635 170.429 150.365 170.877 149.239C173.544 142.523 175.361 135.472 176.275 128.289C176.28 128.25 176.286 128.217 176.29 128.198C176.297 128.175 176.297 128.172 176.298 128.167L176.299 128.159C176.303 128.136 176.308 128.125 176.308 128.116C176.76 124.504 176.988 120.834 176.988 117.199C176.988 114.941 176.76 113.305 176.338 111.944C175.918 110.588 175.296 109.469 174.459 108.251C174.336 108.074 174.254 107.889 174.198 107.708C173.958 106.933 174.226 106.264 174.226 106.264C174.364 105.859 174.622 105.48 175.025 105.205C176.023 104.52 177.386 104.776 178.066 105.771C178.18 105.937 178.288 106.1 178.391 106.262L178.411 106.292C178.447 106.35 178.484 106.408 178.52 106.464ZM168.333 156.234C168.733 155.098 169.975 154.489 171.12 154.891L171.122 154.898C172.263 155.296 172.868 156.542 172.466 157.687C171.654 160.003 170.746 162.057 169.687 163.964C169.286 164.683 168.537 165.09 167.771 165.09C167.405 165.09 167.046 164.997 166.718 164.823L166.712 164.819L166.705 164.814C165.653 164.225 165.27 162.89 165.857 161.833C166.789 160.156 167.599 158.324 168.333 156.234ZM171.626 99.2266C168.146 96.9579 164.099 95.7567 159.929 95.7567C152.492 95.7567 145.69 99.5301 141.74 105.844C141.64 106.009 141.556 106.174 141.488 106.309L141.474 106.336C141.424 106.438 141.381 106.522 141.336 106.603L141.323 106.625C141.314 106.64 141.306 106.655 141.299 106.67L140.722 107.701H140.752C139.291 110.639 138.494 113.875 138.494 117.194C138.494 117.258 138.499 117.327 138.505 117.4C138.492 120.944 138.12 124.489 137.403 127.933C137.398 127.954 137.393 127.976 137.388 127.997C137.386 128.007 137.384 128.016 137.382 128.025C137.378 128.043 137.374 128.06 137.37 128.078C137.366 128.091 137.363 128.105 137.36 128.118C137.354 128.142 137.349 128.163 137.347 128.18C137.346 128.187 137.344 128.192 137.343 128.197C137.341 128.205 137.34 128.212 137.339 128.219L137.339 128.219V128.23L137.334 128.241C137.252 128.639 137.164 129.031 137.069 129.422C136.79 130.598 137.511 131.782 138.686 132.066L138.701 132.07H138.716C138.865 132.102 139.028 132.126 139.205 132.126C140.197 132.126 141.088 131.452 141.334 130.451C141.461 129.915 141.579 129.377 141.693 128.833V128.828C141.707 128.761 141.716 128.697 141.722 128.65L141.725 128.622C141.732 128.57 141.736 128.544 141.74 128.523C142.494 124.816 142.89 121.006 142.89 117.196C142.89 117.138 142.886 117.071 142.879 117C142.916 113.864 143.805 110.816 145.46 108.166C145.544 108.03 145.643 107.899 145.764 107.74C145.768 107.735 145.772 107.729 145.776 107.723C145.781 107.717 145.785 107.711 145.789 107.705H145.798L146.015 107.395C149.223 102.845 154.339 100.139 159.934 100.139C163.251 100.139 166.469 101.095 169.235 102.899V102.901C170.249 103.553 171.603 103.276 172.263 102.26C172.924 101.246 172.636 99.8875 171.626 99.2288V99.2266ZM137.357 136.982C138.388 137.613 138.718 138.956 138.096 139.991L138.094 139.987C136.667 142.34 135.817 143.975 135.06 145.43L135.056 145.437C133.831 147.794 132.848 149.682 130.245 152.893C129.813 153.432 129.18 153.707 128.543 153.707C128.065 153.707 127.572 153.552 127.167 153.221H127.165L127.163 153.219C126.227 152.457 126.08 151.079 126.84 150.143C129.167 147.272 129.954 145.759 131.166 143.429L131.173 143.416L131.221 143.325C131.991 141.846 132.874 140.15 134.348 137.718C134.979 136.683 136.322 136.362 137.353 136.978L137.355 136.982H137.357Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M190.227 120.141H194.607C194.526 122.879 194.335 125.613 194.042 128.305L194.029 128.443C194.028 128.457 194.027 128.471 194.025 128.489L194.023 128.518L194.022 128.536C194.02 128.562 194.018 128.592 194.014 128.626V128.63V128.634C192.884 138.721 190.262 148.543 186.218 157.829C185.858 158.656 185.051 159.144 184.212 159.144C183.917 159.144 183.622 159.088 183.333 158.961C182.225 158.477 181.723 157.188 182.208 156.079C186.048 147.264 188.543 137.942 189.634 128.361L189.638 128.316C189.64 128.294 189.643 128.275 189.645 128.257L189.714 127.646H189.716C189.98 125.167 190.152 122.653 190.227 120.141ZM125.107 120.141H129.494C129.304 123 128.84 125.822 128.115 128.572C128.1 128.63 128.087 128.682 128.076 128.729L128.065 128.778L128.065 128.778C128.053 128.835 128.038 128.9 128.02 128.968V128.975C126.72 133.721 124.653 138.194 121.877 142.269C121.45 142.893 120.762 143.225 120.064 143.225C119.64 143.225 119.21 143.102 118.831 142.844C117.834 142.161 117.578 140.797 118.256 139.798C120.688 136.235 122.501 132.324 123.678 128.183L123.829 127.651H123.84C124.496 125.202 124.922 122.687 125.107 120.141ZM207.908 120.141C207.835 122.932 207.658 125.72 207.386 128.458C207.384 128.486 207.381 128.516 207.379 128.555V128.585L207.375 128.622L207.31 129.241V129.246V129.25C207.183 130.365 206.241 131.198 205.136 131.198C205.054 131.198 204.975 131.194 204.893 131.185H204.891C203.683 131.054 202.824 129.967 202.954 128.768L203.003 128.299L203.022 128.107C203.285 125.482 203.455 122.813 203.527 120.141H207.908ZM111.759 120.141H116.163C116.095 120.888 116.001 121.632 115.884 122.369C115.707 123.443 114.78 124.209 113.723 124.209C113.609 124.209 113.492 124.201 113.37 124.179H113.363H113.357C112.171 123.981 111.361 122.864 111.557 121.667C111.638 121.163 111.705 120.653 111.759 120.141ZM138.424 120.141H142.812C142.662 122.963 142.3 125.771 141.74 128.523C141.736 128.544 141.732 128.57 141.725 128.622L141.722 128.65C141.716 128.697 141.707 128.761 141.693 128.828V128.833C141.579 129.377 141.461 129.915 141.334 130.451C141.088 131.452 140.197 132.126 139.205 132.126C139.028 132.126 138.865 132.102 138.716 132.07H138.701L138.686 132.066C137.511 131.782 136.79 130.598 137.069 129.422C137.164 129.031 137.252 128.639 137.334 128.241L137.339 128.23V128.219L137.339 128.219C137.339 128.215 137.34 128.21 137.341 128.206C137.342 128.203 137.343 128.2 137.343 128.197L137.347 128.18C137.349 128.163 137.354 128.142 137.36 128.118L137.37 128.078L137.382 128.025L137.388 127.997C137.393 127.976 137.398 127.954 137.403 127.933C137.935 125.377 138.277 122.766 138.424 120.141ZM152.675 120.141H155.297C154.924 120.438 154.451 120.61 153.922 120.561C153.454 120.552 153.025 120.397 152.675 120.141ZM163.636 120.141H168.02C167.917 122.94 167.667 125.733 167.281 128.482V128.488V128.495C167.28 128.5 167.279 128.506 167.278 128.517C167.276 128.528 167.275 128.545 167.272 128.572C167.27 128.585 167.269 128.602 167.267 128.621C167.265 128.642 167.263 128.667 167.259 128.691V128.697V128.704C167.01 130.454 166.7 132.189 166.34 133.9L166.342 133.896C166.127 134.929 165.212 135.633 164.203 135.633C164.061 135.633 163.91 135.62 163.755 135.59H163.751H163.746C162.562 135.34 161.805 134.175 162.055 132.994C162.38 131.444 162.655 129.875 162.885 128.286C162.892 128.232 162.9 128.185 162.907 128.155L162.91 128.14L162.913 128.126L162.915 128.112L162.917 128.103L162.918 128.097V128.09V128.084C163.294 125.466 163.534 122.806 163.636 120.141ZM176.938 120.141H181.317C181.225 122.929 181.004 125.725 180.667 128.484L180.665 128.493L180.664 128.506C180.663 128.52 180.661 128.538 180.66 128.564C180.658 128.581 180.657 128.604 180.655 128.627V128.627L180.654 128.644L180.651 128.657V128.669C179.694 136.277 177.774 143.746 174.947 150.86C174.605 151.719 173.781 152.24 172.913 152.24C172.635 152.24 172.368 152.186 172.115 152.091L172.108 152.085H172.102C170.978 151.635 170.429 150.365 170.877 149.239C173.544 142.523 175.361 135.472 176.275 128.288C176.28 128.25 176.286 128.217 176.29 128.198C176.297 128.175 176.297 128.172 176.298 128.167L176.299 128.159C176.301 128.149 176.303 128.141 176.304 128.134C176.306 128.126 176.308 128.121 176.308 128.116C176.638 125.477 176.849 122.806 176.938 120.141ZM155.636 131.784C155.935 130.609 155.222 129.423 154.056 129.122C152.861 128.812 151.686 129.541 151.393 130.706C149.734 137.206 148.349 141.339 146.365 145.128C144.376 148.921 141.771 152.401 137.617 157.58C136.864 158.519 137.012 159.896 137.953 160.654H137.955C138.357 160.979 138.844 161.136 139.322 161.136C139.961 161.136 140.596 160.856 141.031 160.318C145.28 155.021 148.076 151.286 150.235 147.166C152.398 143.04 153.909 138.56 155.636 131.782V131.784ZM162.347 140.666H162.349C163.49 141.068 164.086 142.319 163.688 143.455C160.47 152.632 158.446 156.53 152.929 164.178C152.501 164.772 151.825 165.086 151.153 165.086C150.71 165.086 150.262 164.955 149.87 164.671H149.868C148.887 163.96 148.674 162.596 149.38 161.614C154.668 154.283 156.457 150.832 159.553 142.009C159.951 140.879 161.193 140.255 162.342 140.666H162.347ZM171.12 154.891C169.975 154.489 168.733 155.098 168.333 156.234C167.599 158.324 166.789 160.156 165.857 161.833C165.27 162.89 165.653 164.225 166.705 164.814L166.712 164.819L166.718 164.823C167.046 164.997 167.405 165.09 167.771 165.09C168.537 165.09 169.286 164.683 169.687 163.964C170.746 162.057 171.654 160.003 172.466 157.687C172.868 156.542 172.263 155.296 171.122 154.898L171.12 154.891ZM138.096 139.991C138.718 138.956 138.388 137.613 137.357 136.982H137.355L137.353 136.978C136.322 136.362 134.979 136.683 134.348 137.718C132.874 140.15 131.991 141.846 131.221 143.324L131.221 143.325L131.173 143.416L131.166 143.429C129.954 145.759 129.167 147.272 126.84 150.143C126.08 151.079 126.227 152.457 127.163 153.219L127.165 153.221H127.167C127.572 153.552 128.065 153.707 128.543 153.707C129.18 153.707 129.813 153.432 130.245 152.893C132.848 149.682 133.831 147.794 135.056 145.437L135.06 145.43L135.06 145.43C135.817 143.975 136.667 142.34 138.094 139.987L138.096 139.991Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
22
+ <rect x="99.0601" y="116.918" width="121.88" height="7.076" rx="3.538" style="fill:var(--sapContent_Illustrative_Color3)"/>
23
+ </svg>
24
+ `;
25
+ _exports.default = _default;
26
+ });