@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
@@ -253,21 +253,57 @@ wrapperTag: div
253
253
  </li>
254
254
  <li class="pf-v6-c-breadcrumb__item">
255
255
  <span class="pf-v6-c-breadcrumb__item-divider">
256
- <i class="fas fa-angle-right" aria-hidden="true"></i>
256
+ <svg
257
+ class="pf-v6-svg"
258
+ viewBox="0 0 20 20"
259
+ fill="currentColor"
260
+ aria-hidden="true"
261
+ role="img"
262
+ width="1em"
263
+ height="1em"
264
+ >
265
+ <path
266
+ 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"
267
+ />
268
+ </svg>
257
269
  </span>
258
270
 
259
271
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
260
272
  </li>
261
273
  <li class="pf-v6-c-breadcrumb__item">
262
274
  <span class="pf-v6-c-breadcrumb__item-divider">
263
- <i class="fas fa-angle-right" aria-hidden="true"></i>
275
+ <svg
276
+ class="pf-v6-svg"
277
+ viewBox="0 0 20 20"
278
+ fill="currentColor"
279
+ aria-hidden="true"
280
+ role="img"
281
+ width="1em"
282
+ height="1em"
283
+ >
284
+ <path
285
+ 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"
286
+ />
287
+ </svg>
264
288
  </span>
265
289
 
266
290
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
267
291
  </li>
268
292
  <li class="pf-v6-c-breadcrumb__item">
269
293
  <span class="pf-v6-c-breadcrumb__item-divider">
270
- <i class="fas fa-angle-right" aria-hidden="true"></i>
294
+ <svg
295
+ class="pf-v6-svg"
296
+ viewBox="0 0 20 20"
297
+ fill="currentColor"
298
+ aria-hidden="true"
299
+ role="img"
300
+ width="1em"
301
+ height="1em"
302
+ >
303
+ <path
304
+ 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"
305
+ />
306
+ </svg>
271
307
  </span>
272
308
 
273
309
  <a
@@ -426,7 +462,25 @@ wrapperTag: div
426
462
  aria-label="Sort"
427
463
  >
428
464
  <span class="pf-v6-c-button__icon">
429
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
465
+ <span class="pf-v6-c-icon">
466
+ <span
467
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
468
+ >
469
+ <svg
470
+ class="pf-v6-svg"
471
+ viewBox="0 0 512 512"
472
+ fill="currentColor"
473
+ aria-hidden="true"
474
+ role="img"
475
+ width="1em"
476
+ height="1em"
477
+ >
478
+ <path
479
+ 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"
480
+ />
481
+ </svg>
482
+ </span>
483
+ </span>
430
484
  </span>
431
485
  </button>
432
486
  </div>
@@ -1110,7 +1164,7 @@ wrapperTag: div
1110
1164
  <span class="pf-v6-c-button__icon">
1111
1165
  <svg
1112
1166
  class="pf-v6-svg"
1113
- viewBox="0 0 352 512"
1167
+ viewBox="0 0 20 20"
1114
1168
  fill="currentColor"
1115
1169
  aria-hidden="true"
1116
1170
  role="img"
@@ -1118,7 +1172,7 @@ wrapperTag: div
1118
1172
  height="1em"
1119
1173
  >
1120
1174
  <path
1121
- 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"
1175
+ 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"
1122
1176
  />
1123
1177
  </svg>
1124
1178
  </span>
@@ -1152,7 +1206,7 @@ wrapperTag: div
1152
1206
  <span class="pf-v6-c-button__icon">
1153
1207
  <svg
1154
1208
  class="pf-v6-svg"
1155
- viewBox="0 0 256 512"
1209
+ viewBox="0 0 20 20"
1156
1210
  fill="currentColor"
1157
1211
  aria-hidden="true"
1158
1212
  role="img"
@@ -1160,7 +1214,7 @@ wrapperTag: div
1160
1214
  height="1em"
1161
1215
  >
1162
1216
  <path
1163
- 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"
1217
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
1164
1218
  />
1165
1219
  </svg>
1166
1220
  </span>
@@ -1208,7 +1262,7 @@ wrapperTag: div
1208
1262
  <span class="pf-v6-c-button__icon">
1209
1263
  <svg
1210
1264
  class="pf-v6-svg"
1211
- viewBox="0 0 256 512"
1265
+ viewBox="0 0 20 20"
1212
1266
  fill="currentColor"
1213
1267
  aria-hidden="true"
1214
1268
  role="img"
@@ -1216,7 +1270,7 @@ wrapperTag: div
1216
1270
  height="1em"
1217
1271
  >
1218
1272
  <path
1219
- 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"
1273
+ 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"
1220
1274
  />
1221
1275
  </svg>
1222
1276
  </span>
@@ -1575,21 +1629,57 @@ wrapperTag: div
1575
1629
  </li>
1576
1630
  <li class="pf-v6-c-breadcrumb__item">
1577
1631
  <span class="pf-v6-c-breadcrumb__item-divider">
1578
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1632
+ <svg
1633
+ class="pf-v6-svg"
1634
+ viewBox="0 0 20 20"
1635
+ fill="currentColor"
1636
+ aria-hidden="true"
1637
+ role="img"
1638
+ width="1em"
1639
+ height="1em"
1640
+ >
1641
+ <path
1642
+ 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"
1643
+ />
1644
+ </svg>
1579
1645
  </span>
1580
1646
 
1581
1647
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
1582
1648
  </li>
1583
1649
  <li class="pf-v6-c-breadcrumb__item">
1584
1650
  <span class="pf-v6-c-breadcrumb__item-divider">
1585
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1651
+ <svg
1652
+ class="pf-v6-svg"
1653
+ viewBox="0 0 20 20"
1654
+ fill="currentColor"
1655
+ aria-hidden="true"
1656
+ role="img"
1657
+ width="1em"
1658
+ height="1em"
1659
+ >
1660
+ <path
1661
+ 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"
1662
+ />
1663
+ </svg>
1586
1664
  </span>
1587
1665
 
1588
1666
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
1589
1667
  </li>
1590
1668
  <li class="pf-v6-c-breadcrumb__item">
1591
1669
  <span class="pf-v6-c-breadcrumb__item-divider">
1592
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1670
+ <svg
1671
+ class="pf-v6-svg"
1672
+ viewBox="0 0 20 20"
1673
+ fill="currentColor"
1674
+ aria-hidden="true"
1675
+ role="img"
1676
+ width="1em"
1677
+ height="1em"
1678
+ >
1679
+ <path
1680
+ 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"
1681
+ />
1682
+ </svg>
1593
1683
  </span>
1594
1684
 
1595
1685
  <a
@@ -1749,7 +1839,25 @@ wrapperTag: div
1749
1839
  aria-label="Sort"
1750
1840
  >
1751
1841
  <span class="pf-v6-c-button__icon">
1752
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
1842
+ <span class="pf-v6-c-icon">
1843
+ <span
1844
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
1845
+ >
1846
+ <svg
1847
+ class="pf-v6-svg"
1848
+ viewBox="0 0 512 512"
1849
+ fill="currentColor"
1850
+ aria-hidden="true"
1851
+ role="img"
1852
+ width="1em"
1853
+ height="1em"
1854
+ >
1855
+ <path
1856
+ 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"
1857
+ />
1858
+ </svg>
1859
+ </span>
1860
+ </span>
1753
1861
  </span>
1754
1862
  </button>
1755
1863
  </div>
@@ -2433,7 +2541,7 @@ wrapperTag: div
2433
2541
  <span class="pf-v6-c-button__icon">
2434
2542
  <svg
2435
2543
  class="pf-v6-svg"
2436
- viewBox="0 0 352 512"
2544
+ viewBox="0 0 20 20"
2437
2545
  fill="currentColor"
2438
2546
  aria-hidden="true"
2439
2547
  role="img"
@@ -2441,7 +2549,7 @@ wrapperTag: div
2441
2549
  height="1em"
2442
2550
  >
2443
2551
  <path
2444
- 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"
2552
+ 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"
2445
2553
  />
2446
2554
  </svg>
2447
2555
  </span>
@@ -2786,21 +2894,57 @@ wrapperTag: div
2786
2894
  </li>
2787
2895
  <li class="pf-v6-c-breadcrumb__item">
2788
2896
  <span class="pf-v6-c-breadcrumb__item-divider">
2789
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2897
+ <svg
2898
+ class="pf-v6-svg"
2899
+ viewBox="0 0 20 20"
2900
+ fill="currentColor"
2901
+ aria-hidden="true"
2902
+ role="img"
2903
+ width="1em"
2904
+ height="1em"
2905
+ >
2906
+ <path
2907
+ 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"
2908
+ />
2909
+ </svg>
2790
2910
  </span>
2791
2911
 
2792
2912
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
2793
2913
  </li>
2794
2914
  <li class="pf-v6-c-breadcrumb__item">
2795
2915
  <span class="pf-v6-c-breadcrumb__item-divider">
2796
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2916
+ <svg
2917
+ class="pf-v6-svg"
2918
+ viewBox="0 0 20 20"
2919
+ fill="currentColor"
2920
+ aria-hidden="true"
2921
+ role="img"
2922
+ width="1em"
2923
+ height="1em"
2924
+ >
2925
+ <path
2926
+ 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"
2927
+ />
2928
+ </svg>
2797
2929
  </span>
2798
2930
 
2799
2931
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
2800
2932
  </li>
2801
2933
  <li class="pf-v6-c-breadcrumb__item">
2802
2934
  <span class="pf-v6-c-breadcrumb__item-divider">
2803
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2935
+ <svg
2936
+ class="pf-v6-svg"
2937
+ viewBox="0 0 20 20"
2938
+ fill="currentColor"
2939
+ aria-hidden="true"
2940
+ role="img"
2941
+ width="1em"
2942
+ height="1em"
2943
+ >
2944
+ <path
2945
+ 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"
2946
+ />
2947
+ </svg>
2804
2948
  </span>
2805
2949
 
2806
2950
  <a
@@ -2904,7 +3048,25 @@ wrapperTag: div
2904
3048
  aria-label="Sort"
2905
3049
  >
2906
3050
  <span class="pf-v6-c-button__icon">
2907
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
3051
+ <span class="pf-v6-c-icon">
3052
+ <span
3053
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
3054
+ >
3055
+ <svg
3056
+ class="pf-v6-svg"
3057
+ viewBox="0 0 512 512"
3058
+ fill="currentColor"
3059
+ aria-hidden="true"
3060
+ role="img"
3061
+ width="1em"
3062
+ height="1em"
3063
+ >
3064
+ <path
3065
+ 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"
3066
+ />
3067
+ </svg>
3068
+ </span>
3069
+ </span>
2908
3070
  </span>
2909
3071
  </button>
2910
3072
  </div>
@@ -3588,7 +3750,7 @@ wrapperTag: div
3588
3750
  <span class="pf-v6-c-button__icon">
3589
3751
  <svg
3590
3752
  class="pf-v6-svg"
3591
- viewBox="0 0 352 512"
3753
+ viewBox="0 0 20 20"
3592
3754
  fill="currentColor"
3593
3755
  aria-hidden="true"
3594
3756
  role="img"
@@ -3596,7 +3758,7 @@ wrapperTag: div
3596
3758
  height="1em"
3597
3759
  >
3598
3760
  <path
3599
- 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"
3761
+ 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"
3600
3762
  />
3601
3763
  </svg>
3602
3764
  </span>
@@ -3941,21 +4103,57 @@ wrapperTag: div
3941
4103
  </li>
3942
4104
  <li class="pf-v6-c-breadcrumb__item">
3943
4105
  <span class="pf-v6-c-breadcrumb__item-divider">
3944
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4106
+ <svg
4107
+ class="pf-v6-svg"
4108
+ viewBox="0 0 20 20"
4109
+ fill="currentColor"
4110
+ aria-hidden="true"
4111
+ role="img"
4112
+ width="1em"
4113
+ height="1em"
4114
+ >
4115
+ <path
4116
+ 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"
4117
+ />
4118
+ </svg>
3945
4119
  </span>
3946
4120
 
3947
4121
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
3948
4122
  </li>
3949
4123
  <li class="pf-v6-c-breadcrumb__item">
3950
4124
  <span class="pf-v6-c-breadcrumb__item-divider">
3951
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4125
+ <svg
4126
+ class="pf-v6-svg"
4127
+ viewBox="0 0 20 20"
4128
+ fill="currentColor"
4129
+ aria-hidden="true"
4130
+ role="img"
4131
+ width="1em"
4132
+ height="1em"
4133
+ >
4134
+ <path
4135
+ 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"
4136
+ />
4137
+ </svg>
3952
4138
  </span>
3953
4139
 
3954
4140
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
3955
4141
  </li>
3956
4142
  <li class="pf-v6-c-breadcrumb__item">
3957
4143
  <span class="pf-v6-c-breadcrumb__item-divider">
3958
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4144
+ <svg
4145
+ class="pf-v6-svg"
4146
+ viewBox="0 0 20 20"
4147
+ fill="currentColor"
4148
+ aria-hidden="true"
4149
+ role="img"
4150
+ width="1em"
4151
+ height="1em"
4152
+ >
4153
+ <path
4154
+ 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"
4155
+ />
4156
+ </svg>
3959
4157
  </span>
3960
4158
 
3961
4159
  <a
@@ -4095,7 +4293,25 @@ wrapperTag: div
4095
4293
  aria-label="Sort"
4096
4294
  >
4097
4295
  <span class="pf-v6-c-button__icon">
4098
- <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
4296
+ <span class="pf-v6-c-icon">
4297
+ <span
4298
+ class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
4299
+ >
4300
+ <svg
4301
+ class="pf-v6-svg"
4302
+ viewBox="0 0 512 512"
4303
+ fill="currentColor"
4304
+ aria-hidden="true"
4305
+ role="img"
4306
+ width="1em"
4307
+ height="1em"
4308
+ >
4309
+ <path
4310
+ 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"
4311
+ />
4312
+ </svg>
4313
+ </span>
4314
+ </span>
4099
4315
  </span>
4100
4316
  </button>
4101
4317
  </div>
@@ -4767,7 +4983,7 @@ wrapperTag: div
4767
4983
  <span class="pf-v6-c-button__icon">
4768
4984
  <svg
4769
4985
  class="pf-v6-svg"
4770
- viewBox="0 0 352 512"
4986
+ viewBox="0 0 20 20"
4771
4987
  fill="currentColor"
4772
4988
  aria-hidden="true"
4773
4989
  role="img"
@@ -4775,7 +4991,7 @@ wrapperTag: div
4775
4991
  height="1em"
4776
4992
  >
4777
4993
  <path
4778
- 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"
4994
+ 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"
4779
4995
  />
4780
4996
  </svg>
4781
4997
  </span>
@@ -5122,21 +5338,57 @@ wrapperTag: div
5122
5338
  </li>
5123
5339
  <li class="pf-v6-c-breadcrumb__item">
5124
5340
  <span class="pf-v6-c-breadcrumb__item-divider">
5125
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5341
+ <svg
5342
+ class="pf-v6-svg"
5343
+ viewBox="0 0 20 20"
5344
+ fill="currentColor"
5345
+ aria-hidden="true"
5346
+ role="img"
5347
+ width="1em"
5348
+ height="1em"
5349
+ >
5350
+ <path
5351
+ 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"
5352
+ />
5353
+ </svg>
5126
5354
  </span>
5127
5355
 
5128
5356
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
5129
5357
  </li>
5130
5358
  <li class="pf-v6-c-breadcrumb__item">
5131
5359
  <span class="pf-v6-c-breadcrumb__item-divider">
5132
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5360
+ <svg
5361
+ class="pf-v6-svg"
5362
+ viewBox="0 0 20 20"
5363
+ fill="currentColor"
5364
+ aria-hidden="true"
5365
+ role="img"
5366
+ width="1em"
5367
+ height="1em"
5368
+ >
5369
+ <path
5370
+ 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"
5371
+ />
5372
+ </svg>
5133
5373
  </span>
5134
5374
 
5135
5375
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
5136
5376
  </li>
5137
5377
  <li class="pf-v6-c-breadcrumb__item">
5138
5378
  <span class="pf-v6-c-breadcrumb__item-divider">
5139
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5379
+ <svg
5380
+ class="pf-v6-svg"
5381
+ viewBox="0 0 20 20"
5382
+ fill="currentColor"
5383
+ aria-hidden="true"
5384
+ role="img"
5385
+ width="1em"
5386
+ height="1em"
5387
+ >
5388
+ <path
5389
+ 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"
5390
+ />
5391
+ </svg>
5140
5392
  </span>
5141
5393
 
5142
5394
  <a
@@ -5256,7 +5508,7 @@ wrapperTag: div
5256
5508
  <span class="pf-v6-c-button__icon">
5257
5509
  <svg
5258
5510
  class="pf-v6-svg"
5259
- viewBox="0 0 352 512"
5511
+ viewBox="0 0 20 20"
5260
5512
  fill="currentColor"
5261
5513
  aria-hidden="true"
5262
5514
  role="img"
@@ -5264,7 +5516,7 @@ wrapperTag: div
5264
5516
  height="1em"
5265
5517
  >
5266
5518
  <path
5267
- 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"
5519
+ 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"
5268
5520
  />
5269
5521
  </svg>
5270
5522
  </span>
@@ -5607,21 +5859,57 @@ wrapperTag: div
5607
5859
  </li>
5608
5860
  <li class="pf-v6-c-breadcrumb__item">
5609
5861
  <span class="pf-v6-c-breadcrumb__item-divider">
5610
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5862
+ <svg
5863
+ class="pf-v6-svg"
5864
+ viewBox="0 0 20 20"
5865
+ fill="currentColor"
5866
+ aria-hidden="true"
5867
+ role="img"
5868
+ width="1em"
5869
+ height="1em"
5870
+ >
5871
+ <path
5872
+ 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"
5873
+ />
5874
+ </svg>
5611
5875
  </span>
5612
5876
 
5613
5877
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
5614
5878
  </li>
5615
5879
  <li class="pf-v6-c-breadcrumb__item">
5616
5880
  <span class="pf-v6-c-breadcrumb__item-divider">
5617
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5881
+ <svg
5882
+ class="pf-v6-svg"
5883
+ viewBox="0 0 20 20"
5884
+ fill="currentColor"
5885
+ aria-hidden="true"
5886
+ role="img"
5887
+ width="1em"
5888
+ height="1em"
5889
+ >
5890
+ <path
5891
+ 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"
5892
+ />
5893
+ </svg>
5618
5894
  </span>
5619
5895
 
5620
5896
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
5621
5897
  </li>
5622
5898
  <li class="pf-v6-c-breadcrumb__item">
5623
5899
  <span class="pf-v6-c-breadcrumb__item-divider">
5624
- <i class="fas fa-angle-right" aria-hidden="true"></i>
5900
+ <svg
5901
+ class="pf-v6-svg"
5902
+ viewBox="0 0 20 20"
5903
+ fill="currentColor"
5904
+ aria-hidden="true"
5905
+ role="img"
5906
+ width="1em"
5907
+ height="1em"
5908
+ >
5909
+ <path
5910
+ 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"
5911
+ />
5912
+ </svg>
5625
5913
  </span>
5626
5914
 
5627
5915
  <a
@@ -5873,7 +6161,7 @@ wrapperTag: div
5873
6161
  <span class="pf-v6-c-button__icon">
5874
6162
  <svg
5875
6163
  class="pf-v6-svg"
5876
- viewBox="0 0 352 512"
6164
+ viewBox="0 0 20 20"
5877
6165
  fill="currentColor"
5878
6166
  aria-hidden="true"
5879
6167
  role="img"
@@ -5881,7 +6169,7 @@ wrapperTag: div
5881
6169
  height="1em"
5882
6170
  >
5883
6171
  <path
5884
- 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"
6172
+ 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"
5885
6173
  />
5886
6174
  </svg>
5887
6175
  </span>
@@ -6224,21 +6512,57 @@ wrapperTag: div
6224
6512
  </li>
6225
6513
  <li class="pf-v6-c-breadcrumb__item">
6226
6514
  <span class="pf-v6-c-breadcrumb__item-divider">
6227
- <i class="fas fa-angle-right" aria-hidden="true"></i>
6515
+ <svg
6516
+ class="pf-v6-svg"
6517
+ viewBox="0 0 20 20"
6518
+ fill="currentColor"
6519
+ aria-hidden="true"
6520
+ role="img"
6521
+ width="1em"
6522
+ height="1em"
6523
+ >
6524
+ <path
6525
+ 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"
6526
+ />
6527
+ </svg>
6228
6528
  </span>
6229
6529
 
6230
6530
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
6231
6531
  </li>
6232
6532
  <li class="pf-v6-c-breadcrumb__item">
6233
6533
  <span class="pf-v6-c-breadcrumb__item-divider">
6234
- <i class="fas fa-angle-right" aria-hidden="true"></i>
6534
+ <svg
6535
+ class="pf-v6-svg"
6536
+ viewBox="0 0 20 20"
6537
+ fill="currentColor"
6538
+ aria-hidden="true"
6539
+ role="img"
6540
+ width="1em"
6541
+ height="1em"
6542
+ >
6543
+ <path
6544
+ 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"
6545
+ />
6546
+ </svg>
6235
6547
  </span>
6236
6548
 
6237
6549
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
6238
6550
  </li>
6239
6551
  <li class="pf-v6-c-breadcrumb__item">
6240
6552
  <span class="pf-v6-c-breadcrumb__item-divider">
6241
- <i class="fas fa-angle-right" aria-hidden="true"></i>
6553
+ <svg
6554
+ class="pf-v6-svg"
6555
+ viewBox="0 0 20 20"
6556
+ fill="currentColor"
6557
+ aria-hidden="true"
6558
+ role="img"
6559
+ width="1em"
6560
+ height="1em"
6561
+ >
6562
+ <path
6563
+ 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"
6564
+ />
6565
+ </svg>
6242
6566
  </span>
6243
6567
 
6244
6568
  <a
@@ -6921,7 +7245,7 @@ wrapperTag: div
6921
7245
  <span class="pf-v6-c-button__icon">
6922
7246
  <svg
6923
7247
  class="pf-v6-svg"
6924
- viewBox="0 0 352 512"
7248
+ viewBox="0 0 20 20"
6925
7249
  fill="currentColor"
6926
7250
  aria-hidden="true"
6927
7251
  role="img"
@@ -6929,7 +7253,7 @@ wrapperTag: div
6929
7253
  height="1em"
6930
7254
  >
6931
7255
  <path
6932
- 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"
7256
+ 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"
6933
7257
  />
6934
7258
  </svg>
6935
7259
  </span>
@@ -6963,7 +7287,7 @@ wrapperTag: div
6963
7287
  <span class="pf-v6-c-button__icon">
6964
7288
  <svg
6965
7289
  class="pf-v6-svg"
6966
- viewBox="0 0 256 512"
7290
+ viewBox="0 0 20 20"
6967
7291
  fill="currentColor"
6968
7292
  aria-hidden="true"
6969
7293
  role="img"
@@ -6971,7 +7295,7 @@ wrapperTag: div
6971
7295
  height="1em"
6972
7296
  >
6973
7297
  <path
6974
- 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"
7298
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
6975
7299
  />
6976
7300
  </svg>
6977
7301
  </span>
@@ -7019,7 +7343,7 @@ wrapperTag: div
7019
7343
  <span class="pf-v6-c-button__icon">
7020
7344
  <svg
7021
7345
  class="pf-v6-svg"
7022
- viewBox="0 0 256 512"
7346
+ viewBox="0 0 20 20"
7023
7347
  fill="currentColor"
7024
7348
  aria-hidden="true"
7025
7349
  role="img"
@@ -7027,7 +7351,7 @@ wrapperTag: div
7027
7351
  height="1em"
7028
7352
  >
7029
7353
  <path
7030
- 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"
7354
+ 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"
7031
7355
  />
7032
7356
  </svg>
7033
7357
  </span>