@patternfly/patternfly 6.5.0-prerelease.42 → 6.5.0-prerelease.44

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 (68) hide show
  1. package/components/Button/button.css +75 -2
  2. package/components/Button/button.scss +84 -3
  3. package/components/Compass/compass.css +5 -5
  4. package/components/Compass/compass.scss +5 -4
  5. package/components/_index.css +80 -7
  6. package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
  7. package/docs/components/ActionList/examples/ActionList.md +143 -11
  8. package/docs/components/Alert/examples/Alert.md +182 -14
  9. package/docs/components/BackToTop/examples/BackToTop.md +13 -1
  10. package/docs/components/Button/examples/Button.md +2017 -157
  11. package/docs/components/CalendarMonth/examples/CalendarMonth.md +104 -8
  12. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +208 -16
  13. package/docs/components/CodeBlock/examples/CodeBlock.md +78 -6
  14. package/docs/components/CodeEditor/examples/CodeEditor.md +195 -15
  15. package/docs/components/Compass/examples/Compass.md +1 -0
  16. package/docs/components/DatePicker/examples/DatePicker.md +78 -6
  17. package/docs/components/DescriptionList/examples/DescriptionList.md +325 -25
  18. package/docs/components/Drawer/examples/Drawer.md +273 -21
  19. package/docs/components/DualListSelector/examples/DualListSelector.md +106 -112
  20. package/docs/components/InlineEdit/examples/InlineEdit.md +312 -24
  21. package/docs/components/InputGroup/examples/InputGroup.md +26 -2
  22. package/docs/components/Label/examples/Label.md +242 -218
  23. package/docs/components/Login/examples/Login.md +26 -2
  24. package/docs/components/Masthead/examples/masthead.md +13 -1
  25. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
  26. package/docs/components/ModalBox/examples/ModalBox.md +195 -15
  27. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +117 -9
  28. package/docs/components/Nav/examples/Navigation.md +52 -4
  29. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +26 -2
  30. package/docs/components/OverflowMenu/examples/overflow-menu.md +78 -6
  31. package/docs/components/Page/examples/Page.md +13 -1
  32. package/docs/components/Pagination/examples/Pagination.md +624 -48
  33. package/docs/components/Popover/examples/Popover.md +208 -16
  34. package/docs/components/Slider/examples/Slider.md +4 -4
  35. package/docs/components/Table/examples/Table.md +52 -4
  36. package/docs/components/Tabs/examples/Tabs.md +1378 -106
  37. package/docs/components/TextInputGroup/examples/TextInputGroup.md +128 -44
  38. package/docs/components/Toolbar/examples/Toolbar.md +455 -35
  39. package/docs/components/TreeView/examples/TreeView.md +52 -4
  40. package/docs/components/Wizard/examples/Wizard.md +169 -13
  41. package/docs/demos/AboutModal/examples/AboutModal.md +13 -1
  42. package/docs/demos/Alert/examples/Alert.md +39 -3
  43. package/docs/demos/BackToTop/examples/BackToTop.md +13 -1
  44. package/docs/demos/Button/examples/Button.md +13 -1
  45. package/docs/demos/Card/examples/Card.md +65 -5
  46. package/docs/demos/CardView/examples/CardView.md +78 -6
  47. package/docs/demos/Compass/examples/Compass.md +689 -359
  48. package/docs/demos/Dashboard/examples/Dashboard.md +39 -3
  49. package/docs/demos/DataList/examples/DataList.md +312 -24
  50. package/docs/demos/DescriptionList/examples/DescriptionList.md +13 -1
  51. package/docs/demos/Drawer/examples/Drawer.md +39 -3
  52. package/docs/demos/Form/examples/BasicForms.md +106 -10
  53. package/docs/demos/JumpLinks/examples/JumpLinks.md +26 -2
  54. package/docs/demos/Masthead/examples/Masthead.md +40 -4
  55. package/docs/demos/Modal/examples/Modal.md +78 -6
  56. package/docs/demos/Nav/examples/Nav.md +52 -4
  57. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
  58. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
  59. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +295 -55
  60. package/docs/demos/Table/examples/Table.md +1108 -145
  61. package/docs/demos/Tabs/examples/Tabs.md +53 -8
  62. package/docs/demos/Toolbar/examples/Toolbar.md +414 -36
  63. package/docs/demos/Wizard/examples/Wizard.md +130 -10
  64. package/package.json +2 -2
  65. package/patternfly-no-globals.css +80 -7
  66. package/patternfly.css +80 -7
  67. package/patternfly.min.css +1 -1
  68. package/patternfly.min.css.map +1 -1
@@ -45,7 +45,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
45
45
  aria-labelledby="grey-filled-removable-button grey-filled-removable-text"
46
46
  >
47
47
  <span class="pf-v6-c-button__icon">
48
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
48
+ <!-- Icon "times fa-fw" not found -->
49
49
  </span>
50
50
  </button>
51
51
  </span>
@@ -70,7 +70,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
70
70
  aria-labelledby="grey-filled-icon-removable-button grey-filled-icon-removable-text"
71
71
  >
72
72
  <span class="pf-v6-c-button__icon">
73
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
73
+ <!-- Icon "times fa-fw" not found -->
74
74
  </span>
75
75
  </button>
76
76
  </span>
@@ -104,7 +104,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
104
104
  aria-labelledby="grey-filled-link-removable-button grey-filled-link-removable-text"
105
105
  >
106
106
  <span class="pf-v6-c-button__icon">
107
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
107
+ <!-- Icon "times fa-fw" not found -->
108
108
  </span>
109
109
  </button>
110
110
  </span>
@@ -126,7 +126,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
126
126
  aria-labelledby="grey-filled-button-removable-button grey-filled-button-removable-text"
127
127
  >
128
128
  <span class="pf-v6-c-button__icon">
129
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
129
+ <!-- Icon "times fa-fw" not found -->
130
130
  </span>
131
131
  </button>
132
132
  </span>
@@ -164,7 +164,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
164
164
  aria-labelledby="grey-filled-truncated-with-icon-button grey-filled-truncated-with-icon-text"
165
165
  >
166
166
  <span class="pf-v6-c-button__icon">
167
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
167
+ <!-- Icon "times fa-fw" not found -->
168
168
  </span>
169
169
  </button>
170
170
  </span>
@@ -195,7 +195,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
195
195
  aria-labelledby="grey-filled-link-removable-disabled-button grey-filled-link-removable-disabled-text"
196
196
  >
197
197
  <span class="pf-v6-c-button__icon">
198
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
198
+ <!-- Icon "times fa-fw" not found -->
199
199
  </span>
200
200
  </button>
201
201
  </span>
@@ -221,7 +221,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
221
221
  aria-labelledby="grey-filled-button-removable-disabled-button grey-filled-button-removable-disabled-text"
222
222
  >
223
223
  <span class="pf-v6-c-button__icon">
224
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
224
+ <!-- Icon "times fa-fw" not found -->
225
225
  </span>
226
226
  </button>
227
227
  </span>
@@ -261,7 +261,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
261
261
  aria-labelledby="blue-filled-removable-button blue-filled-removable-text"
262
262
  >
263
263
  <span class="pf-v6-c-button__icon">
264
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
264
+ <!-- Icon "times fa-fw" not found -->
265
265
  </span>
266
266
  </button>
267
267
  </span>
@@ -286,7 +286,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
286
286
  aria-labelledby="blue-filled-icon-removable-button blue-filled-icon-removable-text"
287
287
  >
288
288
  <span class="pf-v6-c-button__icon">
289
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
289
+ <!-- Icon "times fa-fw" not found -->
290
290
  </span>
291
291
  </button>
292
292
  </span>
@@ -320,7 +320,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
320
320
  aria-labelledby="blue-filled-link-removable-button blue-filled-link-removable-text"
321
321
  >
322
322
  <span class="pf-v6-c-button__icon">
323
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
323
+ <!-- Icon "times fa-fw" not found -->
324
324
  </span>
325
325
  </button>
326
326
  </span>
@@ -342,7 +342,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
342
342
  aria-labelledby="blue-filled-button-removable-button blue-filled-button-removable-text"
343
343
  >
344
344
  <span class="pf-v6-c-button__icon">
345
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
345
+ <!-- Icon "times fa-fw" not found -->
346
346
  </span>
347
347
  </button>
348
348
  </span>
@@ -380,7 +380,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
380
380
  aria-labelledby="blue-filled-truncated-with-icon-button blue-filled-truncated-with-icon-text"
381
381
  >
382
382
  <span class="pf-v6-c-button__icon">
383
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
383
+ <!-- Icon "times fa-fw" not found -->
384
384
  </span>
385
385
  </button>
386
386
  </span>
@@ -411,7 +411,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
411
411
  aria-labelledby="blue-filled-link-removable-disabled-button blue-filled-link-removable-disabled-text"
412
412
  >
413
413
  <span class="pf-v6-c-button__icon">
414
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
414
+ <!-- Icon "times fa-fw" not found -->
415
415
  </span>
416
416
  </button>
417
417
  </span>
@@ -437,7 +437,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
437
437
  aria-labelledby="blue-filled-button-removable-disabled-button blue-filled-button-removable-disabled-text"
438
438
  >
439
439
  <span class="pf-v6-c-button__icon">
440
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
440
+ <!-- Icon "times fa-fw" not found -->
441
441
  </span>
442
442
  </button>
443
443
  </span>
@@ -477,7 +477,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
477
477
  aria-labelledby="green-filled-removable-button green-filled-removable-text"
478
478
  >
479
479
  <span class="pf-v6-c-button__icon">
480
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
480
+ <!-- Icon "times fa-fw" not found -->
481
481
  </span>
482
482
  </button>
483
483
  </span>
@@ -502,7 +502,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
502
502
  aria-labelledby="green-filled-icon-removable-button green-filled-icon-removable-text"
503
503
  >
504
504
  <span class="pf-v6-c-button__icon">
505
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
505
+ <!-- Icon "times fa-fw" not found -->
506
506
  </span>
507
507
  </button>
508
508
  </span>
@@ -536,7 +536,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
536
536
  aria-labelledby="green-filled-link-removable-button green-filled-link-removable-text"
537
537
  >
538
538
  <span class="pf-v6-c-button__icon">
539
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
539
+ <!-- Icon "times fa-fw" not found -->
540
540
  </span>
541
541
  </button>
542
542
  </span>
@@ -558,7 +558,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
558
558
  aria-labelledby="green-filled-button-removable-button green-filled-button-removable-text"
559
559
  >
560
560
  <span class="pf-v6-c-button__icon">
561
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
561
+ <!-- Icon "times fa-fw" not found -->
562
562
  </span>
563
563
  </button>
564
564
  </span>
@@ -596,7 +596,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
596
596
  aria-labelledby="green-filled-truncated-with-icon-button green-filled-truncated-with-icon-text"
597
597
  >
598
598
  <span class="pf-v6-c-button__icon">
599
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
599
+ <!-- Icon "times fa-fw" not found -->
600
600
  </span>
601
601
  </button>
602
602
  </span>
@@ -627,7 +627,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
627
627
  aria-labelledby="green-filled-link-removable-disabled-button green-filled-link-removable-disabled-text"
628
628
  >
629
629
  <span class="pf-v6-c-button__icon">
630
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
630
+ <!-- Icon "times fa-fw" not found -->
631
631
  </span>
632
632
  </button>
633
633
  </span>
@@ -653,7 +653,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
653
653
  aria-labelledby="green-filled-button-removable-disabled-button green-filled-button-removable-disabled-text"
654
654
  >
655
655
  <span class="pf-v6-c-button__icon">
656
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
656
+ <!-- Icon "times fa-fw" not found -->
657
657
  </span>
658
658
  </button>
659
659
  </span>
@@ -693,7 +693,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
693
693
  aria-labelledby="orange-filled-removable-button orange-filled-removable-text"
694
694
  >
695
695
  <span class="pf-v6-c-button__icon">
696
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
696
+ <!-- Icon "times fa-fw" not found -->
697
697
  </span>
698
698
  </button>
699
699
  </span>
@@ -718,7 +718,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
718
718
  aria-labelledby="orange-filled-icon-removable-button orange-filled-icon-removable-text"
719
719
  >
720
720
  <span class="pf-v6-c-button__icon">
721
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
721
+ <!-- Icon "times fa-fw" not found -->
722
722
  </span>
723
723
  </button>
724
724
  </span>
@@ -752,7 +752,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
752
752
  aria-labelledby="orange-filled-link-removable-button orange-filled-link-removable-text"
753
753
  >
754
754
  <span class="pf-v6-c-button__icon">
755
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
755
+ <!-- Icon "times fa-fw" not found -->
756
756
  </span>
757
757
  </button>
758
758
  </span>
@@ -774,7 +774,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
774
774
  aria-labelledby="orange-filled-button-removable-button orange-filled-button-removable-text"
775
775
  >
776
776
  <span class="pf-v6-c-button__icon">
777
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
777
+ <!-- Icon "times fa-fw" not found -->
778
778
  </span>
779
779
  </button>
780
780
  </span>
@@ -812,7 +812,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
812
812
  aria-labelledby="orange-filled-truncated-with-icon-button orange-filled-truncated-with-icon-text"
813
813
  >
814
814
  <span class="pf-v6-c-button__icon">
815
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
815
+ <!-- Icon "times fa-fw" not found -->
816
816
  </span>
817
817
  </button>
818
818
  </span>
@@ -845,7 +845,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
845
845
  aria-labelledby="orange-filled-link-removable-disabled-button orange-filled-link-removable-disabled-text"
846
846
  >
847
847
  <span class="pf-v6-c-button__icon">
848
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
848
+ <!-- Icon "times fa-fw" not found -->
849
849
  </span>
850
850
  </button>
851
851
  </span>
@@ -873,7 +873,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
873
873
  aria-labelledby="orange-filled-button-removable-disabled-button orange-filled-button-removable-disabled-text"
874
874
  >
875
875
  <span class="pf-v6-c-button__icon">
876
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
876
+ <!-- Icon "times fa-fw" not found -->
877
877
  </span>
878
878
  </button>
879
879
  </span>
@@ -913,7 +913,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
913
913
  aria-labelledby="red-filled-removable-button red-filled-removable-text"
914
914
  >
915
915
  <span class="pf-v6-c-button__icon">
916
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
916
+ <!-- Icon "times fa-fw" not found -->
917
917
  </span>
918
918
  </button>
919
919
  </span>
@@ -938,7 +938,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
938
938
  aria-labelledby="red-filled-icon-removable-button red-filled-icon-removable-text"
939
939
  >
940
940
  <span class="pf-v6-c-button__icon">
941
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
941
+ <!-- Icon "times fa-fw" not found -->
942
942
  </span>
943
943
  </button>
944
944
  </span>
@@ -972,7 +972,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
972
972
  aria-labelledby="red-filled-link-removable-button red-filled-link-removable-text"
973
973
  >
974
974
  <span class="pf-v6-c-button__icon">
975
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
975
+ <!-- Icon "times fa-fw" not found -->
976
976
  </span>
977
977
  </button>
978
978
  </span>
@@ -994,7 +994,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
994
994
  aria-labelledby="red-filled-button-removable-button red-filled-button-removable-text"
995
995
  >
996
996
  <span class="pf-v6-c-button__icon">
997
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
997
+ <!-- Icon "times fa-fw" not found -->
998
998
  </span>
999
999
  </button>
1000
1000
  </span>
@@ -1032,7 +1032,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1032
1032
  aria-labelledby="red-filled-truncated-with-icon-button red-filled-truncated-with-icon-text"
1033
1033
  >
1034
1034
  <span class="pf-v6-c-button__icon">
1035
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1035
+ <!-- Icon "times fa-fw" not found -->
1036
1036
  </span>
1037
1037
  </button>
1038
1038
  </span>
@@ -1063,7 +1063,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1063
1063
  aria-labelledby="red-filled-link-removable-disabled-button red-filled-link-removable-disabled-text"
1064
1064
  >
1065
1065
  <span class="pf-v6-c-button__icon">
1066
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1066
+ <!-- Icon "times fa-fw" not found -->
1067
1067
  </span>
1068
1068
  </button>
1069
1069
  </span>
@@ -1089,7 +1089,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1089
1089
  aria-labelledby="red-filled-button-removable-disabled-button red-filled-button-removable-disabled-text"
1090
1090
  >
1091
1091
  <span class="pf-v6-c-button__icon">
1092
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1092
+ <!-- Icon "times fa-fw" not found -->
1093
1093
  </span>
1094
1094
  </button>
1095
1095
  </span>
@@ -1129,7 +1129,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1129
1129
  aria-labelledby="orangered-filled-removable-button orangered-filled-removable-text"
1130
1130
  >
1131
1131
  <span class="pf-v6-c-button__icon">
1132
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1132
+ <!-- Icon "times fa-fw" not found -->
1133
1133
  </span>
1134
1134
  </button>
1135
1135
  </span>
@@ -1154,7 +1154,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1154
1154
  aria-labelledby="orangered-filled-icon-removable-button orangered-filled-icon-removable-text"
1155
1155
  >
1156
1156
  <span class="pf-v6-c-button__icon">
1157
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1157
+ <!-- Icon "times fa-fw" not found -->
1158
1158
  </span>
1159
1159
  </button>
1160
1160
  </span>
@@ -1188,7 +1188,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1188
1188
  aria-labelledby="orangered-filled-link-removable-button orangered-filled-link-removable-text"
1189
1189
  >
1190
1190
  <span class="pf-v6-c-button__icon">
1191
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1191
+ <!-- Icon "times fa-fw" not found -->
1192
1192
  </span>
1193
1193
  </button>
1194
1194
  </span>
@@ -1210,7 +1210,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1210
1210
  aria-labelledby="orangered-filled-button-removable-button orangered-filled-button-removable-text"
1211
1211
  >
1212
1212
  <span class="pf-v6-c-button__icon">
1213
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1213
+ <!-- Icon "times fa-fw" not found -->
1214
1214
  </span>
1215
1215
  </button>
1216
1216
  </span>
@@ -1248,7 +1248,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1248
1248
  aria-labelledby="orangered-filled-truncated-with-icon-button orangered-filled-truncated-with-icon-text"
1249
1249
  >
1250
1250
  <span class="pf-v6-c-button__icon">
1251
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1251
+ <!-- Icon "times fa-fw" not found -->
1252
1252
  </span>
1253
1253
  </button>
1254
1254
  </span>
@@ -1281,7 +1281,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1281
1281
  aria-labelledby="orangered-filled-link-removable-disabled-button orangered-filled-link-removable-disabled-text"
1282
1282
  >
1283
1283
  <span class="pf-v6-c-button__icon">
1284
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1284
+ <!-- Icon "times fa-fw" not found -->
1285
1285
  </span>
1286
1286
  </button>
1287
1287
  </span>
@@ -1309,7 +1309,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1309
1309
  aria-labelledby="orangered-filled-button-removable-disabled-button orangered-filled-button-removable-disabled-text"
1310
1310
  >
1311
1311
  <span class="pf-v6-c-button__icon">
1312
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1312
+ <!-- Icon "times fa-fw" not found -->
1313
1313
  </span>
1314
1314
  </button>
1315
1315
  </span>
@@ -1349,7 +1349,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1349
1349
  aria-labelledby="purple-filled-removable-button purple-filled-removable-text"
1350
1350
  >
1351
1351
  <span class="pf-v6-c-button__icon">
1352
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1352
+ <!-- Icon "times fa-fw" not found -->
1353
1353
  </span>
1354
1354
  </button>
1355
1355
  </span>
@@ -1374,7 +1374,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1374
1374
  aria-labelledby="purple-filled-icon-removable-button purple-filled-icon-removable-text"
1375
1375
  >
1376
1376
  <span class="pf-v6-c-button__icon">
1377
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1377
+ <!-- Icon "times fa-fw" not found -->
1378
1378
  </span>
1379
1379
  </button>
1380
1380
  </span>
@@ -1408,7 +1408,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1408
1408
  aria-labelledby="purple-filled-link-removable-button purple-filled-link-removable-text"
1409
1409
  >
1410
1410
  <span class="pf-v6-c-button__icon">
1411
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1411
+ <!-- Icon "times fa-fw" not found -->
1412
1412
  </span>
1413
1413
  </button>
1414
1414
  </span>
@@ -1430,7 +1430,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1430
1430
  aria-labelledby="purple-filled-button-removable-button purple-filled-button-removable-text"
1431
1431
  >
1432
1432
  <span class="pf-v6-c-button__icon">
1433
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1433
+ <!-- Icon "times fa-fw" not found -->
1434
1434
  </span>
1435
1435
  </button>
1436
1436
  </span>
@@ -1468,7 +1468,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1468
1468
  aria-labelledby="purple-filled-truncated-with-icon-button purple-filled-truncated-with-icon-text"
1469
1469
  >
1470
1470
  <span class="pf-v6-c-button__icon">
1471
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1471
+ <!-- Icon "times fa-fw" not found -->
1472
1472
  </span>
1473
1473
  </button>
1474
1474
  </span>
@@ -1501,7 +1501,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1501
1501
  aria-labelledby="purple-filled-link-removable-disabled-button purple-filled-link-removable-disabled-text"
1502
1502
  >
1503
1503
  <span class="pf-v6-c-button__icon">
1504
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1504
+ <!-- Icon "times fa-fw" not found -->
1505
1505
  </span>
1506
1506
  </button>
1507
1507
  </span>
@@ -1529,7 +1529,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1529
1529
  aria-labelledby="purple-filled-button-removable-disabled-button purple-filled-button-removable-disabled-text"
1530
1530
  >
1531
1531
  <span class="pf-v6-c-button__icon">
1532
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1532
+ <!-- Icon "times fa-fw" not found -->
1533
1533
  </span>
1534
1534
  </button>
1535
1535
  </span>
@@ -1569,7 +1569,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1569
1569
  aria-labelledby="teal-filled-removable-button teal-filled-removable-text"
1570
1570
  >
1571
1571
  <span class="pf-v6-c-button__icon">
1572
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1572
+ <!-- Icon "times fa-fw" not found -->
1573
1573
  </span>
1574
1574
  </button>
1575
1575
  </span>
@@ -1594,7 +1594,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1594
1594
  aria-labelledby="teal-filled-icon-removable-button teal-filled-icon-removable-text"
1595
1595
  >
1596
1596
  <span class="pf-v6-c-button__icon">
1597
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1597
+ <!-- Icon "times fa-fw" not found -->
1598
1598
  </span>
1599
1599
  </button>
1600
1600
  </span>
@@ -1628,7 +1628,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1628
1628
  aria-labelledby="teal-filled-link-removable-button teal-filled-link-removable-text"
1629
1629
  >
1630
1630
  <span class="pf-v6-c-button__icon">
1631
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1631
+ <!-- Icon "times fa-fw" not found -->
1632
1632
  </span>
1633
1633
  </button>
1634
1634
  </span>
@@ -1650,7 +1650,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1650
1650
  aria-labelledby="teal-filled-button-removable-button teal-filled-button-removable-text"
1651
1651
  >
1652
1652
  <span class="pf-v6-c-button__icon">
1653
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1653
+ <!-- Icon "times fa-fw" not found -->
1654
1654
  </span>
1655
1655
  </button>
1656
1656
  </span>
@@ -1688,7 +1688,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1688
1688
  aria-labelledby="teal-filled-truncated-with-icon-button teal-filled-truncated-with-icon-text"
1689
1689
  >
1690
1690
  <span class="pf-v6-c-button__icon">
1691
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1691
+ <!-- Icon "times fa-fw" not found -->
1692
1692
  </span>
1693
1693
  </button>
1694
1694
  </span>
@@ -1719,7 +1719,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1719
1719
  aria-labelledby="teal-filled-link-removable-disabled-button teal-filled-link-removable-disabled-text"
1720
1720
  >
1721
1721
  <span class="pf-v6-c-button__icon">
1722
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1722
+ <!-- Icon "times fa-fw" not found -->
1723
1723
  </span>
1724
1724
  </button>
1725
1725
  </span>
@@ -1745,7 +1745,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1745
1745
  aria-labelledby="teal-filled-button-removable-disabled-button teal-filled-button-removable-disabled-text"
1746
1746
  >
1747
1747
  <span class="pf-v6-c-button__icon">
1748
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1748
+ <!-- Icon "times fa-fw" not found -->
1749
1749
  </span>
1750
1750
  </button>
1751
1751
  </span>
@@ -1785,7 +1785,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1785
1785
  aria-labelledby="yellow-filled-removable-button yellow-filled-removable-text"
1786
1786
  >
1787
1787
  <span class="pf-v6-c-button__icon">
1788
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1788
+ <!-- Icon "times fa-fw" not found -->
1789
1789
  </span>
1790
1790
  </button>
1791
1791
  </span>
@@ -1810,7 +1810,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1810
1810
  aria-labelledby="yellow-filled-icon-removable-button yellow-filled-icon-removable-text"
1811
1811
  >
1812
1812
  <span class="pf-v6-c-button__icon">
1813
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1813
+ <!-- Icon "times fa-fw" not found -->
1814
1814
  </span>
1815
1815
  </button>
1816
1816
  </span>
@@ -1844,7 +1844,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1844
1844
  aria-labelledby="yellow-filled-link-removable-button yellow-filled-link-removable-text"
1845
1845
  >
1846
1846
  <span class="pf-v6-c-button__icon">
1847
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1847
+ <!-- Icon "times fa-fw" not found -->
1848
1848
  </span>
1849
1849
  </button>
1850
1850
  </span>
@@ -1866,7 +1866,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1866
1866
  aria-labelledby="yellow-filled-button-removable-button yellow-filled-button-removable-text"
1867
1867
  >
1868
1868
  <span class="pf-v6-c-button__icon">
1869
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1869
+ <!-- Icon "times fa-fw" not found -->
1870
1870
  </span>
1871
1871
  </button>
1872
1872
  </span>
@@ -1904,7 +1904,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1904
1904
  aria-labelledby="yellow-filled-truncated-with-icon-button yellow-filled-truncated-with-icon-text"
1905
1905
  >
1906
1906
  <span class="pf-v6-c-button__icon">
1907
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1907
+ <!-- Icon "times fa-fw" not found -->
1908
1908
  </span>
1909
1909
  </button>
1910
1910
  </span>
@@ -1937,7 +1937,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1937
1937
  aria-labelledby="yellow-filled-link-removable-disabled-button yellow-filled-link-removable-disabled-text"
1938
1938
  >
1939
1939
  <span class="pf-v6-c-button__icon">
1940
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1940
+ <!-- Icon "times fa-fw" not found -->
1941
1941
  </span>
1942
1942
  </button>
1943
1943
  </span>
@@ -1965,7 +1965,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1965
1965
  aria-labelledby="yellow-filled-button-removable-disabled-button yellow-filled-button-removable-disabled-text"
1966
1966
  >
1967
1967
  <span class="pf-v6-c-button__icon">
1968
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1968
+ <!-- Icon "times fa-fw" not found -->
1969
1969
  </span>
1970
1970
  </button>
1971
1971
  </span>
@@ -2007,7 +2007,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2007
2007
  aria-labelledby="success-filled-status-removable-button success-filled-status-removable-text"
2008
2008
  >
2009
2009
  <span class="pf-v6-c-button__icon">
2010
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2010
+ <!-- Icon "times fa-fw" not found -->
2011
2011
  </span>
2012
2012
  </button>
2013
2013
  </span>
@@ -2050,7 +2050,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2050
2050
  aria-labelledby="success-filled-status-link-removable-button success-filled-status-link-removable-text"
2051
2051
  >
2052
2052
  <span class="pf-v6-c-button__icon">
2053
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2053
+ <!-- Icon "times fa-fw" not found -->
2054
2054
  </span>
2055
2055
  </button>
2056
2056
  </span>
@@ -2075,7 +2075,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2075
2075
  aria-labelledby="success-filled-status-button-removable-button success-filled-status-button-removable-text"
2076
2076
  >
2077
2077
  <span class="pf-v6-c-button__icon">
2078
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2078
+ <!-- Icon "times fa-fw" not found -->
2079
2079
  </span>
2080
2080
  </button>
2081
2081
  </span>
@@ -2113,7 +2113,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2113
2113
  aria-labelledby="success-filled-status-truncated-removable-button success-filled-status-truncated-removable-text"
2114
2114
  >
2115
2115
  <span class="pf-v6-c-button__icon">
2116
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2116
+ <!-- Icon "times fa-fw" not found -->
2117
2117
  </span>
2118
2118
  </button>
2119
2119
  </span>
@@ -2146,7 +2146,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2146
2146
  aria-labelledby="success-filled-status-link-removable-disabled-button success-filled-status-link-removable-disabled-text"
2147
2147
  >
2148
2148
  <span class="pf-v6-c-button__icon">
2149
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2149
+ <!-- Icon "times fa-fw" not found -->
2150
2150
  </span>
2151
2151
  </button>
2152
2152
  </span>
@@ -2174,7 +2174,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2174
2174
  aria-labelledby="success-filled-status-button-removable-disabled-button success-filled-status-button-removable-disabled-text"
2175
2175
  >
2176
2176
  <span class="pf-v6-c-button__icon">
2177
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2177
+ <!-- Icon "times fa-fw" not found -->
2178
2178
  </span>
2179
2179
  </button>
2180
2180
  </span>
@@ -2211,7 +2211,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2211
2211
  aria-labelledby="warning-filled-status-removable-button warning-filled-status-removable-text"
2212
2212
  >
2213
2213
  <span class="pf-v6-c-button__icon">
2214
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2214
+ <!-- Icon "times fa-fw" not found -->
2215
2215
  </span>
2216
2216
  </button>
2217
2217
  </span>
@@ -2254,7 +2254,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2254
2254
  aria-labelledby="warning-filled-status-link-removable-button warning-filled-status-link-removable-text"
2255
2255
  >
2256
2256
  <span class="pf-v6-c-button__icon">
2257
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2257
+ <!-- Icon "times fa-fw" not found -->
2258
2258
  </span>
2259
2259
  </button>
2260
2260
  </span>
@@ -2279,7 +2279,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2279
2279
  aria-labelledby="warning-filled-status-button-removable-button warning-filled-status-button-removable-text"
2280
2280
  >
2281
2281
  <span class="pf-v6-c-button__icon">
2282
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2282
+ <!-- Icon "times fa-fw" not found -->
2283
2283
  </span>
2284
2284
  </button>
2285
2285
  </span>
@@ -2317,7 +2317,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2317
2317
  aria-labelledby="warning-filled-status-truncated-removable-button warning-filled-status-truncated-removable-text"
2318
2318
  >
2319
2319
  <span class="pf-v6-c-button__icon">
2320
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2320
+ <!-- Icon "times fa-fw" not found -->
2321
2321
  </span>
2322
2322
  </button>
2323
2323
  </span>
@@ -2350,7 +2350,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2350
2350
  aria-labelledby="warning-filled-status-link-removable-disabled-button warning-filled-status-link-removable-disabled-text"
2351
2351
  >
2352
2352
  <span class="pf-v6-c-button__icon">
2353
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2353
+ <!-- Icon "times fa-fw" not found -->
2354
2354
  </span>
2355
2355
  </button>
2356
2356
  </span>
@@ -2378,7 +2378,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2378
2378
  aria-labelledby="warning-filled-status-button-removable-disabled-button warning-filled-status-button-removable-disabled-text"
2379
2379
  >
2380
2380
  <span class="pf-v6-c-button__icon">
2381
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2381
+ <!-- Icon "times fa-fw" not found -->
2382
2382
  </span>
2383
2383
  </button>
2384
2384
  </span>
@@ -2415,7 +2415,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2415
2415
  aria-labelledby="danger-filled-status-removable-button danger-filled-status-removable-text"
2416
2416
  >
2417
2417
  <span class="pf-v6-c-button__icon">
2418
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2418
+ <!-- Icon "times fa-fw" not found -->
2419
2419
  </span>
2420
2420
  </button>
2421
2421
  </span>
@@ -2458,7 +2458,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2458
2458
  aria-labelledby="danger-filled-status-link-removable-button danger-filled-status-link-removable-text"
2459
2459
  >
2460
2460
  <span class="pf-v6-c-button__icon">
2461
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2461
+ <!-- Icon "times fa-fw" not found -->
2462
2462
  </span>
2463
2463
  </button>
2464
2464
  </span>
@@ -2483,7 +2483,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2483
2483
  aria-labelledby="danger-filled-status-button-removable-button danger-filled-status-button-removable-text"
2484
2484
  >
2485
2485
  <span class="pf-v6-c-button__icon">
2486
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2486
+ <!-- Icon "times fa-fw" not found -->
2487
2487
  </span>
2488
2488
  </button>
2489
2489
  </span>
@@ -2521,7 +2521,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2521
2521
  aria-labelledby="danger-filled-status-truncated-removable-button danger-filled-status-truncated-removable-text"
2522
2522
  >
2523
2523
  <span class="pf-v6-c-button__icon">
2524
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2524
+ <!-- Icon "times fa-fw" not found -->
2525
2525
  </span>
2526
2526
  </button>
2527
2527
  </span>
@@ -2554,7 +2554,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2554
2554
  aria-labelledby="danger-filled-status-link-removable-disabled-button danger-filled-status-link-removable-disabled-text"
2555
2555
  >
2556
2556
  <span class="pf-v6-c-button__icon">
2557
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2557
+ <!-- Icon "times fa-fw" not found -->
2558
2558
  </span>
2559
2559
  </button>
2560
2560
  </span>
@@ -2582,7 +2582,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2582
2582
  aria-labelledby="danger-filled-status-button-removable-disabled-button danger-filled-status-button-removable-disabled-text"
2583
2583
  >
2584
2584
  <span class="pf-v6-c-button__icon">
2585
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2585
+ <!-- Icon "times fa-fw" not found -->
2586
2586
  </span>
2587
2587
  </button>
2588
2588
  </span>
@@ -2619,7 +2619,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2619
2619
  aria-labelledby="info-filled-status-removable-button info-filled-status-removable-text"
2620
2620
  >
2621
2621
  <span class="pf-v6-c-button__icon">
2622
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2622
+ <!-- Icon "times fa-fw" not found -->
2623
2623
  </span>
2624
2624
  </button>
2625
2625
  </span>
@@ -2662,7 +2662,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2662
2662
  aria-labelledby="info-filled-status-link-removable-button info-filled-status-link-removable-text"
2663
2663
  >
2664
2664
  <span class="pf-v6-c-button__icon">
2665
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2665
+ <!-- Icon "times fa-fw" not found -->
2666
2666
  </span>
2667
2667
  </button>
2668
2668
  </span>
@@ -2687,7 +2687,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2687
2687
  aria-labelledby="info-filled-status-button-removable-button info-filled-status-button-removable-text"
2688
2688
  >
2689
2689
  <span class="pf-v6-c-button__icon">
2690
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2690
+ <!-- Icon "times fa-fw" not found -->
2691
2691
  </span>
2692
2692
  </button>
2693
2693
  </span>
@@ -2725,7 +2725,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2725
2725
  aria-labelledby="info-filled-status-truncated-removable-button info-filled-status-truncated-removable-text"
2726
2726
  >
2727
2727
  <span class="pf-v6-c-button__icon">
2728
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2728
+ <!-- Icon "times fa-fw" not found -->
2729
2729
  </span>
2730
2730
  </button>
2731
2731
  </span>
@@ -2756,7 +2756,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2756
2756
  aria-labelledby="info-filled-status-link-removable-disabled-button info-filled-status-link-removable-disabled-text"
2757
2757
  >
2758
2758
  <span class="pf-v6-c-button__icon">
2759
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2759
+ <!-- Icon "times fa-fw" not found -->
2760
2760
  </span>
2761
2761
  </button>
2762
2762
  </span>
@@ -2782,7 +2782,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2782
2782
  aria-labelledby="info-filled-status-button-removable-disabled-button info-filled-status-button-removable-disabled-text"
2783
2783
  >
2784
2784
  <span class="pf-v6-c-button__icon">
2785
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2785
+ <!-- Icon "times fa-fw" not found -->
2786
2786
  </span>
2787
2787
  </button>
2788
2788
  </span>
@@ -2819,7 +2819,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2819
2819
  aria-labelledby="custom-filled-status-removable-button custom-filled-status-removable-text"
2820
2820
  >
2821
2821
  <span class="pf-v6-c-button__icon">
2822
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2822
+ <!-- Icon "times fa-fw" not found -->
2823
2823
  </span>
2824
2824
  </button>
2825
2825
  </span>
@@ -2862,7 +2862,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2862
2862
  aria-labelledby="custom-filled-status-link-removable-button custom-filled-status-link-removable-text"
2863
2863
  >
2864
2864
  <span class="pf-v6-c-button__icon">
2865
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2865
+ <!-- Icon "times fa-fw" not found -->
2866
2866
  </span>
2867
2867
  </button>
2868
2868
  </span>
@@ -2887,7 +2887,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2887
2887
  aria-labelledby="custom-filled-status-button-removable-button custom-filled-status-button-removable-text"
2888
2888
  >
2889
2889
  <span class="pf-v6-c-button__icon">
2890
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2890
+ <!-- Icon "times fa-fw" not found -->
2891
2891
  </span>
2892
2892
  </button>
2893
2893
  </span>
@@ -2925,7 +2925,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2925
2925
  aria-labelledby="custom-filled-status-truncated-removable-button custom-filled-status-truncated-removable-text"
2926
2926
  >
2927
2927
  <span class="pf-v6-c-button__icon">
2928
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2928
+ <!-- Icon "times fa-fw" not found -->
2929
2929
  </span>
2930
2930
  </button>
2931
2931
  </span>
@@ -2958,7 +2958,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2958
2958
  aria-labelledby="custom-filled-status-link-removable-disabled-button custom-filled-status-link-removable-disabled-text"
2959
2959
  >
2960
2960
  <span class="pf-v6-c-button__icon">
2961
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2961
+ <!-- Icon "times fa-fw" not found -->
2962
2962
  </span>
2963
2963
  </button>
2964
2964
  </span>
@@ -2986,7 +2986,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2986
2986
  aria-labelledby="custom-filled-status-button-removable-disabled-button custom-filled-status-button-removable-disabled-text"
2987
2987
  >
2988
2988
  <span class="pf-v6-c-button__icon">
2989
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2989
+ <!-- Icon "times fa-fw" not found -->
2990
2990
  </span>
2991
2991
  </button>
2992
2992
  </span>
@@ -3033,7 +3033,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3033
3033
  aria-labelledby="grey-outline-removable-button grey-outline-removable-text"
3034
3034
  >
3035
3035
  <span class="pf-v6-c-button__icon">
3036
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3036
+ <!-- Icon "times fa-fw" not found -->
3037
3037
  </span>
3038
3038
  </button>
3039
3039
  </span>
@@ -3058,7 +3058,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3058
3058
  aria-labelledby="grey-outline-icon-removable-button grey-outline-icon-removable-text"
3059
3059
  >
3060
3060
  <span class="pf-v6-c-button__icon">
3061
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3061
+ <!-- Icon "times fa-fw" not found -->
3062
3062
  </span>
3063
3063
  </button>
3064
3064
  </span>
@@ -3092,7 +3092,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3092
3092
  aria-labelledby="grey-outline-link-removable-button grey-outline-link-removable-text"
3093
3093
  >
3094
3094
  <span class="pf-v6-c-button__icon">
3095
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3095
+ <!-- Icon "times fa-fw" not found -->
3096
3096
  </span>
3097
3097
  </button>
3098
3098
  </span>
@@ -3114,7 +3114,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3114
3114
  aria-labelledby="grey-outline-button-removable-button grey-outline-button-removable-text"
3115
3115
  >
3116
3116
  <span class="pf-v6-c-button__icon">
3117
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3117
+ <!-- Icon "times fa-fw" not found -->
3118
3118
  </span>
3119
3119
  </button>
3120
3120
  </span>
@@ -3152,7 +3152,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3152
3152
  aria-labelledby="grey-outline-truncated-with-icon-button grey-outline-truncated-with-icon-text"
3153
3153
  >
3154
3154
  <span class="pf-v6-c-button__icon">
3155
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3155
+ <!-- Icon "times fa-fw" not found -->
3156
3156
  </span>
3157
3157
  </button>
3158
3158
  </span>
@@ -3183,7 +3183,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3183
3183
  aria-labelledby="grey-outline-link-removable-disabled-button grey-outline-link-removable-disabled-text"
3184
3184
  >
3185
3185
  <span class="pf-v6-c-button__icon">
3186
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3186
+ <!-- Icon "times fa-fw" not found -->
3187
3187
  </span>
3188
3188
  </button>
3189
3189
  </span>
@@ -3209,7 +3209,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3209
3209
  aria-labelledby="grey-outline-button-removable-disabled-button grey-outline-button-removable-disabled-text"
3210
3210
  >
3211
3211
  <span class="pf-v6-c-button__icon">
3212
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3212
+ <!-- Icon "times fa-fw" not found -->
3213
3213
  </span>
3214
3214
  </button>
3215
3215
  </span>
@@ -3249,7 +3249,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3249
3249
  aria-labelledby="blue-outline-removable-button blue-outline-removable-text"
3250
3250
  >
3251
3251
  <span class="pf-v6-c-button__icon">
3252
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3252
+ <!-- Icon "times fa-fw" not found -->
3253
3253
  </span>
3254
3254
  </button>
3255
3255
  </span>
@@ -3274,7 +3274,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3274
3274
  aria-labelledby="blue-outline-icon-removable-button blue-outline-icon-removable-text"
3275
3275
  >
3276
3276
  <span class="pf-v6-c-button__icon">
3277
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3277
+ <!-- Icon "times fa-fw" not found -->
3278
3278
  </span>
3279
3279
  </button>
3280
3280
  </span>
@@ -3308,7 +3308,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3308
3308
  aria-labelledby="blue-outline-link-removable-button blue-outline-link-removable-text"
3309
3309
  >
3310
3310
  <span class="pf-v6-c-button__icon">
3311
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3311
+ <!-- Icon "times fa-fw" not found -->
3312
3312
  </span>
3313
3313
  </button>
3314
3314
  </span>
@@ -3330,7 +3330,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3330
3330
  aria-labelledby="blue-outline-button-removable-button blue-outline-button-removable-text"
3331
3331
  >
3332
3332
  <span class="pf-v6-c-button__icon">
3333
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3333
+ <!-- Icon "times fa-fw" not found -->
3334
3334
  </span>
3335
3335
  </button>
3336
3336
  </span>
@@ -3368,7 +3368,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3368
3368
  aria-labelledby="blue-outline-truncated-with-icon-button blue-outline-truncated-with-icon-text"
3369
3369
  >
3370
3370
  <span class="pf-v6-c-button__icon">
3371
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3371
+ <!-- Icon "times fa-fw" not found -->
3372
3372
  </span>
3373
3373
  </button>
3374
3374
  </span>
@@ -3399,7 +3399,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3399
3399
  aria-labelledby="blue-outline-link-removable-disabled-button blue-outline-link-removable-disabled-text"
3400
3400
  >
3401
3401
  <span class="pf-v6-c-button__icon">
3402
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3402
+ <!-- Icon "times fa-fw" not found -->
3403
3403
  </span>
3404
3404
  </button>
3405
3405
  </span>
@@ -3425,7 +3425,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3425
3425
  aria-labelledby="blue-outline-button-removable-disabled-button blue-outline-button-removable-disabled-text"
3426
3426
  >
3427
3427
  <span class="pf-v6-c-button__icon">
3428
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3428
+ <!-- Icon "times fa-fw" not found -->
3429
3429
  </span>
3430
3430
  </button>
3431
3431
  </span>
@@ -3465,7 +3465,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3465
3465
  aria-labelledby="green-outline-removable-button green-outline-removable-text"
3466
3466
  >
3467
3467
  <span class="pf-v6-c-button__icon">
3468
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3468
+ <!-- Icon "times fa-fw" not found -->
3469
3469
  </span>
3470
3470
  </button>
3471
3471
  </span>
@@ -3490,7 +3490,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3490
3490
  aria-labelledby="green-outline-icon-removable-button green-outline-icon-removable-text"
3491
3491
  >
3492
3492
  <span class="pf-v6-c-button__icon">
3493
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3493
+ <!-- Icon "times fa-fw" not found -->
3494
3494
  </span>
3495
3495
  </button>
3496
3496
  </span>
@@ -3524,7 +3524,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3524
3524
  aria-labelledby="green-outline-link-removable-button green-outline-link-removable-text"
3525
3525
  >
3526
3526
  <span class="pf-v6-c-button__icon">
3527
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3527
+ <!-- Icon "times fa-fw" not found -->
3528
3528
  </span>
3529
3529
  </button>
3530
3530
  </span>
@@ -3546,7 +3546,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3546
3546
  aria-labelledby="green-outline-button-removable-button green-outline-button-removable-text"
3547
3547
  >
3548
3548
  <span class="pf-v6-c-button__icon">
3549
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3549
+ <!-- Icon "times fa-fw" not found -->
3550
3550
  </span>
3551
3551
  </button>
3552
3552
  </span>
@@ -3584,7 +3584,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3584
3584
  aria-labelledby="green-outline-truncated-with-icon-button green-outline-truncated-with-icon-text"
3585
3585
  >
3586
3586
  <span class="pf-v6-c-button__icon">
3587
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3587
+ <!-- Icon "times fa-fw" not found -->
3588
3588
  </span>
3589
3589
  </button>
3590
3590
  </span>
@@ -3617,7 +3617,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3617
3617
  aria-labelledby="green-outline-link-removable-disabled-button green-outline-link-removable-disabled-text"
3618
3618
  >
3619
3619
  <span class="pf-v6-c-button__icon">
3620
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3620
+ <!-- Icon "times fa-fw" not found -->
3621
3621
  </span>
3622
3622
  </button>
3623
3623
  </span>
@@ -3645,7 +3645,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3645
3645
  aria-labelledby="green-outline-button-removable-disabled-button green-outline-button-removable-disabled-text"
3646
3646
  >
3647
3647
  <span class="pf-v6-c-button__icon">
3648
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3648
+ <!-- Icon "times fa-fw" not found -->
3649
3649
  </span>
3650
3650
  </button>
3651
3651
  </span>
@@ -3685,7 +3685,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3685
3685
  aria-labelledby="orange-outline-removable-button orange-outline-removable-text"
3686
3686
  >
3687
3687
  <span class="pf-v6-c-button__icon">
3688
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3688
+ <!-- Icon "times fa-fw" not found -->
3689
3689
  </span>
3690
3690
  </button>
3691
3691
  </span>
@@ -3710,7 +3710,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3710
3710
  aria-labelledby="orange-outline-icon-removable-button orange-outline-icon-removable-text"
3711
3711
  >
3712
3712
  <span class="pf-v6-c-button__icon">
3713
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3713
+ <!-- Icon "times fa-fw" not found -->
3714
3714
  </span>
3715
3715
  </button>
3716
3716
  </span>
@@ -3744,7 +3744,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3744
3744
  aria-labelledby="orange-outline-link-removable-button orange-outline-link-removable-text"
3745
3745
  >
3746
3746
  <span class="pf-v6-c-button__icon">
3747
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3747
+ <!-- Icon "times fa-fw" not found -->
3748
3748
  </span>
3749
3749
  </button>
3750
3750
  </span>
@@ -3766,7 +3766,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3766
3766
  aria-labelledby="orange-outline-button-removable-button orange-outline-button-removable-text"
3767
3767
  >
3768
3768
  <span class="pf-v6-c-button__icon">
3769
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3769
+ <!-- Icon "times fa-fw" not found -->
3770
3770
  </span>
3771
3771
  </button>
3772
3772
  </span>
@@ -3804,7 +3804,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3804
3804
  aria-labelledby="orange-outline-truncated-with-icon-button orange-outline-truncated-with-icon-text"
3805
3805
  >
3806
3806
  <span class="pf-v6-c-button__icon">
3807
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3807
+ <!-- Icon "times fa-fw" not found -->
3808
3808
  </span>
3809
3809
  </button>
3810
3810
  </span>
@@ -3837,7 +3837,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3837
3837
  aria-labelledby="orange-outline-link-removable-disabled-button orange-outline-link-removable-disabled-text"
3838
3838
  >
3839
3839
  <span class="pf-v6-c-button__icon">
3840
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3840
+ <!-- Icon "times fa-fw" not found -->
3841
3841
  </span>
3842
3842
  </button>
3843
3843
  </span>
@@ -3865,7 +3865,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3865
3865
  aria-labelledby="orange-outline-button-removable-disabled-button orange-outline-button-removable-disabled-text"
3866
3866
  >
3867
3867
  <span class="pf-v6-c-button__icon">
3868
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3868
+ <!-- Icon "times fa-fw" not found -->
3869
3869
  </span>
3870
3870
  </button>
3871
3871
  </span>
@@ -3905,7 +3905,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3905
3905
  aria-labelledby="red-outline-removable-button red-outline-removable-text"
3906
3906
  >
3907
3907
  <span class="pf-v6-c-button__icon">
3908
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3908
+ <!-- Icon "times fa-fw" not found -->
3909
3909
  </span>
3910
3910
  </button>
3911
3911
  </span>
@@ -3930,7 +3930,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3930
3930
  aria-labelledby="red-outline-icon-removable-button red-outline-icon-removable-text"
3931
3931
  >
3932
3932
  <span class="pf-v6-c-button__icon">
3933
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3933
+ <!-- Icon "times fa-fw" not found -->
3934
3934
  </span>
3935
3935
  </button>
3936
3936
  </span>
@@ -3964,7 +3964,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3964
3964
  aria-labelledby="red-outline-link-removable-button red-outline-link-removable-text"
3965
3965
  >
3966
3966
  <span class="pf-v6-c-button__icon">
3967
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3967
+ <!-- Icon "times fa-fw" not found -->
3968
3968
  </span>
3969
3969
  </button>
3970
3970
  </span>
@@ -3986,7 +3986,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3986
3986
  aria-labelledby="red-outline-button-removable-button red-outline-button-removable-text"
3987
3987
  >
3988
3988
  <span class="pf-v6-c-button__icon">
3989
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3989
+ <!-- Icon "times fa-fw" not found -->
3990
3990
  </span>
3991
3991
  </button>
3992
3992
  </span>
@@ -4024,7 +4024,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4024
4024
  aria-labelledby="red-outline-truncated-with-icon-button red-outline-truncated-with-icon-text"
4025
4025
  >
4026
4026
  <span class="pf-v6-c-button__icon">
4027
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4027
+ <!-- Icon "times fa-fw" not found -->
4028
4028
  </span>
4029
4029
  </button>
4030
4030
  </span>
@@ -4055,7 +4055,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4055
4055
  aria-labelledby="red-outline-link-removable-disabled-button red-outline-link-removable-disabled-text"
4056
4056
  >
4057
4057
  <span class="pf-v6-c-button__icon">
4058
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4058
+ <!-- Icon "times fa-fw" not found -->
4059
4059
  </span>
4060
4060
  </button>
4061
4061
  </span>
@@ -4081,7 +4081,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4081
4081
  aria-labelledby="red-outline-button-removable-disabled-button red-outline-button-removable-disabled-text"
4082
4082
  >
4083
4083
  <span class="pf-v6-c-button__icon">
4084
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4084
+ <!-- Icon "times fa-fw" not found -->
4085
4085
  </span>
4086
4086
  </button>
4087
4087
  </span>
@@ -4121,7 +4121,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4121
4121
  aria-labelledby="orangered-outline-removable-button orangered-outline-removable-text"
4122
4122
  >
4123
4123
  <span class="pf-v6-c-button__icon">
4124
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4124
+ <!-- Icon "times fa-fw" not found -->
4125
4125
  </span>
4126
4126
  </button>
4127
4127
  </span>
@@ -4146,7 +4146,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4146
4146
  aria-labelledby="orangered-outline-icon-removable-button orangered-outline-icon-removable-text"
4147
4147
  >
4148
4148
  <span class="pf-v6-c-button__icon">
4149
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4149
+ <!-- Icon "times fa-fw" not found -->
4150
4150
  </span>
4151
4151
  </button>
4152
4152
  </span>
@@ -4180,7 +4180,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4180
4180
  aria-labelledby="orangered-outline-link-removable-button orangered-outline-link-removable-text"
4181
4181
  >
4182
4182
  <span class="pf-v6-c-button__icon">
4183
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4183
+ <!-- Icon "times fa-fw" not found -->
4184
4184
  </span>
4185
4185
  </button>
4186
4186
  </span>
@@ -4202,7 +4202,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4202
4202
  aria-labelledby="orangered-outline-button-removable-button orangered-outline-button-removable-text"
4203
4203
  >
4204
4204
  <span class="pf-v6-c-button__icon">
4205
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4205
+ <!-- Icon "times fa-fw" not found -->
4206
4206
  </span>
4207
4207
  </button>
4208
4208
  </span>
@@ -4240,7 +4240,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4240
4240
  aria-labelledby="orangered-outline-truncated-with-icon-button orangered-outline-truncated-with-icon-text"
4241
4241
  >
4242
4242
  <span class="pf-v6-c-button__icon">
4243
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4243
+ <!-- Icon "times fa-fw" not found -->
4244
4244
  </span>
4245
4245
  </button>
4246
4246
  </span>
@@ -4273,7 +4273,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4273
4273
  aria-labelledby="orangered-outline-link-removable-disabled-button orangered-outline-link-removable-disabled-text"
4274
4274
  >
4275
4275
  <span class="pf-v6-c-button__icon">
4276
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4276
+ <!-- Icon "times fa-fw" not found -->
4277
4277
  </span>
4278
4278
  </button>
4279
4279
  </span>
@@ -4301,7 +4301,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4301
4301
  aria-labelledby="orangered-outline-button-removable-disabled-button orangered-outline-button-removable-disabled-text"
4302
4302
  >
4303
4303
  <span class="pf-v6-c-button__icon">
4304
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4304
+ <!-- Icon "times fa-fw" not found -->
4305
4305
  </span>
4306
4306
  </button>
4307
4307
  </span>
@@ -4341,7 +4341,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4341
4341
  aria-labelledby="purple-outline-removable-button purple-outline-removable-text"
4342
4342
  >
4343
4343
  <span class="pf-v6-c-button__icon">
4344
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4344
+ <!-- Icon "times fa-fw" not found -->
4345
4345
  </span>
4346
4346
  </button>
4347
4347
  </span>
@@ -4366,7 +4366,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4366
4366
  aria-labelledby="purple-outline-icon-removable-button purple-outline-icon-removable-text"
4367
4367
  >
4368
4368
  <span class="pf-v6-c-button__icon">
4369
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4369
+ <!-- Icon "times fa-fw" not found -->
4370
4370
  </span>
4371
4371
  </button>
4372
4372
  </span>
@@ -4400,7 +4400,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4400
4400
  aria-labelledby="purple-outline-link-removable-button purple-outline-link-removable-text"
4401
4401
  >
4402
4402
  <span class="pf-v6-c-button__icon">
4403
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4403
+ <!-- Icon "times fa-fw" not found -->
4404
4404
  </span>
4405
4405
  </button>
4406
4406
  </span>
@@ -4422,7 +4422,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4422
4422
  aria-labelledby="purple-outline-button-removable-button purple-outline-button-removable-text"
4423
4423
  >
4424
4424
  <span class="pf-v6-c-button__icon">
4425
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4425
+ <!-- Icon "times fa-fw" not found -->
4426
4426
  </span>
4427
4427
  </button>
4428
4428
  </span>
@@ -4460,7 +4460,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4460
4460
  aria-labelledby="purple-outline-truncated-with-icon-button purple-outline-truncated-with-icon-text"
4461
4461
  >
4462
4462
  <span class="pf-v6-c-button__icon">
4463
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4463
+ <!-- Icon "times fa-fw" not found -->
4464
4464
  </span>
4465
4465
  </button>
4466
4466
  </span>
@@ -4493,7 +4493,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4493
4493
  aria-labelledby="purple-outline-link-removable-disabled-button purple-outline-link-removable-disabled-text"
4494
4494
  >
4495
4495
  <span class="pf-v6-c-button__icon">
4496
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4496
+ <!-- Icon "times fa-fw" not found -->
4497
4497
  </span>
4498
4498
  </button>
4499
4499
  </span>
@@ -4521,7 +4521,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4521
4521
  aria-labelledby="purple-outline-button-removable-disabled-button purple-outline-button-removable-disabled-text"
4522
4522
  >
4523
4523
  <span class="pf-v6-c-button__icon">
4524
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4524
+ <!-- Icon "times fa-fw" not found -->
4525
4525
  </span>
4526
4526
  </button>
4527
4527
  </span>
@@ -4561,7 +4561,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4561
4561
  aria-labelledby="teal-outline-removable-button teal-outline-removable-text"
4562
4562
  >
4563
4563
  <span class="pf-v6-c-button__icon">
4564
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4564
+ <!-- Icon "times fa-fw" not found -->
4565
4565
  </span>
4566
4566
  </button>
4567
4567
  </span>
@@ -4586,7 +4586,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4586
4586
  aria-labelledby="teal-outline-icon-removable-button teal-outline-icon-removable-text"
4587
4587
  >
4588
4588
  <span class="pf-v6-c-button__icon">
4589
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4589
+ <!-- Icon "times fa-fw" not found -->
4590
4590
  </span>
4591
4591
  </button>
4592
4592
  </span>
@@ -4620,7 +4620,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4620
4620
  aria-labelledby="teal-outline-link-removable-button teal-outline-link-removable-text"
4621
4621
  >
4622
4622
  <span class="pf-v6-c-button__icon">
4623
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4623
+ <!-- Icon "times fa-fw" not found -->
4624
4624
  </span>
4625
4625
  </button>
4626
4626
  </span>
@@ -4642,7 +4642,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4642
4642
  aria-labelledby="teal-outline-button-removable-button teal-outline-button-removable-text"
4643
4643
  >
4644
4644
  <span class="pf-v6-c-button__icon">
4645
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4645
+ <!-- Icon "times fa-fw" not found -->
4646
4646
  </span>
4647
4647
  </button>
4648
4648
  </span>
@@ -4680,7 +4680,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4680
4680
  aria-labelledby="teal-outline-truncated-with-icon-button teal-outline-truncated-with-icon-text"
4681
4681
  >
4682
4682
  <span class="pf-v6-c-button__icon">
4683
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4683
+ <!-- Icon "times fa-fw" not found -->
4684
4684
  </span>
4685
4685
  </button>
4686
4686
  </span>
@@ -4711,7 +4711,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4711
4711
  aria-labelledby="teal-outline-link-removable-disabled-button teal-outline-link-removable-disabled-text"
4712
4712
  >
4713
4713
  <span class="pf-v6-c-button__icon">
4714
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4714
+ <!-- Icon "times fa-fw" not found -->
4715
4715
  </span>
4716
4716
  </button>
4717
4717
  </span>
@@ -4737,7 +4737,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4737
4737
  aria-labelledby="teal-outline-button-removable-disabled-button teal-outline-button-removable-disabled-text"
4738
4738
  >
4739
4739
  <span class="pf-v6-c-button__icon">
4740
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4740
+ <!-- Icon "times fa-fw" not found -->
4741
4741
  </span>
4742
4742
  </button>
4743
4743
  </span>
@@ -4777,7 +4777,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4777
4777
  aria-labelledby="yellow-outline-removable-button yellow-outline-removable-text"
4778
4778
  >
4779
4779
  <span class="pf-v6-c-button__icon">
4780
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4780
+ <!-- Icon "times fa-fw" not found -->
4781
4781
  </span>
4782
4782
  </button>
4783
4783
  </span>
@@ -4802,7 +4802,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4802
4802
  aria-labelledby="yellow-outline-icon-removable-button yellow-outline-icon-removable-text"
4803
4803
  >
4804
4804
  <span class="pf-v6-c-button__icon">
4805
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4805
+ <!-- Icon "times fa-fw" not found -->
4806
4806
  </span>
4807
4807
  </button>
4808
4808
  </span>
@@ -4836,7 +4836,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4836
4836
  aria-labelledby="yellow-outline-link-removable-button yellow-outline-link-removable-text"
4837
4837
  >
4838
4838
  <span class="pf-v6-c-button__icon">
4839
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4839
+ <!-- Icon "times fa-fw" not found -->
4840
4840
  </span>
4841
4841
  </button>
4842
4842
  </span>
@@ -4858,7 +4858,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4858
4858
  aria-labelledby="yellow-outline-button-removable-button yellow-outline-button-removable-text"
4859
4859
  >
4860
4860
  <span class="pf-v6-c-button__icon">
4861
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4861
+ <!-- Icon "times fa-fw" not found -->
4862
4862
  </span>
4863
4863
  </button>
4864
4864
  </span>
@@ -4896,7 +4896,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4896
4896
  aria-labelledby="yellow-outline-truncated-with-icon-button yellow-outline-truncated-with-icon-text"
4897
4897
  >
4898
4898
  <span class="pf-v6-c-button__icon">
4899
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4899
+ <!-- Icon "times fa-fw" not found -->
4900
4900
  </span>
4901
4901
  </button>
4902
4902
  </span>
@@ -4929,7 +4929,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4929
4929
  aria-labelledby="yellow-outline-link-removable-disabled-button yellow-outline-link-removable-disabled-text"
4930
4930
  >
4931
4931
  <span class="pf-v6-c-button__icon">
4932
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4932
+ <!-- Icon "times fa-fw" not found -->
4933
4933
  </span>
4934
4934
  </button>
4935
4935
  </span>
@@ -4957,7 +4957,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4957
4957
  aria-labelledby="yellow-outline-button-removable-disabled-button yellow-outline-button-removable-disabled-text"
4958
4958
  >
4959
4959
  <span class="pf-v6-c-button__icon">
4960
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4960
+ <!-- Icon "times fa-fw" not found -->
4961
4961
  </span>
4962
4962
  </button>
4963
4963
  </span>
@@ -4999,7 +4999,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4999
4999
  aria-labelledby="success-outline-status-removable-button success-outline-status-removable-text"
5000
5000
  >
5001
5001
  <span class="pf-v6-c-button__icon">
5002
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5002
+ <!-- Icon "times fa-fw" not found -->
5003
5003
  </span>
5004
5004
  </button>
5005
5005
  </span>
@@ -5042,7 +5042,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5042
5042
  aria-labelledby="success-outline-status-link-removable-button success-outline-status-link-removable-text"
5043
5043
  >
5044
5044
  <span class="pf-v6-c-button__icon">
5045
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5045
+ <!-- Icon "times fa-fw" not found -->
5046
5046
  </span>
5047
5047
  </button>
5048
5048
  </span>
@@ -5067,7 +5067,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5067
5067
  aria-labelledby="success-outline-status-button-removable-button success-outline-status-button-removable-text"
5068
5068
  >
5069
5069
  <span class="pf-v6-c-button__icon">
5070
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5070
+ <!-- Icon "times fa-fw" not found -->
5071
5071
  </span>
5072
5072
  </button>
5073
5073
  </span>
@@ -5105,7 +5105,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5105
5105
  aria-labelledby="success-outline-status-truncated-removable-button success-outline-status-truncated-removable-text"
5106
5106
  >
5107
5107
  <span class="pf-v6-c-button__icon">
5108
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5108
+ <!-- Icon "times fa-fw" not found -->
5109
5109
  </span>
5110
5110
  </button>
5111
5111
  </span>
@@ -5138,7 +5138,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5138
5138
  aria-labelledby="success-outline-status-link-removable-disabled-button success-outline-status-link-removable-disabled-text"
5139
5139
  >
5140
5140
  <span class="pf-v6-c-button__icon">
5141
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5141
+ <!-- Icon "times fa-fw" not found -->
5142
5142
  </span>
5143
5143
  </button>
5144
5144
  </span>
@@ -5166,7 +5166,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5166
5166
  aria-labelledby="success-outline-status-button-removable-disabled-button success-outline-status-button-removable-disabled-text"
5167
5167
  >
5168
5168
  <span class="pf-v6-c-button__icon">
5169
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5169
+ <!-- Icon "times fa-fw" not found -->
5170
5170
  </span>
5171
5171
  </button>
5172
5172
  </span>
@@ -5203,7 +5203,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5203
5203
  aria-labelledby="warning-outline-status-removable-button warning-outline-status-removable-text"
5204
5204
  >
5205
5205
  <span class="pf-v6-c-button__icon">
5206
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5206
+ <!-- Icon "times fa-fw" not found -->
5207
5207
  </span>
5208
5208
  </button>
5209
5209
  </span>
@@ -5246,7 +5246,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5246
5246
  aria-labelledby="warning-outline-status-link-removable-button warning-outline-status-link-removable-text"
5247
5247
  >
5248
5248
  <span class="pf-v6-c-button__icon">
5249
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5249
+ <!-- Icon "times fa-fw" not found -->
5250
5250
  </span>
5251
5251
  </button>
5252
5252
  </span>
@@ -5271,7 +5271,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5271
5271
  aria-labelledby="warning-outline-status-button-removable-button warning-outline-status-button-removable-text"
5272
5272
  >
5273
5273
  <span class="pf-v6-c-button__icon">
5274
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5274
+ <!-- Icon "times fa-fw" not found -->
5275
5275
  </span>
5276
5276
  </button>
5277
5277
  </span>
@@ -5309,7 +5309,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5309
5309
  aria-labelledby="warning-outline-status-truncated-removable-button warning-outline-status-truncated-removable-text"
5310
5310
  >
5311
5311
  <span class="pf-v6-c-button__icon">
5312
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5312
+ <!-- Icon "times fa-fw" not found -->
5313
5313
  </span>
5314
5314
  </button>
5315
5315
  </span>
@@ -5342,7 +5342,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5342
5342
  aria-labelledby="warning-outline-status-link-removable-disabled-button warning-outline-status-link-removable-disabled-text"
5343
5343
  >
5344
5344
  <span class="pf-v6-c-button__icon">
5345
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5345
+ <!-- Icon "times fa-fw" not found -->
5346
5346
  </span>
5347
5347
  </button>
5348
5348
  </span>
@@ -5370,7 +5370,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5370
5370
  aria-labelledby="warning-outline-status-button-removable-disabled-button warning-outline-status-button-removable-disabled-text"
5371
5371
  >
5372
5372
  <span class="pf-v6-c-button__icon">
5373
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5373
+ <!-- Icon "times fa-fw" not found -->
5374
5374
  </span>
5375
5375
  </button>
5376
5376
  </span>
@@ -5407,7 +5407,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5407
5407
  aria-labelledby="danger-outline-status-removable-button danger-outline-status-removable-text"
5408
5408
  >
5409
5409
  <span class="pf-v6-c-button__icon">
5410
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5410
+ <!-- Icon "times fa-fw" not found -->
5411
5411
  </span>
5412
5412
  </button>
5413
5413
  </span>
@@ -5450,7 +5450,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5450
5450
  aria-labelledby="danger-outline-status-link-removable-button danger-outline-status-link-removable-text"
5451
5451
  >
5452
5452
  <span class="pf-v6-c-button__icon">
5453
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5453
+ <!-- Icon "times fa-fw" not found -->
5454
5454
  </span>
5455
5455
  </button>
5456
5456
  </span>
@@ -5475,7 +5475,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5475
5475
  aria-labelledby="danger-outline-status-button-removable-button danger-outline-status-button-removable-text"
5476
5476
  >
5477
5477
  <span class="pf-v6-c-button__icon">
5478
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5478
+ <!-- Icon "times fa-fw" not found -->
5479
5479
  </span>
5480
5480
  </button>
5481
5481
  </span>
@@ -5513,7 +5513,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5513
5513
  aria-labelledby="danger-outline-status-truncated-removable-button danger-outline-status-truncated-removable-text"
5514
5514
  >
5515
5515
  <span class="pf-v6-c-button__icon">
5516
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5516
+ <!-- Icon "times fa-fw" not found -->
5517
5517
  </span>
5518
5518
  </button>
5519
5519
  </span>
@@ -5546,7 +5546,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5546
5546
  aria-labelledby="danger-outline-status-link-removable-disabled-button danger-outline-status-link-removable-disabled-text"
5547
5547
  >
5548
5548
  <span class="pf-v6-c-button__icon">
5549
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5549
+ <!-- Icon "times fa-fw" not found -->
5550
5550
  </span>
5551
5551
  </button>
5552
5552
  </span>
@@ -5574,7 +5574,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5574
5574
  aria-labelledby="danger-outline-status-button-removable-disabled-button danger-outline-status-button-removable-disabled-text"
5575
5575
  >
5576
5576
  <span class="pf-v6-c-button__icon">
5577
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5577
+ <!-- Icon "times fa-fw" not found -->
5578
5578
  </span>
5579
5579
  </button>
5580
5580
  </span>
@@ -5611,7 +5611,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5611
5611
  aria-labelledby="info-outline-status-removable-button info-outline-status-removable-text"
5612
5612
  >
5613
5613
  <span class="pf-v6-c-button__icon">
5614
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5614
+ <!-- Icon "times fa-fw" not found -->
5615
5615
  </span>
5616
5616
  </button>
5617
5617
  </span>
@@ -5654,7 +5654,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5654
5654
  aria-labelledby="info-outline-status-link-removable-button info-outline-status-link-removable-text"
5655
5655
  >
5656
5656
  <span class="pf-v6-c-button__icon">
5657
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5657
+ <!-- Icon "times fa-fw" not found -->
5658
5658
  </span>
5659
5659
  </button>
5660
5660
  </span>
@@ -5679,7 +5679,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5679
5679
  aria-labelledby="info-outline-status-button-removable-button info-outline-status-button-removable-text"
5680
5680
  >
5681
5681
  <span class="pf-v6-c-button__icon">
5682
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5682
+ <!-- Icon "times fa-fw" not found -->
5683
5683
  </span>
5684
5684
  </button>
5685
5685
  </span>
@@ -5717,7 +5717,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5717
5717
  aria-labelledby="info-outline-status-truncated-removable-button info-outline-status-truncated-removable-text"
5718
5718
  >
5719
5719
  <span class="pf-v6-c-button__icon">
5720
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5720
+ <!-- Icon "times fa-fw" not found -->
5721
5721
  </span>
5722
5722
  </button>
5723
5723
  </span>
@@ -5748,7 +5748,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5748
5748
  aria-labelledby="info-outline-status-link-removable-disabled-button info-outline-status-link-removable-disabled-text"
5749
5749
  >
5750
5750
  <span class="pf-v6-c-button__icon">
5751
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5751
+ <!-- Icon "times fa-fw" not found -->
5752
5752
  </span>
5753
5753
  </button>
5754
5754
  </span>
@@ -5774,7 +5774,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5774
5774
  aria-labelledby="info-outline-status-button-removable-disabled-button info-outline-status-button-removable-disabled-text"
5775
5775
  >
5776
5776
  <span class="pf-v6-c-button__icon">
5777
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5777
+ <!-- Icon "times fa-fw" not found -->
5778
5778
  </span>
5779
5779
  </button>
5780
5780
  </span>
@@ -5811,7 +5811,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5811
5811
  aria-labelledby="custom-outline-status-removable-button custom-outline-status-removable-text"
5812
5812
  >
5813
5813
  <span class="pf-v6-c-button__icon">
5814
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5814
+ <!-- Icon "times fa-fw" not found -->
5815
5815
  </span>
5816
5816
  </button>
5817
5817
  </span>
@@ -5854,7 +5854,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5854
5854
  aria-labelledby="custom-outline-status-link-removable-button custom-outline-status-link-removable-text"
5855
5855
  >
5856
5856
  <span class="pf-v6-c-button__icon">
5857
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5857
+ <!-- Icon "times fa-fw" not found -->
5858
5858
  </span>
5859
5859
  </button>
5860
5860
  </span>
@@ -5879,7 +5879,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5879
5879
  aria-labelledby="custom-outline-status-button-removable-button custom-outline-status-button-removable-text"
5880
5880
  >
5881
5881
  <span class="pf-v6-c-button__icon">
5882
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5882
+ <!-- Icon "times fa-fw" not found -->
5883
5883
  </span>
5884
5884
  </button>
5885
5885
  </span>
@@ -5917,7 +5917,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5917
5917
  aria-labelledby="custom-outline-status-truncated-removable-button custom-outline-status-truncated-removable-text"
5918
5918
  >
5919
5919
  <span class="pf-v6-c-button__icon">
5920
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5920
+ <!-- Icon "times fa-fw" not found -->
5921
5921
  </span>
5922
5922
  </button>
5923
5923
  </span>
@@ -5950,7 +5950,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5950
5950
  aria-labelledby="custom-outline-status-link-removable-disabled-button custom-outline-status-link-removable-disabled-text"
5951
5951
  >
5952
5952
  <span class="pf-v6-c-button__icon">
5953
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5953
+ <!-- Icon "times fa-fw" not found -->
5954
5954
  </span>
5955
5955
  </button>
5956
5956
  </span>
@@ -5978,7 +5978,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5978
5978
  aria-labelledby="custom-outline-status-button-removable-disabled-button custom-outline-status-button-removable-disabled-text"
5979
5979
  >
5980
5980
  <span class="pf-v6-c-button__icon">
5981
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5981
+ <!-- Icon "times fa-fw" not found -->
5982
5982
  </span>
5983
5983
  </button>
5984
5984
  </span>
@@ -6020,7 +6020,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6020
6020
  aria-labelledby="compact-removable-button compact-removable-text"
6021
6021
  >
6022
6022
  <span class="pf-v6-c-button__icon">
6023
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6023
+ <!-- Icon "times fa-fw" not found -->
6024
6024
  </span>
6025
6025
  </button>
6026
6026
  </span>
@@ -6045,7 +6045,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6045
6045
  aria-labelledby="compact-icon-removable-button compact-icon-removable-text"
6046
6046
  >
6047
6047
  <span class="pf-v6-c-button__icon">
6048
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6048
+ <!-- Icon "times fa-fw" not found -->
6049
6049
  </span>
6050
6050
  </button>
6051
6051
  </span>
@@ -6079,7 +6079,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6079
6079
  aria-labelledby="compact-link-removable-button compact-link-removable-text"
6080
6080
  >
6081
6081
  <span class="pf-v6-c-button__icon">
6082
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6082
+ <!-- Icon "times fa-fw" not found -->
6083
6083
  </span>
6084
6084
  </button>
6085
6085
  </span>
@@ -6101,7 +6101,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6101
6101
  aria-labelledby="compact-button-removable-button compact-button-removable-text"
6102
6102
  >
6103
6103
  <span class="pf-v6-c-button__icon">
6104
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6104
+ <!-- Icon "times fa-fw" not found -->
6105
6105
  </span>
6106
6106
  </button>
6107
6107
  </span>
@@ -6139,7 +6139,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6139
6139
  aria-labelledby="compact-truncated-with-icon-button compact-truncated-with-icon-text"
6140
6140
  >
6141
6141
  <span class="pf-v6-c-button__icon">
6142
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6142
+ <!-- Icon "times fa-fw" not found -->
6143
6143
  </span>
6144
6144
  </button>
6145
6145
  </span>
@@ -6172,7 +6172,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6172
6172
  aria-labelledby="compact-link-removable-disabled-button compact-link-removable-disabled-text"
6173
6173
  >
6174
6174
  <span class="pf-v6-c-button__icon">
6175
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6175
+ <!-- Icon "times fa-fw" not found -->
6176
6176
  </span>
6177
6177
  </button>
6178
6178
  </span>
@@ -6200,7 +6200,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6200
6200
  aria-labelledby="compact-button-removable-disabled-button compact-button-removable-disabled-text"
6201
6201
  >
6202
6202
  <span class="pf-v6-c-button__icon">
6203
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6203
+ <!-- Icon "times fa-fw" not found -->
6204
6204
  </span>
6205
6205
  </button>
6206
6206
  </span>
@@ -6240,7 +6240,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6240
6240
  aria-labelledby="compact-outline-removable-button compact-outline-removable-text"
6241
6241
  >
6242
6242
  <span class="pf-v6-c-button__icon">
6243
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6243
+ <!-- Icon "times fa-fw" not found -->
6244
6244
  </span>
6245
6245
  </button>
6246
6246
  </span>
@@ -6265,7 +6265,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6265
6265
  aria-labelledby="compact-outline-icon-removable-button compact-outline-icon-removable-text"
6266
6266
  >
6267
6267
  <span class="pf-v6-c-button__icon">
6268
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6268
+ <!-- Icon "times fa-fw" not found -->
6269
6269
  </span>
6270
6270
  </button>
6271
6271
  </span>
@@ -6299,7 +6299,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6299
6299
  aria-labelledby="compact-outline-link-removable-button compact-outline-link-removable-text"
6300
6300
  >
6301
6301
  <span class="pf-v6-c-button__icon">
6302
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6302
+ <!-- Icon "times fa-fw" not found -->
6303
6303
  </span>
6304
6304
  </button>
6305
6305
  </span>
@@ -6321,7 +6321,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6321
6321
  aria-labelledby="compact-outline-button-removable-button compact-outline-button-removable-text"
6322
6322
  >
6323
6323
  <span class="pf-v6-c-button__icon">
6324
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6324
+ <!-- Icon "times fa-fw" not found -->
6325
6325
  </span>
6326
6326
  </button>
6327
6327
  </span>
@@ -6359,7 +6359,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6359
6359
  aria-labelledby="compact-outline-truncated-with-icon-button compact-outline-truncated-with-icon-text"
6360
6360
  >
6361
6361
  <span class="pf-v6-c-button__icon">
6362
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6362
+ <!-- Icon "times fa-fw" not found -->
6363
6363
  </span>
6364
6364
  </button>
6365
6365
  </span>
@@ -6392,7 +6392,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6392
6392
  aria-labelledby="compact-outline-link-removable-disabled-button compact-outline-link-removable-disabled-text"
6393
6393
  >
6394
6394
  <span class="pf-v6-c-button__icon">
6395
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6395
+ <!-- Icon "times fa-fw" not found -->
6396
6396
  </span>
6397
6397
  </button>
6398
6398
  </span>
@@ -6420,7 +6420,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6420
6420
  aria-labelledby="compact-outline-button-removable-disabled-button compact-outline-button-removable-disabled-text"
6421
6421
  >
6422
6422
  <span class="pf-v6-c-button__icon">
6423
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6423
+ <!-- Icon "times fa-fw" not found -->
6424
6424
  </span>
6425
6425
  </button>
6426
6426
  </span>
@@ -6464,7 +6464,7 @@ This style of label is used to indicate overflow within a label group.
6464
6464
  aria-labelledby="editable-label-button editable-label-text"
6465
6465
  >
6466
6466
  <span class="pf-v6-c-button__icon">
6467
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6467
+ <!-- Icon "times fa-fw" not found -->
6468
6468
  </span>
6469
6469
  </button>
6470
6470
  </span>
@@ -6503,7 +6503,7 @@ This style of label is used to indicate overflow within a label group.
6503
6503
  aria-labelledby="compact-editable-label-button compact-editable-label-text"
6504
6504
  >
6505
6505
  <span class="pf-v6-c-button__icon">
6506
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6506
+ <!-- Icon "times fa-fw" not found -->
6507
6507
  </span>
6508
6508
  </button>
6509
6509
  </span>
@@ -6937,7 +6937,19 @@ The contents of a label group can be modified by removing labels or adding new o
6937
6937
  id="label-group-category-removable-button"
6938
6938
  >
6939
6939
  <span class="pf-v6-c-button__icon">
6940
- <i class="fas fa-times" aria-hidden="true"></i>
6940
+ <svg
6941
+ class="pf-v6-svg"
6942
+ viewBox="0 0 352 512"
6943
+ fill="currentColor"
6944
+ aria-hidden="true"
6945
+ role="img"
6946
+ width="1em"
6947
+ height="1em"
6948
+ >
6949
+ <path
6950
+ d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
6951
+ />
6952
+ </svg>
6941
6953
  </span>
6942
6954
  </button>
6943
6955
  </div>
@@ -7215,7 +7227,19 @@ The contents of a label group can be modified by removing labels or adding new o
7215
7227
  id="label-group-vertical-category-removable-button"
7216
7228
  >
7217
7229
  <span class="pf-v6-c-button__icon">
7218
- <i class="fas fa-times" aria-hidden="true"></i>
7230
+ <svg
7231
+ class="pf-v6-svg"
7232
+ viewBox="0 0 352 512"
7233
+ fill="currentColor"
7234
+ aria-hidden="true"
7235
+ role="img"
7236
+ width="1em"
7237
+ height="1em"
7238
+ >
7239
+ <path
7240
+ d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
7241
+ />
7242
+ </svg>
7219
7243
  </span>
7220
7244
  </button>
7221
7245
  </div>
@@ -7259,7 +7283,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7259
7283
  aria-labelledby="editable-labels-editable-group-example-editable-label-editable-1-button editable-labels-editable-group-example-editable-label-editable-1-text"
7260
7284
  >
7261
7285
  <span class="pf-v6-c-button__icon">
7262
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7286
+ <!-- Icon "times fa-fw" not found -->
7263
7287
  </span>
7264
7288
  </button>
7265
7289
  </span>
@@ -7287,7 +7311,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7287
7311
  aria-labelledby="editable-labels-editable-group-example-editable-label-editable-2-button editable-labels-editable-group-example-editable-label-editable-2-text"
7288
7312
  >
7289
7313
  <span class="pf-v6-c-button__icon">
7290
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7314
+ <!-- Icon "times fa-fw" not found -->
7291
7315
  </span>
7292
7316
  </button>
7293
7317
  </span>
@@ -7315,7 +7339,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7315
7339
  aria-labelledby="editable-labels-editable-group-example-editable-label-editable-3-button editable-labels-editable-group-example-editable-label-editable-3-text"
7316
7340
  >
7317
7341
  <span class="pf-v6-c-button__icon">
7318
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7342
+ <!-- Icon "times fa-fw" not found -->
7319
7343
  </span>
7320
7344
  </button>
7321
7345
  </span>
@@ -7367,7 +7391,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7367
7391
  aria-labelledby="editable-labels-label-active-editable-group-example-editable-label-editable-1-button editable-labels-label-active-editable-group-example-editable-label-editable-1-text"
7368
7392
  >
7369
7393
  <span class="pf-v6-c-button__icon">
7370
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7394
+ <!-- Icon "times fa-fw" not found -->
7371
7395
  </span>
7372
7396
  </button>
7373
7397
  </span>
@@ -7395,7 +7419,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7395
7419
  aria-labelledby="editable-labels-label-active-editable-group-example-editable-label-editable-2-button editable-labels-label-active-editable-group-example-editable-label-editable-2-text"
7396
7420
  >
7397
7421
  <span class="pf-v6-c-button__icon">
7398
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7422
+ <!-- Icon "times fa-fw" not found -->
7399
7423
  </span>
7400
7424
  </button>
7401
7425
  </span>
@@ -7455,7 +7479,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7455
7479
  aria-labelledby="static-labels-dynamic-label-group-example-editable-label-static-1-button static-labels-dynamic-label-group-example-editable-label-static-1-text"
7456
7480
  >
7457
7481
  <span class="pf-v6-c-button__icon">
7458
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7482
+ <!-- Icon "times fa-fw" not found -->
7459
7483
  </span>
7460
7484
  </button>
7461
7485
  </span>
@@ -7478,7 +7502,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7478
7502
  aria-labelledby="static-labels-dynamic-label-group-example-editable-label-static-2-button static-labels-dynamic-label-group-example-editable-label-static-2-text"
7479
7503
  >
7480
7504
  <span class="pf-v6-c-button__icon">
7481
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7505
+ <!-- Icon "times fa-fw" not found -->
7482
7506
  </span>
7483
7507
  </button>
7484
7508
  </span>
@@ -7501,7 +7525,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7501
7525
  aria-labelledby="static-labels-dynamic-label-group-example-editable-label-static-3-button static-labels-dynamic-label-group-example-editable-label-static-3-text"
7502
7526
  >
7503
7527
  <span class="pf-v6-c-button__icon">
7504
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7528
+ <!-- Icon "times fa-fw" not found -->
7505
7529
  </span>
7506
7530
  </button>
7507
7531
  </span>
@@ -7548,7 +7572,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7548
7572
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-static-1-button mixed-labels-dynamic-label-group-example-editable-label-static-1-text"
7549
7573
  >
7550
7574
  <span class="pf-v6-c-button__icon">
7551
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7575
+ <!-- Icon "times fa-fw" not found -->
7552
7576
  </span>
7553
7577
  </button>
7554
7578
  </span>
@@ -7571,7 +7595,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7571
7595
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-static-2-button mixed-labels-dynamic-label-group-example-editable-label-static-2-text"
7572
7596
  >
7573
7597
  <span class="pf-v6-c-button__icon">
7574
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7598
+ <!-- Icon "times fa-fw" not found -->
7575
7599
  </span>
7576
7600
  </button>
7577
7601
  </span>
@@ -7599,7 +7623,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7599
7623
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-text"
7600
7624
  >
7601
7625
  <span class="pf-v6-c-button__icon">
7602
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7626
+ <!-- Icon "times fa-fw" not found -->
7603
7627
  </span>
7604
7628
  </button>
7605
7629
  </span>
@@ -7627,7 +7651,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7627
7651
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-text"
7628
7652
  >
7629
7653
  <span class="pf-v6-c-button__icon">
7630
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7654
+ <!-- Icon "times fa-fw" not found -->
7631
7655
  </span>
7632
7656
  </button>
7633
7657
  </span>
@@ -7655,7 +7679,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7655
7679
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-text"
7656
7680
  >
7657
7681
  <span class="pf-v6-c-button__icon">
7658
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7682
+ <!-- Icon "times fa-fw" not found -->
7659
7683
  </span>
7660
7684
  </button>
7661
7685
  </span>
@@ -7844,7 +7868,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
7844
7868
  aria-labelledby="-truncated-with-icon-button -truncated-with-icon-text"
7845
7869
  >
7846
7870
  <span class="pf-v6-c-button__icon">
7847
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7871
+ <!-- Icon "times fa-fw" not found -->
7848
7872
  </span>
7849
7873
  </button>
7850
7874
  </span>