@patternfly/patternfly 6.5.0-prerelease.69 → 6.5.0-prerelease.70

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 (45) hide show
  1. package/components/Button/button.css +3 -3
  2. package/components/Button/button.scss +1 -1
  3. package/components/Card/card.css +1 -5
  4. package/components/Card/card.scss +2 -6
  5. package/components/Compass/compass.css +2 -2
  6. package/components/Compass/compass.scss +1 -1
  7. package/components/MenuToggle/menu-toggle.css +4 -4
  8. package/components/MenuToggle/menu-toggle.scss +1 -1
  9. package/components/Page/page.css +4 -4
  10. package/components/Page/page.scss +2 -2
  11. package/components/_index.css +14 -18
  12. package/docs/components/CodeEditor/examples/CodeEditor.md +39 -3
  13. package/docs/components/Compass/examples/Compass.md +2 -2
  14. package/docs/components/EmptyState/examples/EmptyState.md +78 -6
  15. package/docs/components/MenuToggle/examples/MenuToggle.md +51 -3
  16. package/docs/components/Page/examples/Page.md +2 -2
  17. package/docs/components/Toolbar/examples/Toolbar.md +10 -10
  18. package/docs/components/Wizard/examples/Wizard.md +13 -1
  19. package/docs/demos/AboutModal/examples/AboutModal.md +17 -1
  20. package/docs/demos/Alert/examples/Alert.md +51 -3
  21. package/docs/demos/BackToTop/examples/BackToTop.md +17 -1
  22. package/docs/demos/Banner/examples/Banner.md +34 -2
  23. package/docs/demos/CardView/examples/CardView.md +127 -123
  24. package/docs/demos/Compass/examples/Compass.md +3072 -1425
  25. package/docs/demos/Dashboard/examples/Dashboard.md +17 -1
  26. package/docs/demos/DataList/examples/DataList.md +78 -14
  27. package/docs/demos/DescriptionList/examples/DescriptionList.md +51 -3
  28. package/docs/demos/Drawer/examples/Drawer.md +85 -5
  29. package/docs/demos/JumpLinks/examples/JumpLinks.md +102 -6
  30. package/docs/demos/Masthead/examples/Masthead.md +29 -13
  31. package/docs/demos/Modal/examples/Modal.md +102 -6
  32. package/docs/demos/Nav/examples/Nav.md +144 -20
  33. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +85 -5
  34. package/docs/demos/Page/examples/Page.md +244 -20
  35. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +133 -21
  36. package/docs/demos/Skeleton/examples/Skeleton.md +17 -1
  37. package/docs/demos/Table/examples/Table.md +337 -69
  38. package/docs/demos/Tabs/examples/Tabs.md +104 -8
  39. package/docs/demos/Toolbar/examples/Toolbar.md +46 -14
  40. package/docs/demos/Wizard/examples/Wizard.md +153 -9
  41. package/package.json +2 -2
  42. package/patternfly-no-globals.css +14 -18
  43. package/patternfly.css +14 -18
  44. package/patternfly.min.css +1 -1
  45. package/patternfly.min.css.map +1 -1
@@ -165,7 +165,23 @@ wrapperTag: div
165
165
  type="button"
166
166
  aria-expanded="false"
167
167
  aria-label="Settings"
168
- ></button>
168
+ >
169
+ <span class="pf-v6-c-menu-toggle__icon">
170
+ <svg
171
+ class="pf-v6-svg"
172
+ viewBox="0 0 32 32"
173
+ fill="currentColor"
174
+ aria-hidden="true"
175
+ role="img"
176
+ width="1em"
177
+ height="1em"
178
+ >
179
+ <path
180
+ 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"
181
+ />
182
+ </svg>
183
+ </span>
184
+ </button>
169
185
  </div>
170
186
  <div class="pf-v6-c-toolbar__item">
171
187
  <button
@@ -371,7 +387,7 @@ wrapperTag: div
371
387
  <span class="pf-v6-c-menu-toggle__icon">
372
388
  <svg
373
389
  class="pf-v6-svg"
374
- viewBox="0 0 512 512"
390
+ viewBox="0 0 32 32"
375
391
  fill="currentColor"
376
392
  aria-hidden="true"
377
393
  role="img"
@@ -379,7 +395,7 @@ wrapperTag: div
379
395
  height="1em"
380
396
  >
381
397
  <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"
398
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
383
399
  />
384
400
  </svg>
385
401
  </span>
@@ -446,7 +462,7 @@ wrapperTag: div
446
462
  <span class="pf-v6-c-menu-toggle__icon">
447
463
  <svg
448
464
  class="pf-v6-svg"
449
- viewBox="0 0 512 512"
465
+ viewBox="0 0 32 32"
450
466
  fill="currentColor"
451
467
  aria-hidden="true"
452
468
  role="img"
@@ -454,7 +470,7 @@ wrapperTag: div
454
470
  height="1em"
455
471
  >
456
472
  <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"
473
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
458
474
  />
459
475
  </svg>
460
476
  </span>
@@ -1662,7 +1678,23 @@ wrapperTag: div
1662
1678
  type="button"
1663
1679
  aria-expanded="false"
1664
1680
  aria-label="Settings"
1665
- ></button>
1681
+ >
1682
+ <span class="pf-v6-c-menu-toggle__icon">
1683
+ <svg
1684
+ class="pf-v6-svg"
1685
+ viewBox="0 0 32 32"
1686
+ fill="currentColor"
1687
+ aria-hidden="true"
1688
+ role="img"
1689
+ width="1em"
1690
+ height="1em"
1691
+ >
1692
+ <path
1693
+ 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"
1694
+ />
1695
+ </svg>
1696
+ </span>
1697
+ </button>
1666
1698
  </div>
1667
1699
  <div class="pf-v6-c-toolbar__item">
1668
1700
  <button
@@ -1872,7 +1904,7 @@ wrapperTag: div
1872
1904
  <span class="pf-v6-c-menu-toggle__icon">
1873
1905
  <svg
1874
1906
  class="pf-v6-svg"
1875
- viewBox="0 0 512 512"
1907
+ viewBox="0 0 32 32"
1876
1908
  fill="currentColor"
1877
1909
  aria-hidden="true"
1878
1910
  role="img"
@@ -1880,7 +1912,7 @@ wrapperTag: div
1880
1912
  height="1em"
1881
1913
  >
1882
1914
  <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"
1915
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
1884
1916
  />
1885
1917
  </svg>
1886
1918
  </span>
@@ -1947,7 +1979,7 @@ wrapperTag: div
1947
1979
  <span class="pf-v6-c-menu-toggle__icon">
1948
1980
  <svg
1949
1981
  class="pf-v6-svg"
1950
- viewBox="0 0 512 512"
1982
+ viewBox="0 0 32 32"
1951
1983
  fill="currentColor"
1952
1984
  aria-hidden="true"
1953
1985
  role="img"
@@ -1955,7 +1987,7 @@ wrapperTag: div
1955
1987
  height="1em"
1956
1988
  >
1957
1989
  <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"
1990
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
1959
1991
  />
1960
1992
  </svg>
1961
1993
  </span>
@@ -3179,7 +3211,23 @@ wrapperTag: div
3179
3211
  type="button"
3180
3212
  aria-expanded="false"
3181
3213
  aria-label="Settings"
3182
- ></button>
3214
+ >
3215
+ <span class="pf-v6-c-menu-toggle__icon">
3216
+ <svg
3217
+ class="pf-v6-svg"
3218
+ viewBox="0 0 32 32"
3219
+ fill="currentColor"
3220
+ aria-hidden="true"
3221
+ role="img"
3222
+ width="1em"
3223
+ height="1em"
3224
+ >
3225
+ <path
3226
+ 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"
3227
+ />
3228
+ </svg>
3229
+ </span>
3230
+ </button>
3183
3231
  </div>
3184
3232
  <div class="pf-v6-c-toolbar__item">
3185
3233
  <button
@@ -3389,7 +3437,7 @@ wrapperTag: div
3389
3437
  <span class="pf-v6-c-menu-toggle__icon">
3390
3438
  <svg
3391
3439
  class="pf-v6-svg"
3392
- viewBox="0 0 512 512"
3440
+ viewBox="0 0 32 32"
3393
3441
  fill="currentColor"
3394
3442
  aria-hidden="true"
3395
3443
  role="img"
@@ -3397,7 +3445,7 @@ wrapperTag: div
3397
3445
  height="1em"
3398
3446
  >
3399
3447
  <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"
3448
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
3401
3449
  />
3402
3450
  </svg>
3403
3451
  </span>
@@ -3464,7 +3512,7 @@ wrapperTag: div
3464
3512
  <span class="pf-v6-c-menu-toggle__icon">
3465
3513
  <svg
3466
3514
  class="pf-v6-svg"
3467
- viewBox="0 0 512 512"
3515
+ viewBox="0 0 32 32"
3468
3516
  fill="currentColor"
3469
3517
  aria-hidden="true"
3470
3518
  role="img"
@@ -3472,7 +3520,7 @@ wrapperTag: div
3472
3520
  height="1em"
3473
3521
  >
3474
3522
  <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"
3523
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
3476
3524
  />
3477
3525
  </svg>
3478
3526
  </span>
@@ -4846,7 +4894,23 @@ wrapperTag: div
4846
4894
  type="button"
4847
4895
  aria-expanded="false"
4848
4896
  aria-label="Settings"
4849
- ></button>
4897
+ >
4898
+ <span class="pf-v6-c-menu-toggle__icon">
4899
+ <svg
4900
+ class="pf-v6-svg"
4901
+ viewBox="0 0 32 32"
4902
+ fill="currentColor"
4903
+ aria-hidden="true"
4904
+ role="img"
4905
+ width="1em"
4906
+ height="1em"
4907
+ >
4908
+ <path
4909
+ 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"
4910
+ />
4911
+ </svg>
4912
+ </span>
4913
+ </button>
4850
4914
  </div>
4851
4915
  <div class="pf-v6-c-toolbar__item">
4852
4916
  <button
@@ -5056,7 +5120,7 @@ wrapperTag: div
5056
5120
  <span class="pf-v6-c-menu-toggle__icon">
5057
5121
  <svg
5058
5122
  class="pf-v6-svg"
5059
- viewBox="0 0 512 512"
5123
+ viewBox="0 0 32 32"
5060
5124
  fill="currentColor"
5061
5125
  aria-hidden="true"
5062
5126
  role="img"
@@ -5064,7 +5128,7 @@ wrapperTag: div
5064
5128
  height="1em"
5065
5129
  >
5066
5130
  <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"
5131
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
5068
5132
  />
5069
5133
  </svg>
5070
5134
  </span>
@@ -5131,7 +5195,7 @@ wrapperTag: div
5131
5195
  <span class="pf-v6-c-menu-toggle__icon">
5132
5196
  <svg
5133
5197
  class="pf-v6-svg"
5134
- viewBox="0 0 512 512"
5198
+ viewBox="0 0 32 32"
5135
5199
  fill="currentColor"
5136
5200
  aria-hidden="true"
5137
5201
  role="img"
@@ -5139,7 +5203,7 @@ wrapperTag: div
5139
5203
  height="1em"
5140
5204
  >
5141
5205
  <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"
5206
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
5143
5207
  />
5144
5208
  </svg>
5145
5209
  </span>
@@ -6091,7 +6155,23 @@ wrapperTag: div
6091
6155
  type="button"
6092
6156
  aria-expanded="false"
6093
6157
  aria-label="Settings"
6094
- ></button>
6158
+ >
6159
+ <span class="pf-v6-c-menu-toggle__icon">
6160
+ <svg
6161
+ class="pf-v6-svg"
6162
+ viewBox="0 0 32 32"
6163
+ fill="currentColor"
6164
+ aria-hidden="true"
6165
+ role="img"
6166
+ width="1em"
6167
+ height="1em"
6168
+ >
6169
+ <path
6170
+ 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"
6171
+ />
6172
+ </svg>
6173
+ </span>
6174
+ </button>
6095
6175
  </div>
6096
6176
  <div class="pf-v6-c-toolbar__item">
6097
6177
  <button
@@ -6301,7 +6381,7 @@ wrapperTag: div
6301
6381
  <span class="pf-v6-c-menu-toggle__icon">
6302
6382
  <svg
6303
6383
  class="pf-v6-svg"
6304
- viewBox="0 0 512 512"
6384
+ viewBox="0 0 32 32"
6305
6385
  fill="currentColor"
6306
6386
  aria-hidden="true"
6307
6387
  role="img"
@@ -6309,7 +6389,7 @@ wrapperTag: div
6309
6389
  height="1em"
6310
6390
  >
6311
6391
  <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"
6392
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
6313
6393
  />
6314
6394
  </svg>
6315
6395
  </span>
@@ -6376,7 +6456,7 @@ wrapperTag: div
6376
6456
  <span class="pf-v6-c-menu-toggle__icon">
6377
6457
  <svg
6378
6458
  class="pf-v6-svg"
6379
- viewBox="0 0 512 512"
6459
+ viewBox="0 0 32 32"
6380
6460
  fill="currentColor"
6381
6461
  aria-hidden="true"
6382
6462
  role="img"
@@ -6384,7 +6464,7 @@ wrapperTag: div
6384
6464
  height="1em"
6385
6465
  >
6386
6466
  <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"
6467
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
6388
6468
  />
6389
6469
  </svg>
6390
6470
  </span>
@@ -9966,7 +10046,23 @@ wrapperTag: div
9966
10046
  type="button"
9967
10047
  aria-expanded="false"
9968
10048
  aria-label="Settings"
9969
- ></button>
10049
+ >
10050
+ <span class="pf-v6-c-menu-toggle__icon">
10051
+ <svg
10052
+ class="pf-v6-svg"
10053
+ viewBox="0 0 32 32"
10054
+ fill="currentColor"
10055
+ aria-hidden="true"
10056
+ role="img"
10057
+ width="1em"
10058
+ height="1em"
10059
+ >
10060
+ <path
10061
+ 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"
10062
+ />
10063
+ </svg>
10064
+ </span>
10065
+ </button>
9970
10066
  </div>
9971
10067
  <div class="pf-v6-c-toolbar__item">
9972
10068
  <button
@@ -10436,7 +10532,23 @@ wrapperTag: div
10436
10532
  type="button"
10437
10533
  aria-expanded="false"
10438
10534
  aria-label="Settings"
10439
- ></button>
10535
+ >
10536
+ <span class="pf-v6-c-menu-toggle__icon">
10537
+ <svg
10538
+ class="pf-v6-svg"
10539
+ viewBox="0 0 32 32"
10540
+ fill="currentColor"
10541
+ aria-hidden="true"
10542
+ role="img"
10543
+ width="1em"
10544
+ height="1em"
10545
+ >
10546
+ <path
10547
+ 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"
10548
+ />
10549
+ </svg>
10550
+ </span>
10551
+ </button>
10440
10552
  </div>
10441
10553
  <div class="pf-v6-c-toolbar__item">
10442
10554
  <button
@@ -10711,7 +10823,19 @@ wrapperTag: div
10711
10823
  <div class="pf-v6-c-empty-state pf-m-sm">
10712
10824
  <div class="pf-v6-c-empty-state__content">
10713
10825
  <div class="pf-v6-c-empty-state__icon">
10714
- <i class="fas fa- fa-search" aria-hidden="true"></i>
10826
+ <svg
10827
+ class="pf-v6-svg"
10828
+ viewBox="0 0 512 512"
10829
+ fill="currentColor"
10830
+ aria-hidden="true"
10831
+ role="img"
10832
+ width="1em"
10833
+ height="1em"
10834
+ >
10835
+ <path
10836
+ d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
10837
+ />
10838
+ </svg>
10715
10839
  </div>
10716
10840
 
10717
10841
  <h2 class="pf-v6-c-title pf-m-lg">No results found</h2>
@@ -10900,7 +11024,23 @@ wrapperTag: div
10900
11024
  type="button"
10901
11025
  aria-expanded="false"
10902
11026
  aria-label="Settings"
10903
- ></button>
11027
+ >
11028
+ <span class="pf-v6-c-menu-toggle__icon">
11029
+ <svg
11030
+ class="pf-v6-svg"
11031
+ viewBox="0 0 32 32"
11032
+ fill="currentColor"
11033
+ aria-hidden="true"
11034
+ role="img"
11035
+ width="1em"
11036
+ height="1em"
11037
+ >
11038
+ <path
11039
+ 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"
11040
+ />
11041
+ </svg>
11042
+ </span>
11043
+ </button>
10904
11044
  </div>
10905
11045
  <div class="pf-v6-c-toolbar__item">
10906
11046
  <button
@@ -11113,7 +11253,7 @@ wrapperTag: div
11113
11253
  <span class="pf-v6-c-menu-toggle__icon">
11114
11254
  <svg
11115
11255
  class="pf-v6-svg"
11116
- viewBox="0 0 512 512"
11256
+ viewBox="0 0 32 32"
11117
11257
  fill="currentColor"
11118
11258
  aria-hidden="true"
11119
11259
  role="img"
@@ -11121,7 +11261,7 @@ wrapperTag: div
11121
11261
  height="1em"
11122
11262
  >
11123
11263
  <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"
11264
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
11125
11265
  />
11126
11266
  </svg>
11127
11267
  </span>
@@ -11188,7 +11328,7 @@ wrapperTag: div
11188
11328
  <span class="pf-v6-c-menu-toggle__icon">
11189
11329
  <svg
11190
11330
  class="pf-v6-svg"
11191
- viewBox="0 0 512 512"
11331
+ viewBox="0 0 32 32"
11192
11332
  fill="currentColor"
11193
11333
  aria-hidden="true"
11194
11334
  role="img"
@@ -11196,7 +11336,7 @@ wrapperTag: div
11196
11336
  height="1em"
11197
11337
  >
11198
11338
  <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"
11339
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
11200
11340
  />
11201
11341
  </svg>
11202
11342
  </span>
@@ -12421,7 +12561,23 @@ wrapperTag: div
12421
12561
  type="button"
12422
12562
  aria-expanded="false"
12423
12563
  aria-label="Settings"
12424
- ></button>
12564
+ >
12565
+ <span class="pf-v6-c-menu-toggle__icon">
12566
+ <svg
12567
+ class="pf-v6-svg"
12568
+ viewBox="0 0 32 32"
12569
+ fill="currentColor"
12570
+ aria-hidden="true"
12571
+ role="img"
12572
+ width="1em"
12573
+ height="1em"
12574
+ >
12575
+ <path
12576
+ 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"
12577
+ />
12578
+ </svg>
12579
+ </span>
12580
+ </button>
12425
12581
  </div>
12426
12582
  <div class="pf-v6-c-toolbar__item">
12427
12583
  <button
@@ -12631,7 +12787,7 @@ wrapperTag: div
12631
12787
  <span class="pf-v6-c-menu-toggle__icon">
12632
12788
  <svg
12633
12789
  class="pf-v6-svg"
12634
- viewBox="0 0 512 512"
12790
+ viewBox="0 0 32 32"
12635
12791
  fill="currentColor"
12636
12792
  aria-hidden="true"
12637
12793
  role="img"
@@ -12639,7 +12795,7 @@ wrapperTag: div
12639
12795
  height="1em"
12640
12796
  >
12641
12797
  <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"
12798
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
12643
12799
  />
12644
12800
  </svg>
12645
12801
  </span>
@@ -12706,7 +12862,7 @@ wrapperTag: div
12706
12862
  <span class="pf-v6-c-menu-toggle__icon">
12707
12863
  <svg
12708
12864
  class="pf-v6-svg"
12709
- viewBox="0 0 512 512"
12865
+ viewBox="0 0 32 32"
12710
12866
  fill="currentColor"
12711
12867
  aria-hidden="true"
12712
12868
  role="img"
@@ -12714,7 +12870,7 @@ wrapperTag: div
12714
12870
  height="1em"
12715
12871
  >
12716
12872
  <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"
12873
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
12718
12874
  />
12719
12875
  </svg>
12720
12876
  </span>
@@ -14020,7 +14176,23 @@ wrapperTag: div
14020
14176
  type="button"
14021
14177
  aria-expanded="false"
14022
14178
  aria-label="Settings"
14023
- ></button>
14179
+ >
14180
+ <span class="pf-v6-c-menu-toggle__icon">
14181
+ <svg
14182
+ class="pf-v6-svg"
14183
+ viewBox="0 0 32 32"
14184
+ fill="currentColor"
14185
+ aria-hidden="true"
14186
+ role="img"
14187
+ width="1em"
14188
+ height="1em"
14189
+ >
14190
+ <path
14191
+ 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"
14192
+ />
14193
+ </svg>
14194
+ </span>
14195
+ </button>
14024
14196
  </div>
14025
14197
  <div class="pf-v6-c-toolbar__item">
14026
14198
  <button
@@ -14230,7 +14402,7 @@ wrapperTag: div
14230
14402
  <span class="pf-v6-c-menu-toggle__icon">
14231
14403
  <svg
14232
14404
  class="pf-v6-svg"
14233
- viewBox="0 0 512 512"
14405
+ viewBox="0 0 32 32"
14234
14406
  fill="currentColor"
14235
14407
  aria-hidden="true"
14236
14408
  role="img"
@@ -14238,7 +14410,7 @@ wrapperTag: div
14238
14410
  height="1em"
14239
14411
  >
14240
14412
  <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"
14413
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
14242
14414
  />
14243
14415
  </svg>
14244
14416
  </span>
@@ -14305,7 +14477,7 @@ wrapperTag: div
14305
14477
  <span class="pf-v6-c-menu-toggle__icon">
14306
14478
  <svg
14307
14479
  class="pf-v6-svg"
14308
- viewBox="0 0 512 512"
14480
+ viewBox="0 0 32 32"
14309
14481
  fill="currentColor"
14310
14482
  aria-hidden="true"
14311
14483
  role="img"
@@ -14313,7 +14485,7 @@ wrapperTag: div
14313
14485
  height="1em"
14314
14486
  >
14315
14487
  <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"
14488
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
14317
14489
  />
14318
14490
  </svg>
14319
14491
  </span>
@@ -16153,7 +16325,23 @@ wrapperTag: div
16153
16325
  type="button"
16154
16326
  aria-expanded="false"
16155
16327
  aria-label="Settings"
16156
- ></button>
16328
+ >
16329
+ <span class="pf-v6-c-menu-toggle__icon">
16330
+ <svg
16331
+ class="pf-v6-svg"
16332
+ viewBox="0 0 32 32"
16333
+ fill="currentColor"
16334
+ aria-hidden="true"
16335
+ role="img"
16336
+ width="1em"
16337
+ height="1em"
16338
+ >
16339
+ <path
16340
+ 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"
16341
+ />
16342
+ </svg>
16343
+ </span>
16344
+ </button>
16157
16345
  </div>
16158
16346
  <div class="pf-v6-c-toolbar__item">
16159
16347
  <button
@@ -16364,7 +16552,7 @@ wrapperTag: div
16364
16552
  <span class="pf-v6-c-menu-toggle__icon">
16365
16553
  <svg
16366
16554
  class="pf-v6-svg"
16367
- viewBox="0 0 512 512"
16555
+ viewBox="0 0 32 32"
16368
16556
  fill="currentColor"
16369
16557
  aria-hidden="true"
16370
16558
  role="img"
@@ -16372,7 +16560,7 @@ wrapperTag: div
16372
16560
  height="1em"
16373
16561
  >
16374
16562
  <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"
16563
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
16376
16564
  />
16377
16565
  </svg>
16378
16566
  </span>
@@ -16439,7 +16627,7 @@ wrapperTag: div
16439
16627
  <span class="pf-v6-c-menu-toggle__icon">
16440
16628
  <svg
16441
16629
  class="pf-v6-svg"
16442
- viewBox="0 0 512 512"
16630
+ viewBox="0 0 32 32"
16443
16631
  fill="currentColor"
16444
16632
  aria-hidden="true"
16445
16633
  role="img"
@@ -16447,7 +16635,7 @@ wrapperTag: div
16447
16635
  height="1em"
16448
16636
  >
16449
16637
  <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"
16638
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
16451
16639
  />
16452
16640
  </svg>
16453
16641
  </span>
@@ -17772,7 +17960,23 @@ wrapperTag: div
17772
17960
  type="button"
17773
17961
  aria-expanded="false"
17774
17962
  aria-label="Settings"
17775
- ></button>
17963
+ >
17964
+ <span class="pf-v6-c-menu-toggle__icon">
17965
+ <svg
17966
+ class="pf-v6-svg"
17967
+ viewBox="0 0 32 32"
17968
+ fill="currentColor"
17969
+ aria-hidden="true"
17970
+ role="img"
17971
+ width="1em"
17972
+ height="1em"
17973
+ >
17974
+ <path
17975
+ 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"
17976
+ />
17977
+ </svg>
17978
+ </span>
17979
+ </button>
17776
17980
  </div>
17777
17981
  <div class="pf-v6-c-toolbar__item">
17778
17982
  <button
@@ -17988,7 +18192,7 @@ wrapperTag: div
17988
18192
  <span class="pf-v6-c-menu-toggle__icon">
17989
18193
  <svg
17990
18194
  class="pf-v6-svg"
17991
- viewBox="0 0 512 512"
18195
+ viewBox="0 0 32 32"
17992
18196
  fill="currentColor"
17993
18197
  aria-hidden="true"
17994
18198
  role="img"
@@ -17996,7 +18200,7 @@ wrapperTag: div
17996
18200
  height="1em"
17997
18201
  >
17998
18202
  <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"
18203
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
18000
18204
  />
18001
18205
  </svg>
18002
18206
  </span>
@@ -18063,7 +18267,7 @@ wrapperTag: div
18063
18267
  <span class="pf-v6-c-menu-toggle__icon">
18064
18268
  <svg
18065
18269
  class="pf-v6-svg"
18066
- viewBox="0 0 512 512"
18270
+ viewBox="0 0 32 32"
18067
18271
  fill="currentColor"
18068
18272
  aria-hidden="true"
18069
18273
  role="img"
@@ -18071,7 +18275,7 @@ wrapperTag: div
18071
18275
  height="1em"
18072
18276
  >
18073
18277
  <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"
18278
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
18075
18279
  />
18076
18280
  </svg>
18077
18281
  </span>
@@ -19427,7 +19631,23 @@ wrapperTag: div
19427
19631
  type="button"
19428
19632
  aria-expanded="false"
19429
19633
  aria-label="Settings"
19430
- ></button>
19634
+ >
19635
+ <span class="pf-v6-c-menu-toggle__icon">
19636
+ <svg
19637
+ class="pf-v6-svg"
19638
+ viewBox="0 0 32 32"
19639
+ fill="currentColor"
19640
+ aria-hidden="true"
19641
+ role="img"
19642
+ width="1em"
19643
+ height="1em"
19644
+ >
19645
+ <path
19646
+ 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"
19647
+ />
19648
+ </svg>
19649
+ </span>
19650
+ </button>
19431
19651
  </div>
19432
19652
  <div class="pf-v6-c-toolbar__item">
19433
19653
  <button
@@ -19641,7 +19861,7 @@ wrapperTag: div
19641
19861
  <span class="pf-v6-c-menu-toggle__icon">
19642
19862
  <svg
19643
19863
  class="pf-v6-svg"
19644
- viewBox="0 0 512 512"
19864
+ viewBox="0 0 32 32"
19645
19865
  fill="currentColor"
19646
19866
  aria-hidden="true"
19647
19867
  role="img"
@@ -19649,7 +19869,7 @@ wrapperTag: div
19649
19869
  height="1em"
19650
19870
  >
19651
19871
  <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"
19872
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
19653
19873
  />
19654
19874
  </svg>
19655
19875
  </span>
@@ -19716,7 +19936,7 @@ wrapperTag: div
19716
19936
  <span class="pf-v6-c-menu-toggle__icon">
19717
19937
  <svg
19718
19938
  class="pf-v6-svg"
19719
- viewBox="0 0 512 512"
19939
+ viewBox="0 0 32 32"
19720
19940
  fill="currentColor"
19721
19941
  aria-hidden="true"
19722
19942
  role="img"
@@ -19724,7 +19944,7 @@ wrapperTag: div
19724
19944
  height="1em"
19725
19945
  >
19726
19946
  <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"
19947
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
19728
19948
  />
19729
19949
  </svg>
19730
19950
  </span>
@@ -21080,7 +21300,23 @@ wrapperTag: div
21080
21300
  type="button"
21081
21301
  aria-expanded="false"
21082
21302
  aria-label="Settings"
21083
- ></button>
21303
+ >
21304
+ <span class="pf-v6-c-menu-toggle__icon">
21305
+ <svg
21306
+ class="pf-v6-svg"
21307
+ viewBox="0 0 32 32"
21308
+ fill="currentColor"
21309
+ aria-hidden="true"
21310
+ role="img"
21311
+ width="1em"
21312
+ height="1em"
21313
+ >
21314
+ <path
21315
+ 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"
21316
+ />
21317
+ </svg>
21318
+ </span>
21319
+ </button>
21084
21320
  </div>
21085
21321
  <div class="pf-v6-c-toolbar__item">
21086
21322
  <button
@@ -21294,7 +21530,7 @@ wrapperTag: div
21294
21530
  <span class="pf-v6-c-menu-toggle__icon">
21295
21531
  <svg
21296
21532
  class="pf-v6-svg"
21297
- viewBox="0 0 512 512"
21533
+ viewBox="0 0 32 32"
21298
21534
  fill="currentColor"
21299
21535
  aria-hidden="true"
21300
21536
  role="img"
@@ -21302,7 +21538,7 @@ wrapperTag: div
21302
21538
  height="1em"
21303
21539
  >
21304
21540
  <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"
21541
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
21306
21542
  />
21307
21543
  </svg>
21308
21544
  </span>
@@ -21369,7 +21605,7 @@ wrapperTag: div
21369
21605
  <span class="pf-v6-c-menu-toggle__icon">
21370
21606
  <svg
21371
21607
  class="pf-v6-svg"
21372
- viewBox="0 0 512 512"
21608
+ viewBox="0 0 32 32"
21373
21609
  fill="currentColor"
21374
21610
  aria-hidden="true"
21375
21611
  role="img"
@@ -21377,7 +21613,7 @@ wrapperTag: div
21377
21613
  height="1em"
21378
21614
  >
21379
21615
  <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"
21616
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
21381
21617
  />
21382
21618
  </svg>
21383
21619
  </span>
@@ -22695,7 +22931,23 @@ By default, table cell alignment is set to baseline. This retains vertical align
22695
22931
  type="button"
22696
22932
  aria-expanded="false"
22697
22933
  aria-label="Settings"
22698
- ></button>
22934
+ >
22935
+ <span class="pf-v6-c-menu-toggle__icon">
22936
+ <svg
22937
+ class="pf-v6-svg"
22938
+ viewBox="0 0 32 32"
22939
+ fill="currentColor"
22940
+ aria-hidden="true"
22941
+ role="img"
22942
+ width="1em"
22943
+ height="1em"
22944
+ >
22945
+ <path
22946
+ 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"
22947
+ />
22948
+ </svg>
22949
+ </span>
22950
+ </button>
22699
22951
  </div>
22700
22952
  <div class="pf-v6-c-toolbar__item">
22701
22953
  <button
@@ -23400,7 +23652,23 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
23400
23652
  type="button"
23401
23653
  aria-expanded="false"
23402
23654
  aria-label="Settings"
23403
- ></button>
23655
+ >
23656
+ <span class="pf-v6-c-menu-toggle__icon">
23657
+ <svg
23658
+ class="pf-v6-svg"
23659
+ viewBox="0 0 32 32"
23660
+ fill="currentColor"
23661
+ aria-hidden="true"
23662
+ role="img"
23663
+ width="1em"
23664
+ height="1em"
23665
+ >
23666
+ <path
23667
+ 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"
23668
+ />
23669
+ </svg>
23670
+ </span>
23671
+ </button>
23404
23672
  </div>
23405
23673
  <div class="pf-v6-c-toolbar__item">
23406
23674
  <button
@@ -23669,7 +23937,7 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
23669
23937
  <span class="pf-v6-c-menu-toggle__icon">
23670
23938
  <svg
23671
23939
  class="pf-v6-svg"
23672
- viewBox="0 0 512 512"
23940
+ viewBox="0 0 32 32"
23673
23941
  fill="currentColor"
23674
23942
  aria-hidden="true"
23675
23943
  role="img"
@@ -23677,7 +23945,7 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
23677
23945
  height="1em"
23678
23946
  >
23679
23947
  <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"
23948
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
23681
23949
  />
23682
23950
  </svg>
23683
23951
  </span>
@@ -24812,7 +25080,7 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
24812
25080
  <span class="pf-v6-c-menu-toggle__icon">
24813
25081
  <svg
24814
25082
  class="pf-v6-svg"
24815
- viewBox="0 0 512 512"
25083
+ viewBox="0 0 32 32"
24816
25084
  fill="currentColor"
24817
25085
  aria-hidden="true"
24818
25086
  role="img"
@@ -24820,7 +25088,7 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
24820
25088
  height="1em"
24821
25089
  >
24822
25090
  <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"
25091
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
24824
25092
  />
24825
25093
  </svg>
24826
25094
  </span>