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

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 (58) hide show
  1. package/components/Accordion/accordion.css +1 -2
  2. package/components/Accordion/accordion.scss +2 -2
  3. package/components/Card/card.css +8 -0
  4. package/components/Card/card.scss +13 -0
  5. package/components/DataList/data-list.css +1 -1
  6. package/components/DataList/data-list.scss +2 -2
  7. package/components/Drawer/drawer.css +3 -5
  8. package/components/Drawer/drawer.scss +7 -9
  9. package/components/OverflowMenu/overflow-menu.css +16 -0
  10. package/components/OverflowMenu/overflow-menu.scss +20 -1
  11. package/components/Page/page.css +11 -11
  12. package/components/Page/page.scss +2 -2
  13. package/components/Table/table.css +1 -2
  14. package/components/Table/table.scss +2 -2
  15. package/components/Toolbar/toolbar.css +100 -0
  16. package/components/Toolbar/toolbar.scss +2 -2
  17. package/components/Wizard/wizard.css +2 -2
  18. package/components/Wizard/wizard.scss +4 -4
  19. package/components/_index.css +143 -23
  20. package/docs/components/ActionList/examples/ActionList.md +2 -2
  21. package/docs/components/Alert/examples/Alert.md +4 -4
  22. package/docs/components/Button/examples/Button.md +1 -1
  23. package/docs/components/Icon/examples/Icon.md +13 -1
  24. package/docs/components/Menu/examples/Menu.md +26 -2
  25. package/docs/components/MenuToggle/examples/MenuToggle.md +172 -64
  26. package/docs/components/OverflowMenu/examples/overflow-menu.css +6 -3
  27. package/docs/components/OverflowMenu/examples/overflow-menu.md +21 -0
  28. package/docs/components/Toolbar/examples/Toolbar.md +106 -7
  29. package/docs/components/TreeView/examples/TreeView.md +4 -4
  30. package/docs/components/Wizard/examples/Wizard.md +1 -1
  31. package/docs/demos/AboutModal/examples/AboutModal.md +23 -15
  32. package/docs/demos/Alert/examples/Alert.md +69 -45
  33. package/docs/demos/BackToTop/examples/BackToTop.md +23 -15
  34. package/docs/demos/Banner/examples/Banner.md +46 -30
  35. package/docs/demos/CardView/examples/CardView.md +36 -16
  36. package/docs/demos/Compass/examples/Compass.md +76 -19
  37. package/docs/demos/Dashboard/examples/Dashboard.md +23 -15
  38. package/docs/demos/DataList/examples/DataList.md +157 -65
  39. package/docs/demos/DescriptionList/examples/DescriptionList.md +69 -45
  40. package/docs/demos/Drawer/examples/Drawer.md +115 -75
  41. package/docs/demos/JumpLinks/examples/JumpLinks.md +138 -90
  42. package/docs/demos/Masthead/examples/Masthead.md +101 -21
  43. package/docs/demos/Modal/examples/Modal.md +138 -90
  44. package/docs/demos/Nav/examples/Nav.md +188 -120
  45. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +115 -75
  46. package/docs/demos/Page/examples/Page.md +361 -213
  47. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +265 -113
  48. package/docs/demos/Skeleton/examples/Skeleton.md +23 -15
  49. package/docs/demos/Table/examples/Table.md +711 -271
  50. package/docs/demos/Tabs/examples/Tabs.md +151 -91
  51. package/docs/demos/Toolbar/examples/Toolbar.md +124 -36
  52. package/docs/demos/Wizard/examples/Wizard.md +207 -135
  53. package/package.json +1 -1
  54. package/patternfly-no-globals.css +143 -23
  55. package/patternfly.css +143 -23
  56. package/patternfly.min.css +1 -1
  57. package/patternfly.min.css.map +1 -1
  58. package/sass-utilities/mixins.scss +16 -1
@@ -141,23 +141,11 @@ wrapperTag: div
141
141
  type="button"
142
142
  aria-expanded="false"
143
143
  aria-label="Application launcher"
144
- >
145
- <span class="pf-v6-c-menu-toggle__icon">
146
- <i class="fas fa-th" aria-hidden="true"></i>
147
- </span>
148
- </button>
149
- </div>
150
- <div class="pf-v6-c-toolbar__item">
151
- <button
152
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
153
- type="button"
154
- aria-expanded="false"
155
- aria-label="Settings"
156
144
  >
157
145
  <span class="pf-v6-c-menu-toggle__icon">
158
146
  <svg
159
147
  class="pf-v6-svg"
160
- viewBox="0 0 32 32"
148
+ viewBox="0 0 512 512"
161
149
  fill="currentColor"
162
150
  aria-hidden="true"
163
151
  role="img"
@@ -165,12 +153,20 @@ wrapperTag: div
165
153
  height="1em"
166
154
  >
167
155
  <path
168
- 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"
156
+ 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"
169
157
  />
170
158
  </svg>
171
159
  </span>
172
160
  </button>
173
161
  </div>
162
+ <div class="pf-v6-c-toolbar__item">
163
+ <button
164
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
165
+ type="button"
166
+ aria-expanded="false"
167
+ aria-label="Settings"
168
+ ></button>
169
+ </div>
174
170
  <div class="pf-v6-c-toolbar__item">
175
171
  <button
176
172
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -179,7 +175,19 @@ wrapperTag: div
179
175
  aria-label="Help"
180
176
  >
181
177
  <span class="pf-v6-c-menu-toggle__icon">
182
- <i class="fas fa-question-circle" aria-hidden="true"></i>
178
+ <svg
179
+ class="pf-v6-svg"
180
+ viewBox="0 0 512 512"
181
+ fill="currentColor"
182
+ aria-hidden="true"
183
+ role="img"
184
+ width="1em"
185
+ height="1em"
186
+ >
187
+ <path
188
+ 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"
189
+ />
190
+ </svg>
183
191
  </span>
184
192
  </button>
185
193
  </div>
@@ -361,7 +369,19 @@ wrapperTag: div
361
369
  aria-controls="basic-demo-toolbar-expandable-content"
362
370
  >
363
371
  <span class="pf-v6-c-menu-toggle__icon">
364
- <i class="fas fa-filter" aria-hidden="true"></i>
372
+ <svg
373
+ class="pf-v6-svg"
374
+ viewBox="0 0 512 512"
375
+ fill="currentColor"
376
+ aria-hidden="true"
377
+ role="img"
378
+ width="1em"
379
+ height="1em"
380
+ >
381
+ <path
382
+ 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"
383
+ />
384
+ </svg>
365
385
  </span>
366
386
  </button>
367
387
  </div>
@@ -424,7 +444,19 @@ wrapperTag: div
424
444
  id="basic-demo-toolbar-search-filter-menu"
425
445
  >
426
446
  <span class="pf-v6-c-menu-toggle__icon">
427
- <i class="fas fa-filter" aria-hidden="true"></i>
447
+ <svg
448
+ class="pf-v6-svg"
449
+ viewBox="0 0 512 512"
450
+ fill="currentColor"
451
+ aria-hidden="true"
452
+ role="img"
453
+ width="1em"
454
+ height="1em"
455
+ >
456
+ <path
457
+ 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"
458
+ />
459
+ </svg>
428
460
  </span>
429
461
  <span class="pf-v6-c-menu-toggle__text">Name</span>
430
462
  <span class="pf-v6-c-menu-toggle__controls">
@@ -1606,23 +1638,11 @@ wrapperTag: div
1606
1638
  type="button"
1607
1639
  aria-expanded="false"
1608
1640
  aria-label="Application launcher"
1609
- >
1610
- <span class="pf-v6-c-menu-toggle__icon">
1611
- <i class="fas fa-th" aria-hidden="true"></i>
1612
- </span>
1613
- </button>
1614
- </div>
1615
- <div class="pf-v6-c-toolbar__item">
1616
- <button
1617
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
1618
- type="button"
1619
- aria-expanded="false"
1620
- aria-label="Settings"
1621
1641
  >
1622
1642
  <span class="pf-v6-c-menu-toggle__icon">
1623
1643
  <svg
1624
1644
  class="pf-v6-svg"
1625
- viewBox="0 0 32 32"
1645
+ viewBox="0 0 512 512"
1626
1646
  fill="currentColor"
1627
1647
  aria-hidden="true"
1628
1648
  role="img"
@@ -1630,12 +1650,20 @@ wrapperTag: div
1630
1650
  height="1em"
1631
1651
  >
1632
1652
  <path
1633
- 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"
1653
+ 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"
1634
1654
  />
1635
1655
  </svg>
1636
1656
  </span>
1637
1657
  </button>
1638
1658
  </div>
1659
+ <div class="pf-v6-c-toolbar__item">
1660
+ <button
1661
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
1662
+ type="button"
1663
+ aria-expanded="false"
1664
+ aria-label="Settings"
1665
+ ></button>
1666
+ </div>
1639
1667
  <div class="pf-v6-c-toolbar__item">
1640
1668
  <button
1641
1669
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -1644,7 +1672,19 @@ wrapperTag: div
1644
1672
  aria-label="Help"
1645
1673
  >
1646
1674
  <span class="pf-v6-c-menu-toggle__icon">
1647
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1675
+ <svg
1676
+ class="pf-v6-svg"
1677
+ viewBox="0 0 512 512"
1678
+ fill="currentColor"
1679
+ aria-hidden="true"
1680
+ role="img"
1681
+ width="1em"
1682
+ height="1em"
1683
+ >
1684
+ <path
1685
+ 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"
1686
+ />
1687
+ </svg>
1648
1688
  </span>
1649
1689
  </button>
1650
1690
  </div>
@@ -1830,7 +1870,19 @@ wrapperTag: div
1830
1870
  aria-controls="sortable-demo-toolbar-expandable-content"
1831
1871
  >
1832
1872
  <span class="pf-v6-c-menu-toggle__icon">
1833
- <i class="fas fa-filter" aria-hidden="true"></i>
1873
+ <svg
1874
+ class="pf-v6-svg"
1875
+ viewBox="0 0 512 512"
1876
+ fill="currentColor"
1877
+ aria-hidden="true"
1878
+ role="img"
1879
+ width="1em"
1880
+ height="1em"
1881
+ >
1882
+ <path
1883
+ 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"
1884
+ />
1885
+ </svg>
1834
1886
  </span>
1835
1887
  </button>
1836
1888
  </div>
@@ -1893,7 +1945,19 @@ wrapperTag: div
1893
1945
  id="sortable-demo-toolbar-search-filter-menu"
1894
1946
  >
1895
1947
  <span class="pf-v6-c-menu-toggle__icon">
1896
- <i class="fas fa-filter" aria-hidden="true"></i>
1948
+ <svg
1949
+ class="pf-v6-svg"
1950
+ viewBox="0 0 512 512"
1951
+ fill="currentColor"
1952
+ aria-hidden="true"
1953
+ role="img"
1954
+ width="1em"
1955
+ height="1em"
1956
+ >
1957
+ <path
1958
+ 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"
1959
+ />
1960
+ </svg>
1897
1961
  </span>
1898
1962
  <span class="pf-v6-c-menu-toggle__text">Name</span>
1899
1963
  <span class="pf-v6-c-menu-toggle__controls">
@@ -3091,23 +3155,11 @@ wrapperTag: div
3091
3155
  type="button"
3092
3156
  aria-expanded="false"
3093
3157
  aria-label="Application launcher"
3094
- >
3095
- <span class="pf-v6-c-menu-toggle__icon">
3096
- <i class="fas fa-th" aria-hidden="true"></i>
3097
- </span>
3098
- </button>
3099
- </div>
3100
- <div class="pf-v6-c-toolbar__item">
3101
- <button
3102
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
3103
- type="button"
3104
- aria-expanded="false"
3105
- aria-label="Settings"
3106
3158
  >
3107
3159
  <span class="pf-v6-c-menu-toggle__icon">
3108
3160
  <svg
3109
3161
  class="pf-v6-svg"
3110
- viewBox="0 0 32 32"
3162
+ viewBox="0 0 512 512"
3111
3163
  fill="currentColor"
3112
3164
  aria-hidden="true"
3113
3165
  role="img"
@@ -3115,12 +3167,20 @@ wrapperTag: div
3115
3167
  height="1em"
3116
3168
  >
3117
3169
  <path
3118
- 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"
3170
+ 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"
3119
3171
  />
3120
3172
  </svg>
3121
3173
  </span>
3122
3174
  </button>
3123
3175
  </div>
3176
+ <div class="pf-v6-c-toolbar__item">
3177
+ <button
3178
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
3179
+ type="button"
3180
+ aria-expanded="false"
3181
+ aria-label="Settings"
3182
+ ></button>
3183
+ </div>
3124
3184
  <div class="pf-v6-c-toolbar__item">
3125
3185
  <button
3126
3186
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -3129,7 +3189,19 @@ wrapperTag: div
3129
3189
  aria-label="Help"
3130
3190
  >
3131
3191
  <span class="pf-v6-c-menu-toggle__icon">
3132
- <i class="fas fa-question-circle" aria-hidden="true"></i>
3192
+ <svg
3193
+ class="pf-v6-svg"
3194
+ viewBox="0 0 512 512"
3195
+ fill="currentColor"
3196
+ aria-hidden="true"
3197
+ role="img"
3198
+ width="1em"
3199
+ height="1em"
3200
+ >
3201
+ <path
3202
+ 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"
3203
+ />
3204
+ </svg>
3133
3205
  </span>
3134
3206
  </button>
3135
3207
  </div>
@@ -3315,7 +3387,19 @@ wrapperTag: div
3315
3387
  aria-controls="expandable-demo-toolbar-expandable-content"
3316
3388
  >
3317
3389
  <span class="pf-v6-c-menu-toggle__icon">
3318
- <i class="fas fa-filter" aria-hidden="true"></i>
3390
+ <svg
3391
+ class="pf-v6-svg"
3392
+ viewBox="0 0 512 512"
3393
+ fill="currentColor"
3394
+ aria-hidden="true"
3395
+ role="img"
3396
+ width="1em"
3397
+ height="1em"
3398
+ >
3399
+ <path
3400
+ 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"
3401
+ />
3402
+ </svg>
3319
3403
  </span>
3320
3404
  </button>
3321
3405
  </div>
@@ -3378,7 +3462,19 @@ wrapperTag: div
3378
3462
  id="expandable-demo-toolbar-search-filter-menu"
3379
3463
  >
3380
3464
  <span class="pf-v6-c-menu-toggle__icon">
3381
- <i class="fas fa-filter" aria-hidden="true"></i>
3465
+ <svg
3466
+ class="pf-v6-svg"
3467
+ viewBox="0 0 512 512"
3468
+ fill="currentColor"
3469
+ aria-hidden="true"
3470
+ role="img"
3471
+ width="1em"
3472
+ height="1em"
3473
+ >
3474
+ <path
3475
+ 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"
3476
+ />
3477
+ </svg>
3382
3478
  </span>
3383
3479
  <span class="pf-v6-c-menu-toggle__text">Name</span>
3384
3480
  <span class="pf-v6-c-menu-toggle__controls">
@@ -4726,23 +4822,11 @@ wrapperTag: div
4726
4822
  type="button"
4727
4823
  aria-expanded="false"
4728
4824
  aria-label="Application launcher"
4729
- >
4730
- <span class="pf-v6-c-menu-toggle__icon">
4731
- <i class="fas fa-th" aria-hidden="true"></i>
4732
- </span>
4733
- </button>
4734
- </div>
4735
- <div class="pf-v6-c-toolbar__item">
4736
- <button
4737
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
4738
- type="button"
4739
- aria-expanded="false"
4740
- aria-label="Settings"
4741
4825
  >
4742
4826
  <span class="pf-v6-c-menu-toggle__icon">
4743
4827
  <svg
4744
4828
  class="pf-v6-svg"
4745
- viewBox="0 0 32 32"
4829
+ viewBox="0 0 512 512"
4746
4830
  fill="currentColor"
4747
4831
  aria-hidden="true"
4748
4832
  role="img"
@@ -4750,12 +4834,20 @@ wrapperTag: div
4750
4834
  height="1em"
4751
4835
  >
4752
4836
  <path
4753
- 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"
4837
+ 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"
4754
4838
  />
4755
4839
  </svg>
4756
4840
  </span>
4757
4841
  </button>
4758
4842
  </div>
4843
+ <div class="pf-v6-c-toolbar__item">
4844
+ <button
4845
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
4846
+ type="button"
4847
+ aria-expanded="false"
4848
+ aria-label="Settings"
4849
+ ></button>
4850
+ </div>
4759
4851
  <div class="pf-v6-c-toolbar__item">
4760
4852
  <button
4761
4853
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -4764,7 +4856,19 @@ wrapperTag: div
4764
4856
  aria-label="Help"
4765
4857
  >
4766
4858
  <span class="pf-v6-c-menu-toggle__icon">
4767
- <i class="fas fa-question-circle" aria-hidden="true"></i>
4859
+ <svg
4860
+ class="pf-v6-svg"
4861
+ viewBox="0 0 512 512"
4862
+ fill="currentColor"
4863
+ aria-hidden="true"
4864
+ role="img"
4865
+ width="1em"
4866
+ height="1em"
4867
+ >
4868
+ <path
4869
+ 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"
4870
+ />
4871
+ </svg>
4768
4872
  </span>
4769
4873
  </button>
4770
4874
  </div>
@@ -4950,7 +5054,19 @@ wrapperTag: div
4950
5054
  aria-controls="compact-demo-toolbar-expandable-content"
4951
5055
  >
4952
5056
  <span class="pf-v6-c-menu-toggle__icon">
4953
- <i class="fas fa-filter" aria-hidden="true"></i>
5057
+ <svg
5058
+ class="pf-v6-svg"
5059
+ viewBox="0 0 512 512"
5060
+ fill="currentColor"
5061
+ aria-hidden="true"
5062
+ role="img"
5063
+ width="1em"
5064
+ height="1em"
5065
+ >
5066
+ <path
5067
+ 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"
5068
+ />
5069
+ </svg>
4954
5070
  </span>
4955
5071
  </button>
4956
5072
  </div>
@@ -5013,7 +5129,19 @@ wrapperTag: div
5013
5129
  id="compact-demo-toolbar-search-filter-menu"
5014
5130
  >
5015
5131
  <span class="pf-v6-c-menu-toggle__icon">
5016
- <i class="fas fa-filter" aria-hidden="true"></i>
5132
+ <svg
5133
+ class="pf-v6-svg"
5134
+ viewBox="0 0 512 512"
5135
+ fill="currentColor"
5136
+ aria-hidden="true"
5137
+ role="img"
5138
+ width="1em"
5139
+ height="1em"
5140
+ >
5141
+ <path
5142
+ 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"
5143
+ />
5144
+ </svg>
5017
5145
  </span>
5018
5146
  <span class="pf-v6-c-menu-toggle__text">Name</span>
5019
5147
  <span class="pf-v6-c-menu-toggle__controls">
@@ -5939,23 +6067,11 @@ wrapperTag: div
5939
6067
  type="button"
5940
6068
  aria-expanded="false"
5941
6069
  aria-label="Application launcher"
5942
- >
5943
- <span class="pf-v6-c-menu-toggle__icon">
5944
- <i class="fas fa-th" aria-hidden="true"></i>
5945
- </span>
5946
- </button>
5947
- </div>
5948
- <div class="pf-v6-c-toolbar__item">
5949
- <button
5950
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
5951
- type="button"
5952
- aria-expanded="false"
5953
- aria-label="Settings"
5954
6070
  >
5955
6071
  <span class="pf-v6-c-menu-toggle__icon">
5956
6072
  <svg
5957
6073
  class="pf-v6-svg"
5958
- viewBox="0 0 32 32"
6074
+ viewBox="0 0 512 512"
5959
6075
  fill="currentColor"
5960
6076
  aria-hidden="true"
5961
6077
  role="img"
@@ -5963,12 +6079,20 @@ wrapperTag: div
5963
6079
  height="1em"
5964
6080
  >
5965
6081
  <path
5966
- 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"
6082
+ 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"
5967
6083
  />
5968
6084
  </svg>
5969
6085
  </span>
5970
6086
  </button>
5971
6087
  </div>
6088
+ <div class="pf-v6-c-toolbar__item">
6089
+ <button
6090
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
6091
+ type="button"
6092
+ aria-expanded="false"
6093
+ aria-label="Settings"
6094
+ ></button>
6095
+ </div>
5972
6096
  <div class="pf-v6-c-toolbar__item">
5973
6097
  <button
5974
6098
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -5977,7 +6101,19 @@ wrapperTag: div
5977
6101
  aria-label="Help"
5978
6102
  >
5979
6103
  <span class="pf-v6-c-menu-toggle__icon">
5980
- <i class="fas fa-question-circle" aria-hidden="true"></i>
6104
+ <svg
6105
+ class="pf-v6-svg"
6106
+ viewBox="0 0 512 512"
6107
+ fill="currentColor"
6108
+ aria-hidden="true"
6109
+ role="img"
6110
+ width="1em"
6111
+ height="1em"
6112
+ >
6113
+ <path
6114
+ 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"
6115
+ />
6116
+ </svg>
5981
6117
  </span>
5982
6118
  </button>
5983
6119
  </div>
@@ -6163,7 +6299,19 @@ wrapperTag: div
6163
6299
  aria-controls="compound-expansion-demo-toolbar-expandable-content"
6164
6300
  >
6165
6301
  <span class="pf-v6-c-menu-toggle__icon">
6166
- <i class="fas fa-filter" aria-hidden="true"></i>
6302
+ <svg
6303
+ class="pf-v6-svg"
6304
+ viewBox="0 0 512 512"
6305
+ fill="currentColor"
6306
+ aria-hidden="true"
6307
+ role="img"
6308
+ width="1em"
6309
+ height="1em"
6310
+ >
6311
+ <path
6312
+ 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"
6313
+ />
6314
+ </svg>
6167
6315
  </span>
6168
6316
  </button>
6169
6317
  </div>
@@ -6226,7 +6374,19 @@ wrapperTag: div
6226
6374
  id="compound-expansion-demo-toolbar-search-filter-menu"
6227
6375
  >
6228
6376
  <span class="pf-v6-c-menu-toggle__icon">
6229
- <i class="fas fa-filter" aria-hidden="true"></i>
6377
+ <svg
6378
+ class="pf-v6-svg"
6379
+ viewBox="0 0 512 512"
6380
+ fill="currentColor"
6381
+ aria-hidden="true"
6382
+ role="img"
6383
+ width="1em"
6384
+ height="1em"
6385
+ >
6386
+ <path
6387
+ 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"
6388
+ />
6389
+ </svg>
6230
6390
  </span>
6231
6391
  <span class="pf-v6-c-menu-toggle__text">Name</span>
6232
6392
  <span class="pf-v6-c-menu-toggle__controls">
@@ -9773,32 +9933,20 @@ wrapperTag: div
9773
9933
  <div
9774
9934
  class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
9775
9935
  >
9776
- <div
9777
- class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
9778
- >
9779
- <div class="pf-v6-c-toolbar__item">
9780
- <button
9781
- class="pf-v6-c-menu-toggle pf-m-plain"
9782
- type="button"
9783
- aria-expanded="false"
9784
- aria-label="Application launcher"
9785
- >
9786
- <span class="pf-v6-c-menu-toggle__icon">
9787
- <i class="fas fa-th" aria-hidden="true"></i>
9788
- </span>
9789
- </button>
9790
- </div>
9936
+ <div
9937
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
9938
+ >
9791
9939
  <div class="pf-v6-c-toolbar__item">
9792
9940
  <button
9793
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
9941
+ class="pf-v6-c-menu-toggle pf-m-plain"
9794
9942
  type="button"
9795
9943
  aria-expanded="false"
9796
- aria-label="Settings"
9944
+ aria-label="Application launcher"
9797
9945
  >
9798
9946
  <span class="pf-v6-c-menu-toggle__icon">
9799
9947
  <svg
9800
9948
  class="pf-v6-svg"
9801
- viewBox="0 0 32 32"
9949
+ viewBox="0 0 512 512"
9802
9950
  fill="currentColor"
9803
9951
  aria-hidden="true"
9804
9952
  role="img"
@@ -9806,12 +9954,20 @@ wrapperTag: div
9806
9954
  height="1em"
9807
9955
  >
9808
9956
  <path
9809
- 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"
9957
+ 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"
9810
9958
  />
9811
9959
  </svg>
9812
9960
  </span>
9813
9961
  </button>
9814
9962
  </div>
9963
+ <div class="pf-v6-c-toolbar__item">
9964
+ <button
9965
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
9966
+ type="button"
9967
+ aria-expanded="false"
9968
+ aria-label="Settings"
9969
+ ></button>
9970
+ </div>
9815
9971
  <div class="pf-v6-c-toolbar__item">
9816
9972
  <button
9817
9973
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -9820,7 +9976,19 @@ wrapperTag: div
9820
9976
  aria-label="Help"
9821
9977
  >
9822
9978
  <span class="pf-v6-c-menu-toggle__icon">
9823
- <i class="fas fa-question-circle" aria-hidden="true"></i>
9979
+ <svg
9980
+ class="pf-v6-svg"
9981
+ viewBox="0 0 512 512"
9982
+ fill="currentColor"
9983
+ aria-hidden="true"
9984
+ role="img"
9985
+ width="1em"
9986
+ height="1em"
9987
+ >
9988
+ <path
9989
+ 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"
9990
+ />
9991
+ </svg>
9824
9992
  </span>
9825
9993
  </button>
9826
9994
  </div>
@@ -10244,23 +10412,11 @@ wrapperTag: div
10244
10412
  type="button"
10245
10413
  aria-expanded="false"
10246
10414
  aria-label="Application launcher"
10247
- >
10248
- <span class="pf-v6-c-menu-toggle__icon">
10249
- <i class="fas fa-th" aria-hidden="true"></i>
10250
- </span>
10251
- </button>
10252
- </div>
10253
- <div class="pf-v6-c-toolbar__item">
10254
- <button
10255
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
10256
- type="button"
10257
- aria-expanded="false"
10258
- aria-label="Settings"
10259
10415
  >
10260
10416
  <span class="pf-v6-c-menu-toggle__icon">
10261
10417
  <svg
10262
10418
  class="pf-v6-svg"
10263
- viewBox="0 0 32 32"
10419
+ viewBox="0 0 512 512"
10264
10420
  fill="currentColor"
10265
10421
  aria-hidden="true"
10266
10422
  role="img"
@@ -10268,12 +10424,20 @@ wrapperTag: div
10268
10424
  height="1em"
10269
10425
  >
10270
10426
  <path
10271
- 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"
10427
+ 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"
10272
10428
  />
10273
10429
  </svg>
10274
10430
  </span>
10275
10431
  </button>
10276
10432
  </div>
10433
+ <div class="pf-v6-c-toolbar__item">
10434
+ <button
10435
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
10436
+ type="button"
10437
+ aria-expanded="false"
10438
+ aria-label="Settings"
10439
+ ></button>
10440
+ </div>
10277
10441
  <div class="pf-v6-c-toolbar__item">
10278
10442
  <button
10279
10443
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -10282,7 +10446,19 @@ wrapperTag: div
10282
10446
  aria-label="Help"
10283
10447
  >
10284
10448
  <span class="pf-v6-c-menu-toggle__icon">
10285
- <i class="fas fa-question-circle" aria-hidden="true"></i>
10449
+ <svg
10450
+ class="pf-v6-svg"
10451
+ viewBox="0 0 512 512"
10452
+ fill="currentColor"
10453
+ aria-hidden="true"
10454
+ role="img"
10455
+ width="1em"
10456
+ height="1em"
10457
+ >
10458
+ <path
10459
+ 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"
10460
+ />
10461
+ </svg>
10286
10462
  </span>
10287
10463
  </button>
10288
10464
  </div>
@@ -10700,23 +10876,11 @@ wrapperTag: div
10700
10876
  type="button"
10701
10877
  aria-expanded="false"
10702
10878
  aria-label="Application launcher"
10703
- >
10704
- <span class="pf-v6-c-menu-toggle__icon">
10705
- <i class="fas fa-th" aria-hidden="true"></i>
10706
- </span>
10707
- </button>
10708
- </div>
10709
- <div class="pf-v6-c-toolbar__item">
10710
- <button
10711
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
10712
- type="button"
10713
- aria-expanded="false"
10714
- aria-label="Settings"
10715
10879
  >
10716
10880
  <span class="pf-v6-c-menu-toggle__icon">
10717
10881
  <svg
10718
10882
  class="pf-v6-svg"
10719
- viewBox="0 0 32 32"
10883
+ viewBox="0 0 512 512"
10720
10884
  fill="currentColor"
10721
10885
  aria-hidden="true"
10722
10886
  role="img"
@@ -10724,12 +10888,20 @@ wrapperTag: div
10724
10888
  height="1em"
10725
10889
  >
10726
10890
  <path
10727
- 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"
10891
+ 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"
10728
10892
  />
10729
10893
  </svg>
10730
10894
  </span>
10731
10895
  </button>
10732
10896
  </div>
10897
+ <div class="pf-v6-c-toolbar__item">
10898
+ <button
10899
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
10900
+ type="button"
10901
+ aria-expanded="false"
10902
+ aria-label="Settings"
10903
+ ></button>
10904
+ </div>
10733
10905
  <div class="pf-v6-c-toolbar__item">
10734
10906
  <button
10735
10907
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -10738,7 +10910,19 @@ wrapperTag: div
10738
10910
  aria-label="Help"
10739
10911
  >
10740
10912
  <span class="pf-v6-c-menu-toggle__icon">
10741
- <i class="fas fa-question-circle" aria-hidden="true"></i>
10913
+ <svg
10914
+ class="pf-v6-svg"
10915
+ viewBox="0 0 512 512"
10916
+ fill="currentColor"
10917
+ aria-hidden="true"
10918
+ role="img"
10919
+ width="1em"
10920
+ height="1em"
10921
+ >
10922
+ <path
10923
+ 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"
10924
+ />
10925
+ </svg>
10742
10926
  </span>
10743
10927
  </button>
10744
10928
  </div>
@@ -10927,7 +11111,19 @@ wrapperTag: div
10927
11111
  aria-controls="static-bottom-pagination-demo-toolbar-expandable-content"
10928
11112
  >
10929
11113
  <span class="pf-v6-c-menu-toggle__icon">
10930
- <i class="fas fa-filter" aria-hidden="true"></i>
11114
+ <svg
11115
+ class="pf-v6-svg"
11116
+ viewBox="0 0 512 512"
11117
+ fill="currentColor"
11118
+ aria-hidden="true"
11119
+ role="img"
11120
+ width="1em"
11121
+ height="1em"
11122
+ >
11123
+ <path
11124
+ 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"
11125
+ />
11126
+ </svg>
10931
11127
  </span>
10932
11128
  </button>
10933
11129
  </div>
@@ -10990,7 +11186,19 @@ wrapperTag: div
10990
11186
  id="static-bottom-pagination-demo-toolbar-search-filter-menu"
10991
11187
  >
10992
11188
  <span class="pf-v6-c-menu-toggle__icon">
10993
- <i class="fas fa-filter" aria-hidden="true"></i>
11189
+ <svg
11190
+ class="pf-v6-svg"
11191
+ viewBox="0 0 512 512"
11192
+ fill="currentColor"
11193
+ aria-hidden="true"
11194
+ role="img"
11195
+ width="1em"
11196
+ height="1em"
11197
+ >
11198
+ <path
11199
+ 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"
11200
+ />
11201
+ </svg>
10994
11202
  </span>
10995
11203
  <span class="pf-v6-c-menu-toggle__text">Name</span>
10996
11204
  <span class="pf-v6-c-menu-toggle__controls">
@@ -12189,23 +12397,11 @@ wrapperTag: div
12189
12397
  type="button"
12190
12398
  aria-expanded="false"
12191
12399
  aria-label="Application launcher"
12192
- >
12193
- <span class="pf-v6-c-menu-toggle__icon">
12194
- <i class="fas fa-th" aria-hidden="true"></i>
12195
- </span>
12196
- </button>
12197
- </div>
12198
- <div class="pf-v6-c-toolbar__item">
12199
- <button
12200
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
12201
- type="button"
12202
- aria-expanded="false"
12203
- aria-label="Settings"
12204
12400
  >
12205
12401
  <span class="pf-v6-c-menu-toggle__icon">
12206
12402
  <svg
12207
12403
  class="pf-v6-svg"
12208
- viewBox="0 0 32 32"
12404
+ viewBox="0 0 512 512"
12209
12405
  fill="currentColor"
12210
12406
  aria-hidden="true"
12211
12407
  role="img"
@@ -12213,12 +12409,20 @@ wrapperTag: div
12213
12409
  height="1em"
12214
12410
  >
12215
12411
  <path
12216
- 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"
12412
+ 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"
12217
12413
  />
12218
12414
  </svg>
12219
12415
  </span>
12220
12416
  </button>
12221
12417
  </div>
12418
+ <div class="pf-v6-c-toolbar__item">
12419
+ <button
12420
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
12421
+ type="button"
12422
+ aria-expanded="false"
12423
+ aria-label="Settings"
12424
+ ></button>
12425
+ </div>
12222
12426
  <div class="pf-v6-c-toolbar__item">
12223
12427
  <button
12224
12428
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -12227,7 +12431,19 @@ wrapperTag: div
12227
12431
  aria-label="Help"
12228
12432
  >
12229
12433
  <span class="pf-v6-c-menu-toggle__icon">
12230
- <i class="fas fa-question-circle" aria-hidden="true"></i>
12434
+ <svg
12435
+ class="pf-v6-svg"
12436
+ viewBox="0 0 512 512"
12437
+ fill="currentColor"
12438
+ aria-hidden="true"
12439
+ role="img"
12440
+ width="1em"
12441
+ height="1em"
12442
+ >
12443
+ <path
12444
+ 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"
12445
+ />
12446
+ </svg>
12231
12447
  </span>
12232
12448
  </button>
12233
12449
  </div>
@@ -12413,7 +12629,19 @@ wrapperTag: div
12413
12629
  aria-controls="column-management-demo-toolbar-expandable-content"
12414
12630
  >
12415
12631
  <span class="pf-v6-c-menu-toggle__icon">
12416
- <i class="fas fa-filter" aria-hidden="true"></i>
12632
+ <svg
12633
+ class="pf-v6-svg"
12634
+ viewBox="0 0 512 512"
12635
+ fill="currentColor"
12636
+ aria-hidden="true"
12637
+ role="img"
12638
+ width="1em"
12639
+ height="1em"
12640
+ >
12641
+ <path
12642
+ 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"
12643
+ />
12644
+ </svg>
12417
12645
  </span>
12418
12646
  </button>
12419
12647
  </div>
@@ -12476,7 +12704,19 @@ wrapperTag: div
12476
12704
  id="column-management-demo-toolbar-search-filter-menu"
12477
12705
  >
12478
12706
  <span class="pf-v6-c-menu-toggle__icon">
12479
- <i class="fas fa-filter" aria-hidden="true"></i>
12707
+ <svg
12708
+ class="pf-v6-svg"
12709
+ viewBox="0 0 512 512"
12710
+ fill="currentColor"
12711
+ aria-hidden="true"
12712
+ role="img"
12713
+ width="1em"
12714
+ height="1em"
12715
+ >
12716
+ <path
12717
+ 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"
12718
+ />
12719
+ </svg>
12480
12720
  </span>
12481
12721
  <span class="pf-v6-c-menu-toggle__text">Name</span>
12482
12722
  <span class="pf-v6-c-menu-toggle__controls">
@@ -13756,23 +13996,11 @@ wrapperTag: div
13756
13996
  type="button"
13757
13997
  aria-expanded="false"
13758
13998
  aria-label="Application launcher"
13759
- >
13760
- <span class="pf-v6-c-menu-toggle__icon">
13761
- <i class="fas fa-th" aria-hidden="true"></i>
13762
- </span>
13763
- </button>
13764
- </div>
13765
- <div class="pf-v6-c-toolbar__item">
13766
- <button
13767
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
13768
- type="button"
13769
- aria-expanded="false"
13770
- aria-label="Settings"
13771
13999
  >
13772
14000
  <span class="pf-v6-c-menu-toggle__icon">
13773
14001
  <svg
13774
14002
  class="pf-v6-svg"
13775
- viewBox="0 0 32 32"
14003
+ viewBox="0 0 512 512"
13776
14004
  fill="currentColor"
13777
14005
  aria-hidden="true"
13778
14006
  role="img"
@@ -13780,12 +14008,20 @@ wrapperTag: div
13780
14008
  height="1em"
13781
14009
  >
13782
14010
  <path
13783
- 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"
14011
+ 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"
13784
14012
  />
13785
14013
  </svg>
13786
14014
  </span>
13787
14015
  </button>
13788
14016
  </div>
14017
+ <div class="pf-v6-c-toolbar__item">
14018
+ <button
14019
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
14020
+ type="button"
14021
+ aria-expanded="false"
14022
+ aria-label="Settings"
14023
+ ></button>
14024
+ </div>
13789
14025
  <div class="pf-v6-c-toolbar__item">
13790
14026
  <button
13791
14027
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -13794,7 +14030,19 @@ wrapperTag: div
13794
14030
  aria-label="Help"
13795
14031
  >
13796
14032
  <span class="pf-v6-c-menu-toggle__icon">
13797
- <i class="fas fa-question-circle" aria-hidden="true"></i>
14033
+ <svg
14034
+ class="pf-v6-svg"
14035
+ viewBox="0 0 512 512"
14036
+ fill="currentColor"
14037
+ aria-hidden="true"
14038
+ role="img"
14039
+ width="1em"
14040
+ height="1em"
14041
+ >
14042
+ <path
14043
+ 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"
14044
+ />
14045
+ </svg>
13798
14046
  </span>
13799
14047
  </button>
13800
14048
  </div>
@@ -13980,7 +14228,19 @@ wrapperTag: div
13980
14228
  aria-controls="sticky-header-demo-toolbar-expandable-content"
13981
14229
  >
13982
14230
  <span class="pf-v6-c-menu-toggle__icon">
13983
- <i class="fas fa-filter" aria-hidden="true"></i>
14231
+ <svg
14232
+ class="pf-v6-svg"
14233
+ viewBox="0 0 512 512"
14234
+ fill="currentColor"
14235
+ aria-hidden="true"
14236
+ role="img"
14237
+ width="1em"
14238
+ height="1em"
14239
+ >
14240
+ <path
14241
+ 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"
14242
+ />
14243
+ </svg>
13984
14244
  </span>
13985
14245
  </button>
13986
14246
  </div>
@@ -14043,7 +14303,19 @@ wrapperTag: div
14043
14303
  id="sticky-header-demo-toolbar-search-filter-menu"
14044
14304
  >
14045
14305
  <span class="pf-v6-c-menu-toggle__icon">
14046
- <i class="fas fa-filter" aria-hidden="true"></i>
14306
+ <svg
14307
+ class="pf-v6-svg"
14308
+ viewBox="0 0 512 512"
14309
+ fill="currentColor"
14310
+ aria-hidden="true"
14311
+ role="img"
14312
+ width="1em"
14313
+ height="1em"
14314
+ >
14315
+ <path
14316
+ 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"
14317
+ />
14318
+ </svg>
14047
14319
  </span>
14048
14320
  <span class="pf-v6-c-menu-toggle__text">Name</span>
14049
14321
  <span class="pf-v6-c-menu-toggle__controls">
@@ -15857,23 +16129,11 @@ wrapperTag: div
15857
16129
  type="button"
15858
16130
  aria-expanded="false"
15859
16131
  aria-label="Application launcher"
15860
- >
15861
- <span class="pf-v6-c-menu-toggle__icon">
15862
- <i class="fas fa-th" aria-hidden="true"></i>
15863
- </span>
15864
- </button>
15865
- </div>
15866
- <div class="pf-v6-c-toolbar__item">
15867
- <button
15868
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
15869
- type="button"
15870
- aria-expanded="false"
15871
- aria-label="Settings"
15872
16132
  >
15873
16133
  <span class="pf-v6-c-menu-toggle__icon">
15874
16134
  <svg
15875
16135
  class="pf-v6-svg"
15876
- viewBox="0 0 32 32"
16136
+ viewBox="0 0 512 512"
15877
16137
  fill="currentColor"
15878
16138
  aria-hidden="true"
15879
16139
  role="img"
@@ -15881,12 +16141,20 @@ wrapperTag: div
15881
16141
  height="1em"
15882
16142
  >
15883
16143
  <path
15884
- 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"
16144
+ 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"
15885
16145
  />
15886
16146
  </svg>
15887
16147
  </span>
15888
16148
  </button>
15889
16149
  </div>
16150
+ <div class="pf-v6-c-toolbar__item">
16151
+ <button
16152
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
16153
+ type="button"
16154
+ aria-expanded="false"
16155
+ aria-label="Settings"
16156
+ ></button>
16157
+ </div>
15890
16158
  <div class="pf-v6-c-toolbar__item">
15891
16159
  <button
15892
16160
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -15895,7 +16163,19 @@ wrapperTag: div
15895
16163
  aria-label="Help"
15896
16164
  >
15897
16165
  <span class="pf-v6-c-menu-toggle__icon">
15898
- <i class="fas fa-question-circle" aria-hidden="true"></i>
16166
+ <svg
16167
+ class="pf-v6-svg"
16168
+ viewBox="0 0 512 512"
16169
+ fill="currentColor"
16170
+ aria-hidden="true"
16171
+ role="img"
16172
+ width="1em"
16173
+ height="1em"
16174
+ >
16175
+ <path
16176
+ 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"
16177
+ />
16178
+ </svg>
15899
16179
  </span>
15900
16180
  </button>
15901
16181
  </div>
@@ -16082,7 +16362,19 @@ wrapperTag: div
16082
16362
  aria-controls="sticky-first-column-demo-toolbar-expandable-content"
16083
16363
  >
16084
16364
  <span class="pf-v6-c-menu-toggle__icon">
16085
- <i class="fas fa-filter" aria-hidden="true"></i>
16365
+ <svg
16366
+ class="pf-v6-svg"
16367
+ viewBox="0 0 512 512"
16368
+ fill="currentColor"
16369
+ aria-hidden="true"
16370
+ role="img"
16371
+ width="1em"
16372
+ height="1em"
16373
+ >
16374
+ <path
16375
+ 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"
16376
+ />
16377
+ </svg>
16086
16378
  </span>
16087
16379
  </button>
16088
16380
  </div>
@@ -16145,7 +16437,19 @@ wrapperTag: div
16145
16437
  id="sticky-first-column-demo-toolbar-search-filter-menu"
16146
16438
  >
16147
16439
  <span class="pf-v6-c-menu-toggle__icon">
16148
- <i class="fas fa-filter" aria-hidden="true"></i>
16440
+ <svg
16441
+ class="pf-v6-svg"
16442
+ viewBox="0 0 512 512"
16443
+ fill="currentColor"
16444
+ aria-hidden="true"
16445
+ role="img"
16446
+ width="1em"
16447
+ height="1em"
16448
+ >
16449
+ <path
16450
+ 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"
16451
+ />
16452
+ </svg>
16149
16453
  </span>
16150
16454
  <span class="pf-v6-c-menu-toggle__text">Name</span>
16151
16455
  <span class="pf-v6-c-menu-toggle__controls">
@@ -17444,23 +17748,11 @@ wrapperTag: div
17444
17748
  type="button"
17445
17749
  aria-expanded="false"
17446
17750
  aria-label="Application launcher"
17447
- >
17448
- <span class="pf-v6-c-menu-toggle__icon">
17449
- <i class="fas fa-th" aria-hidden="true"></i>
17450
- </span>
17451
- </button>
17452
- </div>
17453
- <div class="pf-v6-c-toolbar__item">
17454
- <button
17455
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
17456
- type="button"
17457
- aria-expanded="false"
17458
- aria-label="Settings"
17459
17751
  >
17460
17752
  <span class="pf-v6-c-menu-toggle__icon">
17461
17753
  <svg
17462
17754
  class="pf-v6-svg"
17463
- viewBox="0 0 32 32"
17755
+ viewBox="0 0 512 512"
17464
17756
  fill="currentColor"
17465
17757
  aria-hidden="true"
17466
17758
  role="img"
@@ -17468,12 +17760,20 @@ wrapperTag: div
17468
17760
  height="1em"
17469
17761
  >
17470
17762
  <path
17471
- 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"
17763
+ 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"
17472
17764
  />
17473
17765
  </svg>
17474
17766
  </span>
17475
17767
  </button>
17476
17768
  </div>
17769
+ <div class="pf-v6-c-toolbar__item">
17770
+ <button
17771
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
17772
+ type="button"
17773
+ aria-expanded="false"
17774
+ aria-label="Settings"
17775
+ ></button>
17776
+ </div>
17477
17777
  <div class="pf-v6-c-toolbar__item">
17478
17778
  <button
17479
17779
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -17482,7 +17782,19 @@ wrapperTag: div
17482
17782
  aria-label="Help"
17483
17783
  >
17484
17784
  <span class="pf-v6-c-menu-toggle__icon">
17485
- <i class="fas fa-question-circle" aria-hidden="true"></i>
17785
+ <svg
17786
+ class="pf-v6-svg"
17787
+ viewBox="0 0 512 512"
17788
+ fill="currentColor"
17789
+ aria-hidden="true"
17790
+ role="img"
17791
+ width="1em"
17792
+ height="1em"
17793
+ >
17794
+ <path
17795
+ 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"
17796
+ />
17797
+ </svg>
17486
17798
  </span>
17487
17799
  </button>
17488
17800
  </div>
@@ -17674,7 +17986,19 @@ wrapperTag: div
17674
17986
  aria-controls="sticky-multiple-columns-demo-toolbar-expandable-content"
17675
17987
  >
17676
17988
  <span class="pf-v6-c-menu-toggle__icon">
17677
- <i class="fas fa-filter" aria-hidden="true"></i>
17989
+ <svg
17990
+ class="pf-v6-svg"
17991
+ viewBox="0 0 512 512"
17992
+ fill="currentColor"
17993
+ aria-hidden="true"
17994
+ role="img"
17995
+ width="1em"
17996
+ height="1em"
17997
+ >
17998
+ <path
17999
+ 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"
18000
+ />
18001
+ </svg>
17678
18002
  </span>
17679
18003
  </button>
17680
18004
  </div>
@@ -17737,7 +18061,19 @@ wrapperTag: div
17737
18061
  id="sticky-multiple-columns-demo-toolbar-search-filter-menu"
17738
18062
  >
17739
18063
  <span class="pf-v6-c-menu-toggle__icon">
17740
- <i class="fas fa-filter" aria-hidden="true"></i>
18064
+ <svg
18065
+ class="pf-v6-svg"
18066
+ viewBox="0 0 512 512"
18067
+ fill="currentColor"
18068
+ aria-hidden="true"
18069
+ role="img"
18070
+ width="1em"
18071
+ height="1em"
18072
+ >
18073
+ <path
18074
+ 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"
18075
+ />
18076
+ </svg>
17741
18077
  </span>
17742
18078
  <span class="pf-v6-c-menu-toggle__text">Name</span>
17743
18079
  <span class="pf-v6-c-menu-toggle__controls">
@@ -19067,23 +19403,11 @@ wrapperTag: div
19067
19403
  type="button"
19068
19404
  aria-expanded="false"
19069
19405
  aria-label="Application launcher"
19070
- >
19071
- <span class="pf-v6-c-menu-toggle__icon">
19072
- <i class="fas fa-th" aria-hidden="true"></i>
19073
- </span>
19074
- </button>
19075
- </div>
19076
- <div class="pf-v6-c-toolbar__item">
19077
- <button
19078
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
19079
- type="button"
19080
- aria-expanded="false"
19081
- aria-label="Settings"
19082
19406
  >
19083
19407
  <span class="pf-v6-c-menu-toggle__icon">
19084
19408
  <svg
19085
19409
  class="pf-v6-svg"
19086
- viewBox="0 0 32 32"
19410
+ viewBox="0 0 512 512"
19087
19411
  fill="currentColor"
19088
19412
  aria-hidden="true"
19089
19413
  role="img"
@@ -19091,12 +19415,20 @@ wrapperTag: div
19091
19415
  height="1em"
19092
19416
  >
19093
19417
  <path
19094
- 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"
19418
+ 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"
19095
19419
  />
19096
19420
  </svg>
19097
19421
  </span>
19098
19422
  </button>
19099
19423
  </div>
19424
+ <div class="pf-v6-c-toolbar__item">
19425
+ <button
19426
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
19427
+ type="button"
19428
+ aria-expanded="false"
19429
+ aria-label="Settings"
19430
+ ></button>
19431
+ </div>
19100
19432
  <div class="pf-v6-c-toolbar__item">
19101
19433
  <button
19102
19434
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -19105,7 +19437,19 @@ wrapperTag: div
19105
19437
  aria-label="Help"
19106
19438
  >
19107
19439
  <span class="pf-v6-c-menu-toggle__icon">
19108
- <i class="fas fa-question-circle" aria-hidden="true"></i>
19440
+ <svg
19441
+ class="pf-v6-svg"
19442
+ viewBox="0 0 512 512"
19443
+ fill="currentColor"
19444
+ aria-hidden="true"
19445
+ role="img"
19446
+ width="1em"
19447
+ height="1em"
19448
+ >
19449
+ <path
19450
+ 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"
19451
+ />
19452
+ </svg>
19109
19453
  </span>
19110
19454
  </button>
19111
19455
  </div>
@@ -19295,7 +19639,19 @@ wrapperTag: div
19295
19639
  aria-controls="sticky-header-and-multiple-columns-demo-toolbar-expandable-content"
19296
19640
  >
19297
19641
  <span class="pf-v6-c-menu-toggle__icon">
19298
- <i class="fas fa-filter" aria-hidden="true"></i>
19642
+ <svg
19643
+ class="pf-v6-svg"
19644
+ viewBox="0 0 512 512"
19645
+ fill="currentColor"
19646
+ aria-hidden="true"
19647
+ role="img"
19648
+ width="1em"
19649
+ height="1em"
19650
+ >
19651
+ <path
19652
+ 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"
19653
+ />
19654
+ </svg>
19299
19655
  </span>
19300
19656
  </button>
19301
19657
  </div>
@@ -19358,7 +19714,19 @@ wrapperTag: div
19358
19714
  id="sticky-header-and-multiple-columns-demo-toolbar-search-filter-menu"
19359
19715
  >
19360
19716
  <span class="pf-v6-c-menu-toggle__icon">
19361
- <i class="fas fa-filter" aria-hidden="true"></i>
19717
+ <svg
19718
+ class="pf-v6-svg"
19719
+ viewBox="0 0 512 512"
19720
+ fill="currentColor"
19721
+ aria-hidden="true"
19722
+ role="img"
19723
+ width="1em"
19724
+ height="1em"
19725
+ >
19726
+ <path
19727
+ 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"
19728
+ />
19729
+ </svg>
19362
19730
  </span>
19363
19731
  <span class="pf-v6-c-menu-toggle__text">Name</span>
19364
19732
  <span class="pf-v6-c-menu-toggle__controls">
@@ -20688,23 +21056,11 @@ wrapperTag: div
20688
21056
  type="button"
20689
21057
  aria-expanded="false"
20690
21058
  aria-label="Application launcher"
20691
- >
20692
- <span class="pf-v6-c-menu-toggle__icon">
20693
- <i class="fas fa-th" aria-hidden="true"></i>
20694
- </span>
20695
- </button>
20696
- </div>
20697
- <div class="pf-v6-c-toolbar__item">
20698
- <button
20699
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
20700
- type="button"
20701
- aria-expanded="false"
20702
- aria-label="Settings"
20703
21059
  >
20704
21060
  <span class="pf-v6-c-menu-toggle__icon">
20705
21061
  <svg
20706
21062
  class="pf-v6-svg"
20707
- viewBox="0 0 32 32"
21063
+ viewBox="0 0 512 512"
20708
21064
  fill="currentColor"
20709
21065
  aria-hidden="true"
20710
21066
  role="img"
@@ -20712,12 +21068,20 @@ wrapperTag: div
20712
21068
  height="1em"
20713
21069
  >
20714
21070
  <path
20715
- 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"
21071
+ 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"
20716
21072
  />
20717
21073
  </svg>
20718
21074
  </span>
20719
21075
  </button>
20720
21076
  </div>
21077
+ <div class="pf-v6-c-toolbar__item">
21078
+ <button
21079
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
21080
+ type="button"
21081
+ aria-expanded="false"
21082
+ aria-label="Settings"
21083
+ ></button>
21084
+ </div>
20721
21085
  <div class="pf-v6-c-toolbar__item">
20722
21086
  <button
20723
21087
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -20726,7 +21090,19 @@ wrapperTag: div
20726
21090
  aria-label="Help"
20727
21091
  >
20728
21092
  <span class="pf-v6-c-menu-toggle__icon">
20729
- <i class="fas fa-question-circle" aria-hidden="true"></i>
21093
+ <svg
21094
+ class="pf-v6-svg"
21095
+ viewBox="0 0 512 512"
21096
+ fill="currentColor"
21097
+ aria-hidden="true"
21098
+ role="img"
21099
+ width="1em"
21100
+ height="1em"
21101
+ >
21102
+ <path
21103
+ 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"
21104
+ />
21105
+ </svg>
20730
21106
  </span>
20731
21107
  </button>
20732
21108
  </div>
@@ -20916,7 +21292,19 @@ wrapperTag: div
20916
21292
  aria-controls="sticky-header-and-multiple-columns-demo-toolbar-expandable-content"
20917
21293
  >
20918
21294
  <span class="pf-v6-c-menu-toggle__icon">
20919
- <i class="fas fa-filter" aria-hidden="true"></i>
21295
+ <svg
21296
+ class="pf-v6-svg"
21297
+ viewBox="0 0 512 512"
21298
+ fill="currentColor"
21299
+ aria-hidden="true"
21300
+ role="img"
21301
+ width="1em"
21302
+ height="1em"
21303
+ >
21304
+ <path
21305
+ 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"
21306
+ />
21307
+ </svg>
20920
21308
  </span>
20921
21309
  </button>
20922
21310
  </div>
@@ -20979,7 +21367,19 @@ wrapperTag: div
20979
21367
  id="sticky-header-and-multiple-columns-demo-toolbar-search-filter-menu"
20980
21368
  >
20981
21369
  <span class="pf-v6-c-menu-toggle__icon">
20982
- <i class="fas fa-filter" aria-hidden="true"></i>
21370
+ <svg
21371
+ class="pf-v6-svg"
21372
+ viewBox="0 0 512 512"
21373
+ fill="currentColor"
21374
+ aria-hidden="true"
21375
+ role="img"
21376
+ width="1em"
21377
+ height="1em"
21378
+ >
21379
+ <path
21380
+ 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"
21381
+ />
21382
+ </svg>
20983
21383
  </span>
20984
21384
  <span class="pf-v6-c-menu-toggle__text">Name</span>
20985
21385
  <span class="pf-v6-c-menu-toggle__controls">
@@ -22271,23 +22671,11 @@ By default, table cell alignment is set to baseline. This retains vertical align
22271
22671
  type="button"
22272
22672
  aria-expanded="false"
22273
22673
  aria-label="Application launcher"
22274
- >
22275
- <span class="pf-v6-c-menu-toggle__icon">
22276
- <i class="fas fa-th" aria-hidden="true"></i>
22277
- </span>
22278
- </button>
22279
- </div>
22280
- <div class="pf-v6-c-toolbar__item">
22281
- <button
22282
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
22283
- type="button"
22284
- aria-expanded="false"
22285
- aria-label="Settings"
22286
22674
  >
22287
22675
  <span class="pf-v6-c-menu-toggle__icon">
22288
22676
  <svg
22289
22677
  class="pf-v6-svg"
22290
- viewBox="0 0 32 32"
22678
+ viewBox="0 0 512 512"
22291
22679
  fill="currentColor"
22292
22680
  aria-hidden="true"
22293
22681
  role="img"
@@ -22295,12 +22683,20 @@ By default, table cell alignment is set to baseline. This retains vertical align
22295
22683
  height="1em"
22296
22684
  >
22297
22685
  <path
22298
- 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"
22686
+ 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"
22299
22687
  />
22300
22688
  </svg>
22301
22689
  </span>
22302
22690
  </button>
22303
22691
  </div>
22692
+ <div class="pf-v6-c-toolbar__item">
22693
+ <button
22694
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
22695
+ type="button"
22696
+ aria-expanded="false"
22697
+ aria-label="Settings"
22698
+ ></button>
22699
+ </div>
22304
22700
  <div class="pf-v6-c-toolbar__item">
22305
22701
  <button
22306
22702
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -22309,7 +22705,19 @@ By default, table cell alignment is set to baseline. This retains vertical align
22309
22705
  aria-label="Help"
22310
22706
  >
22311
22707
  <span class="pf-v6-c-menu-toggle__icon">
22312
- <i class="fas fa-question-circle" aria-hidden="true"></i>
22708
+ <svg
22709
+ class="pf-v6-svg"
22710
+ viewBox="0 0 512 512"
22711
+ fill="currentColor"
22712
+ aria-hidden="true"
22713
+ role="img"
22714
+ width="1em"
22715
+ height="1em"
22716
+ >
22717
+ <path
22718
+ 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"
22719
+ />
22720
+ </svg>
22313
22721
  </span>
22314
22722
  </button>
22315
22723
  </div>
@@ -22968,23 +23376,11 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
22968
23376
  type="button"
22969
23377
  aria-expanded="false"
22970
23378
  aria-label="Application launcher"
22971
- >
22972
- <span class="pf-v6-c-menu-toggle__icon">
22973
- <i class="fas fa-th" aria-hidden="true"></i>
22974
- </span>
22975
- </button>
22976
- </div>
22977
- <div class="pf-v6-c-toolbar__item">
22978
- <button
22979
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
22980
- type="button"
22981
- aria-expanded="false"
22982
- aria-label="Settings"
22983
23379
  >
22984
23380
  <span class="pf-v6-c-menu-toggle__icon">
22985
23381
  <svg
22986
23382
  class="pf-v6-svg"
22987
- viewBox="0 0 32 32"
23383
+ viewBox="0 0 512 512"
22988
23384
  fill="currentColor"
22989
23385
  aria-hidden="true"
22990
23386
  role="img"
@@ -22992,12 +23388,20 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
22992
23388
  height="1em"
22993
23389
  >
22994
23390
  <path
22995
- 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"
23391
+ 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"
22996
23392
  />
22997
23393
  </svg>
22998
23394
  </span>
22999
23395
  </button>
23000
23396
  </div>
23397
+ <div class="pf-v6-c-toolbar__item">
23398
+ <button
23399
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
23400
+ type="button"
23401
+ aria-expanded="false"
23402
+ aria-label="Settings"
23403
+ ></button>
23404
+ </div>
23001
23405
  <div class="pf-v6-c-toolbar__item">
23002
23406
  <button
23003
23407
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -23006,7 +23410,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
23006
23410
  aria-label="Help"
23007
23411
  >
23008
23412
  <span class="pf-v6-c-menu-toggle__icon">
23009
- <i class="fas fa-question-circle" aria-hidden="true"></i>
23413
+ <svg
23414
+ class="pf-v6-svg"
23415
+ viewBox="0 0 512 512"
23416
+ fill="currentColor"
23417
+ aria-hidden="true"
23418
+ role="img"
23419
+ width="1em"
23420
+ height="1em"
23421
+ >
23422
+ <path
23423
+ 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"
23424
+ />
23425
+ </svg>
23010
23426
  </span>
23011
23427
  </button>
23012
23428
  </div>
@@ -23251,7 +23667,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
23251
23667
  id="table-drawer-container-main-toolbar-search-filter-menu"
23252
23668
  >
23253
23669
  <span class="pf-v6-c-menu-toggle__icon">
23254
- <i class="fas fa-filter" aria-hidden="true"></i>
23670
+ <svg
23671
+ class="pf-v6-svg"
23672
+ viewBox="0 0 512 512"
23673
+ fill="currentColor"
23674
+ aria-hidden="true"
23675
+ role="img"
23676
+ width="1em"
23677
+ height="1em"
23678
+ >
23679
+ <path
23680
+ 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"
23681
+ />
23682
+ </svg>
23255
23683
  </span>
23256
23684
  <span class="pf-v6-c-menu-toggle__text">Name</span>
23257
23685
  <span class="pf-v6-c-menu-toggle__controls">
@@ -24382,7 +24810,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
24382
24810
  id="table-drawer-container-drawer-toolbar-search-filter-menu"
24383
24811
  >
24384
24812
  <span class="pf-v6-c-menu-toggle__icon">
24385
- <i class="fas fa-filter" aria-hidden="true"></i>
24813
+ <svg
24814
+ class="pf-v6-svg"
24815
+ viewBox="0 0 512 512"
24816
+ fill="currentColor"
24817
+ aria-hidden="true"
24818
+ role="img"
24819
+ width="1em"
24820
+ height="1em"
24821
+ >
24822
+ <path
24823
+ 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"
24824
+ />
24825
+ </svg>
24386
24826
  </span>
24387
24827
  <span class="pf-v6-c-menu-toggle__text">Name</span>
24388
24828
  <span class="pf-v6-c-menu-toggle__controls">