@ui5/webcomponents-fiori 1.2.1 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -1
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/json-imports/Themes-static.js +8 -2
- package/dist/generated/json-imports/Themes.js +4 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +73 -72
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +1 -4
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +3 -5
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +12 -9
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +41 -40
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +29 -22
- package/dist/illustrations/sapIllus-Dialog-Tent.js +28 -23
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +86 -85
- package/dist/illustrations/sapIllus-Scene-NoData.js +0 -2
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +0 -2
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +15 -12
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +43 -42
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +49 -42
- package/dist/illustrations/sapIllus-Scene-Tent.js +58 -53
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +42 -41
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +10 -20
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +8 -13
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +11 -8
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +37 -39
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +38 -22
- package/dist/illustrations/sapIllus-Spot-Tent.js +28 -23
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +0 -1
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +0 -1
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +0 -1
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +2 -2
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +1 -1
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +0 -1
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +0 -1
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +0 -1
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +0 -1
- package/package.json +8 -8
- package/src/FlexibleColumnLayout.hbs +4 -1
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +73 -72
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +1 -3
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +3 -5
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +12 -9
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +41 -40
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +29 -22
- package/src/illustrations/sapIllus-Dialog-Tent.svg +28 -23
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +86 -85
- package/src/illustrations/sapIllus-Scene-NoData.svg +0 -2
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +0 -2
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +15 -12
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +43 -42
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +49 -42
- package/src/illustrations/sapIllus-Scene-Tent.svg +58 -53
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +42 -41
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +10 -20
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +8 -13
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +11 -8
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +37 -39
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -22
- package/src/illustrations/sapIllus-Spot-Tent.svg +28 -23
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +0 -1
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +0 -1
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +0 -1
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +1 -2
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +1 -1
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +0 -1
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +0 -1
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +0 -1
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +0 -1
- package/src/themes/FlexibleColumnLayout.css +24 -0
- package/src/themes/ViewSettingsDialog.css +1 -1
- package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +13 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +8 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +13 -0
- package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +3 -0
- package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +11 -0
- package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +3 -0
- package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +11 -0
|
@@ -1,26 +1,31 @@
|
|
|
1
|
-
<svg width="161" height="
|
|
2
|
-
<path d="M147.
|
|
3
|
-
<path d="M78.
|
|
4
|
-
<path d="M6.
|
|
5
|
-
<path d="M6.
|
|
6
|
-
<path d="M78.
|
|
7
|
-
<path d="M66.
|
|
8
|
-
<path d="M22.
|
|
9
|
-
<path d="
|
|
10
|
-
<path d="
|
|
11
|
-
<path d="
|
|
12
|
-
<path d="
|
|
13
|
-
<path
|
|
1
|
+
<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-Tent">
|
|
2
|
+
<path d="M147.773 115.193C136.699 114.224 126.858 111.959 117.414 110.283C126.865 111.959 136.699 114.228 147.773 115.193Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M78.5401 3C45.5183 3 17.3223 23.5809 6.13635 52.5731C10.5988 49.1952 15.2199 45.8137 20.1903 42.626C19.6717 42.376 19.192 42.0449 18.7757 41.6468C18.236 41.1326 17.8056 40.5127 17.5128 39.8258C17.2165 39.139 17.0648 38.4028 17.0648 37.6561C17.0648 36.9093 17.22 36.1732 17.5128 35.4898C17.8021 34.803 18.2325 34.1831 18.7757 33.6688C19.3154 33.1545 19.9539 32.753 20.6524 32.4888C21.3508 32.2282 22.0952 32.1049 22.843 32.1366H26.5117C26.42 31.7386 26.3741 31.3335 26.3706 30.9249C26.3706 29.4596 26.9562 28.0542 27.9968 27.0151C28.5119 26.5009 29.1221 26.0958 29.7959 25.8176C30.4661 25.5393 31.1893 25.3984 31.916 25.3984H49.8502C50.5769 25.3984 51.2965 25.5393 51.9703 25.8176C52.6441 26.0958 53.2544 26.5009 53.7694 27.0151C53.9987 27.2476 54.2103 27.5012 54.4008 27.7689C58.4787 26.7932 62.6095 26.0395 66.7686 25.5146C91.6698 22.3446 117.245 26.7862 141.388 35.0284C134.205 25.1061 124.762 17.0294 113.834 11.4606C102.905 5.89182 90.8091 2.99296 78.5366 3.00352L78.5401 3Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M6.65479 109.37C8.72548 114.464 11.3394 119.321 14.4472 123.861H142.629C144.531 121.086 146.249 118.19 147.772 115.193C136.699 114.228 126.861 111.963 117.418 110.279C82.5015 104.076 49.4197 105.267 6.65479 109.374V109.37Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M6.65479 109.37C8.72548 114.464 11.3394 119.321 14.4472 123.861H142.629C144.531 121.086 146.249 118.19 147.772 115.193C136.699 114.228 126.861 111.963 117.418 110.279C82.5015 104.076 49.4197 105.267 6.65479 109.374V109.37Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
6
|
+
<path d="M78.54 157.64C91.1759 157.651 103.621 154.579 114.79 148.69C125.961 142.804 135.518 134.284 142.629 123.868H14.4508C21.5624 134.284 31.1187 142.804 42.2905 148.69C53.4624 154.576 65.9077 157.647 78.54 157.64Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M66.7826 25.497C62.6201 26.0219 58.4893 26.7756 54.4114 27.7513C55.0604 28.6812 55.4097 29.7872 55.4097 30.9214C55.4097 32.3867 54.8241 33.7921 53.7834 34.8312C53.2684 35.3454 52.6581 35.754 51.9844 36.0323C51.3106 36.3105 50.591 36.455 49.8608 36.4514H46.4143C46.506 36.8459 46.5519 37.251 46.5519 37.6561C46.5519 38.4028 46.3967 39.139 46.1074 39.8258C45.8146 40.5127 45.3843 41.1326 44.841 41.6469C44.3013 42.1646 43.6628 42.5662 42.9643 42.8268C42.2659 43.0875 41.5215 43.2072 40.7772 43.1791H22.8535C22.1092 43.2072 21.3614 43.0875 20.6629 42.8268C20.5077 42.767 20.356 42.7 20.2078 42.6261C15.2339 45.8138 10.6163 49.1952 6.15039 52.5731C2.73921 61.4282 0.993065 70.8363 1.00012 80.3254C0.982482 90.283 2.90502 100.153 6.65485 109.385C49.4198 105.281 82.5016 104.098 117.418 110.29C126.861 111.963 136.703 114.231 147.776 115.2C153.265 104.386 156.115 92.4316 156.094 80.3113C156.119 64.0382 150.969 48.1772 141.384 35.0038C117.238 26.7651 91.6592 22.3199 66.7756 25.4935L66.7826 25.497Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path d="M22.8395 43.172H40.7632C41.5075 43.2002 42.2518 43.0804 42.9503 42.8198C43.6487 42.5556 44.2872 42.1541 44.8269 41.6398C45.3702 41.1255 45.8006 40.5056 46.0934 39.8188C46.3861 39.1319 46.5378 38.3958 46.5378 37.649C46.5378 37.244 46.4884 36.8389 46.4002 36.4444H49.8467C50.5734 36.4444 51.2966 36.3 51.9668 36.0252C52.6406 35.747 53.2508 35.3384 53.7659 34.8241C54.8065 33.7886 55.3921 32.3832 55.3921 30.9144C55.3921 29.7802 55.0464 28.6742 54.3938 27.7443C54.2068 27.4766 53.9952 27.223 53.7659 26.9905C53.2508 26.4762 52.6406 26.0712 51.9668 25.7929C51.293 25.5146 50.5734 25.3737 49.8467 25.3737H31.9124C31.1858 25.3737 30.4661 25.5146 29.7924 25.7929C29.1221 26.0712 28.5083 26.4762 27.9933 26.9905C26.9527 28.0261 26.3671 29.4315 26.3671 30.8967C26.3671 31.3053 26.4165 31.7104 26.5082 32.1084H22.8395C22.0916 32.0802 21.3473 32.2 20.6489 32.4606C19.9504 32.7248 19.3119 33.1264 18.7722 33.6406C18.2325 34.1549 17.8021 34.7748 17.5128 35.4617C17.2165 36.145 17.0648 36.8847 17.0648 37.6279C17.0648 38.3746 17.22 39.1143 17.5128 39.7976C17.8021 40.4845 18.2325 41.1044 18.7722 41.6187C19.1884 42.0167 19.6647 42.3478 20.1867 42.5979C20.3349 42.6718 20.4866 42.7388 20.6418 42.7986C21.3438 43.0663 22.0881 43.1931 22.8395 43.1685V43.172Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
9
|
+
<path d="M61.1279 64.4538C61.068 64.2918 61.0503 64.1192 61.0786 63.9466C61.1068 63.7775 61.1738 63.6155 61.2832 63.4817C61.389 63.3443 61.5266 63.2386 61.6853 63.1717C61.8441 63.1048 62.0169 63.0766 62.1898 63.0942L140.859 64.0276C141.268 64.0523 141.659 64.1967 141.984 64.4503C142.308 64.7039 142.545 65.0456 142.665 65.4366L160.938 133.097C160.998 133.262 161.015 133.438 160.987 133.611C160.962 133.784 160.892 133.946 160.786 134.086C160.68 134.227 160.542 134.337 160.384 134.411C160.225 134.485 160.052 134.516 159.876 134.506L82.1206 135.333C81.715 135.323 81.3234 135.185 80.9989 134.942C80.6743 134.699 80.4344 134.361 80.3074 133.974L61.1279 64.4538Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path d="M71.3622 51.1867L66.4637 52.5404L71.8333 52.7272L71.3622 51.1867Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<path d="M69.5253 53.4274L66.4637 52.5405L69.9492 52.6338L69.5253 53.4274Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
12
|
+
<path d="M74.1244 64.2511H81.3377C83.0227 64.2511 83.8684 62.2334 82.6821 61.0501L77.5463 55.9412L73.2864 51.7041C71.778 50.2035 69.1922 51.2599 69.1922 53.3804V59.3598C69.192 60.6566 69.7115 61.9003 70.6364 62.8175C71.5613 63.7348 72.8159 64.2504 74.1244 64.2511Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path opacity="0.5" d="M72.3792 53.1369C72.0509 52.8115 72.0508 52.2842 72.379 51.9589C72.7071 51.6337 73.2393 51.6338 73.5675 51.9592L86.4056 64.6825C86.7339 65.0078 86.734 65.5352 86.4059 65.8604C86.0777 66.1856 85.5456 66.1855 85.2173 65.8602L72.3792 53.1369Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path d="M74.1273 53.9699L72.2672 55.8134C71.7629 56.3132 71.4796 56.991 71.4796 57.6978C71.4796 58.4046 71.7629 59.0824 72.2672 59.5821L73.9639 61.2637C74.9616 62.2527 76.3148 62.8085 77.7259 62.8088C79.137 62.8091 80.4905 62.254 81.4887 61.2655L74.1273 53.9699Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path d="M82.6789 61.0501L77.5431 55.9412L73.2831 51.7041C72.4745 50.8995 73.2344 52.6926 72.3708 53.1285C72.2167 52.9717 72.1312 52.7611 72.1326 52.5423C72.134 52.3234 72.2224 52.1139 72.3785 51.9591C72.5361 51.8031 72.7498 51.7154 72.9726 51.7154C73.1954 51.7154 73.4091 51.8031 73.5667 51.9591L86.4056 64.6832C86.563 64.8394 86.6515 65.0512 86.6515 65.272C86.6515 65.4928 86.563 65.7046 86.4056 65.8608C86.3275 65.9382 86.2348 65.9996 86.1328 66.0414C86.0308 66.0833 85.9215 66.1049 85.8111 66.1049C85.7007 66.1049 85.5914 66.0833 85.4894 66.0414C85.3874 65.9996 85.2947 65.9382 85.2167 65.8608L82.8479 63.5132C83.3716 62.8153 83.4087 61.776 82.6789 61.0501Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M73.2831 51.7041L77.5431 55.9412L82.6789 61.0501C83.4087 61.7759 83.3716 62.8152 82.846 63.5106L70.4995 51.2751C70.4971 51.2722 70.4945 51.2695 70.4918 51.2669C71.3541 50.831 72.4745 50.8995 73.2831 51.7041Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path d="M71.0315 53.0285C70.975 53.1233 70.7389 53.0866 70.5041 52.9467C70.2693 52.8067 70.1248 52.6164 70.1813 52.5217C70.2378 52.4269 70.4739 52.4636 70.7087 52.6035C70.9434 52.7435 71.088 52.9338 71.0315 53.0285Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path d="M65.5186 53.2816C65.7381 53.2161 65.9411 53.4235 65.8709 53.6415L65.1768 55.7987C64.836 56.8578 63.4915 57.175 62.7133 56.3799C61.9351 55.5849 62.281 54.2475 63.3471 53.9294L65.5186 53.2816Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
19
|
<g opacity="0.7">
|
|
15
|
-
<path opacity="0.7" d="M128.
|
|
20
|
+
<path opacity="0.7" d="M128.378 134.794C128.194 134.802 128.015 134.766 127.845 134.696C127.676 134.625 127.528 134.52 127.404 134.386C127.281 134.252 127.186 134.094 127.133 133.921C127.076 133.748 127.059 133.565 127.08 133.382L133.44 65.4471C133.486 65.0632 133.669 64.711 133.958 64.4503C134.244 64.1897 134.618 64.0453 135.006 64.0382H140.848C141.254 64.0558 141.645 64.1967 141.97 64.4433C142.294 64.6898 142.534 65.028 142.654 65.4154L160.927 133.076C160.983 133.241 161.001 133.417 160.976 133.59C160.948 133.762 160.881 133.928 160.775 134.065C160.669 134.206 160.532 134.315 160.373 134.389C160.214 134.463 160.041 134.495 159.865 134.485L128.378 134.791V134.794Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
16
21
|
</g>
|
|
17
|
-
<path d="M101.
|
|
18
|
-
<path d="M15.
|
|
19
|
-
<path d="M61.
|
|
20
|
-
<path d="M53.
|
|
21
|
-
<path d="M102.
|
|
22
|
-
<path d="M16.
|
|
23
|
-
<path d="M80.
|
|
24
|
-
<path d="M102.
|
|
25
|
-
<path d="M57.
|
|
22
|
+
<path d="M101.917 140.307C101.759 140.307 101.6 140.254 101.476 140.155C98.5062 137.841 95.7018 135.319 93.0808 132.614C86.7664 126.084 80.7977 117.489 72.2045 96.7711L71.4249 94.8901C67.8444 86.2816 64.1404 77.3807 60.3095 64.2319C60.2812 64.1403 60.2742 64.0487 60.2812 63.9536C60.2918 63.8585 60.3201 63.7705 60.3659 63.686C60.4118 63.6049 60.4717 63.531 60.5458 63.4711C60.6199 63.4112 60.7045 63.3689 60.7963 63.3443C60.888 63.3161 60.9797 63.3091 61.0749 63.3161C61.1702 63.3267 61.2584 63.3549 61.343 63.4006C61.4277 63.4464 61.4983 63.5063 61.5582 63.5803C61.6182 63.6543 61.6605 63.7388 61.6852 63.8304C65.495 76.8911 69.1849 85.7568 72.7477 94.3301L73.5344 96.211C82.0394 116.721 87.9164 125.193 94.1179 131.607C96.6895 134.263 99.4446 136.735 102.362 139.007C102.436 139.063 102.499 139.137 102.545 139.218C102.591 139.299 102.623 139.391 102.634 139.486C102.644 139.581 102.637 139.676 102.612 139.764C102.584 139.856 102.542 139.941 102.482 140.011C102.418 140.099 102.334 140.173 102.235 140.222C102.14 140.272 102.03 140.3 101.917 140.303V140.307Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
23
|
+
<path d="M15.5761 135.309C15.4456 135.309 15.3186 135.277 15.2057 135.21C15.0928 135.143 15.0011 135.048 14.9412 134.932C14.8953 134.847 14.8671 134.759 14.8565 134.664C14.8459 134.569 14.8565 134.474 14.8812 134.386C14.9094 134.294 14.9553 134.21 15.0152 134.139C15.0752 134.069 15.1528 134.009 15.2339 133.963C23.3439 129.659 30.7835 124.196 37.3131 117.754C43.0525 112.09 48.037 105.718 52.1572 98.7929C52.203 98.7119 52.2665 98.6414 52.3406 98.5815C52.4147 98.5217 52.4994 98.4829 52.5911 98.4618C52.6828 98.4371 52.778 98.4336 52.8698 98.4477C52.9615 98.4618 53.0532 98.4935 53.1343 98.5428C53.2155 98.5886 53.286 98.652 53.346 98.726C53.4024 98.7999 53.4447 98.8845 53.4694 98.976C53.4941 99.0676 53.4977 99.1627 53.4871 99.2543C53.473 99.3459 53.4412 99.4375 53.3918 99.5185C49.2187 106.549 44.1566 113.016 38.3396 118.768C31.7113 125.316 24.1587 130.864 15.9254 135.242C15.816 135.291 15.6961 135.316 15.5761 135.309Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path d="M61.1278 64.4538C60.9197 63.6965 60.5775 63.6965 60.3624 64.4538L40.8089 134.129C40.7525 134.291 40.7349 134.467 40.7595 134.636C40.7878 134.805 40.8548 134.967 40.9606 135.104C41.0665 135.242 41.204 135.348 41.3628 135.418C41.5215 135.488 41.6944 135.513 41.8672 135.499L79.2702 135.326C79.4395 135.333 79.6124 135.302 79.7676 135.231C79.9228 135.157 80.0604 135.048 80.1627 134.914C80.265 134.777 80.3355 134.618 80.3673 134.449C80.3955 134.28 80.3814 134.108 80.3285 133.946L61.1243 64.4609L61.1278 64.4538Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path d="M53.8645 135.457C53.6881 135.464 53.5118 135.432 53.3495 135.358C53.1872 135.288 53.0461 135.175 52.9332 135.041C52.8239 134.904 52.7427 134.745 52.7075 134.569C52.6687 134.396 52.6722 134.217 52.7181 134.048L59.2935 101.797C59.4522 101.026 59.7027 101.026 59.8544 101.797L66.2146 134.097C66.2604 134.27 66.264 134.449 66.2252 134.622C66.1864 134.794 66.1088 134.957 65.9959 135.094C65.883 135.231 65.7384 135.34 65.5761 135.411C65.4138 135.481 65.2339 135.513 65.0575 135.502L53.8645 135.453V135.457Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
26
|
+
<path d="M102.831 141.406C102.782 142.191 102.387 142.815 101.953 142.815C101.519 142.815 101.127 142.174 101.088 141.406L100.799 135.767C100.778 135.594 100.792 135.418 100.842 135.249C100.891 135.083 100.976 134.925 101.088 134.791C101.201 134.657 101.339 134.548 101.498 134.47C101.653 134.393 101.826 134.347 101.999 134.337C102.171 134.347 102.341 134.393 102.496 134.467C102.651 134.544 102.789 134.654 102.898 134.784C103.007 134.914 103.092 135.069 103.142 135.235C103.191 135.4 103.205 135.573 103.187 135.745L102.835 141.402L102.831 141.406Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path d="M16.5427 136.446C16.4933 137.232 16.0982 137.855 15.6608 137.855C15.2234 137.855 14.8354 137.214 14.7966 136.446L14.5108 130.807C14.4932 130.635 14.5108 130.462 14.5602 130.296C14.6096 130.131 14.6943 129.979 14.8071 129.846C14.92 129.715 15.0576 129.606 15.2128 129.529C15.368 129.451 15.5373 129.405 15.7102 129.398C15.883 129.409 16.0524 129.451 16.2076 129.529C16.3628 129.606 16.5004 129.715 16.6132 129.846C16.7226 129.976 16.8073 130.131 16.8566 130.296C16.906 130.462 16.9201 130.635 16.899 130.807L16.5498 136.446H16.5427Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
28
|
+
<path d="M80.1557 11.9537C80.519 12.859 80.1063 13.8981 79.2279 14.2749C78.3496 14.6518 77.3513 14.2186 76.9844 13.3134C76.6211 12.4081 77.0338 11.369 77.9122 10.9921C78.7905 10.6153 79.7994 11.0485 80.1557 11.9537Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
29
|
+
<path d="M102.023 19.6782C101.889 21.8479 101.409 23.4682 100.856 23.4647C100.295 23.4647 99.822 21.8338 99.7056 19.65C97.522 19.502 95.8923 19.0124 95.8993 18.4524C95.9064 17.8888 97.5291 17.4415 99.7056 17.3429C99.8396 15.1696 100.309 13.5529 100.873 13.5529C101.438 13.5529 101.907 15.1837 102.023 17.3675C104.207 17.5155 105.837 18.0086 105.83 18.5686C105.822 19.1287 104.2 19.5795 102.023 19.6782V19.6782Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
30
|
+
<path d="M57.6744 19.2661C57.9249 19.893 57.6391 20.6116 57.0324 20.8722C56.4256 21.1329 55.7342 20.8335 55.4802 20.2065C55.2298 19.5795 55.5155 18.861 56.1222 18.6003C56.729 18.3397 57.4275 18.6391 57.6744 19.2661Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
26
31
|
</svg>
|