@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.47
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/components/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +2 -2
- package/components/ExpandableSection/expandable-section.scss +2 -2
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +11 -3
- package/components/NotificationDrawer/notification-drawer.scss +12 -5
- package/components/Table/table.css +2 -2
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.css +2 -2
- package/components/Tabs/tabs.scss +2 -2
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +28 -20
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/ActionList/examples/ActionList.md +10 -10
- package/docs/components/Alert/examples/Alert.md +30 -30
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
- package/docs/components/Card/examples/Card.md +52 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +78 -6
- package/docs/components/CodeBlock/examples/CodeBlock.md +26 -2
- package/docs/components/DataList/examples/DataList.md +221 -17
- package/docs/components/Drawer/examples/Drawer.md +42 -42
- package/docs/components/DualListSelector/examples/DualListSelector.md +961 -85
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Icon/examples/Icon.md +91 -7
- package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
- package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
- package/docs/components/Label/examples/Label.md +2812 -220
- package/docs/components/Menu/examples/Menu.md +1456 -112
- package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
- package/docs/components/ModalBox/examples/ModalBox.md +121 -37
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +57 -21
- package/docs/components/Nav/examples/Navigation.md +710 -62
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +576 -48
- package/docs/components/Popover/examples/Popover.md +110 -38
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +819 -63
- package/docs/components/Tabs/examples/Tabs.md +1959 -339
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
- package/docs/components/Toolbar/examples/Toolbar.md +48 -48
- package/docs/components/TreeView/examples/TreeView.md +1300 -100
- package/docs/components/Wizard/examples/Wizard.md +349 -85
- package/docs/demos/AboutModal/examples/AboutModal.md +41 -5
- package/docs/demos/Alert/examples/Alert.md +123 -15
- package/docs/demos/BackToTop/examples/BackToTop.md +39 -3
- package/docs/demos/Banner/examples/Banner.md +78 -6
- package/docs/demos/Card/examples/Card.md +310 -34
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +73 -37
- package/docs/demos/Dashboard/examples/Dashboard.md +128 -14
- package/docs/demos/DataList/examples/DataList.md +234 -18
- package/docs/demos/DescriptionList/examples/DescriptionList.md +119 -11
- package/docs/demos/Drawer/examples/Drawer.md +147 -21
- package/docs/demos/Form/examples/BasicForms.md +169 -13
- package/docs/demos/JumpLinks/examples/JumpLinks.md +220 -31
- package/docs/demos/Masthead/examples/Masthead.md +370 -34
- package/docs/demos/Modal/examples/Modal.md +246 -30
- package/docs/demos/Nav/examples/Nav.md +320 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1063 -115
- package/docs/demos/Page/examples/Page.md +548 -44
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +371 -47
- package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
- package/docs/demos/Table/examples/Table.md +934 -73
- package/docs/demos/Tabs/examples/Tabs.md +261 -27
- package/docs/demos/Toolbar/examples/Toolbar.md +102 -30
- package/docs/demos/Wizard/examples/Wizard.md +641 -92
- package/package.json +1 -1
- package/patternfly-no-globals.css +28 -20
- package/patternfly.css +28 -20
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -25,7 +25,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
25
25
|
<span class="pf-v6-c-button__icon">
|
|
26
26
|
<svg
|
|
27
27
|
class="pf-v6-svg"
|
|
28
|
-
viewBox="0 0
|
|
28
|
+
viewBox="0 0 20 20"
|
|
29
29
|
fill="currentColor"
|
|
30
30
|
aria-hidden="true"
|
|
31
31
|
role="img"
|
|
@@ -33,7 +33,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
33
33
|
height="1em"
|
|
34
34
|
>
|
|
35
35
|
<path
|
|
36
|
-
d="
|
|
36
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
37
37
|
/>
|
|
38
38
|
</svg>
|
|
39
39
|
</span>
|
|
@@ -121,7 +121,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
121
121
|
<span class="pf-v6-c-button__icon">
|
|
122
122
|
<svg
|
|
123
123
|
class="pf-v6-svg"
|
|
124
|
-
viewBox="0 0
|
|
124
|
+
viewBox="0 0 20 20"
|
|
125
125
|
fill="currentColor"
|
|
126
126
|
aria-hidden="true"
|
|
127
127
|
role="img"
|
|
@@ -129,7 +129,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
129
129
|
height="1em"
|
|
130
130
|
>
|
|
131
131
|
<path
|
|
132
|
-
d="
|
|
132
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
133
133
|
/>
|
|
134
134
|
</svg>
|
|
135
135
|
</span>
|
|
@@ -167,7 +167,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
167
167
|
<span class="pf-v6-c-button__icon">
|
|
168
168
|
<svg
|
|
169
169
|
class="pf-v6-svg"
|
|
170
|
-
viewBox="0 0
|
|
170
|
+
viewBox="0 0 20 20"
|
|
171
171
|
fill="currentColor"
|
|
172
172
|
aria-hidden="true"
|
|
173
173
|
role="img"
|
|
@@ -175,7 +175,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
175
175
|
height="1em"
|
|
176
176
|
>
|
|
177
177
|
<path
|
|
178
|
-
d="
|
|
178
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
179
179
|
/>
|
|
180
180
|
</svg>
|
|
181
181
|
</span>
|
|
@@ -297,7 +297,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
297
297
|
<span class="pf-v6-c-button__icon">
|
|
298
298
|
<svg
|
|
299
299
|
class="pf-v6-svg"
|
|
300
|
-
viewBox="0 0
|
|
300
|
+
viewBox="0 0 20 20"
|
|
301
301
|
fill="currentColor"
|
|
302
302
|
aria-hidden="true"
|
|
303
303
|
role="img"
|
|
@@ -305,7 +305,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
305
305
|
height="1em"
|
|
306
306
|
>
|
|
307
307
|
<path
|
|
308
|
-
d="
|
|
308
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
309
309
|
/>
|
|
310
310
|
</svg>
|
|
311
311
|
</span>
|
|
@@ -413,7 +413,19 @@ cssPrefix: pf-v6-c-tabs
|
|
|
413
413
|
>
|
|
414
414
|
<span class="pf-v6-c-tabs__item-text">More</span>
|
|
415
415
|
<span class="pf-v6-c-tabs__link-toggle-icon">
|
|
416
|
-
<
|
|
416
|
+
<svg
|
|
417
|
+
class="pf-v6-svg"
|
|
418
|
+
viewBox="0 0 20 20"
|
|
419
|
+
fill="currentColor"
|
|
420
|
+
aria-hidden="true"
|
|
421
|
+
role="img"
|
|
422
|
+
width="1em"
|
|
423
|
+
height="1em"
|
|
424
|
+
>
|
|
425
|
+
<path
|
|
426
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
427
|
+
/>
|
|
428
|
+
</svg>
|
|
417
429
|
</span>
|
|
418
430
|
</button>
|
|
419
431
|
</li>
|
|
@@ -514,7 +526,19 @@ cssPrefix: pf-v6-c-tabs
|
|
|
514
526
|
>
|
|
515
527
|
<span class="pf-v6-c-tabs__item-text">More</span>
|
|
516
528
|
<span class="pf-v6-c-tabs__link-toggle-icon">
|
|
517
|
-
<
|
|
529
|
+
<svg
|
|
530
|
+
class="pf-v6-svg"
|
|
531
|
+
viewBox="0 0 20 20"
|
|
532
|
+
fill="currentColor"
|
|
533
|
+
aria-hidden="true"
|
|
534
|
+
role="img"
|
|
535
|
+
width="1em"
|
|
536
|
+
height="1em"
|
|
537
|
+
>
|
|
538
|
+
<path
|
|
539
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
540
|
+
/>
|
|
541
|
+
</svg>
|
|
518
542
|
</span>
|
|
519
543
|
</button>
|
|
520
544
|
</li>
|
|
@@ -617,7 +641,19 @@ cssPrefix: pf-v6-c-tabs
|
|
|
617
641
|
>
|
|
618
642
|
<span class="pf-v6-c-tabs__item-text">More</span>
|
|
619
643
|
<span class="pf-v6-c-tabs__link-toggle-icon">
|
|
620
|
-
<
|
|
644
|
+
<svg
|
|
645
|
+
class="pf-v6-svg"
|
|
646
|
+
viewBox="0 0 20 20"
|
|
647
|
+
fill="currentColor"
|
|
648
|
+
aria-hidden="true"
|
|
649
|
+
role="img"
|
|
650
|
+
width="1em"
|
|
651
|
+
height="1em"
|
|
652
|
+
>
|
|
653
|
+
<path
|
|
654
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
655
|
+
/>
|
|
656
|
+
</svg>
|
|
621
657
|
</span>
|
|
622
658
|
</button>
|
|
623
659
|
</li>
|
|
@@ -737,7 +773,19 @@ cssPrefix: pf-v6-c-tabs
|
|
|
737
773
|
>
|
|
738
774
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
739
775
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
740
|
-
<
|
|
776
|
+
<svg
|
|
777
|
+
class="pf-v6-svg"
|
|
778
|
+
viewBox="0 0 20 20"
|
|
779
|
+
fill="currentColor"
|
|
780
|
+
aria-hidden="true"
|
|
781
|
+
role="img"
|
|
782
|
+
width="1em"
|
|
783
|
+
height="1em"
|
|
784
|
+
>
|
|
785
|
+
<path
|
|
786
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
787
|
+
/>
|
|
788
|
+
</svg>
|
|
741
789
|
</span>
|
|
742
790
|
</span>
|
|
743
791
|
<span class="pf-v6-c-button__text">
|
|
@@ -848,7 +896,19 @@ cssPrefix: pf-v6-c-tabs
|
|
|
848
896
|
>
|
|
849
897
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
850
898
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
851
|
-
<
|
|
899
|
+
<svg
|
|
900
|
+
class="pf-v6-svg"
|
|
901
|
+
viewBox="0 0 20 20"
|
|
902
|
+
fill="currentColor"
|
|
903
|
+
aria-hidden="true"
|
|
904
|
+
role="img"
|
|
905
|
+
width="1em"
|
|
906
|
+
height="1em"
|
|
907
|
+
>
|
|
908
|
+
<path
|
|
909
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
910
|
+
/>
|
|
911
|
+
</svg>
|
|
852
912
|
</span>
|
|
853
913
|
</span>
|
|
854
914
|
<span class="pf-v6-c-button__text">
|
|
@@ -959,7 +1019,19 @@ cssPrefix: pf-v6-c-tabs
|
|
|
959
1019
|
>
|
|
960
1020
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
961
1021
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
962
|
-
<
|
|
1022
|
+
<svg
|
|
1023
|
+
class="pf-v6-svg"
|
|
1024
|
+
viewBox="0 0 20 20"
|
|
1025
|
+
fill="currentColor"
|
|
1026
|
+
aria-hidden="true"
|
|
1027
|
+
role="img"
|
|
1028
|
+
width="1em"
|
|
1029
|
+
height="1em"
|
|
1030
|
+
>
|
|
1031
|
+
<path
|
|
1032
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1033
|
+
/>
|
|
1034
|
+
</svg>
|
|
963
1035
|
</span>
|
|
964
1036
|
</span>
|
|
965
1037
|
<span class="pf-v6-c-button__text">
|
|
@@ -1070,7 +1142,19 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1070
1142
|
>
|
|
1071
1143
|
<span class="pf-v6-c-button__icon">
|
|
1072
1144
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
1073
|
-
<
|
|
1145
|
+
<svg
|
|
1146
|
+
class="pf-v6-svg"
|
|
1147
|
+
viewBox="0 0 20 20"
|
|
1148
|
+
fill="currentColor"
|
|
1149
|
+
aria-hidden="true"
|
|
1150
|
+
role="img"
|
|
1151
|
+
width="1em"
|
|
1152
|
+
height="1em"
|
|
1153
|
+
>
|
|
1154
|
+
<path
|
|
1155
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1156
|
+
/>
|
|
1157
|
+
</svg>
|
|
1074
1158
|
</span>
|
|
1075
1159
|
</span>
|
|
1076
1160
|
</button>
|
|
@@ -1179,7 +1263,19 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1179
1263
|
>
|
|
1180
1264
|
<span class="pf-v6-c-button__icon">
|
|
1181
1265
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
1182
|
-
<
|
|
1266
|
+
<svg
|
|
1267
|
+
class="pf-v6-svg"
|
|
1268
|
+
viewBox="0 0 20 20"
|
|
1269
|
+
fill="currentColor"
|
|
1270
|
+
aria-hidden="true"
|
|
1271
|
+
role="img"
|
|
1272
|
+
width="1em"
|
|
1273
|
+
height="1em"
|
|
1274
|
+
>
|
|
1275
|
+
<path
|
|
1276
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1277
|
+
/>
|
|
1278
|
+
</svg>
|
|
1183
1279
|
</span>
|
|
1184
1280
|
</span>
|
|
1185
1281
|
</button>
|
|
@@ -1288,7 +1384,19 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1288
1384
|
>
|
|
1289
1385
|
<span class="pf-v6-c-button__icon">
|
|
1290
1386
|
<span class="pf-v6-c-tabs__toggle-icon">
|
|
1291
|
-
<
|
|
1387
|
+
<svg
|
|
1388
|
+
class="pf-v6-svg"
|
|
1389
|
+
viewBox="0 0 20 20"
|
|
1390
|
+
fill="currentColor"
|
|
1391
|
+
aria-hidden="true"
|
|
1392
|
+
role="img"
|
|
1393
|
+
width="1em"
|
|
1394
|
+
height="1em"
|
|
1395
|
+
>
|
|
1396
|
+
<path
|
|
1397
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1398
|
+
/>
|
|
1399
|
+
</svg>
|
|
1292
1400
|
</span>
|
|
1293
1401
|
</span>
|
|
1294
1402
|
</button>
|
|
@@ -1397,7 +1505,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1397
1505
|
<span class="pf-v6-c-button__icon">
|
|
1398
1506
|
<svg
|
|
1399
1507
|
class="pf-v6-svg"
|
|
1400
|
-
viewBox="0 0
|
|
1508
|
+
viewBox="0 0 20 20"
|
|
1401
1509
|
fill="currentColor"
|
|
1402
1510
|
aria-hidden="true"
|
|
1403
1511
|
role="img"
|
|
@@ -1405,7 +1513,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1405
1513
|
height="1em"
|
|
1406
1514
|
>
|
|
1407
1515
|
<path
|
|
1408
|
-
d="
|
|
1516
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1409
1517
|
/>
|
|
1410
1518
|
</svg>
|
|
1411
1519
|
</span>
|
|
@@ -1493,7 +1601,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1493
1601
|
<span class="pf-v6-c-button__icon">
|
|
1494
1602
|
<svg
|
|
1495
1603
|
class="pf-v6-svg"
|
|
1496
|
-
viewBox="0 0
|
|
1604
|
+
viewBox="0 0 20 20"
|
|
1497
1605
|
fill="currentColor"
|
|
1498
1606
|
aria-hidden="true"
|
|
1499
1607
|
role="img"
|
|
@@ -1501,7 +1609,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1501
1609
|
height="1em"
|
|
1502
1610
|
>
|
|
1503
1611
|
<path
|
|
1504
|
-
d="
|
|
1612
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1505
1613
|
/>
|
|
1506
1614
|
</svg>
|
|
1507
1615
|
</span>
|
|
@@ -1530,7 +1638,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1530
1638
|
<span class="pf-v6-c-button__icon">
|
|
1531
1639
|
<svg
|
|
1532
1640
|
class="pf-v6-svg"
|
|
1533
|
-
viewBox="0 0
|
|
1641
|
+
viewBox="0 0 20 20"
|
|
1534
1642
|
fill="currentColor"
|
|
1535
1643
|
aria-hidden="true"
|
|
1536
1644
|
role="img"
|
|
@@ -1538,7 +1646,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1538
1646
|
height="1em"
|
|
1539
1647
|
>
|
|
1540
1648
|
<path
|
|
1541
|
-
d="
|
|
1649
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1542
1650
|
/>
|
|
1543
1651
|
</svg>
|
|
1544
1652
|
</span>
|
|
@@ -1660,7 +1768,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1660
1768
|
<span class="pf-v6-c-button__icon">
|
|
1661
1769
|
<svg
|
|
1662
1770
|
class="pf-v6-svg"
|
|
1663
|
-
viewBox="0 0
|
|
1771
|
+
viewBox="0 0 20 20"
|
|
1664
1772
|
fill="currentColor"
|
|
1665
1773
|
aria-hidden="true"
|
|
1666
1774
|
role="img"
|
|
@@ -1668,7 +1776,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1668
1776
|
height="1em"
|
|
1669
1777
|
>
|
|
1670
1778
|
<path
|
|
1671
|
-
d="
|
|
1779
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1672
1780
|
/>
|
|
1673
1781
|
</svg>
|
|
1674
1782
|
</span>
|
|
@@ -1785,7 +1893,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1785
1893
|
<span class="pf-v6-c-button__icon">
|
|
1786
1894
|
<svg
|
|
1787
1895
|
class="pf-v6-svg"
|
|
1788
|
-
viewBox="0 0
|
|
1896
|
+
viewBox="0 0 20 20"
|
|
1789
1897
|
fill="currentColor"
|
|
1790
1898
|
aria-hidden="true"
|
|
1791
1899
|
role="img"
|
|
@@ -1793,7 +1901,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1793
1901
|
height="1em"
|
|
1794
1902
|
>
|
|
1795
1903
|
<path
|
|
1796
|
-
d="
|
|
1904
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1797
1905
|
/>
|
|
1798
1906
|
</svg>
|
|
1799
1907
|
</span>
|
|
@@ -1885,7 +1993,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1885
1993
|
<span class="pf-v6-c-button__icon">
|
|
1886
1994
|
<svg
|
|
1887
1995
|
class="pf-v6-svg"
|
|
1888
|
-
viewBox="0 0
|
|
1996
|
+
viewBox="0 0 20 20"
|
|
1889
1997
|
fill="currentColor"
|
|
1890
1998
|
aria-hidden="true"
|
|
1891
1999
|
role="img"
|
|
@@ -1893,7 +2001,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1893
2001
|
height="1em"
|
|
1894
2002
|
>
|
|
1895
2003
|
<path
|
|
1896
|
-
d="
|
|
2004
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1897
2005
|
/>
|
|
1898
2006
|
</svg>
|
|
1899
2007
|
</span>
|
|
@@ -1925,7 +2033,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1925
2033
|
<span class="pf-v6-c-button__icon">
|
|
1926
2034
|
<svg
|
|
1927
2035
|
class="pf-v6-svg"
|
|
1928
|
-
viewBox="0 0
|
|
2036
|
+
viewBox="0 0 20 20"
|
|
1929
2037
|
fill="currentColor"
|
|
1930
2038
|
aria-hidden="true"
|
|
1931
2039
|
role="img"
|
|
@@ -1933,7 +2041,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
1933
2041
|
height="1em"
|
|
1934
2042
|
>
|
|
1935
2043
|
<path
|
|
1936
|
-
d="
|
|
2044
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1937
2045
|
/>
|
|
1938
2046
|
</svg>
|
|
1939
2047
|
</span>
|
|
@@ -2023,7 +2131,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2023
2131
|
<span class="pf-v6-c-button__icon">
|
|
2024
2132
|
<svg
|
|
2025
2133
|
class="pf-v6-svg"
|
|
2026
|
-
viewBox="0 0
|
|
2134
|
+
viewBox="0 0 20 20"
|
|
2027
2135
|
fill="currentColor"
|
|
2028
2136
|
aria-hidden="true"
|
|
2029
2137
|
role="img"
|
|
@@ -2031,7 +2139,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2031
2139
|
height="1em"
|
|
2032
2140
|
>
|
|
2033
2141
|
<path
|
|
2034
|
-
d="
|
|
2142
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2035
2143
|
/>
|
|
2036
2144
|
</svg>
|
|
2037
2145
|
</span>
|
|
@@ -2060,7 +2168,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2060
2168
|
<span class="pf-v6-c-button__icon">
|
|
2061
2169
|
<svg
|
|
2062
2170
|
class="pf-v6-svg"
|
|
2063
|
-
viewBox="0 0
|
|
2171
|
+
viewBox="0 0 20 20"
|
|
2064
2172
|
fill="currentColor"
|
|
2065
2173
|
aria-hidden="true"
|
|
2066
2174
|
role="img"
|
|
@@ -2068,7 +2176,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2068
2176
|
height="1em"
|
|
2069
2177
|
>
|
|
2070
2178
|
<path
|
|
2071
|
-
d="
|
|
2179
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2072
2180
|
/>
|
|
2073
2181
|
</svg>
|
|
2074
2182
|
</span>
|
|
@@ -2158,7 +2266,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2158
2266
|
<span class="pf-v6-c-button__icon">
|
|
2159
2267
|
<svg
|
|
2160
2268
|
class="pf-v6-svg"
|
|
2161
|
-
viewBox="0 0
|
|
2269
|
+
viewBox="0 0 20 20"
|
|
2162
2270
|
fill="currentColor"
|
|
2163
2271
|
aria-hidden="true"
|
|
2164
2272
|
role="img"
|
|
@@ -2166,7 +2274,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2166
2274
|
height="1em"
|
|
2167
2275
|
>
|
|
2168
2276
|
<path
|
|
2169
|
-
d="
|
|
2277
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2170
2278
|
/>
|
|
2171
2279
|
</svg>
|
|
2172
2280
|
</span>
|
|
@@ -2195,7 +2303,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2195
2303
|
<span class="pf-v6-c-button__icon">
|
|
2196
2304
|
<svg
|
|
2197
2305
|
class="pf-v6-svg"
|
|
2198
|
-
viewBox="0 0
|
|
2306
|
+
viewBox="0 0 20 20"
|
|
2199
2307
|
fill="currentColor"
|
|
2200
2308
|
aria-hidden="true"
|
|
2201
2309
|
role="img"
|
|
@@ -2203,7 +2311,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2203
2311
|
height="1em"
|
|
2204
2312
|
>
|
|
2205
2313
|
<path
|
|
2206
|
-
d="
|
|
2314
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2207
2315
|
/>
|
|
2208
2316
|
</svg>
|
|
2209
2317
|
</span>
|
|
@@ -2293,7 +2401,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2293
2401
|
<span class="pf-v6-c-button__icon">
|
|
2294
2402
|
<svg
|
|
2295
2403
|
class="pf-v6-svg"
|
|
2296
|
-
viewBox="0 0
|
|
2404
|
+
viewBox="0 0 20 20"
|
|
2297
2405
|
fill="currentColor"
|
|
2298
2406
|
aria-hidden="true"
|
|
2299
2407
|
role="img"
|
|
@@ -2301,7 +2409,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2301
2409
|
height="1em"
|
|
2302
2410
|
>
|
|
2303
2411
|
<path
|
|
2304
|
-
d="
|
|
2412
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2305
2413
|
/>
|
|
2306
2414
|
</svg>
|
|
2307
2415
|
</span>
|
|
@@ -2339,7 +2447,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2339
2447
|
<span class="pf-v6-c-button__icon">
|
|
2340
2448
|
<svg
|
|
2341
2449
|
class="pf-v6-svg"
|
|
2342
|
-
viewBox="0 0
|
|
2450
|
+
viewBox="0 0 20 20"
|
|
2343
2451
|
fill="currentColor"
|
|
2344
2452
|
aria-hidden="true"
|
|
2345
2453
|
role="img"
|
|
@@ -2347,7 +2455,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2347
2455
|
height="1em"
|
|
2348
2456
|
>
|
|
2349
2457
|
<path
|
|
2350
|
-
d="
|
|
2458
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2351
2459
|
/>
|
|
2352
2460
|
</svg>
|
|
2353
2461
|
</span>
|
|
@@ -2455,7 +2563,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2455
2563
|
<span class="pf-v6-c-button__icon">
|
|
2456
2564
|
<svg
|
|
2457
2565
|
class="pf-v6-svg"
|
|
2458
|
-
viewBox="0 0
|
|
2566
|
+
viewBox="0 0 20 20"
|
|
2459
2567
|
fill="currentColor"
|
|
2460
2568
|
aria-hidden="true"
|
|
2461
2569
|
role="img"
|
|
@@ -2463,7 +2571,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2463
2571
|
height="1em"
|
|
2464
2572
|
>
|
|
2465
2573
|
<path
|
|
2466
|
-
d="
|
|
2574
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2467
2575
|
/>
|
|
2468
2576
|
</svg>
|
|
2469
2577
|
</span>
|
|
@@ -2493,7 +2601,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2493
2601
|
<span class="pf-v6-c-button__icon">
|
|
2494
2602
|
<svg
|
|
2495
2603
|
class="pf-v6-svg"
|
|
2496
|
-
viewBox="0 0
|
|
2604
|
+
viewBox="0 0 20 20"
|
|
2497
2605
|
fill="currentColor"
|
|
2498
2606
|
aria-hidden="true"
|
|
2499
2607
|
role="img"
|
|
@@ -2501,7 +2609,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2501
2609
|
height="1em"
|
|
2502
2610
|
>
|
|
2503
2611
|
<path
|
|
2504
|
-
d="
|
|
2612
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2505
2613
|
/>
|
|
2506
2614
|
</svg>
|
|
2507
2615
|
</span>
|
|
@@ -2590,7 +2698,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2590
2698
|
<span class="pf-v6-c-button__icon">
|
|
2591
2699
|
<svg
|
|
2592
2700
|
class="pf-v6-svg"
|
|
2593
|
-
viewBox="0 0
|
|
2701
|
+
viewBox="0 0 20 20"
|
|
2594
2702
|
fill="currentColor"
|
|
2595
2703
|
aria-hidden="true"
|
|
2596
2704
|
role="img"
|
|
@@ -2598,7 +2706,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2598
2706
|
height="1em"
|
|
2599
2707
|
>
|
|
2600
2708
|
<path
|
|
2601
|
-
d="
|
|
2709
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2602
2710
|
/>
|
|
2603
2711
|
</svg>
|
|
2604
2712
|
</span>
|
|
@@ -2621,7 +2729,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2621
2729
|
<span class="pf-v6-c-button__icon">
|
|
2622
2730
|
<svg
|
|
2623
2731
|
class="pf-v6-svg"
|
|
2624
|
-
viewBox="0 0
|
|
2732
|
+
viewBox="0 0 20 20"
|
|
2625
2733
|
fill="currentColor"
|
|
2626
2734
|
aria-hidden="true"
|
|
2627
2735
|
role="img"
|
|
@@ -2629,7 +2737,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2629
2737
|
height="1em"
|
|
2630
2738
|
>
|
|
2631
2739
|
<path
|
|
2632
|
-
d="
|
|
2740
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2633
2741
|
/>
|
|
2634
2742
|
</svg>
|
|
2635
2743
|
</span>
|
|
@@ -2718,7 +2826,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2718
2826
|
<span class="pf-v6-c-button__icon">
|
|
2719
2827
|
<svg
|
|
2720
2828
|
class="pf-v6-svg"
|
|
2721
|
-
viewBox="0 0
|
|
2829
|
+
viewBox="0 0 20 20"
|
|
2722
2830
|
fill="currentColor"
|
|
2723
2831
|
aria-hidden="true"
|
|
2724
2832
|
role="img"
|
|
@@ -2726,7 +2834,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2726
2834
|
height="1em"
|
|
2727
2835
|
>
|
|
2728
2836
|
<path
|
|
2729
|
-
d="
|
|
2837
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2730
2838
|
/>
|
|
2731
2839
|
</svg>
|
|
2732
2840
|
</span>
|
|
@@ -2754,7 +2862,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2754
2862
|
<span class="pf-v6-c-button__icon">
|
|
2755
2863
|
<svg
|
|
2756
2864
|
class="pf-v6-svg"
|
|
2757
|
-
viewBox="0 0
|
|
2865
|
+
viewBox="0 0 20 20"
|
|
2758
2866
|
fill="currentColor"
|
|
2759
2867
|
aria-hidden="true"
|
|
2760
2868
|
role="img"
|
|
@@ -2762,7 +2870,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2762
2870
|
height="1em"
|
|
2763
2871
|
>
|
|
2764
2872
|
<path
|
|
2765
|
-
d="
|
|
2873
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2766
2874
|
/>
|
|
2767
2875
|
</svg>
|
|
2768
2876
|
</span>
|
|
@@ -2851,7 +2959,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2851
2959
|
<span class="pf-v6-c-button__icon">
|
|
2852
2960
|
<svg
|
|
2853
2961
|
class="pf-v6-svg"
|
|
2854
|
-
viewBox="0 0
|
|
2962
|
+
viewBox="0 0 20 20"
|
|
2855
2963
|
fill="currentColor"
|
|
2856
2964
|
aria-hidden="true"
|
|
2857
2965
|
role="img"
|
|
@@ -2859,7 +2967,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2859
2967
|
height="1em"
|
|
2860
2968
|
>
|
|
2861
2969
|
<path
|
|
2862
|
-
d="
|
|
2970
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2863
2971
|
/>
|
|
2864
2972
|
</svg>
|
|
2865
2973
|
</span>
|
|
@@ -2882,7 +2990,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2882
2990
|
<span class="pf-v6-c-button__icon">
|
|
2883
2991
|
<svg
|
|
2884
2992
|
class="pf-v6-svg"
|
|
2885
|
-
viewBox="0 0
|
|
2993
|
+
viewBox="0 0 20 20"
|
|
2886
2994
|
fill="currentColor"
|
|
2887
2995
|
aria-hidden="true"
|
|
2888
2996
|
role="img"
|
|
@@ -2890,7 +2998,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2890
2998
|
height="1em"
|
|
2891
2999
|
>
|
|
2892
3000
|
<path
|
|
2893
|
-
d="
|
|
3001
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2894
3002
|
/>
|
|
2895
3003
|
</svg>
|
|
2896
3004
|
</span>
|
|
@@ -2979,7 +3087,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2979
3087
|
<span class="pf-v6-c-button__icon">
|
|
2980
3088
|
<svg
|
|
2981
3089
|
class="pf-v6-svg"
|
|
2982
|
-
viewBox="0 0
|
|
3090
|
+
viewBox="0 0 20 20"
|
|
2983
3091
|
fill="currentColor"
|
|
2984
3092
|
aria-hidden="true"
|
|
2985
3093
|
role="img"
|
|
@@ -2987,7 +3095,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2987
3095
|
height="1em"
|
|
2988
3096
|
>
|
|
2989
3097
|
<path
|
|
2990
|
-
d="
|
|
3098
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2991
3099
|
/>
|
|
2992
3100
|
</svg>
|
|
2993
3101
|
</span>
|
|
@@ -3018,7 +3126,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3018
3126
|
<span class="pf-v6-c-button__icon">
|
|
3019
3127
|
<svg
|
|
3020
3128
|
class="pf-v6-svg"
|
|
3021
|
-
viewBox="0 0
|
|
3129
|
+
viewBox="0 0 20 20"
|
|
3022
3130
|
fill="currentColor"
|
|
3023
3131
|
aria-hidden="true"
|
|
3024
3132
|
role="img"
|
|
@@ -3026,7 +3134,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3026
3134
|
height="1em"
|
|
3027
3135
|
>
|
|
3028
3136
|
<path
|
|
3029
|
-
d="
|
|
3137
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3030
3138
|
/>
|
|
3031
3139
|
</svg>
|
|
3032
3140
|
</span>
|
|
@@ -3078,7 +3186,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3078
3186
|
<span class="pf-v6-c-button__icon">
|
|
3079
3187
|
<svg
|
|
3080
3188
|
class="pf-v6-svg"
|
|
3081
|
-
viewBox="0 0
|
|
3189
|
+
viewBox="0 0 20 20"
|
|
3082
3190
|
fill="currentColor"
|
|
3083
3191
|
aria-hidden="true"
|
|
3084
3192
|
role="img"
|
|
@@ -3086,7 +3194,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3086
3194
|
height="1em"
|
|
3087
3195
|
>
|
|
3088
3196
|
<path
|
|
3089
|
-
d="
|
|
3197
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3090
3198
|
/>
|
|
3091
3199
|
</svg>
|
|
3092
3200
|
</span>
|
|
@@ -3115,7 +3223,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3115
3223
|
<span class="pf-v6-c-button__icon">
|
|
3116
3224
|
<svg
|
|
3117
3225
|
class="pf-v6-svg"
|
|
3118
|
-
viewBox="0 0
|
|
3226
|
+
viewBox="0 0 20 20"
|
|
3119
3227
|
fill="currentColor"
|
|
3120
3228
|
aria-hidden="true"
|
|
3121
3229
|
role="img"
|
|
@@ -3123,7 +3231,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3123
3231
|
height="1em"
|
|
3124
3232
|
>
|
|
3125
3233
|
<path
|
|
3126
|
-
d="
|
|
3234
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3127
3235
|
/>
|
|
3128
3236
|
</svg>
|
|
3129
3237
|
</span>
|
|
@@ -3188,7 +3296,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3188
3296
|
<span class="pf-v6-c-button__icon">
|
|
3189
3297
|
<svg
|
|
3190
3298
|
class="pf-v6-svg"
|
|
3191
|
-
viewBox="0 0
|
|
3299
|
+
viewBox="0 0 20 20"
|
|
3192
3300
|
fill="currentColor"
|
|
3193
3301
|
aria-hidden="true"
|
|
3194
3302
|
role="img"
|
|
@@ -3196,7 +3304,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3196
3304
|
height="1em"
|
|
3197
3305
|
>
|
|
3198
3306
|
<path
|
|
3199
|
-
d="
|
|
3307
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3200
3308
|
/>
|
|
3201
3309
|
</svg>
|
|
3202
3310
|
</span>
|
|
@@ -3225,7 +3333,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3225
3333
|
<span class="pf-v6-c-button__icon">
|
|
3226
3334
|
<svg
|
|
3227
3335
|
class="pf-v6-svg"
|
|
3228
|
-
viewBox="0 0
|
|
3336
|
+
viewBox="0 0 20 20"
|
|
3229
3337
|
fill="currentColor"
|
|
3230
3338
|
aria-hidden="true"
|
|
3231
3339
|
role="img"
|
|
@@ -3233,7 +3341,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3233
3341
|
height="1em"
|
|
3234
3342
|
>
|
|
3235
3343
|
<path
|
|
3236
|
-
d="
|
|
3344
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3237
3345
|
/>
|
|
3238
3346
|
</svg>
|
|
3239
3347
|
</span>
|
|
@@ -3285,7 +3393,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3285
3393
|
<span class="pf-v6-c-button__icon">
|
|
3286
3394
|
<svg
|
|
3287
3395
|
class="pf-v6-svg"
|
|
3288
|
-
viewBox="0 0
|
|
3396
|
+
viewBox="0 0 20 20"
|
|
3289
3397
|
fill="currentColor"
|
|
3290
3398
|
aria-hidden="true"
|
|
3291
3399
|
role="img"
|
|
@@ -3293,7 +3401,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3293
3401
|
height="1em"
|
|
3294
3402
|
>
|
|
3295
3403
|
<path
|
|
3296
|
-
d="
|
|
3404
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3297
3405
|
/>
|
|
3298
3406
|
</svg>
|
|
3299
3407
|
</span>
|
|
@@ -3322,7 +3430,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3322
3430
|
<span class="pf-v6-c-button__icon">
|
|
3323
3431
|
<svg
|
|
3324
3432
|
class="pf-v6-svg"
|
|
3325
|
-
viewBox="0 0
|
|
3433
|
+
viewBox="0 0 20 20"
|
|
3326
3434
|
fill="currentColor"
|
|
3327
3435
|
aria-hidden="true"
|
|
3328
3436
|
role="img"
|
|
@@ -3330,7 +3438,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3330
3438
|
height="1em"
|
|
3331
3439
|
>
|
|
3332
3440
|
<path
|
|
3333
|
-
d="
|
|
3441
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3334
3442
|
/>
|
|
3335
3443
|
</svg>
|
|
3336
3444
|
</span>
|
|
@@ -3395,7 +3503,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3395
3503
|
<span class="pf-v6-c-button__icon">
|
|
3396
3504
|
<svg
|
|
3397
3505
|
class="pf-v6-svg"
|
|
3398
|
-
viewBox="0 0
|
|
3506
|
+
viewBox="0 0 20 20"
|
|
3399
3507
|
fill="currentColor"
|
|
3400
3508
|
aria-hidden="true"
|
|
3401
3509
|
role="img"
|
|
@@ -3403,7 +3511,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3403
3511
|
height="1em"
|
|
3404
3512
|
>
|
|
3405
3513
|
<path
|
|
3406
|
-
d="
|
|
3514
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3407
3515
|
/>
|
|
3408
3516
|
</svg>
|
|
3409
3517
|
</span>
|
|
@@ -3437,7 +3545,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3437
3545
|
<span class="pf-v6-c-button__icon">
|
|
3438
3546
|
<svg
|
|
3439
3547
|
class="pf-v6-svg"
|
|
3440
|
-
viewBox="0 0
|
|
3548
|
+
viewBox="0 0 20 20"
|
|
3441
3549
|
fill="currentColor"
|
|
3442
3550
|
aria-hidden="true"
|
|
3443
3551
|
role="img"
|
|
@@ -3445,7 +3553,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3445
3553
|
height="1em"
|
|
3446
3554
|
>
|
|
3447
3555
|
<path
|
|
3448
|
-
d="
|
|
3556
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3449
3557
|
/>
|
|
3450
3558
|
</svg>
|
|
3451
3559
|
</span>
|
|
@@ -3537,7 +3645,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3537
3645
|
<span class="pf-v6-c-button__icon">
|
|
3538
3646
|
<svg
|
|
3539
3647
|
class="pf-v6-svg"
|
|
3540
|
-
viewBox="0 0
|
|
3648
|
+
viewBox="0 0 20 20"
|
|
3541
3649
|
fill="currentColor"
|
|
3542
3650
|
aria-hidden="true"
|
|
3543
3651
|
role="img"
|
|
@@ -3545,7 +3653,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3545
3653
|
height="1em"
|
|
3546
3654
|
>
|
|
3547
3655
|
<path
|
|
3548
|
-
d="
|
|
3656
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3549
3657
|
/>
|
|
3550
3658
|
</svg>
|
|
3551
3659
|
</span>
|
|
@@ -3572,7 +3680,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3572
3680
|
<span class="pf-v6-c-button__icon">
|
|
3573
3681
|
<svg
|
|
3574
3682
|
class="pf-v6-svg"
|
|
3575
|
-
viewBox="0 0
|
|
3683
|
+
viewBox="0 0 20 20"
|
|
3576
3684
|
fill="currentColor"
|
|
3577
3685
|
aria-hidden="true"
|
|
3578
3686
|
role="img"
|
|
@@ -3580,7 +3688,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3580
3688
|
height="1em"
|
|
3581
3689
|
>
|
|
3582
3690
|
<path
|
|
3583
|
-
d="
|
|
3691
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3584
3692
|
/>
|
|
3585
3693
|
</svg>
|
|
3586
3694
|
</span>
|
|
@@ -3670,7 +3778,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3670
3778
|
<span class="pf-v6-c-button__icon">
|
|
3671
3779
|
<svg
|
|
3672
3780
|
class="pf-v6-svg"
|
|
3673
|
-
viewBox="0 0
|
|
3781
|
+
viewBox="0 0 20 20"
|
|
3674
3782
|
fill="currentColor"
|
|
3675
3783
|
aria-hidden="true"
|
|
3676
3784
|
role="img"
|
|
@@ -3678,7 +3786,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3678
3786
|
height="1em"
|
|
3679
3787
|
>
|
|
3680
3788
|
<path
|
|
3681
|
-
d="
|
|
3789
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3682
3790
|
/>
|
|
3683
3791
|
</svg>
|
|
3684
3792
|
</span>
|
|
@@ -3700,7 +3808,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3700
3808
|
<span class="pf-v6-c-button__icon">
|
|
3701
3809
|
<svg
|
|
3702
3810
|
class="pf-v6-svg"
|
|
3703
|
-
viewBox="0 0
|
|
3811
|
+
viewBox="0 0 20 20"
|
|
3704
3812
|
fill="currentColor"
|
|
3705
3813
|
aria-hidden="true"
|
|
3706
3814
|
role="img"
|
|
@@ -3708,7 +3816,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3708
3816
|
height="1em"
|
|
3709
3817
|
>
|
|
3710
3818
|
<path
|
|
3711
|
-
d="
|
|
3819
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3712
3820
|
/>
|
|
3713
3821
|
</svg>
|
|
3714
3822
|
</span>
|
|
@@ -3801,7 +3909,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3801
3909
|
<span class="pf-v6-c-button__icon">
|
|
3802
3910
|
<svg
|
|
3803
3911
|
class="pf-v6-svg"
|
|
3804
|
-
viewBox="0 0
|
|
3912
|
+
viewBox="0 0 20 20"
|
|
3805
3913
|
fill="currentColor"
|
|
3806
3914
|
aria-hidden="true"
|
|
3807
3915
|
role="img"
|
|
@@ -3809,7 +3917,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3809
3917
|
height="1em"
|
|
3810
3918
|
>
|
|
3811
3919
|
<path
|
|
3812
|
-
d="
|
|
3920
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3813
3921
|
/>
|
|
3814
3922
|
</svg>
|
|
3815
3923
|
</span>
|
|
@@ -3836,7 +3944,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3836
3944
|
<span class="pf-v6-c-button__icon">
|
|
3837
3945
|
<svg
|
|
3838
3946
|
class="pf-v6-svg"
|
|
3839
|
-
viewBox="0 0
|
|
3947
|
+
viewBox="0 0 20 20"
|
|
3840
3948
|
fill="currentColor"
|
|
3841
3949
|
aria-hidden="true"
|
|
3842
3950
|
role="img"
|
|
@@ -3844,7 +3952,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3844
3952
|
height="1em"
|
|
3845
3953
|
>
|
|
3846
3954
|
<path
|
|
3847
|
-
d="
|
|
3955
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3848
3956
|
/>
|
|
3849
3957
|
</svg>
|
|
3850
3958
|
</span>
|
|
@@ -3934,7 +4042,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3934
4042
|
<span class="pf-v6-c-button__icon">
|
|
3935
4043
|
<svg
|
|
3936
4044
|
class="pf-v6-svg"
|
|
3937
|
-
viewBox="0 0
|
|
4045
|
+
viewBox="0 0 20 20"
|
|
3938
4046
|
fill="currentColor"
|
|
3939
4047
|
aria-hidden="true"
|
|
3940
4048
|
role="img"
|
|
@@ -3942,7 +4050,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3942
4050
|
height="1em"
|
|
3943
4051
|
>
|
|
3944
4052
|
<path
|
|
3945
|
-
d="
|
|
4053
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3946
4054
|
/>
|
|
3947
4055
|
</svg>
|
|
3948
4056
|
</span>
|
|
@@ -3964,7 +4072,7 @@ As sub navigation:
|
|
|
3964
4072
|
<span class="pf-v6-c-button__icon">
|
|
3965
4073
|
<svg
|
|
3966
4074
|
class="pf-v6-svg"
|
|
3967
|
-
viewBox="0 0
|
|
4075
|
+
viewBox="0 0 20 20"
|
|
3968
4076
|
fill="currentColor"
|
|
3969
4077
|
aria-hidden="true"
|
|
3970
4078
|
role="img"
|
|
@@ -3972,7 +4080,7 @@ As sub navigation:
|
|
|
3972
4080
|
height="1em"
|
|
3973
4081
|
>
|
|
3974
4082
|
<path
|
|
3975
|
-
d="
|
|
4083
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3976
4084
|
/>
|
|
3977
4085
|
</svg>
|
|
3978
4086
|
</span>
|
|
@@ -4062,7 +4170,7 @@ As sub navigation:
|
|
|
4062
4170
|
<span class="pf-v6-c-button__icon">
|
|
4063
4171
|
<svg
|
|
4064
4172
|
class="pf-v6-svg"
|
|
4065
|
-
viewBox="0 0
|
|
4173
|
+
viewBox="0 0 20 20"
|
|
4066
4174
|
fill="currentColor"
|
|
4067
4175
|
aria-hidden="true"
|
|
4068
4176
|
role="img"
|
|
@@ -4070,7 +4178,7 @@ As sub navigation:
|
|
|
4070
4178
|
height="1em"
|
|
4071
4179
|
>
|
|
4072
4180
|
<path
|
|
4073
|
-
d="
|
|
4181
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4074
4182
|
/>
|
|
4075
4183
|
</svg>
|
|
4076
4184
|
</span>
|
|
@@ -4101,7 +4209,7 @@ As sub navigation:
|
|
|
4101
4209
|
<span class="pf-v6-c-button__icon">
|
|
4102
4210
|
<svg
|
|
4103
4211
|
class="pf-v6-svg"
|
|
4104
|
-
viewBox="0 0
|
|
4212
|
+
viewBox="0 0 20 20"
|
|
4105
4213
|
fill="currentColor"
|
|
4106
4214
|
aria-hidden="true"
|
|
4107
4215
|
role="img"
|
|
@@ -4109,7 +4217,7 @@ As sub navigation:
|
|
|
4109
4217
|
height="1em"
|
|
4110
4218
|
>
|
|
4111
4219
|
<path
|
|
4112
|
-
d="
|
|
4220
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
4113
4221
|
/>
|
|
4114
4222
|
</svg>
|
|
4115
4223
|
</span>
|
|
@@ -4315,7 +4423,7 @@ As sub navigation:
|
|
|
4315
4423
|
<span class="pf-v6-c-button__icon">
|
|
4316
4424
|
<svg
|
|
4317
4425
|
class="pf-v6-svg"
|
|
4318
|
-
viewBox="0 0
|
|
4426
|
+
viewBox="0 0 20 20"
|
|
4319
4427
|
fill="currentColor"
|
|
4320
4428
|
aria-hidden="true"
|
|
4321
4429
|
role="img"
|
|
@@ -4323,7 +4431,7 @@ As sub navigation:
|
|
|
4323
4431
|
height="1em"
|
|
4324
4432
|
>
|
|
4325
4433
|
<path
|
|
4326
|
-
d="
|
|
4434
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4327
4435
|
/>
|
|
4328
4436
|
</svg>
|
|
4329
4437
|
</span>
|
|
@@ -4350,7 +4458,7 @@ As sub navigation:
|
|
|
4350
4458
|
<span class="pf-v6-c-button__icon">
|
|
4351
4459
|
<svg
|
|
4352
4460
|
class="pf-v6-svg"
|
|
4353
|
-
viewBox="0 0
|
|
4461
|
+
viewBox="0 0 20 20"
|
|
4354
4462
|
fill="currentColor"
|
|
4355
4463
|
aria-hidden="true"
|
|
4356
4464
|
role="img"
|
|
@@ -4358,7 +4466,7 @@ As sub navigation:
|
|
|
4358
4466
|
height="1em"
|
|
4359
4467
|
>
|
|
4360
4468
|
<path
|
|
4361
|
-
d="
|
|
4469
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
4362
4470
|
/>
|
|
4363
4471
|
</svg>
|
|
4364
4472
|
</span>
|
|
@@ -4564,7 +4672,7 @@ As sub navigation:
|
|
|
4564
4672
|
<span class="pf-v6-c-button__icon">
|
|
4565
4673
|
<svg
|
|
4566
4674
|
class="pf-v6-svg"
|
|
4567
|
-
viewBox="0 0
|
|
4675
|
+
viewBox="0 0 20 20"
|
|
4568
4676
|
fill="currentColor"
|
|
4569
4677
|
aria-hidden="true"
|
|
4570
4678
|
role="img"
|
|
@@ -4572,7 +4680,7 @@ As sub navigation:
|
|
|
4572
4680
|
height="1em"
|
|
4573
4681
|
>
|
|
4574
4682
|
<path
|
|
4575
|
-
d="
|
|
4683
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4576
4684
|
/>
|
|
4577
4685
|
</svg>
|
|
4578
4686
|
</span>
|
|
@@ -4599,7 +4707,7 @@ As sub navigation:
|
|
|
4599
4707
|
<span class="pf-v6-c-button__icon">
|
|
4600
4708
|
<svg
|
|
4601
4709
|
class="pf-v6-svg"
|
|
4602
|
-
viewBox="0 0
|
|
4710
|
+
viewBox="0 0 20 20"
|
|
4603
4711
|
fill="currentColor"
|
|
4604
4712
|
aria-hidden="true"
|
|
4605
4713
|
role="img"
|
|
@@ -4607,7 +4715,7 @@ As sub navigation:
|
|
|
4607
4715
|
height="1em"
|
|
4608
4716
|
>
|
|
4609
4717
|
<path
|
|
4610
|
-
d="
|
|
4718
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
4611
4719
|
/>
|
|
4612
4720
|
</svg>
|
|
4613
4721
|
</span>
|
|
@@ -4813,7 +4921,7 @@ As sub navigation:
|
|
|
4813
4921
|
<span class="pf-v6-c-button__icon">
|
|
4814
4922
|
<svg
|
|
4815
4923
|
class="pf-v6-svg"
|
|
4816
|
-
viewBox="0 0
|
|
4924
|
+
viewBox="0 0 20 20"
|
|
4817
4925
|
fill="currentColor"
|
|
4818
4926
|
aria-hidden="true"
|
|
4819
4927
|
role="img"
|
|
@@ -4821,7 +4929,7 @@ As sub navigation:
|
|
|
4821
4929
|
height="1em"
|
|
4822
4930
|
>
|
|
4823
4931
|
<path
|
|
4824
|
-
d="
|
|
4932
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4825
4933
|
/>
|
|
4826
4934
|
</svg>
|
|
4827
4935
|
</span>
|
|
@@ -4848,7 +4956,7 @@ As sub navigation:
|
|
|
4848
4956
|
<span class="pf-v6-c-button__icon">
|
|
4849
4957
|
<svg
|
|
4850
4958
|
class="pf-v6-svg"
|
|
4851
|
-
viewBox="0 0
|
|
4959
|
+
viewBox="0 0 20 20"
|
|
4852
4960
|
fill="currentColor"
|
|
4853
4961
|
aria-hidden="true"
|
|
4854
4962
|
role="img"
|
|
@@ -4856,7 +4964,7 @@ As sub navigation:
|
|
|
4856
4964
|
height="1em"
|
|
4857
4965
|
>
|
|
4858
4966
|
<path
|
|
4859
|
-
d="
|
|
4967
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
4860
4968
|
/>
|
|
4861
4969
|
</svg>
|
|
4862
4970
|
</span>
|
|
@@ -5083,7 +5191,7 @@ As sub navigation:
|
|
|
5083
5191
|
<span class="pf-v6-c-button__icon">
|
|
5084
5192
|
<svg
|
|
5085
5193
|
class="pf-v6-svg"
|
|
5086
|
-
viewBox="0 0
|
|
5194
|
+
viewBox="0 0 20 20"
|
|
5087
5195
|
fill="currentColor"
|
|
5088
5196
|
aria-hidden="true"
|
|
5089
5197
|
role="img"
|
|
@@ -5091,7 +5199,7 @@ As sub navigation:
|
|
|
5091
5199
|
height="1em"
|
|
5092
5200
|
>
|
|
5093
5201
|
<path
|
|
5094
|
-
d="
|
|
5202
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
5095
5203
|
/>
|
|
5096
5204
|
</svg>
|
|
5097
5205
|
</span>
|
|
@@ -5118,7 +5226,7 @@ As sub navigation:
|
|
|
5118
5226
|
<span class="pf-v6-c-button__icon">
|
|
5119
5227
|
<svg
|
|
5120
5228
|
class="pf-v6-svg"
|
|
5121
|
-
viewBox="0 0
|
|
5229
|
+
viewBox="0 0 20 20"
|
|
5122
5230
|
fill="currentColor"
|
|
5123
5231
|
aria-hidden="true"
|
|
5124
5232
|
role="img"
|
|
@@ -5126,7 +5234,7 @@ As sub navigation:
|
|
|
5126
5234
|
height="1em"
|
|
5127
5235
|
>
|
|
5128
5236
|
<path
|
|
5129
|
-
d="
|
|
5237
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
5130
5238
|
/>
|
|
5131
5239
|
</svg>
|
|
5132
5240
|
</span>
|
|
@@ -5221,7 +5329,7 @@ As sub navigation:
|
|
|
5221
5329
|
<span class="pf-v6-c-button__icon">
|
|
5222
5330
|
<svg
|
|
5223
5331
|
class="pf-v6-svg"
|
|
5224
|
-
viewBox="0 0
|
|
5332
|
+
viewBox="0 0 20 20"
|
|
5225
5333
|
fill="currentColor"
|
|
5226
5334
|
aria-hidden="true"
|
|
5227
5335
|
role="img"
|
|
@@ -5229,7 +5337,7 @@ As sub navigation:
|
|
|
5229
5337
|
height="1em"
|
|
5230
5338
|
>
|
|
5231
5339
|
<path
|
|
5232
|
-
d="
|
|
5340
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
5233
5341
|
/>
|
|
5234
5342
|
</svg>
|
|
5235
5343
|
</span>
|
|
@@ -5256,7 +5364,7 @@ As sub navigation:
|
|
|
5256
5364
|
<span class="pf-v6-c-button__icon">
|
|
5257
5365
|
<svg
|
|
5258
5366
|
class="pf-v6-svg"
|
|
5259
|
-
viewBox="0 0
|
|
5367
|
+
viewBox="0 0 20 20"
|
|
5260
5368
|
fill="currentColor"
|
|
5261
5369
|
aria-hidden="true"
|
|
5262
5370
|
role="img"
|
|
@@ -5264,7 +5372,7 @@ As sub navigation:
|
|
|
5264
5372
|
height="1em"
|
|
5265
5373
|
>
|
|
5266
5374
|
<path
|
|
5267
|
-
d="
|
|
5375
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
5268
5376
|
/>
|
|
5269
5377
|
</svg>
|
|
5270
5378
|
</span>
|
|
@@ -5470,7 +5578,7 @@ As sub navigation:
|
|
|
5470
5578
|
<span class="pf-v6-c-button__icon">
|
|
5471
5579
|
<svg
|
|
5472
5580
|
class="pf-v6-svg"
|
|
5473
|
-
viewBox="0 0
|
|
5581
|
+
viewBox="0 0 20 20"
|
|
5474
5582
|
fill="currentColor"
|
|
5475
5583
|
aria-hidden="true"
|
|
5476
5584
|
role="img"
|
|
@@ -5478,7 +5586,7 @@ As sub navigation:
|
|
|
5478
5586
|
height="1em"
|
|
5479
5587
|
>
|
|
5480
5588
|
<path
|
|
5481
|
-
d="
|
|
5589
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
5482
5590
|
/>
|
|
5483
5591
|
</svg>
|
|
5484
5592
|
</span>
|
|
@@ -5501,7 +5609,7 @@ As sub navigation:
|
|
|
5501
5609
|
<span class="pf-v6-c-button__icon">
|
|
5502
5610
|
<svg
|
|
5503
5611
|
class="pf-v6-svg"
|
|
5504
|
-
viewBox="0 0
|
|
5612
|
+
viewBox="0 0 20 20"
|
|
5505
5613
|
fill="currentColor"
|
|
5506
5614
|
aria-hidden="true"
|
|
5507
5615
|
role="img"
|
|
@@ -5509,7 +5617,7 @@ As sub navigation:
|
|
|
5509
5617
|
height="1em"
|
|
5510
5618
|
>
|
|
5511
5619
|
<path
|
|
5512
|
-
d="
|
|
5620
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
5513
5621
|
/>
|
|
5514
5622
|
</svg>
|
|
5515
5623
|
</span>
|
|
@@ -5715,7 +5823,7 @@ As sub navigation:
|
|
|
5715
5823
|
<span class="pf-v6-c-button__icon">
|
|
5716
5824
|
<svg
|
|
5717
5825
|
class="pf-v6-svg"
|
|
5718
|
-
viewBox="0 0
|
|
5826
|
+
viewBox="0 0 20 20"
|
|
5719
5827
|
fill="currentColor"
|
|
5720
5828
|
aria-hidden="true"
|
|
5721
5829
|
role="img"
|
|
@@ -5723,7 +5831,7 @@ As sub navigation:
|
|
|
5723
5831
|
height="1em"
|
|
5724
5832
|
>
|
|
5725
5833
|
<path
|
|
5726
|
-
d="
|
|
5834
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
5727
5835
|
/>
|
|
5728
5836
|
</svg>
|
|
5729
5837
|
</span>
|
|
@@ -5752,7 +5860,7 @@ As sub navigation:
|
|
|
5752
5860
|
<span class="pf-v6-c-button__icon">
|
|
5753
5861
|
<svg
|
|
5754
5862
|
class="pf-v6-svg"
|
|
5755
|
-
viewBox="0 0
|
|
5863
|
+
viewBox="0 0 20 20"
|
|
5756
5864
|
fill="currentColor"
|
|
5757
5865
|
aria-hidden="true"
|
|
5758
5866
|
role="img"
|
|
@@ -5760,7 +5868,7 @@ As sub navigation:
|
|
|
5760
5868
|
height="1em"
|
|
5761
5869
|
>
|
|
5762
5870
|
<path
|
|
5763
|
-
d="
|
|
5871
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
5764
5872
|
/>
|
|
5765
5873
|
</svg>
|
|
5766
5874
|
</span>
|
|
@@ -5789,7 +5897,19 @@ As sub navigation:
|
|
|
5789
5897
|
>
|
|
5790
5898
|
<span class="pf-v6-c-button__icon">
|
|
5791
5899
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5792
|
-
<
|
|
5900
|
+
<svg
|
|
5901
|
+
class="pf-v6-svg"
|
|
5902
|
+
viewBox="0 0 20 20"
|
|
5903
|
+
fill="currentColor"
|
|
5904
|
+
aria-hidden="true"
|
|
5905
|
+
role="img"
|
|
5906
|
+
width="1em"
|
|
5907
|
+
height="1em"
|
|
5908
|
+
>
|
|
5909
|
+
<path
|
|
5910
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5911
|
+
/>
|
|
5912
|
+
</svg>
|
|
5793
5913
|
</span>
|
|
5794
5914
|
</span>
|
|
5795
5915
|
</button>
|
|
@@ -5813,7 +5933,19 @@ As sub navigation:
|
|
|
5813
5933
|
>
|
|
5814
5934
|
<span class="pf-v6-c-button__icon">
|
|
5815
5935
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5816
|
-
<
|
|
5936
|
+
<svg
|
|
5937
|
+
class="pf-v6-svg"
|
|
5938
|
+
viewBox="0 0 20 20"
|
|
5939
|
+
fill="currentColor"
|
|
5940
|
+
aria-hidden="true"
|
|
5941
|
+
role="img"
|
|
5942
|
+
width="1em"
|
|
5943
|
+
height="1em"
|
|
5944
|
+
>
|
|
5945
|
+
<path
|
|
5946
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5947
|
+
/>
|
|
5948
|
+
</svg>
|
|
5817
5949
|
</span>
|
|
5818
5950
|
</span>
|
|
5819
5951
|
</button>
|
|
@@ -5837,7 +5969,19 @@ As sub navigation:
|
|
|
5837
5969
|
>
|
|
5838
5970
|
<span class="pf-v6-c-button__icon">
|
|
5839
5971
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5840
|
-
<
|
|
5972
|
+
<svg
|
|
5973
|
+
class="pf-v6-svg"
|
|
5974
|
+
viewBox="0 0 20 20"
|
|
5975
|
+
fill="currentColor"
|
|
5976
|
+
aria-hidden="true"
|
|
5977
|
+
role="img"
|
|
5978
|
+
width="1em"
|
|
5979
|
+
height="1em"
|
|
5980
|
+
>
|
|
5981
|
+
<path
|
|
5982
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5983
|
+
/>
|
|
5984
|
+
</svg>
|
|
5841
5985
|
</span>
|
|
5842
5986
|
</span>
|
|
5843
5987
|
</button>
|
|
@@ -5867,7 +6011,19 @@ As sub navigation:
|
|
|
5867
6011
|
>
|
|
5868
6012
|
<span class="pf-v6-c-button__icon">
|
|
5869
6013
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5870
|
-
<
|
|
6014
|
+
<svg
|
|
6015
|
+
class="pf-v6-svg"
|
|
6016
|
+
viewBox="0 0 20 20"
|
|
6017
|
+
fill="currentColor"
|
|
6018
|
+
aria-hidden="true"
|
|
6019
|
+
role="img"
|
|
6020
|
+
width="1em"
|
|
6021
|
+
height="1em"
|
|
6022
|
+
>
|
|
6023
|
+
<path
|
|
6024
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6025
|
+
/>
|
|
6026
|
+
</svg>
|
|
5871
6027
|
</span>
|
|
5872
6028
|
</span>
|
|
5873
6029
|
</button>
|
|
@@ -5896,7 +6052,19 @@ As sub navigation:
|
|
|
5896
6052
|
>
|
|
5897
6053
|
<span class="pf-v6-c-button__icon">
|
|
5898
6054
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5899
|
-
<
|
|
6055
|
+
<svg
|
|
6056
|
+
class="pf-v6-svg"
|
|
6057
|
+
viewBox="0 0 20 20"
|
|
6058
|
+
fill="currentColor"
|
|
6059
|
+
aria-hidden="true"
|
|
6060
|
+
role="img"
|
|
6061
|
+
width="1em"
|
|
6062
|
+
height="1em"
|
|
6063
|
+
>
|
|
6064
|
+
<path
|
|
6065
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6066
|
+
/>
|
|
6067
|
+
</svg>
|
|
5900
6068
|
</span>
|
|
5901
6069
|
</span>
|
|
5902
6070
|
</button>
|
|
@@ -5925,7 +6093,19 @@ As sub navigation:
|
|
|
5925
6093
|
>
|
|
5926
6094
|
<span class="pf-v6-c-button__icon">
|
|
5927
6095
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5928
|
-
<
|
|
6096
|
+
<svg
|
|
6097
|
+
class="pf-v6-svg"
|
|
6098
|
+
viewBox="0 0 20 20"
|
|
6099
|
+
fill="currentColor"
|
|
6100
|
+
aria-hidden="true"
|
|
6101
|
+
role="img"
|
|
6102
|
+
width="1em"
|
|
6103
|
+
height="1em"
|
|
6104
|
+
>
|
|
6105
|
+
<path
|
|
6106
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6107
|
+
/>
|
|
6108
|
+
</svg>
|
|
5929
6109
|
</span>
|
|
5930
6110
|
</span>
|
|
5931
6111
|
</button>
|
|
@@ -5949,7 +6129,19 @@ As sub navigation:
|
|
|
5949
6129
|
>
|
|
5950
6130
|
<span class="pf-v6-c-button__icon">
|
|
5951
6131
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5952
|
-
<
|
|
6132
|
+
<svg
|
|
6133
|
+
class="pf-v6-svg"
|
|
6134
|
+
viewBox="0 0 20 20"
|
|
6135
|
+
fill="currentColor"
|
|
6136
|
+
aria-hidden="true"
|
|
6137
|
+
role="img"
|
|
6138
|
+
width="1em"
|
|
6139
|
+
height="1em"
|
|
6140
|
+
>
|
|
6141
|
+
<path
|
|
6142
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6143
|
+
/>
|
|
6144
|
+
</svg>
|
|
5953
6145
|
</span>
|
|
5954
6146
|
</span>
|
|
5955
6147
|
</button>
|
|
@@ -5966,7 +6158,7 @@ As sub navigation:
|
|
|
5966
6158
|
<span class="pf-v6-c-button__icon">
|
|
5967
6159
|
<svg
|
|
5968
6160
|
class="pf-v6-svg"
|
|
5969
|
-
viewBox="0 0
|
|
6161
|
+
viewBox="0 0 20 20"
|
|
5970
6162
|
fill="currentColor"
|
|
5971
6163
|
aria-hidden="true"
|
|
5972
6164
|
role="img"
|
|
@@ -5974,7 +6166,7 @@ As sub navigation:
|
|
|
5974
6166
|
height="1em"
|
|
5975
6167
|
>
|
|
5976
6168
|
<path
|
|
5977
|
-
d="
|
|
6169
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
5978
6170
|
/>
|
|
5979
6171
|
</svg>
|
|
5980
6172
|
</span>
|
|
@@ -6001,7 +6193,7 @@ As sub navigation:
|
|
|
6001
6193
|
<span class="pf-v6-c-button__icon">
|
|
6002
6194
|
<svg
|
|
6003
6195
|
class="pf-v6-svg"
|
|
6004
|
-
viewBox="0 0
|
|
6196
|
+
viewBox="0 0 20 20"
|
|
6005
6197
|
fill="currentColor"
|
|
6006
6198
|
aria-hidden="true"
|
|
6007
6199
|
role="img"
|
|
@@ -6009,7 +6201,7 @@ As sub navigation:
|
|
|
6009
6201
|
height="1em"
|
|
6010
6202
|
>
|
|
6011
6203
|
<path
|
|
6012
|
-
d="
|
|
6204
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
6013
6205
|
/>
|
|
6014
6206
|
</svg>
|
|
6015
6207
|
</span>
|
|
@@ -6038,7 +6230,19 @@ As sub navigation:
|
|
|
6038
6230
|
>
|
|
6039
6231
|
<span class="pf-v6-c-button__icon">
|
|
6040
6232
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6041
|
-
<
|
|
6233
|
+
<svg
|
|
6234
|
+
class="pf-v6-svg"
|
|
6235
|
+
viewBox="0 0 20 20"
|
|
6236
|
+
fill="currentColor"
|
|
6237
|
+
aria-hidden="true"
|
|
6238
|
+
role="img"
|
|
6239
|
+
width="1em"
|
|
6240
|
+
height="1em"
|
|
6241
|
+
>
|
|
6242
|
+
<path
|
|
6243
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6244
|
+
/>
|
|
6245
|
+
</svg>
|
|
6042
6246
|
</span>
|
|
6043
6247
|
</span>
|
|
6044
6248
|
</button>
|
|
@@ -6062,7 +6266,19 @@ As sub navigation:
|
|
|
6062
6266
|
>
|
|
6063
6267
|
<span class="pf-v6-c-button__icon">
|
|
6064
6268
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6065
|
-
<
|
|
6269
|
+
<svg
|
|
6270
|
+
class="pf-v6-svg"
|
|
6271
|
+
viewBox="0 0 20 20"
|
|
6272
|
+
fill="currentColor"
|
|
6273
|
+
aria-hidden="true"
|
|
6274
|
+
role="img"
|
|
6275
|
+
width="1em"
|
|
6276
|
+
height="1em"
|
|
6277
|
+
>
|
|
6278
|
+
<path
|
|
6279
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6280
|
+
/>
|
|
6281
|
+
</svg>
|
|
6066
6282
|
</span>
|
|
6067
6283
|
</span>
|
|
6068
6284
|
</button>
|
|
@@ -6086,7 +6302,19 @@ As sub navigation:
|
|
|
6086
6302
|
>
|
|
6087
6303
|
<span class="pf-v6-c-button__icon">
|
|
6088
6304
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6089
|
-
<
|
|
6305
|
+
<svg
|
|
6306
|
+
class="pf-v6-svg"
|
|
6307
|
+
viewBox="0 0 20 20"
|
|
6308
|
+
fill="currentColor"
|
|
6309
|
+
aria-hidden="true"
|
|
6310
|
+
role="img"
|
|
6311
|
+
width="1em"
|
|
6312
|
+
height="1em"
|
|
6313
|
+
>
|
|
6314
|
+
<path
|
|
6315
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6316
|
+
/>
|
|
6317
|
+
</svg>
|
|
6090
6318
|
</span>
|
|
6091
6319
|
</span>
|
|
6092
6320
|
</button>
|
|
@@ -6116,7 +6344,19 @@ As sub navigation:
|
|
|
6116
6344
|
>
|
|
6117
6345
|
<span class="pf-v6-c-button__icon">
|
|
6118
6346
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6119
|
-
<
|
|
6347
|
+
<svg
|
|
6348
|
+
class="pf-v6-svg"
|
|
6349
|
+
viewBox="0 0 20 20"
|
|
6350
|
+
fill="currentColor"
|
|
6351
|
+
aria-hidden="true"
|
|
6352
|
+
role="img"
|
|
6353
|
+
width="1em"
|
|
6354
|
+
height="1em"
|
|
6355
|
+
>
|
|
6356
|
+
<path
|
|
6357
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6358
|
+
/>
|
|
6359
|
+
</svg>
|
|
6120
6360
|
</span>
|
|
6121
6361
|
</span>
|
|
6122
6362
|
</button>
|
|
@@ -6145,7 +6385,19 @@ As sub navigation:
|
|
|
6145
6385
|
>
|
|
6146
6386
|
<span class="pf-v6-c-button__icon">
|
|
6147
6387
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6148
|
-
<
|
|
6388
|
+
<svg
|
|
6389
|
+
class="pf-v6-svg"
|
|
6390
|
+
viewBox="0 0 20 20"
|
|
6391
|
+
fill="currentColor"
|
|
6392
|
+
aria-hidden="true"
|
|
6393
|
+
role="img"
|
|
6394
|
+
width="1em"
|
|
6395
|
+
height="1em"
|
|
6396
|
+
>
|
|
6397
|
+
<path
|
|
6398
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6399
|
+
/>
|
|
6400
|
+
</svg>
|
|
6149
6401
|
</span>
|
|
6150
6402
|
</span>
|
|
6151
6403
|
</button>
|
|
@@ -6174,7 +6426,19 @@ As sub navigation:
|
|
|
6174
6426
|
>
|
|
6175
6427
|
<span class="pf-v6-c-button__icon">
|
|
6176
6428
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6177
|
-
<
|
|
6429
|
+
<svg
|
|
6430
|
+
class="pf-v6-svg"
|
|
6431
|
+
viewBox="0 0 20 20"
|
|
6432
|
+
fill="currentColor"
|
|
6433
|
+
aria-hidden="true"
|
|
6434
|
+
role="img"
|
|
6435
|
+
width="1em"
|
|
6436
|
+
height="1em"
|
|
6437
|
+
>
|
|
6438
|
+
<path
|
|
6439
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6440
|
+
/>
|
|
6441
|
+
</svg>
|
|
6178
6442
|
</span>
|
|
6179
6443
|
</span>
|
|
6180
6444
|
</button>
|
|
@@ -6198,7 +6462,19 @@ As sub navigation:
|
|
|
6198
6462
|
>
|
|
6199
6463
|
<span class="pf-v6-c-button__icon">
|
|
6200
6464
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6201
|
-
<
|
|
6465
|
+
<svg
|
|
6466
|
+
class="pf-v6-svg"
|
|
6467
|
+
viewBox="0 0 20 20"
|
|
6468
|
+
fill="currentColor"
|
|
6469
|
+
aria-hidden="true"
|
|
6470
|
+
role="img"
|
|
6471
|
+
width="1em"
|
|
6472
|
+
height="1em"
|
|
6473
|
+
>
|
|
6474
|
+
<path
|
|
6475
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6476
|
+
/>
|
|
6477
|
+
</svg>
|
|
6202
6478
|
</span>
|
|
6203
6479
|
</span>
|
|
6204
6480
|
</button>
|
|
@@ -6215,7 +6491,7 @@ As sub navigation:
|
|
|
6215
6491
|
<span class="pf-v6-c-button__icon">
|
|
6216
6492
|
<svg
|
|
6217
6493
|
class="pf-v6-svg"
|
|
6218
|
-
viewBox="0 0
|
|
6494
|
+
viewBox="0 0 20 20"
|
|
6219
6495
|
fill="currentColor"
|
|
6220
6496
|
aria-hidden="true"
|
|
6221
6497
|
role="img"
|
|
@@ -6223,7 +6499,7 @@ As sub navigation:
|
|
|
6223
6499
|
height="1em"
|
|
6224
6500
|
>
|
|
6225
6501
|
<path
|
|
6226
|
-
d="
|
|
6502
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
6227
6503
|
/>
|
|
6228
6504
|
</svg>
|
|
6229
6505
|
</span>
|
|
@@ -6250,7 +6526,7 @@ As sub navigation:
|
|
|
6250
6526
|
<span class="pf-v6-c-button__icon">
|
|
6251
6527
|
<svg
|
|
6252
6528
|
class="pf-v6-svg"
|
|
6253
|
-
viewBox="0 0
|
|
6529
|
+
viewBox="0 0 20 20"
|
|
6254
6530
|
fill="currentColor"
|
|
6255
6531
|
aria-hidden="true"
|
|
6256
6532
|
role="img"
|
|
@@ -6258,7 +6534,7 @@ As sub navigation:
|
|
|
6258
6534
|
height="1em"
|
|
6259
6535
|
>
|
|
6260
6536
|
<path
|
|
6261
|
-
d="
|
|
6537
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
6262
6538
|
/>
|
|
6263
6539
|
</svg>
|
|
6264
6540
|
</span>
|
|
@@ -6287,7 +6563,19 @@ As sub navigation:
|
|
|
6287
6563
|
>
|
|
6288
6564
|
<span class="pf-v6-c-button__icon">
|
|
6289
6565
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6290
|
-
<
|
|
6566
|
+
<svg
|
|
6567
|
+
class="pf-v6-svg"
|
|
6568
|
+
viewBox="0 0 20 20"
|
|
6569
|
+
fill="currentColor"
|
|
6570
|
+
aria-hidden="true"
|
|
6571
|
+
role="img"
|
|
6572
|
+
width="1em"
|
|
6573
|
+
height="1em"
|
|
6574
|
+
>
|
|
6575
|
+
<path
|
|
6576
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6577
|
+
/>
|
|
6578
|
+
</svg>
|
|
6291
6579
|
</span>
|
|
6292
6580
|
</span>
|
|
6293
6581
|
</button>
|
|
@@ -6311,7 +6599,19 @@ As sub navigation:
|
|
|
6311
6599
|
>
|
|
6312
6600
|
<span class="pf-v6-c-button__icon">
|
|
6313
6601
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6314
|
-
<
|
|
6602
|
+
<svg
|
|
6603
|
+
class="pf-v6-svg"
|
|
6604
|
+
viewBox="0 0 20 20"
|
|
6605
|
+
fill="currentColor"
|
|
6606
|
+
aria-hidden="true"
|
|
6607
|
+
role="img"
|
|
6608
|
+
width="1em"
|
|
6609
|
+
height="1em"
|
|
6610
|
+
>
|
|
6611
|
+
<path
|
|
6612
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6613
|
+
/>
|
|
6614
|
+
</svg>
|
|
6315
6615
|
</span>
|
|
6316
6616
|
</span>
|
|
6317
6617
|
</button>
|
|
@@ -6335,7 +6635,19 @@ As sub navigation:
|
|
|
6335
6635
|
>
|
|
6336
6636
|
<span class="pf-v6-c-button__icon">
|
|
6337
6637
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6338
|
-
<
|
|
6638
|
+
<svg
|
|
6639
|
+
class="pf-v6-svg"
|
|
6640
|
+
viewBox="0 0 20 20"
|
|
6641
|
+
fill="currentColor"
|
|
6642
|
+
aria-hidden="true"
|
|
6643
|
+
role="img"
|
|
6644
|
+
width="1em"
|
|
6645
|
+
height="1em"
|
|
6646
|
+
>
|
|
6647
|
+
<path
|
|
6648
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6649
|
+
/>
|
|
6650
|
+
</svg>
|
|
6339
6651
|
</span>
|
|
6340
6652
|
</span>
|
|
6341
6653
|
</button>
|
|
@@ -6365,7 +6677,19 @@ As sub navigation:
|
|
|
6365
6677
|
>
|
|
6366
6678
|
<span class="pf-v6-c-button__icon">
|
|
6367
6679
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6368
|
-
<
|
|
6680
|
+
<svg
|
|
6681
|
+
class="pf-v6-svg"
|
|
6682
|
+
viewBox="0 0 20 20"
|
|
6683
|
+
fill="currentColor"
|
|
6684
|
+
aria-hidden="true"
|
|
6685
|
+
role="img"
|
|
6686
|
+
width="1em"
|
|
6687
|
+
height="1em"
|
|
6688
|
+
>
|
|
6689
|
+
<path
|
|
6690
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6691
|
+
/>
|
|
6692
|
+
</svg>
|
|
6369
6693
|
</span>
|
|
6370
6694
|
</span>
|
|
6371
6695
|
</button>
|
|
@@ -6394,7 +6718,19 @@ As sub navigation:
|
|
|
6394
6718
|
>
|
|
6395
6719
|
<span class="pf-v6-c-button__icon">
|
|
6396
6720
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6397
|
-
<
|
|
6721
|
+
<svg
|
|
6722
|
+
class="pf-v6-svg"
|
|
6723
|
+
viewBox="0 0 20 20"
|
|
6724
|
+
fill="currentColor"
|
|
6725
|
+
aria-hidden="true"
|
|
6726
|
+
role="img"
|
|
6727
|
+
width="1em"
|
|
6728
|
+
height="1em"
|
|
6729
|
+
>
|
|
6730
|
+
<path
|
|
6731
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6732
|
+
/>
|
|
6733
|
+
</svg>
|
|
6398
6734
|
</span>
|
|
6399
6735
|
</span>
|
|
6400
6736
|
</button>
|
|
@@ -6423,7 +6759,19 @@ As sub navigation:
|
|
|
6423
6759
|
>
|
|
6424
6760
|
<span class="pf-v6-c-button__icon">
|
|
6425
6761
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6426
|
-
<
|
|
6762
|
+
<svg
|
|
6763
|
+
class="pf-v6-svg"
|
|
6764
|
+
viewBox="0 0 20 20"
|
|
6765
|
+
fill="currentColor"
|
|
6766
|
+
aria-hidden="true"
|
|
6767
|
+
role="img"
|
|
6768
|
+
width="1em"
|
|
6769
|
+
height="1em"
|
|
6770
|
+
>
|
|
6771
|
+
<path
|
|
6772
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6773
|
+
/>
|
|
6774
|
+
</svg>
|
|
6427
6775
|
</span>
|
|
6428
6776
|
</span>
|
|
6429
6777
|
</button>
|
|
@@ -6447,7 +6795,19 @@ As sub navigation:
|
|
|
6447
6795
|
>
|
|
6448
6796
|
<span class="pf-v6-c-button__icon">
|
|
6449
6797
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6450
|
-
<
|
|
6798
|
+
<svg
|
|
6799
|
+
class="pf-v6-svg"
|
|
6800
|
+
viewBox="0 0 20 20"
|
|
6801
|
+
fill="currentColor"
|
|
6802
|
+
aria-hidden="true"
|
|
6803
|
+
role="img"
|
|
6804
|
+
width="1em"
|
|
6805
|
+
height="1em"
|
|
6806
|
+
>
|
|
6807
|
+
<path
|
|
6808
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6809
|
+
/>
|
|
6810
|
+
</svg>
|
|
6451
6811
|
</span>
|
|
6452
6812
|
</span>
|
|
6453
6813
|
</button>
|
|
@@ -6464,7 +6824,7 @@ As sub navigation:
|
|
|
6464
6824
|
<span class="pf-v6-c-button__icon">
|
|
6465
6825
|
<svg
|
|
6466
6826
|
class="pf-v6-svg"
|
|
6467
|
-
viewBox="0 0
|
|
6827
|
+
viewBox="0 0 20 20"
|
|
6468
6828
|
fill="currentColor"
|
|
6469
6829
|
aria-hidden="true"
|
|
6470
6830
|
role="img"
|
|
@@ -6472,7 +6832,7 @@ As sub navigation:
|
|
|
6472
6832
|
height="1em"
|
|
6473
6833
|
>
|
|
6474
6834
|
<path
|
|
6475
|
-
d="
|
|
6835
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
6476
6836
|
/>
|
|
6477
6837
|
</svg>
|
|
6478
6838
|
</span>
|
|
@@ -6499,7 +6859,7 @@ As sub navigation:
|
|
|
6499
6859
|
<span class="pf-v6-c-button__icon">
|
|
6500
6860
|
<svg
|
|
6501
6861
|
class="pf-v6-svg"
|
|
6502
|
-
viewBox="0 0
|
|
6862
|
+
viewBox="0 0 20 20"
|
|
6503
6863
|
fill="currentColor"
|
|
6504
6864
|
aria-hidden="true"
|
|
6505
6865
|
role="img"
|
|
@@ -6507,7 +6867,7 @@ As sub navigation:
|
|
|
6507
6867
|
height="1em"
|
|
6508
6868
|
>
|
|
6509
6869
|
<path
|
|
6510
|
-
d="
|
|
6870
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
6511
6871
|
/>
|
|
6512
6872
|
</svg>
|
|
6513
6873
|
</span>
|
|
@@ -6539,7 +6899,19 @@ As sub navigation:
|
|
|
6539
6899
|
>
|
|
6540
6900
|
<span class="pf-v6-c-button__icon">
|
|
6541
6901
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6542
|
-
<
|
|
6902
|
+
<svg
|
|
6903
|
+
class="pf-v6-svg"
|
|
6904
|
+
viewBox="0 0 20 20"
|
|
6905
|
+
fill="currentColor"
|
|
6906
|
+
aria-hidden="true"
|
|
6907
|
+
role="img"
|
|
6908
|
+
width="1em"
|
|
6909
|
+
height="1em"
|
|
6910
|
+
>
|
|
6911
|
+
<path
|
|
6912
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6913
|
+
/>
|
|
6914
|
+
</svg>
|
|
6543
6915
|
</span>
|
|
6544
6916
|
</span>
|
|
6545
6917
|
</button>
|
|
@@ -6566,7 +6938,19 @@ As sub navigation:
|
|
|
6566
6938
|
>
|
|
6567
6939
|
<span class="pf-v6-c-button__icon">
|
|
6568
6940
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6569
|
-
<
|
|
6941
|
+
<svg
|
|
6942
|
+
class="pf-v6-svg"
|
|
6943
|
+
viewBox="0 0 20 20"
|
|
6944
|
+
fill="currentColor"
|
|
6945
|
+
aria-hidden="true"
|
|
6946
|
+
role="img"
|
|
6947
|
+
width="1em"
|
|
6948
|
+
height="1em"
|
|
6949
|
+
>
|
|
6950
|
+
<path
|
|
6951
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6952
|
+
/>
|
|
6953
|
+
</svg>
|
|
6570
6954
|
</span>
|
|
6571
6955
|
</span>
|
|
6572
6956
|
</button>
|
|
@@ -6593,7 +6977,19 @@ As sub navigation:
|
|
|
6593
6977
|
>
|
|
6594
6978
|
<span class="pf-v6-c-button__icon">
|
|
6595
6979
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6596
|
-
<
|
|
6980
|
+
<svg
|
|
6981
|
+
class="pf-v6-svg"
|
|
6982
|
+
viewBox="0 0 20 20"
|
|
6983
|
+
fill="currentColor"
|
|
6984
|
+
aria-hidden="true"
|
|
6985
|
+
role="img"
|
|
6986
|
+
width="1em"
|
|
6987
|
+
height="1em"
|
|
6988
|
+
>
|
|
6989
|
+
<path
|
|
6990
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6991
|
+
/>
|
|
6992
|
+
</svg>
|
|
6597
6993
|
</span>
|
|
6598
6994
|
</span>
|
|
6599
6995
|
</button>
|
|
@@ -6626,7 +7022,19 @@ As sub navigation:
|
|
|
6626
7022
|
>
|
|
6627
7023
|
<span class="pf-v6-c-button__icon">
|
|
6628
7024
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6629
|
-
<
|
|
7025
|
+
<svg
|
|
7026
|
+
class="pf-v6-svg"
|
|
7027
|
+
viewBox="0 0 20 20"
|
|
7028
|
+
fill="currentColor"
|
|
7029
|
+
aria-hidden="true"
|
|
7030
|
+
role="img"
|
|
7031
|
+
width="1em"
|
|
7032
|
+
height="1em"
|
|
7033
|
+
>
|
|
7034
|
+
<path
|
|
7035
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7036
|
+
/>
|
|
7037
|
+
</svg>
|
|
6630
7038
|
</span>
|
|
6631
7039
|
</span>
|
|
6632
7040
|
</button>
|
|
@@ -6658,7 +7066,19 @@ As sub navigation:
|
|
|
6658
7066
|
>
|
|
6659
7067
|
<span class="pf-v6-c-button__icon">
|
|
6660
7068
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6661
|
-
<
|
|
7069
|
+
<svg
|
|
7070
|
+
class="pf-v6-svg"
|
|
7071
|
+
viewBox="0 0 20 20"
|
|
7072
|
+
fill="currentColor"
|
|
7073
|
+
aria-hidden="true"
|
|
7074
|
+
role="img"
|
|
7075
|
+
width="1em"
|
|
7076
|
+
height="1em"
|
|
7077
|
+
>
|
|
7078
|
+
<path
|
|
7079
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7080
|
+
/>
|
|
7081
|
+
</svg>
|
|
6662
7082
|
</span>
|
|
6663
7083
|
</span>
|
|
6664
7084
|
</button>
|
|
@@ -6690,7 +7110,19 @@ As sub navigation:
|
|
|
6690
7110
|
>
|
|
6691
7111
|
<span class="pf-v6-c-button__icon">
|
|
6692
7112
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6693
|
-
<
|
|
7113
|
+
<svg
|
|
7114
|
+
class="pf-v6-svg"
|
|
7115
|
+
viewBox="0 0 20 20"
|
|
7116
|
+
fill="currentColor"
|
|
7117
|
+
aria-hidden="true"
|
|
7118
|
+
role="img"
|
|
7119
|
+
width="1em"
|
|
7120
|
+
height="1em"
|
|
7121
|
+
>
|
|
7122
|
+
<path
|
|
7123
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7124
|
+
/>
|
|
7125
|
+
</svg>
|
|
6694
7126
|
</span>
|
|
6695
7127
|
</span>
|
|
6696
7128
|
</button>
|
|
@@ -6717,7 +7149,19 @@ As sub navigation:
|
|
|
6717
7149
|
>
|
|
6718
7150
|
<span class="pf-v6-c-button__icon">
|
|
6719
7151
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6720
|
-
<
|
|
7152
|
+
<svg
|
|
7153
|
+
class="pf-v6-svg"
|
|
7154
|
+
viewBox="0 0 20 20"
|
|
7155
|
+
fill="currentColor"
|
|
7156
|
+
aria-hidden="true"
|
|
7157
|
+
role="img"
|
|
7158
|
+
width="1em"
|
|
7159
|
+
height="1em"
|
|
7160
|
+
>
|
|
7161
|
+
<path
|
|
7162
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7163
|
+
/>
|
|
7164
|
+
</svg>
|
|
6721
7165
|
</span>
|
|
6722
7166
|
</span>
|
|
6723
7167
|
</button>
|
|
@@ -6734,7 +7178,7 @@ As sub navigation:
|
|
|
6734
7178
|
<span class="pf-v6-c-button__icon">
|
|
6735
7179
|
<svg
|
|
6736
7180
|
class="pf-v6-svg"
|
|
6737
|
-
viewBox="0 0
|
|
7181
|
+
viewBox="0 0 20 20"
|
|
6738
7182
|
fill="currentColor"
|
|
6739
7183
|
aria-hidden="true"
|
|
6740
7184
|
role="img"
|
|
@@ -6742,7 +7186,7 @@ As sub navigation:
|
|
|
6742
7186
|
height="1em"
|
|
6743
7187
|
>
|
|
6744
7188
|
<path
|
|
6745
|
-
d="
|
|
7189
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
6746
7190
|
/>
|
|
6747
7191
|
</svg>
|
|
6748
7192
|
</span>
|
|
@@ -6769,7 +7213,7 @@ As sub navigation:
|
|
|
6769
7213
|
<span class="pf-v6-c-button__icon">
|
|
6770
7214
|
<svg
|
|
6771
7215
|
class="pf-v6-svg"
|
|
6772
|
-
viewBox="0 0
|
|
7216
|
+
viewBox="0 0 20 20"
|
|
6773
7217
|
fill="currentColor"
|
|
6774
7218
|
aria-hidden="true"
|
|
6775
7219
|
role="img"
|
|
@@ -6777,7 +7221,7 @@ As sub navigation:
|
|
|
6777
7221
|
height="1em"
|
|
6778
7222
|
>
|
|
6779
7223
|
<path
|
|
6780
|
-
d="
|
|
7224
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
6781
7225
|
/>
|
|
6782
7226
|
</svg>
|
|
6783
7227
|
</span>
|
|
@@ -6806,7 +7250,19 @@ As sub navigation:
|
|
|
6806
7250
|
>
|
|
6807
7251
|
<span class="pf-v6-c-button__icon">
|
|
6808
7252
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6809
|
-
<
|
|
7253
|
+
<svg
|
|
7254
|
+
class="pf-v6-svg"
|
|
7255
|
+
viewBox="0 0 20 20"
|
|
7256
|
+
fill="currentColor"
|
|
7257
|
+
aria-hidden="true"
|
|
7258
|
+
role="img"
|
|
7259
|
+
width="1em"
|
|
7260
|
+
height="1em"
|
|
7261
|
+
>
|
|
7262
|
+
<path
|
|
7263
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7264
|
+
/>
|
|
7265
|
+
</svg>
|
|
6810
7266
|
</span>
|
|
6811
7267
|
</span>
|
|
6812
7268
|
</button>
|
|
@@ -6830,7 +7286,19 @@ As sub navigation:
|
|
|
6830
7286
|
>
|
|
6831
7287
|
<span class="pf-v6-c-button__icon">
|
|
6832
7288
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6833
|
-
<
|
|
7289
|
+
<svg
|
|
7290
|
+
class="pf-v6-svg"
|
|
7291
|
+
viewBox="0 0 20 20"
|
|
7292
|
+
fill="currentColor"
|
|
7293
|
+
aria-hidden="true"
|
|
7294
|
+
role="img"
|
|
7295
|
+
width="1em"
|
|
7296
|
+
height="1em"
|
|
7297
|
+
>
|
|
7298
|
+
<path
|
|
7299
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7300
|
+
/>
|
|
7301
|
+
</svg>
|
|
6834
7302
|
</span>
|
|
6835
7303
|
</span>
|
|
6836
7304
|
</button>
|
|
@@ -6854,7 +7322,19 @@ As sub navigation:
|
|
|
6854
7322
|
>
|
|
6855
7323
|
<span class="pf-v6-c-button__icon">
|
|
6856
7324
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6857
|
-
<
|
|
7325
|
+
<svg
|
|
7326
|
+
class="pf-v6-svg"
|
|
7327
|
+
viewBox="0 0 20 20"
|
|
7328
|
+
fill="currentColor"
|
|
7329
|
+
aria-hidden="true"
|
|
7330
|
+
role="img"
|
|
7331
|
+
width="1em"
|
|
7332
|
+
height="1em"
|
|
7333
|
+
>
|
|
7334
|
+
<path
|
|
7335
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7336
|
+
/>
|
|
7337
|
+
</svg>
|
|
6858
7338
|
</span>
|
|
6859
7339
|
</span>
|
|
6860
7340
|
</button>
|
|
@@ -6872,7 +7352,7 @@ As sub navigation:
|
|
|
6872
7352
|
<span class="pf-v6-c-button__icon">
|
|
6873
7353
|
<svg
|
|
6874
7354
|
class="pf-v6-svg"
|
|
6875
|
-
viewBox="0 0
|
|
7355
|
+
viewBox="0 0 20 20"
|
|
6876
7356
|
fill="currentColor"
|
|
6877
7357
|
aria-hidden="true"
|
|
6878
7358
|
role="img"
|
|
@@ -6880,7 +7360,7 @@ As sub navigation:
|
|
|
6880
7360
|
height="1em"
|
|
6881
7361
|
>
|
|
6882
7362
|
<path
|
|
6883
|
-
d="
|
|
7363
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
6884
7364
|
/>
|
|
6885
7365
|
</svg>
|
|
6886
7366
|
</span>
|
|
@@ -6907,7 +7387,7 @@ As sub navigation:
|
|
|
6907
7387
|
<span class="pf-v6-c-button__icon">
|
|
6908
7388
|
<svg
|
|
6909
7389
|
class="pf-v6-svg"
|
|
6910
|
-
viewBox="0 0
|
|
7390
|
+
viewBox="0 0 20 20"
|
|
6911
7391
|
fill="currentColor"
|
|
6912
7392
|
aria-hidden="true"
|
|
6913
7393
|
role="img"
|
|
@@ -6915,7 +7395,7 @@ As sub navigation:
|
|
|
6915
7395
|
height="1em"
|
|
6916
7396
|
>
|
|
6917
7397
|
<path
|
|
6918
|
-
d="
|
|
7398
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
6919
7399
|
/>
|
|
6920
7400
|
</svg>
|
|
6921
7401
|
</span>
|
|
@@ -6944,7 +7424,19 @@ As sub navigation:
|
|
|
6944
7424
|
>
|
|
6945
7425
|
<span class="pf-v6-c-button__icon">
|
|
6946
7426
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6947
|
-
<
|
|
7427
|
+
<svg
|
|
7428
|
+
class="pf-v6-svg"
|
|
7429
|
+
viewBox="0 0 20 20"
|
|
7430
|
+
fill="currentColor"
|
|
7431
|
+
aria-hidden="true"
|
|
7432
|
+
role="img"
|
|
7433
|
+
width="1em"
|
|
7434
|
+
height="1em"
|
|
7435
|
+
>
|
|
7436
|
+
<path
|
|
7437
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7438
|
+
/>
|
|
7439
|
+
</svg>
|
|
6948
7440
|
</span>
|
|
6949
7441
|
</span>
|
|
6950
7442
|
</button>
|
|
@@ -6968,7 +7460,19 @@ As sub navigation:
|
|
|
6968
7460
|
>
|
|
6969
7461
|
<span class="pf-v6-c-button__icon">
|
|
6970
7462
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6971
|
-
<
|
|
7463
|
+
<svg
|
|
7464
|
+
class="pf-v6-svg"
|
|
7465
|
+
viewBox="0 0 20 20"
|
|
7466
|
+
fill="currentColor"
|
|
7467
|
+
aria-hidden="true"
|
|
7468
|
+
role="img"
|
|
7469
|
+
width="1em"
|
|
7470
|
+
height="1em"
|
|
7471
|
+
>
|
|
7472
|
+
<path
|
|
7473
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7474
|
+
/>
|
|
7475
|
+
</svg>
|
|
6972
7476
|
</span>
|
|
6973
7477
|
</span>
|
|
6974
7478
|
</button>
|
|
@@ -6992,7 +7496,19 @@ As sub navigation:
|
|
|
6992
7496
|
>
|
|
6993
7497
|
<span class="pf-v6-c-button__icon">
|
|
6994
7498
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6995
|
-
<
|
|
7499
|
+
<svg
|
|
7500
|
+
class="pf-v6-svg"
|
|
7501
|
+
viewBox="0 0 20 20"
|
|
7502
|
+
fill="currentColor"
|
|
7503
|
+
aria-hidden="true"
|
|
7504
|
+
role="img"
|
|
7505
|
+
width="1em"
|
|
7506
|
+
height="1em"
|
|
7507
|
+
>
|
|
7508
|
+
<path
|
|
7509
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7510
|
+
/>
|
|
7511
|
+
</svg>
|
|
6996
7512
|
</span>
|
|
6997
7513
|
</span>
|
|
6998
7514
|
</button>
|
|
@@ -7022,7 +7538,19 @@ As sub navigation:
|
|
|
7022
7538
|
>
|
|
7023
7539
|
<span class="pf-v6-c-button__icon">
|
|
7024
7540
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7025
|
-
<
|
|
7541
|
+
<svg
|
|
7542
|
+
class="pf-v6-svg"
|
|
7543
|
+
viewBox="0 0 20 20"
|
|
7544
|
+
fill="currentColor"
|
|
7545
|
+
aria-hidden="true"
|
|
7546
|
+
role="img"
|
|
7547
|
+
width="1em"
|
|
7548
|
+
height="1em"
|
|
7549
|
+
>
|
|
7550
|
+
<path
|
|
7551
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7552
|
+
/>
|
|
7553
|
+
</svg>
|
|
7026
7554
|
</span>
|
|
7027
7555
|
</span>
|
|
7028
7556
|
</button>
|
|
@@ -7051,7 +7579,19 @@ As sub navigation:
|
|
|
7051
7579
|
>
|
|
7052
7580
|
<span class="pf-v6-c-button__icon">
|
|
7053
7581
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7054
|
-
<
|
|
7582
|
+
<svg
|
|
7583
|
+
class="pf-v6-svg"
|
|
7584
|
+
viewBox="0 0 20 20"
|
|
7585
|
+
fill="currentColor"
|
|
7586
|
+
aria-hidden="true"
|
|
7587
|
+
role="img"
|
|
7588
|
+
width="1em"
|
|
7589
|
+
height="1em"
|
|
7590
|
+
>
|
|
7591
|
+
<path
|
|
7592
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7593
|
+
/>
|
|
7594
|
+
</svg>
|
|
7055
7595
|
</span>
|
|
7056
7596
|
</span>
|
|
7057
7597
|
</button>
|
|
@@ -7080,7 +7620,19 @@ As sub navigation:
|
|
|
7080
7620
|
>
|
|
7081
7621
|
<span class="pf-v6-c-button__icon">
|
|
7082
7622
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7083
|
-
<
|
|
7623
|
+
<svg
|
|
7624
|
+
class="pf-v6-svg"
|
|
7625
|
+
viewBox="0 0 20 20"
|
|
7626
|
+
fill="currentColor"
|
|
7627
|
+
aria-hidden="true"
|
|
7628
|
+
role="img"
|
|
7629
|
+
width="1em"
|
|
7630
|
+
height="1em"
|
|
7631
|
+
>
|
|
7632
|
+
<path
|
|
7633
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7634
|
+
/>
|
|
7635
|
+
</svg>
|
|
7084
7636
|
</span>
|
|
7085
7637
|
</span>
|
|
7086
7638
|
</button>
|
|
@@ -7104,7 +7656,19 @@ As sub navigation:
|
|
|
7104
7656
|
>
|
|
7105
7657
|
<span class="pf-v6-c-button__icon">
|
|
7106
7658
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7107
|
-
<
|
|
7659
|
+
<svg
|
|
7660
|
+
class="pf-v6-svg"
|
|
7661
|
+
viewBox="0 0 20 20"
|
|
7662
|
+
fill="currentColor"
|
|
7663
|
+
aria-hidden="true"
|
|
7664
|
+
role="img"
|
|
7665
|
+
width="1em"
|
|
7666
|
+
height="1em"
|
|
7667
|
+
>
|
|
7668
|
+
<path
|
|
7669
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7670
|
+
/>
|
|
7671
|
+
</svg>
|
|
7108
7672
|
</span>
|
|
7109
7673
|
</span>
|
|
7110
7674
|
</button>
|
|
@@ -7121,7 +7685,7 @@ As sub navigation:
|
|
|
7121
7685
|
<span class="pf-v6-c-button__icon">
|
|
7122
7686
|
<svg
|
|
7123
7687
|
class="pf-v6-svg"
|
|
7124
|
-
viewBox="0 0
|
|
7688
|
+
viewBox="0 0 20 20"
|
|
7125
7689
|
fill="currentColor"
|
|
7126
7690
|
aria-hidden="true"
|
|
7127
7691
|
role="img"
|
|
@@ -7129,7 +7693,7 @@ As sub navigation:
|
|
|
7129
7693
|
height="1em"
|
|
7130
7694
|
>
|
|
7131
7695
|
<path
|
|
7132
|
-
d="
|
|
7696
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
7133
7697
|
/>
|
|
7134
7698
|
</svg>
|
|
7135
7699
|
</span>
|
|
@@ -7152,7 +7716,7 @@ As sub navigation:
|
|
|
7152
7716
|
<span class="pf-v6-c-button__icon">
|
|
7153
7717
|
<svg
|
|
7154
7718
|
class="pf-v6-svg"
|
|
7155
|
-
viewBox="0 0
|
|
7719
|
+
viewBox="0 0 20 20"
|
|
7156
7720
|
fill="currentColor"
|
|
7157
7721
|
aria-hidden="true"
|
|
7158
7722
|
role="img"
|
|
@@ -7160,7 +7724,7 @@ As sub navigation:
|
|
|
7160
7724
|
height="1em"
|
|
7161
7725
|
>
|
|
7162
7726
|
<path
|
|
7163
|
-
d="
|
|
7727
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
7164
7728
|
/>
|
|
7165
7729
|
</svg>
|
|
7166
7730
|
</span>
|
|
@@ -7189,7 +7753,19 @@ As sub navigation:
|
|
|
7189
7753
|
>
|
|
7190
7754
|
<span class="pf-v6-c-button__icon">
|
|
7191
7755
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7192
|
-
<
|
|
7756
|
+
<svg
|
|
7757
|
+
class="pf-v6-svg"
|
|
7758
|
+
viewBox="0 0 20 20"
|
|
7759
|
+
fill="currentColor"
|
|
7760
|
+
aria-hidden="true"
|
|
7761
|
+
role="img"
|
|
7762
|
+
width="1em"
|
|
7763
|
+
height="1em"
|
|
7764
|
+
>
|
|
7765
|
+
<path
|
|
7766
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7767
|
+
/>
|
|
7768
|
+
</svg>
|
|
7193
7769
|
</span>
|
|
7194
7770
|
</span>
|
|
7195
7771
|
</button>
|
|
@@ -7213,7 +7789,19 @@ As sub navigation:
|
|
|
7213
7789
|
>
|
|
7214
7790
|
<span class="pf-v6-c-button__icon">
|
|
7215
7791
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7216
|
-
<
|
|
7792
|
+
<svg
|
|
7793
|
+
class="pf-v6-svg"
|
|
7794
|
+
viewBox="0 0 20 20"
|
|
7795
|
+
fill="currentColor"
|
|
7796
|
+
aria-hidden="true"
|
|
7797
|
+
role="img"
|
|
7798
|
+
width="1em"
|
|
7799
|
+
height="1em"
|
|
7800
|
+
>
|
|
7801
|
+
<path
|
|
7802
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7803
|
+
/>
|
|
7804
|
+
</svg>
|
|
7217
7805
|
</span>
|
|
7218
7806
|
</span>
|
|
7219
7807
|
</button>
|
|
@@ -7237,7 +7825,19 @@ As sub navigation:
|
|
|
7237
7825
|
>
|
|
7238
7826
|
<span class="pf-v6-c-button__icon">
|
|
7239
7827
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7240
|
-
<
|
|
7828
|
+
<svg
|
|
7829
|
+
class="pf-v6-svg"
|
|
7830
|
+
viewBox="0 0 20 20"
|
|
7831
|
+
fill="currentColor"
|
|
7832
|
+
aria-hidden="true"
|
|
7833
|
+
role="img"
|
|
7834
|
+
width="1em"
|
|
7835
|
+
height="1em"
|
|
7836
|
+
>
|
|
7837
|
+
<path
|
|
7838
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7839
|
+
/>
|
|
7840
|
+
</svg>
|
|
7241
7841
|
</span>
|
|
7242
7842
|
</span>
|
|
7243
7843
|
</button>
|
|
@@ -7267,7 +7867,19 @@ As sub navigation:
|
|
|
7267
7867
|
>
|
|
7268
7868
|
<span class="pf-v6-c-button__icon">
|
|
7269
7869
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7270
|
-
<
|
|
7870
|
+
<svg
|
|
7871
|
+
class="pf-v6-svg"
|
|
7872
|
+
viewBox="0 0 20 20"
|
|
7873
|
+
fill="currentColor"
|
|
7874
|
+
aria-hidden="true"
|
|
7875
|
+
role="img"
|
|
7876
|
+
width="1em"
|
|
7877
|
+
height="1em"
|
|
7878
|
+
>
|
|
7879
|
+
<path
|
|
7880
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7881
|
+
/>
|
|
7882
|
+
</svg>
|
|
7271
7883
|
</span>
|
|
7272
7884
|
</span>
|
|
7273
7885
|
</button>
|
|
@@ -7296,7 +7908,19 @@ As sub navigation:
|
|
|
7296
7908
|
>
|
|
7297
7909
|
<span class="pf-v6-c-button__icon">
|
|
7298
7910
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7299
|
-
<
|
|
7911
|
+
<svg
|
|
7912
|
+
class="pf-v6-svg"
|
|
7913
|
+
viewBox="0 0 20 20"
|
|
7914
|
+
fill="currentColor"
|
|
7915
|
+
aria-hidden="true"
|
|
7916
|
+
role="img"
|
|
7917
|
+
width="1em"
|
|
7918
|
+
height="1em"
|
|
7919
|
+
>
|
|
7920
|
+
<path
|
|
7921
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7922
|
+
/>
|
|
7923
|
+
</svg>
|
|
7300
7924
|
</span>
|
|
7301
7925
|
</span>
|
|
7302
7926
|
</button>
|
|
@@ -7325,7 +7949,19 @@ As sub navigation:
|
|
|
7325
7949
|
>
|
|
7326
7950
|
<span class="pf-v6-c-button__icon">
|
|
7327
7951
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7328
|
-
<
|
|
7952
|
+
<svg
|
|
7953
|
+
class="pf-v6-svg"
|
|
7954
|
+
viewBox="0 0 20 20"
|
|
7955
|
+
fill="currentColor"
|
|
7956
|
+
aria-hidden="true"
|
|
7957
|
+
role="img"
|
|
7958
|
+
width="1em"
|
|
7959
|
+
height="1em"
|
|
7960
|
+
>
|
|
7961
|
+
<path
|
|
7962
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7963
|
+
/>
|
|
7964
|
+
</svg>
|
|
7329
7965
|
</span>
|
|
7330
7966
|
</span>
|
|
7331
7967
|
</button>
|
|
@@ -7349,7 +7985,19 @@ As sub navigation:
|
|
|
7349
7985
|
>
|
|
7350
7986
|
<span class="pf-v6-c-button__icon">
|
|
7351
7987
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7352
|
-
<
|
|
7988
|
+
<svg
|
|
7989
|
+
class="pf-v6-svg"
|
|
7990
|
+
viewBox="0 0 20 20"
|
|
7991
|
+
fill="currentColor"
|
|
7992
|
+
aria-hidden="true"
|
|
7993
|
+
role="img"
|
|
7994
|
+
width="1em"
|
|
7995
|
+
height="1em"
|
|
7996
|
+
>
|
|
7997
|
+
<path
|
|
7998
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7999
|
+
/>
|
|
8000
|
+
</svg>
|
|
7353
8001
|
</span>
|
|
7354
8002
|
</span>
|
|
7355
8003
|
</button>
|
|
@@ -7366,7 +8014,7 @@ As sub navigation:
|
|
|
7366
8014
|
<span class="pf-v6-c-button__icon">
|
|
7367
8015
|
<svg
|
|
7368
8016
|
class="pf-v6-svg"
|
|
7369
|
-
viewBox="0 0
|
|
8017
|
+
viewBox="0 0 20 20"
|
|
7370
8018
|
fill="currentColor"
|
|
7371
8019
|
aria-hidden="true"
|
|
7372
8020
|
role="img"
|
|
@@ -7374,7 +8022,7 @@ As sub navigation:
|
|
|
7374
8022
|
height="1em"
|
|
7375
8023
|
>
|
|
7376
8024
|
<path
|
|
7377
|
-
d="
|
|
8025
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
7378
8026
|
/>
|
|
7379
8027
|
</svg>
|
|
7380
8028
|
</span>
|
|
@@ -7403,7 +8051,7 @@ As sub navigation:
|
|
|
7403
8051
|
<span class="pf-v6-c-button__icon">
|
|
7404
8052
|
<svg
|
|
7405
8053
|
class="pf-v6-svg"
|
|
7406
|
-
viewBox="0 0
|
|
8054
|
+
viewBox="0 0 20 20"
|
|
7407
8055
|
fill="currentColor"
|
|
7408
8056
|
aria-hidden="true"
|
|
7409
8057
|
role="img"
|
|
@@ -7411,7 +8059,7 @@ As sub navigation:
|
|
|
7411
8059
|
height="1em"
|
|
7412
8060
|
>
|
|
7413
8061
|
<path
|
|
7414
|
-
d="
|
|
8062
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
7415
8063
|
/>
|
|
7416
8064
|
</svg>
|
|
7417
8065
|
</span>
|
|
@@ -7454,7 +8102,19 @@ As sub navigation:
|
|
|
7454
8102
|
>
|
|
7455
8103
|
<span class="pf-v6-c-button__icon">
|
|
7456
8104
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7457
|
-
<
|
|
8105
|
+
<svg
|
|
8106
|
+
class="pf-v6-svg"
|
|
8107
|
+
viewBox="0 0 20 20"
|
|
8108
|
+
fill="currentColor"
|
|
8109
|
+
aria-hidden="true"
|
|
8110
|
+
role="img"
|
|
8111
|
+
width="1em"
|
|
8112
|
+
height="1em"
|
|
8113
|
+
>
|
|
8114
|
+
<path
|
|
8115
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8116
|
+
/>
|
|
8117
|
+
</svg>
|
|
7458
8118
|
</span>
|
|
7459
8119
|
</span>
|
|
7460
8120
|
</button>
|
|
@@ -7492,7 +8152,19 @@ As sub navigation:
|
|
|
7492
8152
|
>
|
|
7493
8153
|
<span class="pf-v6-c-button__icon">
|
|
7494
8154
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7495
|
-
<
|
|
8155
|
+
<svg
|
|
8156
|
+
class="pf-v6-svg"
|
|
8157
|
+
viewBox="0 0 20 20"
|
|
8158
|
+
fill="currentColor"
|
|
8159
|
+
aria-hidden="true"
|
|
8160
|
+
role="img"
|
|
8161
|
+
width="1em"
|
|
8162
|
+
height="1em"
|
|
8163
|
+
>
|
|
8164
|
+
<path
|
|
8165
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8166
|
+
/>
|
|
8167
|
+
</svg>
|
|
7496
8168
|
</span>
|
|
7497
8169
|
</span>
|
|
7498
8170
|
</button>
|
|
@@ -7530,7 +8202,19 @@ As sub navigation:
|
|
|
7530
8202
|
>
|
|
7531
8203
|
<span class="pf-v6-c-button__icon">
|
|
7532
8204
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7533
|
-
<
|
|
8205
|
+
<svg
|
|
8206
|
+
class="pf-v6-svg"
|
|
8207
|
+
viewBox="0 0 20 20"
|
|
8208
|
+
fill="currentColor"
|
|
8209
|
+
aria-hidden="true"
|
|
8210
|
+
role="img"
|
|
8211
|
+
width="1em"
|
|
8212
|
+
height="1em"
|
|
8213
|
+
>
|
|
8214
|
+
<path
|
|
8215
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8216
|
+
/>
|
|
8217
|
+
</svg>
|
|
7534
8218
|
</span>
|
|
7535
8219
|
</span>
|
|
7536
8220
|
</button>
|
|
@@ -7575,7 +8259,19 @@ As sub navigation:
|
|
|
7575
8259
|
>
|
|
7576
8260
|
<span class="pf-v6-c-button__icon">
|
|
7577
8261
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7578
|
-
<
|
|
8262
|
+
<svg
|
|
8263
|
+
class="pf-v6-svg"
|
|
8264
|
+
viewBox="0 0 20 20"
|
|
8265
|
+
fill="currentColor"
|
|
8266
|
+
aria-hidden="true"
|
|
8267
|
+
role="img"
|
|
8268
|
+
width="1em"
|
|
8269
|
+
height="1em"
|
|
8270
|
+
>
|
|
8271
|
+
<path
|
|
8272
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8273
|
+
/>
|
|
8274
|
+
</svg>
|
|
7579
8275
|
</span>
|
|
7580
8276
|
</span>
|
|
7581
8277
|
</button>
|
|
@@ -7619,7 +8315,19 @@ As sub navigation:
|
|
|
7619
8315
|
>
|
|
7620
8316
|
<span class="pf-v6-c-button__icon">
|
|
7621
8317
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7622
|
-
<
|
|
8318
|
+
<svg
|
|
8319
|
+
class="pf-v6-svg"
|
|
8320
|
+
viewBox="0 0 20 20"
|
|
8321
|
+
fill="currentColor"
|
|
8322
|
+
aria-hidden="true"
|
|
8323
|
+
role="img"
|
|
8324
|
+
width="1em"
|
|
8325
|
+
height="1em"
|
|
8326
|
+
>
|
|
8327
|
+
<path
|
|
8328
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8329
|
+
/>
|
|
8330
|
+
</svg>
|
|
7623
8331
|
</span>
|
|
7624
8332
|
</span>
|
|
7625
8333
|
</button>
|
|
@@ -7662,7 +8370,19 @@ As sub navigation:
|
|
|
7662
8370
|
>
|
|
7663
8371
|
<span class="pf-v6-c-button__icon">
|
|
7664
8372
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7665
|
-
<
|
|
8373
|
+
<svg
|
|
8374
|
+
class="pf-v6-svg"
|
|
8375
|
+
viewBox="0 0 20 20"
|
|
8376
|
+
fill="currentColor"
|
|
8377
|
+
aria-hidden="true"
|
|
8378
|
+
role="img"
|
|
8379
|
+
width="1em"
|
|
8380
|
+
height="1em"
|
|
8381
|
+
>
|
|
8382
|
+
<path
|
|
8383
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8384
|
+
/>
|
|
8385
|
+
</svg>
|
|
7666
8386
|
</span>
|
|
7667
8387
|
</span>
|
|
7668
8388
|
</button>
|
|
@@ -7705,7 +8425,19 @@ As sub navigation:
|
|
|
7705
8425
|
>
|
|
7706
8426
|
<span class="pf-v6-c-button__icon">
|
|
7707
8427
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7708
|
-
<
|
|
8428
|
+
<svg
|
|
8429
|
+
class="pf-v6-svg"
|
|
8430
|
+
viewBox="0 0 20 20"
|
|
8431
|
+
fill="currentColor"
|
|
8432
|
+
aria-hidden="true"
|
|
8433
|
+
role="img"
|
|
8434
|
+
width="1em"
|
|
8435
|
+
height="1em"
|
|
8436
|
+
>
|
|
8437
|
+
<path
|
|
8438
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8439
|
+
/>
|
|
8440
|
+
</svg>
|
|
7709
8441
|
</span>
|
|
7710
8442
|
</span>
|
|
7711
8443
|
</button>
|
|
@@ -7749,7 +8481,19 @@ As sub navigation:
|
|
|
7749
8481
|
>
|
|
7750
8482
|
<span class="pf-v6-c-button__icon">
|
|
7751
8483
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7752
|
-
<
|
|
8484
|
+
<svg
|
|
8485
|
+
class="pf-v6-svg"
|
|
8486
|
+
viewBox="0 0 20 20"
|
|
8487
|
+
fill="currentColor"
|
|
8488
|
+
aria-hidden="true"
|
|
8489
|
+
role="img"
|
|
8490
|
+
width="1em"
|
|
8491
|
+
height="1em"
|
|
8492
|
+
>
|
|
8493
|
+
<path
|
|
8494
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8495
|
+
/>
|
|
8496
|
+
</svg>
|
|
7753
8497
|
</span>
|
|
7754
8498
|
</span>
|
|
7755
8499
|
</button>
|
|
@@ -7787,7 +8531,19 @@ As sub navigation:
|
|
|
7787
8531
|
>
|
|
7788
8532
|
<span class="pf-v6-c-button__icon">
|
|
7789
8533
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7790
|
-
<
|
|
8534
|
+
<svg
|
|
8535
|
+
class="pf-v6-svg"
|
|
8536
|
+
viewBox="0 0 20 20"
|
|
8537
|
+
fill="currentColor"
|
|
8538
|
+
aria-hidden="true"
|
|
8539
|
+
role="img"
|
|
8540
|
+
width="1em"
|
|
8541
|
+
height="1em"
|
|
8542
|
+
>
|
|
8543
|
+
<path
|
|
8544
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8545
|
+
/>
|
|
8546
|
+
</svg>
|
|
7791
8547
|
</span>
|
|
7792
8548
|
</span>
|
|
7793
8549
|
</button>
|
|
@@ -7804,7 +8560,7 @@ As sub navigation:
|
|
|
7804
8560
|
<span class="pf-v6-c-button__icon">
|
|
7805
8561
|
<svg
|
|
7806
8562
|
class="pf-v6-svg"
|
|
7807
|
-
viewBox="0 0
|
|
8563
|
+
viewBox="0 0 20 20"
|
|
7808
8564
|
fill="currentColor"
|
|
7809
8565
|
aria-hidden="true"
|
|
7810
8566
|
role="img"
|
|
@@ -7812,7 +8568,7 @@ As sub navigation:
|
|
|
7812
8568
|
height="1em"
|
|
7813
8569
|
>
|
|
7814
8570
|
<path
|
|
7815
|
-
d="
|
|
8571
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
7816
8572
|
/>
|
|
7817
8573
|
</svg>
|
|
7818
8574
|
</span>
|
|
@@ -7839,7 +8595,7 @@ As sub navigation:
|
|
|
7839
8595
|
<span class="pf-v6-c-button__icon">
|
|
7840
8596
|
<svg
|
|
7841
8597
|
class="pf-v6-svg"
|
|
7842
|
-
viewBox="0 0
|
|
8598
|
+
viewBox="0 0 20 20"
|
|
7843
8599
|
fill="currentColor"
|
|
7844
8600
|
aria-hidden="true"
|
|
7845
8601
|
role="img"
|
|
@@ -7847,7 +8603,7 @@ As sub navigation:
|
|
|
7847
8603
|
height="1em"
|
|
7848
8604
|
>
|
|
7849
8605
|
<path
|
|
7850
|
-
d="
|
|
8606
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
7851
8607
|
/>
|
|
7852
8608
|
</svg>
|
|
7853
8609
|
</span>
|
|
@@ -7890,7 +8646,19 @@ As sub navigation:
|
|
|
7890
8646
|
>
|
|
7891
8647
|
<span class="pf-v6-c-button__icon">
|
|
7892
8648
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7893
|
-
<
|
|
8649
|
+
<svg
|
|
8650
|
+
class="pf-v6-svg"
|
|
8651
|
+
viewBox="0 0 20 20"
|
|
8652
|
+
fill="currentColor"
|
|
8653
|
+
aria-hidden="true"
|
|
8654
|
+
role="img"
|
|
8655
|
+
width="1em"
|
|
8656
|
+
height="1em"
|
|
8657
|
+
>
|
|
8658
|
+
<path
|
|
8659
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8660
|
+
/>
|
|
8661
|
+
</svg>
|
|
7894
8662
|
</span>
|
|
7895
8663
|
</span>
|
|
7896
8664
|
</button>
|
|
@@ -7928,7 +8696,19 @@ As sub navigation:
|
|
|
7928
8696
|
>
|
|
7929
8697
|
<span class="pf-v6-c-button__icon">
|
|
7930
8698
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7931
|
-
<
|
|
8699
|
+
<svg
|
|
8700
|
+
class="pf-v6-svg"
|
|
8701
|
+
viewBox="0 0 20 20"
|
|
8702
|
+
fill="currentColor"
|
|
8703
|
+
aria-hidden="true"
|
|
8704
|
+
role="img"
|
|
8705
|
+
width="1em"
|
|
8706
|
+
height="1em"
|
|
8707
|
+
>
|
|
8708
|
+
<path
|
|
8709
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8710
|
+
/>
|
|
8711
|
+
</svg>
|
|
7932
8712
|
</span>
|
|
7933
8713
|
</span>
|
|
7934
8714
|
</button>
|
|
@@ -7966,7 +8746,19 @@ As sub navigation:
|
|
|
7966
8746
|
>
|
|
7967
8747
|
<span class="pf-v6-c-button__icon">
|
|
7968
8748
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7969
|
-
<
|
|
8749
|
+
<svg
|
|
8750
|
+
class="pf-v6-svg"
|
|
8751
|
+
viewBox="0 0 20 20"
|
|
8752
|
+
fill="currentColor"
|
|
8753
|
+
aria-hidden="true"
|
|
8754
|
+
role="img"
|
|
8755
|
+
width="1em"
|
|
8756
|
+
height="1em"
|
|
8757
|
+
>
|
|
8758
|
+
<path
|
|
8759
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8760
|
+
/>
|
|
8761
|
+
</svg>
|
|
7970
8762
|
</span>
|
|
7971
8763
|
</span>
|
|
7972
8764
|
</button>
|
|
@@ -8011,7 +8803,19 @@ As sub navigation:
|
|
|
8011
8803
|
>
|
|
8012
8804
|
<span class="pf-v6-c-button__icon">
|
|
8013
8805
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8014
|
-
<
|
|
8806
|
+
<svg
|
|
8807
|
+
class="pf-v6-svg"
|
|
8808
|
+
viewBox="0 0 20 20"
|
|
8809
|
+
fill="currentColor"
|
|
8810
|
+
aria-hidden="true"
|
|
8811
|
+
role="img"
|
|
8812
|
+
width="1em"
|
|
8813
|
+
height="1em"
|
|
8814
|
+
>
|
|
8815
|
+
<path
|
|
8816
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8817
|
+
/>
|
|
8818
|
+
</svg>
|
|
8015
8819
|
</span>
|
|
8016
8820
|
</span>
|
|
8017
8821
|
</button>
|
|
@@ -8055,7 +8859,19 @@ As sub navigation:
|
|
|
8055
8859
|
>
|
|
8056
8860
|
<span class="pf-v6-c-button__icon">
|
|
8057
8861
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8058
|
-
<
|
|
8862
|
+
<svg
|
|
8863
|
+
class="pf-v6-svg"
|
|
8864
|
+
viewBox="0 0 20 20"
|
|
8865
|
+
fill="currentColor"
|
|
8866
|
+
aria-hidden="true"
|
|
8867
|
+
role="img"
|
|
8868
|
+
width="1em"
|
|
8869
|
+
height="1em"
|
|
8870
|
+
>
|
|
8871
|
+
<path
|
|
8872
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8873
|
+
/>
|
|
8874
|
+
</svg>
|
|
8059
8875
|
</span>
|
|
8060
8876
|
</span>
|
|
8061
8877
|
</button>
|
|
@@ -8098,7 +8914,19 @@ As sub navigation:
|
|
|
8098
8914
|
>
|
|
8099
8915
|
<span class="pf-v6-c-button__icon">
|
|
8100
8916
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8101
|
-
<
|
|
8917
|
+
<svg
|
|
8918
|
+
class="pf-v6-svg"
|
|
8919
|
+
viewBox="0 0 20 20"
|
|
8920
|
+
fill="currentColor"
|
|
8921
|
+
aria-hidden="true"
|
|
8922
|
+
role="img"
|
|
8923
|
+
width="1em"
|
|
8924
|
+
height="1em"
|
|
8925
|
+
>
|
|
8926
|
+
<path
|
|
8927
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8928
|
+
/>
|
|
8929
|
+
</svg>
|
|
8102
8930
|
</span>
|
|
8103
8931
|
</span>
|
|
8104
8932
|
</button>
|
|
@@ -8141,7 +8969,19 @@ As sub navigation:
|
|
|
8141
8969
|
>
|
|
8142
8970
|
<span class="pf-v6-c-button__icon">
|
|
8143
8971
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8144
|
-
<
|
|
8972
|
+
<svg
|
|
8973
|
+
class="pf-v6-svg"
|
|
8974
|
+
viewBox="0 0 20 20"
|
|
8975
|
+
fill="currentColor"
|
|
8976
|
+
aria-hidden="true"
|
|
8977
|
+
role="img"
|
|
8978
|
+
width="1em"
|
|
8979
|
+
height="1em"
|
|
8980
|
+
>
|
|
8981
|
+
<path
|
|
8982
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8983
|
+
/>
|
|
8984
|
+
</svg>
|
|
8145
8985
|
</span>
|
|
8146
8986
|
</span>
|
|
8147
8987
|
</button>
|
|
@@ -8185,7 +9025,19 @@ As sub navigation:
|
|
|
8185
9025
|
>
|
|
8186
9026
|
<span class="pf-v6-c-button__icon">
|
|
8187
9027
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8188
|
-
<
|
|
9028
|
+
<svg
|
|
9029
|
+
class="pf-v6-svg"
|
|
9030
|
+
viewBox="0 0 20 20"
|
|
9031
|
+
fill="currentColor"
|
|
9032
|
+
aria-hidden="true"
|
|
9033
|
+
role="img"
|
|
9034
|
+
width="1em"
|
|
9035
|
+
height="1em"
|
|
9036
|
+
>
|
|
9037
|
+
<path
|
|
9038
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9039
|
+
/>
|
|
9040
|
+
</svg>
|
|
8189
9041
|
</span>
|
|
8190
9042
|
</span>
|
|
8191
9043
|
</button>
|
|
@@ -8223,7 +9075,19 @@ As sub navigation:
|
|
|
8223
9075
|
>
|
|
8224
9076
|
<span class="pf-v6-c-button__icon">
|
|
8225
9077
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8226
|
-
<
|
|
9078
|
+
<svg
|
|
9079
|
+
class="pf-v6-svg"
|
|
9080
|
+
viewBox="0 0 20 20"
|
|
9081
|
+
fill="currentColor"
|
|
9082
|
+
aria-hidden="true"
|
|
9083
|
+
role="img"
|
|
9084
|
+
width="1em"
|
|
9085
|
+
height="1em"
|
|
9086
|
+
>
|
|
9087
|
+
<path
|
|
9088
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9089
|
+
/>
|
|
9090
|
+
</svg>
|
|
8227
9091
|
</span>
|
|
8228
9092
|
</span>
|
|
8229
9093
|
</button>
|
|
@@ -8240,7 +9104,7 @@ As sub navigation:
|
|
|
8240
9104
|
<span class="pf-v6-c-button__icon">
|
|
8241
9105
|
<svg
|
|
8242
9106
|
class="pf-v6-svg"
|
|
8243
|
-
viewBox="0 0
|
|
9107
|
+
viewBox="0 0 20 20"
|
|
8244
9108
|
fill="currentColor"
|
|
8245
9109
|
aria-hidden="true"
|
|
8246
9110
|
role="img"
|
|
@@ -8248,7 +9112,7 @@ As sub navigation:
|
|
|
8248
9112
|
height="1em"
|
|
8249
9113
|
>
|
|
8250
9114
|
<path
|
|
8251
|
-
d="
|
|
9115
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
8252
9116
|
/>
|
|
8253
9117
|
</svg>
|
|
8254
9118
|
</span>
|
|
@@ -8275,7 +9139,7 @@ As sub navigation:
|
|
|
8275
9139
|
<span class="pf-v6-c-button__icon">
|
|
8276
9140
|
<svg
|
|
8277
9141
|
class="pf-v6-svg"
|
|
8278
|
-
viewBox="0 0
|
|
9142
|
+
viewBox="0 0 20 20"
|
|
8279
9143
|
fill="currentColor"
|
|
8280
9144
|
aria-hidden="true"
|
|
8281
9145
|
role="img"
|
|
@@ -8283,7 +9147,7 @@ As sub navigation:
|
|
|
8283
9147
|
height="1em"
|
|
8284
9148
|
>
|
|
8285
9149
|
<path
|
|
8286
|
-
d="
|
|
9150
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
8287
9151
|
/>
|
|
8288
9152
|
</svg>
|
|
8289
9153
|
</span>
|
|
@@ -8326,7 +9190,19 @@ As sub navigation:
|
|
|
8326
9190
|
>
|
|
8327
9191
|
<span class="pf-v6-c-button__icon">
|
|
8328
9192
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8329
|
-
<
|
|
9193
|
+
<svg
|
|
9194
|
+
class="pf-v6-svg"
|
|
9195
|
+
viewBox="0 0 20 20"
|
|
9196
|
+
fill="currentColor"
|
|
9197
|
+
aria-hidden="true"
|
|
9198
|
+
role="img"
|
|
9199
|
+
width="1em"
|
|
9200
|
+
height="1em"
|
|
9201
|
+
>
|
|
9202
|
+
<path
|
|
9203
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9204
|
+
/>
|
|
9205
|
+
</svg>
|
|
8330
9206
|
</span>
|
|
8331
9207
|
</span>
|
|
8332
9208
|
</button>
|
|
@@ -8364,7 +9240,19 @@ As sub navigation:
|
|
|
8364
9240
|
>
|
|
8365
9241
|
<span class="pf-v6-c-button__icon">
|
|
8366
9242
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8367
|
-
<
|
|
9243
|
+
<svg
|
|
9244
|
+
class="pf-v6-svg"
|
|
9245
|
+
viewBox="0 0 20 20"
|
|
9246
|
+
fill="currentColor"
|
|
9247
|
+
aria-hidden="true"
|
|
9248
|
+
role="img"
|
|
9249
|
+
width="1em"
|
|
9250
|
+
height="1em"
|
|
9251
|
+
>
|
|
9252
|
+
<path
|
|
9253
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9254
|
+
/>
|
|
9255
|
+
</svg>
|
|
8368
9256
|
</span>
|
|
8369
9257
|
</span>
|
|
8370
9258
|
</button>
|
|
@@ -8402,7 +9290,19 @@ As sub navigation:
|
|
|
8402
9290
|
>
|
|
8403
9291
|
<span class="pf-v6-c-button__icon">
|
|
8404
9292
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8405
|
-
<
|
|
9293
|
+
<svg
|
|
9294
|
+
class="pf-v6-svg"
|
|
9295
|
+
viewBox="0 0 20 20"
|
|
9296
|
+
fill="currentColor"
|
|
9297
|
+
aria-hidden="true"
|
|
9298
|
+
role="img"
|
|
9299
|
+
width="1em"
|
|
9300
|
+
height="1em"
|
|
9301
|
+
>
|
|
9302
|
+
<path
|
|
9303
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9304
|
+
/>
|
|
9305
|
+
</svg>
|
|
8406
9306
|
</span>
|
|
8407
9307
|
</span>
|
|
8408
9308
|
</button>
|
|
@@ -8447,7 +9347,19 @@ As sub navigation:
|
|
|
8447
9347
|
>
|
|
8448
9348
|
<span class="pf-v6-c-button__icon">
|
|
8449
9349
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8450
|
-
<
|
|
9350
|
+
<svg
|
|
9351
|
+
class="pf-v6-svg"
|
|
9352
|
+
viewBox="0 0 20 20"
|
|
9353
|
+
fill="currentColor"
|
|
9354
|
+
aria-hidden="true"
|
|
9355
|
+
role="img"
|
|
9356
|
+
width="1em"
|
|
9357
|
+
height="1em"
|
|
9358
|
+
>
|
|
9359
|
+
<path
|
|
9360
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9361
|
+
/>
|
|
9362
|
+
</svg>
|
|
8451
9363
|
</span>
|
|
8452
9364
|
</span>
|
|
8453
9365
|
</button>
|
|
@@ -8491,7 +9403,19 @@ As sub navigation:
|
|
|
8491
9403
|
>
|
|
8492
9404
|
<span class="pf-v6-c-button__icon">
|
|
8493
9405
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8494
|
-
<
|
|
9406
|
+
<svg
|
|
9407
|
+
class="pf-v6-svg"
|
|
9408
|
+
viewBox="0 0 20 20"
|
|
9409
|
+
fill="currentColor"
|
|
9410
|
+
aria-hidden="true"
|
|
9411
|
+
role="img"
|
|
9412
|
+
width="1em"
|
|
9413
|
+
height="1em"
|
|
9414
|
+
>
|
|
9415
|
+
<path
|
|
9416
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9417
|
+
/>
|
|
9418
|
+
</svg>
|
|
8495
9419
|
</span>
|
|
8496
9420
|
</span>
|
|
8497
9421
|
</button>
|
|
@@ -8534,7 +9458,19 @@ As sub navigation:
|
|
|
8534
9458
|
>
|
|
8535
9459
|
<span class="pf-v6-c-button__icon">
|
|
8536
9460
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8537
|
-
<
|
|
9461
|
+
<svg
|
|
9462
|
+
class="pf-v6-svg"
|
|
9463
|
+
viewBox="0 0 20 20"
|
|
9464
|
+
fill="currentColor"
|
|
9465
|
+
aria-hidden="true"
|
|
9466
|
+
role="img"
|
|
9467
|
+
width="1em"
|
|
9468
|
+
height="1em"
|
|
9469
|
+
>
|
|
9470
|
+
<path
|
|
9471
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9472
|
+
/>
|
|
9473
|
+
</svg>
|
|
8538
9474
|
</span>
|
|
8539
9475
|
</span>
|
|
8540
9476
|
</button>
|
|
@@ -8577,7 +9513,19 @@ As sub navigation:
|
|
|
8577
9513
|
>
|
|
8578
9514
|
<span class="pf-v6-c-button__icon">
|
|
8579
9515
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8580
|
-
<
|
|
9516
|
+
<svg
|
|
9517
|
+
class="pf-v6-svg"
|
|
9518
|
+
viewBox="0 0 20 20"
|
|
9519
|
+
fill="currentColor"
|
|
9520
|
+
aria-hidden="true"
|
|
9521
|
+
role="img"
|
|
9522
|
+
width="1em"
|
|
9523
|
+
height="1em"
|
|
9524
|
+
>
|
|
9525
|
+
<path
|
|
9526
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9527
|
+
/>
|
|
9528
|
+
</svg>
|
|
8581
9529
|
</span>
|
|
8582
9530
|
</span>
|
|
8583
9531
|
</button>
|
|
@@ -8621,7 +9569,19 @@ As sub navigation:
|
|
|
8621
9569
|
>
|
|
8622
9570
|
<span class="pf-v6-c-button__icon">
|
|
8623
9571
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8624
|
-
<
|
|
9572
|
+
<svg
|
|
9573
|
+
class="pf-v6-svg"
|
|
9574
|
+
viewBox="0 0 20 20"
|
|
9575
|
+
fill="currentColor"
|
|
9576
|
+
aria-hidden="true"
|
|
9577
|
+
role="img"
|
|
9578
|
+
width="1em"
|
|
9579
|
+
height="1em"
|
|
9580
|
+
>
|
|
9581
|
+
<path
|
|
9582
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9583
|
+
/>
|
|
9584
|
+
</svg>
|
|
8625
9585
|
</span>
|
|
8626
9586
|
</span>
|
|
8627
9587
|
</button>
|
|
@@ -8659,7 +9619,19 @@ As sub navigation:
|
|
|
8659
9619
|
>
|
|
8660
9620
|
<span class="pf-v6-c-button__icon">
|
|
8661
9621
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8662
|
-
<
|
|
9622
|
+
<svg
|
|
9623
|
+
class="pf-v6-svg"
|
|
9624
|
+
viewBox="0 0 20 20"
|
|
9625
|
+
fill="currentColor"
|
|
9626
|
+
aria-hidden="true"
|
|
9627
|
+
role="img"
|
|
9628
|
+
width="1em"
|
|
9629
|
+
height="1em"
|
|
9630
|
+
>
|
|
9631
|
+
<path
|
|
9632
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9633
|
+
/>
|
|
9634
|
+
</svg>
|
|
8663
9635
|
</span>
|
|
8664
9636
|
</span>
|
|
8665
9637
|
</button>
|
|
@@ -8676,7 +9648,7 @@ As sub navigation:
|
|
|
8676
9648
|
<span class="pf-v6-c-button__icon">
|
|
8677
9649
|
<svg
|
|
8678
9650
|
class="pf-v6-svg"
|
|
8679
|
-
viewBox="0 0
|
|
9651
|
+
viewBox="0 0 20 20"
|
|
8680
9652
|
fill="currentColor"
|
|
8681
9653
|
aria-hidden="true"
|
|
8682
9654
|
role="img"
|
|
@@ -8684,7 +9656,7 @@ As sub navigation:
|
|
|
8684
9656
|
height="1em"
|
|
8685
9657
|
>
|
|
8686
9658
|
<path
|
|
8687
|
-
d="
|
|
9659
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
8688
9660
|
/>
|
|
8689
9661
|
</svg>
|
|
8690
9662
|
</span>
|
|
@@ -8711,7 +9683,7 @@ As sub navigation:
|
|
|
8711
9683
|
<span class="pf-v6-c-button__icon">
|
|
8712
9684
|
<svg
|
|
8713
9685
|
class="pf-v6-svg"
|
|
8714
|
-
viewBox="0 0
|
|
9686
|
+
viewBox="0 0 20 20"
|
|
8715
9687
|
fill="currentColor"
|
|
8716
9688
|
aria-hidden="true"
|
|
8717
9689
|
role="img"
|
|
@@ -8719,7 +9691,7 @@ As sub navigation:
|
|
|
8719
9691
|
height="1em"
|
|
8720
9692
|
>
|
|
8721
9693
|
<path
|
|
8722
|
-
d="
|
|
9694
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
8723
9695
|
/>
|
|
8724
9696
|
</svg>
|
|
8725
9697
|
</span>
|
|
@@ -8765,7 +9737,19 @@ As sub navigation:
|
|
|
8765
9737
|
>
|
|
8766
9738
|
<span class="pf-v6-c-button__icon">
|
|
8767
9739
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8768
|
-
<
|
|
9740
|
+
<svg
|
|
9741
|
+
class="pf-v6-svg"
|
|
9742
|
+
viewBox="0 0 20 20"
|
|
9743
|
+
fill="currentColor"
|
|
9744
|
+
aria-hidden="true"
|
|
9745
|
+
role="img"
|
|
9746
|
+
width="1em"
|
|
9747
|
+
height="1em"
|
|
9748
|
+
>
|
|
9749
|
+
<path
|
|
9750
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9751
|
+
/>
|
|
9752
|
+
</svg>
|
|
8769
9753
|
</span>
|
|
8770
9754
|
</span>
|
|
8771
9755
|
</button>
|
|
@@ -8806,7 +9790,19 @@ As sub navigation:
|
|
|
8806
9790
|
>
|
|
8807
9791
|
<span class="pf-v6-c-button__icon">
|
|
8808
9792
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8809
|
-
<
|
|
9793
|
+
<svg
|
|
9794
|
+
class="pf-v6-svg"
|
|
9795
|
+
viewBox="0 0 20 20"
|
|
9796
|
+
fill="currentColor"
|
|
9797
|
+
aria-hidden="true"
|
|
9798
|
+
role="img"
|
|
9799
|
+
width="1em"
|
|
9800
|
+
height="1em"
|
|
9801
|
+
>
|
|
9802
|
+
<path
|
|
9803
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9804
|
+
/>
|
|
9805
|
+
</svg>
|
|
8810
9806
|
</span>
|
|
8811
9807
|
</span>
|
|
8812
9808
|
</button>
|
|
@@ -8847,7 +9843,19 @@ As sub navigation:
|
|
|
8847
9843
|
>
|
|
8848
9844
|
<span class="pf-v6-c-button__icon">
|
|
8849
9845
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8850
|
-
<
|
|
9846
|
+
<svg
|
|
9847
|
+
class="pf-v6-svg"
|
|
9848
|
+
viewBox="0 0 20 20"
|
|
9849
|
+
fill="currentColor"
|
|
9850
|
+
aria-hidden="true"
|
|
9851
|
+
role="img"
|
|
9852
|
+
width="1em"
|
|
9853
|
+
height="1em"
|
|
9854
|
+
>
|
|
9855
|
+
<path
|
|
9856
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9857
|
+
/>
|
|
9858
|
+
</svg>
|
|
8851
9859
|
</span>
|
|
8852
9860
|
</span>
|
|
8853
9861
|
</button>
|
|
@@ -8895,7 +9903,19 @@ As sub navigation:
|
|
|
8895
9903
|
>
|
|
8896
9904
|
<span class="pf-v6-c-button__icon">
|
|
8897
9905
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8898
|
-
<
|
|
9906
|
+
<svg
|
|
9907
|
+
class="pf-v6-svg"
|
|
9908
|
+
viewBox="0 0 20 20"
|
|
9909
|
+
fill="currentColor"
|
|
9910
|
+
aria-hidden="true"
|
|
9911
|
+
role="img"
|
|
9912
|
+
width="1em"
|
|
9913
|
+
height="1em"
|
|
9914
|
+
>
|
|
9915
|
+
<path
|
|
9916
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9917
|
+
/>
|
|
9918
|
+
</svg>
|
|
8899
9919
|
</span>
|
|
8900
9920
|
</span>
|
|
8901
9921
|
</button>
|
|
@@ -8942,7 +9962,19 @@ As sub navigation:
|
|
|
8942
9962
|
>
|
|
8943
9963
|
<span class="pf-v6-c-button__icon">
|
|
8944
9964
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8945
|
-
<
|
|
9965
|
+
<svg
|
|
9966
|
+
class="pf-v6-svg"
|
|
9967
|
+
viewBox="0 0 20 20"
|
|
9968
|
+
fill="currentColor"
|
|
9969
|
+
aria-hidden="true"
|
|
9970
|
+
role="img"
|
|
9971
|
+
width="1em"
|
|
9972
|
+
height="1em"
|
|
9973
|
+
>
|
|
9974
|
+
<path
|
|
9975
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9976
|
+
/>
|
|
9977
|
+
</svg>
|
|
8946
9978
|
</span>
|
|
8947
9979
|
</span>
|
|
8948
9980
|
</button>
|
|
@@ -8988,7 +10020,19 @@ As sub navigation:
|
|
|
8988
10020
|
>
|
|
8989
10021
|
<span class="pf-v6-c-button__icon">
|
|
8990
10022
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
8991
|
-
<
|
|
10023
|
+
<svg
|
|
10024
|
+
class="pf-v6-svg"
|
|
10025
|
+
viewBox="0 0 20 20"
|
|
10026
|
+
fill="currentColor"
|
|
10027
|
+
aria-hidden="true"
|
|
10028
|
+
role="img"
|
|
10029
|
+
width="1em"
|
|
10030
|
+
height="1em"
|
|
10031
|
+
>
|
|
10032
|
+
<path
|
|
10033
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10034
|
+
/>
|
|
10035
|
+
</svg>
|
|
8992
10036
|
</span>
|
|
8993
10037
|
</span>
|
|
8994
10038
|
</button>
|
|
@@ -9034,7 +10078,19 @@ As sub navigation:
|
|
|
9034
10078
|
>
|
|
9035
10079
|
<span class="pf-v6-c-button__icon">
|
|
9036
10080
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9037
|
-
<
|
|
10081
|
+
<svg
|
|
10082
|
+
class="pf-v6-svg"
|
|
10083
|
+
viewBox="0 0 20 20"
|
|
10084
|
+
fill="currentColor"
|
|
10085
|
+
aria-hidden="true"
|
|
10086
|
+
role="img"
|
|
10087
|
+
width="1em"
|
|
10088
|
+
height="1em"
|
|
10089
|
+
>
|
|
10090
|
+
<path
|
|
10091
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10092
|
+
/>
|
|
10093
|
+
</svg>
|
|
9038
10094
|
</span>
|
|
9039
10095
|
</span>
|
|
9040
10096
|
</button>
|
|
@@ -9081,7 +10137,19 @@ As sub navigation:
|
|
|
9081
10137
|
>
|
|
9082
10138
|
<span class="pf-v6-c-button__icon">
|
|
9083
10139
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9084
|
-
<
|
|
10140
|
+
<svg
|
|
10141
|
+
class="pf-v6-svg"
|
|
10142
|
+
viewBox="0 0 20 20"
|
|
10143
|
+
fill="currentColor"
|
|
10144
|
+
aria-hidden="true"
|
|
10145
|
+
role="img"
|
|
10146
|
+
width="1em"
|
|
10147
|
+
height="1em"
|
|
10148
|
+
>
|
|
10149
|
+
<path
|
|
10150
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10151
|
+
/>
|
|
10152
|
+
</svg>
|
|
9085
10153
|
</span>
|
|
9086
10154
|
</span>
|
|
9087
10155
|
</button>
|
|
@@ -9122,7 +10190,19 @@ As sub navigation:
|
|
|
9122
10190
|
>
|
|
9123
10191
|
<span class="pf-v6-c-button__icon">
|
|
9124
10192
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9125
|
-
<
|
|
10193
|
+
<svg
|
|
10194
|
+
class="pf-v6-svg"
|
|
10195
|
+
viewBox="0 0 20 20"
|
|
10196
|
+
fill="currentColor"
|
|
10197
|
+
aria-hidden="true"
|
|
10198
|
+
role="img"
|
|
10199
|
+
width="1em"
|
|
10200
|
+
height="1em"
|
|
10201
|
+
>
|
|
10202
|
+
<path
|
|
10203
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10204
|
+
/>
|
|
10205
|
+
</svg>
|
|
9126
10206
|
</span>
|
|
9127
10207
|
</span>
|
|
9128
10208
|
</button>
|
|
@@ -9139,7 +10219,7 @@ As sub navigation:
|
|
|
9139
10219
|
<span class="pf-v6-c-button__icon">
|
|
9140
10220
|
<svg
|
|
9141
10221
|
class="pf-v6-svg"
|
|
9142
|
-
viewBox="0 0
|
|
10222
|
+
viewBox="0 0 20 20"
|
|
9143
10223
|
fill="currentColor"
|
|
9144
10224
|
aria-hidden="true"
|
|
9145
10225
|
role="img"
|
|
@@ -9147,7 +10227,7 @@ As sub navigation:
|
|
|
9147
10227
|
height="1em"
|
|
9148
10228
|
>
|
|
9149
10229
|
<path
|
|
9150
|
-
d="
|
|
10230
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
9151
10231
|
/>
|
|
9152
10232
|
</svg>
|
|
9153
10233
|
</span>
|
|
@@ -9174,7 +10254,7 @@ As sub navigation:
|
|
|
9174
10254
|
<span class="pf-v6-c-button__icon">
|
|
9175
10255
|
<svg
|
|
9176
10256
|
class="pf-v6-svg"
|
|
9177
|
-
viewBox="0 0
|
|
10257
|
+
viewBox="0 0 20 20"
|
|
9178
10258
|
fill="currentColor"
|
|
9179
10259
|
aria-hidden="true"
|
|
9180
10260
|
role="img"
|
|
@@ -9182,7 +10262,7 @@ As sub navigation:
|
|
|
9182
10262
|
height="1em"
|
|
9183
10263
|
>
|
|
9184
10264
|
<path
|
|
9185
|
-
d="
|
|
10265
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
9186
10266
|
/>
|
|
9187
10267
|
</svg>
|
|
9188
10268
|
</span>
|
|
@@ -9225,7 +10305,19 @@ As sub navigation:
|
|
|
9225
10305
|
>
|
|
9226
10306
|
<span class="pf-v6-c-button__icon">
|
|
9227
10307
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9228
|
-
<
|
|
10308
|
+
<svg
|
|
10309
|
+
class="pf-v6-svg"
|
|
10310
|
+
viewBox="0 0 20 20"
|
|
10311
|
+
fill="currentColor"
|
|
10312
|
+
aria-hidden="true"
|
|
10313
|
+
role="img"
|
|
10314
|
+
width="1em"
|
|
10315
|
+
height="1em"
|
|
10316
|
+
>
|
|
10317
|
+
<path
|
|
10318
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10319
|
+
/>
|
|
10320
|
+
</svg>
|
|
9229
10321
|
</span>
|
|
9230
10322
|
</span>
|
|
9231
10323
|
</button>
|
|
@@ -9263,7 +10355,19 @@ As sub navigation:
|
|
|
9263
10355
|
>
|
|
9264
10356
|
<span class="pf-v6-c-button__icon">
|
|
9265
10357
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9266
|
-
<
|
|
10358
|
+
<svg
|
|
10359
|
+
class="pf-v6-svg"
|
|
10360
|
+
viewBox="0 0 20 20"
|
|
10361
|
+
fill="currentColor"
|
|
10362
|
+
aria-hidden="true"
|
|
10363
|
+
role="img"
|
|
10364
|
+
width="1em"
|
|
10365
|
+
height="1em"
|
|
10366
|
+
>
|
|
10367
|
+
<path
|
|
10368
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10369
|
+
/>
|
|
10370
|
+
</svg>
|
|
9267
10371
|
</span>
|
|
9268
10372
|
</span>
|
|
9269
10373
|
</button>
|
|
@@ -9301,7 +10405,19 @@ As sub navigation:
|
|
|
9301
10405
|
>
|
|
9302
10406
|
<span class="pf-v6-c-button__icon">
|
|
9303
10407
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9304
|
-
<
|
|
10408
|
+
<svg
|
|
10409
|
+
class="pf-v6-svg"
|
|
10410
|
+
viewBox="0 0 20 20"
|
|
10411
|
+
fill="currentColor"
|
|
10412
|
+
aria-hidden="true"
|
|
10413
|
+
role="img"
|
|
10414
|
+
width="1em"
|
|
10415
|
+
height="1em"
|
|
10416
|
+
>
|
|
10417
|
+
<path
|
|
10418
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10419
|
+
/>
|
|
10420
|
+
</svg>
|
|
9305
10421
|
</span>
|
|
9306
10422
|
</span>
|
|
9307
10423
|
</button>
|
|
@@ -9319,7 +10435,7 @@ As sub navigation:
|
|
|
9319
10435
|
<span class="pf-v6-c-button__icon">
|
|
9320
10436
|
<svg
|
|
9321
10437
|
class="pf-v6-svg"
|
|
9322
|
-
viewBox="0 0
|
|
10438
|
+
viewBox="0 0 20 20"
|
|
9323
10439
|
fill="currentColor"
|
|
9324
10440
|
aria-hidden="true"
|
|
9325
10441
|
role="img"
|
|
@@ -9327,7 +10443,7 @@ As sub navigation:
|
|
|
9327
10443
|
height="1em"
|
|
9328
10444
|
>
|
|
9329
10445
|
<path
|
|
9330
|
-
d="
|
|
10446
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
9331
10447
|
/>
|
|
9332
10448
|
</svg>
|
|
9333
10449
|
</span>
|
|
@@ -9354,7 +10470,7 @@ As sub navigation:
|
|
|
9354
10470
|
<span class="pf-v6-c-button__icon">
|
|
9355
10471
|
<svg
|
|
9356
10472
|
class="pf-v6-svg"
|
|
9357
|
-
viewBox="0 0
|
|
10473
|
+
viewBox="0 0 20 20"
|
|
9358
10474
|
fill="currentColor"
|
|
9359
10475
|
aria-hidden="true"
|
|
9360
10476
|
role="img"
|
|
@@ -9362,7 +10478,7 @@ As sub navigation:
|
|
|
9362
10478
|
height="1em"
|
|
9363
10479
|
>
|
|
9364
10480
|
<path
|
|
9365
|
-
d="
|
|
10481
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
9366
10482
|
/>
|
|
9367
10483
|
</svg>
|
|
9368
10484
|
</span>
|
|
@@ -9405,7 +10521,19 @@ As sub navigation:
|
|
|
9405
10521
|
>
|
|
9406
10522
|
<span class="pf-v6-c-button__icon">
|
|
9407
10523
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9408
|
-
<
|
|
10524
|
+
<svg
|
|
10525
|
+
class="pf-v6-svg"
|
|
10526
|
+
viewBox="0 0 20 20"
|
|
10527
|
+
fill="currentColor"
|
|
10528
|
+
aria-hidden="true"
|
|
10529
|
+
role="img"
|
|
10530
|
+
width="1em"
|
|
10531
|
+
height="1em"
|
|
10532
|
+
>
|
|
10533
|
+
<path
|
|
10534
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10535
|
+
/>
|
|
10536
|
+
</svg>
|
|
9409
10537
|
</span>
|
|
9410
10538
|
</span>
|
|
9411
10539
|
</button>
|
|
@@ -9443,7 +10571,19 @@ As sub navigation:
|
|
|
9443
10571
|
>
|
|
9444
10572
|
<span class="pf-v6-c-button__icon">
|
|
9445
10573
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9446
|
-
<
|
|
10574
|
+
<svg
|
|
10575
|
+
class="pf-v6-svg"
|
|
10576
|
+
viewBox="0 0 20 20"
|
|
10577
|
+
fill="currentColor"
|
|
10578
|
+
aria-hidden="true"
|
|
10579
|
+
role="img"
|
|
10580
|
+
width="1em"
|
|
10581
|
+
height="1em"
|
|
10582
|
+
>
|
|
10583
|
+
<path
|
|
10584
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10585
|
+
/>
|
|
10586
|
+
</svg>
|
|
9447
10587
|
</span>
|
|
9448
10588
|
</span>
|
|
9449
10589
|
</button>
|
|
@@ -9481,7 +10621,19 @@ As sub navigation:
|
|
|
9481
10621
|
>
|
|
9482
10622
|
<span class="pf-v6-c-button__icon">
|
|
9483
10623
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9484
|
-
<
|
|
10624
|
+
<svg
|
|
10625
|
+
class="pf-v6-svg"
|
|
10626
|
+
viewBox="0 0 20 20"
|
|
10627
|
+
fill="currentColor"
|
|
10628
|
+
aria-hidden="true"
|
|
10629
|
+
role="img"
|
|
10630
|
+
width="1em"
|
|
10631
|
+
height="1em"
|
|
10632
|
+
>
|
|
10633
|
+
<path
|
|
10634
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10635
|
+
/>
|
|
10636
|
+
</svg>
|
|
9485
10637
|
</span>
|
|
9486
10638
|
</span>
|
|
9487
10639
|
</button>
|
|
@@ -9526,7 +10678,19 @@ As sub navigation:
|
|
|
9526
10678
|
>
|
|
9527
10679
|
<span class="pf-v6-c-button__icon">
|
|
9528
10680
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9529
|
-
<
|
|
10681
|
+
<svg
|
|
10682
|
+
class="pf-v6-svg"
|
|
10683
|
+
viewBox="0 0 20 20"
|
|
10684
|
+
fill="currentColor"
|
|
10685
|
+
aria-hidden="true"
|
|
10686
|
+
role="img"
|
|
10687
|
+
width="1em"
|
|
10688
|
+
height="1em"
|
|
10689
|
+
>
|
|
10690
|
+
<path
|
|
10691
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10692
|
+
/>
|
|
10693
|
+
</svg>
|
|
9530
10694
|
</span>
|
|
9531
10695
|
</span>
|
|
9532
10696
|
</button>
|
|
@@ -9570,7 +10734,19 @@ As sub navigation:
|
|
|
9570
10734
|
>
|
|
9571
10735
|
<span class="pf-v6-c-button__icon">
|
|
9572
10736
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9573
|
-
<
|
|
10737
|
+
<svg
|
|
10738
|
+
class="pf-v6-svg"
|
|
10739
|
+
viewBox="0 0 20 20"
|
|
10740
|
+
fill="currentColor"
|
|
10741
|
+
aria-hidden="true"
|
|
10742
|
+
role="img"
|
|
10743
|
+
width="1em"
|
|
10744
|
+
height="1em"
|
|
10745
|
+
>
|
|
10746
|
+
<path
|
|
10747
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10748
|
+
/>
|
|
10749
|
+
</svg>
|
|
9574
10750
|
</span>
|
|
9575
10751
|
</span>
|
|
9576
10752
|
</button>
|
|
@@ -9613,7 +10789,19 @@ As sub navigation:
|
|
|
9613
10789
|
>
|
|
9614
10790
|
<span class="pf-v6-c-button__icon">
|
|
9615
10791
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9616
|
-
<
|
|
10792
|
+
<svg
|
|
10793
|
+
class="pf-v6-svg"
|
|
10794
|
+
viewBox="0 0 20 20"
|
|
10795
|
+
fill="currentColor"
|
|
10796
|
+
aria-hidden="true"
|
|
10797
|
+
role="img"
|
|
10798
|
+
width="1em"
|
|
10799
|
+
height="1em"
|
|
10800
|
+
>
|
|
10801
|
+
<path
|
|
10802
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10803
|
+
/>
|
|
10804
|
+
</svg>
|
|
9617
10805
|
</span>
|
|
9618
10806
|
</span>
|
|
9619
10807
|
</button>
|
|
@@ -9656,7 +10844,19 @@ As sub navigation:
|
|
|
9656
10844
|
>
|
|
9657
10845
|
<span class="pf-v6-c-button__icon">
|
|
9658
10846
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9659
|
-
<
|
|
10847
|
+
<svg
|
|
10848
|
+
class="pf-v6-svg"
|
|
10849
|
+
viewBox="0 0 20 20"
|
|
10850
|
+
fill="currentColor"
|
|
10851
|
+
aria-hidden="true"
|
|
10852
|
+
role="img"
|
|
10853
|
+
width="1em"
|
|
10854
|
+
height="1em"
|
|
10855
|
+
>
|
|
10856
|
+
<path
|
|
10857
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10858
|
+
/>
|
|
10859
|
+
</svg>
|
|
9660
10860
|
</span>
|
|
9661
10861
|
</span>
|
|
9662
10862
|
</button>
|
|
@@ -9700,7 +10900,19 @@ As sub navigation:
|
|
|
9700
10900
|
>
|
|
9701
10901
|
<span class="pf-v6-c-button__icon">
|
|
9702
10902
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9703
|
-
<
|
|
10903
|
+
<svg
|
|
10904
|
+
class="pf-v6-svg"
|
|
10905
|
+
viewBox="0 0 20 20"
|
|
10906
|
+
fill="currentColor"
|
|
10907
|
+
aria-hidden="true"
|
|
10908
|
+
role="img"
|
|
10909
|
+
width="1em"
|
|
10910
|
+
height="1em"
|
|
10911
|
+
>
|
|
10912
|
+
<path
|
|
10913
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10914
|
+
/>
|
|
10915
|
+
</svg>
|
|
9704
10916
|
</span>
|
|
9705
10917
|
</span>
|
|
9706
10918
|
</button>
|
|
@@ -9738,7 +10950,19 @@ As sub navigation:
|
|
|
9738
10950
|
>
|
|
9739
10951
|
<span class="pf-v6-c-button__icon">
|
|
9740
10952
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9741
|
-
<
|
|
10953
|
+
<svg
|
|
10954
|
+
class="pf-v6-svg"
|
|
10955
|
+
viewBox="0 0 20 20"
|
|
10956
|
+
fill="currentColor"
|
|
10957
|
+
aria-hidden="true"
|
|
10958
|
+
role="img"
|
|
10959
|
+
width="1em"
|
|
10960
|
+
height="1em"
|
|
10961
|
+
>
|
|
10962
|
+
<path
|
|
10963
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10964
|
+
/>
|
|
10965
|
+
</svg>
|
|
9742
10966
|
</span>
|
|
9743
10967
|
</span>
|
|
9744
10968
|
</button>
|
|
@@ -9755,7 +10979,7 @@ As sub navigation:
|
|
|
9755
10979
|
<span class="pf-v6-c-button__icon">
|
|
9756
10980
|
<svg
|
|
9757
10981
|
class="pf-v6-svg"
|
|
9758
|
-
viewBox="0 0
|
|
10982
|
+
viewBox="0 0 20 20"
|
|
9759
10983
|
fill="currentColor"
|
|
9760
10984
|
aria-hidden="true"
|
|
9761
10985
|
role="img"
|
|
@@ -9763,7 +10987,7 @@ As sub navigation:
|
|
|
9763
10987
|
height="1em"
|
|
9764
10988
|
>
|
|
9765
10989
|
<path
|
|
9766
|
-
d="
|
|
10990
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
9767
10991
|
/>
|
|
9768
10992
|
</svg>
|
|
9769
10993
|
</span>
|
|
@@ -9786,7 +11010,7 @@ As sub navigation:
|
|
|
9786
11010
|
<span class="pf-v6-c-button__icon">
|
|
9787
11011
|
<svg
|
|
9788
11012
|
class="pf-v6-svg"
|
|
9789
|
-
viewBox="0 0
|
|
11013
|
+
viewBox="0 0 20 20"
|
|
9790
11014
|
fill="currentColor"
|
|
9791
11015
|
aria-hidden="true"
|
|
9792
11016
|
role="img"
|
|
@@ -9794,7 +11018,7 @@ As sub navigation:
|
|
|
9794
11018
|
height="1em"
|
|
9795
11019
|
>
|
|
9796
11020
|
<path
|
|
9797
|
-
d="
|
|
11021
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
9798
11022
|
/>
|
|
9799
11023
|
</svg>
|
|
9800
11024
|
</span>
|
|
@@ -9837,7 +11061,19 @@ As sub navigation:
|
|
|
9837
11061
|
>
|
|
9838
11062
|
<span class="pf-v6-c-button__icon">
|
|
9839
11063
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9840
|
-
<
|
|
11064
|
+
<svg
|
|
11065
|
+
class="pf-v6-svg"
|
|
11066
|
+
viewBox="0 0 20 20"
|
|
11067
|
+
fill="currentColor"
|
|
11068
|
+
aria-hidden="true"
|
|
11069
|
+
role="img"
|
|
11070
|
+
width="1em"
|
|
11071
|
+
height="1em"
|
|
11072
|
+
>
|
|
11073
|
+
<path
|
|
11074
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11075
|
+
/>
|
|
11076
|
+
</svg>
|
|
9841
11077
|
</span>
|
|
9842
11078
|
</span>
|
|
9843
11079
|
</button>
|
|
@@ -9875,7 +11111,19 @@ As sub navigation:
|
|
|
9875
11111
|
>
|
|
9876
11112
|
<span class="pf-v6-c-button__icon">
|
|
9877
11113
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9878
|
-
<
|
|
11114
|
+
<svg
|
|
11115
|
+
class="pf-v6-svg"
|
|
11116
|
+
viewBox="0 0 20 20"
|
|
11117
|
+
fill="currentColor"
|
|
11118
|
+
aria-hidden="true"
|
|
11119
|
+
role="img"
|
|
11120
|
+
width="1em"
|
|
11121
|
+
height="1em"
|
|
11122
|
+
>
|
|
11123
|
+
<path
|
|
11124
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11125
|
+
/>
|
|
11126
|
+
</svg>
|
|
9879
11127
|
</span>
|
|
9880
11128
|
</span>
|
|
9881
11129
|
</button>
|
|
@@ -9913,7 +11161,19 @@ As sub navigation:
|
|
|
9913
11161
|
>
|
|
9914
11162
|
<span class="pf-v6-c-button__icon">
|
|
9915
11163
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9916
|
-
<
|
|
11164
|
+
<svg
|
|
11165
|
+
class="pf-v6-svg"
|
|
11166
|
+
viewBox="0 0 20 20"
|
|
11167
|
+
fill="currentColor"
|
|
11168
|
+
aria-hidden="true"
|
|
11169
|
+
role="img"
|
|
11170
|
+
width="1em"
|
|
11171
|
+
height="1em"
|
|
11172
|
+
>
|
|
11173
|
+
<path
|
|
11174
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11175
|
+
/>
|
|
11176
|
+
</svg>
|
|
9917
11177
|
</span>
|
|
9918
11178
|
</span>
|
|
9919
11179
|
</button>
|
|
@@ -9958,7 +11218,19 @@ As sub navigation:
|
|
|
9958
11218
|
>
|
|
9959
11219
|
<span class="pf-v6-c-button__icon">
|
|
9960
11220
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
9961
|
-
<
|
|
11221
|
+
<svg
|
|
11222
|
+
class="pf-v6-svg"
|
|
11223
|
+
viewBox="0 0 20 20"
|
|
11224
|
+
fill="currentColor"
|
|
11225
|
+
aria-hidden="true"
|
|
11226
|
+
role="img"
|
|
11227
|
+
width="1em"
|
|
11228
|
+
height="1em"
|
|
11229
|
+
>
|
|
11230
|
+
<path
|
|
11231
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11232
|
+
/>
|
|
11233
|
+
</svg>
|
|
9962
11234
|
</span>
|
|
9963
11235
|
</span>
|
|
9964
11236
|
</button>
|
|
@@ -10002,7 +11274,19 @@ As sub navigation:
|
|
|
10002
11274
|
>
|
|
10003
11275
|
<span class="pf-v6-c-button__icon">
|
|
10004
11276
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10005
|
-
<
|
|
11277
|
+
<svg
|
|
11278
|
+
class="pf-v6-svg"
|
|
11279
|
+
viewBox="0 0 20 20"
|
|
11280
|
+
fill="currentColor"
|
|
11281
|
+
aria-hidden="true"
|
|
11282
|
+
role="img"
|
|
11283
|
+
width="1em"
|
|
11284
|
+
height="1em"
|
|
11285
|
+
>
|
|
11286
|
+
<path
|
|
11287
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11288
|
+
/>
|
|
11289
|
+
</svg>
|
|
10006
11290
|
</span>
|
|
10007
11291
|
</span>
|
|
10008
11292
|
</button>
|
|
@@ -10045,7 +11329,19 @@ As sub navigation:
|
|
|
10045
11329
|
>
|
|
10046
11330
|
<span class="pf-v6-c-button__icon">
|
|
10047
11331
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10048
|
-
<
|
|
11332
|
+
<svg
|
|
11333
|
+
class="pf-v6-svg"
|
|
11334
|
+
viewBox="0 0 20 20"
|
|
11335
|
+
fill="currentColor"
|
|
11336
|
+
aria-hidden="true"
|
|
11337
|
+
role="img"
|
|
11338
|
+
width="1em"
|
|
11339
|
+
height="1em"
|
|
11340
|
+
>
|
|
11341
|
+
<path
|
|
11342
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11343
|
+
/>
|
|
11344
|
+
</svg>
|
|
10049
11345
|
</span>
|
|
10050
11346
|
</span>
|
|
10051
11347
|
</button>
|
|
@@ -10088,7 +11384,19 @@ As sub navigation:
|
|
|
10088
11384
|
>
|
|
10089
11385
|
<span class="pf-v6-c-button__icon">
|
|
10090
11386
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10091
|
-
<
|
|
11387
|
+
<svg
|
|
11388
|
+
class="pf-v6-svg"
|
|
11389
|
+
viewBox="0 0 20 20"
|
|
11390
|
+
fill="currentColor"
|
|
11391
|
+
aria-hidden="true"
|
|
11392
|
+
role="img"
|
|
11393
|
+
width="1em"
|
|
11394
|
+
height="1em"
|
|
11395
|
+
>
|
|
11396
|
+
<path
|
|
11397
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11398
|
+
/>
|
|
11399
|
+
</svg>
|
|
10092
11400
|
</span>
|
|
10093
11401
|
</span>
|
|
10094
11402
|
</button>
|
|
@@ -10132,7 +11440,19 @@ As sub navigation:
|
|
|
10132
11440
|
>
|
|
10133
11441
|
<span class="pf-v6-c-button__icon">
|
|
10134
11442
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10135
|
-
<
|
|
11443
|
+
<svg
|
|
11444
|
+
class="pf-v6-svg"
|
|
11445
|
+
viewBox="0 0 20 20"
|
|
11446
|
+
fill="currentColor"
|
|
11447
|
+
aria-hidden="true"
|
|
11448
|
+
role="img"
|
|
11449
|
+
width="1em"
|
|
11450
|
+
height="1em"
|
|
11451
|
+
>
|
|
11452
|
+
<path
|
|
11453
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11454
|
+
/>
|
|
11455
|
+
</svg>
|
|
10136
11456
|
</span>
|
|
10137
11457
|
</span>
|
|
10138
11458
|
</button>
|
|
@@ -10170,7 +11490,19 @@ As sub navigation:
|
|
|
10170
11490
|
>
|
|
10171
11491
|
<span class="pf-v6-c-button__icon">
|
|
10172
11492
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10173
|
-
<
|
|
11493
|
+
<svg
|
|
11494
|
+
class="pf-v6-svg"
|
|
11495
|
+
viewBox="0 0 20 20"
|
|
11496
|
+
fill="currentColor"
|
|
11497
|
+
aria-hidden="true"
|
|
11498
|
+
role="img"
|
|
11499
|
+
width="1em"
|
|
11500
|
+
height="1em"
|
|
11501
|
+
>
|
|
11502
|
+
<path
|
|
11503
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11504
|
+
/>
|
|
11505
|
+
</svg>
|
|
10174
11506
|
</span>
|
|
10175
11507
|
</span>
|
|
10176
11508
|
</button>
|
|
@@ -10187,7 +11519,7 @@ As sub navigation:
|
|
|
10187
11519
|
<span class="pf-v6-c-button__icon">
|
|
10188
11520
|
<svg
|
|
10189
11521
|
class="pf-v6-svg"
|
|
10190
|
-
viewBox="0 0
|
|
11522
|
+
viewBox="0 0 20 20"
|
|
10191
11523
|
fill="currentColor"
|
|
10192
11524
|
aria-hidden="true"
|
|
10193
11525
|
role="img"
|
|
@@ -10195,7 +11527,7 @@ As sub navigation:
|
|
|
10195
11527
|
height="1em"
|
|
10196
11528
|
>
|
|
10197
11529
|
<path
|
|
10198
|
-
d="
|
|
11530
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
10199
11531
|
/>
|
|
10200
11532
|
</svg>
|
|
10201
11533
|
</span>
|
|
@@ -10226,7 +11558,7 @@ As sub navigation:
|
|
|
10226
11558
|
<span class="pf-v6-c-button__icon">
|
|
10227
11559
|
<svg
|
|
10228
11560
|
class="pf-v6-svg"
|
|
10229
|
-
viewBox="0 0
|
|
11561
|
+
viewBox="0 0 20 20"
|
|
10230
11562
|
fill="currentColor"
|
|
10231
11563
|
aria-hidden="true"
|
|
10232
11564
|
role="img"
|
|
@@ -10234,7 +11566,7 @@ As sub navigation:
|
|
|
10234
11566
|
height="1em"
|
|
10235
11567
|
>
|
|
10236
11568
|
<path
|
|
10237
|
-
d="
|
|
11569
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
10238
11570
|
/>
|
|
10239
11571
|
</svg>
|
|
10240
11572
|
</span>
|
|
@@ -10263,7 +11595,19 @@ As sub navigation:
|
|
|
10263
11595
|
>
|
|
10264
11596
|
<span class="pf-v6-c-button__icon">
|
|
10265
11597
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10266
|
-
<
|
|
11598
|
+
<svg
|
|
11599
|
+
class="pf-v6-svg"
|
|
11600
|
+
viewBox="0 0 20 20"
|
|
11601
|
+
fill="currentColor"
|
|
11602
|
+
aria-hidden="true"
|
|
11603
|
+
role="img"
|
|
11604
|
+
width="1em"
|
|
11605
|
+
height="1em"
|
|
11606
|
+
>
|
|
11607
|
+
<path
|
|
11608
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11609
|
+
/>
|
|
11610
|
+
</svg>
|
|
10267
11611
|
</span>
|
|
10268
11612
|
</span>
|
|
10269
11613
|
</button>
|
|
@@ -10287,7 +11631,19 @@ As sub navigation:
|
|
|
10287
11631
|
>
|
|
10288
11632
|
<span class="pf-v6-c-button__icon">
|
|
10289
11633
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10290
|
-
<
|
|
11634
|
+
<svg
|
|
11635
|
+
class="pf-v6-svg"
|
|
11636
|
+
viewBox="0 0 20 20"
|
|
11637
|
+
fill="currentColor"
|
|
11638
|
+
aria-hidden="true"
|
|
11639
|
+
role="img"
|
|
11640
|
+
width="1em"
|
|
11641
|
+
height="1em"
|
|
11642
|
+
>
|
|
11643
|
+
<path
|
|
11644
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11645
|
+
/>
|
|
11646
|
+
</svg>
|
|
10291
11647
|
</span>
|
|
10292
11648
|
</span>
|
|
10293
11649
|
</button>
|
|
@@ -10311,7 +11667,19 @@ As sub navigation:
|
|
|
10311
11667
|
>
|
|
10312
11668
|
<span class="pf-v6-c-button__icon">
|
|
10313
11669
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10314
|
-
<
|
|
11670
|
+
<svg
|
|
11671
|
+
class="pf-v6-svg"
|
|
11672
|
+
viewBox="0 0 20 20"
|
|
11673
|
+
fill="currentColor"
|
|
11674
|
+
aria-hidden="true"
|
|
11675
|
+
role="img"
|
|
11676
|
+
width="1em"
|
|
11677
|
+
height="1em"
|
|
11678
|
+
>
|
|
11679
|
+
<path
|
|
11680
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11681
|
+
/>
|
|
11682
|
+
</svg>
|
|
10315
11683
|
</span>
|
|
10316
11684
|
</span>
|
|
10317
11685
|
</button>
|
|
@@ -10336,7 +11704,19 @@ As sub navigation:
|
|
|
10336
11704
|
>
|
|
10337
11705
|
<span class="pf-v6-c-button__icon">
|
|
10338
11706
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10339
|
-
<
|
|
11707
|
+
<svg
|
|
11708
|
+
class="pf-v6-svg"
|
|
11709
|
+
viewBox="0 0 20 20"
|
|
11710
|
+
fill="currentColor"
|
|
11711
|
+
aria-hidden="true"
|
|
11712
|
+
role="img"
|
|
11713
|
+
width="1em"
|
|
11714
|
+
height="1em"
|
|
11715
|
+
>
|
|
11716
|
+
<path
|
|
11717
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11718
|
+
/>
|
|
11719
|
+
</svg>
|
|
10340
11720
|
</span>
|
|
10341
11721
|
</span>
|
|
10342
11722
|
</button>
|
|
@@ -10360,7 +11740,19 @@ As sub navigation:
|
|
|
10360
11740
|
>
|
|
10361
11741
|
<span class="pf-v6-c-button__icon">
|
|
10362
11742
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10363
|
-
<
|
|
11743
|
+
<svg
|
|
11744
|
+
class="pf-v6-svg"
|
|
11745
|
+
viewBox="0 0 20 20"
|
|
11746
|
+
fill="currentColor"
|
|
11747
|
+
aria-hidden="true"
|
|
11748
|
+
role="img"
|
|
11749
|
+
width="1em"
|
|
11750
|
+
height="1em"
|
|
11751
|
+
>
|
|
11752
|
+
<path
|
|
11753
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11754
|
+
/>
|
|
11755
|
+
</svg>
|
|
10364
11756
|
</span>
|
|
10365
11757
|
</span>
|
|
10366
11758
|
</button>
|
|
@@ -10384,7 +11776,19 @@ As sub navigation:
|
|
|
10384
11776
|
>
|
|
10385
11777
|
<span class="pf-v6-c-button__icon">
|
|
10386
11778
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10387
|
-
<
|
|
11779
|
+
<svg
|
|
11780
|
+
class="pf-v6-svg"
|
|
11781
|
+
viewBox="0 0 20 20"
|
|
11782
|
+
fill="currentColor"
|
|
11783
|
+
aria-hidden="true"
|
|
11784
|
+
role="img"
|
|
11785
|
+
width="1em"
|
|
11786
|
+
height="1em"
|
|
11787
|
+
>
|
|
11788
|
+
<path
|
|
11789
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11790
|
+
/>
|
|
11791
|
+
</svg>
|
|
10388
11792
|
</span>
|
|
10389
11793
|
</span>
|
|
10390
11794
|
</button>
|
|
@@ -10401,7 +11805,7 @@ As sub navigation:
|
|
|
10401
11805
|
<span class="pf-v6-c-button__icon">
|
|
10402
11806
|
<svg
|
|
10403
11807
|
class="pf-v6-svg"
|
|
10404
|
-
viewBox="0 0
|
|
11808
|
+
viewBox="0 0 20 20"
|
|
10405
11809
|
fill="currentColor"
|
|
10406
11810
|
aria-hidden="true"
|
|
10407
11811
|
role="img"
|
|
@@ -10409,7 +11813,7 @@ As sub navigation:
|
|
|
10409
11813
|
height="1em"
|
|
10410
11814
|
>
|
|
10411
11815
|
<path
|
|
10412
|
-
d="
|
|
11816
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
10413
11817
|
/>
|
|
10414
11818
|
</svg>
|
|
10415
11819
|
</span>
|
|
@@ -10455,7 +11859,7 @@ As sub navigation:
|
|
|
10455
11859
|
<span class="pf-v6-c-button__icon">
|
|
10456
11860
|
<svg
|
|
10457
11861
|
class="pf-v6-svg"
|
|
10458
|
-
viewBox="0 0
|
|
11862
|
+
viewBox="0 0 20 20"
|
|
10459
11863
|
fill="currentColor"
|
|
10460
11864
|
aria-hidden="true"
|
|
10461
11865
|
role="img"
|
|
@@ -10463,7 +11867,7 @@ As sub navigation:
|
|
|
10463
11867
|
height="1em"
|
|
10464
11868
|
>
|
|
10465
11869
|
<path
|
|
10466
|
-
d="
|
|
11870
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
10467
11871
|
/>
|
|
10468
11872
|
</svg>
|
|
10469
11873
|
</span>
|
|
@@ -10492,7 +11896,19 @@ As sub navigation:
|
|
|
10492
11896
|
>
|
|
10493
11897
|
<span class="pf-v6-c-button__icon">
|
|
10494
11898
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10495
|
-
<
|
|
11899
|
+
<svg
|
|
11900
|
+
class="pf-v6-svg"
|
|
11901
|
+
viewBox="0 0 20 20"
|
|
11902
|
+
fill="currentColor"
|
|
11903
|
+
aria-hidden="true"
|
|
11904
|
+
role="img"
|
|
11905
|
+
width="1em"
|
|
11906
|
+
height="1em"
|
|
11907
|
+
>
|
|
11908
|
+
<path
|
|
11909
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11910
|
+
/>
|
|
11911
|
+
</svg>
|
|
10496
11912
|
</span>
|
|
10497
11913
|
</span>
|
|
10498
11914
|
</button>
|
|
@@ -10516,7 +11932,19 @@ As sub navigation:
|
|
|
10516
11932
|
>
|
|
10517
11933
|
<span class="pf-v6-c-button__icon">
|
|
10518
11934
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10519
|
-
<
|
|
11935
|
+
<svg
|
|
11936
|
+
class="pf-v6-svg"
|
|
11937
|
+
viewBox="0 0 20 20"
|
|
11938
|
+
fill="currentColor"
|
|
11939
|
+
aria-hidden="true"
|
|
11940
|
+
role="img"
|
|
11941
|
+
width="1em"
|
|
11942
|
+
height="1em"
|
|
11943
|
+
>
|
|
11944
|
+
<path
|
|
11945
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11946
|
+
/>
|
|
11947
|
+
</svg>
|
|
10520
11948
|
</span>
|
|
10521
11949
|
</span>
|
|
10522
11950
|
</button>
|
|
@@ -10540,7 +11968,19 @@ As sub navigation:
|
|
|
10540
11968
|
>
|
|
10541
11969
|
<span class="pf-v6-c-button__icon">
|
|
10542
11970
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10543
|
-
<
|
|
11971
|
+
<svg
|
|
11972
|
+
class="pf-v6-svg"
|
|
11973
|
+
viewBox="0 0 20 20"
|
|
11974
|
+
fill="currentColor"
|
|
11975
|
+
aria-hidden="true"
|
|
11976
|
+
role="img"
|
|
11977
|
+
width="1em"
|
|
11978
|
+
height="1em"
|
|
11979
|
+
>
|
|
11980
|
+
<path
|
|
11981
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
11982
|
+
/>
|
|
11983
|
+
</svg>
|
|
10544
11984
|
</span>
|
|
10545
11985
|
</span>
|
|
10546
11986
|
</button>
|
|
@@ -10565,7 +12005,19 @@ As sub navigation:
|
|
|
10565
12005
|
>
|
|
10566
12006
|
<span class="pf-v6-c-button__icon">
|
|
10567
12007
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10568
|
-
<
|
|
12008
|
+
<svg
|
|
12009
|
+
class="pf-v6-svg"
|
|
12010
|
+
viewBox="0 0 20 20"
|
|
12011
|
+
fill="currentColor"
|
|
12012
|
+
aria-hidden="true"
|
|
12013
|
+
role="img"
|
|
12014
|
+
width="1em"
|
|
12015
|
+
height="1em"
|
|
12016
|
+
>
|
|
12017
|
+
<path
|
|
12018
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12019
|
+
/>
|
|
12020
|
+
</svg>
|
|
10569
12021
|
</span>
|
|
10570
12022
|
</span>
|
|
10571
12023
|
</button>
|
|
@@ -10589,7 +12041,19 @@ As sub navigation:
|
|
|
10589
12041
|
>
|
|
10590
12042
|
<span class="pf-v6-c-button__icon">
|
|
10591
12043
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10592
|
-
<
|
|
12044
|
+
<svg
|
|
12045
|
+
class="pf-v6-svg"
|
|
12046
|
+
viewBox="0 0 20 20"
|
|
12047
|
+
fill="currentColor"
|
|
12048
|
+
aria-hidden="true"
|
|
12049
|
+
role="img"
|
|
12050
|
+
width="1em"
|
|
12051
|
+
height="1em"
|
|
12052
|
+
>
|
|
12053
|
+
<path
|
|
12054
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12055
|
+
/>
|
|
12056
|
+
</svg>
|
|
10593
12057
|
</span>
|
|
10594
12058
|
</span>
|
|
10595
12059
|
</button>
|
|
@@ -10613,7 +12077,19 @@ As sub navigation:
|
|
|
10613
12077
|
>
|
|
10614
12078
|
<span class="pf-v6-c-button__icon">
|
|
10615
12079
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10616
|
-
<
|
|
12080
|
+
<svg
|
|
12081
|
+
class="pf-v6-svg"
|
|
12082
|
+
viewBox="0 0 20 20"
|
|
12083
|
+
fill="currentColor"
|
|
12084
|
+
aria-hidden="true"
|
|
12085
|
+
role="img"
|
|
12086
|
+
width="1em"
|
|
12087
|
+
height="1em"
|
|
12088
|
+
>
|
|
12089
|
+
<path
|
|
12090
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12091
|
+
/>
|
|
12092
|
+
</svg>
|
|
10617
12093
|
</span>
|
|
10618
12094
|
</span>
|
|
10619
12095
|
</button>
|
|
@@ -10630,7 +12106,7 @@ As sub navigation:
|
|
|
10630
12106
|
<span class="pf-v6-c-button__icon">
|
|
10631
12107
|
<svg
|
|
10632
12108
|
class="pf-v6-svg"
|
|
10633
|
-
viewBox="0 0
|
|
12109
|
+
viewBox="0 0 20 20"
|
|
10634
12110
|
fill="currentColor"
|
|
10635
12111
|
aria-hidden="true"
|
|
10636
12112
|
role="img"
|
|
@@ -10638,7 +12114,7 @@ As sub navigation:
|
|
|
10638
12114
|
height="1em"
|
|
10639
12115
|
>
|
|
10640
12116
|
<path
|
|
10641
|
-
d="
|
|
12117
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
10642
12118
|
/>
|
|
10643
12119
|
</svg>
|
|
10644
12120
|
</span>
|
|
@@ -10688,7 +12164,7 @@ As sub navigation:
|
|
|
10688
12164
|
<span class="pf-v6-c-button__icon">
|
|
10689
12165
|
<svg
|
|
10690
12166
|
class="pf-v6-svg"
|
|
10691
|
-
viewBox="0 0
|
|
12167
|
+
viewBox="0 0 20 20"
|
|
10692
12168
|
fill="currentColor"
|
|
10693
12169
|
aria-hidden="true"
|
|
10694
12170
|
role="img"
|
|
@@ -10696,7 +12172,7 @@ As sub navigation:
|
|
|
10696
12172
|
height="1em"
|
|
10697
12173
|
>
|
|
10698
12174
|
<path
|
|
10699
|
-
d="
|
|
12175
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
10700
12176
|
/>
|
|
10701
12177
|
</svg>
|
|
10702
12178
|
</span>
|
|
@@ -10725,7 +12201,19 @@ As sub navigation:
|
|
|
10725
12201
|
>
|
|
10726
12202
|
<span class="pf-v6-c-button__icon">
|
|
10727
12203
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10728
|
-
<
|
|
12204
|
+
<svg
|
|
12205
|
+
class="pf-v6-svg"
|
|
12206
|
+
viewBox="0 0 20 20"
|
|
12207
|
+
fill="currentColor"
|
|
12208
|
+
aria-hidden="true"
|
|
12209
|
+
role="img"
|
|
12210
|
+
width="1em"
|
|
12211
|
+
height="1em"
|
|
12212
|
+
>
|
|
12213
|
+
<path
|
|
12214
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12215
|
+
/>
|
|
12216
|
+
</svg>
|
|
10729
12217
|
</span>
|
|
10730
12218
|
</span>
|
|
10731
12219
|
</button>
|
|
@@ -10749,7 +12237,19 @@ As sub navigation:
|
|
|
10749
12237
|
>
|
|
10750
12238
|
<span class="pf-v6-c-button__icon">
|
|
10751
12239
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10752
|
-
<
|
|
12240
|
+
<svg
|
|
12241
|
+
class="pf-v6-svg"
|
|
12242
|
+
viewBox="0 0 20 20"
|
|
12243
|
+
fill="currentColor"
|
|
12244
|
+
aria-hidden="true"
|
|
12245
|
+
role="img"
|
|
12246
|
+
width="1em"
|
|
12247
|
+
height="1em"
|
|
12248
|
+
>
|
|
12249
|
+
<path
|
|
12250
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12251
|
+
/>
|
|
12252
|
+
</svg>
|
|
10753
12253
|
</span>
|
|
10754
12254
|
</span>
|
|
10755
12255
|
</button>
|
|
@@ -10773,7 +12273,19 @@ As sub navigation:
|
|
|
10773
12273
|
>
|
|
10774
12274
|
<span class="pf-v6-c-button__icon">
|
|
10775
12275
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10776
|
-
<
|
|
12276
|
+
<svg
|
|
12277
|
+
class="pf-v6-svg"
|
|
12278
|
+
viewBox="0 0 20 20"
|
|
12279
|
+
fill="currentColor"
|
|
12280
|
+
aria-hidden="true"
|
|
12281
|
+
role="img"
|
|
12282
|
+
width="1em"
|
|
12283
|
+
height="1em"
|
|
12284
|
+
>
|
|
12285
|
+
<path
|
|
12286
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12287
|
+
/>
|
|
12288
|
+
</svg>
|
|
10777
12289
|
</span>
|
|
10778
12290
|
</span>
|
|
10779
12291
|
</button>
|
|
@@ -10798,7 +12310,19 @@ As sub navigation:
|
|
|
10798
12310
|
>
|
|
10799
12311
|
<span class="pf-v6-c-button__icon">
|
|
10800
12312
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10801
|
-
<
|
|
12313
|
+
<svg
|
|
12314
|
+
class="pf-v6-svg"
|
|
12315
|
+
viewBox="0 0 20 20"
|
|
12316
|
+
fill="currentColor"
|
|
12317
|
+
aria-hidden="true"
|
|
12318
|
+
role="img"
|
|
12319
|
+
width="1em"
|
|
12320
|
+
height="1em"
|
|
12321
|
+
>
|
|
12322
|
+
<path
|
|
12323
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12324
|
+
/>
|
|
12325
|
+
</svg>
|
|
10802
12326
|
</span>
|
|
10803
12327
|
</span>
|
|
10804
12328
|
</button>
|
|
@@ -10822,7 +12346,19 @@ As sub navigation:
|
|
|
10822
12346
|
>
|
|
10823
12347
|
<span class="pf-v6-c-button__icon">
|
|
10824
12348
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10825
|
-
<
|
|
12349
|
+
<svg
|
|
12350
|
+
class="pf-v6-svg"
|
|
12351
|
+
viewBox="0 0 20 20"
|
|
12352
|
+
fill="currentColor"
|
|
12353
|
+
aria-hidden="true"
|
|
12354
|
+
role="img"
|
|
12355
|
+
width="1em"
|
|
12356
|
+
height="1em"
|
|
12357
|
+
>
|
|
12358
|
+
<path
|
|
12359
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12360
|
+
/>
|
|
12361
|
+
</svg>
|
|
10826
12362
|
</span>
|
|
10827
12363
|
</span>
|
|
10828
12364
|
</button>
|
|
@@ -10846,7 +12382,19 @@ As sub navigation:
|
|
|
10846
12382
|
>
|
|
10847
12383
|
<span class="pf-v6-c-button__icon">
|
|
10848
12384
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10849
|
-
<
|
|
12385
|
+
<svg
|
|
12386
|
+
class="pf-v6-svg"
|
|
12387
|
+
viewBox="0 0 20 20"
|
|
12388
|
+
fill="currentColor"
|
|
12389
|
+
aria-hidden="true"
|
|
12390
|
+
role="img"
|
|
12391
|
+
width="1em"
|
|
12392
|
+
height="1em"
|
|
12393
|
+
>
|
|
12394
|
+
<path
|
|
12395
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12396
|
+
/>
|
|
12397
|
+
</svg>
|
|
10850
12398
|
</span>
|
|
10851
12399
|
</span>
|
|
10852
12400
|
</button>
|
|
@@ -10863,7 +12411,7 @@ As sub navigation:
|
|
|
10863
12411
|
<span class="pf-v6-c-button__icon">
|
|
10864
12412
|
<svg
|
|
10865
12413
|
class="pf-v6-svg"
|
|
10866
|
-
viewBox="0 0
|
|
12414
|
+
viewBox="0 0 20 20"
|
|
10867
12415
|
fill="currentColor"
|
|
10868
12416
|
aria-hidden="true"
|
|
10869
12417
|
role="img"
|
|
@@ -10871,7 +12419,7 @@ As sub navigation:
|
|
|
10871
12419
|
height="1em"
|
|
10872
12420
|
>
|
|
10873
12421
|
<path
|
|
10874
|
-
d="
|
|
12422
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
10875
12423
|
/>
|
|
10876
12424
|
</svg>
|
|
10877
12425
|
</span>
|
|
@@ -10921,7 +12469,7 @@ As sub navigation:
|
|
|
10921
12469
|
<span class="pf-v6-c-button__icon">
|
|
10922
12470
|
<svg
|
|
10923
12471
|
class="pf-v6-svg"
|
|
10924
|
-
viewBox="0 0
|
|
12472
|
+
viewBox="0 0 20 20"
|
|
10925
12473
|
fill="currentColor"
|
|
10926
12474
|
aria-hidden="true"
|
|
10927
12475
|
role="img"
|
|
@@ -10929,7 +12477,7 @@ As sub navigation:
|
|
|
10929
12477
|
height="1em"
|
|
10930
12478
|
>
|
|
10931
12479
|
<path
|
|
10932
|
-
d="
|
|
12480
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
10933
12481
|
/>
|
|
10934
12482
|
</svg>
|
|
10935
12483
|
</span>
|
|
@@ -10958,7 +12506,19 @@ As sub navigation:
|
|
|
10958
12506
|
>
|
|
10959
12507
|
<span class="pf-v6-c-button__icon">
|
|
10960
12508
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10961
|
-
<
|
|
12509
|
+
<svg
|
|
12510
|
+
class="pf-v6-svg"
|
|
12511
|
+
viewBox="0 0 20 20"
|
|
12512
|
+
fill="currentColor"
|
|
12513
|
+
aria-hidden="true"
|
|
12514
|
+
role="img"
|
|
12515
|
+
width="1em"
|
|
12516
|
+
height="1em"
|
|
12517
|
+
>
|
|
12518
|
+
<path
|
|
12519
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12520
|
+
/>
|
|
12521
|
+
</svg>
|
|
10962
12522
|
</span>
|
|
10963
12523
|
</span>
|
|
10964
12524
|
</button>
|
|
@@ -10982,7 +12542,19 @@ As sub navigation:
|
|
|
10982
12542
|
>
|
|
10983
12543
|
<span class="pf-v6-c-button__icon">
|
|
10984
12544
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
10985
|
-
<
|
|
12545
|
+
<svg
|
|
12546
|
+
class="pf-v6-svg"
|
|
12547
|
+
viewBox="0 0 20 20"
|
|
12548
|
+
fill="currentColor"
|
|
12549
|
+
aria-hidden="true"
|
|
12550
|
+
role="img"
|
|
12551
|
+
width="1em"
|
|
12552
|
+
height="1em"
|
|
12553
|
+
>
|
|
12554
|
+
<path
|
|
12555
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12556
|
+
/>
|
|
12557
|
+
</svg>
|
|
10986
12558
|
</span>
|
|
10987
12559
|
</span>
|
|
10988
12560
|
</button>
|
|
@@ -11006,7 +12578,19 @@ As sub navigation:
|
|
|
11006
12578
|
>
|
|
11007
12579
|
<span class="pf-v6-c-button__icon">
|
|
11008
12580
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
11009
|
-
<
|
|
12581
|
+
<svg
|
|
12582
|
+
class="pf-v6-svg"
|
|
12583
|
+
viewBox="0 0 20 20"
|
|
12584
|
+
fill="currentColor"
|
|
12585
|
+
aria-hidden="true"
|
|
12586
|
+
role="img"
|
|
12587
|
+
width="1em"
|
|
12588
|
+
height="1em"
|
|
12589
|
+
>
|
|
12590
|
+
<path
|
|
12591
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12592
|
+
/>
|
|
12593
|
+
</svg>
|
|
11010
12594
|
</span>
|
|
11011
12595
|
</span>
|
|
11012
12596
|
</button>
|
|
@@ -11031,7 +12615,19 @@ As sub navigation:
|
|
|
11031
12615
|
>
|
|
11032
12616
|
<span class="pf-v6-c-button__icon">
|
|
11033
12617
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
11034
|
-
<
|
|
12618
|
+
<svg
|
|
12619
|
+
class="pf-v6-svg"
|
|
12620
|
+
viewBox="0 0 20 20"
|
|
12621
|
+
fill="currentColor"
|
|
12622
|
+
aria-hidden="true"
|
|
12623
|
+
role="img"
|
|
12624
|
+
width="1em"
|
|
12625
|
+
height="1em"
|
|
12626
|
+
>
|
|
12627
|
+
<path
|
|
12628
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12629
|
+
/>
|
|
12630
|
+
</svg>
|
|
11035
12631
|
</span>
|
|
11036
12632
|
</span>
|
|
11037
12633
|
</button>
|
|
@@ -11055,7 +12651,19 @@ As sub navigation:
|
|
|
11055
12651
|
>
|
|
11056
12652
|
<span class="pf-v6-c-button__icon">
|
|
11057
12653
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
11058
|
-
<
|
|
12654
|
+
<svg
|
|
12655
|
+
class="pf-v6-svg"
|
|
12656
|
+
viewBox="0 0 20 20"
|
|
12657
|
+
fill="currentColor"
|
|
12658
|
+
aria-hidden="true"
|
|
12659
|
+
role="img"
|
|
12660
|
+
width="1em"
|
|
12661
|
+
height="1em"
|
|
12662
|
+
>
|
|
12663
|
+
<path
|
|
12664
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12665
|
+
/>
|
|
12666
|
+
</svg>
|
|
11059
12667
|
</span>
|
|
11060
12668
|
</span>
|
|
11061
12669
|
</button>
|
|
@@ -11079,7 +12687,19 @@ As sub navigation:
|
|
|
11079
12687
|
>
|
|
11080
12688
|
<span class="pf-v6-c-button__icon">
|
|
11081
12689
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
11082
|
-
<
|
|
12690
|
+
<svg
|
|
12691
|
+
class="pf-v6-svg"
|
|
12692
|
+
viewBox="0 0 20 20"
|
|
12693
|
+
fill="currentColor"
|
|
12694
|
+
aria-hidden="true"
|
|
12695
|
+
role="img"
|
|
12696
|
+
width="1em"
|
|
12697
|
+
height="1em"
|
|
12698
|
+
>
|
|
12699
|
+
<path
|
|
12700
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
12701
|
+
/>
|
|
12702
|
+
</svg>
|
|
11083
12703
|
</span>
|
|
11084
12704
|
</span>
|
|
11085
12705
|
</button>
|
|
@@ -11096,7 +12716,7 @@ As sub navigation:
|
|
|
11096
12716
|
<span class="pf-v6-c-button__icon">
|
|
11097
12717
|
<svg
|
|
11098
12718
|
class="pf-v6-svg"
|
|
11099
|
-
viewBox="0 0
|
|
12719
|
+
viewBox="0 0 20 20"
|
|
11100
12720
|
fill="currentColor"
|
|
11101
12721
|
aria-hidden="true"
|
|
11102
12722
|
role="img"
|
|
@@ -11104,7 +12724,7 @@ As sub navigation:
|
|
|
11104
12724
|
height="1em"
|
|
11105
12725
|
>
|
|
11106
12726
|
<path
|
|
11107
|
-
d="
|
|
12727
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
11108
12728
|
/>
|
|
11109
12729
|
</svg>
|
|
11110
12730
|
</span>
|
|
@@ -11164,7 +12784,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11164
12784
|
<span class="pf-v6-c-button__icon">
|
|
11165
12785
|
<svg
|
|
11166
12786
|
class="pf-v6-svg"
|
|
11167
|
-
viewBox="0 0
|
|
12787
|
+
viewBox="0 0 20 20"
|
|
11168
12788
|
fill="currentColor"
|
|
11169
12789
|
aria-hidden="true"
|
|
11170
12790
|
role="img"
|
|
@@ -11172,7 +12792,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11172
12792
|
height="1em"
|
|
11173
12793
|
>
|
|
11174
12794
|
<path
|
|
11175
|
-
d="
|
|
12795
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
11176
12796
|
/>
|
|
11177
12797
|
</svg>
|
|
11178
12798
|
</span>
|
|
@@ -11432,7 +13052,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11432
13052
|
<span class="pf-v6-c-button__icon">
|
|
11433
13053
|
<svg
|
|
11434
13054
|
class="pf-v6-svg"
|
|
11435
|
-
viewBox="0 0
|
|
13055
|
+
viewBox="0 0 20 20"
|
|
11436
13056
|
fill="currentColor"
|
|
11437
13057
|
aria-hidden="true"
|
|
11438
13058
|
role="img"
|
|
@@ -11440,7 +13060,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11440
13060
|
height="1em"
|
|
11441
13061
|
>
|
|
11442
13062
|
<path
|
|
11443
|
-
d="
|
|
13063
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
11444
13064
|
/>
|
|
11445
13065
|
</svg>
|
|
11446
13066
|
</span>
|
|
@@ -11469,7 +13089,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11469
13089
|
<span class="pf-v6-c-button__icon">
|
|
11470
13090
|
<svg
|
|
11471
13091
|
class="pf-v6-svg"
|
|
11472
|
-
viewBox="0 0
|
|
13092
|
+
viewBox="0 0 20 20"
|
|
11473
13093
|
fill="currentColor"
|
|
11474
13094
|
aria-hidden="true"
|
|
11475
13095
|
role="img"
|
|
@@ -11477,7 +13097,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11477
13097
|
height="1em"
|
|
11478
13098
|
>
|
|
11479
13099
|
<path
|
|
11480
|
-
d="
|
|
13100
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
11481
13101
|
/>
|
|
11482
13102
|
</svg>
|
|
11483
13103
|
</span>
|
|
@@ -11734,7 +13354,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11734
13354
|
<span class="pf-v6-c-button__icon">
|
|
11735
13355
|
<svg
|
|
11736
13356
|
class="pf-v6-svg"
|
|
11737
|
-
viewBox="0 0
|
|
13357
|
+
viewBox="0 0 20 20"
|
|
11738
13358
|
fill="currentColor"
|
|
11739
13359
|
aria-hidden="true"
|
|
11740
13360
|
role="img"
|
|
@@ -11742,7 +13362,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11742
13362
|
height="1em"
|
|
11743
13363
|
>
|
|
11744
13364
|
<path
|
|
11745
|
-
d="
|
|
13365
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
11746
13366
|
/>
|
|
11747
13367
|
</svg>
|
|
11748
13368
|
</span>
|
|
@@ -11766,7 +13386,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11766
13386
|
<span class="pf-v6-c-button__icon">
|
|
11767
13387
|
<svg
|
|
11768
13388
|
class="pf-v6-svg"
|
|
11769
|
-
viewBox="0 0
|
|
13389
|
+
viewBox="0 0 20 20"
|
|
11770
13390
|
fill="currentColor"
|
|
11771
13391
|
aria-hidden="true"
|
|
11772
13392
|
role="img"
|
|
@@ -11774,7 +13394,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
11774
13394
|
height="1em"
|
|
11775
13395
|
>
|
|
11776
13396
|
<path
|
|
11777
|
-
d="
|
|
13397
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
11778
13398
|
/>
|
|
11779
13399
|
</svg>
|
|
11780
13400
|
</span>
|
|
@@ -12031,7 +13651,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
12031
13651
|
<span class="pf-v6-c-button__icon">
|
|
12032
13652
|
<svg
|
|
12033
13653
|
class="pf-v6-svg"
|
|
12034
|
-
viewBox="0 0
|
|
13654
|
+
viewBox="0 0 20 20"
|
|
12035
13655
|
fill="currentColor"
|
|
12036
13656
|
aria-hidden="true"
|
|
12037
13657
|
role="img"
|
|
@@ -12039,7 +13659,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
12039
13659
|
height="1em"
|
|
12040
13660
|
>
|
|
12041
13661
|
<path
|
|
12042
|
-
d="
|
|
13662
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
12043
13663
|
/>
|
|
12044
13664
|
</svg>
|
|
12045
13665
|
</span>
|
|
@@ -12069,7 +13689,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
12069
13689
|
<span class="pf-v6-c-button__icon">
|
|
12070
13690
|
<svg
|
|
12071
13691
|
class="pf-v6-svg"
|
|
12072
|
-
viewBox="0 0
|
|
13692
|
+
viewBox="0 0 20 20"
|
|
12073
13693
|
fill="currentColor"
|
|
12074
13694
|
aria-hidden="true"
|
|
12075
13695
|
role="img"
|
|
@@ -12077,7 +13697,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
12077
13697
|
height="1em"
|
|
12078
13698
|
>
|
|
12079
13699
|
<path
|
|
12080
|
-
d="
|
|
13700
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
12081
13701
|
/>
|
|
12082
13702
|
</svg>
|
|
12083
13703
|
</span>
|
|
@@ -12217,7 +13837,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
12217
13837
|
<span class="pf-v6-c-button__icon">
|
|
12218
13838
|
<svg
|
|
12219
13839
|
class="pf-v6-svg"
|
|
12220
|
-
viewBox="0 0
|
|
13840
|
+
viewBox="0 0 20 20"
|
|
12221
13841
|
fill="currentColor"
|
|
12222
13842
|
aria-hidden="true"
|
|
12223
13843
|
role="img"
|
|
@@ -12225,7 +13845,7 @@ To animate the current tab accent, you must set the following variables on the `
|
|
|
12225
13845
|
height="1em"
|
|
12226
13846
|
>
|
|
12227
13847
|
<path
|
|
12228
|
-
d="
|
|
13848
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
12229
13849
|
/>
|
|
12230
13850
|
</svg>
|
|
12231
13851
|
</span>
|