@patternfly/patternfly 6.5.0-prerelease.61 → 6.5.0-prerelease.63

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 (56) hide show
  1. package/assets/images/glass-brand-dark.jpg +0 -0
  2. package/components/Button/button.css +2 -2
  3. package/components/Button/button.scss +3 -3
  4. package/components/CodeEditor/code-editor.css +1 -1
  5. package/components/CodeEditor/code-editor.scss +1 -1
  6. package/components/Menu/menu.css +26 -19
  7. package/components/Menu/menu.scss +26 -19
  8. package/components/MenuToggle/menu-toggle.css +9 -5
  9. package/components/MenuToggle/menu-toggle.scss +12 -5
  10. package/components/Page/page.css +3 -0
  11. package/components/Page/page.scss +4 -0
  12. package/components/_index.css +41 -27
  13. package/docs/components/Breadcrumb/examples/Breadcrumb.md +13 -1
  14. package/docs/components/CalendarMonth/examples/CalendarMonth.md +52 -4
  15. package/docs/components/Card/examples/Card.md +130 -10
  16. package/docs/components/DataList/examples/DataList.md +221 -17
  17. package/docs/components/DualListSelector/examples/DualListSelector.md +234 -18
  18. package/docs/components/Hint/examples/Hint.md +39 -3
  19. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -2
  20. package/docs/components/InputGroup/examples/InputGroup.md +13 -1
  21. package/docs/components/Login/examples/Login.md +13 -1
  22. package/docs/components/Menu/examples/Menu.md +195 -15
  23. package/docs/components/MenuToggle/examples/MenuToggle.md +1331 -100
  24. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +481 -37
  25. package/docs/components/OverflowMenu/examples/overflow-menu.md +65 -5
  26. package/docs/components/Pagination/examples/Pagination.md +169 -13
  27. package/docs/components/Table/examples/Table.md +3461 -269
  28. package/docs/components/Toolbar/examples/Toolbar.md +507 -39
  29. package/docs/demos/AboutModal/examples/AboutModal.md +26 -2
  30. package/docs/demos/Alert/examples/Alert.md +78 -6
  31. package/docs/demos/BackToTop/examples/BackToTop.md +26 -2
  32. package/docs/demos/Banner/examples/Banner.md +52 -4
  33. package/docs/demos/Card/examples/Card.md +78 -6
  34. package/docs/demos/CardView/examples/CardView.md +206 -20
  35. package/docs/demos/Compass/examples/Compass.md +431 -56
  36. package/docs/demos/Dashboard/examples/Dashboard.md +63 -9
  37. package/docs/demos/DataList/examples/DataList.md +369 -45
  38. package/docs/demos/DescriptionList/examples/DescriptionList.md +91 -7
  39. package/docs/demos/Drawer/examples/Drawer.md +143 -11
  40. package/docs/demos/JumpLinks/examples/JumpLinks.md +156 -12
  41. package/docs/demos/Masthead/examples/Masthead.md +156 -12
  42. package/docs/demos/Modal/examples/Modal.md +156 -12
  43. package/docs/demos/Nav/examples/Nav.md +104 -8
  44. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +975 -75
  45. package/docs/demos/Page/examples/Page.md +390 -30
  46. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +593 -83
  47. package/docs/demos/Skeleton/examples/Skeleton.md +26 -2
  48. package/docs/demos/Table/examples/Table.md +2518 -322
  49. package/docs/demos/Tabs/examples/Tabs.md +247 -19
  50. package/docs/demos/Toolbar/examples/Toolbar.md +659 -59
  51. package/docs/demos/Wizard/examples/Wizard.md +234 -18
  52. package/package.json +1 -1
  53. package/patternfly-no-globals.css +41 -27
  54. package/patternfly.css +41 -27
  55. package/patternfly.min.css +1 -1
  56. package/patternfly.min.css.map +1 -1
@@ -158,7 +158,19 @@ wrapperTag: div
158
158
  aria-label="Settings"
159
159
  >
160
160
  <span class="pf-v6-c-menu-toggle__icon">
161
- <i class="fas fa-cog" aria-hidden="true"></i>
161
+ <svg
162
+ class="pf-v6-svg"
163
+ viewBox="0 0 32 32"
164
+ fill="currentColor"
165
+ aria-hidden="true"
166
+ role="img"
167
+ width="1em"
168
+ height="1em"
169
+ >
170
+ <path
171
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
172
+ />
173
+ </svg>
162
174
  </span>
163
175
  </button>
164
176
  </div>
@@ -184,7 +196,19 @@ wrapperTag: div
184
196
  aria-label="Actions"
185
197
  >
186
198
  <span class="pf-v6-c-menu-toggle__icon">
187
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
199
+ <svg
200
+ class="pf-v6-svg"
201
+ viewBox="0 0 32 32"
202
+ fill="currentColor"
203
+ aria-hidden="true"
204
+ role="img"
205
+ width="1em"
206
+ height="1em"
207
+ >
208
+ <path
209
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
210
+ />
211
+ </svg>
188
212
  </span>
189
213
  </button>
190
214
  </div>
@@ -521,7 +545,19 @@ wrapperTag: div
521
545
  aria-label="Settings"
522
546
  >
523
547
  <span class="pf-v6-c-menu-toggle__icon">
524
- <i class="fas fa-cog" aria-hidden="true"></i>
548
+ <svg
549
+ class="pf-v6-svg"
550
+ viewBox="0 0 32 32"
551
+ fill="currentColor"
552
+ aria-hidden="true"
553
+ role="img"
554
+ width="1em"
555
+ height="1em"
556
+ >
557
+ <path
558
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
559
+ />
560
+ </svg>
525
561
  </span>
526
562
  </button>
527
563
  </div>
@@ -547,7 +583,19 @@ wrapperTag: div
547
583
  aria-label="Actions"
548
584
  >
549
585
  <span class="pf-v6-c-menu-toggle__icon">
550
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
586
+ <svg
587
+ class="pf-v6-svg"
588
+ viewBox="0 0 32 32"
589
+ fill="currentColor"
590
+ aria-hidden="true"
591
+ role="img"
592
+ width="1em"
593
+ height="1em"
594
+ >
595
+ <path
596
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
597
+ />
598
+ </svg>
551
599
  </span>
552
600
  </button>
553
601
  </div>
@@ -899,7 +947,19 @@ wrapperTag: div
899
947
  aria-label="Settings"
900
948
  >
901
949
  <span class="pf-v6-c-menu-toggle__icon">
902
- <i class="fas fa-cog" aria-hidden="true"></i>
950
+ <svg
951
+ class="pf-v6-svg"
952
+ viewBox="0 0 32 32"
953
+ fill="currentColor"
954
+ aria-hidden="true"
955
+ role="img"
956
+ width="1em"
957
+ height="1em"
958
+ >
959
+ <path
960
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
961
+ />
962
+ </svg>
903
963
  </span>
904
964
  </button>
905
965
  </div>
@@ -925,7 +985,19 @@ wrapperTag: div
925
985
  aria-label="Actions"
926
986
  >
927
987
  <span class="pf-v6-c-menu-toggle__icon">
928
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
988
+ <svg
989
+ class="pf-v6-svg"
990
+ viewBox="0 0 32 32"
991
+ fill="currentColor"
992
+ aria-hidden="true"
993
+ role="img"
994
+ width="1em"
995
+ height="1em"
996
+ >
997
+ <path
998
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
999
+ />
1000
+ </svg>
929
1001
  </span>
930
1002
  </button>
931
1003
  </div>
@@ -1406,7 +1478,19 @@ wrapperTag: div
1406
1478
  aria-label="Settings"
1407
1479
  >
1408
1480
  <span class="pf-v6-c-menu-toggle__icon">
1409
- <i class="fas fa-cog" aria-hidden="true"></i>
1481
+ <svg
1482
+ class="pf-v6-svg"
1483
+ viewBox="0 0 32 32"
1484
+ fill="currentColor"
1485
+ aria-hidden="true"
1486
+ role="img"
1487
+ width="1em"
1488
+ height="1em"
1489
+ >
1490
+ <path
1491
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
1492
+ />
1493
+ </svg>
1410
1494
  </span>
1411
1495
  </button>
1412
1496
  </div>
@@ -1432,7 +1516,19 @@ wrapperTag: div
1432
1516
  aria-label="Actions"
1433
1517
  >
1434
1518
  <span class="pf-v6-c-menu-toggle__icon">
1435
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1519
+ <svg
1520
+ class="pf-v6-svg"
1521
+ viewBox="0 0 32 32"
1522
+ fill="currentColor"
1523
+ aria-hidden="true"
1524
+ role="img"
1525
+ width="1em"
1526
+ height="1em"
1527
+ >
1528
+ <path
1529
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
1530
+ />
1531
+ </svg>
1436
1532
  </span>
1437
1533
  </button>
1438
1534
  </div>
@@ -1888,7 +1984,19 @@ wrapperTag: div
1888
1984
  aria-label="Settings"
1889
1985
  >
1890
1986
  <span class="pf-v6-c-menu-toggle__icon">
1891
- <i class="fas fa-cog" aria-hidden="true"></i>
1987
+ <svg
1988
+ class="pf-v6-svg"
1989
+ viewBox="0 0 32 32"
1990
+ fill="currentColor"
1991
+ aria-hidden="true"
1992
+ role="img"
1993
+ width="1em"
1994
+ height="1em"
1995
+ >
1996
+ <path
1997
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
1998
+ />
1999
+ </svg>
1892
2000
  </span>
1893
2001
  </button>
1894
2002
  </div>
@@ -1914,7 +2022,19 @@ wrapperTag: div
1914
2022
  aria-label="Actions"
1915
2023
  >
1916
2024
  <span class="pf-v6-c-menu-toggle__icon">
1917
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2025
+ <svg
2026
+ class="pf-v6-svg"
2027
+ viewBox="0 0 32 32"
2028
+ fill="currentColor"
2029
+ aria-hidden="true"
2030
+ role="img"
2031
+ width="1em"
2032
+ height="1em"
2033
+ >
2034
+ <path
2035
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
2036
+ />
2037
+ </svg>
1918
2038
  </span>
1919
2039
  </button>
1920
2040
  </div>
@@ -2373,7 +2493,19 @@ wrapperTag: div
2373
2493
  aria-label="Settings"
2374
2494
  >
2375
2495
  <span class="pf-v6-c-menu-toggle__icon">
2376
- <i class="fas fa-cog" aria-hidden="true"></i>
2496
+ <svg
2497
+ class="pf-v6-svg"
2498
+ viewBox="0 0 32 32"
2499
+ fill="currentColor"
2500
+ aria-hidden="true"
2501
+ role="img"
2502
+ width="1em"
2503
+ height="1em"
2504
+ >
2505
+ <path
2506
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
2507
+ />
2508
+ </svg>
2377
2509
  </span>
2378
2510
  </button>
2379
2511
  </div>
@@ -2399,7 +2531,19 @@ wrapperTag: div
2399
2531
  aria-label="Actions"
2400
2532
  >
2401
2533
  <span class="pf-v6-c-menu-toggle__icon">
2402
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2534
+ <svg
2535
+ class="pf-v6-svg"
2536
+ viewBox="0 0 32 32"
2537
+ fill="currentColor"
2538
+ aria-hidden="true"
2539
+ role="img"
2540
+ width="1em"
2541
+ height="1em"
2542
+ >
2543
+ <path
2544
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
2545
+ />
2546
+ </svg>
2403
2547
  </span>
2404
2548
  </button>
2405
2549
  </div>
@@ -2855,7 +2999,19 @@ wrapperTag: div
2855
2999
  aria-label="Settings"
2856
3000
  >
2857
3001
  <span class="pf-v6-c-menu-toggle__icon">
2858
- <i class="fas fa-cog" aria-hidden="true"></i>
3002
+ <svg
3003
+ class="pf-v6-svg"
3004
+ viewBox="0 0 32 32"
3005
+ fill="currentColor"
3006
+ aria-hidden="true"
3007
+ role="img"
3008
+ width="1em"
3009
+ height="1em"
3010
+ >
3011
+ <path
3012
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
3013
+ />
3014
+ </svg>
2859
3015
  </span>
2860
3016
  </button>
2861
3017
  </div>
@@ -2881,7 +3037,19 @@ wrapperTag: div
2881
3037
  aria-label="Actions"
2882
3038
  >
2883
3039
  <span class="pf-v6-c-menu-toggle__icon">
2884
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3040
+ <svg
3041
+ class="pf-v6-svg"
3042
+ viewBox="0 0 32 32"
3043
+ fill="currentColor"
3044
+ aria-hidden="true"
3045
+ role="img"
3046
+ width="1em"
3047
+ height="1em"
3048
+ >
3049
+ <path
3050
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
3051
+ />
3052
+ </svg>
2885
3053
  </span>
2886
3054
  </button>
2887
3055
  </div>
@@ -3342,7 +3510,19 @@ wrapperTag: div
3342
3510
  aria-label="Settings"
3343
3511
  >
3344
3512
  <span class="pf-v6-c-menu-toggle__icon">
3345
- <i class="fas fa-cog" aria-hidden="true"></i>
3513
+ <svg
3514
+ class="pf-v6-svg"
3515
+ viewBox="0 0 32 32"
3516
+ fill="currentColor"
3517
+ aria-hidden="true"
3518
+ role="img"
3519
+ width="1em"
3520
+ height="1em"
3521
+ >
3522
+ <path
3523
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
3524
+ />
3525
+ </svg>
3346
3526
  </span>
3347
3527
  </button>
3348
3528
  </div>
@@ -3368,7 +3548,19 @@ wrapperTag: div
3368
3548
  aria-label="Actions"
3369
3549
  >
3370
3550
  <span class="pf-v6-c-menu-toggle__icon">
3371
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3551
+ <svg
3552
+ class="pf-v6-svg"
3553
+ viewBox="0 0 32 32"
3554
+ fill="currentColor"
3555
+ aria-hidden="true"
3556
+ role="img"
3557
+ width="1em"
3558
+ height="1em"
3559
+ >
3560
+ <path
3561
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
3562
+ />
3563
+ </svg>
3372
3564
  </span>
3373
3565
  </button>
3374
3566
  </div>
@@ -3834,7 +4026,19 @@ wrapperTag: div
3834
4026
  aria-label="Settings"
3835
4027
  >
3836
4028
  <span class="pf-v6-c-menu-toggle__icon">
3837
- <i class="fas fa-cog" aria-hidden="true"></i>
4029
+ <svg
4030
+ class="pf-v6-svg"
4031
+ viewBox="0 0 32 32"
4032
+ fill="currentColor"
4033
+ aria-hidden="true"
4034
+ role="img"
4035
+ width="1em"
4036
+ height="1em"
4037
+ >
4038
+ <path
4039
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
4040
+ />
4041
+ </svg>
3838
4042
  </span>
3839
4043
  </button>
3840
4044
  </div>
@@ -3860,7 +4064,19 @@ wrapperTag: div
3860
4064
  aria-label="Actions"
3861
4065
  >
3862
4066
  <span class="pf-v6-c-menu-toggle__icon">
3863
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4067
+ <svg
4068
+ class="pf-v6-svg"
4069
+ viewBox="0 0 32 32"
4070
+ fill="currentColor"
4071
+ aria-hidden="true"
4072
+ role="img"
4073
+ width="1em"
4074
+ height="1em"
4075
+ >
4076
+ <path
4077
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
4078
+ />
4079
+ </svg>
3864
4080
  </span>
3865
4081
  </button>
3866
4082
  </div>
@@ -4148,7 +4364,19 @@ wrapperTag: div
4148
4364
  aria-label="Settings"
4149
4365
  >
4150
4366
  <span class="pf-v6-c-menu-toggle__icon">
4151
- <i class="fas fa-cog" aria-hidden="true"></i>
4367
+ <svg
4368
+ class="pf-v6-svg"
4369
+ viewBox="0 0 32 32"
4370
+ fill="currentColor"
4371
+ aria-hidden="true"
4372
+ role="img"
4373
+ width="1em"
4374
+ height="1em"
4375
+ >
4376
+ <path
4377
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
4378
+ />
4379
+ </svg>
4152
4380
  </span>
4153
4381
  </button>
4154
4382
  </div>
@@ -4174,7 +4402,19 @@ wrapperTag: div
4174
4402
  aria-label="Actions"
4175
4403
  >
4176
4404
  <span class="pf-v6-c-menu-toggle__icon">
4177
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4405
+ <svg
4406
+ class="pf-v6-svg"
4407
+ viewBox="0 0 32 32"
4408
+ fill="currentColor"
4409
+ aria-hidden="true"
4410
+ role="img"
4411
+ width="1em"
4412
+ height="1em"
4413
+ >
4414
+ <path
4415
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
4416
+ />
4417
+ </svg>
4178
4418
  </span>
4179
4419
  </button>
4180
4420
  </div>
@@ -4198,7 +4438,19 @@ wrapperTag: div
4198
4438
  <span class="pf-v6-c-menu-toggle__text">Administrator</span>
4199
4439
  <span class="pf-v6-c-menu-toggle__controls">
4200
4440
  <span class="pf-v6-c-menu-toggle__toggle-icon">
4201
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
4441
+ <svg
4442
+ class="pf-v6-svg"
4443
+ viewBox="0 0 20 20"
4444
+ fill="currentColor"
4445
+ aria-hidden="true"
4446
+ role="img"
4447
+ width="1em"
4448
+ height="1em"
4449
+ >
4450
+ <path
4451
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
4452
+ />
4453
+ </svg>
4202
4454
  </span>
4203
4455
  </span>
4204
4456
  </button>
@@ -4525,7 +4777,19 @@ wrapperTag: div
4525
4777
  aria-label="Settings"
4526
4778
  >
4527
4779
  <span class="pf-v6-c-menu-toggle__icon">
4528
- <i class="fas fa-cog" aria-hidden="true"></i>
4780
+ <svg
4781
+ class="pf-v6-svg"
4782
+ viewBox="0 0 32 32"
4783
+ fill="currentColor"
4784
+ aria-hidden="true"
4785
+ role="img"
4786
+ width="1em"
4787
+ height="1em"
4788
+ >
4789
+ <path
4790
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
4791
+ />
4792
+ </svg>
4529
4793
  </span>
4530
4794
  </button>
4531
4795
  </div>
@@ -4551,7 +4815,19 @@ wrapperTag: div
4551
4815
  aria-label="Actions"
4552
4816
  >
4553
4817
  <span class="pf-v6-c-menu-toggle__icon">
4554
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4818
+ <svg
4819
+ class="pf-v6-svg"
4820
+ viewBox="0 0 32 32"
4821
+ fill="currentColor"
4822
+ aria-hidden="true"
4823
+ role="img"
4824
+ width="1em"
4825
+ height="1em"
4826
+ >
4827
+ <path
4828
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
4829
+ />
4830
+ </svg>
4555
4831
  </span>
4556
4832
  </button>
4557
4833
  </div>
@@ -4575,7 +4851,19 @@ wrapperTag: div
4575
4851
  <span class="pf-v6-c-menu-toggle__text">Administrator</span>
4576
4852
  <span class="pf-v6-c-menu-toggle__controls">
4577
4853
  <span class="pf-v6-c-menu-toggle__toggle-icon">
4578
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
4854
+ <svg
4855
+ class="pf-v6-svg"
4856
+ viewBox="0 0 20 20"
4857
+ fill="currentColor"
4858
+ aria-hidden="true"
4859
+ role="img"
4860
+ width="1em"
4861
+ height="1em"
4862
+ >
4863
+ <path
4864
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
4865
+ />
4866
+ </svg>
4579
4867
  </span>
4580
4868
  </span>
4581
4869
  </button>
@@ -4950,7 +5238,19 @@ wrapperTag: div
4950
5238
  aria-label="Settings"
4951
5239
  >
4952
5240
  <span class="pf-v6-c-menu-toggle__icon">
4953
- <i class="fas fa-cog" aria-hidden="true"></i>
5241
+ <svg
5242
+ class="pf-v6-svg"
5243
+ viewBox="0 0 32 32"
5244
+ fill="currentColor"
5245
+ aria-hidden="true"
5246
+ role="img"
5247
+ width="1em"
5248
+ height="1em"
5249
+ >
5250
+ <path
5251
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
5252
+ />
5253
+ </svg>
4954
5254
  </span>
4955
5255
  </button>
4956
5256
  </div>
@@ -4976,7 +5276,19 @@ wrapperTag: div
4976
5276
  aria-label="Actions"
4977
5277
  >
4978
5278
  <span class="pf-v6-c-menu-toggle__icon">
4979
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5279
+ <svg
5280
+ class="pf-v6-svg"
5281
+ viewBox="0 0 32 32"
5282
+ fill="currentColor"
5283
+ aria-hidden="true"
5284
+ role="img"
5285
+ width="1em"
5286
+ height="1em"
5287
+ >
5288
+ <path
5289
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
5290
+ />
5291
+ </svg>
4980
5292
  </span>
4981
5293
  </button>
4982
5294
  </div>
@@ -5310,7 +5622,19 @@ wrapperTag: div
5310
5622
  aria-label="Settings"
5311
5623
  >
5312
5624
  <span class="pf-v6-c-menu-toggle__icon">
5313
- <i class="fas fa-cog" aria-hidden="true"></i>
5625
+ <svg
5626
+ class="pf-v6-svg"
5627
+ viewBox="0 0 32 32"
5628
+ fill="currentColor"
5629
+ aria-hidden="true"
5630
+ role="img"
5631
+ width="1em"
5632
+ height="1em"
5633
+ >
5634
+ <path
5635
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
5636
+ />
5637
+ </svg>
5314
5638
  </span>
5315
5639
  </button>
5316
5640
  </div>
@@ -5336,7 +5660,19 @@ wrapperTag: div
5336
5660
  aria-label="Actions"
5337
5661
  >
5338
5662
  <span class="pf-v6-c-menu-toggle__icon">
5339
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5663
+ <svg
5664
+ class="pf-v6-svg"
5665
+ viewBox="0 0 32 32"
5666
+ fill="currentColor"
5667
+ aria-hidden="true"
5668
+ role="img"
5669
+ width="1em"
5670
+ height="1em"
5671
+ >
5672
+ <path
5673
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
5674
+ />
5675
+ </svg>
5340
5676
  </span>
5341
5677
  </button>
5342
5678
  </div>
@@ -5670,7 +6006,19 @@ wrapperTag: div
5670
6006
  aria-label="Settings"
5671
6007
  >
5672
6008
  <span class="pf-v6-c-menu-toggle__icon">
5673
- <i class="fas fa-cog" aria-hidden="true"></i>
6009
+ <svg
6010
+ class="pf-v6-svg"
6011
+ viewBox="0 0 32 32"
6012
+ fill="currentColor"
6013
+ aria-hidden="true"
6014
+ role="img"
6015
+ width="1em"
6016
+ height="1em"
6017
+ >
6018
+ <path
6019
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
6020
+ />
6021
+ </svg>
5674
6022
  </span>
5675
6023
  </button>
5676
6024
  </div>
@@ -5696,7 +6044,19 @@ wrapperTag: div
5696
6044
  aria-label="Actions"
5697
6045
  >
5698
6046
  <span class="pf-v6-c-menu-toggle__icon">
5699
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6047
+ <svg
6048
+ class="pf-v6-svg"
6049
+ viewBox="0 0 32 32"
6050
+ fill="currentColor"
6051
+ aria-hidden="true"
6052
+ role="img"
6053
+ width="1em"
6054
+ height="1em"
6055
+ >
6056
+ <path
6057
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6058
+ />
6059
+ </svg>
5700
6060
  </span>
5701
6061
  </button>
5702
6062
  </div>