@patternfly/patternfly 6.5.2 → 6.6.0-prerelease.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/README.md +1 -1
  2. package/base/normalize.scss +2 -0
  3. package/base/patternfly-common.css +2 -2
  4. package/base/patternfly-common.scss +1 -1
  5. package/base/patternfly-fa-icons.css +3 -3
  6. package/base/patternfly-fa-icons.scss +3 -3
  7. package/base/patternfly-variables.css +56 -56
  8. package/base/reset.scss +2 -0
  9. package/base/tokens/tokens-charts-dark.scss +1 -1
  10. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  11. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  12. package/base/tokens/tokens-charts.scss +1 -1
  13. package/base/tokens/tokens-dark.scss +9 -9
  14. package/base/tokens/tokens-default.scss +8 -8
  15. package/base/tokens/tokens-felt-dark.scss +1 -1
  16. package/base/tokens/tokens-felt-glass-dark.scss +8 -8
  17. package/base/tokens/tokens-felt-glass.scss +8 -8
  18. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  19. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  20. package/base/tokens/tokens-felt.scss +1 -1
  21. package/base/tokens/tokens-glass-dark.scss +8 -8
  22. package/base/tokens/tokens-glass.scss +8 -8
  23. package/base/tokens/tokens-highcontrast-dark.scss +8 -8
  24. package/base/tokens/tokens-highcontrast.scss +7 -7
  25. package/base/tokens/tokens-palette.scss +1 -1
  26. package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
  27. package/components/AboutModalBox/about-modal-box.css +1 -1
  28. package/components/AboutModalBox/about-modal-box.scss +1 -1
  29. package/components/Accordion/accordion.css +8 -4
  30. package/components/Accordion/accordion.scss +9 -4
  31. package/components/Alert/alert-group.css +1 -1
  32. package/components/Alert/alert-group.scss +1 -1
  33. package/components/Alert/alert.css +3 -3
  34. package/components/Alert/alert.scss +3 -3
  35. package/components/Breadcrumb/breadcrumb.css +1 -1
  36. package/components/Breadcrumb/breadcrumb.scss +1 -1
  37. package/components/Button/button.css +6 -6
  38. package/components/Button/button.scss +6 -6
  39. package/components/Card/card.css +2 -2
  40. package/components/Card/card.scss +3 -3
  41. package/components/Check/check.css +1 -1
  42. package/components/Check/check.scss +1 -1
  43. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  44. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  45. package/components/Compass/compass.css +3 -3
  46. package/components/Compass/compass.scss +3 -3
  47. package/components/Content/content.css +2 -2
  48. package/components/Content/content.scss +2 -2
  49. package/components/DataList/data-list.css +1 -1
  50. package/components/DataList/data-list.scss +1 -1
  51. package/components/DescriptionList/description-list.css +0 -1
  52. package/components/DescriptionList/description-list.scss +0 -1
  53. package/components/Drawer/drawer.css +2 -2
  54. package/components/Drawer/drawer.scss +2 -2
  55. package/components/DualListSelector/dual-list-selector.css +6 -6
  56. package/components/DualListSelector/dual-list-selector.scss +6 -6
  57. package/components/ExpandableSection/expandable-section.css +3 -3
  58. package/components/ExpandableSection/expandable-section.scss +3 -3
  59. package/components/Form/form.css +12 -12
  60. package/components/Form/form.scss +6 -6
  61. package/components/FormControl/form-control.css +1 -1
  62. package/components/FormControl/form-control.scss +3 -1
  63. package/components/Hero/hero.css +1 -1
  64. package/components/Hero/hero.scss +1 -1
  65. package/components/Hint/hint.css +1 -1
  66. package/components/Hint/hint.scss +1 -1
  67. package/components/InputGroup/input-group.css +5 -5
  68. package/components/InputGroup/input-group.scss +5 -5
  69. package/components/JumpLinks/jump-links.css +1 -1
  70. package/components/JumpLinks/jump-links.scss +1 -1
  71. package/components/Label/label.css +1 -1
  72. package/components/Label/label.scss +1 -1
  73. package/components/Login/login.css +2 -2
  74. package/components/Login/login.scss +2 -2
  75. package/components/Masthead/masthead.css +1 -1
  76. package/components/Masthead/masthead.scss +1 -1
  77. package/components/Menu/menu.css +4 -4
  78. package/components/Menu/menu.scss +4 -4
  79. package/components/MenuToggle/menu-toggle.css +1 -1
  80. package/components/MenuToggle/menu-toggle.scss +1 -1
  81. package/components/ModalBox/modal-box.css +1 -1
  82. package/components/ModalBox/modal-box.scss +1 -1
  83. package/components/Nav/nav.css +5 -5
  84. package/components/Nav/nav.scss +5 -5
  85. package/components/NotificationDrawer/notification-drawer.css +5 -5
  86. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  87. package/components/Page/page.css +3 -3
  88. package/components/Page/page.scss +3 -3
  89. package/components/Popover/popover.css +1 -1
  90. package/components/Popover/popover.scss +2 -2
  91. package/components/Progress/progress.css +3 -3
  92. package/components/Progress/progress.scss +3 -6
  93. package/components/ProgressStepper/progress-stepper.css +1 -1
  94. package/components/Radio/radio.css +1 -1
  95. package/components/Radio/radio.scss +1 -1
  96. package/components/Spinner/spinner.css +2 -2
  97. package/components/Spinner/spinner.scss +2 -2
  98. package/components/Switch/switch.css +1 -1
  99. package/components/Switch/switch.scss +1 -1
  100. package/components/Table/table-tree-view.css +10 -10
  101. package/components/Table/table-tree-view.scss +2 -2
  102. package/components/Table/table.css +10 -10
  103. package/components/Table/table.scss +10 -10
  104. package/components/Tabs/tabs.css +3 -3
  105. package/components/Tabs/tabs.scss +3 -3
  106. package/components/TextInputGroup/text-input-group.css +1 -1
  107. package/components/TextInputGroup/text-input-group.scss +1 -1
  108. package/components/Title/title.css +1 -1
  109. package/components/Title/title.scss +1 -1
  110. package/components/Toolbar/toolbar.css +1 -1
  111. package/components/Toolbar/toolbar.scss +1 -1
  112. package/components/Tooltip/tooltip.css +1 -1
  113. package/components/Tooltip/tooltip.scss +2 -2
  114. package/components/TreeView/tree-view.css +5 -5
  115. package/components/TreeView/tree-view.scss +5 -5
  116. package/components/Wizard/wizard.css +5 -5
  117. package/components/Wizard/wizard.scss +5 -5
  118. package/components/_index.css +132 -129
  119. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  120. package/docs/components/Accordion/examples/Accordion.md +30 -30
  121. package/docs/components/ActionList/examples/ActionList.md +11 -11
  122. package/docs/components/Alert/examples/Alert.md +54 -54
  123. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  124. package/docs/components/Banner/examples/Banner.md +10 -10
  125. package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
  126. package/docs/components/Button/examples/Button.md +184 -184
  127. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  128. package/docs/components/Card/examples/Card.md +14 -14
  129. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  130. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  131. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
  132. package/docs/components/DataList/examples/DataList.md +34 -34
  133. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  134. package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
  135. package/docs/components/Drawer/examples/Drawer.md +22 -22
  136. package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
  137. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  138. package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
  139. package/docs/components/Form/examples/Form.md +6 -6
  140. package/docs/components/Hint/examples/Hint.md +3 -3
  141. package/docs/components/Icon/examples/Icon.md +9 -9
  142. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  143. package/docs/components/InputGroup/examples/InputGroup.md +4 -4
  144. package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
  145. package/docs/components/Label/examples/Label.md +218 -218
  146. package/docs/components/Login/examples/Login.md +4 -4
  147. package/docs/components/Masthead/examples/masthead.md +1 -1
  148. package/docs/components/Menu/examples/Menu.md +129 -129
  149. package/docs/components/MenuToggle/examples/MenuToggle.md +217 -217
  150. package/docs/components/ModalBox/examples/ModalBox.md +24 -24
  151. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
  152. package/docs/components/Nav/examples/Navigation.md +66 -66
  153. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
  154. package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
  155. package/docs/components/Page/examples/Page.md +1 -1
  156. package/docs/components/Pagination/examples/Pagination.md +92 -92
  157. package/docs/components/Popover/examples/Popover.md +22 -22
  158. package/docs/components/Progress/examples/Progress.md +7 -7
  159. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
  160. package/docs/components/Slider/examples/Slider.md +4 -4
  161. package/docs/components/Table/examples/Table.md +479 -479
  162. package/docs/components/Tabs/examples/Tabs.md +378 -378
  163. package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
  164. package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
  165. package/docs/components/Toolbar/examples/Toolbar.md +117 -117
  166. package/docs/components/TreeView/examples/TreeView.md +104 -104
  167. package/docs/components/Wizard/examples/Wizard.md +40 -40
  168. package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
  169. package/docs/demos/Alert/examples/Alert.md +32 -32
  170. package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
  171. package/docs/demos/Banner/examples/Banner.md +16 -16
  172. package/docs/demos/Button/examples/Button.md +1 -1
  173. package/docs/demos/Card/examples/Card.md +78 -78
  174. package/docs/demos/CardView/examples/CardView.md +38 -38
  175. package/docs/demos/Compass/examples/Compass.md +219 -219
  176. package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
  177. package/docs/demos/DataList/examples/DataList.md +101 -101
  178. package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
  179. package/docs/demos/Drawer/examples/Drawer.md +40 -40
  180. package/docs/demos/Form/examples/BasicForms.md +21 -21
  181. package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
  182. package/docs/demos/Masthead/examples/Masthead.md +57 -57
  183. package/docs/demos/Modal/examples/Modal.md +54 -54
  184. package/docs/demos/Nav/examples/Nav.md +93 -93
  185. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
  186. package/docs/demos/Page/examples/Page.md +119 -119
  187. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  188. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  189. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
  190. package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
  191. package/docs/demos/Table/examples/Table.md +630 -630
  192. package/docs/demos/Tabs/examples/Tabs.md +62 -62
  193. package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
  194. package/docs/demos/Wizard/examples/Wizard.md +100 -100
  195. package/layouts/Gallery/gallery.css +1 -1
  196. package/layouts/Gallery/gallery.scss +1 -1
  197. package/layouts/Grid/grid.css +1 -1
  198. package/layouts/Grid/grid.scss +1 -1
  199. package/layouts/_index.css +2 -2
  200. package/package.json +11 -12
  201. package/patternfly-addons.css +12 -12
  202. package/patternfly-base-no-globals.css +61 -61
  203. package/patternfly-base.css +61 -61
  204. package/patternfly-no-globals.css +195 -192
  205. package/patternfly.css +195 -192
  206. package/patternfly.min.css +1 -1
  207. package/patternfly.min.css.map +1 -1
  208. package/sass-utilities/mixins.scss +2 -2
  209. package/utilities/Accessibility/accessibility.css +12 -12
  210. package/utilities/_index.css +12 -12
@@ -47,8 +47,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
47
47
  <span class="pf-v6-c-button__icon">
48
48
  <svg
49
49
  class="pf-v6-svg"
50
- viewBox="0 0 20 20"
51
50
  fill="currentColor"
51
+ viewBox="0 0 20 20"
52
52
  aria-hidden="true"
53
53
  role="img"
54
54
  width="1em"
@@ -84,8 +84,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
84
84
  <span class="pf-v6-c-button__icon">
85
85
  <svg
86
86
  class="pf-v6-svg"
87
- viewBox="0 0 20 20"
88
87
  fill="currentColor"
88
+ viewBox="0 0 20 20"
89
89
  aria-hidden="true"
90
90
  role="img"
91
91
  width="1em"
@@ -130,8 +130,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
130
130
  <span class="pf-v6-c-button__icon">
131
131
  <svg
132
132
  class="pf-v6-svg"
133
- viewBox="0 0 20 20"
134
133
  fill="currentColor"
134
+ viewBox="0 0 20 20"
135
135
  aria-hidden="true"
136
136
  role="img"
137
137
  width="1em"
@@ -164,8 +164,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
164
164
  <span class="pf-v6-c-button__icon">
165
165
  <svg
166
166
  class="pf-v6-svg"
167
- viewBox="0 0 20 20"
168
167
  fill="currentColor"
168
+ viewBox="0 0 20 20"
169
169
  aria-hidden="true"
170
170
  role="img"
171
171
  width="1em"
@@ -214,8 +214,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
214
214
  <span class="pf-v6-c-button__icon">
215
215
  <svg
216
216
  class="pf-v6-svg"
217
- viewBox="0 0 20 20"
218
217
  fill="currentColor"
218
+ viewBox="0 0 20 20"
219
219
  aria-hidden="true"
220
220
  role="img"
221
221
  width="1em"
@@ -257,8 +257,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
257
257
  <span class="pf-v6-c-button__icon">
258
258
  <svg
259
259
  class="pf-v6-svg"
260
- viewBox="0 0 20 20"
261
260
  fill="currentColor"
261
+ viewBox="0 0 20 20"
262
262
  aria-hidden="true"
263
263
  role="img"
264
264
  width="1em"
@@ -295,8 +295,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
295
295
  <span class="pf-v6-c-button__icon">
296
296
  <svg
297
297
  class="pf-v6-svg"
298
- viewBox="0 0 20 20"
299
298
  fill="currentColor"
299
+ viewBox="0 0 20 20"
300
300
  aria-hidden="true"
301
301
  role="img"
302
302
  width="1em"
@@ -347,8 +347,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
347
347
  <span class="pf-v6-c-button__icon">
348
348
  <svg
349
349
  class="pf-v6-svg"
350
- viewBox="0 0 20 20"
351
350
  fill="currentColor"
351
+ viewBox="0 0 20 20"
352
352
  aria-hidden="true"
353
353
  role="img"
354
354
  width="1em"
@@ -384,8 +384,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
384
384
  <span class="pf-v6-c-button__icon">
385
385
  <svg
386
386
  class="pf-v6-svg"
387
- viewBox="0 0 20 20"
388
387
  fill="currentColor"
388
+ viewBox="0 0 20 20"
389
389
  aria-hidden="true"
390
390
  role="img"
391
391
  width="1em"
@@ -430,8 +430,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
430
430
  <span class="pf-v6-c-button__icon">
431
431
  <svg
432
432
  class="pf-v6-svg"
433
- viewBox="0 0 20 20"
434
433
  fill="currentColor"
434
+ viewBox="0 0 20 20"
435
435
  aria-hidden="true"
436
436
  role="img"
437
437
  width="1em"
@@ -464,8 +464,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
464
464
  <span class="pf-v6-c-button__icon">
465
465
  <svg
466
466
  class="pf-v6-svg"
467
- viewBox="0 0 20 20"
468
467
  fill="currentColor"
468
+ viewBox="0 0 20 20"
469
469
  aria-hidden="true"
470
470
  role="img"
471
471
  width="1em"
@@ -514,8 +514,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
514
514
  <span class="pf-v6-c-button__icon">
515
515
  <svg
516
516
  class="pf-v6-svg"
517
- viewBox="0 0 20 20"
518
517
  fill="currentColor"
518
+ viewBox="0 0 20 20"
519
519
  aria-hidden="true"
520
520
  role="img"
521
521
  width="1em"
@@ -557,8 +557,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
557
557
  <span class="pf-v6-c-button__icon">
558
558
  <svg
559
559
  class="pf-v6-svg"
560
- viewBox="0 0 20 20"
561
560
  fill="currentColor"
561
+ viewBox="0 0 20 20"
562
562
  aria-hidden="true"
563
563
  role="img"
564
564
  width="1em"
@@ -595,8 +595,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
595
595
  <span class="pf-v6-c-button__icon">
596
596
  <svg
597
597
  class="pf-v6-svg"
598
- viewBox="0 0 20 20"
599
598
  fill="currentColor"
599
+ viewBox="0 0 20 20"
600
600
  aria-hidden="true"
601
601
  role="img"
602
602
  width="1em"
@@ -647,8 +647,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
647
647
  <span class="pf-v6-c-button__icon">
648
648
  <svg
649
649
  class="pf-v6-svg"
650
- viewBox="0 0 20 20"
651
650
  fill="currentColor"
651
+ viewBox="0 0 20 20"
652
652
  aria-hidden="true"
653
653
  role="img"
654
654
  width="1em"
@@ -684,8 +684,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
684
684
  <span class="pf-v6-c-button__icon">
685
685
  <svg
686
686
  class="pf-v6-svg"
687
- viewBox="0 0 20 20"
688
687
  fill="currentColor"
688
+ viewBox="0 0 20 20"
689
689
  aria-hidden="true"
690
690
  role="img"
691
691
  width="1em"
@@ -730,8 +730,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
730
730
  <span class="pf-v6-c-button__icon">
731
731
  <svg
732
732
  class="pf-v6-svg"
733
- viewBox="0 0 20 20"
734
733
  fill="currentColor"
734
+ viewBox="0 0 20 20"
735
735
  aria-hidden="true"
736
736
  role="img"
737
737
  width="1em"
@@ -764,8 +764,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
764
764
  <span class="pf-v6-c-button__icon">
765
765
  <svg
766
766
  class="pf-v6-svg"
767
- viewBox="0 0 20 20"
768
767
  fill="currentColor"
768
+ viewBox="0 0 20 20"
769
769
  aria-hidden="true"
770
770
  role="img"
771
771
  width="1em"
@@ -814,8 +814,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
814
814
  <span class="pf-v6-c-button__icon">
815
815
  <svg
816
816
  class="pf-v6-svg"
817
- viewBox="0 0 20 20"
818
817
  fill="currentColor"
818
+ viewBox="0 0 20 20"
819
819
  aria-hidden="true"
820
820
  role="img"
821
821
  width="1em"
@@ -857,8 +857,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
857
857
  <span class="pf-v6-c-button__icon">
858
858
  <svg
859
859
  class="pf-v6-svg"
860
- viewBox="0 0 20 20"
861
860
  fill="currentColor"
861
+ viewBox="0 0 20 20"
862
862
  aria-hidden="true"
863
863
  role="img"
864
864
  width="1em"
@@ -895,8 +895,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
895
895
  <span class="pf-v6-c-button__icon">
896
896
  <svg
897
897
  class="pf-v6-svg"
898
- viewBox="0 0 20 20"
899
898
  fill="currentColor"
899
+ viewBox="0 0 20 20"
900
900
  aria-hidden="true"
901
901
  role="img"
902
902
  width="1em"
@@ -947,8 +947,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
947
947
  <span class="pf-v6-c-button__icon">
948
948
  <svg
949
949
  class="pf-v6-svg"
950
- viewBox="0 0 20 20"
951
950
  fill="currentColor"
951
+ viewBox="0 0 20 20"
952
952
  aria-hidden="true"
953
953
  role="img"
954
954
  width="1em"
@@ -984,8 +984,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
984
984
  <span class="pf-v6-c-button__icon">
985
985
  <svg
986
986
  class="pf-v6-svg"
987
- viewBox="0 0 20 20"
988
987
  fill="currentColor"
988
+ viewBox="0 0 20 20"
989
989
  aria-hidden="true"
990
990
  role="img"
991
991
  width="1em"
@@ -1030,8 +1030,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1030
1030
  <span class="pf-v6-c-button__icon">
1031
1031
  <svg
1032
1032
  class="pf-v6-svg"
1033
- viewBox="0 0 20 20"
1034
1033
  fill="currentColor"
1034
+ viewBox="0 0 20 20"
1035
1035
  aria-hidden="true"
1036
1036
  role="img"
1037
1037
  width="1em"
@@ -1064,8 +1064,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1064
1064
  <span class="pf-v6-c-button__icon">
1065
1065
  <svg
1066
1066
  class="pf-v6-svg"
1067
- viewBox="0 0 20 20"
1068
1067
  fill="currentColor"
1068
+ viewBox="0 0 20 20"
1069
1069
  aria-hidden="true"
1070
1070
  role="img"
1071
1071
  width="1em"
@@ -1114,8 +1114,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1114
1114
  <span class="pf-v6-c-button__icon">
1115
1115
  <svg
1116
1116
  class="pf-v6-svg"
1117
- viewBox="0 0 20 20"
1118
1117
  fill="currentColor"
1118
+ viewBox="0 0 20 20"
1119
1119
  aria-hidden="true"
1120
1120
  role="img"
1121
1121
  width="1em"
@@ -1159,8 +1159,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1159
1159
  <span class="pf-v6-c-button__icon">
1160
1160
  <svg
1161
1161
  class="pf-v6-svg"
1162
- viewBox="0 0 20 20"
1163
1162
  fill="currentColor"
1163
+ viewBox="0 0 20 20"
1164
1164
  aria-hidden="true"
1165
1165
  role="img"
1166
1166
  width="1em"
@@ -1199,8 +1199,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1199
1199
  <span class="pf-v6-c-button__icon">
1200
1200
  <svg
1201
1201
  class="pf-v6-svg"
1202
- viewBox="0 0 20 20"
1203
1202
  fill="currentColor"
1203
+ viewBox="0 0 20 20"
1204
1204
  aria-hidden="true"
1205
1205
  role="img"
1206
1206
  width="1em"
@@ -1251,8 +1251,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1251
1251
  <span class="pf-v6-c-button__icon">
1252
1252
  <svg
1253
1253
  class="pf-v6-svg"
1254
- viewBox="0 0 20 20"
1255
1254
  fill="currentColor"
1255
+ viewBox="0 0 20 20"
1256
1256
  aria-hidden="true"
1257
1257
  role="img"
1258
1258
  width="1em"
@@ -1288,8 +1288,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1288
1288
  <span class="pf-v6-c-button__icon">
1289
1289
  <svg
1290
1290
  class="pf-v6-svg"
1291
- viewBox="0 0 20 20"
1292
1291
  fill="currentColor"
1292
+ viewBox="0 0 20 20"
1293
1293
  aria-hidden="true"
1294
1294
  role="img"
1295
1295
  width="1em"
@@ -1334,8 +1334,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1334
1334
  <span class="pf-v6-c-button__icon">
1335
1335
  <svg
1336
1336
  class="pf-v6-svg"
1337
- viewBox="0 0 20 20"
1338
1337
  fill="currentColor"
1338
+ viewBox="0 0 20 20"
1339
1339
  aria-hidden="true"
1340
1340
  role="img"
1341
1341
  width="1em"
@@ -1368,8 +1368,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1368
1368
  <span class="pf-v6-c-button__icon">
1369
1369
  <svg
1370
1370
  class="pf-v6-svg"
1371
- viewBox="0 0 20 20"
1372
1371
  fill="currentColor"
1372
+ viewBox="0 0 20 20"
1373
1373
  aria-hidden="true"
1374
1374
  role="img"
1375
1375
  width="1em"
@@ -1418,8 +1418,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1418
1418
  <span class="pf-v6-c-button__icon">
1419
1419
  <svg
1420
1420
  class="pf-v6-svg"
1421
- viewBox="0 0 20 20"
1422
1421
  fill="currentColor"
1422
+ viewBox="0 0 20 20"
1423
1423
  aria-hidden="true"
1424
1424
  role="img"
1425
1425
  width="1em"
@@ -1461,8 +1461,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1461
1461
  <span class="pf-v6-c-button__icon">
1462
1462
  <svg
1463
1463
  class="pf-v6-svg"
1464
- viewBox="0 0 20 20"
1465
1464
  fill="currentColor"
1465
+ viewBox="0 0 20 20"
1466
1466
  aria-hidden="true"
1467
1467
  role="img"
1468
1468
  width="1em"
@@ -1499,8 +1499,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1499
1499
  <span class="pf-v6-c-button__icon">
1500
1500
  <svg
1501
1501
  class="pf-v6-svg"
1502
- viewBox="0 0 20 20"
1503
1502
  fill="currentColor"
1503
+ viewBox="0 0 20 20"
1504
1504
  aria-hidden="true"
1505
1505
  role="img"
1506
1506
  width="1em"
@@ -1551,8 +1551,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1551
1551
  <span class="pf-v6-c-button__icon">
1552
1552
  <svg
1553
1553
  class="pf-v6-svg"
1554
- viewBox="0 0 20 20"
1555
1554
  fill="currentColor"
1555
+ viewBox="0 0 20 20"
1556
1556
  aria-hidden="true"
1557
1557
  role="img"
1558
1558
  width="1em"
@@ -1588,8 +1588,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1588
1588
  <span class="pf-v6-c-button__icon">
1589
1589
  <svg
1590
1590
  class="pf-v6-svg"
1591
- viewBox="0 0 20 20"
1592
1591
  fill="currentColor"
1592
+ viewBox="0 0 20 20"
1593
1593
  aria-hidden="true"
1594
1594
  role="img"
1595
1595
  width="1em"
@@ -1634,8 +1634,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1634
1634
  <span class="pf-v6-c-button__icon">
1635
1635
  <svg
1636
1636
  class="pf-v6-svg"
1637
- viewBox="0 0 20 20"
1638
1637
  fill="currentColor"
1638
+ viewBox="0 0 20 20"
1639
1639
  aria-hidden="true"
1640
1640
  role="img"
1641
1641
  width="1em"
@@ -1668,8 +1668,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1668
1668
  <span class="pf-v6-c-button__icon">
1669
1669
  <svg
1670
1670
  class="pf-v6-svg"
1671
- viewBox="0 0 20 20"
1672
1671
  fill="currentColor"
1672
+ viewBox="0 0 20 20"
1673
1673
  aria-hidden="true"
1674
1674
  role="img"
1675
1675
  width="1em"
@@ -1718,8 +1718,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1718
1718
  <span class="pf-v6-c-button__icon">
1719
1719
  <svg
1720
1720
  class="pf-v6-svg"
1721
- viewBox="0 0 20 20"
1722
1721
  fill="currentColor"
1722
+ viewBox="0 0 20 20"
1723
1723
  aria-hidden="true"
1724
1724
  role="img"
1725
1725
  width="1em"
@@ -1763,8 +1763,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1763
1763
  <span class="pf-v6-c-button__icon">
1764
1764
  <svg
1765
1765
  class="pf-v6-svg"
1766
- viewBox="0 0 20 20"
1767
1766
  fill="currentColor"
1767
+ viewBox="0 0 20 20"
1768
1768
  aria-hidden="true"
1769
1769
  role="img"
1770
1770
  width="1em"
@@ -1803,8 +1803,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1803
1803
  <span class="pf-v6-c-button__icon">
1804
1804
  <svg
1805
1805
  class="pf-v6-svg"
1806
- viewBox="0 0 20 20"
1807
1806
  fill="currentColor"
1807
+ viewBox="0 0 20 20"
1808
1808
  aria-hidden="true"
1809
1809
  role="img"
1810
1810
  width="1em"
@@ -1855,8 +1855,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1855
1855
  <span class="pf-v6-c-button__icon">
1856
1856
  <svg
1857
1857
  class="pf-v6-svg"
1858
- viewBox="0 0 20 20"
1859
1858
  fill="currentColor"
1859
+ viewBox="0 0 20 20"
1860
1860
  aria-hidden="true"
1861
1861
  role="img"
1862
1862
  width="1em"
@@ -1892,8 +1892,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1892
1892
  <span class="pf-v6-c-button__icon">
1893
1893
  <svg
1894
1894
  class="pf-v6-svg"
1895
- viewBox="0 0 20 20"
1896
1895
  fill="currentColor"
1896
+ viewBox="0 0 20 20"
1897
1897
  aria-hidden="true"
1898
1898
  role="img"
1899
1899
  width="1em"
@@ -1938,8 +1938,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1938
1938
  <span class="pf-v6-c-button__icon">
1939
1939
  <svg
1940
1940
  class="pf-v6-svg"
1941
- viewBox="0 0 20 20"
1942
1941
  fill="currentColor"
1942
+ viewBox="0 0 20 20"
1943
1943
  aria-hidden="true"
1944
1944
  role="img"
1945
1945
  width="1em"
@@ -1972,8 +1972,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1972
1972
  <span class="pf-v6-c-button__icon">
1973
1973
  <svg
1974
1974
  class="pf-v6-svg"
1975
- viewBox="0 0 20 20"
1976
1975
  fill="currentColor"
1976
+ viewBox="0 0 20 20"
1977
1977
  aria-hidden="true"
1978
1978
  role="img"
1979
1979
  width="1em"
@@ -2022,8 +2022,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2022
2022
  <span class="pf-v6-c-button__icon">
2023
2023
  <svg
2024
2024
  class="pf-v6-svg"
2025
- viewBox="0 0 20 20"
2026
2025
  fill="currentColor"
2026
+ viewBox="0 0 20 20"
2027
2027
  aria-hidden="true"
2028
2028
  role="img"
2029
2029
  width="1em"
@@ -2067,8 +2067,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2067
2067
  <span class="pf-v6-c-button__icon">
2068
2068
  <svg
2069
2069
  class="pf-v6-svg"
2070
- viewBox="0 0 20 20"
2071
2070
  fill="currentColor"
2071
+ viewBox="0 0 20 20"
2072
2072
  aria-hidden="true"
2073
2073
  role="img"
2074
2074
  width="1em"
@@ -2107,8 +2107,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2107
2107
  <span class="pf-v6-c-button__icon">
2108
2108
  <svg
2109
2109
  class="pf-v6-svg"
2110
- viewBox="0 0 20 20"
2111
2110
  fill="currentColor"
2111
+ viewBox="0 0 20 20"
2112
2112
  aria-hidden="true"
2113
2113
  role="img"
2114
2114
  width="1em"
@@ -2159,8 +2159,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2159
2159
  <span class="pf-v6-c-button__icon">
2160
2160
  <svg
2161
2161
  class="pf-v6-svg"
2162
- viewBox="0 0 20 20"
2163
2162
  fill="currentColor"
2163
+ viewBox="0 0 20 20"
2164
2164
  aria-hidden="true"
2165
2165
  role="img"
2166
2166
  width="1em"
@@ -2196,8 +2196,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2196
2196
  <span class="pf-v6-c-button__icon">
2197
2197
  <svg
2198
2198
  class="pf-v6-svg"
2199
- viewBox="0 0 20 20"
2200
2199
  fill="currentColor"
2200
+ viewBox="0 0 20 20"
2201
2201
  aria-hidden="true"
2202
2202
  role="img"
2203
2203
  width="1em"
@@ -2242,8 +2242,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2242
2242
  <span class="pf-v6-c-button__icon">
2243
2243
  <svg
2244
2244
  class="pf-v6-svg"
2245
- viewBox="0 0 20 20"
2246
2245
  fill="currentColor"
2246
+ viewBox="0 0 20 20"
2247
2247
  aria-hidden="true"
2248
2248
  role="img"
2249
2249
  width="1em"
@@ -2276,8 +2276,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2276
2276
  <span class="pf-v6-c-button__icon">
2277
2277
  <svg
2278
2278
  class="pf-v6-svg"
2279
- viewBox="0 0 20 20"
2280
2279
  fill="currentColor"
2280
+ viewBox="0 0 20 20"
2281
2281
  aria-hidden="true"
2282
2282
  role="img"
2283
2283
  width="1em"
@@ -2326,8 +2326,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2326
2326
  <span class="pf-v6-c-button__icon">
2327
2327
  <svg
2328
2328
  class="pf-v6-svg"
2329
- viewBox="0 0 20 20"
2330
2329
  fill="currentColor"
2330
+ viewBox="0 0 20 20"
2331
2331
  aria-hidden="true"
2332
2332
  role="img"
2333
2333
  width="1em"
@@ -2369,8 +2369,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2369
2369
  <span class="pf-v6-c-button__icon">
2370
2370
  <svg
2371
2371
  class="pf-v6-svg"
2372
- viewBox="0 0 20 20"
2373
2372
  fill="currentColor"
2373
+ viewBox="0 0 20 20"
2374
2374
  aria-hidden="true"
2375
2375
  role="img"
2376
2376
  width="1em"
@@ -2407,8 +2407,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2407
2407
  <span class="pf-v6-c-button__icon">
2408
2408
  <svg
2409
2409
  class="pf-v6-svg"
2410
- viewBox="0 0 20 20"
2411
2410
  fill="currentColor"
2411
+ viewBox="0 0 20 20"
2412
2412
  aria-hidden="true"
2413
2413
  role="img"
2414
2414
  width="1em"
@@ -2459,8 +2459,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2459
2459
  <span class="pf-v6-c-button__icon">
2460
2460
  <svg
2461
2461
  class="pf-v6-svg"
2462
- viewBox="0 0 20 20"
2463
2462
  fill="currentColor"
2463
+ viewBox="0 0 20 20"
2464
2464
  aria-hidden="true"
2465
2465
  role="img"
2466
2466
  width="1em"
@@ -2496,8 +2496,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2496
2496
  <span class="pf-v6-c-button__icon">
2497
2497
  <svg
2498
2498
  class="pf-v6-svg"
2499
- viewBox="0 0 20 20"
2500
2499
  fill="currentColor"
2500
+ viewBox="0 0 20 20"
2501
2501
  aria-hidden="true"
2502
2502
  role="img"
2503
2503
  width="1em"
@@ -2542,8 +2542,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2542
2542
  <span class="pf-v6-c-button__icon">
2543
2543
  <svg
2544
2544
  class="pf-v6-svg"
2545
- viewBox="0 0 20 20"
2546
2545
  fill="currentColor"
2546
+ viewBox="0 0 20 20"
2547
2547
  aria-hidden="true"
2548
2548
  role="img"
2549
2549
  width="1em"
@@ -2576,8 +2576,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2576
2576
  <span class="pf-v6-c-button__icon">
2577
2577
  <svg
2578
2578
  class="pf-v6-svg"
2579
- viewBox="0 0 20 20"
2580
2579
  fill="currentColor"
2580
+ viewBox="0 0 20 20"
2581
2581
  aria-hidden="true"
2582
2582
  role="img"
2583
2583
  width="1em"
@@ -2626,8 +2626,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2626
2626
  <span class="pf-v6-c-button__icon">
2627
2627
  <svg
2628
2628
  class="pf-v6-svg"
2629
- viewBox="0 0 20 20"
2630
2629
  fill="currentColor"
2630
+ viewBox="0 0 20 20"
2631
2631
  aria-hidden="true"
2632
2632
  role="img"
2633
2633
  width="1em"
@@ -2671,8 +2671,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2671
2671
  <span class="pf-v6-c-button__icon">
2672
2672
  <svg
2673
2673
  class="pf-v6-svg"
2674
- viewBox="0 0 20 20"
2675
2674
  fill="currentColor"
2675
+ viewBox="0 0 20 20"
2676
2676
  aria-hidden="true"
2677
2677
  role="img"
2678
2678
  width="1em"
@@ -2711,8 +2711,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2711
2711
  <span class="pf-v6-c-button__icon">
2712
2712
  <svg
2713
2713
  class="pf-v6-svg"
2714
- viewBox="0 0 20 20"
2715
2714
  fill="currentColor"
2715
+ viewBox="0 0 20 20"
2716
2716
  aria-hidden="true"
2717
2717
  role="img"
2718
2718
  width="1em"
@@ -2765,8 +2765,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2765
2765
  <span class="pf-v6-c-button__icon">
2766
2766
  <svg
2767
2767
  class="pf-v6-svg"
2768
- viewBox="0 0 20 20"
2769
2768
  fill="currentColor"
2769
+ viewBox="0 0 20 20"
2770
2770
  aria-hidden="true"
2771
2771
  role="img"
2772
2772
  width="1em"
@@ -2820,8 +2820,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2820
2820
  <span class="pf-v6-c-button__icon">
2821
2821
  <svg
2822
2822
  class="pf-v6-svg"
2823
- viewBox="0 0 20 20"
2824
2823
  fill="currentColor"
2824
+ viewBox="0 0 20 20"
2825
2825
  aria-hidden="true"
2826
2826
  role="img"
2827
2827
  width="1em"
@@ -2857,8 +2857,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2857
2857
  <span class="pf-v6-c-button__icon">
2858
2858
  <svg
2859
2859
  class="pf-v6-svg"
2860
- viewBox="0 0 20 20"
2861
2860
  fill="currentColor"
2861
+ viewBox="0 0 20 20"
2862
2862
  aria-hidden="true"
2863
2863
  role="img"
2864
2864
  width="1em"
@@ -2907,8 +2907,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2907
2907
  <span class="pf-v6-c-button__icon">
2908
2908
  <svg
2909
2909
  class="pf-v6-svg"
2910
- viewBox="0 0 20 20"
2911
2910
  fill="currentColor"
2911
+ viewBox="0 0 20 20"
2912
2912
  aria-hidden="true"
2913
2913
  role="img"
2914
2914
  width="1em"
@@ -2952,8 +2952,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2952
2952
  <span class="pf-v6-c-button__icon">
2953
2953
  <svg
2954
2954
  class="pf-v6-svg"
2955
- viewBox="0 0 20 20"
2956
2955
  fill="currentColor"
2956
+ viewBox="0 0 20 20"
2957
2957
  aria-hidden="true"
2958
2958
  role="img"
2959
2959
  width="1em"
@@ -2992,8 +2992,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2992
2992
  <span class="pf-v6-c-button__icon">
2993
2993
  <svg
2994
2994
  class="pf-v6-svg"
2995
- viewBox="0 0 20 20"
2996
2995
  fill="currentColor"
2996
+ viewBox="0 0 20 20"
2997
2997
  aria-hidden="true"
2998
2998
  role="img"
2999
2999
  width="1em"
@@ -3041,8 +3041,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3041
3041
  <span class="pf-v6-c-button__icon">
3042
3042
  <svg
3043
3043
  class="pf-v6-svg"
3044
- viewBox="0 0 20 20"
3045
3044
  fill="currentColor"
3045
+ viewBox="0 0 20 20"
3046
3046
  aria-hidden="true"
3047
3047
  role="img"
3048
3048
  width="1em"
@@ -3096,8 +3096,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3096
3096
  <span class="pf-v6-c-button__icon">
3097
3097
  <svg
3098
3098
  class="pf-v6-svg"
3099
- viewBox="0 0 20 20"
3100
3099
  fill="currentColor"
3100
+ viewBox="0 0 20 20"
3101
3101
  aria-hidden="true"
3102
3102
  role="img"
3103
3103
  width="1em"
@@ -3133,8 +3133,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3133
3133
  <span class="pf-v6-c-button__icon">
3134
3134
  <svg
3135
3135
  class="pf-v6-svg"
3136
- viewBox="0 0 20 20"
3137
3136
  fill="currentColor"
3137
+ viewBox="0 0 20 20"
3138
3138
  aria-hidden="true"
3139
3139
  role="img"
3140
3140
  width="1em"
@@ -3183,8 +3183,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3183
3183
  <span class="pf-v6-c-button__icon">
3184
3184
  <svg
3185
3185
  class="pf-v6-svg"
3186
- viewBox="0 0 20 20"
3187
3186
  fill="currentColor"
3187
+ viewBox="0 0 20 20"
3188
3188
  aria-hidden="true"
3189
3189
  role="img"
3190
3190
  width="1em"
@@ -3228,8 +3228,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3228
3228
  <span class="pf-v6-c-button__icon">
3229
3229
  <svg
3230
3230
  class="pf-v6-svg"
3231
- viewBox="0 0 20 20"
3232
3231
  fill="currentColor"
3232
+ viewBox="0 0 20 20"
3233
3233
  aria-hidden="true"
3234
3234
  role="img"
3235
3235
  width="1em"
@@ -3268,8 +3268,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3268
3268
  <span class="pf-v6-c-button__icon">
3269
3269
  <svg
3270
3270
  class="pf-v6-svg"
3271
- viewBox="0 0 20 20"
3272
3271
  fill="currentColor"
3272
+ viewBox="0 0 20 20"
3273
3273
  aria-hidden="true"
3274
3274
  role="img"
3275
3275
  width="1em"
@@ -3317,8 +3317,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3317
3317
  <span class="pf-v6-c-button__icon">
3318
3318
  <svg
3319
3319
  class="pf-v6-svg"
3320
- viewBox="0 0 20 20"
3321
3320
  fill="currentColor"
3321
+ viewBox="0 0 20 20"
3322
3322
  aria-hidden="true"
3323
3323
  role="img"
3324
3324
  width="1em"
@@ -3372,8 +3372,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3372
3372
  <span class="pf-v6-c-button__icon">
3373
3373
  <svg
3374
3374
  class="pf-v6-svg"
3375
- viewBox="0 0 20 20"
3376
3375
  fill="currentColor"
3376
+ viewBox="0 0 20 20"
3377
3377
  aria-hidden="true"
3378
3378
  role="img"
3379
3379
  width="1em"
@@ -3409,8 +3409,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3409
3409
  <span class="pf-v6-c-button__icon">
3410
3410
  <svg
3411
3411
  class="pf-v6-svg"
3412
- viewBox="0 0 20 20"
3413
3412
  fill="currentColor"
3413
+ viewBox="0 0 20 20"
3414
3414
  aria-hidden="true"
3415
3415
  role="img"
3416
3416
  width="1em"
@@ -3459,8 +3459,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3459
3459
  <span class="pf-v6-c-button__icon">
3460
3460
  <svg
3461
3461
  class="pf-v6-svg"
3462
- viewBox="0 0 20 20"
3463
3462
  fill="currentColor"
3463
+ viewBox="0 0 20 20"
3464
3464
  aria-hidden="true"
3465
3465
  role="img"
3466
3466
  width="1em"
@@ -3504,8 +3504,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3504
3504
  <span class="pf-v6-c-button__icon">
3505
3505
  <svg
3506
3506
  class="pf-v6-svg"
3507
- viewBox="0 0 20 20"
3508
3507
  fill="currentColor"
3508
+ viewBox="0 0 20 20"
3509
3509
  aria-hidden="true"
3510
3510
  role="img"
3511
3511
  width="1em"
@@ -3544,8 +3544,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3544
3544
  <span class="pf-v6-c-button__icon">
3545
3545
  <svg
3546
3546
  class="pf-v6-svg"
3547
- viewBox="0 0 20 20"
3548
3547
  fill="currentColor"
3548
+ viewBox="0 0 20 20"
3549
3549
  aria-hidden="true"
3550
3550
  role="img"
3551
3551
  width="1em"
@@ -3593,8 +3593,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3593
3593
  <span class="pf-v6-c-button__icon">
3594
3594
  <svg
3595
3595
  class="pf-v6-svg"
3596
- viewBox="0 0 20 20"
3597
3596
  fill="currentColor"
3597
+ viewBox="0 0 20 20"
3598
3598
  aria-hidden="true"
3599
3599
  role="img"
3600
3600
  width="1em"
@@ -3648,8 +3648,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3648
3648
  <span class="pf-v6-c-button__icon">
3649
3649
  <svg
3650
3650
  class="pf-v6-svg"
3651
- viewBox="0 0 20 20"
3652
3651
  fill="currentColor"
3652
+ viewBox="0 0 20 20"
3653
3653
  aria-hidden="true"
3654
3654
  role="img"
3655
3655
  width="1em"
@@ -3685,8 +3685,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3685
3685
  <span class="pf-v6-c-button__icon">
3686
3686
  <svg
3687
3687
  class="pf-v6-svg"
3688
- viewBox="0 0 20 20"
3689
3688
  fill="currentColor"
3689
+ viewBox="0 0 20 20"
3690
3690
  aria-hidden="true"
3691
3691
  role="img"
3692
3692
  width="1em"
@@ -3735,8 +3735,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3735
3735
  <span class="pf-v6-c-button__icon">
3736
3736
  <svg
3737
3737
  class="pf-v6-svg"
3738
- viewBox="0 0 20 20"
3739
3738
  fill="currentColor"
3739
+ viewBox="0 0 20 20"
3740
3740
  aria-hidden="true"
3741
3741
  role="img"
3742
3742
  width="1em"
@@ -3778,8 +3778,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3778
3778
  <span class="pf-v6-c-button__icon">
3779
3779
  <svg
3780
3780
  class="pf-v6-svg"
3781
- viewBox="0 0 20 20"
3782
3781
  fill="currentColor"
3782
+ viewBox="0 0 20 20"
3783
3783
  aria-hidden="true"
3784
3784
  role="img"
3785
3785
  width="1em"
@@ -3816,8 +3816,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3816
3816
  <span class="pf-v6-c-button__icon">
3817
3817
  <svg
3818
3818
  class="pf-v6-svg"
3819
- viewBox="0 0 20 20"
3820
3819
  fill="currentColor"
3820
+ viewBox="0 0 20 20"
3821
3821
  aria-hidden="true"
3822
3822
  role="img"
3823
3823
  width="1em"
@@ -3865,8 +3865,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3865
3865
  <span class="pf-v6-c-button__icon">
3866
3866
  <svg
3867
3867
  class="pf-v6-svg"
3868
- viewBox="0 0 20 20"
3869
3868
  fill="currentColor"
3869
+ viewBox="0 0 20 20"
3870
3870
  aria-hidden="true"
3871
3871
  role="img"
3872
3872
  width="1em"
@@ -3920,8 +3920,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3920
3920
  <span class="pf-v6-c-button__icon">
3921
3921
  <svg
3922
3922
  class="pf-v6-svg"
3923
- viewBox="0 0 20 20"
3924
3923
  fill="currentColor"
3924
+ viewBox="0 0 20 20"
3925
3925
  aria-hidden="true"
3926
3926
  role="img"
3927
3927
  width="1em"
@@ -3957,8 +3957,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3957
3957
  <span class="pf-v6-c-button__icon">
3958
3958
  <svg
3959
3959
  class="pf-v6-svg"
3960
- viewBox="0 0 20 20"
3961
3960
  fill="currentColor"
3961
+ viewBox="0 0 20 20"
3962
3962
  aria-hidden="true"
3963
3963
  role="img"
3964
3964
  width="1em"
@@ -4007,8 +4007,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4007
4007
  <span class="pf-v6-c-button__icon">
4008
4008
  <svg
4009
4009
  class="pf-v6-svg"
4010
- viewBox="0 0 20 20"
4011
4010
  fill="currentColor"
4011
+ viewBox="0 0 20 20"
4012
4012
  aria-hidden="true"
4013
4013
  role="img"
4014
4014
  width="1em"
@@ -4052,8 +4052,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4052
4052
  <span class="pf-v6-c-button__icon">
4053
4053
  <svg
4054
4054
  class="pf-v6-svg"
4055
- viewBox="0 0 20 20"
4056
4055
  fill="currentColor"
4056
+ viewBox="0 0 20 20"
4057
4057
  aria-hidden="true"
4058
4058
  role="img"
4059
4059
  width="1em"
@@ -4092,8 +4092,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4092
4092
  <span class="pf-v6-c-button__icon">
4093
4093
  <svg
4094
4094
  class="pf-v6-svg"
4095
- viewBox="0 0 20 20"
4096
4095
  fill="currentColor"
4096
+ viewBox="0 0 20 20"
4097
4097
  aria-hidden="true"
4098
4098
  role="img"
4099
4099
  width="1em"
@@ -4151,8 +4151,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4151
4151
  <span class="pf-v6-c-button__icon">
4152
4152
  <svg
4153
4153
  class="pf-v6-svg"
4154
- viewBox="0 0 20 20"
4155
4154
  fill="currentColor"
4155
+ viewBox="0 0 20 20"
4156
4156
  aria-hidden="true"
4157
4157
  role="img"
4158
4158
  width="1em"
@@ -4188,8 +4188,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4188
4188
  <span class="pf-v6-c-button__icon">
4189
4189
  <svg
4190
4190
  class="pf-v6-svg"
4191
- viewBox="0 0 20 20"
4192
4191
  fill="currentColor"
4192
+ viewBox="0 0 20 20"
4193
4193
  aria-hidden="true"
4194
4194
  role="img"
4195
4195
  width="1em"
@@ -4234,8 +4234,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4234
4234
  <span class="pf-v6-c-button__icon">
4235
4235
  <svg
4236
4236
  class="pf-v6-svg"
4237
- viewBox="0 0 20 20"
4238
4237
  fill="currentColor"
4238
+ viewBox="0 0 20 20"
4239
4239
  aria-hidden="true"
4240
4240
  role="img"
4241
4241
  width="1em"
@@ -4268,8 +4268,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4268
4268
  <span class="pf-v6-c-button__icon">
4269
4269
  <svg
4270
4270
  class="pf-v6-svg"
4271
- viewBox="0 0 20 20"
4272
4271
  fill="currentColor"
4272
+ viewBox="0 0 20 20"
4273
4273
  aria-hidden="true"
4274
4274
  role="img"
4275
4275
  width="1em"
@@ -4318,8 +4318,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4318
4318
  <span class="pf-v6-c-button__icon">
4319
4319
  <svg
4320
4320
  class="pf-v6-svg"
4321
- viewBox="0 0 20 20"
4322
4321
  fill="currentColor"
4322
+ viewBox="0 0 20 20"
4323
4323
  aria-hidden="true"
4324
4324
  role="img"
4325
4325
  width="1em"
@@ -4361,8 +4361,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4361
4361
  <span class="pf-v6-c-button__icon">
4362
4362
  <svg
4363
4363
  class="pf-v6-svg"
4364
- viewBox="0 0 20 20"
4365
4364
  fill="currentColor"
4365
+ viewBox="0 0 20 20"
4366
4366
  aria-hidden="true"
4367
4367
  role="img"
4368
4368
  width="1em"
@@ -4399,8 +4399,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4399
4399
  <span class="pf-v6-c-button__icon">
4400
4400
  <svg
4401
4401
  class="pf-v6-svg"
4402
- viewBox="0 0 20 20"
4403
4402
  fill="currentColor"
4403
+ viewBox="0 0 20 20"
4404
4404
  aria-hidden="true"
4405
4405
  role="img"
4406
4406
  width="1em"
@@ -4451,8 +4451,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4451
4451
  <span class="pf-v6-c-button__icon">
4452
4452
  <svg
4453
4453
  class="pf-v6-svg"
4454
- viewBox="0 0 20 20"
4455
4454
  fill="currentColor"
4455
+ viewBox="0 0 20 20"
4456
4456
  aria-hidden="true"
4457
4457
  role="img"
4458
4458
  width="1em"
@@ -4488,8 +4488,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4488
4488
  <span class="pf-v6-c-button__icon">
4489
4489
  <svg
4490
4490
  class="pf-v6-svg"
4491
- viewBox="0 0 20 20"
4492
4491
  fill="currentColor"
4492
+ viewBox="0 0 20 20"
4493
4493
  aria-hidden="true"
4494
4494
  role="img"
4495
4495
  width="1em"
@@ -4534,8 +4534,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4534
4534
  <span class="pf-v6-c-button__icon">
4535
4535
  <svg
4536
4536
  class="pf-v6-svg"
4537
- viewBox="0 0 20 20"
4538
4537
  fill="currentColor"
4538
+ viewBox="0 0 20 20"
4539
4539
  aria-hidden="true"
4540
4540
  role="img"
4541
4541
  width="1em"
@@ -4568,8 +4568,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4568
4568
  <span class="pf-v6-c-button__icon">
4569
4569
  <svg
4570
4570
  class="pf-v6-svg"
4571
- viewBox="0 0 20 20"
4572
4571
  fill="currentColor"
4572
+ viewBox="0 0 20 20"
4573
4573
  aria-hidden="true"
4574
4574
  role="img"
4575
4575
  width="1em"
@@ -4618,8 +4618,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4618
4618
  <span class="pf-v6-c-button__icon">
4619
4619
  <svg
4620
4620
  class="pf-v6-svg"
4621
- viewBox="0 0 20 20"
4622
4621
  fill="currentColor"
4622
+ viewBox="0 0 20 20"
4623
4623
  aria-hidden="true"
4624
4624
  role="img"
4625
4625
  width="1em"
@@ -4661,8 +4661,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4661
4661
  <span class="pf-v6-c-button__icon">
4662
4662
  <svg
4663
4663
  class="pf-v6-svg"
4664
- viewBox="0 0 20 20"
4665
4664
  fill="currentColor"
4665
+ viewBox="0 0 20 20"
4666
4666
  aria-hidden="true"
4667
4667
  role="img"
4668
4668
  width="1em"
@@ -4699,8 +4699,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4699
4699
  <span class="pf-v6-c-button__icon">
4700
4700
  <svg
4701
4701
  class="pf-v6-svg"
4702
- viewBox="0 0 20 20"
4703
4702
  fill="currentColor"
4703
+ viewBox="0 0 20 20"
4704
4704
  aria-hidden="true"
4705
4705
  role="img"
4706
4706
  width="1em"
@@ -4751,8 +4751,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4751
4751
  <span class="pf-v6-c-button__icon">
4752
4752
  <svg
4753
4753
  class="pf-v6-svg"
4754
- viewBox="0 0 20 20"
4755
4754
  fill="currentColor"
4755
+ viewBox="0 0 20 20"
4756
4756
  aria-hidden="true"
4757
4757
  role="img"
4758
4758
  width="1em"
@@ -4788,8 +4788,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4788
4788
  <span class="pf-v6-c-button__icon">
4789
4789
  <svg
4790
4790
  class="pf-v6-svg"
4791
- viewBox="0 0 20 20"
4792
4791
  fill="currentColor"
4792
+ viewBox="0 0 20 20"
4793
4793
  aria-hidden="true"
4794
4794
  role="img"
4795
4795
  width="1em"
@@ -4834,8 +4834,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4834
4834
  <span class="pf-v6-c-button__icon">
4835
4835
  <svg
4836
4836
  class="pf-v6-svg"
4837
- viewBox="0 0 20 20"
4838
4837
  fill="currentColor"
4838
+ viewBox="0 0 20 20"
4839
4839
  aria-hidden="true"
4840
4840
  role="img"
4841
4841
  width="1em"
@@ -4868,8 +4868,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4868
4868
  <span class="pf-v6-c-button__icon">
4869
4869
  <svg
4870
4870
  class="pf-v6-svg"
4871
- viewBox="0 0 20 20"
4872
4871
  fill="currentColor"
4872
+ viewBox="0 0 20 20"
4873
4873
  aria-hidden="true"
4874
4874
  role="img"
4875
4875
  width="1em"
@@ -4918,8 +4918,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4918
4918
  <span class="pf-v6-c-button__icon">
4919
4919
  <svg
4920
4920
  class="pf-v6-svg"
4921
- viewBox="0 0 20 20"
4922
4921
  fill="currentColor"
4922
+ viewBox="0 0 20 20"
4923
4923
  aria-hidden="true"
4924
4924
  role="img"
4925
4925
  width="1em"
@@ -4963,8 +4963,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4963
4963
  <span class="pf-v6-c-button__icon">
4964
4964
  <svg
4965
4965
  class="pf-v6-svg"
4966
- viewBox="0 0 20 20"
4967
4966
  fill="currentColor"
4967
+ viewBox="0 0 20 20"
4968
4968
  aria-hidden="true"
4969
4969
  role="img"
4970
4970
  width="1em"
@@ -5003,8 +5003,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5003
5003
  <span class="pf-v6-c-button__icon">
5004
5004
  <svg
5005
5005
  class="pf-v6-svg"
5006
- viewBox="0 0 20 20"
5007
5006
  fill="currentColor"
5007
+ viewBox="0 0 20 20"
5008
5008
  aria-hidden="true"
5009
5009
  role="img"
5010
5010
  width="1em"
@@ -5055,8 +5055,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5055
5055
  <span class="pf-v6-c-button__icon">
5056
5056
  <svg
5057
5057
  class="pf-v6-svg"
5058
- viewBox="0 0 20 20"
5059
5058
  fill="currentColor"
5059
+ viewBox="0 0 20 20"
5060
5060
  aria-hidden="true"
5061
5061
  role="img"
5062
5062
  width="1em"
@@ -5092,8 +5092,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5092
5092
  <span class="pf-v6-c-button__icon">
5093
5093
  <svg
5094
5094
  class="pf-v6-svg"
5095
- viewBox="0 0 20 20"
5096
5095
  fill="currentColor"
5096
+ viewBox="0 0 20 20"
5097
5097
  aria-hidden="true"
5098
5098
  role="img"
5099
5099
  width="1em"
@@ -5138,8 +5138,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5138
5138
  <span class="pf-v6-c-button__icon">
5139
5139
  <svg
5140
5140
  class="pf-v6-svg"
5141
- viewBox="0 0 20 20"
5142
5141
  fill="currentColor"
5142
+ viewBox="0 0 20 20"
5143
5143
  aria-hidden="true"
5144
5144
  role="img"
5145
5145
  width="1em"
@@ -5172,8 +5172,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5172
5172
  <span class="pf-v6-c-button__icon">
5173
5173
  <svg
5174
5174
  class="pf-v6-svg"
5175
- viewBox="0 0 20 20"
5176
5175
  fill="currentColor"
5176
+ viewBox="0 0 20 20"
5177
5177
  aria-hidden="true"
5178
5178
  role="img"
5179
5179
  width="1em"
@@ -5222,8 +5222,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5222
5222
  <span class="pf-v6-c-button__icon">
5223
5223
  <svg
5224
5224
  class="pf-v6-svg"
5225
- viewBox="0 0 20 20"
5226
5225
  fill="currentColor"
5226
+ viewBox="0 0 20 20"
5227
5227
  aria-hidden="true"
5228
5228
  role="img"
5229
5229
  width="1em"
@@ -5267,8 +5267,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5267
5267
  <span class="pf-v6-c-button__icon">
5268
5268
  <svg
5269
5269
  class="pf-v6-svg"
5270
- viewBox="0 0 20 20"
5271
5270
  fill="currentColor"
5271
+ viewBox="0 0 20 20"
5272
5272
  aria-hidden="true"
5273
5273
  role="img"
5274
5274
  width="1em"
@@ -5307,8 +5307,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5307
5307
  <span class="pf-v6-c-button__icon">
5308
5308
  <svg
5309
5309
  class="pf-v6-svg"
5310
- viewBox="0 0 20 20"
5311
5310
  fill="currentColor"
5311
+ viewBox="0 0 20 20"
5312
5312
  aria-hidden="true"
5313
5313
  role="img"
5314
5314
  width="1em"
@@ -5359,8 +5359,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5359
5359
  <span class="pf-v6-c-button__icon">
5360
5360
  <svg
5361
5361
  class="pf-v6-svg"
5362
- viewBox="0 0 20 20"
5363
5362
  fill="currentColor"
5363
+ viewBox="0 0 20 20"
5364
5364
  aria-hidden="true"
5365
5365
  role="img"
5366
5366
  width="1em"
@@ -5396,8 +5396,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5396
5396
  <span class="pf-v6-c-button__icon">
5397
5397
  <svg
5398
5398
  class="pf-v6-svg"
5399
- viewBox="0 0 20 20"
5400
5399
  fill="currentColor"
5400
+ viewBox="0 0 20 20"
5401
5401
  aria-hidden="true"
5402
5402
  role="img"
5403
5403
  width="1em"
@@ -5442,8 +5442,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5442
5442
  <span class="pf-v6-c-button__icon">
5443
5443
  <svg
5444
5444
  class="pf-v6-svg"
5445
- viewBox="0 0 20 20"
5446
5445
  fill="currentColor"
5446
+ viewBox="0 0 20 20"
5447
5447
  aria-hidden="true"
5448
5448
  role="img"
5449
5449
  width="1em"
@@ -5476,8 +5476,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5476
5476
  <span class="pf-v6-c-button__icon">
5477
5477
  <svg
5478
5478
  class="pf-v6-svg"
5479
- viewBox="0 0 20 20"
5480
5479
  fill="currentColor"
5480
+ viewBox="0 0 20 20"
5481
5481
  aria-hidden="true"
5482
5482
  role="img"
5483
5483
  width="1em"
@@ -5526,8 +5526,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5526
5526
  <span class="pf-v6-c-button__icon">
5527
5527
  <svg
5528
5528
  class="pf-v6-svg"
5529
- viewBox="0 0 20 20"
5530
5529
  fill="currentColor"
5530
+ viewBox="0 0 20 20"
5531
5531
  aria-hidden="true"
5532
5532
  role="img"
5533
5533
  width="1em"
@@ -5569,8 +5569,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5569
5569
  <span class="pf-v6-c-button__icon">
5570
5570
  <svg
5571
5571
  class="pf-v6-svg"
5572
- viewBox="0 0 20 20"
5573
5572
  fill="currentColor"
5573
+ viewBox="0 0 20 20"
5574
5574
  aria-hidden="true"
5575
5575
  role="img"
5576
5576
  width="1em"
@@ -5607,8 +5607,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5607
5607
  <span class="pf-v6-c-button__icon">
5608
5608
  <svg
5609
5609
  class="pf-v6-svg"
5610
- viewBox="0 0 20 20"
5611
5610
  fill="currentColor"
5611
+ viewBox="0 0 20 20"
5612
5612
  aria-hidden="true"
5613
5613
  role="img"
5614
5614
  width="1em"
@@ -5659,8 +5659,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5659
5659
  <span class="pf-v6-c-button__icon">
5660
5660
  <svg
5661
5661
  class="pf-v6-svg"
5662
- viewBox="0 0 20 20"
5663
5662
  fill="currentColor"
5663
+ viewBox="0 0 20 20"
5664
5664
  aria-hidden="true"
5665
5665
  role="img"
5666
5666
  width="1em"
@@ -5696,8 +5696,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5696
5696
  <span class="pf-v6-c-button__icon">
5697
5697
  <svg
5698
5698
  class="pf-v6-svg"
5699
- viewBox="0 0 20 20"
5700
5699
  fill="currentColor"
5700
+ viewBox="0 0 20 20"
5701
5701
  aria-hidden="true"
5702
5702
  role="img"
5703
5703
  width="1em"
@@ -5742,8 +5742,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5742
5742
  <span class="pf-v6-c-button__icon">
5743
5743
  <svg
5744
5744
  class="pf-v6-svg"
5745
- viewBox="0 0 20 20"
5746
5745
  fill="currentColor"
5746
+ viewBox="0 0 20 20"
5747
5747
  aria-hidden="true"
5748
5748
  role="img"
5749
5749
  width="1em"
@@ -5776,8 +5776,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5776
5776
  <span class="pf-v6-c-button__icon">
5777
5777
  <svg
5778
5778
  class="pf-v6-svg"
5779
- viewBox="0 0 20 20"
5780
5779
  fill="currentColor"
5780
+ viewBox="0 0 20 20"
5781
5781
  aria-hidden="true"
5782
5782
  role="img"
5783
5783
  width="1em"
@@ -5826,8 +5826,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5826
5826
  <span class="pf-v6-c-button__icon">
5827
5827
  <svg
5828
5828
  class="pf-v6-svg"
5829
- viewBox="0 0 20 20"
5830
5829
  fill="currentColor"
5830
+ viewBox="0 0 20 20"
5831
5831
  aria-hidden="true"
5832
5832
  role="img"
5833
5833
  width="1em"
@@ -5871,8 +5871,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5871
5871
  <span class="pf-v6-c-button__icon">
5872
5872
  <svg
5873
5873
  class="pf-v6-svg"
5874
- viewBox="0 0 20 20"
5875
5874
  fill="currentColor"
5875
+ viewBox="0 0 20 20"
5876
5876
  aria-hidden="true"
5877
5877
  role="img"
5878
5878
  width="1em"
@@ -5911,8 +5911,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5911
5911
  <span class="pf-v6-c-button__icon">
5912
5912
  <svg
5913
5913
  class="pf-v6-svg"
5914
- viewBox="0 0 20 20"
5915
5914
  fill="currentColor"
5915
+ viewBox="0 0 20 20"
5916
5916
  aria-hidden="true"
5917
5917
  role="img"
5918
5918
  width="1em"
@@ -5963,8 +5963,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5963
5963
  <span class="pf-v6-c-button__icon">
5964
5964
  <svg
5965
5965
  class="pf-v6-svg"
5966
- viewBox="0 0 20 20"
5967
5966
  fill="currentColor"
5967
+ viewBox="0 0 20 20"
5968
5968
  aria-hidden="true"
5969
5969
  role="img"
5970
5970
  width="1em"
@@ -6000,8 +6000,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6000
6000
  <span class="pf-v6-c-button__icon">
6001
6001
  <svg
6002
6002
  class="pf-v6-svg"
6003
- viewBox="0 0 20 20"
6004
6003
  fill="currentColor"
6004
+ viewBox="0 0 20 20"
6005
6005
  aria-hidden="true"
6006
6006
  role="img"
6007
6007
  width="1em"
@@ -6046,8 +6046,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6046
6046
  <span class="pf-v6-c-button__icon">
6047
6047
  <svg
6048
6048
  class="pf-v6-svg"
6049
- viewBox="0 0 20 20"
6050
6049
  fill="currentColor"
6050
+ viewBox="0 0 20 20"
6051
6051
  aria-hidden="true"
6052
6052
  role="img"
6053
6053
  width="1em"
@@ -6080,8 +6080,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6080
6080
  <span class="pf-v6-c-button__icon">
6081
6081
  <svg
6082
6082
  class="pf-v6-svg"
6083
- viewBox="0 0 20 20"
6084
6083
  fill="currentColor"
6084
+ viewBox="0 0 20 20"
6085
6085
  aria-hidden="true"
6086
6086
  role="img"
6087
6087
  width="1em"
@@ -6130,8 +6130,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6130
6130
  <span class="pf-v6-c-button__icon">
6131
6131
  <svg
6132
6132
  class="pf-v6-svg"
6133
- viewBox="0 0 20 20"
6134
6133
  fill="currentColor"
6134
+ viewBox="0 0 20 20"
6135
6135
  aria-hidden="true"
6136
6136
  role="img"
6137
6137
  width="1em"
@@ -6175,8 +6175,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6175
6175
  <span class="pf-v6-c-button__icon">
6176
6176
  <svg
6177
6177
  class="pf-v6-svg"
6178
- viewBox="0 0 20 20"
6179
6178
  fill="currentColor"
6179
+ viewBox="0 0 20 20"
6180
6180
  aria-hidden="true"
6181
6181
  role="img"
6182
6182
  width="1em"
@@ -6215,8 +6215,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6215
6215
  <span class="pf-v6-c-button__icon">
6216
6216
  <svg
6217
6217
  class="pf-v6-svg"
6218
- viewBox="0 0 20 20"
6219
6218
  fill="currentColor"
6219
+ viewBox="0 0 20 20"
6220
6220
  aria-hidden="true"
6221
6221
  role="img"
6222
6222
  width="1em"
@@ -6267,8 +6267,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6267
6267
  <span class="pf-v6-c-button__icon">
6268
6268
  <svg
6269
6269
  class="pf-v6-svg"
6270
- viewBox="0 0 20 20"
6271
6270
  fill="currentColor"
6271
+ viewBox="0 0 20 20"
6272
6272
  aria-hidden="true"
6273
6273
  role="img"
6274
6274
  width="1em"
@@ -6304,8 +6304,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6304
6304
  <span class="pf-v6-c-button__icon">
6305
6305
  <svg
6306
6306
  class="pf-v6-svg"
6307
- viewBox="0 0 20 20"
6308
6307
  fill="currentColor"
6308
+ viewBox="0 0 20 20"
6309
6309
  aria-hidden="true"
6310
6310
  role="img"
6311
6311
  width="1em"
@@ -6350,8 +6350,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6350
6350
  <span class="pf-v6-c-button__icon">
6351
6351
  <svg
6352
6352
  class="pf-v6-svg"
6353
- viewBox="0 0 20 20"
6354
6353
  fill="currentColor"
6354
+ viewBox="0 0 20 20"
6355
6355
  aria-hidden="true"
6356
6356
  role="img"
6357
6357
  width="1em"
@@ -6384,8 +6384,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6384
6384
  <span class="pf-v6-c-button__icon">
6385
6385
  <svg
6386
6386
  class="pf-v6-svg"
6387
- viewBox="0 0 20 20"
6388
6387
  fill="currentColor"
6388
+ viewBox="0 0 20 20"
6389
6389
  aria-hidden="true"
6390
6390
  role="img"
6391
6391
  width="1em"
@@ -6434,8 +6434,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6434
6434
  <span class="pf-v6-c-button__icon">
6435
6435
  <svg
6436
6436
  class="pf-v6-svg"
6437
- viewBox="0 0 20 20"
6438
6437
  fill="currentColor"
6438
+ viewBox="0 0 20 20"
6439
6439
  aria-hidden="true"
6440
6440
  role="img"
6441
6441
  width="1em"
@@ -6477,8 +6477,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6477
6477
  <span class="pf-v6-c-button__icon">
6478
6478
  <svg
6479
6479
  class="pf-v6-svg"
6480
- viewBox="0 0 20 20"
6481
6480
  fill="currentColor"
6481
+ viewBox="0 0 20 20"
6482
6482
  aria-hidden="true"
6483
6483
  role="img"
6484
6484
  width="1em"
@@ -6515,8 +6515,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6515
6515
  <span class="pf-v6-c-button__icon">
6516
6516
  <svg
6517
6517
  class="pf-v6-svg"
6518
- viewBox="0 0 20 20"
6519
6518
  fill="currentColor"
6519
+ viewBox="0 0 20 20"
6520
6520
  aria-hidden="true"
6521
6521
  role="img"
6522
6522
  width="1em"
@@ -6567,8 +6567,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6567
6567
  <span class="pf-v6-c-button__icon">
6568
6568
  <svg
6569
6569
  class="pf-v6-svg"
6570
- viewBox="0 0 20 20"
6571
6570
  fill="currentColor"
6571
+ viewBox="0 0 20 20"
6572
6572
  aria-hidden="true"
6573
6573
  role="img"
6574
6574
  width="1em"
@@ -6604,8 +6604,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6604
6604
  <span class="pf-v6-c-button__icon">
6605
6605
  <svg
6606
6606
  class="pf-v6-svg"
6607
- viewBox="0 0 20 20"
6608
6607
  fill="currentColor"
6608
+ viewBox="0 0 20 20"
6609
6609
  aria-hidden="true"
6610
6610
  role="img"
6611
6611
  width="1em"
@@ -6650,8 +6650,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6650
6650
  <span class="pf-v6-c-button__icon">
6651
6651
  <svg
6652
6652
  class="pf-v6-svg"
6653
- viewBox="0 0 20 20"
6654
6653
  fill="currentColor"
6654
+ viewBox="0 0 20 20"
6655
6655
  aria-hidden="true"
6656
6656
  role="img"
6657
6657
  width="1em"
@@ -6684,8 +6684,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6684
6684
  <span class="pf-v6-c-button__icon">
6685
6685
  <svg
6686
6686
  class="pf-v6-svg"
6687
- viewBox="0 0 20 20"
6688
6687
  fill="currentColor"
6688
+ viewBox="0 0 20 20"
6689
6689
  aria-hidden="true"
6690
6690
  role="img"
6691
6691
  width="1em"
@@ -6734,8 +6734,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6734
6734
  <span class="pf-v6-c-button__icon">
6735
6735
  <svg
6736
6736
  class="pf-v6-svg"
6737
- viewBox="0 0 20 20"
6738
6737
  fill="currentColor"
6738
+ viewBox="0 0 20 20"
6739
6739
  aria-hidden="true"
6740
6740
  role="img"
6741
6741
  width="1em"
@@ -6779,8 +6779,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6779
6779
  <span class="pf-v6-c-button__icon">
6780
6780
  <svg
6781
6781
  class="pf-v6-svg"
6782
- viewBox="0 0 20 20"
6783
6782
  fill="currentColor"
6783
+ viewBox="0 0 20 20"
6784
6784
  aria-hidden="true"
6785
6785
  role="img"
6786
6786
  width="1em"
@@ -6819,8 +6819,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6819
6819
  <span class="pf-v6-c-button__icon">
6820
6820
  <svg
6821
6821
  class="pf-v6-svg"
6822
- viewBox="0 0 20 20"
6823
6822
  fill="currentColor"
6823
+ viewBox="0 0 20 20"
6824
6824
  aria-hidden="true"
6825
6825
  role="img"
6826
6826
  width="1em"
@@ -6873,8 +6873,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6873
6873
  <span class="pf-v6-c-button__icon">
6874
6874
  <svg
6875
6875
  class="pf-v6-svg"
6876
- viewBox="0 0 20 20"
6877
6876
  fill="currentColor"
6877
+ viewBox="0 0 20 20"
6878
6878
  aria-hidden="true"
6879
6879
  role="img"
6880
6880
  width="1em"
@@ -6928,8 +6928,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6928
6928
  <span class="pf-v6-c-button__icon">
6929
6929
  <svg
6930
6930
  class="pf-v6-svg"
6931
- viewBox="0 0 20 20"
6932
6931
  fill="currentColor"
6932
+ viewBox="0 0 20 20"
6933
6933
  aria-hidden="true"
6934
6934
  role="img"
6935
6935
  width="1em"
@@ -6965,8 +6965,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6965
6965
  <span class="pf-v6-c-button__icon">
6966
6966
  <svg
6967
6967
  class="pf-v6-svg"
6968
- viewBox="0 0 20 20"
6969
6968
  fill="currentColor"
6969
+ viewBox="0 0 20 20"
6970
6970
  aria-hidden="true"
6971
6971
  role="img"
6972
6972
  width="1em"
@@ -7015,8 +7015,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7015
7015
  <span class="pf-v6-c-button__icon">
7016
7016
  <svg
7017
7017
  class="pf-v6-svg"
7018
- viewBox="0 0 20 20"
7019
7018
  fill="currentColor"
7019
+ viewBox="0 0 20 20"
7020
7020
  aria-hidden="true"
7021
7021
  role="img"
7022
7022
  width="1em"
@@ -7060,8 +7060,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7060
7060
  <span class="pf-v6-c-button__icon">
7061
7061
  <svg
7062
7062
  class="pf-v6-svg"
7063
- viewBox="0 0 20 20"
7064
7063
  fill="currentColor"
7064
+ viewBox="0 0 20 20"
7065
7065
  aria-hidden="true"
7066
7066
  role="img"
7067
7067
  width="1em"
@@ -7100,8 +7100,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7100
7100
  <span class="pf-v6-c-button__icon">
7101
7101
  <svg
7102
7102
  class="pf-v6-svg"
7103
- viewBox="0 0 20 20"
7104
7103
  fill="currentColor"
7104
+ viewBox="0 0 20 20"
7105
7105
  aria-hidden="true"
7106
7106
  role="img"
7107
7107
  width="1em"
@@ -7149,8 +7149,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7149
7149
  <span class="pf-v6-c-button__icon">
7150
7150
  <svg
7151
7151
  class="pf-v6-svg"
7152
- viewBox="0 0 20 20"
7153
7152
  fill="currentColor"
7153
+ viewBox="0 0 20 20"
7154
7154
  aria-hidden="true"
7155
7155
  role="img"
7156
7156
  width="1em"
@@ -7204,8 +7204,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7204
7204
  <span class="pf-v6-c-button__icon">
7205
7205
  <svg
7206
7206
  class="pf-v6-svg"
7207
- viewBox="0 0 20 20"
7208
7207
  fill="currentColor"
7208
+ viewBox="0 0 20 20"
7209
7209
  aria-hidden="true"
7210
7210
  role="img"
7211
7211
  width="1em"
@@ -7241,8 +7241,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7241
7241
  <span class="pf-v6-c-button__icon">
7242
7242
  <svg
7243
7243
  class="pf-v6-svg"
7244
- viewBox="0 0 20 20"
7245
7244
  fill="currentColor"
7245
+ viewBox="0 0 20 20"
7246
7246
  aria-hidden="true"
7247
7247
  role="img"
7248
7248
  width="1em"
@@ -7291,8 +7291,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7291
7291
  <span class="pf-v6-c-button__icon">
7292
7292
  <svg
7293
7293
  class="pf-v6-svg"
7294
- viewBox="0 0 20 20"
7295
7294
  fill="currentColor"
7295
+ viewBox="0 0 20 20"
7296
7296
  aria-hidden="true"
7297
7297
  role="img"
7298
7298
  width="1em"
@@ -7336,8 +7336,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7336
7336
  <span class="pf-v6-c-button__icon">
7337
7337
  <svg
7338
7338
  class="pf-v6-svg"
7339
- viewBox="0 0 20 20"
7340
7339
  fill="currentColor"
7340
+ viewBox="0 0 20 20"
7341
7341
  aria-hidden="true"
7342
7342
  role="img"
7343
7343
  width="1em"
@@ -7376,8 +7376,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7376
7376
  <span class="pf-v6-c-button__icon">
7377
7377
  <svg
7378
7378
  class="pf-v6-svg"
7379
- viewBox="0 0 20 20"
7380
7379
  fill="currentColor"
7380
+ viewBox="0 0 20 20"
7381
7381
  aria-hidden="true"
7382
7382
  role="img"
7383
7383
  width="1em"
@@ -7425,8 +7425,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7425
7425
  <span class="pf-v6-c-button__icon">
7426
7426
  <svg
7427
7427
  class="pf-v6-svg"
7428
- viewBox="0 0 20 20"
7429
7428
  fill="currentColor"
7429
+ viewBox="0 0 20 20"
7430
7430
  aria-hidden="true"
7431
7431
  role="img"
7432
7432
  width="1em"
@@ -7480,8 +7480,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7480
7480
  <span class="pf-v6-c-button__icon">
7481
7481
  <svg
7482
7482
  class="pf-v6-svg"
7483
- viewBox="0 0 20 20"
7484
7483
  fill="currentColor"
7484
+ viewBox="0 0 20 20"
7485
7485
  aria-hidden="true"
7486
7486
  role="img"
7487
7487
  width="1em"
@@ -7517,8 +7517,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7517
7517
  <span class="pf-v6-c-button__icon">
7518
7518
  <svg
7519
7519
  class="pf-v6-svg"
7520
- viewBox="0 0 20 20"
7521
7520
  fill="currentColor"
7521
+ viewBox="0 0 20 20"
7522
7522
  aria-hidden="true"
7523
7523
  role="img"
7524
7524
  width="1em"
@@ -7567,8 +7567,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7567
7567
  <span class="pf-v6-c-button__icon">
7568
7568
  <svg
7569
7569
  class="pf-v6-svg"
7570
- viewBox="0 0 20 20"
7571
7570
  fill="currentColor"
7571
+ viewBox="0 0 20 20"
7572
7572
  aria-hidden="true"
7573
7573
  role="img"
7574
7574
  width="1em"
@@ -7612,8 +7612,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7612
7612
  <span class="pf-v6-c-button__icon">
7613
7613
  <svg
7614
7614
  class="pf-v6-svg"
7615
- viewBox="0 0 20 20"
7616
7615
  fill="currentColor"
7616
+ viewBox="0 0 20 20"
7617
7617
  aria-hidden="true"
7618
7618
  role="img"
7619
7619
  width="1em"
@@ -7652,8 +7652,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7652
7652
  <span class="pf-v6-c-button__icon">
7653
7653
  <svg
7654
7654
  class="pf-v6-svg"
7655
- viewBox="0 0 20 20"
7656
7655
  fill="currentColor"
7656
+ viewBox="0 0 20 20"
7657
7657
  aria-hidden="true"
7658
7658
  role="img"
7659
7659
  width="1em"
@@ -7701,8 +7701,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7701
7701
  <span class="pf-v6-c-button__icon">
7702
7702
  <svg
7703
7703
  class="pf-v6-svg"
7704
- viewBox="0 0 20 20"
7705
7704
  fill="currentColor"
7705
+ viewBox="0 0 20 20"
7706
7706
  aria-hidden="true"
7707
7707
  role="img"
7708
7708
  width="1em"
@@ -7756,8 +7756,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7756
7756
  <span class="pf-v6-c-button__icon">
7757
7757
  <svg
7758
7758
  class="pf-v6-svg"
7759
- viewBox="0 0 20 20"
7760
7759
  fill="currentColor"
7760
+ viewBox="0 0 20 20"
7761
7761
  aria-hidden="true"
7762
7762
  role="img"
7763
7763
  width="1em"
@@ -7793,8 +7793,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7793
7793
  <span class="pf-v6-c-button__icon">
7794
7794
  <svg
7795
7795
  class="pf-v6-svg"
7796
- viewBox="0 0 20 20"
7797
7796
  fill="currentColor"
7797
+ viewBox="0 0 20 20"
7798
7798
  aria-hidden="true"
7799
7799
  role="img"
7800
7800
  width="1em"
@@ -7843,8 +7843,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7843
7843
  <span class="pf-v6-c-button__icon">
7844
7844
  <svg
7845
7845
  class="pf-v6-svg"
7846
- viewBox="0 0 20 20"
7847
7846
  fill="currentColor"
7847
+ viewBox="0 0 20 20"
7848
7848
  aria-hidden="true"
7849
7849
  role="img"
7850
7850
  width="1em"
@@ -7886,8 +7886,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7886
7886
  <span class="pf-v6-c-button__icon">
7887
7887
  <svg
7888
7888
  class="pf-v6-svg"
7889
- viewBox="0 0 20 20"
7890
7889
  fill="currentColor"
7890
+ viewBox="0 0 20 20"
7891
7891
  aria-hidden="true"
7892
7892
  role="img"
7893
7893
  width="1em"
@@ -7924,8 +7924,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7924
7924
  <span class="pf-v6-c-button__icon">
7925
7925
  <svg
7926
7926
  class="pf-v6-svg"
7927
- viewBox="0 0 20 20"
7928
7927
  fill="currentColor"
7928
+ viewBox="0 0 20 20"
7929
7929
  aria-hidden="true"
7930
7930
  role="img"
7931
7931
  width="1em"
@@ -7973,8 +7973,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
7973
7973
  <span class="pf-v6-c-button__icon">
7974
7974
  <svg
7975
7975
  class="pf-v6-svg"
7976
- viewBox="0 0 20 20"
7977
7976
  fill="currentColor"
7977
+ viewBox="0 0 20 20"
7978
7978
  aria-hidden="true"
7979
7979
  role="img"
7980
7980
  width="1em"
@@ -8028,8 +8028,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8028
8028
  <span class="pf-v6-c-button__icon">
8029
8029
  <svg
8030
8030
  class="pf-v6-svg"
8031
- viewBox="0 0 20 20"
8032
8031
  fill="currentColor"
8032
+ viewBox="0 0 20 20"
8033
8033
  aria-hidden="true"
8034
8034
  role="img"
8035
8035
  width="1em"
@@ -8065,8 +8065,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8065
8065
  <span class="pf-v6-c-button__icon">
8066
8066
  <svg
8067
8067
  class="pf-v6-svg"
8068
- viewBox="0 0 20 20"
8069
8068
  fill="currentColor"
8069
+ viewBox="0 0 20 20"
8070
8070
  aria-hidden="true"
8071
8071
  role="img"
8072
8072
  width="1em"
@@ -8115,8 +8115,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8115
8115
  <span class="pf-v6-c-button__icon">
8116
8116
  <svg
8117
8117
  class="pf-v6-svg"
8118
- viewBox="0 0 20 20"
8119
8118
  fill="currentColor"
8119
+ viewBox="0 0 20 20"
8120
8120
  aria-hidden="true"
8121
8121
  role="img"
8122
8122
  width="1em"
@@ -8160,8 +8160,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8160
8160
  <span class="pf-v6-c-button__icon">
8161
8161
  <svg
8162
8162
  class="pf-v6-svg"
8163
- viewBox="0 0 20 20"
8164
8163
  fill="currentColor"
8164
+ viewBox="0 0 20 20"
8165
8165
  aria-hidden="true"
8166
8166
  role="img"
8167
8167
  width="1em"
@@ -8200,8 +8200,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8200
8200
  <span class="pf-v6-c-button__icon">
8201
8201
  <svg
8202
8202
  class="pf-v6-svg"
8203
- viewBox="0 0 20 20"
8204
8203
  fill="currentColor"
8204
+ viewBox="0 0 20 20"
8205
8205
  aria-hidden="true"
8206
8206
  role="img"
8207
8207
  width="1em"
@@ -8254,8 +8254,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8254
8254
  <span class="pf-v6-c-button__icon">
8255
8255
  <svg
8256
8256
  class="pf-v6-svg"
8257
- viewBox="0 0 20 20"
8258
8257
  fill="currentColor"
8258
+ viewBox="0 0 20 20"
8259
8259
  aria-hidden="true"
8260
8260
  role="img"
8261
8261
  width="1em"
@@ -8291,8 +8291,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8291
8291
  <span class="pf-v6-c-button__icon">
8292
8292
  <svg
8293
8293
  class="pf-v6-svg"
8294
- viewBox="0 0 20 20"
8295
8294
  fill="currentColor"
8295
+ viewBox="0 0 20 20"
8296
8296
  aria-hidden="true"
8297
8297
  role="img"
8298
8298
  width="1em"
@@ -8337,8 +8337,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8337
8337
  <span class="pf-v6-c-button__icon">
8338
8338
  <svg
8339
8339
  class="pf-v6-svg"
8340
- viewBox="0 0 20 20"
8341
8340
  fill="currentColor"
8341
+ viewBox="0 0 20 20"
8342
8342
  aria-hidden="true"
8343
8343
  role="img"
8344
8344
  width="1em"
@@ -8371,8 +8371,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8371
8371
  <span class="pf-v6-c-button__icon">
8372
8372
  <svg
8373
8373
  class="pf-v6-svg"
8374
- viewBox="0 0 20 20"
8375
8374
  fill="currentColor"
8375
+ viewBox="0 0 20 20"
8376
8376
  aria-hidden="true"
8377
8377
  role="img"
8378
8378
  width="1em"
@@ -8421,8 +8421,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8421
8421
  <span class="pf-v6-c-button__icon">
8422
8422
  <svg
8423
8423
  class="pf-v6-svg"
8424
- viewBox="0 0 20 20"
8425
8424
  fill="currentColor"
8425
+ viewBox="0 0 20 20"
8426
8426
  aria-hidden="true"
8427
8427
  role="img"
8428
8428
  width="1em"
@@ -8466,8 +8466,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8466
8466
  <span class="pf-v6-c-button__icon">
8467
8467
  <svg
8468
8468
  class="pf-v6-svg"
8469
- viewBox="0 0 20 20"
8470
8469
  fill="currentColor"
8470
+ viewBox="0 0 20 20"
8471
8471
  aria-hidden="true"
8472
8472
  role="img"
8473
8473
  width="1em"
@@ -8506,8 +8506,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8506
8506
  <span class="pf-v6-c-button__icon">
8507
8507
  <svg
8508
8508
  class="pf-v6-svg"
8509
- viewBox="0 0 20 20"
8510
8509
  fill="currentColor"
8510
+ viewBox="0 0 20 20"
8511
8511
  aria-hidden="true"
8512
8512
  role="img"
8513
8513
  width="1em"
@@ -8558,8 +8558,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8558
8558
  <span class="pf-v6-c-button__icon">
8559
8559
  <svg
8560
8560
  class="pf-v6-svg"
8561
- viewBox="0 0 20 20"
8562
8561
  fill="currentColor"
8562
+ viewBox="0 0 20 20"
8563
8563
  aria-hidden="true"
8564
8564
  role="img"
8565
8565
  width="1em"
@@ -8595,8 +8595,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8595
8595
  <span class="pf-v6-c-button__icon">
8596
8596
  <svg
8597
8597
  class="pf-v6-svg"
8598
- viewBox="0 0 20 20"
8599
8598
  fill="currentColor"
8599
+ viewBox="0 0 20 20"
8600
8600
  aria-hidden="true"
8601
8601
  role="img"
8602
8602
  width="1em"
@@ -8641,8 +8641,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8641
8641
  <span class="pf-v6-c-button__icon">
8642
8642
  <svg
8643
8643
  class="pf-v6-svg"
8644
- viewBox="0 0 20 20"
8645
8644
  fill="currentColor"
8645
+ viewBox="0 0 20 20"
8646
8646
  aria-hidden="true"
8647
8647
  role="img"
8648
8648
  width="1em"
@@ -8675,8 +8675,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8675
8675
  <span class="pf-v6-c-button__icon">
8676
8676
  <svg
8677
8677
  class="pf-v6-svg"
8678
- viewBox="0 0 20 20"
8679
8678
  fill="currentColor"
8679
+ viewBox="0 0 20 20"
8680
8680
  aria-hidden="true"
8681
8681
  role="img"
8682
8682
  width="1em"
@@ -8725,8 +8725,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8725
8725
  <span class="pf-v6-c-button__icon">
8726
8726
  <svg
8727
8727
  class="pf-v6-svg"
8728
- viewBox="0 0 20 20"
8729
8728
  fill="currentColor"
8729
+ viewBox="0 0 20 20"
8730
8730
  aria-hidden="true"
8731
8731
  role="img"
8732
8732
  width="1em"
@@ -8770,8 +8770,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8770
8770
  <span class="pf-v6-c-button__icon">
8771
8771
  <svg
8772
8772
  class="pf-v6-svg"
8773
- viewBox="0 0 20 20"
8774
8773
  fill="currentColor"
8774
+ viewBox="0 0 20 20"
8775
8775
  aria-hidden="true"
8776
8776
  role="img"
8777
8777
  width="1em"
@@ -8810,8 +8810,8 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
8810
8810
  <span class="pf-v6-c-button__icon">
8811
8811
  <svg
8812
8812
  class="pf-v6-svg"
8813
- viewBox="0 0 20 20"
8814
8813
  fill="currentColor"
8814
+ viewBox="0 0 20 20"
8815
8815
  aria-hidden="true"
8816
8816
  role="img"
8817
8817
  width="1em"
@@ -8866,8 +8866,8 @@ This style of label is used to indicate overflow within a label group.
8866
8866
  <span class="pf-v6-c-button__icon">
8867
8867
  <svg
8868
8868
  class="pf-v6-svg"
8869
- viewBox="0 0 20 20"
8870
8869
  fill="currentColor"
8870
+ viewBox="0 0 20 20"
8871
8871
  aria-hidden="true"
8872
8872
  role="img"
8873
8873
  width="1em"
@@ -8917,8 +8917,8 @@ This style of label is used to indicate overflow within a label group.
8917
8917
  <span class="pf-v6-c-button__icon">
8918
8918
  <svg
8919
8919
  class="pf-v6-svg"
8920
- viewBox="0 0 20 20"
8921
8920
  fill="currentColor"
8921
+ viewBox="0 0 20 20"
8922
8922
  aria-hidden="true"
8923
8923
  role="img"
8924
8924
  width="1em"
@@ -9363,8 +9363,8 @@ The contents of a label group can be modified by removing labels or adding new o
9363
9363
  <span class="pf-v6-c-button__icon">
9364
9364
  <svg
9365
9365
  class="pf-v6-svg"
9366
- viewBox="0 0 20 20"
9367
9366
  fill="currentColor"
9367
+ viewBox="0 0 20 20"
9368
9368
  aria-hidden="true"
9369
9369
  role="img"
9370
9370
  width="1em"
@@ -9653,8 +9653,8 @@ The contents of a label group can be modified by removing labels or adding new o
9653
9653
  <span class="pf-v6-c-button__icon">
9654
9654
  <svg
9655
9655
  class="pf-v6-svg"
9656
- viewBox="0 0 20 20"
9657
9656
  fill="currentColor"
9657
+ viewBox="0 0 20 20"
9658
9658
  aria-hidden="true"
9659
9659
  role="img"
9660
9660
  width="1em"
@@ -9709,8 +9709,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
9709
9709
  <span class="pf-v6-c-button__icon">
9710
9710
  <svg
9711
9711
  class="pf-v6-svg"
9712
- viewBox="0 0 20 20"
9713
9712
  fill="currentColor"
9713
+ viewBox="0 0 20 20"
9714
9714
  aria-hidden="true"
9715
9715
  role="img"
9716
9716
  width="1em"
@@ -9749,8 +9749,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
9749
9749
  <span class="pf-v6-c-button__icon">
9750
9750
  <svg
9751
9751
  class="pf-v6-svg"
9752
- viewBox="0 0 20 20"
9753
9752
  fill="currentColor"
9753
+ viewBox="0 0 20 20"
9754
9754
  aria-hidden="true"
9755
9755
  role="img"
9756
9756
  width="1em"
@@ -9789,8 +9789,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
9789
9789
  <span class="pf-v6-c-button__icon">
9790
9790
  <svg
9791
9791
  class="pf-v6-svg"
9792
- viewBox="0 0 20 20"
9793
9792
  fill="currentColor"
9793
+ viewBox="0 0 20 20"
9794
9794
  aria-hidden="true"
9795
9795
  role="img"
9796
9796
  width="1em"
@@ -9853,8 +9853,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
9853
9853
  <span class="pf-v6-c-button__icon">
9854
9854
  <svg
9855
9855
  class="pf-v6-svg"
9856
- viewBox="0 0 20 20"
9857
9856
  fill="currentColor"
9857
+ viewBox="0 0 20 20"
9858
9858
  aria-hidden="true"
9859
9859
  role="img"
9860
9860
  width="1em"
@@ -9893,8 +9893,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
9893
9893
  <span class="pf-v6-c-button__icon">
9894
9894
  <svg
9895
9895
  class="pf-v6-svg"
9896
- viewBox="0 0 20 20"
9897
9896
  fill="currentColor"
9897
+ viewBox="0 0 20 20"
9898
9898
  aria-hidden="true"
9899
9899
  role="img"
9900
9900
  width="1em"
@@ -9965,8 +9965,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
9965
9965
  <span class="pf-v6-c-button__icon">
9966
9966
  <svg
9967
9967
  class="pf-v6-svg"
9968
- viewBox="0 0 20 20"
9969
9968
  fill="currentColor"
9969
+ viewBox="0 0 20 20"
9970
9970
  aria-hidden="true"
9971
9971
  role="img"
9972
9972
  width="1em"
@@ -10000,8 +10000,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
10000
10000
  <span class="pf-v6-c-button__icon">
10001
10001
  <svg
10002
10002
  class="pf-v6-svg"
10003
- viewBox="0 0 20 20"
10004
10003
  fill="currentColor"
10004
+ viewBox="0 0 20 20"
10005
10005
  aria-hidden="true"
10006
10006
  role="img"
10007
10007
  width="1em"
@@ -10035,8 +10035,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
10035
10035
  <span class="pf-v6-c-button__icon">
10036
10036
  <svg
10037
10037
  class="pf-v6-svg"
10038
- viewBox="0 0 20 20"
10039
10038
  fill="currentColor"
10039
+ viewBox="0 0 20 20"
10040
10040
  aria-hidden="true"
10041
10041
  role="img"
10042
10042
  width="1em"
@@ -10094,8 +10094,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
10094
10094
  <span class="pf-v6-c-button__icon">
10095
10095
  <svg
10096
10096
  class="pf-v6-svg"
10097
- viewBox="0 0 20 20"
10098
10097
  fill="currentColor"
10098
+ viewBox="0 0 20 20"
10099
10099
  aria-hidden="true"
10100
10100
  role="img"
10101
10101
  width="1em"
@@ -10129,8 +10129,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
10129
10129
  <span class="pf-v6-c-button__icon">
10130
10130
  <svg
10131
10131
  class="pf-v6-svg"
10132
- viewBox="0 0 20 20"
10133
10132
  fill="currentColor"
10133
+ viewBox="0 0 20 20"
10134
10134
  aria-hidden="true"
10135
10135
  role="img"
10136
10136
  width="1em"
@@ -10169,8 +10169,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
10169
10169
  <span class="pf-v6-c-button__icon">
10170
10170
  <svg
10171
10171
  class="pf-v6-svg"
10172
- viewBox="0 0 20 20"
10173
10172
  fill="currentColor"
10173
+ viewBox="0 0 20 20"
10174
10174
  aria-hidden="true"
10175
10175
  role="img"
10176
10176
  width="1em"
@@ -10209,8 +10209,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
10209
10209
  <span class="pf-v6-c-button__icon">
10210
10210
  <svg
10211
10211
  class="pf-v6-svg"
10212
- viewBox="0 0 20 20"
10213
10212
  fill="currentColor"
10213
+ viewBox="0 0 20 20"
10214
10214
  aria-hidden="true"
10215
10215
  role="img"
10216
10216
  width="1em"
@@ -10249,8 +10249,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
10249
10249
  <span class="pf-v6-c-button__icon">
10250
10250
  <svg
10251
10251
  class="pf-v6-svg"
10252
- viewBox="0 0 20 20"
10253
10252
  fill="currentColor"
10253
+ viewBox="0 0 20 20"
10254
10254
  aria-hidden="true"
10255
10255
  role="img"
10256
10256
  width="1em"
@@ -10450,8 +10450,8 @@ In addition to the JavaScript management of [editable labels](/components/label#
10450
10450
  <span class="pf-v6-c-button__icon">
10451
10451
  <svg
10452
10452
  class="pf-v6-svg"
10453
- viewBox="0 0 20 20"
10454
10453
  fill="currentColor"
10454
+ viewBox="0 0 20 20"
10455
10455
  aria-hidden="true"
10456
10456
  role="img"
10457
10457
  width="1em"