@patternfly/patternfly 6.0.0-alpha.97 → 6.0.0-alpha.98

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 (34) hide show
  1. package/components/MenuToggle/menu-toggle.css +20 -6
  2. package/components/MenuToggle/menu-toggle.scss +32 -6
  3. package/docs/components/LogViewer/examples/LogViewer.md +130 -10
  4. package/docs/components/MenuToggle/examples/MenuToggle.md +162 -6
  5. package/docs/components/Toolbar/examples/Toolbar.md +143 -11
  6. package/docs/demos/AboutModal/examples/AboutModal.md +52 -4
  7. package/docs/demos/Alert/examples/Alert.md +156 -12
  8. package/docs/demos/BackToTop/examples/BackToTop.md +52 -4
  9. package/docs/demos/Banner/examples/Banner.md +104 -8
  10. package/docs/demos/CardView/examples/CardView.md +65 -5
  11. package/docs/demos/ContextSelector/examples/ContextSelector.md +156 -12
  12. package/docs/demos/Dashboard/examples/Dashboard.md +52 -4
  13. package/docs/demos/DataList/examples/DataList.md +273 -21
  14. package/docs/demos/DescriptionList/examples/DescriptionList.md +156 -12
  15. package/docs/demos/Drawer/examples/Drawer.md +260 -20
  16. package/docs/demos/JumpLinks/examples/JumpLinks.md +312 -24
  17. package/docs/demos/Masthead/examples/Masthead.md +247 -19
  18. package/docs/demos/Modal/examples/Modal.md +312 -24
  19. package/docs/demos/Nav/examples/Nav.md +312 -24
  20. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +260 -20
  21. package/docs/demos/Page/examples/Page.md +468 -36
  22. package/docs/demos/Page/examples/Penta.md +13 -1
  23. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +455 -35
  24. package/docs/demos/Skeleton/examples/Skeleton.md +52 -4
  25. package/docs/demos/Table/examples/Table.md +1094 -86
  26. package/docs/demos/Tabs/examples/Tabs.md +325 -25
  27. package/docs/demos/Toolbar/examples/Toolbar.md +325 -25
  28. package/docs/demos/Wizard/examples/Wizard.md +468 -36
  29. package/package.json +1 -1
  30. package/patternfly-no-globals.css +20 -6
  31. package/patternfly-theme-dark-unversioned.css +20 -6
  32. package/patternfly.css +20 -6
  33. package/patternfly.min.css +1 -1
  34. package/patternfly.min.css.map +1 -1
@@ -148,7 +148,19 @@ section: components
148
148
  aria-label="Application launcher"
149
149
  >
150
150
  <span class="pf-v6-c-menu-toggle__icon">
151
- <i class="fas fa-th" aria-hidden="true"></i>
151
+ <svg
152
+ class="pf-v5-svg"
153
+ viewBox="0 0 192 512"
154
+ fill="currentColor"
155
+ aria-hidden="true"
156
+ role="img"
157
+ width="1em"
158
+ height="1em"
159
+ >
160
+ <path
161
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
162
+ />
163
+ </svg>
152
164
  </span>
153
165
  </button>
154
166
  </div>
@@ -160,7 +172,19 @@ section: components
160
172
  aria-label="Settings"
161
173
  >
162
174
  <span class="pf-v6-c-menu-toggle__icon">
163
- <i class="fas fa-cog" aria-hidden="true"></i>
175
+ <svg
176
+ class="pf-v5-svg"
177
+ viewBox="0 0 192 512"
178
+ fill="currentColor"
179
+ aria-hidden="true"
180
+ role="img"
181
+ width="1em"
182
+ height="1em"
183
+ >
184
+ <path
185
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
186
+ />
187
+ </svg>
164
188
  </span>
165
189
  </button>
166
190
  </div>
@@ -172,7 +196,19 @@ section: components
172
196
  aria-label="Help"
173
197
  >
174
198
  <span class="pf-v6-c-menu-toggle__icon">
175
- <i class="fas fa-question-circle" aria-hidden="true"></i>
199
+ <svg
200
+ class="pf-v5-svg"
201
+ viewBox="0 0 192 512"
202
+ fill="currentColor"
203
+ aria-hidden="true"
204
+ role="img"
205
+ width="1em"
206
+ height="1em"
207
+ >
208
+ <path
209
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
210
+ />
211
+ </svg>
176
212
  </span>
177
213
  </button>
178
214
  </div>
@@ -185,7 +221,19 @@ section: components
185
221
  aria-label="Actions"
186
222
  >
187
223
  <span class="pf-v6-c-menu-toggle__icon">
188
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
224
+ <svg
225
+ class="pf-v5-svg"
226
+ viewBox="0 0 192 512"
227
+ fill="currentColor"
228
+ aria-hidden="true"
229
+ role="img"
230
+ width="1em"
231
+ height="1em"
232
+ >
233
+ <path
234
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
235
+ />
236
+ </svg>
189
237
  </span>
190
238
  </button>
191
239
  </div>
@@ -502,7 +550,19 @@ section: components
502
550
  aria-label="Application launcher"
503
551
  >
504
552
  <span class="pf-v6-c-menu-toggle__icon">
505
- <i class="fas fa-th" aria-hidden="true"></i>
553
+ <svg
554
+ class="pf-v5-svg"
555
+ viewBox="0 0 192 512"
556
+ fill="currentColor"
557
+ aria-hidden="true"
558
+ role="img"
559
+ width="1em"
560
+ height="1em"
561
+ >
562
+ <path
563
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
564
+ />
565
+ </svg>
506
566
  </span>
507
567
  </button>
508
568
  </div>
@@ -514,7 +574,19 @@ section: components
514
574
  aria-label="Settings"
515
575
  >
516
576
  <span class="pf-v6-c-menu-toggle__icon">
517
- <i class="fas fa-cog" aria-hidden="true"></i>
577
+ <svg
578
+ class="pf-v5-svg"
579
+ viewBox="0 0 192 512"
580
+ fill="currentColor"
581
+ aria-hidden="true"
582
+ role="img"
583
+ width="1em"
584
+ height="1em"
585
+ >
586
+ <path
587
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
588
+ />
589
+ </svg>
518
590
  </span>
519
591
  </button>
520
592
  </div>
@@ -526,7 +598,19 @@ section: components
526
598
  aria-label="Help"
527
599
  >
528
600
  <span class="pf-v6-c-menu-toggle__icon">
529
- <i class="fas fa-question-circle" aria-hidden="true"></i>
601
+ <svg
602
+ class="pf-v5-svg"
603
+ viewBox="0 0 192 512"
604
+ fill="currentColor"
605
+ aria-hidden="true"
606
+ role="img"
607
+ width="1em"
608
+ height="1em"
609
+ >
610
+ <path
611
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
612
+ />
613
+ </svg>
530
614
  </span>
531
615
  </button>
532
616
  </div>
@@ -539,7 +623,19 @@ section: components
539
623
  aria-label="Actions"
540
624
  >
541
625
  <span class="pf-v6-c-menu-toggle__icon">
542
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
626
+ <svg
627
+ class="pf-v5-svg"
628
+ viewBox="0 0 192 512"
629
+ fill="currentColor"
630
+ aria-hidden="true"
631
+ role="img"
632
+ width="1em"
633
+ height="1em"
634
+ >
635
+ <path
636
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
637
+ />
638
+ </svg>
543
639
  </span>
544
640
  </button>
545
641
  </div>
@@ -862,7 +958,19 @@ section: components
862
958
  aria-label="Application launcher"
863
959
  >
864
960
  <span class="pf-v6-c-menu-toggle__icon">
865
- <i class="fas fa-th" aria-hidden="true"></i>
961
+ <svg
962
+ class="pf-v5-svg"
963
+ viewBox="0 0 192 512"
964
+ fill="currentColor"
965
+ aria-hidden="true"
966
+ role="img"
967
+ width="1em"
968
+ height="1em"
969
+ >
970
+ <path
971
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
972
+ />
973
+ </svg>
866
974
  </span>
867
975
  </button>
868
976
  </div>
@@ -874,7 +982,19 @@ section: components
874
982
  aria-label="Settings"
875
983
  >
876
984
  <span class="pf-v6-c-menu-toggle__icon">
877
- <i class="fas fa-cog" aria-hidden="true"></i>
985
+ <svg
986
+ class="pf-v5-svg"
987
+ viewBox="0 0 192 512"
988
+ fill="currentColor"
989
+ aria-hidden="true"
990
+ role="img"
991
+ width="1em"
992
+ height="1em"
993
+ >
994
+ <path
995
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
996
+ />
997
+ </svg>
878
998
  </span>
879
999
  </button>
880
1000
  </div>
@@ -886,7 +1006,19 @@ section: components
886
1006
  aria-label="Help"
887
1007
  >
888
1008
  <span class="pf-v6-c-menu-toggle__icon">
889
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1009
+ <svg
1010
+ class="pf-v5-svg"
1011
+ viewBox="0 0 192 512"
1012
+ fill="currentColor"
1013
+ aria-hidden="true"
1014
+ role="img"
1015
+ width="1em"
1016
+ height="1em"
1017
+ >
1018
+ <path
1019
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1020
+ />
1021
+ </svg>
890
1022
  </span>
891
1023
  </button>
892
1024
  </div>
@@ -899,7 +1031,19 @@ section: components
899
1031
  aria-label="Actions"
900
1032
  >
901
1033
  <span class="pf-v6-c-menu-toggle__icon">
902
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1034
+ <svg
1035
+ class="pf-v5-svg"
1036
+ viewBox="0 0 192 512"
1037
+ fill="currentColor"
1038
+ aria-hidden="true"
1039
+ role="img"
1040
+ width="1em"
1041
+ height="1em"
1042
+ >
1043
+ <path
1044
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1045
+ />
1046
+ </svg>
903
1047
  </span>
904
1048
  </button>
905
1049
  </div>
@@ -1212,7 +1356,19 @@ section: components
1212
1356
  aria-label="Application launcher"
1213
1357
  >
1214
1358
  <span class="pf-v6-c-menu-toggle__icon">
1215
- <i class="fas fa-th" aria-hidden="true"></i>
1359
+ <svg
1360
+ class="pf-v5-svg"
1361
+ viewBox="0 0 192 512"
1362
+ fill="currentColor"
1363
+ aria-hidden="true"
1364
+ role="img"
1365
+ width="1em"
1366
+ height="1em"
1367
+ >
1368
+ <path
1369
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1370
+ />
1371
+ </svg>
1216
1372
  </span>
1217
1373
  </button>
1218
1374
  </div>
@@ -1224,7 +1380,19 @@ section: components
1224
1380
  aria-label="Settings"
1225
1381
  >
1226
1382
  <span class="pf-v6-c-menu-toggle__icon">
1227
- <i class="fas fa-cog" aria-hidden="true"></i>
1383
+ <svg
1384
+ class="pf-v5-svg"
1385
+ viewBox="0 0 192 512"
1386
+ fill="currentColor"
1387
+ aria-hidden="true"
1388
+ role="img"
1389
+ width="1em"
1390
+ height="1em"
1391
+ >
1392
+ <path
1393
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1394
+ />
1395
+ </svg>
1228
1396
  </span>
1229
1397
  </button>
1230
1398
  </div>
@@ -1236,7 +1404,19 @@ section: components
1236
1404
  aria-label="Help"
1237
1405
  >
1238
1406
  <span class="pf-v6-c-menu-toggle__icon">
1239
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1407
+ <svg
1408
+ class="pf-v5-svg"
1409
+ viewBox="0 0 192 512"
1410
+ fill="currentColor"
1411
+ aria-hidden="true"
1412
+ role="img"
1413
+ width="1em"
1414
+ height="1em"
1415
+ >
1416
+ <path
1417
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1418
+ />
1419
+ </svg>
1240
1420
  </span>
1241
1421
  </button>
1242
1422
  </div>
@@ -1249,7 +1429,19 @@ section: components
1249
1429
  aria-label="Actions"
1250
1430
  >
1251
1431
  <span class="pf-v6-c-menu-toggle__icon">
1252
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1432
+ <svg
1433
+ class="pf-v5-svg"
1434
+ viewBox="0 0 192 512"
1435
+ fill="currentColor"
1436
+ aria-hidden="true"
1437
+ role="img"
1438
+ width="1em"
1439
+ height="1em"
1440
+ >
1441
+ <path
1442
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1443
+ />
1444
+ </svg>
1253
1445
  </span>
1254
1446
  </button>
1255
1447
  </div>
@@ -1562,7 +1754,19 @@ section: components
1562
1754
  aria-label="Application launcher"
1563
1755
  >
1564
1756
  <span class="pf-v6-c-menu-toggle__icon">
1565
- <i class="fas fa-th" aria-hidden="true"></i>
1757
+ <svg
1758
+ class="pf-v5-svg"
1759
+ viewBox="0 0 192 512"
1760
+ fill="currentColor"
1761
+ aria-hidden="true"
1762
+ role="img"
1763
+ width="1em"
1764
+ height="1em"
1765
+ >
1766
+ <path
1767
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1768
+ />
1769
+ </svg>
1566
1770
  </span>
1567
1771
  </button>
1568
1772
  </div>
@@ -1574,7 +1778,19 @@ section: components
1574
1778
  aria-label="Settings"
1575
1779
  >
1576
1780
  <span class="pf-v6-c-menu-toggle__icon">
1577
- <i class="fas fa-cog" aria-hidden="true"></i>
1781
+ <svg
1782
+ class="pf-v5-svg"
1783
+ viewBox="0 0 192 512"
1784
+ fill="currentColor"
1785
+ aria-hidden="true"
1786
+ role="img"
1787
+ width="1em"
1788
+ height="1em"
1789
+ >
1790
+ <path
1791
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1792
+ />
1793
+ </svg>
1578
1794
  </span>
1579
1795
  </button>
1580
1796
  </div>
@@ -1586,7 +1802,19 @@ section: components
1586
1802
  aria-label="Help"
1587
1803
  >
1588
1804
  <span class="pf-v6-c-menu-toggle__icon">
1589
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1805
+ <svg
1806
+ class="pf-v5-svg"
1807
+ viewBox="0 0 192 512"
1808
+ fill="currentColor"
1809
+ aria-hidden="true"
1810
+ role="img"
1811
+ width="1em"
1812
+ height="1em"
1813
+ >
1814
+ <path
1815
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1816
+ />
1817
+ </svg>
1590
1818
  </span>
1591
1819
  </button>
1592
1820
  </div>
@@ -1599,7 +1827,19 @@ section: components
1599
1827
  aria-label="Actions"
1600
1828
  >
1601
1829
  <span class="pf-v6-c-menu-toggle__icon">
1602
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1830
+ <svg
1831
+ class="pf-v5-svg"
1832
+ viewBox="0 0 192 512"
1833
+ fill="currentColor"
1834
+ aria-hidden="true"
1835
+ role="img"
1836
+ width="1em"
1837
+ height="1em"
1838
+ >
1839
+ <path
1840
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1841
+ />
1842
+ </svg>
1603
1843
  </span>
1604
1844
  </button>
1605
1845
  </div>
@@ -1912,7 +2152,19 @@ section: components
1912
2152
  aria-label="Application launcher"
1913
2153
  >
1914
2154
  <span class="pf-v6-c-menu-toggle__icon">
1915
- <i class="fas fa-th" aria-hidden="true"></i>
2155
+ <svg
2156
+ class="pf-v5-svg"
2157
+ viewBox="0 0 192 512"
2158
+ fill="currentColor"
2159
+ aria-hidden="true"
2160
+ role="img"
2161
+ width="1em"
2162
+ height="1em"
2163
+ >
2164
+ <path
2165
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2166
+ />
2167
+ </svg>
1916
2168
  </span>
1917
2169
  </button>
1918
2170
  </div>
@@ -1924,7 +2176,19 @@ section: components
1924
2176
  aria-label="Settings"
1925
2177
  >
1926
2178
  <span class="pf-v6-c-menu-toggle__icon">
1927
- <i class="fas fa-cog" aria-hidden="true"></i>
2179
+ <svg
2180
+ class="pf-v5-svg"
2181
+ viewBox="0 0 192 512"
2182
+ fill="currentColor"
2183
+ aria-hidden="true"
2184
+ role="img"
2185
+ width="1em"
2186
+ height="1em"
2187
+ >
2188
+ <path
2189
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2190
+ />
2191
+ </svg>
1928
2192
  </span>
1929
2193
  </button>
1930
2194
  </div>
@@ -1936,7 +2200,19 @@ section: components
1936
2200
  aria-label="Help"
1937
2201
  >
1938
2202
  <span class="pf-v6-c-menu-toggle__icon">
1939
- <i class="fas fa-question-circle" aria-hidden="true"></i>
2203
+ <svg
2204
+ class="pf-v5-svg"
2205
+ viewBox="0 0 192 512"
2206
+ fill="currentColor"
2207
+ aria-hidden="true"
2208
+ role="img"
2209
+ width="1em"
2210
+ height="1em"
2211
+ >
2212
+ <path
2213
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2214
+ />
2215
+ </svg>
1940
2216
  </span>
1941
2217
  </button>
1942
2218
  </div>
@@ -1949,7 +2225,19 @@ section: components
1949
2225
  aria-label="Actions"
1950
2226
  >
1951
2227
  <span class="pf-v6-c-menu-toggle__icon">
1952
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2228
+ <svg
2229
+ class="pf-v5-svg"
2230
+ viewBox="0 0 192 512"
2231
+ fill="currentColor"
2232
+ aria-hidden="true"
2233
+ role="img"
2234
+ width="1em"
2235
+ height="1em"
2236
+ >
2237
+ <path
2238
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2239
+ />
2240
+ </svg>
1953
2241
  </span>
1954
2242
  </button>
1955
2243
  </div>