@patternfly/patternfly 6.5.0-prerelease.43 → 6.5.0-prerelease.44

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 (65) hide show
  1. package/components/Button/button.css +75 -2
  2. package/components/Button/button.scss +84 -3
  3. package/components/_index.css +75 -2
  4. package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
  5. package/docs/components/ActionList/examples/ActionList.md +143 -11
  6. package/docs/components/Alert/examples/Alert.md +182 -14
  7. package/docs/components/BackToTop/examples/BackToTop.md +13 -1
  8. package/docs/components/Button/examples/Button.md +2017 -157
  9. package/docs/components/CalendarMonth/examples/CalendarMonth.md +104 -8
  10. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +208 -16
  11. package/docs/components/CodeBlock/examples/CodeBlock.md +78 -6
  12. package/docs/components/CodeEditor/examples/CodeEditor.md +195 -15
  13. package/docs/components/DatePicker/examples/DatePicker.md +78 -6
  14. package/docs/components/DescriptionList/examples/DescriptionList.md +325 -25
  15. package/docs/components/Drawer/examples/Drawer.md +273 -21
  16. package/docs/components/DualListSelector/examples/DualListSelector.md +106 -112
  17. package/docs/components/InlineEdit/examples/InlineEdit.md +312 -24
  18. package/docs/components/InputGroup/examples/InputGroup.md +26 -2
  19. package/docs/components/Label/examples/Label.md +242 -218
  20. package/docs/components/Login/examples/Login.md +26 -2
  21. package/docs/components/Masthead/examples/masthead.md +13 -1
  22. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
  23. package/docs/components/ModalBox/examples/ModalBox.md +195 -15
  24. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +117 -9
  25. package/docs/components/Nav/examples/Navigation.md +52 -4
  26. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +26 -2
  27. package/docs/components/OverflowMenu/examples/overflow-menu.md +78 -6
  28. package/docs/components/Page/examples/Page.md +13 -1
  29. package/docs/components/Pagination/examples/Pagination.md +624 -48
  30. package/docs/components/Popover/examples/Popover.md +208 -16
  31. package/docs/components/Slider/examples/Slider.md +4 -4
  32. package/docs/components/Table/examples/Table.md +52 -4
  33. package/docs/components/Tabs/examples/Tabs.md +1378 -106
  34. package/docs/components/TextInputGroup/examples/TextInputGroup.md +128 -44
  35. package/docs/components/Toolbar/examples/Toolbar.md +455 -35
  36. package/docs/components/TreeView/examples/TreeView.md +52 -4
  37. package/docs/components/Wizard/examples/Wizard.md +169 -13
  38. package/docs/demos/AboutModal/examples/AboutModal.md +13 -1
  39. package/docs/demos/Alert/examples/Alert.md +39 -3
  40. package/docs/demos/BackToTop/examples/BackToTop.md +13 -1
  41. package/docs/demos/Button/examples/Button.md +13 -1
  42. package/docs/demos/Card/examples/Card.md +65 -5
  43. package/docs/demos/CardView/examples/CardView.md +78 -6
  44. package/docs/demos/Compass/examples/Compass.md +323 -29
  45. package/docs/demos/Dashboard/examples/Dashboard.md +39 -3
  46. package/docs/demos/DataList/examples/DataList.md +312 -24
  47. package/docs/demos/DescriptionList/examples/DescriptionList.md +13 -1
  48. package/docs/demos/Drawer/examples/Drawer.md +39 -3
  49. package/docs/demos/Form/examples/BasicForms.md +106 -10
  50. package/docs/demos/JumpLinks/examples/JumpLinks.md +26 -2
  51. package/docs/demos/Masthead/examples/Masthead.md +40 -4
  52. package/docs/demos/Modal/examples/Modal.md +78 -6
  53. package/docs/demos/Nav/examples/Nav.md +52 -4
  54. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
  55. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
  56. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +295 -55
  57. package/docs/demos/Table/examples/Table.md +1108 -145
  58. package/docs/demos/Tabs/examples/Tabs.md +53 -8
  59. package/docs/demos/Toolbar/examples/Toolbar.md +414 -36
  60. package/docs/demos/Wizard/examples/Wizard.md +130 -10
  61. package/package.json +2 -2
  62. package/patternfly-no-globals.css +75 -2
  63. package/patternfly.css +75 -2
  64. package/patternfly.min.css +1 -1
  65. package/patternfly.min.css.map +1 -1
@@ -384,10 +384,7 @@ wrapperTag: div
384
384
  aria-label="Sort"
385
385
  >
386
386
  <span class="pf-v6-c-button__icon">
387
- <i
388
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
389
- aria-hidden="true"
390
- ></i>
387
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
391
388
  </span>
392
389
  </button>
393
390
  </div>
@@ -461,7 +458,19 @@ wrapperTag: div
461
458
  aria-label="Go to previous page"
462
459
  >
463
460
  <span class="pf-v6-c-button__icon">
464
- <i class="fas fa-angle-left" aria-hidden="true"></i>
461
+ <svg
462
+ class="pf-v6-svg"
463
+ viewBox="0 0 256 512"
464
+ fill="currentColor"
465
+ aria-hidden="true"
466
+ role="img"
467
+ width="1em"
468
+ height="1em"
469
+ >
470
+ <path
471
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
472
+ />
473
+ </svg>
465
474
  </span>
466
475
  </button>
467
476
  </div>
@@ -472,7 +481,19 @@ wrapperTag: div
472
481
  aria-label="Go to next page"
473
482
  >
474
483
  <span class="pf-v6-c-button__icon">
475
- <i class="fas fa-angle-right" aria-hidden="true"></i>
484
+ <svg
485
+ class="pf-v6-svg"
486
+ viewBox="0 0 256 512"
487
+ fill="currentColor"
488
+ aria-hidden="true"
489
+ role="img"
490
+ width="1em"
491
+ height="1em"
492
+ >
493
+ <path
494
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
495
+ />
496
+ </svg>
476
497
  </span>
477
498
  </button>
478
499
  </div>
@@ -962,7 +983,19 @@ wrapperTag: div
962
983
  aria-label="Go to first page"
963
984
  >
964
985
  <span class="pf-v6-c-button__icon">
965
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
986
+ <svg
987
+ class="pf-v6-svg"
988
+ viewBox="0 0 448 512"
989
+ fill="currentColor"
990
+ aria-hidden="true"
991
+ role="img"
992
+ width="1em"
993
+ height="1em"
994
+ >
995
+ <path
996
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
997
+ />
998
+ </svg>
966
999
  </span>
967
1000
  </button>
968
1001
  </div>
@@ -974,7 +1007,19 @@ wrapperTag: div
974
1007
  aria-label="Go to previous page"
975
1008
  >
976
1009
  <span class="pf-v6-c-button__icon">
977
- <i class="fas fa-angle-left" aria-hidden="true"></i>
1010
+ <svg
1011
+ class="pf-v6-svg"
1012
+ viewBox="0 0 256 512"
1013
+ fill="currentColor"
1014
+ aria-hidden="true"
1015
+ role="img"
1016
+ width="1em"
1017
+ height="1em"
1018
+ >
1019
+ <path
1020
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
1021
+ />
1022
+ </svg>
978
1023
  </span>
979
1024
  </button>
980
1025
  </div>
@@ -997,7 +1042,19 @@ wrapperTag: div
997
1042
  aria-label="Go to next page"
998
1043
  >
999
1044
  <span class="pf-v6-c-button__icon">
1000
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1045
+ <svg
1046
+ class="pf-v6-svg"
1047
+ viewBox="0 0 256 512"
1048
+ fill="currentColor"
1049
+ aria-hidden="true"
1050
+ role="img"
1051
+ width="1em"
1052
+ height="1em"
1053
+ >
1054
+ <path
1055
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
1056
+ />
1057
+ </svg>
1001
1058
  </span>
1002
1059
  </button>
1003
1060
  </div>
@@ -1009,7 +1066,19 @@ wrapperTag: div
1009
1066
  aria-label="Go to last page"
1010
1067
  >
1011
1068
  <span class="pf-v6-c-button__icon">
1012
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
1069
+ <svg
1070
+ class="pf-v6-svg"
1071
+ viewBox="0 0 448 512"
1072
+ fill="currentColor"
1073
+ aria-hidden="true"
1074
+ role="img"
1075
+ width="1em"
1076
+ height="1em"
1077
+ >
1078
+ <path
1079
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
1080
+ />
1081
+ </svg>
1013
1082
  </span>
1014
1083
  </button>
1015
1084
  </div>
@@ -1471,7 +1540,19 @@ wrapperTag: div
1471
1540
  aria-label="Edit"
1472
1541
  >
1473
1542
  <span class="pf-v6-c-button__icon">
1474
- <i class="fas fa-edit" aria-hidden="true"></i>
1543
+ <svg
1544
+ class="pf-v6-svg"
1545
+ viewBox="0 0 576 512"
1546
+ fill="currentColor"
1547
+ aria-hidden="true"
1548
+ role="img"
1549
+ width="1em"
1550
+ height="1em"
1551
+ >
1552
+ <path
1553
+ d="M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z"
1554
+ />
1555
+ </svg>
1475
1556
  </span>
1476
1557
  </button>
1477
1558
  </div>
@@ -1482,7 +1563,19 @@ wrapperTag: div
1482
1563
  aria-label="Clone"
1483
1564
  >
1484
1565
  <span class="pf-v6-c-button__icon">
1485
- <i class="fas fa-clone" aria-hidden="true"></i>
1566
+ <svg
1567
+ class="pf-v6-svg"
1568
+ viewBox="0 0 512 512"
1569
+ fill="currentColor"
1570
+ aria-hidden="true"
1571
+ role="img"
1572
+ width="1em"
1573
+ height="1em"
1574
+ >
1575
+ <path
1576
+ d="M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z"
1577
+ />
1578
+ </svg>
1486
1579
  </span>
1487
1580
  </button>
1488
1581
  </div>
@@ -1493,7 +1586,19 @@ wrapperTag: div
1493
1586
  aria-label="Sync"
1494
1587
  >
1495
1588
  <span class="pf-v6-c-button__icon">
1496
- <i class="fas fa-sync" aria-hidden="true"></i>
1589
+ <svg
1590
+ class="pf-v6-svg"
1591
+ viewBox="0 0 512 512"
1592
+ fill="currentColor"
1593
+ aria-hidden="true"
1594
+ role="img"
1595
+ width="1em"
1596
+ height="1em"
1597
+ >
1598
+ <path
1599
+ d="M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z"
1600
+ />
1601
+ </svg>
1497
1602
  </span>
1498
1603
  </button>
1499
1604
  </div>
@@ -1535,7 +1640,19 @@ wrapperTag: div
1535
1640
  aria-label="Go to previous page"
1536
1641
  >
1537
1642
  <span class="pf-v6-c-button__icon">
1538
- <i class="fas fa-angle-left" aria-hidden="true"></i>
1643
+ <svg
1644
+ class="pf-v6-svg"
1645
+ viewBox="0 0 256 512"
1646
+ fill="currentColor"
1647
+ aria-hidden="true"
1648
+ role="img"
1649
+ width="1em"
1650
+ height="1em"
1651
+ >
1652
+ <path
1653
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
1654
+ />
1655
+ </svg>
1539
1656
  </span>
1540
1657
  </button>
1541
1658
  </div>
@@ -1546,7 +1663,19 @@ wrapperTag: div
1546
1663
  aria-label="Go to next page"
1547
1664
  >
1548
1665
  <span class="pf-v6-c-button__icon">
1549
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1666
+ <svg
1667
+ class="pf-v6-svg"
1668
+ viewBox="0 0 256 512"
1669
+ fill="currentColor"
1670
+ aria-hidden="true"
1671
+ role="img"
1672
+ width="1em"
1673
+ height="1em"
1674
+ >
1675
+ <path
1676
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
1677
+ />
1678
+ </svg>
1550
1679
  </span>
1551
1680
  </button>
1552
1681
  </div>
@@ -2086,7 +2215,19 @@ wrapperTag: div
2086
2215
  aria-label="Go to first page"
2087
2216
  >
2088
2217
  <span class="pf-v6-c-button__icon">
2089
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
2218
+ <svg
2219
+ class="pf-v6-svg"
2220
+ viewBox="0 0 448 512"
2221
+ fill="currentColor"
2222
+ aria-hidden="true"
2223
+ role="img"
2224
+ width="1em"
2225
+ height="1em"
2226
+ >
2227
+ <path
2228
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
2229
+ />
2230
+ </svg>
2090
2231
  </span>
2091
2232
  </button>
2092
2233
  </div>
@@ -2098,7 +2239,19 @@ wrapperTag: div
2098
2239
  aria-label="Go to previous page"
2099
2240
  >
2100
2241
  <span class="pf-v6-c-button__icon">
2101
- <i class="fas fa-angle-left" aria-hidden="true"></i>
2242
+ <svg
2243
+ class="pf-v6-svg"
2244
+ viewBox="0 0 256 512"
2245
+ fill="currentColor"
2246
+ aria-hidden="true"
2247
+ role="img"
2248
+ width="1em"
2249
+ height="1em"
2250
+ >
2251
+ <path
2252
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
2253
+ />
2254
+ </svg>
2102
2255
  </span>
2103
2256
  </button>
2104
2257
  </div>
@@ -2121,7 +2274,19 @@ wrapperTag: div
2121
2274
  aria-label="Go to next page"
2122
2275
  >
2123
2276
  <span class="pf-v6-c-button__icon">
2124
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2277
+ <svg
2278
+ class="pf-v6-svg"
2279
+ viewBox="0 0 256 512"
2280
+ fill="currentColor"
2281
+ aria-hidden="true"
2282
+ role="img"
2283
+ width="1em"
2284
+ height="1em"
2285
+ >
2286
+ <path
2287
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
2288
+ />
2289
+ </svg>
2125
2290
  </span>
2126
2291
  </button>
2127
2292
  </div>
@@ -2133,7 +2298,19 @@ wrapperTag: div
2133
2298
  aria-label="Go to last page"
2134
2299
  >
2135
2300
  <span class="pf-v6-c-button__icon">
2136
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
2301
+ <svg
2302
+ class="pf-v6-svg"
2303
+ viewBox="0 0 448 512"
2304
+ fill="currentColor"
2305
+ aria-hidden="true"
2306
+ role="img"
2307
+ width="1em"
2308
+ height="1em"
2309
+ >
2310
+ <path
2311
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
2312
+ />
2313
+ </svg>
2137
2314
  </span>
2138
2315
  </button>
2139
2316
  </div>
@@ -2577,10 +2754,7 @@ wrapperTag: div
2577
2754
  aria-label="Sort"
2578
2755
  >
2579
2756
  <span class="pf-v6-c-button__icon">
2580
- <i
2581
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
2582
- aria-hidden="true"
2583
- ></i>
2757
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
2584
2758
  </span>
2585
2759
  </button>
2586
2760
  </div>
@@ -2621,7 +2795,19 @@ wrapperTag: div
2621
2795
  aria-label="Go to previous page"
2622
2796
  >
2623
2797
  <span class="pf-v6-c-button__icon">
2624
- <i class="fas fa-angle-left" aria-hidden="true"></i>
2798
+ <svg
2799
+ class="pf-v6-svg"
2800
+ viewBox="0 0 256 512"
2801
+ fill="currentColor"
2802
+ aria-hidden="true"
2803
+ role="img"
2804
+ width="1em"
2805
+ height="1em"
2806
+ >
2807
+ <path
2808
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
2809
+ />
2810
+ </svg>
2625
2811
  </span>
2626
2812
  </button>
2627
2813
  </div>
@@ -2632,7 +2818,19 @@ wrapperTag: div
2632
2818
  aria-label="Go to next page"
2633
2819
  >
2634
2820
  <span class="pf-v6-c-button__icon">
2635
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2821
+ <svg
2822
+ class="pf-v6-svg"
2823
+ viewBox="0 0 256 512"
2824
+ fill="currentColor"
2825
+ aria-hidden="true"
2826
+ role="img"
2827
+ width="1em"
2828
+ height="1em"
2829
+ >
2830
+ <path
2831
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
2832
+ />
2833
+ </svg>
2636
2834
  </span>
2637
2835
  </button>
2638
2836
  </div>
@@ -3381,7 +3579,19 @@ wrapperTag: div
3381
3579
  aria-label="Go to first page"
3382
3580
  >
3383
3581
  <span class="pf-v6-c-button__icon">
3384
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
3582
+ <svg
3583
+ class="pf-v6-svg"
3584
+ viewBox="0 0 448 512"
3585
+ fill="currentColor"
3586
+ aria-hidden="true"
3587
+ role="img"
3588
+ width="1em"
3589
+ height="1em"
3590
+ >
3591
+ <path
3592
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
3593
+ />
3594
+ </svg>
3385
3595
  </span>
3386
3596
  </button>
3387
3597
  </div>
@@ -3393,7 +3603,19 @@ wrapperTag: div
3393
3603
  aria-label="Go to previous page"
3394
3604
  >
3395
3605
  <span class="pf-v6-c-button__icon">
3396
- <i class="fas fa-angle-left" aria-hidden="true"></i>
3606
+ <svg
3607
+ class="pf-v6-svg"
3608
+ viewBox="0 0 256 512"
3609
+ fill="currentColor"
3610
+ aria-hidden="true"
3611
+ role="img"
3612
+ width="1em"
3613
+ height="1em"
3614
+ >
3615
+ <path
3616
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
3617
+ />
3618
+ </svg>
3397
3619
  </span>
3398
3620
  </button>
3399
3621
  </div>
@@ -3416,7 +3638,19 @@ wrapperTag: div
3416
3638
  aria-label="Go to next page"
3417
3639
  >
3418
3640
  <span class="pf-v6-c-button__icon">
3419
- <i class="fas fa-angle-right" aria-hidden="true"></i>
3641
+ <svg
3642
+ class="pf-v6-svg"
3643
+ viewBox="0 0 256 512"
3644
+ fill="currentColor"
3645
+ aria-hidden="true"
3646
+ role="img"
3647
+ width="1em"
3648
+ height="1em"
3649
+ >
3650
+ <path
3651
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
3652
+ />
3653
+ </svg>
3420
3654
  </span>
3421
3655
  </button>
3422
3656
  </div>
@@ -3428,7 +3662,19 @@ wrapperTag: div
3428
3662
  aria-label="Go to last page"
3429
3663
  >
3430
3664
  <span class="pf-v6-c-button__icon">
3431
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
3665
+ <svg
3666
+ class="pf-v6-svg"
3667
+ viewBox="0 0 448 512"
3668
+ fill="currentColor"
3669
+ aria-hidden="true"
3670
+ role="img"
3671
+ width="1em"
3672
+ height="1em"
3673
+ >
3674
+ <path
3675
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
3676
+ />
3677
+ </svg>
3432
3678
  </span>
3433
3679
  </button>
3434
3680
  </div>
@@ -3869,10 +4115,7 @@ wrapperTag: div
3869
4115
  aria-label="Sort"
3870
4116
  >
3871
4117
  <span class="pf-v6-c-button__icon">
3872
- <i
3873
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
3874
- aria-hidden="true"
3875
- ></i>
4118
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
3876
4119
  </span>
3877
4120
  </button>
3878
4121
  </div>
@@ -3913,7 +4156,19 @@ wrapperTag: div
3913
4156
  aria-label="Go to previous page"
3914
4157
  >
3915
4158
  <span class="pf-v6-c-button__icon">
3916
- <i class="fas fa-angle-left" aria-hidden="true"></i>
4159
+ <svg
4160
+ class="pf-v6-svg"
4161
+ viewBox="0 0 256 512"
4162
+ fill="currentColor"
4163
+ aria-hidden="true"
4164
+ role="img"
4165
+ width="1em"
4166
+ height="1em"
4167
+ >
4168
+ <path
4169
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
4170
+ />
4171
+ </svg>
3917
4172
  </span>
3918
4173
  </button>
3919
4174
  </div>
@@ -3924,7 +4179,19 @@ wrapperTag: div
3924
4179
  aria-label="Go to next page"
3925
4180
  >
3926
4181
  <span class="pf-v6-c-button__icon">
3927
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4182
+ <svg
4183
+ class="pf-v6-svg"
4184
+ viewBox="0 0 256 512"
4185
+ fill="currentColor"
4186
+ aria-hidden="true"
4187
+ role="img"
4188
+ width="1em"
4189
+ height="1em"
4190
+ >
4191
+ <path
4192
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
4193
+ />
4194
+ </svg>
3928
4195
  </span>
3929
4196
  </button>
3930
4197
  </div>
@@ -4329,7 +4596,19 @@ wrapperTag: div
4329
4596
  aria-label="Go to first page"
4330
4597
  >
4331
4598
  <span class="pf-v6-c-button__icon">
4332
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
4599
+ <svg
4600
+ class="pf-v6-svg"
4601
+ viewBox="0 0 448 512"
4602
+ fill="currentColor"
4603
+ aria-hidden="true"
4604
+ role="img"
4605
+ width="1em"
4606
+ height="1em"
4607
+ >
4608
+ <path
4609
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
4610
+ />
4611
+ </svg>
4333
4612
  </span>
4334
4613
  </button>
4335
4614
  </div>
@@ -4341,7 +4620,19 @@ wrapperTag: div
4341
4620
  aria-label="Go to previous page"
4342
4621
  >
4343
4622
  <span class="pf-v6-c-button__icon">
4344
- <i class="fas fa-angle-left" aria-hidden="true"></i>
4623
+ <svg
4624
+ class="pf-v6-svg"
4625
+ viewBox="0 0 256 512"
4626
+ fill="currentColor"
4627
+ aria-hidden="true"
4628
+ role="img"
4629
+ width="1em"
4630
+ height="1em"
4631
+ >
4632
+ <path
4633
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
4634
+ />
4635
+ </svg>
4345
4636
  </span>
4346
4637
  </button>
4347
4638
  </div>
@@ -4364,7 +4655,19 @@ wrapperTag: div
4364
4655
  aria-label="Go to next page"
4365
4656
  >
4366
4657
  <span class="pf-v6-c-button__icon">
4367
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4658
+ <svg
4659
+ class="pf-v6-svg"
4660
+ viewBox="0 0 256 512"
4661
+ fill="currentColor"
4662
+ aria-hidden="true"
4663
+ role="img"
4664
+ width="1em"
4665
+ height="1em"
4666
+ >
4667
+ <path
4668
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
4669
+ />
4670
+ </svg>
4368
4671
  </span>
4369
4672
  </button>
4370
4673
  </div>
@@ -4376,7 +4679,19 @@ wrapperTag: div
4376
4679
  aria-label="Go to last page"
4377
4680
  >
4378
4681
  <span class="pf-v6-c-button__icon">
4379
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
4682
+ <svg
4683
+ class="pf-v6-svg"
4684
+ viewBox="0 0 448 512"
4685
+ fill="currentColor"
4686
+ aria-hidden="true"
4687
+ role="img"
4688
+ width="1em"
4689
+ height="1em"
4690
+ >
4691
+ <path
4692
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
4693
+ />
4694
+ </svg>
4380
4695
  </span>
4381
4696
  </button>
4382
4697
  </div>
@@ -4823,10 +5138,7 @@ wrapperTag: div
4823
5138
  aria-label="Sort"
4824
5139
  >
4825
5140
  <span class="pf-v6-c-button__icon">
4826
- <i
4827
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
4828
- aria-hidden="true"
4829
- ></i>
5141
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
4830
5142
  </span>
4831
5143
  </button>
4832
5144
  </div>
@@ -4867,7 +5179,19 @@ wrapperTag: div
4867
5179
  aria-label="Go to previous page"
4868
5180
  >
4869
5181
  <span class="pf-v6-c-button__icon">
4870
- <i class="fas fa-angle-left" aria-hidden="true"></i>
5182
+ <svg
5183
+ class="pf-v6-svg"
5184
+ viewBox="0 0 256 512"
5185
+ fill="currentColor"
5186
+ aria-hidden="true"
5187
+ role="img"
5188
+ width="1em"
5189
+ height="1em"
5190
+ >
5191
+ <path
5192
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
5193
+ />
5194
+ </svg>
4871
5195
  </span>
4872
5196
  </button>
4873
5197
  </div>
@@ -4878,7 +5202,19 @@ wrapperTag: div
4878
5202
  aria-label="Go to next page"
4879
5203
  >
4880
5204
  <span class="pf-v6-c-button__icon">
4881
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5205
+ <svg
5206
+ class="pf-v6-svg"
5207
+ viewBox="0 0 256 512"
5208
+ fill="currentColor"
5209
+ aria-hidden="true"
5210
+ role="img"
5211
+ width="1em"
5212
+ height="1em"
5213
+ >
5214
+ <path
5215
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
5216
+ />
5217
+ </svg>
4882
5218
  </span>
4883
5219
  </button>
4884
5220
  </div>
@@ -7241,7 +7577,19 @@ wrapperTag: div
7241
7577
  aria-label="Go to first page"
7242
7578
  >
7243
7579
  <span class="pf-v6-c-button__icon">
7244
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
7580
+ <svg
7581
+ class="pf-v6-svg"
7582
+ viewBox="0 0 448 512"
7583
+ fill="currentColor"
7584
+ aria-hidden="true"
7585
+ role="img"
7586
+ width="1em"
7587
+ height="1em"
7588
+ >
7589
+ <path
7590
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
7591
+ />
7592
+ </svg>
7245
7593
  </span>
7246
7594
  </button>
7247
7595
  </div>
@@ -7253,7 +7601,19 @@ wrapperTag: div
7253
7601
  aria-label="Go to previous page"
7254
7602
  >
7255
7603
  <span class="pf-v6-c-button__icon">
7256
- <i class="fas fa-angle-left" aria-hidden="true"></i>
7604
+ <svg
7605
+ class="pf-v6-svg"
7606
+ viewBox="0 0 256 512"
7607
+ fill="currentColor"
7608
+ aria-hidden="true"
7609
+ role="img"
7610
+ width="1em"
7611
+ height="1em"
7612
+ >
7613
+ <path
7614
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
7615
+ />
7616
+ </svg>
7257
7617
  </span>
7258
7618
  </button>
7259
7619
  </div>
@@ -7276,7 +7636,19 @@ wrapperTag: div
7276
7636
  aria-label="Go to next page"
7277
7637
  >
7278
7638
  <span class="pf-v6-c-button__icon">
7279
- <i class="fas fa-angle-right" aria-hidden="true"></i>
7639
+ <svg
7640
+ class="pf-v6-svg"
7641
+ viewBox="0 0 256 512"
7642
+ fill="currentColor"
7643
+ aria-hidden="true"
7644
+ role="img"
7645
+ width="1em"
7646
+ height="1em"
7647
+ >
7648
+ <path
7649
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
7650
+ />
7651
+ </svg>
7280
7652
  </span>
7281
7653
  </button>
7282
7654
  </div>
@@ -7288,7 +7660,19 @@ wrapperTag: div
7288
7660
  aria-label="Go to last page"
7289
7661
  >
7290
7662
  <span class="pf-v6-c-button__icon">
7291
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
7663
+ <svg
7664
+ class="pf-v6-svg"
7665
+ viewBox="0 0 448 512"
7666
+ fill="currentColor"
7667
+ aria-hidden="true"
7668
+ role="img"
7669
+ width="1em"
7670
+ height="1em"
7671
+ >
7672
+ <path
7673
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
7674
+ />
7675
+ </svg>
7292
7676
  </span>
7293
7677
  </button>
7294
7678
  </div>
@@ -8518,10 +8902,7 @@ wrapperTag: div
8518
8902
  aria-label="Sort"
8519
8903
  >
8520
8904
  <span class="pf-v6-c-button__icon">
8521
- <i
8522
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
8523
- aria-hidden="true"
8524
- ></i>
8905
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
8525
8906
  </span>
8526
8907
  </button>
8527
8908
  </div>
@@ -8562,7 +8943,19 @@ wrapperTag: div
8562
8943
  aria-label="Go to previous page"
8563
8944
  >
8564
8945
  <span class="pf-v6-c-button__icon">
8565
- <i class="fas fa-angle-left" aria-hidden="true"></i>
8946
+ <svg
8947
+ class="pf-v6-svg"
8948
+ viewBox="0 0 256 512"
8949
+ fill="currentColor"
8950
+ aria-hidden="true"
8951
+ role="img"
8952
+ width="1em"
8953
+ height="1em"
8954
+ >
8955
+ <path
8956
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
8957
+ />
8958
+ </svg>
8566
8959
  </span>
8567
8960
  </button>
8568
8961
  </div>
@@ -8573,7 +8966,19 @@ wrapperTag: div
8573
8966
  aria-label="Go to next page"
8574
8967
  >
8575
8968
  <span class="pf-v6-c-button__icon">
8576
- <i class="fas fa-angle-right" aria-hidden="true"></i>
8969
+ <svg
8970
+ class="pf-v6-svg"
8971
+ viewBox="0 0 256 512"
8972
+ fill="currentColor"
8973
+ aria-hidden="true"
8974
+ role="img"
8975
+ width="1em"
8976
+ height="1em"
8977
+ >
8978
+ <path
8979
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
8980
+ />
8981
+ </svg>
8577
8982
  </span>
8578
8983
  </button>
8579
8984
  </div>
@@ -9063,7 +9468,19 @@ wrapperTag: div
9063
9468
  aria-label="Go to first page"
9064
9469
  >
9065
9470
  <span class="pf-v6-c-button__icon">
9066
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
9471
+ <svg
9472
+ class="pf-v6-svg"
9473
+ viewBox="0 0 448 512"
9474
+ fill="currentColor"
9475
+ aria-hidden="true"
9476
+ role="img"
9477
+ width="1em"
9478
+ height="1em"
9479
+ >
9480
+ <path
9481
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
9482
+ />
9483
+ </svg>
9067
9484
  </span>
9068
9485
  </button>
9069
9486
  </div>
@@ -9075,7 +9492,19 @@ wrapperTag: div
9075
9492
  aria-label="Go to previous page"
9076
9493
  >
9077
9494
  <span class="pf-v6-c-button__icon">
9078
- <i class="fas fa-angle-left" aria-hidden="true"></i>
9495
+ <svg
9496
+ class="pf-v6-svg"
9497
+ viewBox="0 0 256 512"
9498
+ fill="currentColor"
9499
+ aria-hidden="true"
9500
+ role="img"
9501
+ width="1em"
9502
+ height="1em"
9503
+ >
9504
+ <path
9505
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
9506
+ />
9507
+ </svg>
9079
9508
  </span>
9080
9509
  </button>
9081
9510
  </div>
@@ -9098,7 +9527,19 @@ wrapperTag: div
9098
9527
  aria-label="Go to next page"
9099
9528
  >
9100
9529
  <span class="pf-v6-c-button__icon">
9101
- <i class="fas fa-angle-right" aria-hidden="true"></i>
9530
+ <svg
9531
+ class="pf-v6-svg"
9532
+ viewBox="0 0 256 512"
9533
+ fill="currentColor"
9534
+ aria-hidden="true"
9535
+ role="img"
9536
+ width="1em"
9537
+ height="1em"
9538
+ >
9539
+ <path
9540
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
9541
+ />
9542
+ </svg>
9102
9543
  </span>
9103
9544
  </button>
9104
9545
  </div>
@@ -9110,7 +9551,19 @@ wrapperTag: div
9110
9551
  aria-label="Go to last page"
9111
9552
  >
9112
9553
  <span class="pf-v6-c-button__icon">
9113
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
9554
+ <svg
9555
+ class="pf-v6-svg"
9556
+ viewBox="0 0 448 512"
9557
+ fill="currentColor"
9558
+ aria-hidden="true"
9559
+ role="img"
9560
+ width="1em"
9561
+ height="1em"
9562
+ >
9563
+ <path
9564
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
9565
+ />
9566
+ </svg>
9114
9567
  </span>
9115
9568
  </button>
9116
9569
  </div>
@@ -9557,10 +10010,7 @@ wrapperTag: div
9557
10010
  aria-label="Sort"
9558
10011
  >
9559
10012
  <span class="pf-v6-c-button__icon">
9560
- <i
9561
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
9562
- aria-hidden="true"
9563
- ></i>
10013
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
9564
10014
  </span>
9565
10015
  </button>
9566
10016
  </div>
@@ -9601,7 +10051,19 @@ wrapperTag: div
9601
10051
  aria-label="Go to previous page"
9602
10052
  >
9603
10053
  <span class="pf-v6-c-button__icon">
9604
- <i class="fas fa-angle-left" aria-hidden="true"></i>
10054
+ <svg
10055
+ class="pf-v6-svg"
10056
+ viewBox="0 0 256 512"
10057
+ fill="currentColor"
10058
+ aria-hidden="true"
10059
+ role="img"
10060
+ width="1em"
10061
+ height="1em"
10062
+ >
10063
+ <path
10064
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
10065
+ />
10066
+ </svg>
9605
10067
  </span>
9606
10068
  </button>
9607
10069
  </div>
@@ -9612,7 +10074,19 @@ wrapperTag: div
9612
10074
  aria-label="Go to next page"
9613
10075
  >
9614
10076
  <span class="pf-v6-c-button__icon">
9615
- <i class="fas fa-angle-right" aria-hidden="true"></i>
10077
+ <svg
10078
+ class="pf-v6-svg"
10079
+ viewBox="0 0 256 512"
10080
+ fill="currentColor"
10081
+ aria-hidden="true"
10082
+ role="img"
10083
+ width="1em"
10084
+ height="1em"
10085
+ >
10086
+ <path
10087
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
10088
+ />
10089
+ </svg>
9616
10090
  </span>
9617
10091
  </button>
9618
10092
  </div>
@@ -10094,7 +10568,19 @@ wrapperTag: div
10094
10568
  aria-label="Close"
10095
10569
  >
10096
10570
  <span class="pf-v6-c-button__icon">
10097
- <i class="fas fa-times" aria-hidden="true"></i>
10571
+ <svg
10572
+ class="pf-v6-svg"
10573
+ viewBox="0 0 352 512"
10574
+ fill="currentColor"
10575
+ aria-hidden="true"
10576
+ role="img"
10577
+ width="1em"
10578
+ height="1em"
10579
+ >
10580
+ <path
10581
+ d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
10582
+ />
10583
+ </svg>
10098
10584
  </span>
10099
10585
  </button>
10100
10586
  </div>
@@ -10724,10 +11210,7 @@ wrapperTag: div
10724
11210
  aria-label="Sort"
10725
11211
  >
10726
11212
  <span class="pf-v6-c-button__icon">
10727
- <i
10728
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
10729
- aria-hidden="true"
10730
- ></i>
11213
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
10731
11214
  </span>
10732
11215
  </button>
10733
11216
  </div>
@@ -10768,7 +11251,19 @@ wrapperTag: div
10768
11251
  aria-label="Go to previous page"
10769
11252
  >
10770
11253
  <span class="pf-v6-c-button__icon">
10771
- <i class="fas fa-angle-left" aria-hidden="true"></i>
11254
+ <svg
11255
+ class="pf-v6-svg"
11256
+ viewBox="0 0 256 512"
11257
+ fill="currentColor"
11258
+ aria-hidden="true"
11259
+ role="img"
11260
+ width="1em"
11261
+ height="1em"
11262
+ >
11263
+ <path
11264
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
11265
+ />
11266
+ </svg>
10772
11267
  </span>
10773
11268
  </button>
10774
11269
  </div>
@@ -10779,7 +11274,19 @@ wrapperTag: div
10779
11274
  aria-label="Go to next page"
10780
11275
  >
10781
11276
  <span class="pf-v6-c-button__icon">
10782
- <i class="fas fa-angle-right" aria-hidden="true"></i>
11277
+ <svg
11278
+ class="pf-v6-svg"
11279
+ viewBox="0 0 256 512"
11280
+ fill="currentColor"
11281
+ aria-hidden="true"
11282
+ role="img"
11283
+ width="1em"
11284
+ height="1em"
11285
+ >
11286
+ <path
11287
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
11288
+ />
11289
+ </svg>
10783
11290
  </span>
10784
11291
  </button>
10785
11292
  </div>
@@ -11269,7 +11776,19 @@ wrapperTag: div
11269
11776
  aria-label="Go to first page"
11270
11777
  >
11271
11778
  <span class="pf-v6-c-button__icon">
11272
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
11779
+ <svg
11780
+ class="pf-v6-svg"
11781
+ viewBox="0 0 448 512"
11782
+ fill="currentColor"
11783
+ aria-hidden="true"
11784
+ role="img"
11785
+ width="1em"
11786
+ height="1em"
11787
+ >
11788
+ <path
11789
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
11790
+ />
11791
+ </svg>
11273
11792
  </span>
11274
11793
  </button>
11275
11794
  </div>
@@ -11281,7 +11800,19 @@ wrapperTag: div
11281
11800
  aria-label="Go to previous page"
11282
11801
  >
11283
11802
  <span class="pf-v6-c-button__icon">
11284
- <i class="fas fa-angle-left" aria-hidden="true"></i>
11803
+ <svg
11804
+ class="pf-v6-svg"
11805
+ viewBox="0 0 256 512"
11806
+ fill="currentColor"
11807
+ aria-hidden="true"
11808
+ role="img"
11809
+ width="1em"
11810
+ height="1em"
11811
+ >
11812
+ <path
11813
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
11814
+ />
11815
+ </svg>
11285
11816
  </span>
11286
11817
  </button>
11287
11818
  </div>
@@ -11304,7 +11835,19 @@ wrapperTag: div
11304
11835
  aria-label="Go to next page"
11305
11836
  >
11306
11837
  <span class="pf-v6-c-button__icon">
11307
- <i class="fas fa-angle-right" aria-hidden="true"></i>
11838
+ <svg
11839
+ class="pf-v6-svg"
11840
+ viewBox="0 0 256 512"
11841
+ fill="currentColor"
11842
+ aria-hidden="true"
11843
+ role="img"
11844
+ width="1em"
11845
+ height="1em"
11846
+ >
11847
+ <path
11848
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
11849
+ />
11850
+ </svg>
11308
11851
  </span>
11309
11852
  </button>
11310
11853
  </div>
@@ -11316,7 +11859,19 @@ wrapperTag: div
11316
11859
  aria-label="Go to last page"
11317
11860
  >
11318
11861
  <span class="pf-v6-c-button__icon">
11319
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
11862
+ <svg
11863
+ class="pf-v6-svg"
11864
+ viewBox="0 0 448 512"
11865
+ fill="currentColor"
11866
+ aria-hidden="true"
11867
+ role="img"
11868
+ width="1em"
11869
+ height="1em"
11870
+ >
11871
+ <path
11872
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
11873
+ />
11874
+ </svg>
11320
11875
  </span>
11321
11876
  </button>
11322
11877
  </div>
@@ -11725,10 +12280,7 @@ wrapperTag: div
11725
12280
  aria-label="Sort"
11726
12281
  >
11727
12282
  <span class="pf-v6-c-button__icon">
11728
- <i
11729
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
11730
- aria-hidden="true"
11731
- ></i>
12283
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
11732
12284
  </span>
11733
12285
  </button>
11734
12286
  </div>
@@ -11804,7 +12356,19 @@ wrapperTag: div
11804
12356
  aria-label="Go to previous page"
11805
12357
  >
11806
12358
  <span class="pf-v6-c-button__icon">
11807
- <i class="fas fa-angle-left" aria-hidden="true"></i>
12359
+ <svg
12360
+ class="pf-v6-svg"
12361
+ viewBox="0 0 256 512"
12362
+ fill="currentColor"
12363
+ aria-hidden="true"
12364
+ role="img"
12365
+ width="1em"
12366
+ height="1em"
12367
+ >
12368
+ <path
12369
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
12370
+ />
12371
+ </svg>
11808
12372
  </span>
11809
12373
  </button>
11810
12374
  </div>
@@ -11815,7 +12379,19 @@ wrapperTag: div
11815
12379
  aria-label="Go to next page"
11816
12380
  >
11817
12381
  <span class="pf-v6-c-button__icon">
11818
- <i class="fas fa-angle-right" aria-hidden="true"></i>
12382
+ <svg
12383
+ class="pf-v6-svg"
12384
+ viewBox="0 0 256 512"
12385
+ fill="currentColor"
12386
+ aria-hidden="true"
12387
+ role="img"
12388
+ width="1em"
12389
+ height="1em"
12390
+ >
12391
+ <path
12392
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
12393
+ />
12394
+ </svg>
11819
12395
  </span>
11820
12396
  </button>
11821
12397
  </div>
@@ -12418,7 +12994,19 @@ wrapperTag: div
12418
12994
  aria-label="Go to first page"
12419
12995
  >
12420
12996
  <span class="pf-v6-c-button__icon">
12421
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
12997
+ <svg
12998
+ class="pf-v6-svg"
12999
+ viewBox="0 0 448 512"
13000
+ fill="currentColor"
13001
+ aria-hidden="true"
13002
+ role="img"
13003
+ width="1em"
13004
+ height="1em"
13005
+ >
13006
+ <path
13007
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
13008
+ />
13009
+ </svg>
12422
13010
  </span>
12423
13011
  </button>
12424
13012
  </div>
@@ -12430,7 +13018,19 @@ wrapperTag: div
12430
13018
  aria-label="Go to previous page"
12431
13019
  >
12432
13020
  <span class="pf-v6-c-button__icon">
12433
- <i class="fas fa-angle-left" aria-hidden="true"></i>
13021
+ <svg
13022
+ class="pf-v6-svg"
13023
+ viewBox="0 0 256 512"
13024
+ fill="currentColor"
13025
+ aria-hidden="true"
13026
+ role="img"
13027
+ width="1em"
13028
+ height="1em"
13029
+ >
13030
+ <path
13031
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
13032
+ />
13033
+ </svg>
12434
13034
  </span>
12435
13035
  </button>
12436
13036
  </div>
@@ -12453,7 +13053,19 @@ wrapperTag: div
12453
13053
  aria-label="Go to next page"
12454
13054
  >
12455
13055
  <span class="pf-v6-c-button__icon">
12456
- <i class="fas fa-angle-right" aria-hidden="true"></i>
13056
+ <svg
13057
+ class="pf-v6-svg"
13058
+ viewBox="0 0 256 512"
13059
+ fill="currentColor"
13060
+ aria-hidden="true"
13061
+ role="img"
13062
+ width="1em"
13063
+ height="1em"
13064
+ >
13065
+ <path
13066
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
13067
+ />
13068
+ </svg>
12457
13069
  </span>
12458
13070
  </button>
12459
13071
  </div>
@@ -12465,7 +13077,19 @@ wrapperTag: div
12465
13077
  aria-label="Go to last page"
12466
13078
  >
12467
13079
  <span class="pf-v6-c-button__icon">
12468
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
13080
+ <svg
13081
+ class="pf-v6-svg"
13082
+ viewBox="0 0 448 512"
13083
+ fill="currentColor"
13084
+ aria-hidden="true"
13085
+ role="img"
13086
+ width="1em"
13087
+ height="1em"
13088
+ >
13089
+ <path
13090
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
13091
+ />
13092
+ </svg>
12469
13093
  </span>
12470
13094
  </button>
12471
13095
  </div>
@@ -12880,10 +13504,7 @@ wrapperTag: div
12880
13504
  aria-label="Sort"
12881
13505
  >
12882
13506
  <span class="pf-v6-c-button__icon">
12883
- <i
12884
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
12885
- aria-hidden="true"
12886
- ></i>
13507
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
12887
13508
  </span>
12888
13509
  </button>
12889
13510
  </div>
@@ -12959,7 +13580,19 @@ wrapperTag: div
12959
13580
  aria-label="Go to previous page"
12960
13581
  >
12961
13582
  <span class="pf-v6-c-button__icon">
12962
- <i class="fas fa-angle-left" aria-hidden="true"></i>
13583
+ <svg
13584
+ class="pf-v6-svg"
13585
+ viewBox="0 0 256 512"
13586
+ fill="currentColor"
13587
+ aria-hidden="true"
13588
+ role="img"
13589
+ width="1em"
13590
+ height="1em"
13591
+ >
13592
+ <path
13593
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
13594
+ />
13595
+ </svg>
12963
13596
  </span>
12964
13597
  </button>
12965
13598
  </div>
@@ -12970,7 +13603,19 @@ wrapperTag: div
12970
13603
  aria-label="Go to next page"
12971
13604
  >
12972
13605
  <span class="pf-v6-c-button__icon">
12973
- <i class="fas fa-angle-right" aria-hidden="true"></i>
13606
+ <svg
13607
+ class="pf-v6-svg"
13608
+ viewBox="0 0 256 512"
13609
+ fill="currentColor"
13610
+ aria-hidden="true"
13611
+ role="img"
13612
+ width="1em"
13613
+ height="1em"
13614
+ >
13615
+ <path
13616
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
13617
+ />
13618
+ </svg>
12974
13619
  </span>
12975
13620
  </button>
12976
13621
  </div>
@@ -13601,7 +14246,19 @@ wrapperTag: div
13601
14246
  aria-label="Go to first page"
13602
14247
  >
13603
14248
  <span class="pf-v6-c-button__icon">
13604
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
14249
+ <svg
14250
+ class="pf-v6-svg"
14251
+ viewBox="0 0 448 512"
14252
+ fill="currentColor"
14253
+ aria-hidden="true"
14254
+ role="img"
14255
+ width="1em"
14256
+ height="1em"
14257
+ >
14258
+ <path
14259
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
14260
+ />
14261
+ </svg>
13605
14262
  </span>
13606
14263
  </button>
13607
14264
  </div>
@@ -13613,7 +14270,19 @@ wrapperTag: div
13613
14270
  aria-label="Go to previous page"
13614
14271
  >
13615
14272
  <span class="pf-v6-c-button__icon">
13616
- <i class="fas fa-angle-left" aria-hidden="true"></i>
14273
+ <svg
14274
+ class="pf-v6-svg"
14275
+ viewBox="0 0 256 512"
14276
+ fill="currentColor"
14277
+ aria-hidden="true"
14278
+ role="img"
14279
+ width="1em"
14280
+ height="1em"
14281
+ >
14282
+ <path
14283
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
14284
+ />
14285
+ </svg>
13617
14286
  </span>
13618
14287
  </button>
13619
14288
  </div>
@@ -13636,7 +14305,19 @@ wrapperTag: div
13636
14305
  aria-label="Go to next page"
13637
14306
  >
13638
14307
  <span class="pf-v6-c-button__icon">
13639
- <i class="fas fa-angle-right" aria-hidden="true"></i>
14308
+ <svg
14309
+ class="pf-v6-svg"
14310
+ viewBox="0 0 256 512"
14311
+ fill="currentColor"
14312
+ aria-hidden="true"
14313
+ role="img"
14314
+ width="1em"
14315
+ height="1em"
14316
+ >
14317
+ <path
14318
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
14319
+ />
14320
+ </svg>
13640
14321
  </span>
13641
14322
  </button>
13642
14323
  </div>
@@ -13648,7 +14329,19 @@ wrapperTag: div
13648
14329
  aria-label="Go to last page"
13649
14330
  >
13650
14331
  <span class="pf-v6-c-button__icon">
13651
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
14332
+ <svg
14333
+ class="pf-v6-svg"
14334
+ viewBox="0 0 448 512"
14335
+ fill="currentColor"
14336
+ aria-hidden="true"
14337
+ role="img"
14338
+ width="1em"
14339
+ height="1em"
14340
+ >
14341
+ <path
14342
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
14343
+ />
14344
+ </svg>
13652
14345
  </span>
13653
14346
  </button>
13654
14347
  </div>
@@ -14064,10 +14757,7 @@ wrapperTag: div
14064
14757
  aria-label="Sort"
14065
14758
  >
14066
14759
  <span class="pf-v6-c-button__icon">
14067
- <i
14068
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
14069
- aria-hidden="true"
14070
- ></i>
14760
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
14071
14761
  </span>
14072
14762
  </button>
14073
14763
  </div>
@@ -14143,7 +14833,19 @@ wrapperTag: div
14143
14833
  aria-label="Go to previous page"
14144
14834
  >
14145
14835
  <span class="pf-v6-c-button__icon">
14146
- <i class="fas fa-angle-left" aria-hidden="true"></i>
14836
+ <svg
14837
+ class="pf-v6-svg"
14838
+ viewBox="0 0 256 512"
14839
+ fill="currentColor"
14840
+ aria-hidden="true"
14841
+ role="img"
14842
+ width="1em"
14843
+ height="1em"
14844
+ >
14845
+ <path
14846
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
14847
+ />
14848
+ </svg>
14147
14849
  </span>
14148
14850
  </button>
14149
14851
  </div>
@@ -14154,7 +14856,19 @@ wrapperTag: div
14154
14856
  aria-label="Go to next page"
14155
14857
  >
14156
14858
  <span class="pf-v6-c-button__icon">
14157
- <i class="fas fa-angle-right" aria-hidden="true"></i>
14859
+ <svg
14860
+ class="pf-v6-svg"
14861
+ viewBox="0 0 256 512"
14862
+ fill="currentColor"
14863
+ aria-hidden="true"
14864
+ role="img"
14865
+ width="1em"
14866
+ height="1em"
14867
+ >
14868
+ <path
14869
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
14870
+ />
14871
+ </svg>
14158
14872
  </span>
14159
14873
  </button>
14160
14874
  </div>
@@ -14785,7 +15499,19 @@ wrapperTag: div
14785
15499
  aria-label="Go to first page"
14786
15500
  >
14787
15501
  <span class="pf-v6-c-button__icon">
14788
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
15502
+ <svg
15503
+ class="pf-v6-svg"
15504
+ viewBox="0 0 448 512"
15505
+ fill="currentColor"
15506
+ aria-hidden="true"
15507
+ role="img"
15508
+ width="1em"
15509
+ height="1em"
15510
+ >
15511
+ <path
15512
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
15513
+ />
15514
+ </svg>
14789
15515
  </span>
14790
15516
  </button>
14791
15517
  </div>
@@ -14797,7 +15523,19 @@ wrapperTag: div
14797
15523
  aria-label="Go to previous page"
14798
15524
  >
14799
15525
  <span class="pf-v6-c-button__icon">
14800
- <i class="fas fa-angle-left" aria-hidden="true"></i>
15526
+ <svg
15527
+ class="pf-v6-svg"
15528
+ viewBox="0 0 256 512"
15529
+ fill="currentColor"
15530
+ aria-hidden="true"
15531
+ role="img"
15532
+ width="1em"
15533
+ height="1em"
15534
+ >
15535
+ <path
15536
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
15537
+ />
15538
+ </svg>
14801
15539
  </span>
14802
15540
  </button>
14803
15541
  </div>
@@ -14820,7 +15558,19 @@ wrapperTag: div
14820
15558
  aria-label="Go to next page"
14821
15559
  >
14822
15560
  <span class="pf-v6-c-button__icon">
14823
- <i class="fas fa-angle-right" aria-hidden="true"></i>
15561
+ <svg
15562
+ class="pf-v6-svg"
15563
+ viewBox="0 0 256 512"
15564
+ fill="currentColor"
15565
+ aria-hidden="true"
15566
+ role="img"
15567
+ width="1em"
15568
+ height="1em"
15569
+ >
15570
+ <path
15571
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
15572
+ />
15573
+ </svg>
14824
15574
  </span>
14825
15575
  </button>
14826
15576
  </div>
@@ -14832,7 +15582,19 @@ wrapperTag: div
14832
15582
  aria-label="Go to last page"
14833
15583
  >
14834
15584
  <span class="pf-v6-c-button__icon">
14835
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
15585
+ <svg
15586
+ class="pf-v6-svg"
15587
+ viewBox="0 0 448 512"
15588
+ fill="currentColor"
15589
+ aria-hidden="true"
15590
+ role="img"
15591
+ width="1em"
15592
+ height="1em"
15593
+ >
15594
+ <path
15595
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
15596
+ />
15597
+ </svg>
14836
15598
  </span>
14837
15599
  </button>
14838
15600
  </div>
@@ -15248,10 +16010,7 @@ wrapperTag: div
15248
16010
  aria-label="Sort"
15249
16011
  >
15250
16012
  <span class="pf-v6-c-button__icon">
15251
- <i
15252
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
15253
- aria-hidden="true"
15254
- ></i>
16013
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
15255
16014
  </span>
15256
16015
  </button>
15257
16016
  </div>
@@ -15327,7 +16086,19 @@ wrapperTag: div
15327
16086
  aria-label="Go to previous page"
15328
16087
  >
15329
16088
  <span class="pf-v6-c-button__icon">
15330
- <i class="fas fa-angle-left" aria-hidden="true"></i>
16089
+ <svg
16090
+ class="pf-v6-svg"
16091
+ viewBox="0 0 256 512"
16092
+ fill="currentColor"
16093
+ aria-hidden="true"
16094
+ role="img"
16095
+ width="1em"
16096
+ height="1em"
16097
+ >
16098
+ <path
16099
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
16100
+ />
16101
+ </svg>
15331
16102
  </span>
15332
16103
  </button>
15333
16104
  </div>
@@ -15338,7 +16109,19 @@ wrapperTag: div
15338
16109
  aria-label="Go to next page"
15339
16110
  >
15340
16111
  <span class="pf-v6-c-button__icon">
15341
- <i class="fas fa-angle-right" aria-hidden="true"></i>
16112
+ <svg
16113
+ class="pf-v6-svg"
16114
+ viewBox="0 0 256 512"
16115
+ fill="currentColor"
16116
+ aria-hidden="true"
16117
+ role="img"
16118
+ width="1em"
16119
+ height="1em"
16120
+ >
16121
+ <path
16122
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
16123
+ />
16124
+ </svg>
15342
16125
  </span>
15343
16126
  </button>
15344
16127
  </div>
@@ -15932,7 +16715,19 @@ wrapperTag: div
15932
16715
  aria-label="Go to first page"
15933
16716
  >
15934
16717
  <span class="pf-v6-c-button__icon">
15935
- <i class="fas fa-angle-double-left" aria-hidden="true"></i>
16718
+ <svg
16719
+ class="pf-v6-svg"
16720
+ viewBox="0 0 448 512"
16721
+ fill="currentColor"
16722
+ aria-hidden="true"
16723
+ role="img"
16724
+ width="1em"
16725
+ height="1em"
16726
+ >
16727
+ <path
16728
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
16729
+ />
16730
+ </svg>
15936
16731
  </span>
15937
16732
  </button>
15938
16733
  </div>
@@ -15944,7 +16739,19 @@ wrapperTag: div
15944
16739
  aria-label="Go to previous page"
15945
16740
  >
15946
16741
  <span class="pf-v6-c-button__icon">
15947
- <i class="fas fa-angle-left" aria-hidden="true"></i>
16742
+ <svg
16743
+ class="pf-v6-svg"
16744
+ viewBox="0 0 256 512"
16745
+ fill="currentColor"
16746
+ aria-hidden="true"
16747
+ role="img"
16748
+ width="1em"
16749
+ height="1em"
16750
+ >
16751
+ <path
16752
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
16753
+ />
16754
+ </svg>
15948
16755
  </span>
15949
16756
  </button>
15950
16757
  </div>
@@ -15967,7 +16774,19 @@ wrapperTag: div
15967
16774
  aria-label="Go to next page"
15968
16775
  >
15969
16776
  <span class="pf-v6-c-button__icon">
15970
- <i class="fas fa-angle-right" aria-hidden="true"></i>
16777
+ <svg
16778
+ class="pf-v6-svg"
16779
+ viewBox="0 0 256 512"
16780
+ fill="currentColor"
16781
+ aria-hidden="true"
16782
+ role="img"
16783
+ width="1em"
16784
+ height="1em"
16785
+ >
16786
+ <path
16787
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
16788
+ />
16789
+ </svg>
15971
16790
  </span>
15972
16791
  </button>
15973
16792
  </div>
@@ -15979,7 +16798,19 @@ wrapperTag: div
15979
16798
  aria-label="Go to last page"
15980
16799
  >
15981
16800
  <span class="pf-v6-c-button__icon">
15982
- <i class="fas fa-angle-double-right" aria-hidden="true"></i>
16801
+ <svg
16802
+ class="pf-v6-svg"
16803
+ viewBox="0 0 448 512"
16804
+ fill="currentColor"
16805
+ aria-hidden="true"
16806
+ role="img"
16807
+ width="1em"
16808
+ height="1em"
16809
+ >
16810
+ <path
16811
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
16812
+ />
16813
+ </svg>
15983
16814
  </span>
15984
16815
  </button>
15985
16816
  </div>
@@ -17016,10 +17847,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17016
17847
  aria-label="Go to previous page"
17017
17848
  >
17018
17849
  <span class="pf-v6-c-button__icon">
17019
- <i
17020
- class="fas fa-angle-left"
17850
+ <svg
17851
+ class="pf-v6-svg"
17852
+ viewBox="0 0 256 512"
17853
+ fill="currentColor"
17021
17854
  aria-hidden="true"
17022
- ></i>
17855
+ role="img"
17856
+ width="1em"
17857
+ height="1em"
17858
+ >
17859
+ <path
17860
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
17861
+ />
17862
+ </svg>
17023
17863
  </span>
17024
17864
  </button>
17025
17865
  </div>
@@ -17032,10 +17872,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17032
17872
  aria-label="Go to next page"
17033
17873
  >
17034
17874
  <span class="pf-v6-c-button__icon">
17035
- <i
17036
- class="fas fa-angle-right"
17875
+ <svg
17876
+ class="pf-v6-svg"
17877
+ viewBox="0 0 256 512"
17878
+ fill="currentColor"
17037
17879
  aria-hidden="true"
17038
- ></i>
17880
+ role="img"
17881
+ width="1em"
17882
+ height="1em"
17883
+ >
17884
+ <path
17885
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
17886
+ />
17887
+ </svg>
17039
17888
  </span>
17040
17889
  </button>
17041
17890
  </div>
@@ -17581,10 +18430,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17581
18430
  aria-label="Go to first page"
17582
18431
  >
17583
18432
  <span class="pf-v6-c-button__icon">
17584
- <i
17585
- class="fas fa-angle-double-left"
18433
+ <svg
18434
+ class="pf-v6-svg"
18435
+ viewBox="0 0 448 512"
18436
+ fill="currentColor"
17586
18437
  aria-hidden="true"
17587
- ></i>
18438
+ role="img"
18439
+ width="1em"
18440
+ height="1em"
18441
+ >
18442
+ <path
18443
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
18444
+ />
18445
+ </svg>
17588
18446
  </span>
17589
18447
  </button>
17590
18448
  </div>
@@ -17596,7 +18454,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17596
18454
  aria-label="Go to previous page"
17597
18455
  >
17598
18456
  <span class="pf-v6-c-button__icon">
17599
- <i class="fas fa-angle-left" aria-hidden="true"></i>
18457
+ <svg
18458
+ class="pf-v6-svg"
18459
+ viewBox="0 0 256 512"
18460
+ fill="currentColor"
18461
+ aria-hidden="true"
18462
+ role="img"
18463
+ width="1em"
18464
+ height="1em"
18465
+ >
18466
+ <path
18467
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
18468
+ />
18469
+ </svg>
17600
18470
  </span>
17601
18471
  </button>
17602
18472
  </div>
@@ -17619,7 +18489,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17619
18489
  aria-label="Go to next page"
17620
18490
  >
17621
18491
  <span class="pf-v6-c-button__icon">
17622
- <i class="fas fa-angle-right" aria-hidden="true"></i>
18492
+ <svg
18493
+ class="pf-v6-svg"
18494
+ viewBox="0 0 256 512"
18495
+ fill="currentColor"
18496
+ aria-hidden="true"
18497
+ role="img"
18498
+ width="1em"
18499
+ height="1em"
18500
+ >
18501
+ <path
18502
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
18503
+ />
18504
+ </svg>
17623
18505
  </span>
17624
18506
  </button>
17625
18507
  </div>
@@ -17631,10 +18513,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17631
18513
  aria-label="Go to last page"
17632
18514
  >
17633
18515
  <span class="pf-v6-c-button__icon">
17634
- <i
17635
- class="fas fa-angle-double-right"
18516
+ <svg
18517
+ class="pf-v6-svg"
18518
+ viewBox="0 0 448 512"
18519
+ fill="currentColor"
17636
18520
  aria-hidden="true"
17637
- ></i>
18521
+ role="img"
18522
+ width="1em"
18523
+ height="1em"
18524
+ >
18525
+ <path
18526
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
18527
+ />
18528
+ </svg>
17638
18529
  </span>
17639
18530
  </button>
17640
18531
  </div>
@@ -17659,7 +18550,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17659
18550
  aria-label="Close drawer panel"
17660
18551
  >
17661
18552
  <span class="pf-v6-c-button__icon">
17662
- <i class="fas fa-times" aria-hidden="true"></i>
18553
+ <svg
18554
+ class="pf-v6-svg"
18555
+ viewBox="0 0 352 512"
18556
+ fill="currentColor"
18557
+ aria-hidden="true"
18558
+ role="img"
18559
+ width="1em"
18560
+ height="1em"
18561
+ >
18562
+ <path
18563
+ d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
18564
+ />
18565
+ </svg>
17663
18566
  </span>
17664
18567
  </button>
17665
18568
  </div>
@@ -17803,10 +18706,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17803
18706
  aria-label="Go to previous page"
17804
18707
  >
17805
18708
  <span class="pf-v6-c-button__icon">
17806
- <i
17807
- class="fas fa-angle-left"
18709
+ <svg
18710
+ class="pf-v6-svg"
18711
+ viewBox="0 0 256 512"
18712
+ fill="currentColor"
17808
18713
  aria-hidden="true"
17809
- ></i>
18714
+ role="img"
18715
+ width="1em"
18716
+ height="1em"
18717
+ >
18718
+ <path
18719
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
18720
+ />
18721
+ </svg>
17810
18722
  </span>
17811
18723
  </button>
17812
18724
  </div>
@@ -17819,10 +18731,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17819
18731
  aria-label="Go to next page"
17820
18732
  >
17821
18733
  <span class="pf-v6-c-button__icon">
17822
- <i
17823
- class="fas fa-angle-right"
18734
+ <svg
18735
+ class="pf-v6-svg"
18736
+ viewBox="0 0 256 512"
18737
+ fill="currentColor"
17824
18738
  aria-hidden="true"
17825
- ></i>
18739
+ role="img"
18740
+ width="1em"
18741
+ height="1em"
18742
+ >
18743
+ <path
18744
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
18745
+ />
18746
+ </svg>
17826
18747
  </span>
17827
18748
  </button>
17828
18749
  </div>
@@ -18358,10 +19279,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18358
19279
  aria-label="Go to first page"
18359
19280
  >
18360
19281
  <span class="pf-v6-c-button__icon">
18361
- <i
18362
- class="fas fa-angle-double-left"
19282
+ <svg
19283
+ class="pf-v6-svg"
19284
+ viewBox="0 0 448 512"
19285
+ fill="currentColor"
18363
19286
  aria-hidden="true"
18364
- ></i>
19287
+ role="img"
19288
+ width="1em"
19289
+ height="1em"
19290
+ >
19291
+ <path
19292
+ d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
19293
+ />
19294
+ </svg>
18365
19295
  </span>
18366
19296
  </button>
18367
19297
  </div>
@@ -18373,7 +19303,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18373
19303
  aria-label="Go to previous page"
18374
19304
  >
18375
19305
  <span class="pf-v6-c-button__icon">
18376
- <i class="fas fa-angle-left" aria-hidden="true"></i>
19306
+ <svg
19307
+ class="pf-v6-svg"
19308
+ viewBox="0 0 256 512"
19309
+ fill="currentColor"
19310
+ aria-hidden="true"
19311
+ role="img"
19312
+ width="1em"
19313
+ height="1em"
19314
+ >
19315
+ <path
19316
+ d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
19317
+ />
19318
+ </svg>
18377
19319
  </span>
18378
19320
  </button>
18379
19321
  </div>
@@ -18396,7 +19338,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18396
19338
  aria-label="Go to next page"
18397
19339
  >
18398
19340
  <span class="pf-v6-c-button__icon">
18399
- <i class="fas fa-angle-right" aria-hidden="true"></i>
19341
+ <svg
19342
+ class="pf-v6-svg"
19343
+ viewBox="0 0 256 512"
19344
+ fill="currentColor"
19345
+ aria-hidden="true"
19346
+ role="img"
19347
+ width="1em"
19348
+ height="1em"
19349
+ >
19350
+ <path
19351
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
19352
+ />
19353
+ </svg>
18400
19354
  </span>
18401
19355
  </button>
18402
19356
  </div>
@@ -18408,10 +19362,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18408
19362
  aria-label="Go to last page"
18409
19363
  >
18410
19364
  <span class="pf-v6-c-button__icon">
18411
- <i
18412
- class="fas fa-angle-double-right"
19365
+ <svg
19366
+ class="pf-v6-svg"
19367
+ viewBox="0 0 448 512"
19368
+ fill="currentColor"
18413
19369
  aria-hidden="true"
18414
- ></i>
19370
+ role="img"
19371
+ width="1em"
19372
+ height="1em"
19373
+ >
19374
+ <path
19375
+ d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
19376
+ />
19377
+ </svg>
18415
19378
  </span>
18416
19379
  </button>
18417
19380
  </div>