@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.47

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 (94) hide show
  1. package/components/Accordion/accordion.css +1 -1
  2. package/components/Accordion/accordion.scss +1 -1
  3. package/components/Card/card.css +1 -1
  4. package/components/Card/card.scss +1 -1
  5. package/components/ClipboardCopy/clipboard-copy.css +1 -1
  6. package/components/ClipboardCopy/clipboard-copy.scss +1 -1
  7. package/components/DataList/data-list.css +1 -1
  8. package/components/DataList/data-list.scss +1 -1
  9. package/components/DualListSelector/dual-list-selector.css +1 -1
  10. package/components/DualListSelector/dual-list-selector.scss +1 -1
  11. package/components/ExpandableSection/expandable-section.css +2 -2
  12. package/components/ExpandableSection/expandable-section.scss +2 -2
  13. package/components/Form/form.css +1 -1
  14. package/components/Form/form.scss +1 -1
  15. package/components/JumpLinks/jump-links.css +1 -1
  16. package/components/JumpLinks/jump-links.scss +1 -1
  17. package/components/Nav/nav.css +1 -1
  18. package/components/Nav/nav.scss +1 -1
  19. package/components/NotificationDrawer/notification-drawer.css +11 -3
  20. package/components/NotificationDrawer/notification-drawer.scss +12 -5
  21. package/components/Table/table.css +2 -2
  22. package/components/Table/table.scss +2 -2
  23. package/components/Tabs/tabs.css +2 -2
  24. package/components/Tabs/tabs.scss +2 -2
  25. package/components/Toolbar/toolbar.css +1 -1
  26. package/components/Toolbar/toolbar.scss +1 -1
  27. package/components/TreeView/tree-view.css +1 -1
  28. package/components/TreeView/tree-view.scss +1 -1
  29. package/components/Wizard/wizard.css +1 -1
  30. package/components/Wizard/wizard.scss +1 -1
  31. package/components/_index.css +28 -20
  32. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  33. package/docs/components/Accordion/examples/Accordion.md +390 -30
  34. package/docs/components/ActionList/examples/ActionList.md +10 -10
  35. package/docs/components/Alert/examples/Alert.md +30 -30
  36. package/docs/components/Banner/examples/Banner.md +65 -5
  37. package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
  38. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  39. package/docs/components/Card/examples/Card.md +52 -4
  40. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +78 -6
  41. package/docs/components/CodeBlock/examples/CodeBlock.md +26 -2
  42. package/docs/components/DataList/examples/DataList.md +221 -17
  43. package/docs/components/Drawer/examples/Drawer.md +42 -42
  44. package/docs/components/DualListSelector/examples/DualListSelector.md +961 -85
  45. package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
  46. package/docs/components/Form/examples/Form.md +78 -6
  47. package/docs/components/Icon/examples/Icon.md +91 -7
  48. package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
  49. package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
  50. package/docs/components/Label/examples/Label.md +2812 -220
  51. package/docs/components/Menu/examples/Menu.md +1456 -112
  52. package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
  53. package/docs/components/ModalBox/examples/ModalBox.md +121 -37
  54. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +57 -21
  55. package/docs/components/Nav/examples/Navigation.md +710 -62
  56. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +576 -48
  57. package/docs/components/Popover/examples/Popover.md +110 -38
  58. package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
  59. package/docs/components/Slider/examples/Slider.md +52 -4
  60. package/docs/components/Table/examples/Table.md +819 -63
  61. package/docs/components/Tabs/examples/Tabs.md +1959 -339
  62. package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
  63. package/docs/components/Toolbar/examples/Toolbar.md +48 -48
  64. package/docs/components/TreeView/examples/TreeView.md +1300 -100
  65. package/docs/components/Wizard/examples/Wizard.md +349 -85
  66. package/docs/demos/AboutModal/examples/AboutModal.md +41 -5
  67. package/docs/demos/Alert/examples/Alert.md +123 -15
  68. package/docs/demos/BackToTop/examples/BackToTop.md +39 -3
  69. package/docs/demos/Banner/examples/Banner.md +78 -6
  70. package/docs/demos/Card/examples/Card.md +310 -34
  71. package/docs/demos/CardView/examples/CardView.md +78 -6
  72. package/docs/demos/Compass/examples/Compass.md +73 -37
  73. package/docs/demos/Dashboard/examples/Dashboard.md +128 -14
  74. package/docs/demos/DataList/examples/DataList.md +234 -18
  75. package/docs/demos/DescriptionList/examples/DescriptionList.md +119 -11
  76. package/docs/demos/Drawer/examples/Drawer.md +147 -21
  77. package/docs/demos/Form/examples/BasicForms.md +169 -13
  78. package/docs/demos/JumpLinks/examples/JumpLinks.md +220 -31
  79. package/docs/demos/Masthead/examples/Masthead.md +370 -34
  80. package/docs/demos/Modal/examples/Modal.md +246 -30
  81. package/docs/demos/Nav/examples/Nav.md +320 -32
  82. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1063 -115
  83. package/docs/demos/Page/examples/Page.md +548 -44
  84. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +371 -47
  85. package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
  86. package/docs/demos/Table/examples/Table.md +934 -73
  87. package/docs/demos/Tabs/examples/Tabs.md +261 -27
  88. package/docs/demos/Toolbar/examples/Toolbar.md +102 -30
  89. package/docs/demos/Wizard/examples/Wizard.md +641 -92
  90. package/package.json +1 -1
  91. package/patternfly-no-globals.css +28 -20
  92. package/patternfly.css +28 -20
  93. package/patternfly.min.css +1 -1
  94. package/patternfly.min.css.map +1 -1
@@ -238,21 +238,57 @@ wrapperTag: div
238
238
  </li>
239
239
  <li class="pf-v6-c-breadcrumb__item">
240
240
  <span class="pf-v6-c-breadcrumb__item-divider">
241
- <i class="fas fa-angle-right" aria-hidden="true"></i>
241
+ <svg
242
+ class="pf-v6-svg"
243
+ viewBox="0 0 20 20"
244
+ fill="currentColor"
245
+ aria-hidden="true"
246
+ role="img"
247
+ width="1em"
248
+ height="1em"
249
+ >
250
+ <path
251
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
252
+ />
253
+ </svg>
242
254
  </span>
243
255
 
244
256
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
245
257
  </li>
246
258
  <li class="pf-v6-c-breadcrumb__item">
247
259
  <span class="pf-v6-c-breadcrumb__item-divider">
248
- <i class="fas fa-angle-right" aria-hidden="true"></i>
260
+ <svg
261
+ class="pf-v6-svg"
262
+ viewBox="0 0 20 20"
263
+ fill="currentColor"
264
+ aria-hidden="true"
265
+ role="img"
266
+ width="1em"
267
+ height="1em"
268
+ >
269
+ <path
270
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
271
+ />
272
+ </svg>
249
273
  </span>
250
274
 
251
275
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
252
276
  </li>
253
277
  <li class="pf-v6-c-breadcrumb__item">
254
278
  <span class="pf-v6-c-breadcrumb__item-divider">
255
- <i class="fas fa-angle-right" aria-hidden="true"></i>
279
+ <svg
280
+ class="pf-v6-svg"
281
+ viewBox="0 0 20 20"
282
+ fill="currentColor"
283
+ aria-hidden="true"
284
+ role="img"
285
+ width="1em"
286
+ height="1em"
287
+ >
288
+ <path
289
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
290
+ />
291
+ </svg>
256
292
  </span>
257
293
 
258
294
  <a
@@ -384,7 +420,25 @@ wrapperTag: div
384
420
  aria-label="Sort"
385
421
  >
386
422
  <span class="pf-v6-c-button__icon">
387
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
423
+ <span class="pf-v6-c-icon">
424
+ <span
425
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
426
+ >
427
+ <svg
428
+ class="pf-v6-svg"
429
+ viewBox="0 0 512 512"
430
+ fill="currentColor"
431
+ aria-hidden="true"
432
+ role="img"
433
+ width="1em"
434
+ height="1em"
435
+ >
436
+ <path
437
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
438
+ />
439
+ </svg>
440
+ </span>
441
+ </span>
388
442
  </span>
389
443
  </button>
390
444
  </div>
@@ -1335,21 +1389,57 @@ wrapperTag: div
1335
1389
  </li>
1336
1390
  <li class="pf-v6-c-breadcrumb__item">
1337
1391
  <span class="pf-v6-c-breadcrumb__item-divider">
1338
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1392
+ <svg
1393
+ class="pf-v6-svg"
1394
+ viewBox="0 0 20 20"
1395
+ fill="currentColor"
1396
+ aria-hidden="true"
1397
+ role="img"
1398
+ width="1em"
1399
+ height="1em"
1400
+ >
1401
+ <path
1402
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1403
+ />
1404
+ </svg>
1339
1405
  </span>
1340
1406
 
1341
1407
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
1342
1408
  </li>
1343
1409
  <li class="pf-v6-c-breadcrumb__item">
1344
1410
  <span class="pf-v6-c-breadcrumb__item-divider">
1345
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1411
+ <svg
1412
+ class="pf-v6-svg"
1413
+ viewBox="0 0 20 20"
1414
+ fill="currentColor"
1415
+ aria-hidden="true"
1416
+ role="img"
1417
+ width="1em"
1418
+ height="1em"
1419
+ >
1420
+ <path
1421
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1422
+ />
1423
+ </svg>
1346
1424
  </span>
1347
1425
 
1348
1426
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
1349
1427
  </li>
1350
1428
  <li class="pf-v6-c-breadcrumb__item">
1351
1429
  <span class="pf-v6-c-breadcrumb__item-divider">
1352
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1430
+ <svg
1431
+ class="pf-v6-svg"
1432
+ viewBox="0 0 20 20"
1433
+ fill="currentColor"
1434
+ aria-hidden="true"
1435
+ role="img"
1436
+ width="1em"
1437
+ height="1em"
1438
+ >
1439
+ <path
1440
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1441
+ />
1442
+ </svg>
1353
1443
  </span>
1354
1444
 
1355
1445
  <a
@@ -1482,10 +1572,25 @@ wrapperTag: div
1482
1572
  aria-label="Sort by"
1483
1573
  >
1484
1574
  <span class="pf-v6-c-menu-toggle__icon">
1485
- <i
1486
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
1487
- aria-hidden="true"
1488
- ></i>
1575
+ <span class="pf-v6-c-icon">
1576
+ <span
1577
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
1578
+ >
1579
+ <svg
1580
+ class="pf-v6-svg"
1581
+ viewBox="0 0 512 512"
1582
+ fill="currentColor"
1583
+ aria-hidden="true"
1584
+ role="img"
1585
+ width="1em"
1586
+ height="1em"
1587
+ >
1588
+ <path
1589
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
1590
+ />
1591
+ </svg>
1592
+ </span>
1593
+ </span>
1489
1594
  </span>
1490
1595
  </button>
1491
1596
  </div>
@@ -2567,21 +2672,57 @@ wrapperTag: div
2567
2672
  </li>
2568
2673
  <li class="pf-v6-c-breadcrumb__item">
2569
2674
  <span class="pf-v6-c-breadcrumb__item-divider">
2570
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2675
+ <svg
2676
+ class="pf-v6-svg"
2677
+ viewBox="0 0 20 20"
2678
+ fill="currentColor"
2679
+ aria-hidden="true"
2680
+ role="img"
2681
+ width="1em"
2682
+ height="1em"
2683
+ >
2684
+ <path
2685
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2686
+ />
2687
+ </svg>
2571
2688
  </span>
2572
2689
 
2573
2690
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
2574
2691
  </li>
2575
2692
  <li class="pf-v6-c-breadcrumb__item">
2576
2693
  <span class="pf-v6-c-breadcrumb__item-divider">
2577
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2694
+ <svg
2695
+ class="pf-v6-svg"
2696
+ viewBox="0 0 20 20"
2697
+ fill="currentColor"
2698
+ aria-hidden="true"
2699
+ role="img"
2700
+ width="1em"
2701
+ height="1em"
2702
+ >
2703
+ <path
2704
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2705
+ />
2706
+ </svg>
2578
2707
  </span>
2579
2708
 
2580
2709
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
2581
2710
  </li>
2582
2711
  <li class="pf-v6-c-breadcrumb__item">
2583
2712
  <span class="pf-v6-c-breadcrumb__item-divider">
2584
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2713
+ <svg
2714
+ class="pf-v6-svg"
2715
+ viewBox="0 0 20 20"
2716
+ fill="currentColor"
2717
+ aria-hidden="true"
2718
+ role="img"
2719
+ width="1em"
2720
+ height="1em"
2721
+ >
2722
+ <path
2723
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2724
+ />
2725
+ </svg>
2585
2726
  </span>
2586
2727
 
2587
2728
  <a
@@ -2754,7 +2895,25 @@ wrapperTag: div
2754
2895
  aria-label="Sort"
2755
2896
  >
2756
2897
  <span class="pf-v6-c-button__icon">
2757
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
2898
+ <span class="pf-v6-c-icon">
2899
+ <span
2900
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
2901
+ >
2902
+ <svg
2903
+ class="pf-v6-svg"
2904
+ viewBox="0 0 512 512"
2905
+ fill="currentColor"
2906
+ aria-hidden="true"
2907
+ role="img"
2908
+ width="1em"
2909
+ height="1em"
2910
+ >
2911
+ <path
2912
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
2913
+ />
2914
+ </svg>
2915
+ </span>
2916
+ </span>
2758
2917
  </span>
2759
2918
  </button>
2760
2919
  </div>
@@ -2871,7 +3030,19 @@ wrapperTag: div
2871
3030
  >
2872
3031
  <span class="pf-v6-c-button__icon">
2873
3032
  <div class="pf-v6-c-table__toggle-icon">
2874
- <i class="fas fa-angle-down" aria-hidden="true"></i>
3033
+ <svg
3034
+ class="pf-v6-svg"
3035
+ viewBox="0 0 20 20"
3036
+ fill="currentColor"
3037
+ aria-hidden="true"
3038
+ role="img"
3039
+ width="1em"
3040
+ height="1em"
3041
+ >
3042
+ <path
3043
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
3044
+ />
3045
+ </svg>
2875
3046
  </div>
2876
3047
  </span>
2877
3048
  </button>
@@ -2950,7 +3121,19 @@ wrapperTag: div
2950
3121
  >
2951
3122
  <span class="pf-v6-c-button__icon">
2952
3123
  <div class="pf-v6-c-table__toggle-icon">
2953
- <i class="fas fa-angle-down" aria-hidden="true"></i>
3124
+ <svg
3125
+ class="pf-v6-svg"
3126
+ viewBox="0 0 20 20"
3127
+ fill="currentColor"
3128
+ aria-hidden="true"
3129
+ role="img"
3130
+ width="1em"
3131
+ height="1em"
3132
+ >
3133
+ <path
3134
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
3135
+ />
3136
+ </svg>
2954
3137
  </div>
2955
3138
  </span>
2956
3139
  </button>
@@ -3083,7 +3266,19 @@ wrapperTag: div
3083
3266
  >
3084
3267
  <span class="pf-v6-c-button__icon">
3085
3268
  <div class="pf-v6-c-table__toggle-icon">
3086
- <i class="fas fa-angle-down" aria-hidden="true"></i>
3269
+ <svg
3270
+ class="pf-v6-svg"
3271
+ viewBox="0 0 20 20"
3272
+ fill="currentColor"
3273
+ aria-hidden="true"
3274
+ role="img"
3275
+ width="1em"
3276
+ height="1em"
3277
+ >
3278
+ <path
3279
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
3280
+ />
3281
+ </svg>
3087
3282
  </div>
3088
3283
  </span>
3089
3284
  </button>
@@ -3222,7 +3417,19 @@ wrapperTag: div
3222
3417
  >
3223
3418
  <span class="pf-v6-c-button__icon">
3224
3419
  <div class="pf-v6-c-table__toggle-icon">
3225
- <i class="fas fa-angle-down" aria-hidden="true"></i>
3420
+ <svg
3421
+ class="pf-v6-svg"
3422
+ viewBox="0 0 20 20"
3423
+ fill="currentColor"
3424
+ aria-hidden="true"
3425
+ role="img"
3426
+ width="1em"
3427
+ height="1em"
3428
+ >
3429
+ <path
3430
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
3431
+ />
3432
+ </svg>
3226
3433
  </div>
3227
3434
  </span>
3228
3435
  </button>
@@ -3335,7 +3542,19 @@ wrapperTag: div
3335
3542
  >
3336
3543
  <span class="pf-v6-c-button__icon">
3337
3544
  <div class="pf-v6-c-table__toggle-icon">
3338
- <i class="fas fa-angle-down" aria-hidden="true"></i>
3545
+ <svg
3546
+ class="pf-v6-svg"
3547
+ viewBox="0 0 20 20"
3548
+ fill="currentColor"
3549
+ aria-hidden="true"
3550
+ role="img"
3551
+ width="1em"
3552
+ height="1em"
3553
+ >
3554
+ <path
3555
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
3556
+ />
3557
+ </svg>
3339
3558
  </div>
3340
3559
  </span>
3341
3560
  </button>
@@ -3448,7 +3667,19 @@ wrapperTag: div
3448
3667
  >
3449
3668
  <span class="pf-v6-c-button__icon">
3450
3669
  <div class="pf-v6-c-table__toggle-icon">
3451
- <i class="fas fa-angle-down" aria-hidden="true"></i>
3670
+ <svg
3671
+ class="pf-v6-svg"
3672
+ viewBox="0 0 20 20"
3673
+ fill="currentColor"
3674
+ aria-hidden="true"
3675
+ role="img"
3676
+ width="1em"
3677
+ height="1em"
3678
+ >
3679
+ <path
3680
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
3681
+ />
3682
+ </svg>
3452
3683
  </div>
3453
3684
  </span>
3454
3685
  </button>
@@ -3928,21 +4159,57 @@ wrapperTag: div
3928
4159
  </li>
3929
4160
  <li class="pf-v6-c-breadcrumb__item">
3930
4161
  <span class="pf-v6-c-breadcrumb__item-divider">
3931
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4162
+ <svg
4163
+ class="pf-v6-svg"
4164
+ viewBox="0 0 20 20"
4165
+ fill="currentColor"
4166
+ aria-hidden="true"
4167
+ role="img"
4168
+ width="1em"
4169
+ height="1em"
4170
+ >
4171
+ <path
4172
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
4173
+ />
4174
+ </svg>
3932
4175
  </span>
3933
4176
 
3934
4177
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
3935
4178
  </li>
3936
4179
  <li class="pf-v6-c-breadcrumb__item">
3937
4180
  <span class="pf-v6-c-breadcrumb__item-divider">
3938
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4181
+ <svg
4182
+ class="pf-v6-svg"
4183
+ viewBox="0 0 20 20"
4184
+ fill="currentColor"
4185
+ aria-hidden="true"
4186
+ role="img"
4187
+ width="1em"
4188
+ height="1em"
4189
+ >
4190
+ <path
4191
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
4192
+ />
4193
+ </svg>
3939
4194
  </span>
3940
4195
 
3941
4196
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
3942
4197
  </li>
3943
4198
  <li class="pf-v6-c-breadcrumb__item">
3944
4199
  <span class="pf-v6-c-breadcrumb__item-divider">
3945
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4200
+ <svg
4201
+ class="pf-v6-svg"
4202
+ viewBox="0 0 20 20"
4203
+ fill="currentColor"
4204
+ aria-hidden="true"
4205
+ role="img"
4206
+ width="1em"
4207
+ height="1em"
4208
+ >
4209
+ <path
4210
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
4211
+ />
4212
+ </svg>
3946
4213
  </span>
3947
4214
 
3948
4215
  <a
@@ -4115,7 +4382,25 @@ wrapperTag: div
4115
4382
  aria-label="Sort"
4116
4383
  >
4117
4384
  <span class="pf-v6-c-button__icon">
4118
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
4385
+ <span class="pf-v6-c-icon">
4386
+ <span
4387
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
4388
+ >
4389
+ <svg
4390
+ class="pf-v6-svg"
4391
+ viewBox="0 0 512 512"
4392
+ fill="currentColor"
4393
+ aria-hidden="true"
4394
+ role="img"
4395
+ width="1em"
4396
+ height="1em"
4397
+ >
4398
+ <path
4399
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
4400
+ />
4401
+ </svg>
4402
+ </span>
4403
+ </span>
4119
4404
  </span>
4120
4405
  </button>
4121
4406
  </div>
@@ -4951,21 +5236,57 @@ wrapperTag: div
4951
5236
  </li>
4952
5237
  <li class="pf-v6-c-breadcrumb__item">
4953
5238
  <span class="pf-v6-c-breadcrumb__item-divider">
4954
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5239
+ <svg
5240
+ class="pf-v6-svg"
5241
+ viewBox="0 0 20 20"
5242
+ fill="currentColor"
5243
+ aria-hidden="true"
5244
+ role="img"
5245
+ width="1em"
5246
+ height="1em"
5247
+ >
5248
+ <path
5249
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
5250
+ />
5251
+ </svg>
4955
5252
  </span>
4956
5253
 
4957
5254
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
4958
5255
  </li>
4959
5256
  <li class="pf-v6-c-breadcrumb__item">
4960
5257
  <span class="pf-v6-c-breadcrumb__item-divider">
4961
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5258
+ <svg
5259
+ class="pf-v6-svg"
5260
+ viewBox="0 0 20 20"
5261
+ fill="currentColor"
5262
+ aria-hidden="true"
5263
+ role="img"
5264
+ width="1em"
5265
+ height="1em"
5266
+ >
5267
+ <path
5268
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
5269
+ />
5270
+ </svg>
4962
5271
  </span>
4963
5272
 
4964
5273
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
4965
5274
  </li>
4966
5275
  <li class="pf-v6-c-breadcrumb__item">
4967
5276
  <span class="pf-v6-c-breadcrumb__item-divider">
4968
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5277
+ <svg
5278
+ class="pf-v6-svg"
5279
+ viewBox="0 0 20 20"
5280
+ fill="currentColor"
5281
+ aria-hidden="true"
5282
+ role="img"
5283
+ width="1em"
5284
+ height="1em"
5285
+ >
5286
+ <path
5287
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
5288
+ />
5289
+ </svg>
4969
5290
  </span>
4970
5291
 
4971
5292
  <a
@@ -5138,7 +5459,25 @@ wrapperTag: div
5138
5459
  aria-label="Sort"
5139
5460
  >
5140
5461
  <span class="pf-v6-c-button__icon">
5141
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
5462
+ <span class="pf-v6-c-icon">
5463
+ <span
5464
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
5465
+ >
5466
+ <svg
5467
+ class="pf-v6-svg"
5468
+ viewBox="0 0 512 512"
5469
+ fill="currentColor"
5470
+ aria-hidden="true"
5471
+ role="img"
5472
+ width="1em"
5473
+ height="1em"
5474
+ >
5475
+ <path
5476
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
5477
+ />
5478
+ </svg>
5479
+ </span>
5480
+ </span>
5142
5481
  </span>
5143
5482
  </button>
5144
5483
  </div>
@@ -7932,21 +8271,57 @@ wrapperTag: div
7932
8271
  </li>
7933
8272
  <li class="pf-v6-c-breadcrumb__item">
7934
8273
  <span class="pf-v6-c-breadcrumb__item-divider">
7935
- <i class="fas fa-angle-right" aria-hidden="true"></i>
8274
+ <svg
8275
+ class="pf-v6-svg"
8276
+ viewBox="0 0 20 20"
8277
+ fill="currentColor"
8278
+ aria-hidden="true"
8279
+ role="img"
8280
+ width="1em"
8281
+ height="1em"
8282
+ >
8283
+ <path
8284
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
8285
+ />
8286
+ </svg>
7936
8287
  </span>
7937
8288
 
7938
8289
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
7939
8290
  </li>
7940
8291
  <li class="pf-v6-c-breadcrumb__item">
7941
8292
  <span class="pf-v6-c-breadcrumb__item-divider">
7942
- <i class="fas fa-angle-right" aria-hidden="true"></i>
8293
+ <svg
8294
+ class="pf-v6-svg"
8295
+ viewBox="0 0 20 20"
8296
+ fill="currentColor"
8297
+ aria-hidden="true"
8298
+ role="img"
8299
+ width="1em"
8300
+ height="1em"
8301
+ >
8302
+ <path
8303
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
8304
+ />
8305
+ </svg>
7943
8306
  </span>
7944
8307
 
7945
8308
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
7946
8309
  </li>
7947
8310
  <li class="pf-v6-c-breadcrumb__item">
7948
8311
  <span class="pf-v6-c-breadcrumb__item-divider">
7949
- <i class="fas fa-angle-right" aria-hidden="true"></i>
8312
+ <svg
8313
+ class="pf-v6-svg"
8314
+ viewBox="0 0 20 20"
8315
+ fill="currentColor"
8316
+ aria-hidden="true"
8317
+ role="img"
8318
+ width="1em"
8319
+ height="1em"
8320
+ >
8321
+ <path
8322
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
8323
+ />
8324
+ </svg>
7950
8325
  </span>
7951
8326
 
7952
8327
  <a
@@ -8325,21 +8700,57 @@ wrapperTag: div
8325
8700
  </li>
8326
8701
  <li class="pf-v6-c-breadcrumb__item">
8327
8702
  <span class="pf-v6-c-breadcrumb__item-divider">
8328
- <i class="fas fa-angle-right" aria-hidden="true"></i>
8703
+ <svg
8704
+ class="pf-v6-svg"
8705
+ viewBox="0 0 20 20"
8706
+ fill="currentColor"
8707
+ aria-hidden="true"
8708
+ role="img"
8709
+ width="1em"
8710
+ height="1em"
8711
+ >
8712
+ <path
8713
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
8714
+ />
8715
+ </svg>
8329
8716
  </span>
8330
8717
 
8331
8718
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
8332
8719
  </li>
8333
8720
  <li class="pf-v6-c-breadcrumb__item">
8334
8721
  <span class="pf-v6-c-breadcrumb__item-divider">
8335
- <i class="fas fa-angle-right" aria-hidden="true"></i>
8722
+ <svg
8723
+ class="pf-v6-svg"
8724
+ viewBox="0 0 20 20"
8725
+ fill="currentColor"
8726
+ aria-hidden="true"
8727
+ role="img"
8728
+ width="1em"
8729
+ height="1em"
8730
+ >
8731
+ <path
8732
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
8733
+ />
8734
+ </svg>
8336
8735
  </span>
8337
8736
 
8338
8737
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
8339
8738
  </li>
8340
8739
  <li class="pf-v6-c-breadcrumb__item">
8341
8740
  <span class="pf-v6-c-breadcrumb__item-divider">
8342
- <i class="fas fa-angle-right" aria-hidden="true"></i>
8741
+ <svg
8742
+ class="pf-v6-svg"
8743
+ viewBox="0 0 20 20"
8744
+ fill="currentColor"
8745
+ aria-hidden="true"
8746
+ role="img"
8747
+ width="1em"
8748
+ height="1em"
8749
+ >
8750
+ <path
8751
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
8752
+ />
8753
+ </svg>
8343
8754
  </span>
8344
8755
 
8345
8756
  <a
@@ -8712,21 +9123,57 @@ wrapperTag: div
8712
9123
  </li>
8713
9124
  <li class="pf-v6-c-breadcrumb__item">
8714
9125
  <span class="pf-v6-c-breadcrumb__item-divider">
8715
- <i class="fas fa-angle-right" aria-hidden="true"></i>
9126
+ <svg
9127
+ class="pf-v6-svg"
9128
+ viewBox="0 0 20 20"
9129
+ fill="currentColor"
9130
+ aria-hidden="true"
9131
+ role="img"
9132
+ width="1em"
9133
+ height="1em"
9134
+ >
9135
+ <path
9136
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
9137
+ />
9138
+ </svg>
8716
9139
  </span>
8717
9140
 
8718
9141
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
8719
9142
  </li>
8720
9143
  <li class="pf-v6-c-breadcrumb__item">
8721
9144
  <span class="pf-v6-c-breadcrumb__item-divider">
8722
- <i class="fas fa-angle-right" aria-hidden="true"></i>
9145
+ <svg
9146
+ class="pf-v6-svg"
9147
+ viewBox="0 0 20 20"
9148
+ fill="currentColor"
9149
+ aria-hidden="true"
9150
+ role="img"
9151
+ width="1em"
9152
+ height="1em"
9153
+ >
9154
+ <path
9155
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
9156
+ />
9157
+ </svg>
8723
9158
  </span>
8724
9159
 
8725
9160
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
8726
9161
  </li>
8727
9162
  <li class="pf-v6-c-breadcrumb__item">
8728
9163
  <span class="pf-v6-c-breadcrumb__item-divider">
8729
- <i class="fas fa-angle-right" aria-hidden="true"></i>
9164
+ <svg
9165
+ class="pf-v6-svg"
9166
+ viewBox="0 0 20 20"
9167
+ fill="currentColor"
9168
+ aria-hidden="true"
9169
+ role="img"
9170
+ width="1em"
9171
+ height="1em"
9172
+ >
9173
+ <path
9174
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
9175
+ />
9176
+ </svg>
8730
9177
  </span>
8731
9178
 
8732
9179
  <a
@@ -8902,7 +9349,25 @@ wrapperTag: div
8902
9349
  aria-label="Sort"
8903
9350
  >
8904
9351
  <span class="pf-v6-c-button__icon">
8905
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
9352
+ <span class="pf-v6-c-icon">
9353
+ <span
9354
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
9355
+ >
9356
+ <svg
9357
+ class="pf-v6-svg"
9358
+ viewBox="0 0 512 512"
9359
+ fill="currentColor"
9360
+ aria-hidden="true"
9361
+ role="img"
9362
+ width="1em"
9363
+ height="1em"
9364
+ >
9365
+ <path
9366
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
9367
+ />
9368
+ </svg>
9369
+ </span>
9370
+ </span>
8906
9371
  </span>
8907
9372
  </button>
8908
9373
  </div>
@@ -9823,21 +10288,57 @@ wrapperTag: div
9823
10288
  </li>
9824
10289
  <li class="pf-v6-c-breadcrumb__item">
9825
10290
  <span class="pf-v6-c-breadcrumb__item-divider">
9826
- <i class="fas fa-angle-right" aria-hidden="true"></i>
10291
+ <svg
10292
+ class="pf-v6-svg"
10293
+ viewBox="0 0 20 20"
10294
+ fill="currentColor"
10295
+ aria-hidden="true"
10296
+ role="img"
10297
+ width="1em"
10298
+ height="1em"
10299
+ >
10300
+ <path
10301
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
10302
+ />
10303
+ </svg>
9827
10304
  </span>
9828
10305
 
9829
10306
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
9830
10307
  </li>
9831
10308
  <li class="pf-v6-c-breadcrumb__item">
9832
10309
  <span class="pf-v6-c-breadcrumb__item-divider">
9833
- <i class="fas fa-angle-right" aria-hidden="true"></i>
10310
+ <svg
10311
+ class="pf-v6-svg"
10312
+ viewBox="0 0 20 20"
10313
+ fill="currentColor"
10314
+ aria-hidden="true"
10315
+ role="img"
10316
+ width="1em"
10317
+ height="1em"
10318
+ >
10319
+ <path
10320
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
10321
+ />
10322
+ </svg>
9834
10323
  </span>
9835
10324
 
9836
10325
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
9837
10326
  </li>
9838
10327
  <li class="pf-v6-c-breadcrumb__item">
9839
10328
  <span class="pf-v6-c-breadcrumb__item-divider">
9840
- <i class="fas fa-angle-right" aria-hidden="true"></i>
10329
+ <svg
10330
+ class="pf-v6-svg"
10331
+ viewBox="0 0 20 20"
10332
+ fill="currentColor"
10333
+ aria-hidden="true"
10334
+ role="img"
10335
+ width="1em"
10336
+ height="1em"
10337
+ >
10338
+ <path
10339
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
10340
+ />
10341
+ </svg>
9841
10342
  </span>
9842
10343
 
9843
10344
  <a
@@ -10010,7 +10511,25 @@ wrapperTag: div
10010
10511
  aria-label="Sort"
10011
10512
  >
10012
10513
  <span class="pf-v6-c-button__icon">
10013
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
10514
+ <span class="pf-v6-c-icon">
10515
+ <span
10516
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
10517
+ >
10518
+ <svg
10519
+ class="pf-v6-svg"
10520
+ viewBox="0 0 512 512"
10521
+ fill="currentColor"
10522
+ aria-hidden="true"
10523
+ role="img"
10524
+ width="1em"
10525
+ height="1em"
10526
+ >
10527
+ <path
10528
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
10529
+ />
10530
+ </svg>
10531
+ </span>
10532
+ </span>
10014
10533
  </span>
10015
10534
  </button>
10016
10535
  </div>
@@ -10570,7 +11089,7 @@ wrapperTag: div
10570
11089
  <span class="pf-v6-c-button__icon">
10571
11090
  <svg
10572
11091
  class="pf-v6-svg"
10573
- viewBox="0 0 352 512"
11092
+ viewBox="0 0 20 20"
10574
11093
  fill="currentColor"
10575
11094
  aria-hidden="true"
10576
11095
  role="img"
@@ -10578,7 +11097,7 @@ wrapperTag: div
10578
11097
  height="1em"
10579
11098
  >
10580
11099
  <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"
11100
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
10582
11101
  />
10583
11102
  </svg>
10584
11103
  </span>
@@ -11023,21 +11542,57 @@ wrapperTag: div
11023
11542
  </li>
11024
11543
  <li class="pf-v6-c-breadcrumb__item">
11025
11544
  <span class="pf-v6-c-breadcrumb__item-divider">
11026
- <i class="fas fa-angle-right" aria-hidden="true"></i>
11545
+ <svg
11546
+ class="pf-v6-svg"
11547
+ viewBox="0 0 20 20"
11548
+ fill="currentColor"
11549
+ aria-hidden="true"
11550
+ role="img"
11551
+ width="1em"
11552
+ height="1em"
11553
+ >
11554
+ <path
11555
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
11556
+ />
11557
+ </svg>
11027
11558
  </span>
11028
11559
 
11029
11560
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
11030
11561
  </li>
11031
11562
  <li class="pf-v6-c-breadcrumb__item">
11032
11563
  <span class="pf-v6-c-breadcrumb__item-divider">
11033
- <i class="fas fa-angle-right" aria-hidden="true"></i>
11564
+ <svg
11565
+ class="pf-v6-svg"
11566
+ viewBox="0 0 20 20"
11567
+ fill="currentColor"
11568
+ aria-hidden="true"
11569
+ role="img"
11570
+ width="1em"
11571
+ height="1em"
11572
+ >
11573
+ <path
11574
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
11575
+ />
11576
+ </svg>
11034
11577
  </span>
11035
11578
 
11036
11579
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
11037
11580
  </li>
11038
11581
  <li class="pf-v6-c-breadcrumb__item">
11039
11582
  <span class="pf-v6-c-breadcrumb__item-divider">
11040
- <i class="fas fa-angle-right" aria-hidden="true"></i>
11583
+ <svg
11584
+ class="pf-v6-svg"
11585
+ viewBox="0 0 20 20"
11586
+ fill="currentColor"
11587
+ aria-hidden="true"
11588
+ role="img"
11589
+ width="1em"
11590
+ height="1em"
11591
+ >
11592
+ <path
11593
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
11594
+ />
11595
+ </svg>
11041
11596
  </span>
11042
11597
 
11043
11598
  <a
@@ -11210,7 +11765,25 @@ wrapperTag: div
11210
11765
  aria-label="Sort"
11211
11766
  >
11212
11767
  <span class="pf-v6-c-button__icon">
11213
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
11768
+ <span class="pf-v6-c-icon">
11769
+ <span
11770
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
11771
+ >
11772
+ <svg
11773
+ class="pf-v6-svg"
11774
+ viewBox="0 0 512 512"
11775
+ fill="currentColor"
11776
+ aria-hidden="true"
11777
+ role="img"
11778
+ width="1em"
11779
+ height="1em"
11780
+ >
11781
+ <path
11782
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
11783
+ />
11784
+ </svg>
11785
+ </span>
11786
+ </span>
11214
11787
  </span>
11215
11788
  </button>
11216
11789
  </div>
@@ -12131,21 +12704,57 @@ wrapperTag: div
12131
12704
  </li>
12132
12705
  <li class="pf-v6-c-breadcrumb__item">
12133
12706
  <span class="pf-v6-c-breadcrumb__item-divider">
12134
- <i class="fas fa-angle-right" aria-hidden="true"></i>
12707
+ <svg
12708
+ class="pf-v6-svg"
12709
+ viewBox="0 0 20 20"
12710
+ fill="currentColor"
12711
+ aria-hidden="true"
12712
+ role="img"
12713
+ width="1em"
12714
+ height="1em"
12715
+ >
12716
+ <path
12717
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
12718
+ />
12719
+ </svg>
12135
12720
  </span>
12136
12721
 
12137
12722
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
12138
12723
  </li>
12139
12724
  <li class="pf-v6-c-breadcrumb__item">
12140
12725
  <span class="pf-v6-c-breadcrumb__item-divider">
12141
- <i class="fas fa-angle-right" aria-hidden="true"></i>
12726
+ <svg
12727
+ class="pf-v6-svg"
12728
+ viewBox="0 0 20 20"
12729
+ fill="currentColor"
12730
+ aria-hidden="true"
12731
+ role="img"
12732
+ width="1em"
12733
+ height="1em"
12734
+ >
12735
+ <path
12736
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
12737
+ />
12738
+ </svg>
12142
12739
  </span>
12143
12740
 
12144
12741
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
12145
12742
  </li>
12146
12743
  <li class="pf-v6-c-breadcrumb__item">
12147
12744
  <span class="pf-v6-c-breadcrumb__item-divider">
12148
- <i class="fas fa-angle-right" aria-hidden="true"></i>
12745
+ <svg
12746
+ class="pf-v6-svg"
12747
+ viewBox="0 0 20 20"
12748
+ fill="currentColor"
12749
+ aria-hidden="true"
12750
+ role="img"
12751
+ width="1em"
12752
+ height="1em"
12753
+ >
12754
+ <path
12755
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
12756
+ />
12757
+ </svg>
12149
12758
  </span>
12150
12759
 
12151
12760
  <a
@@ -12280,7 +12889,25 @@ wrapperTag: div
12280
12889
  aria-label="Sort"
12281
12890
  >
12282
12891
  <span class="pf-v6-c-button__icon">
12283
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
12892
+ <span class="pf-v6-c-icon">
12893
+ <span
12894
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
12895
+ >
12896
+ <svg
12897
+ class="pf-v6-svg"
12898
+ viewBox="0 0 512 512"
12899
+ fill="currentColor"
12900
+ aria-hidden="true"
12901
+ role="img"
12902
+ width="1em"
12903
+ height="1em"
12904
+ >
12905
+ <path
12906
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
12907
+ />
12908
+ </svg>
12909
+ </span>
12910
+ </span>
12284
12911
  </span>
12285
12912
  </button>
12286
12913
  </div>
@@ -13350,21 +13977,57 @@ wrapperTag: div
13350
13977
  </li>
13351
13978
  <li class="pf-v6-c-breadcrumb__item">
13352
13979
  <span class="pf-v6-c-breadcrumb__item-divider">
13353
- <i class="fas fa-angle-right" aria-hidden="true"></i>
13980
+ <svg
13981
+ class="pf-v6-svg"
13982
+ viewBox="0 0 20 20"
13983
+ fill="currentColor"
13984
+ aria-hidden="true"
13985
+ role="img"
13986
+ width="1em"
13987
+ height="1em"
13988
+ >
13989
+ <path
13990
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
13991
+ />
13992
+ </svg>
13354
13993
  </span>
13355
13994
 
13356
13995
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
13357
13996
  </li>
13358
13997
  <li class="pf-v6-c-breadcrumb__item">
13359
13998
  <span class="pf-v6-c-breadcrumb__item-divider">
13360
- <i class="fas fa-angle-right" aria-hidden="true"></i>
13999
+ <svg
14000
+ class="pf-v6-svg"
14001
+ viewBox="0 0 20 20"
14002
+ fill="currentColor"
14003
+ aria-hidden="true"
14004
+ role="img"
14005
+ width="1em"
14006
+ height="1em"
14007
+ >
14008
+ <path
14009
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
14010
+ />
14011
+ </svg>
13361
14012
  </span>
13362
14013
 
13363
14014
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
13364
14015
  </li>
13365
14016
  <li class="pf-v6-c-breadcrumb__item">
13366
14017
  <span class="pf-v6-c-breadcrumb__item-divider">
13367
- <i class="fas fa-angle-right" aria-hidden="true"></i>
14018
+ <svg
14019
+ class="pf-v6-svg"
14020
+ viewBox="0 0 20 20"
14021
+ fill="currentColor"
14022
+ aria-hidden="true"
14023
+ role="img"
14024
+ width="1em"
14025
+ height="1em"
14026
+ >
14027
+ <path
14028
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
14029
+ />
14030
+ </svg>
13368
14031
  </span>
13369
14032
 
13370
14033
  <a
@@ -13504,7 +14167,25 @@ wrapperTag: div
13504
14167
  aria-label="Sort"
13505
14168
  >
13506
14169
  <span class="pf-v6-c-button__icon">
13507
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
14170
+ <span class="pf-v6-c-icon">
14171
+ <span
14172
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
14173
+ >
14174
+ <svg
14175
+ class="pf-v6-svg"
14176
+ viewBox="0 0 512 512"
14177
+ fill="currentColor"
14178
+ aria-hidden="true"
14179
+ role="img"
14180
+ width="1em"
14181
+ height="1em"
14182
+ >
14183
+ <path
14184
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
14185
+ />
14186
+ </svg>
14187
+ </span>
14188
+ </span>
13508
14189
  </span>
13509
14190
  </button>
13510
14191
  </div>
@@ -14605,21 +15286,57 @@ wrapperTag: div
14605
15286
  </li>
14606
15287
  <li class="pf-v6-c-breadcrumb__item">
14607
15288
  <span class="pf-v6-c-breadcrumb__item-divider">
14608
- <i class="fas fa-angle-right" aria-hidden="true"></i>
15289
+ <svg
15290
+ class="pf-v6-svg"
15291
+ viewBox="0 0 20 20"
15292
+ fill="currentColor"
15293
+ aria-hidden="true"
15294
+ role="img"
15295
+ width="1em"
15296
+ height="1em"
15297
+ >
15298
+ <path
15299
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
15300
+ />
15301
+ </svg>
14609
15302
  </span>
14610
15303
 
14611
15304
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
14612
15305
  </li>
14613
15306
  <li class="pf-v6-c-breadcrumb__item">
14614
15307
  <span class="pf-v6-c-breadcrumb__item-divider">
14615
- <i class="fas fa-angle-right" aria-hidden="true"></i>
15308
+ <svg
15309
+ class="pf-v6-svg"
15310
+ viewBox="0 0 20 20"
15311
+ fill="currentColor"
15312
+ aria-hidden="true"
15313
+ role="img"
15314
+ width="1em"
15315
+ height="1em"
15316
+ >
15317
+ <path
15318
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
15319
+ />
15320
+ </svg>
14616
15321
  </span>
14617
15322
 
14618
15323
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
14619
15324
  </li>
14620
15325
  <li class="pf-v6-c-breadcrumb__item">
14621
15326
  <span class="pf-v6-c-breadcrumb__item-divider">
14622
- <i class="fas fa-angle-right" aria-hidden="true"></i>
15327
+ <svg
15328
+ class="pf-v6-svg"
15329
+ viewBox="0 0 20 20"
15330
+ fill="currentColor"
15331
+ aria-hidden="true"
15332
+ role="img"
15333
+ width="1em"
15334
+ height="1em"
15335
+ >
15336
+ <path
15337
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
15338
+ />
15339
+ </svg>
14623
15340
  </span>
14624
15341
 
14625
15342
  <a
@@ -14757,7 +15474,25 @@ wrapperTag: div
14757
15474
  aria-label="Sort"
14758
15475
  >
14759
15476
  <span class="pf-v6-c-button__icon">
14760
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
15477
+ <span class="pf-v6-c-icon">
15478
+ <span
15479
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
15480
+ >
15481
+ <svg
15482
+ class="pf-v6-svg"
15483
+ viewBox="0 0 512 512"
15484
+ fill="currentColor"
15485
+ aria-hidden="true"
15486
+ role="img"
15487
+ width="1em"
15488
+ height="1em"
15489
+ >
15490
+ <path
15491
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
15492
+ />
15493
+ </svg>
15494
+ </span>
15495
+ </span>
14761
15496
  </span>
14762
15497
  </button>
14763
15498
  </div>
@@ -15858,21 +16593,57 @@ wrapperTag: div
15858
16593
  </li>
15859
16594
  <li class="pf-v6-c-breadcrumb__item">
15860
16595
  <span class="pf-v6-c-breadcrumb__item-divider">
15861
- <i class="fas fa-angle-right" aria-hidden="true"></i>
16596
+ <svg
16597
+ class="pf-v6-svg"
16598
+ viewBox="0 0 20 20"
16599
+ fill="currentColor"
16600
+ aria-hidden="true"
16601
+ role="img"
16602
+ width="1em"
16603
+ height="1em"
16604
+ >
16605
+ <path
16606
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
16607
+ />
16608
+ </svg>
15862
16609
  </span>
15863
16610
 
15864
16611
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
15865
16612
  </li>
15866
16613
  <li class="pf-v6-c-breadcrumb__item">
15867
16614
  <span class="pf-v6-c-breadcrumb__item-divider">
15868
- <i class="fas fa-angle-right" aria-hidden="true"></i>
16615
+ <svg
16616
+ class="pf-v6-svg"
16617
+ viewBox="0 0 20 20"
16618
+ fill="currentColor"
16619
+ aria-hidden="true"
16620
+ role="img"
16621
+ width="1em"
16622
+ height="1em"
16623
+ >
16624
+ <path
16625
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
16626
+ />
16627
+ </svg>
15869
16628
  </span>
15870
16629
 
15871
16630
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
15872
16631
  </li>
15873
16632
  <li class="pf-v6-c-breadcrumb__item">
15874
16633
  <span class="pf-v6-c-breadcrumb__item-divider">
15875
- <i class="fas fa-angle-right" aria-hidden="true"></i>
16634
+ <svg
16635
+ class="pf-v6-svg"
16636
+ viewBox="0 0 20 20"
16637
+ fill="currentColor"
16638
+ aria-hidden="true"
16639
+ role="img"
16640
+ width="1em"
16641
+ height="1em"
16642
+ >
16643
+ <path
16644
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
16645
+ />
16646
+ </svg>
15876
16647
  </span>
15877
16648
 
15878
16649
  <a
@@ -16010,7 +16781,25 @@ wrapperTag: div
16010
16781
  aria-label="Sort"
16011
16782
  >
16012
16783
  <span class="pf-v6-c-button__icon">
16013
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
16784
+ <span class="pf-v6-c-icon">
16785
+ <span
16786
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
16787
+ >
16788
+ <svg
16789
+ class="pf-v6-svg"
16790
+ viewBox="0 0 512 512"
16791
+ fill="currentColor"
16792
+ aria-hidden="true"
16793
+ role="img"
16794
+ width="1em"
16795
+ height="1em"
16796
+ >
16797
+ <path
16798
+ d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
16799
+ />
16800
+ </svg>
16801
+ </span>
16802
+ </span>
16014
16803
  </span>
16015
16804
  </button>
16016
16805
  </div>
@@ -17073,21 +17862,57 @@ By default, table cell alignment is set to baseline. This retains vertical align
17073
17862
  </li>
17074
17863
  <li class="pf-v6-c-breadcrumb__item">
17075
17864
  <span class="pf-v6-c-breadcrumb__item-divider">
17076
- <i class="fas fa-angle-right" aria-hidden="true"></i>
17865
+ <svg
17866
+ class="pf-v6-svg"
17867
+ viewBox="0 0 20 20"
17868
+ fill="currentColor"
17869
+ aria-hidden="true"
17870
+ role="img"
17871
+ width="1em"
17872
+ height="1em"
17873
+ >
17874
+ <path
17875
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
17876
+ />
17877
+ </svg>
17077
17878
  </span>
17078
17879
 
17079
17880
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
17080
17881
  </li>
17081
17882
  <li class="pf-v6-c-breadcrumb__item">
17082
17883
  <span class="pf-v6-c-breadcrumb__item-divider">
17083
- <i class="fas fa-angle-right" aria-hidden="true"></i>
17884
+ <svg
17885
+ class="pf-v6-svg"
17886
+ viewBox="0 0 20 20"
17887
+ fill="currentColor"
17888
+ aria-hidden="true"
17889
+ role="img"
17890
+ width="1em"
17891
+ height="1em"
17892
+ >
17893
+ <path
17894
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
17895
+ />
17896
+ </svg>
17084
17897
  </span>
17085
17898
 
17086
17899
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
17087
17900
  </li>
17088
17901
  <li class="pf-v6-c-breadcrumb__item">
17089
17902
  <span class="pf-v6-c-breadcrumb__item-divider">
17090
- <i class="fas fa-angle-right" aria-hidden="true"></i>
17903
+ <svg
17904
+ class="pf-v6-svg"
17905
+ viewBox="0 0 20 20"
17906
+ fill="currentColor"
17907
+ aria-hidden="true"
17908
+ role="img"
17909
+ width="1em"
17910
+ height="1em"
17911
+ >
17912
+ <path
17913
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
17914
+ />
17915
+ </svg>
17091
17916
  </span>
17092
17917
 
17093
17918
  <a
@@ -17665,21 +18490,57 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
17665
18490
  </li>
17666
18491
  <li class="pf-v6-c-breadcrumb__item">
17667
18492
  <span class="pf-v6-c-breadcrumb__item-divider">
17668
- <i class="fas fa-angle-right" aria-hidden="true"></i>
18493
+ <svg
18494
+ class="pf-v6-svg"
18495
+ viewBox="0 0 20 20"
18496
+ fill="currentColor"
18497
+ aria-hidden="true"
18498
+ role="img"
18499
+ width="1em"
18500
+ height="1em"
18501
+ >
18502
+ <path
18503
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
18504
+ />
18505
+ </svg>
17669
18506
  </span>
17670
18507
 
17671
18508
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
17672
18509
  </li>
17673
18510
  <li class="pf-v6-c-breadcrumb__item">
17674
18511
  <span class="pf-v6-c-breadcrumb__item-divider">
17675
- <i class="fas fa-angle-right" aria-hidden="true"></i>
18512
+ <svg
18513
+ class="pf-v6-svg"
18514
+ viewBox="0 0 20 20"
18515
+ fill="currentColor"
18516
+ aria-hidden="true"
18517
+ role="img"
18518
+ width="1em"
18519
+ height="1em"
18520
+ >
18521
+ <path
18522
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
18523
+ />
18524
+ </svg>
17676
18525
  </span>
17677
18526
 
17678
18527
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
17679
18528
  </li>
17680
18529
  <li class="pf-v6-c-breadcrumb__item">
17681
18530
  <span class="pf-v6-c-breadcrumb__item-divider">
17682
- <i class="fas fa-angle-right" aria-hidden="true"></i>
18531
+ <svg
18532
+ class="pf-v6-svg"
18533
+ viewBox="0 0 20 20"
18534
+ fill="currentColor"
18535
+ aria-hidden="true"
18536
+ role="img"
18537
+ width="1em"
18538
+ height="1em"
18539
+ >
18540
+ <path
18541
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
18542
+ />
18543
+ </svg>
17683
18544
  </span>
17684
18545
 
17685
18546
  <a
@@ -18552,7 +19413,7 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18552
19413
  <span class="pf-v6-c-button__icon">
18553
19414
  <svg
18554
19415
  class="pf-v6-svg"
18555
- viewBox="0 0 352 512"
19416
+ viewBox="0 0 20 20"
18556
19417
  fill="currentColor"
18557
19418
  aria-hidden="true"
18558
19419
  role="img"
@@ -18560,7 +19421,7 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18560
19421
  height="1em"
18561
19422
  >
18562
19423
  <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"
19424
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
18564
19425
  />
18565
19426
  </svg>
18566
19427
  </span>