@patternfly/patternfly 6.5.0-prerelease.66 → 6.5.0-prerelease.67

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 (49) hide show
  1. package/components/Accordion/accordion.css +1 -2
  2. package/components/Accordion/accordion.scss +2 -2
  3. package/components/DataList/data-list.css +1 -1
  4. package/components/DataList/data-list.scss +2 -2
  5. package/components/Drawer/drawer.css +3 -5
  6. package/components/Drawer/drawer.scss +7 -9
  7. package/components/Page/page.css +11 -11
  8. package/components/Page/page.scss +2 -2
  9. package/components/Table/table.css +1 -2
  10. package/components/Table/table.scss +2 -2
  11. package/components/Wizard/wizard.css +2 -2
  12. package/components/Wizard/wizard.scss +4 -4
  13. package/components/_index.css +19 -23
  14. package/docs/components/ActionList/examples/ActionList.md +2 -2
  15. package/docs/components/Alert/examples/Alert.md +4 -4
  16. package/docs/components/Button/examples/Button.md +1 -1
  17. package/docs/components/Icon/examples/Icon.md +13 -1
  18. package/docs/components/Menu/examples/Menu.md +26 -2
  19. package/docs/components/MenuToggle/examples/MenuToggle.md +172 -64
  20. package/docs/components/Toolbar/examples/Toolbar.md +67 -7
  21. package/docs/components/TreeView/examples/TreeView.md +4 -4
  22. package/docs/components/Wizard/examples/Wizard.md +1 -1
  23. package/docs/demos/AboutModal/examples/AboutModal.md +23 -15
  24. package/docs/demos/Alert/examples/Alert.md +69 -45
  25. package/docs/demos/BackToTop/examples/BackToTop.md +23 -15
  26. package/docs/demos/Banner/examples/Banner.md +46 -30
  27. package/docs/demos/CardView/examples/CardView.md +36 -16
  28. package/docs/demos/Compass/examples/Compass.md +76 -19
  29. package/docs/demos/Dashboard/examples/Dashboard.md +23 -15
  30. package/docs/demos/DataList/examples/DataList.md +157 -65
  31. package/docs/demos/DescriptionList/examples/DescriptionList.md +69 -45
  32. package/docs/demos/Drawer/examples/Drawer.md +115 -75
  33. package/docs/demos/JumpLinks/examples/JumpLinks.md +138 -90
  34. package/docs/demos/Masthead/examples/Masthead.md +101 -21
  35. package/docs/demos/Modal/examples/Modal.md +138 -90
  36. package/docs/demos/Nav/examples/Nav.md +188 -120
  37. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +115 -75
  38. package/docs/demos/Page/examples/Page.md +361 -213
  39. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +265 -113
  40. package/docs/demos/Skeleton/examples/Skeleton.md +23 -15
  41. package/docs/demos/Table/examples/Table.md +711 -271
  42. package/docs/demos/Tabs/examples/Tabs.md +151 -91
  43. package/docs/demos/Toolbar/examples/Toolbar.md +124 -36
  44. package/docs/demos/Wizard/examples/Wizard.md +207 -135
  45. package/package.json +1 -1
  46. package/patternfly-no-globals.css +19 -23
  47. package/patternfly.css +19 -23
  48. package/patternfly.min.css +1 -1
  49. package/patternfly.min.css.map +1 -1
@@ -148,23 +148,11 @@ wrapperTag: div
148
148
  type="button"
149
149
  aria-expanded="false"
150
150
  aria-label="Application launcher"
151
- >
152
- <span class="pf-v6-c-menu-toggle__icon">
153
- <i class="fas fa-th" aria-hidden="true"></i>
154
- </span>
155
- </button>
156
- </div>
157
- <div class="pf-v6-c-toolbar__item">
158
- <button
159
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
160
- type="button"
161
- aria-expanded="false"
162
- aria-label="Settings"
163
151
  >
164
152
  <span class="pf-v6-c-menu-toggle__icon">
165
153
  <svg
166
154
  class="pf-v6-svg"
167
- viewBox="0 0 32 32"
155
+ viewBox="0 0 512 512"
168
156
  fill="currentColor"
169
157
  aria-hidden="true"
170
158
  role="img"
@@ -172,12 +160,20 @@ wrapperTag: div
172
160
  height="1em"
173
161
  >
174
162
  <path
175
- 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"
163
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
176
164
  />
177
165
  </svg>
178
166
  </span>
179
167
  </button>
180
168
  </div>
169
+ <div class="pf-v6-c-toolbar__item">
170
+ <button
171
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
172
+ type="button"
173
+ aria-expanded="false"
174
+ aria-label="Settings"
175
+ ></button>
176
+ </div>
181
177
  <div class="pf-v6-c-toolbar__item">
182
178
  <button
183
179
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -186,7 +182,19 @@ wrapperTag: div
186
182
  aria-label="Help"
187
183
  >
188
184
  <span class="pf-v6-c-menu-toggle__icon">
189
- <i class="fas fa-question-circle" aria-hidden="true"></i>
185
+ <svg
186
+ class="pf-v6-svg"
187
+ viewBox="0 0 512 512"
188
+ fill="currentColor"
189
+ aria-hidden="true"
190
+ role="img"
191
+ width="1em"
192
+ height="1em"
193
+ >
194
+ <path
195
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
196
+ />
197
+ </svg>
190
198
  </span>
191
199
  </button>
192
200
  </div>
@@ -381,7 +389,19 @@ wrapperTag: div
381
389
  aria-controls="primary-detail-expanded-example-drawer-toolbar-expandable-content"
382
390
  >
383
391
  <span class="pf-v6-c-menu-toggle__icon">
384
- <i class="fas fa-filter" aria-hidden="true"></i>
392
+ <svg
393
+ class="pf-v6-svg"
394
+ viewBox="0 0 512 512"
395
+ fill="currentColor"
396
+ aria-hidden="true"
397
+ role="img"
398
+ width="1em"
399
+ height="1em"
400
+ >
401
+ <path
402
+ d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
403
+ />
404
+ </svg>
385
405
  </span>
386
406
  </button>
387
407
  </div>
@@ -400,7 +420,19 @@ wrapperTag: div
400
420
  id="primary-detail-expanded-example-drawer-toolbar-search-filter-menu"
401
421
  >
402
422
  <span class="pf-v6-c-menu-toggle__icon">
403
- <i class="fas fa-filter" aria-hidden="true"></i>
423
+ <svg
424
+ class="pf-v6-svg"
425
+ viewBox="0 0 512 512"
426
+ fill="currentColor"
427
+ aria-hidden="true"
428
+ role="img"
429
+ width="1em"
430
+ height="1em"
431
+ >
432
+ <path
433
+ d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
434
+ />
435
+ </svg>
404
436
  </span>
405
437
  <span class="pf-v6-c-menu-toggle__text">Name</span>
406
438
  <span class="pf-v6-c-menu-toggle__controls">
@@ -1604,23 +1636,11 @@ wrapperTag: div
1604
1636
  type="button"
1605
1637
  aria-expanded="false"
1606
1638
  aria-label="Application launcher"
1607
- >
1608
- <span class="pf-v6-c-menu-toggle__icon">
1609
- <i class="fas fa-th" aria-hidden="true"></i>
1610
- </span>
1611
- </button>
1612
- </div>
1613
- <div class="pf-v6-c-toolbar__item">
1614
- <button
1615
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
1616
- type="button"
1617
- aria-expanded="false"
1618
- aria-label="Settings"
1619
1639
  >
1620
1640
  <span class="pf-v6-c-menu-toggle__icon">
1621
1641
  <svg
1622
1642
  class="pf-v6-svg"
1623
- viewBox="0 0 32 32"
1643
+ viewBox="0 0 512 512"
1624
1644
  fill="currentColor"
1625
1645
  aria-hidden="true"
1626
1646
  role="img"
@@ -1628,12 +1648,20 @@ wrapperTag: div
1628
1648
  height="1em"
1629
1649
  >
1630
1650
  <path
1631
- 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"
1651
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
1632
1652
  />
1633
1653
  </svg>
1634
1654
  </span>
1635
1655
  </button>
1636
1656
  </div>
1657
+ <div class="pf-v6-c-toolbar__item">
1658
+ <button
1659
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
1660
+ type="button"
1661
+ aria-expanded="false"
1662
+ aria-label="Settings"
1663
+ ></button>
1664
+ </div>
1637
1665
  <div class="pf-v6-c-toolbar__item">
1638
1666
  <button
1639
1667
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -1642,7 +1670,19 @@ wrapperTag: div
1642
1670
  aria-label="Help"
1643
1671
  >
1644
1672
  <span class="pf-v6-c-menu-toggle__icon">
1645
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1673
+ <svg
1674
+ class="pf-v6-svg"
1675
+ viewBox="0 0 512 512"
1676
+ fill="currentColor"
1677
+ aria-hidden="true"
1678
+ role="img"
1679
+ width="1em"
1680
+ height="1em"
1681
+ >
1682
+ <path
1683
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
1684
+ />
1685
+ </svg>
1646
1686
  </span>
1647
1687
  </button>
1648
1688
  </div>
@@ -1838,7 +1878,19 @@ wrapperTag: div
1838
1878
  aria-controls="primary-detail-collapsed-example-drawer-toolbar-expandable-content"
1839
1879
  >
1840
1880
  <span class="pf-v6-c-menu-toggle__icon">
1841
- <i class="fas fa-filter" aria-hidden="true"></i>
1881
+ <svg
1882
+ class="pf-v6-svg"
1883
+ viewBox="0 0 512 512"
1884
+ fill="currentColor"
1885
+ aria-hidden="true"
1886
+ role="img"
1887
+ width="1em"
1888
+ height="1em"
1889
+ >
1890
+ <path
1891
+ d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
1892
+ />
1893
+ </svg>
1842
1894
  </span>
1843
1895
  </button>
1844
1896
  </div>
@@ -1857,7 +1909,19 @@ wrapperTag: div
1857
1909
  id="primary-detail-collapsed-example-drawer-toolbar-search-filter-menu"
1858
1910
  >
1859
1911
  <span class="pf-v6-c-menu-toggle__icon">
1860
- <i class="fas fa-filter" aria-hidden="true"></i>
1912
+ <svg
1913
+ class="pf-v6-svg"
1914
+ viewBox="0 0 512 512"
1915
+ fill="currentColor"
1916
+ aria-hidden="true"
1917
+ role="img"
1918
+ width="1em"
1919
+ height="1em"
1920
+ >
1921
+ <path
1922
+ d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
1923
+ />
1924
+ </svg>
1861
1925
  </span>
1862
1926
  <span class="pf-v6-c-menu-toggle__text">Name</span>
1863
1927
  <span class="pf-v6-c-menu-toggle__controls">
@@ -2949,23 +3013,11 @@ wrapperTag: div
2949
3013
  type="button"
2950
3014
  aria-expanded="false"
2951
3015
  aria-label="Application launcher"
2952
- >
2953
- <span class="pf-v6-c-menu-toggle__icon">
2954
- <i class="fas fa-th" aria-hidden="true"></i>
2955
- </span>
2956
- </button>
2957
- </div>
2958
- <div class="pf-v6-c-toolbar__item">
2959
- <button
2960
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
2961
- type="button"
2962
- aria-expanded="false"
2963
- aria-label="Settings"
2964
3016
  >
2965
3017
  <span class="pf-v6-c-menu-toggle__icon">
2966
3018
  <svg
2967
3019
  class="pf-v6-svg"
2968
- viewBox="0 0 32 32"
3020
+ viewBox="0 0 512 512"
2969
3021
  fill="currentColor"
2970
3022
  aria-hidden="true"
2971
3023
  role="img"
@@ -2973,12 +3025,20 @@ wrapperTag: div
2973
3025
  height="1em"
2974
3026
  >
2975
3027
  <path
2976
- 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"
3028
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
2977
3029
  />
2978
3030
  </svg>
2979
3031
  </span>
2980
3032
  </button>
2981
3033
  </div>
3034
+ <div class="pf-v6-c-toolbar__item">
3035
+ <button
3036
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
3037
+ type="button"
3038
+ aria-expanded="false"
3039
+ aria-label="Settings"
3040
+ ></button>
3041
+ </div>
2982
3042
  <div class="pf-v6-c-toolbar__item">
2983
3043
  <button
2984
3044
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -2987,7 +3047,19 @@ wrapperTag: div
2987
3047
  aria-label="Help"
2988
3048
  >
2989
3049
  <span class="pf-v6-c-menu-toggle__icon">
2990
- <i class="fas fa-question-circle" aria-hidden="true"></i>
3050
+ <svg
3051
+ class="pf-v6-svg"
3052
+ viewBox="0 0 512 512"
3053
+ fill="currentColor"
3054
+ aria-hidden="true"
3055
+ role="img"
3056
+ width="1em"
3057
+ height="1em"
3058
+ >
3059
+ <path
3060
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
3061
+ />
3062
+ </svg>
2991
3063
  </span>
2992
3064
  </button>
2993
3065
  </div>
@@ -3183,7 +3255,19 @@ wrapperTag: div
3183
3255
  aria-controls="primary-detail-content-body-padding-example-drawer-toolbar-expandable-content"
3184
3256
  >
3185
3257
  <span class="pf-v6-c-menu-toggle__icon">
3186
- <i class="fas fa-filter" aria-hidden="true"></i>
3258
+ <svg
3259
+ class="pf-v6-svg"
3260
+ viewBox="0 0 512 512"
3261
+ fill="currentColor"
3262
+ aria-hidden="true"
3263
+ role="img"
3264
+ width="1em"
3265
+ height="1em"
3266
+ >
3267
+ <path
3268
+ d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
3269
+ />
3270
+ </svg>
3187
3271
  </span>
3188
3272
  </button>
3189
3273
  </div>
@@ -4229,23 +4313,11 @@ wrapperTag: div
4229
4313
  type="button"
4230
4314
  aria-expanded="false"
4231
4315
  aria-label="Application launcher"
4232
- >
4233
- <span class="pf-v6-c-menu-toggle__icon">
4234
- <i class="fas fa-th" aria-hidden="true"></i>
4235
- </span>
4236
- </button>
4237
- </div>
4238
- <div class="pf-v6-c-toolbar__item">
4239
- <button
4240
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
4241
- type="button"
4242
- aria-expanded="false"
4243
- aria-label="Settings"
4244
4316
  >
4245
4317
  <span class="pf-v6-c-menu-toggle__icon">
4246
4318
  <svg
4247
4319
  class="pf-v6-svg"
4248
- viewBox="0 0 32 32"
4320
+ viewBox="0 0 512 512"
4249
4321
  fill="currentColor"
4250
4322
  aria-hidden="true"
4251
4323
  role="img"
@@ -4253,12 +4325,20 @@ wrapperTag: div
4253
4325
  height="1em"
4254
4326
  >
4255
4327
  <path
4256
- 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"
4328
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
4257
4329
  />
4258
4330
  </svg>
4259
4331
  </span>
4260
4332
  </button>
4261
4333
  </div>
4334
+ <div class="pf-v6-c-toolbar__item">
4335
+ <button
4336
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
4337
+ type="button"
4338
+ aria-expanded="false"
4339
+ aria-label="Settings"
4340
+ ></button>
4341
+ </div>
4262
4342
  <div class="pf-v6-c-toolbar__item">
4263
4343
  <button
4264
4344
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -4267,7 +4347,19 @@ wrapperTag: div
4267
4347
  aria-label="Help"
4268
4348
  >
4269
4349
  <span class="pf-v6-c-menu-toggle__icon">
4270
- <i class="fas fa-question-circle" aria-hidden="true"></i>
4350
+ <svg
4351
+ class="pf-v6-svg"
4352
+ viewBox="0 0 512 512"
4353
+ fill="currentColor"
4354
+ aria-hidden="true"
4355
+ role="img"
4356
+ width="1em"
4357
+ height="1em"
4358
+ >
4359
+ <path
4360
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
4361
+ />
4362
+ </svg>
4271
4363
  </span>
4272
4364
  </button>
4273
4365
  </div>
@@ -4459,7 +4551,19 @@ wrapperTag: div
4459
4551
  aria-controls="primary-detail-card-view-expanded-example-drawer-toolbar-expandable-content"
4460
4552
  >
4461
4553
  <span class="pf-v6-c-menu-toggle__icon">
4462
- <i class="fas fa-filter" aria-hidden="true"></i>
4554
+ <svg
4555
+ class="pf-v6-svg"
4556
+ viewBox="0 0 512 512"
4557
+ fill="currentColor"
4558
+ aria-hidden="true"
4559
+ role="img"
4560
+ width="1em"
4561
+ height="1em"
4562
+ >
4563
+ <path
4564
+ d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
4565
+ />
4566
+ </svg>
4463
4567
  </span>
4464
4568
  </button>
4465
4569
  </div>
@@ -4522,7 +4626,19 @@ wrapperTag: div
4522
4626
  id="primary-detail-card-view-expanded-example-drawer-toolbar-search-filter-menu"
4523
4627
  >
4524
4628
  <span class="pf-v6-c-menu-toggle__icon">
4525
- <i class="fas fa-filter" aria-hidden="true"></i>
4629
+ <svg
4630
+ class="pf-v6-svg"
4631
+ viewBox="0 0 512 512"
4632
+ fill="currentColor"
4633
+ aria-hidden="true"
4634
+ role="img"
4635
+ width="1em"
4636
+ height="1em"
4637
+ >
4638
+ <path
4639
+ d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
4640
+ />
4641
+ </svg>
4526
4642
  </span>
4527
4643
  <span class="pf-v6-c-menu-toggle__text">Name</span>
4528
4644
  <span class="pf-v6-c-menu-toggle__controls">
@@ -5655,23 +5771,11 @@ wrapperTag: div
5655
5771
  type="button"
5656
5772
  aria-expanded="false"
5657
5773
  aria-label="Application launcher"
5658
- >
5659
- <span class="pf-v6-c-menu-toggle__icon">
5660
- <i class="fas fa-th" aria-hidden="true"></i>
5661
- </span>
5662
- </button>
5663
- </div>
5664
- <div class="pf-v6-c-toolbar__item">
5665
- <button
5666
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
5667
- type="button"
5668
- aria-expanded="false"
5669
- aria-label="Settings"
5670
5774
  >
5671
5775
  <span class="pf-v6-c-menu-toggle__icon">
5672
5776
  <svg
5673
5777
  class="pf-v6-svg"
5674
- viewBox="0 0 32 32"
5778
+ viewBox="0 0 512 512"
5675
5779
  fill="currentColor"
5676
5780
  aria-hidden="true"
5677
5781
  role="img"
@@ -5679,12 +5783,20 @@ wrapperTag: div
5679
5783
  height="1em"
5680
5784
  >
5681
5785
  <path
5682
- 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"
5786
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
5683
5787
  />
5684
5788
  </svg>
5685
5789
  </span>
5686
5790
  </button>
5687
5791
  </div>
5792
+ <div class="pf-v6-c-toolbar__item">
5793
+ <button
5794
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
5795
+ type="button"
5796
+ aria-expanded="false"
5797
+ aria-label="Settings"
5798
+ ></button>
5799
+ </div>
5688
5800
  <div class="pf-v6-c-toolbar__item">
5689
5801
  <button
5690
5802
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -5693,7 +5805,19 @@ wrapperTag: div
5693
5805
  aria-label="Help"
5694
5806
  >
5695
5807
  <span class="pf-v6-c-menu-toggle__icon">
5696
- <i class="fas fa-question-circle" aria-hidden="true"></i>
5808
+ <svg
5809
+ class="pf-v6-svg"
5810
+ viewBox="0 0 512 512"
5811
+ fill="currentColor"
5812
+ aria-hidden="true"
5813
+ role="img"
5814
+ width="1em"
5815
+ height="1em"
5816
+ >
5817
+ <path
5818
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
5819
+ />
5820
+ </svg>
5697
5821
  </span>
5698
5822
  </button>
5699
5823
  </div>
@@ -6209,23 +6333,11 @@ wrapperTag: div
6209
6333
  type="button"
6210
6334
  aria-expanded="false"
6211
6335
  aria-label="Application launcher"
6212
- >
6213
- <span class="pf-v6-c-menu-toggle__icon">
6214
- <i class="fas fa-th" aria-hidden="true"></i>
6215
- </span>
6216
- </button>
6217
- </div>
6218
- <div class="pf-v6-c-toolbar__item">
6219
- <button
6220
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
6221
- type="button"
6222
- aria-expanded="false"
6223
- aria-label="Settings"
6224
6336
  >
6225
6337
  <span class="pf-v6-c-menu-toggle__icon">
6226
6338
  <svg
6227
6339
  class="pf-v6-svg"
6228
- viewBox="0 0 32 32"
6340
+ viewBox="0 0 512 512"
6229
6341
  fill="currentColor"
6230
6342
  aria-hidden="true"
6231
6343
  role="img"
@@ -6233,12 +6345,20 @@ wrapperTag: div
6233
6345
  height="1em"
6234
6346
  >
6235
6347
  <path
6236
- 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"
6348
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
6237
6349
  />
6238
6350
  </svg>
6239
6351
  </span>
6240
6352
  </button>
6241
6353
  </div>
6354
+ <div class="pf-v6-c-toolbar__item">
6355
+ <button
6356
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
6357
+ type="button"
6358
+ aria-expanded="false"
6359
+ aria-label="Settings"
6360
+ ></button>
6361
+ </div>
6242
6362
  <div class="pf-v6-c-toolbar__item">
6243
6363
  <button
6244
6364
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -6247,7 +6367,19 @@ wrapperTag: div
6247
6367
  aria-label="Help"
6248
6368
  >
6249
6369
  <span class="pf-v6-c-menu-toggle__icon">
6250
- <i class="fas fa-question-circle" aria-hidden="true"></i>
6370
+ <svg
6371
+ class="pf-v6-svg"
6372
+ viewBox="0 0 512 512"
6373
+ fill="currentColor"
6374
+ aria-hidden="true"
6375
+ role="img"
6376
+ width="1em"
6377
+ height="1em"
6378
+ >
6379
+ <path
6380
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
6381
+ />
6382
+ </svg>
6251
6383
  </span>
6252
6384
  </button>
6253
6385
  </div>
@@ -6912,23 +7044,11 @@ wrapperTag: div
6912
7044
  type="button"
6913
7045
  aria-expanded="false"
6914
7046
  aria-label="Application launcher"
6915
- >
6916
- <span class="pf-v6-c-menu-toggle__icon">
6917
- <i class="fas fa-th" aria-hidden="true"></i>
6918
- </span>
6919
- </button>
6920
- </div>
6921
- <div class="pf-v6-c-toolbar__item">
6922
- <button
6923
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
6924
- type="button"
6925
- aria-expanded="false"
6926
- aria-label="Settings"
6927
7047
  >
6928
7048
  <span class="pf-v6-c-menu-toggle__icon">
6929
7049
  <svg
6930
7050
  class="pf-v6-svg"
6931
- viewBox="0 0 32 32"
7051
+ viewBox="0 0 512 512"
6932
7052
  fill="currentColor"
6933
7053
  aria-hidden="true"
6934
7054
  role="img"
@@ -6936,12 +7056,20 @@ wrapperTag: div
6936
7056
  height="1em"
6937
7057
  >
6938
7058
  <path
6939
- 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"
7059
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
6940
7060
  />
6941
7061
  </svg>
6942
7062
  </span>
6943
7063
  </button>
6944
7064
  </div>
7065
+ <div class="pf-v6-c-toolbar__item">
7066
+ <button
7067
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
7068
+ type="button"
7069
+ aria-expanded="false"
7070
+ aria-label="Settings"
7071
+ ></button>
7072
+ </div>
6945
7073
  <div class="pf-v6-c-toolbar__item">
6946
7074
  <button
6947
7075
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -6950,7 +7078,19 @@ wrapperTag: div
6950
7078
  aria-label="Help"
6951
7079
  >
6952
7080
  <span class="pf-v6-c-menu-toggle__icon">
6953
- <i class="fas fa-question-circle" aria-hidden="true"></i>
7081
+ <svg
7082
+ class="pf-v6-svg"
7083
+ viewBox="0 0 512 512"
7084
+ fill="currentColor"
7085
+ aria-hidden="true"
7086
+ role="img"
7087
+ width="1em"
7088
+ height="1em"
7089
+ >
7090
+ <path
7091
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
7092
+ />
7093
+ </svg>
6954
7094
  </span>
6955
7095
  </button>
6956
7096
  </div>
@@ -7140,7 +7280,19 @@ wrapperTag: div
7140
7280
  style="width: 150px"
7141
7281
  >
7142
7282
  <span class="pf-v6-c-menu-toggle__icon">
7143
- <i class="fas fa-bookmark" aria-hidden="true"></i>
7283
+ <svg
7284
+ class="pf-v6-svg"
7285
+ viewBox="0 0 384 512"
7286
+ fill="currentColor"
7287
+ aria-hidden="true"
7288
+ role="img"
7289
+ width="1em"
7290
+ height="1em"
7291
+ >
7292
+ <path
7293
+ d="M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z"
7294
+ />
7295
+ </svg>
7144
7296
  </span>
7145
7297
  <span class="pf-v6-c-menu-toggle__text">Status</span>
7146
7298
  <span class="pf-v6-c-menu-toggle__controls">