@patternfly/patternfly 6.5.0-prerelease.62 → 6.5.0-prerelease.63

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 (51) hide show
  1. package/components/Button/button.css +2 -2
  2. package/components/Button/button.scss +3 -3
  3. package/components/Menu/menu.css +26 -19
  4. package/components/Menu/menu.scss +26 -19
  5. package/components/MenuToggle/menu-toggle.css +9 -5
  6. package/components/MenuToggle/menu-toggle.scss +12 -5
  7. package/components/_index.css +37 -26
  8. package/docs/components/Breadcrumb/examples/Breadcrumb.md +13 -1
  9. package/docs/components/CalendarMonth/examples/CalendarMonth.md +52 -4
  10. package/docs/components/Card/examples/Card.md +130 -10
  11. package/docs/components/DataList/examples/DataList.md +221 -17
  12. package/docs/components/DualListSelector/examples/DualListSelector.md +234 -18
  13. package/docs/components/Hint/examples/Hint.md +39 -3
  14. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -2
  15. package/docs/components/InputGroup/examples/InputGroup.md +13 -1
  16. package/docs/components/Login/examples/Login.md +13 -1
  17. package/docs/components/Menu/examples/Menu.md +195 -15
  18. package/docs/components/MenuToggle/examples/MenuToggle.md +1331 -100
  19. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +481 -37
  20. package/docs/components/OverflowMenu/examples/overflow-menu.md +65 -5
  21. package/docs/components/Pagination/examples/Pagination.md +169 -13
  22. package/docs/components/Table/examples/Table.md +3461 -269
  23. package/docs/components/Toolbar/examples/Toolbar.md +507 -39
  24. package/docs/demos/AboutModal/examples/AboutModal.md +26 -2
  25. package/docs/demos/Alert/examples/Alert.md +78 -6
  26. package/docs/demos/BackToTop/examples/BackToTop.md +26 -2
  27. package/docs/demos/Banner/examples/Banner.md +52 -4
  28. package/docs/demos/Card/examples/Card.md +78 -6
  29. package/docs/demos/CardView/examples/CardView.md +206 -20
  30. package/docs/demos/Compass/examples/Compass.md +431 -56
  31. package/docs/demos/Dashboard/examples/Dashboard.md +63 -9
  32. package/docs/demos/DataList/examples/DataList.md +369 -45
  33. package/docs/demos/DescriptionList/examples/DescriptionList.md +91 -7
  34. package/docs/demos/Drawer/examples/Drawer.md +143 -11
  35. package/docs/demos/JumpLinks/examples/JumpLinks.md +156 -12
  36. package/docs/demos/Masthead/examples/Masthead.md +156 -12
  37. package/docs/demos/Modal/examples/Modal.md +156 -12
  38. package/docs/demos/Nav/examples/Nav.md +104 -8
  39. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +975 -75
  40. package/docs/demos/Page/examples/Page.md +390 -30
  41. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +593 -83
  42. package/docs/demos/Skeleton/examples/Skeleton.md +26 -2
  43. package/docs/demos/Table/examples/Table.md +2518 -322
  44. package/docs/demos/Tabs/examples/Tabs.md +247 -19
  45. package/docs/demos/Toolbar/examples/Toolbar.md +659 -59
  46. package/docs/demos/Wizard/examples/Wizard.md +234 -18
  47. package/package.json +1 -1
  48. package/patternfly-no-globals.css +37 -26
  49. package/patternfly.css +37 -26
  50. package/patternfly.min.css +1 -1
  51. package/patternfly.min.css.map +1 -1
@@ -155,7 +155,19 @@ wrapperTag: div
155
155
  aria-label="Settings"
156
156
  >
157
157
  <span class="pf-v6-c-menu-toggle__icon">
158
- <i class="fas fa-cog" aria-hidden="true"></i>
158
+ <svg
159
+ class="pf-v6-svg"
160
+ viewBox="0 0 32 32"
161
+ fill="currentColor"
162
+ aria-hidden="true"
163
+ role="img"
164
+ width="1em"
165
+ height="1em"
166
+ >
167
+ <path
168
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
169
+ />
170
+ </svg>
159
171
  </span>
160
172
  </button>
161
173
  </div>
@@ -181,7 +193,19 @@ wrapperTag: div
181
193
  aria-label="Actions"
182
194
  >
183
195
  <span class="pf-v6-c-menu-toggle__icon">
184
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
196
+ <svg
197
+ class="pf-v6-svg"
198
+ viewBox="0 0 32 32"
199
+ fill="currentColor"
200
+ aria-hidden="true"
201
+ role="img"
202
+ width="1em"
203
+ height="1em"
204
+ >
205
+ <path
206
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
207
+ />
208
+ </svg>
185
209
  </span>
186
210
  </button>
187
211
  </div>
@@ -361,10 +385,19 @@ wrapperTag: div
361
385
  >
362
386
  <span class="pf-v6-c-menu-toggle__controls">
363
387
  <span class="pf-v6-c-menu-toggle__toggle-icon">
364
- <i
365
- class="fas fa-caret-down fa-fw"
388
+ <svg
389
+ class="pf-v6-svg"
390
+ viewBox="0 0 20 20"
391
+ fill="currentColor"
366
392
  aria-hidden="true"
367
- ></i>
393
+ role="img"
394
+ width="1em"
395
+ height="1em"
396
+ >
397
+ <path
398
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
399
+ />
400
+ </svg>
368
401
  </span>
369
402
  </span>
370
403
  </button>
@@ -390,10 +423,19 @@ wrapperTag: div
390
423
  <span class="pf-v6-c-menu-toggle__text">Name</span>
391
424
  <span class="pf-v6-c-menu-toggle__controls">
392
425
  <span class="pf-v6-c-menu-toggle__toggle-icon">
393
- <i
394
- class="fas fa-caret-down fa-fw"
426
+ <svg
427
+ class="pf-v6-svg"
428
+ viewBox="0 0 20 20"
429
+ fill="currentColor"
395
430
  aria-hidden="true"
396
- ></i>
431
+ role="img"
432
+ width="1em"
433
+ height="1em"
434
+ >
435
+ <path
436
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
437
+ />
438
+ </svg>
397
439
  </span>
398
440
  </span>
399
441
  </button>
@@ -477,7 +519,19 @@ wrapperTag: div
477
519
  id="basic-demo-toolbar-overflow-menu-toggle"
478
520
  >
479
521
  <span class="pf-v6-c-menu-toggle__icon">
480
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
522
+ <svg
523
+ class="pf-v6-svg"
524
+ viewBox="0 0 32 32"
525
+ fill="currentColor"
526
+ aria-hidden="true"
527
+ role="img"
528
+ width="1em"
529
+ height="1em"
530
+ >
531
+ <path
532
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
533
+ />
534
+ </svg>
481
535
  </span>
482
536
  </button>
483
537
  </div>
@@ -498,10 +552,19 @@ wrapperTag: div
498
552
  </span>
499
553
  <span class="pf-v6-c-menu-toggle__controls">
500
554
  <span class="pf-v6-c-menu-toggle__toggle-icon">
501
- <i
502
- class="fas fa-caret-down fa-fw"
555
+ <svg
556
+ class="pf-v6-svg"
557
+ viewBox="0 0 20 20"
558
+ fill="currentColor"
503
559
  aria-hidden="true"
504
- ></i>
560
+ role="img"
561
+ width="1em"
562
+ height="1em"
563
+ >
564
+ <path
565
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
566
+ />
567
+ </svg>
505
568
  </span>
506
569
  </span>
507
570
  </button>
@@ -704,7 +767,19 @@ wrapperTag: div
704
767
  aria-label="Table actions"
705
768
  >
706
769
  <span class="pf-v6-c-menu-toggle__icon">
707
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
770
+ <svg
771
+ class="pf-v6-svg"
772
+ viewBox="0 0 32 32"
773
+ fill="currentColor"
774
+ aria-hidden="true"
775
+ role="img"
776
+ width="1em"
777
+ height="1em"
778
+ >
779
+ <path
780
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
781
+ />
782
+ </svg>
708
783
  </span>
709
784
  </button>
710
785
  </td>
@@ -780,7 +855,19 @@ wrapperTag: div
780
855
  aria-label="Table actions"
781
856
  >
782
857
  <span class="pf-v6-c-menu-toggle__icon">
783
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
858
+ <svg
859
+ class="pf-v6-svg"
860
+ viewBox="0 0 32 32"
861
+ fill="currentColor"
862
+ aria-hidden="true"
863
+ role="img"
864
+ width="1em"
865
+ height="1em"
866
+ >
867
+ <path
868
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
869
+ />
870
+ </svg>
784
871
  </span>
785
872
  </button>
786
873
  </td>
@@ -856,7 +943,19 @@ wrapperTag: div
856
943
  aria-label="Table actions"
857
944
  >
858
945
  <span class="pf-v6-c-menu-toggle__icon">
859
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
946
+ <svg
947
+ class="pf-v6-svg"
948
+ viewBox="0 0 32 32"
949
+ fill="currentColor"
950
+ aria-hidden="true"
951
+ role="img"
952
+ width="1em"
953
+ height="1em"
954
+ >
955
+ <path
956
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
957
+ />
958
+ </svg>
860
959
  </span>
861
960
  </button>
862
961
  </td>
@@ -932,7 +1031,19 @@ wrapperTag: div
932
1031
  aria-label="Table actions"
933
1032
  >
934
1033
  <span class="pf-v6-c-menu-toggle__icon">
935
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1034
+ <svg
1035
+ class="pf-v6-svg"
1036
+ viewBox="0 0 32 32"
1037
+ fill="currentColor"
1038
+ aria-hidden="true"
1039
+ role="img"
1040
+ width="1em"
1041
+ height="1em"
1042
+ >
1043
+ <path
1044
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
1045
+ />
1046
+ </svg>
936
1047
  </span>
937
1048
  </button>
938
1049
  </td>
@@ -1007,7 +1118,19 @@ wrapperTag: div
1007
1118
  aria-label="Table actions"
1008
1119
  >
1009
1120
  <span class="pf-v6-c-menu-toggle__icon">
1010
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1121
+ <svg
1122
+ class="pf-v6-svg"
1123
+ viewBox="0 0 32 32"
1124
+ fill="currentColor"
1125
+ aria-hidden="true"
1126
+ role="img"
1127
+ width="1em"
1128
+ height="1em"
1129
+ >
1130
+ <path
1131
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
1132
+ />
1133
+ </svg>
1011
1134
  </span>
1012
1135
  </button>
1013
1136
  </td>
@@ -1028,7 +1151,19 @@ wrapperTag: div
1028
1151
  </span>
1029
1152
  <span class="pf-v6-c-menu-toggle__controls">
1030
1153
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1031
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
1154
+ <svg
1155
+ class="pf-v6-svg"
1156
+ viewBox="0 0 20 20"
1157
+ fill="currentColor"
1158
+ aria-hidden="true"
1159
+ role="img"
1160
+ width="1em"
1161
+ height="1em"
1162
+ >
1163
+ <path
1164
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
1165
+ />
1166
+ </svg>
1032
1167
  </span>
1033
1168
  </span>
1034
1169
  </button>
@@ -1303,7 +1438,19 @@ wrapperTag: div
1303
1438
  aria-label="Settings"
1304
1439
  >
1305
1440
  <span class="pf-v6-c-menu-toggle__icon">
1306
- <i class="fas fa-cog" aria-hidden="true"></i>
1441
+ <svg
1442
+ class="pf-v6-svg"
1443
+ viewBox="0 0 32 32"
1444
+ fill="currentColor"
1445
+ aria-hidden="true"
1446
+ role="img"
1447
+ width="1em"
1448
+ height="1em"
1449
+ >
1450
+ <path
1451
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
1452
+ />
1453
+ </svg>
1307
1454
  </span>
1308
1455
  </button>
1309
1456
  </div>
@@ -1329,7 +1476,19 @@ wrapperTag: div
1329
1476
  aria-label="Actions"
1330
1477
  >
1331
1478
  <span class="pf-v6-c-menu-toggle__icon">
1332
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1479
+ <svg
1480
+ class="pf-v6-svg"
1481
+ viewBox="0 0 32 32"
1482
+ fill="currentColor"
1483
+ aria-hidden="true"
1484
+ role="img"
1485
+ width="1em"
1486
+ height="1em"
1487
+ >
1488
+ <path
1489
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
1490
+ />
1491
+ </svg>
1333
1492
  </span>
1334
1493
  </button>
1335
1494
  </div>
@@ -1513,10 +1672,19 @@ wrapperTag: div
1513
1672
  >
1514
1673
  <span class="pf-v6-c-menu-toggle__controls">
1515
1674
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1516
- <i
1517
- class="fas fa-caret-down fa-fw"
1675
+ <svg
1676
+ class="pf-v6-svg"
1677
+ viewBox="0 0 20 20"
1678
+ fill="currentColor"
1518
1679
  aria-hidden="true"
1519
- ></i>
1680
+ role="img"
1681
+ width="1em"
1682
+ height="1em"
1683
+ >
1684
+ <path
1685
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
1686
+ />
1687
+ </svg>
1520
1688
  </span>
1521
1689
  </span>
1522
1690
  </button>
@@ -1542,10 +1710,19 @@ wrapperTag: div
1542
1710
  <span class="pf-v6-c-menu-toggle__text">Name</span>
1543
1711
  <span class="pf-v6-c-menu-toggle__controls">
1544
1712
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1545
- <i
1546
- class="fas fa-caret-down fa-fw"
1713
+ <svg
1714
+ class="pf-v6-svg"
1715
+ viewBox="0 0 20 20"
1716
+ fill="currentColor"
1547
1717
  aria-hidden="true"
1548
- ></i>
1718
+ role="img"
1719
+ width="1em"
1720
+ height="1em"
1721
+ >
1722
+ <path
1723
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
1724
+ />
1725
+ </svg>
1549
1726
  </span>
1550
1727
  </span>
1551
1728
  </button>
@@ -1639,7 +1816,19 @@ wrapperTag: div
1639
1816
  id="sortable-demo-toolbar-overflow-menu-toggle"
1640
1817
  >
1641
1818
  <span class="pf-v6-c-menu-toggle__icon">
1642
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1819
+ <svg
1820
+ class="pf-v6-svg"
1821
+ viewBox="0 0 32 32"
1822
+ fill="currentColor"
1823
+ aria-hidden="true"
1824
+ role="img"
1825
+ width="1em"
1826
+ height="1em"
1827
+ >
1828
+ <path
1829
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
1830
+ />
1831
+ </svg>
1643
1832
  </span>
1644
1833
  </button>
1645
1834
  </div>
@@ -1732,10 +1921,19 @@ wrapperTag: div
1732
1921
  </span>
1733
1922
  <span class="pf-v6-c-menu-toggle__controls">
1734
1923
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1735
- <i
1736
- class="fas fa-caret-down fa-fw"
1924
+ <svg
1925
+ class="pf-v6-svg"
1926
+ viewBox="0 0 20 20"
1927
+ fill="currentColor"
1737
1928
  aria-hidden="true"
1738
- ></i>
1929
+ role="img"
1930
+ width="1em"
1931
+ height="1em"
1932
+ >
1933
+ <path
1934
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
1935
+ />
1936
+ </svg>
1739
1937
  </span>
1740
1938
  </span>
1741
1939
  </button>
@@ -1988,7 +2186,19 @@ wrapperTag: div
1988
2186
  aria-label="Table actions"
1989
2187
  >
1990
2188
  <span class="pf-v6-c-menu-toggle__icon">
1991
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2189
+ <svg
2190
+ class="pf-v6-svg"
2191
+ viewBox="0 0 32 32"
2192
+ fill="currentColor"
2193
+ aria-hidden="true"
2194
+ role="img"
2195
+ width="1em"
2196
+ height="1em"
2197
+ >
2198
+ <path
2199
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
2200
+ />
2201
+ </svg>
1992
2202
  </span>
1993
2203
  </button>
1994
2204
  </td>
@@ -2064,7 +2274,19 @@ wrapperTag: div
2064
2274
  aria-label="Table actions"
2065
2275
  >
2066
2276
  <span class="pf-v6-c-menu-toggle__icon">
2067
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2277
+ <svg
2278
+ class="pf-v6-svg"
2279
+ viewBox="0 0 32 32"
2280
+ fill="currentColor"
2281
+ aria-hidden="true"
2282
+ role="img"
2283
+ width="1em"
2284
+ height="1em"
2285
+ >
2286
+ <path
2287
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
2288
+ />
2289
+ </svg>
2068
2290
  </span>
2069
2291
  </button>
2070
2292
  </td>
@@ -2140,7 +2362,19 @@ wrapperTag: div
2140
2362
  aria-label="Table actions"
2141
2363
  >
2142
2364
  <span class="pf-v6-c-menu-toggle__icon">
2143
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2365
+ <svg
2366
+ class="pf-v6-svg"
2367
+ viewBox="0 0 32 32"
2368
+ fill="currentColor"
2369
+ aria-hidden="true"
2370
+ role="img"
2371
+ width="1em"
2372
+ height="1em"
2373
+ >
2374
+ <path
2375
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
2376
+ />
2377
+ </svg>
2144
2378
  </span>
2145
2379
  </button>
2146
2380
  </td>
@@ -2216,7 +2450,19 @@ wrapperTag: div
2216
2450
  aria-label="Table actions"
2217
2451
  >
2218
2452
  <span class="pf-v6-c-menu-toggle__icon">
2219
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2453
+ <svg
2454
+ class="pf-v6-svg"
2455
+ viewBox="0 0 32 32"
2456
+ fill="currentColor"
2457
+ aria-hidden="true"
2458
+ role="img"
2459
+ width="1em"
2460
+ height="1em"
2461
+ >
2462
+ <path
2463
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
2464
+ />
2465
+ </svg>
2220
2466
  </span>
2221
2467
  </button>
2222
2468
  </td>
@@ -2291,7 +2537,19 @@ wrapperTag: div
2291
2537
  aria-label="Table actions"
2292
2538
  >
2293
2539
  <span class="pf-v6-c-menu-toggle__icon">
2294
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2540
+ <svg
2541
+ class="pf-v6-svg"
2542
+ viewBox="0 0 32 32"
2543
+ fill="currentColor"
2544
+ aria-hidden="true"
2545
+ role="img"
2546
+ width="1em"
2547
+ height="1em"
2548
+ >
2549
+ <path
2550
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
2551
+ />
2552
+ </svg>
2295
2553
  </span>
2296
2554
  </button>
2297
2555
  </td>
@@ -2312,16 +2570,28 @@ wrapperTag: div
2312
2570
  </span>
2313
2571
  <span class="pf-v6-c-menu-toggle__controls">
2314
2572
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2315
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
2316
- </span>
2317
- </span>
2318
- </button>
2319
- </div>
2320
- <nav class="pf-v6-c-pagination__nav" aria-label="Pagination">
2321
- <div class="pf-v6-c-pagination__nav-control pf-m-first">
2322
- <button
2323
- class="pf-v6-c-button pf-m-plain"
2324
- type="button"
2573
+ <svg
2574
+ class="pf-v6-svg"
2575
+ viewBox="0 0 20 20"
2576
+ fill="currentColor"
2577
+ aria-hidden="true"
2578
+ role="img"
2579
+ width="1em"
2580
+ height="1em"
2581
+ >
2582
+ <path
2583
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
2584
+ />
2585
+ </svg>
2586
+ </span>
2587
+ </span>
2588
+ </button>
2589
+ </div>
2590
+ <nav class="pf-v6-c-pagination__nav" aria-label="Pagination">
2591
+ <div class="pf-v6-c-pagination__nav-control pf-m-first">
2592
+ <button
2593
+ class="pf-v6-c-button pf-m-plain"
2594
+ type="button"
2325
2595
  disabled
2326
2596
  aria-label="Go to first page"
2327
2597
  >
@@ -2587,7 +2857,19 @@ wrapperTag: div
2587
2857
  aria-label="Settings"
2588
2858
  >
2589
2859
  <span class="pf-v6-c-menu-toggle__icon">
2590
- <i class="fas fa-cog" aria-hidden="true"></i>
2860
+ <svg
2861
+ class="pf-v6-svg"
2862
+ viewBox="0 0 32 32"
2863
+ fill="currentColor"
2864
+ aria-hidden="true"
2865
+ role="img"
2866
+ width="1em"
2867
+ height="1em"
2868
+ >
2869
+ <path
2870
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
2871
+ />
2872
+ </svg>
2591
2873
  </span>
2592
2874
  </button>
2593
2875
  </div>
@@ -2613,7 +2895,19 @@ wrapperTag: div
2613
2895
  aria-label="Actions"
2614
2896
  >
2615
2897
  <span class="pf-v6-c-menu-toggle__icon">
2616
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2898
+ <svg
2899
+ class="pf-v6-svg"
2900
+ viewBox="0 0 32 32"
2901
+ fill="currentColor"
2902
+ aria-hidden="true"
2903
+ role="img"
2904
+ width="1em"
2905
+ height="1em"
2906
+ >
2907
+ <path
2908
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
2909
+ />
2910
+ </svg>
2617
2911
  </span>
2618
2912
  </button>
2619
2913
  </div>
@@ -2797,10 +3091,19 @@ wrapperTag: div
2797
3091
  >
2798
3092
  <span class="pf-v6-c-menu-toggle__controls">
2799
3093
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2800
- <i
2801
- class="fas fa-caret-down fa-fw"
3094
+ <svg
3095
+ class="pf-v6-svg"
3096
+ viewBox="0 0 20 20"
3097
+ fill="currentColor"
2802
3098
  aria-hidden="true"
2803
- ></i>
3099
+ role="img"
3100
+ width="1em"
3101
+ height="1em"
3102
+ >
3103
+ <path
3104
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
3105
+ />
3106
+ </svg>
2804
3107
  </span>
2805
3108
  </span>
2806
3109
  </button>
@@ -2826,10 +3129,19 @@ wrapperTag: div
2826
3129
  <span class="pf-v6-c-menu-toggle__text">Name</span>
2827
3130
  <span class="pf-v6-c-menu-toggle__controls">
2828
3131
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2829
- <i
2830
- class="fas fa-caret-down fa-fw"
3132
+ <svg
3133
+ class="pf-v6-svg"
3134
+ viewBox="0 0 20 20"
3135
+ fill="currentColor"
2831
3136
  aria-hidden="true"
2832
- ></i>
3137
+ role="img"
3138
+ width="1em"
3139
+ height="1em"
3140
+ >
3141
+ <path
3142
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
3143
+ />
3144
+ </svg>
2833
3145
  </span>
2834
3146
  </span>
2835
3147
  </button>
@@ -2868,10 +3180,19 @@ wrapperTag: div
2868
3180
  <span class="pf-v6-c-menu-toggle__text">Status</span>
2869
3181
  <span class="pf-v6-c-menu-toggle__controls">
2870
3182
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2871
- <i
2872
- class="fas fa-caret-down fa-fw"
3183
+ <svg
3184
+ class="pf-v6-svg"
3185
+ viewBox="0 0 20 20"
3186
+ fill="currentColor"
2873
3187
  aria-hidden="true"
2874
- ></i>
3188
+ role="img"
3189
+ width="1em"
3190
+ height="1em"
3191
+ >
3192
+ <path
3193
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
3194
+ />
3195
+ </svg>
2875
3196
  </span>
2876
3197
  </span>
2877
3198
  </button>
@@ -2886,10 +3207,19 @@ wrapperTag: div
2886
3207
  <span class="pf-v6-c-menu-toggle__text">Risk</span>
2887
3208
  <span class="pf-v6-c-menu-toggle__controls">
2888
3209
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2889
- <i
2890
- class="fas fa-caret-down fa-fw"
3210
+ <svg
3211
+ class="pf-v6-svg"
3212
+ viewBox="0 0 20 20"
3213
+ fill="currentColor"
2891
3214
  aria-hidden="true"
2892
- ></i>
3215
+ role="img"
3216
+ width="1em"
3217
+ height="1em"
3218
+ >
3219
+ <path
3220
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
3221
+ />
3222
+ </svg>
2893
3223
  </span>
2894
3224
  </span>
2895
3225
  </button>
@@ -2942,10 +3272,19 @@ wrapperTag: div
2942
3272
  </span>
2943
3273
  <span class="pf-v6-c-menu-toggle__controls">
2944
3274
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2945
- <i
2946
- class="fas fa-caret-down fa-fw"
3275
+ <svg
3276
+ class="pf-v6-svg"
3277
+ viewBox="0 0 20 20"
3278
+ fill="currentColor"
2947
3279
  aria-hidden="true"
2948
- ></i>
3280
+ role="img"
3281
+ width="1em"
3282
+ height="1em"
3283
+ >
3284
+ <path
3285
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
3286
+ />
3287
+ </svg>
2949
3288
  </span>
2950
3289
  </span>
2951
3290
  </button>
@@ -3216,7 +3555,19 @@ wrapperTag: div
3216
3555
  aria-label="Table actions"
3217
3556
  >
3218
3557
  <span class="pf-v6-c-menu-toggle__icon">
3219
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3558
+ <svg
3559
+ class="pf-v6-svg"
3560
+ viewBox="0 0 32 32"
3561
+ fill="currentColor"
3562
+ aria-hidden="true"
3563
+ role="img"
3564
+ width="1em"
3565
+ height="1em"
3566
+ >
3567
+ <path
3568
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
3569
+ />
3570
+ </svg>
3220
3571
  </span>
3221
3572
  </button>
3222
3573
  </td>
@@ -3352,7 +3703,19 @@ wrapperTag: div
3352
3703
  aria-label="Table actions"
3353
3704
  >
3354
3705
  <span class="pf-v6-c-menu-toggle__icon">
3355
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3706
+ <svg
3707
+ class="pf-v6-svg"
3708
+ viewBox="0 0 32 32"
3709
+ fill="currentColor"
3710
+ aria-hidden="true"
3711
+ role="img"
3712
+ width="1em"
3713
+ height="1em"
3714
+ >
3715
+ <path
3716
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
3717
+ />
3718
+ </svg>
3356
3719
  </span>
3357
3720
  </button>
3358
3721
  </td>
@@ -3505,7 +3868,19 @@ wrapperTag: div
3505
3868
  aria-label="Table actions"
3506
3869
  >
3507
3870
  <span class="pf-v6-c-menu-toggle__icon">
3508
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3871
+ <svg
3872
+ class="pf-v6-svg"
3873
+ viewBox="0 0 32 32"
3874
+ fill="currentColor"
3875
+ aria-hidden="true"
3876
+ role="img"
3877
+ width="1em"
3878
+ height="1em"
3879
+ >
3880
+ <path
3881
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
3882
+ />
3883
+ </svg>
3509
3884
  </span>
3510
3885
  </button>
3511
3886
  </td>
@@ -3630,7 +4005,19 @@ wrapperTag: div
3630
4005
  aria-label="Table actions"
3631
4006
  >
3632
4007
  <span class="pf-v6-c-menu-toggle__icon">
3633
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4008
+ <svg
4009
+ class="pf-v6-svg"
4010
+ viewBox="0 0 32 32"
4011
+ fill="currentColor"
4012
+ aria-hidden="true"
4013
+ role="img"
4014
+ width="1em"
4015
+ height="1em"
4016
+ >
4017
+ <path
4018
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
4019
+ />
4020
+ </svg>
3634
4021
  </span>
3635
4022
  </button>
3636
4023
  </td>
@@ -3761,7 +4148,19 @@ wrapperTag: div
3761
4148
  aria-label="Table actions"
3762
4149
  >
3763
4150
  <span class="pf-v6-c-menu-toggle__icon">
3764
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4151
+ <svg
4152
+ class="pf-v6-svg"
4153
+ viewBox="0 0 32 32"
4154
+ fill="currentColor"
4155
+ aria-hidden="true"
4156
+ role="img"
4157
+ width="1em"
4158
+ height="1em"
4159
+ >
4160
+ <path
4161
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
4162
+ />
4163
+ </svg>
3765
4164
  </span>
3766
4165
  </button>
3767
4166
  </td>
@@ -3803,7 +4202,19 @@ wrapperTag: div
3803
4202
  </span>
3804
4203
  <span class="pf-v6-c-menu-toggle__controls">
3805
4204
  <span class="pf-v6-c-menu-toggle__toggle-icon">
3806
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
4205
+ <svg
4206
+ class="pf-v6-svg"
4207
+ viewBox="0 0 20 20"
4208
+ fill="currentColor"
4209
+ aria-hidden="true"
4210
+ role="img"
4211
+ width="1em"
4212
+ height="1em"
4213
+ >
4214
+ <path
4215
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
4216
+ />
4217
+ </svg>
3807
4218
  </span>
3808
4219
  </span>
3809
4220
  </button>
@@ -4075,7 +4486,19 @@ wrapperTag: div
4075
4486
  aria-label="Settings"
4076
4487
  >
4077
4488
  <span class="pf-v6-c-menu-toggle__icon">
4078
- <i class="fas fa-cog" aria-hidden="true"></i>
4489
+ <svg
4490
+ class="pf-v6-svg"
4491
+ viewBox="0 0 32 32"
4492
+ fill="currentColor"
4493
+ aria-hidden="true"
4494
+ role="img"
4495
+ width="1em"
4496
+ height="1em"
4497
+ >
4498
+ <path
4499
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
4500
+ />
4501
+ </svg>
4079
4502
  </span>
4080
4503
  </button>
4081
4504
  </div>
@@ -4101,7 +4524,19 @@ wrapperTag: div
4101
4524
  aria-label="Actions"
4102
4525
  >
4103
4526
  <span class="pf-v6-c-menu-toggle__icon">
4104
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4527
+ <svg
4528
+ class="pf-v6-svg"
4529
+ viewBox="0 0 32 32"
4530
+ fill="currentColor"
4531
+ aria-hidden="true"
4532
+ role="img"
4533
+ width="1em"
4534
+ height="1em"
4535
+ >
4536
+ <path
4537
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
4538
+ />
4539
+ </svg>
4105
4540
  </span>
4106
4541
  </button>
4107
4542
  </div>
@@ -4285,10 +4720,19 @@ wrapperTag: div
4285
4720
  >
4286
4721
  <span class="pf-v6-c-menu-toggle__controls">
4287
4722
  <span class="pf-v6-c-menu-toggle__toggle-icon">
4288
- <i
4289
- class="fas fa-caret-down fa-fw"
4723
+ <svg
4724
+ class="pf-v6-svg"
4725
+ viewBox="0 0 20 20"
4726
+ fill="currentColor"
4290
4727
  aria-hidden="true"
4291
- ></i>
4728
+ role="img"
4729
+ width="1em"
4730
+ height="1em"
4731
+ >
4732
+ <path
4733
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
4734
+ />
4735
+ </svg>
4292
4736
  </span>
4293
4737
  </span>
4294
4738
  </button>
@@ -4314,10 +4758,19 @@ wrapperTag: div
4314
4758
  <span class="pf-v6-c-menu-toggle__text">Name</span>
4315
4759
  <span class="pf-v6-c-menu-toggle__controls">
4316
4760
  <span class="pf-v6-c-menu-toggle__toggle-icon">
4317
- <i
4318
- class="fas fa-caret-down fa-fw"
4761
+ <svg
4762
+ class="pf-v6-svg"
4763
+ viewBox="0 0 20 20"
4764
+ fill="currentColor"
4319
4765
  aria-hidden="true"
4320
- ></i>
4766
+ role="img"
4767
+ width="1em"
4768
+ height="1em"
4769
+ >
4770
+ <path
4771
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
4772
+ />
4773
+ </svg>
4321
4774
  </span>
4322
4775
  </span>
4323
4776
  </button>
@@ -4356,10 +4809,19 @@ wrapperTag: div
4356
4809
  <span class="pf-v6-c-menu-toggle__text">Status</span>
4357
4810
  <span class="pf-v6-c-menu-toggle__controls">
4358
4811
  <span class="pf-v6-c-menu-toggle__toggle-icon">
4359
- <i
4360
- class="fas fa-caret-down fa-fw"
4812
+ <svg
4813
+ class="pf-v6-svg"
4814
+ viewBox="0 0 20 20"
4815
+ fill="currentColor"
4361
4816
  aria-hidden="true"
4362
- ></i>
4817
+ role="img"
4818
+ width="1em"
4819
+ height="1em"
4820
+ >
4821
+ <path
4822
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
4823
+ />
4824
+ </svg>
4363
4825
  </span>
4364
4826
  </span>
4365
4827
  </button>
@@ -4374,10 +4836,19 @@ wrapperTag: div
4374
4836
  <span class="pf-v6-c-menu-toggle__text">Risk</span>
4375
4837
  <span class="pf-v6-c-menu-toggle__controls">
4376
4838
  <span class="pf-v6-c-menu-toggle__toggle-icon">
4377
- <i
4378
- class="fas fa-caret-down fa-fw"
4839
+ <svg
4840
+ class="pf-v6-svg"
4841
+ viewBox="0 0 20 20"
4842
+ fill="currentColor"
4379
4843
  aria-hidden="true"
4380
- ></i>
4844
+ role="img"
4845
+ width="1em"
4846
+ height="1em"
4847
+ >
4848
+ <path
4849
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
4850
+ />
4851
+ </svg>
4381
4852
  </span>
4382
4853
  </span>
4383
4854
  </button>
@@ -4430,10 +4901,19 @@ wrapperTag: div
4430
4901
  </span>
4431
4902
  <span class="pf-v6-c-menu-toggle__controls">
4432
4903
  <span class="pf-v6-c-menu-toggle__toggle-icon">
4433
- <i
4434
- class="fas fa-caret-down fa-fw"
4904
+ <svg
4905
+ class="pf-v6-svg"
4906
+ viewBox="0 0 20 20"
4907
+ fill="currentColor"
4435
4908
  aria-hidden="true"
4436
- ></i>
4909
+ role="img"
4910
+ width="1em"
4911
+ height="1em"
4912
+ >
4913
+ <path
4914
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
4915
+ />
4916
+ </svg>
4437
4917
  </span>
4438
4918
  </span>
4439
4919
  </button>
@@ -4638,7 +5118,19 @@ wrapperTag: div
4638
5118
  aria-label="Table actions"
4639
5119
  >
4640
5120
  <span class="pf-v6-c-menu-toggle__icon">
4641
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5121
+ <svg
5122
+ class="pf-v6-svg"
5123
+ viewBox="0 0 32 32"
5124
+ fill="currentColor"
5125
+ aria-hidden="true"
5126
+ role="img"
5127
+ width="1em"
5128
+ height="1em"
5129
+ >
5130
+ <path
5131
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
5132
+ />
5133
+ </svg>
4642
5134
  </span>
4643
5135
  </button>
4644
5136
  </td>
@@ -4710,7 +5202,19 @@ wrapperTag: div
4710
5202
  aria-label="Table actions"
4711
5203
  >
4712
5204
  <span class="pf-v6-c-menu-toggle__icon">
4713
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5205
+ <svg
5206
+ class="pf-v6-svg"
5207
+ viewBox="0 0 32 32"
5208
+ fill="currentColor"
5209
+ aria-hidden="true"
5210
+ role="img"
5211
+ width="1em"
5212
+ height="1em"
5213
+ >
5214
+ <path
5215
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
5216
+ />
5217
+ </svg>
4714
5218
  </span>
4715
5219
  </button>
4716
5220
  </td>
@@ -4782,11 +5286,23 @@ wrapperTag: div
4782
5286
  aria-label="Table actions"
4783
5287
  >
4784
5288
  <span class="pf-v6-c-menu-toggle__icon">
4785
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4786
- </span>
4787
- </button>
4788
- </td>
4789
- </tr>
5289
+ <svg
5290
+ class="pf-v6-svg"
5291
+ viewBox="0 0 32 32"
5292
+ fill="currentColor"
5293
+ aria-hidden="true"
5294
+ role="img"
5295
+ width="1em"
5296
+ height="1em"
5297
+ >
5298
+ <path
5299
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
5300
+ />
5301
+ </svg>
5302
+ </span>
5303
+ </button>
5304
+ </td>
5305
+ </tr>
4790
5306
 
4791
5307
  <tr class="pf-v6-c-table__tr" role="row">
4792
5308
  <td
@@ -4854,7 +5370,19 @@ wrapperTag: div
4854
5370
  aria-label="Table actions"
4855
5371
  >
4856
5372
  <span class="pf-v6-c-menu-toggle__icon">
4857
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5373
+ <svg
5374
+ class="pf-v6-svg"
5375
+ viewBox="0 0 32 32"
5376
+ fill="currentColor"
5377
+ aria-hidden="true"
5378
+ role="img"
5379
+ width="1em"
5380
+ height="1em"
5381
+ >
5382
+ <path
5383
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
5384
+ />
5385
+ </svg>
4858
5386
  </span>
4859
5387
  </button>
4860
5388
  </td>
@@ -4875,7 +5403,19 @@ wrapperTag: div
4875
5403
  </span>
4876
5404
  <span class="pf-v6-c-menu-toggle__controls">
4877
5405
  <span class="pf-v6-c-menu-toggle__toggle-icon">
4878
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
5406
+ <svg
5407
+ class="pf-v6-svg"
5408
+ viewBox="0 0 20 20"
5409
+ fill="currentColor"
5410
+ aria-hidden="true"
5411
+ role="img"
5412
+ width="1em"
5413
+ height="1em"
5414
+ >
5415
+ <path
5416
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
5417
+ />
5418
+ </svg>
4879
5419
  </span>
4880
5420
  </span>
4881
5421
  </button>
@@ -5153,7 +5693,19 @@ wrapperTag: div
5153
5693
  aria-label="Settings"
5154
5694
  >
5155
5695
  <span class="pf-v6-c-menu-toggle__icon">
5156
- <i class="fas fa-cog" aria-hidden="true"></i>
5696
+ <svg
5697
+ class="pf-v6-svg"
5698
+ viewBox="0 0 32 32"
5699
+ fill="currentColor"
5700
+ aria-hidden="true"
5701
+ role="img"
5702
+ width="1em"
5703
+ height="1em"
5704
+ >
5705
+ <path
5706
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
5707
+ />
5708
+ </svg>
5157
5709
  </span>
5158
5710
  </button>
5159
5711
  </div>
@@ -5179,7 +5731,19 @@ wrapperTag: div
5179
5731
  aria-label="Actions"
5180
5732
  >
5181
5733
  <span class="pf-v6-c-menu-toggle__icon">
5182
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5734
+ <svg
5735
+ class="pf-v6-svg"
5736
+ viewBox="0 0 32 32"
5737
+ fill="currentColor"
5738
+ aria-hidden="true"
5739
+ role="img"
5740
+ width="1em"
5741
+ height="1em"
5742
+ >
5743
+ <path
5744
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
5745
+ />
5746
+ </svg>
5183
5747
  </span>
5184
5748
  </button>
5185
5749
  </div>
@@ -5363,10 +5927,19 @@ wrapperTag: div
5363
5927
  >
5364
5928
  <span class="pf-v6-c-menu-toggle__controls">
5365
5929
  <span class="pf-v6-c-menu-toggle__toggle-icon">
5366
- <i
5367
- class="fas fa-caret-down fa-fw"
5930
+ <svg
5931
+ class="pf-v6-svg"
5932
+ viewBox="0 0 20 20"
5933
+ fill="currentColor"
5368
5934
  aria-hidden="true"
5369
- ></i>
5935
+ role="img"
5936
+ width="1em"
5937
+ height="1em"
5938
+ >
5939
+ <path
5940
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
5941
+ />
5942
+ </svg>
5370
5943
  </span>
5371
5944
  </span>
5372
5945
  </button>
@@ -5392,10 +5965,19 @@ wrapperTag: div
5392
5965
  <span class="pf-v6-c-menu-toggle__text">Name</span>
5393
5966
  <span class="pf-v6-c-menu-toggle__controls">
5394
5967
  <span class="pf-v6-c-menu-toggle__toggle-icon">
5395
- <i
5396
- class="fas fa-caret-down fa-fw"
5968
+ <svg
5969
+ class="pf-v6-svg"
5970
+ viewBox="0 0 20 20"
5971
+ fill="currentColor"
5397
5972
  aria-hidden="true"
5398
- ></i>
5973
+ role="img"
5974
+ width="1em"
5975
+ height="1em"
5976
+ >
5977
+ <path
5978
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
5979
+ />
5980
+ </svg>
5399
5981
  </span>
5400
5982
  </span>
5401
5983
  </button>
@@ -5434,10 +6016,19 @@ wrapperTag: div
5434
6016
  <span class="pf-v6-c-menu-toggle__text">Status</span>
5435
6017
  <span class="pf-v6-c-menu-toggle__controls">
5436
6018
  <span class="pf-v6-c-menu-toggle__toggle-icon">
5437
- <i
5438
- class="fas fa-caret-down fa-fw"
6019
+ <svg
6020
+ class="pf-v6-svg"
6021
+ viewBox="0 0 20 20"
6022
+ fill="currentColor"
5439
6023
  aria-hidden="true"
5440
- ></i>
6024
+ role="img"
6025
+ width="1em"
6026
+ height="1em"
6027
+ >
6028
+ <path
6029
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
6030
+ />
6031
+ </svg>
5441
6032
  </span>
5442
6033
  </span>
5443
6034
  </button>
@@ -5452,10 +6043,19 @@ wrapperTag: div
5452
6043
  <span class="pf-v6-c-menu-toggle__text">Risk</span>
5453
6044
  <span class="pf-v6-c-menu-toggle__controls">
5454
6045
  <span class="pf-v6-c-menu-toggle__toggle-icon">
5455
- <i
5456
- class="fas fa-caret-down fa-fw"
6046
+ <svg
6047
+ class="pf-v6-svg"
6048
+ viewBox="0 0 20 20"
6049
+ fill="currentColor"
5457
6050
  aria-hidden="true"
5458
- ></i>
6051
+ role="img"
6052
+ width="1em"
6053
+ height="1em"
6054
+ >
6055
+ <path
6056
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
6057
+ />
6058
+ </svg>
5459
6059
  </span>
5460
6060
  </span>
5461
6061
  </button>
@@ -5508,10 +6108,19 @@ wrapperTag: div
5508
6108
  </span>
5509
6109
  <span class="pf-v6-c-menu-toggle__controls">
5510
6110
  <span class="pf-v6-c-menu-toggle__toggle-icon">
5511
- <i
5512
- class="fas fa-caret-down fa-fw"
6111
+ <svg
6112
+ class="pf-v6-svg"
6113
+ viewBox="0 0 20 20"
6114
+ fill="currentColor"
5513
6115
  aria-hidden="true"
5514
- ></i>
6116
+ role="img"
6117
+ width="1em"
6118
+ height="1em"
6119
+ >
6120
+ <path
6121
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
6122
+ />
6123
+ </svg>
5515
6124
  </span>
5516
6125
  </span>
5517
6126
  </button>
@@ -5739,7 +6348,19 @@ wrapperTag: div
5739
6348
  aria-label="Table actions"
5740
6349
  >
5741
6350
  <span class="pf-v6-c-menu-toggle__icon">
5742
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6351
+ <svg
6352
+ class="pf-v6-svg"
6353
+ viewBox="0 0 32 32"
6354
+ fill="currentColor"
6355
+ aria-hidden="true"
6356
+ role="img"
6357
+ width="1em"
6358
+ height="1em"
6359
+ >
6360
+ <path
6361
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6362
+ />
6363
+ </svg>
5743
6364
  </span>
5744
6365
  </button>
5745
6366
  </td>
@@ -5828,7 +6449,19 @@ wrapperTag: div
5828
6449
  aria-label="Table actions"
5829
6450
  >
5830
6451
  <span class="pf-v6-c-menu-toggle__icon">
5831
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6452
+ <svg
6453
+ class="pf-v6-svg"
6454
+ viewBox="0 0 32 32"
6455
+ fill="currentColor"
6456
+ aria-hidden="true"
6457
+ role="img"
6458
+ width="1em"
6459
+ height="1em"
6460
+ >
6461
+ <path
6462
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6463
+ />
6464
+ </svg>
5832
6465
  </span>
5833
6466
  </button>
5834
6467
  </td>
@@ -5860,7 +6493,19 @@ wrapperTag: div
5860
6493
  aria-label="Table actions"
5861
6494
  >
5862
6495
  <span class="pf-v6-c-menu-toggle__icon">
5863
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6496
+ <svg
6497
+ class="pf-v6-svg"
6498
+ viewBox="0 0 32 32"
6499
+ fill="currentColor"
6500
+ aria-hidden="true"
6501
+ role="img"
6502
+ width="1em"
6503
+ height="1em"
6504
+ >
6505
+ <path
6506
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6507
+ />
6508
+ </svg>
5864
6509
  </span>
5865
6510
  </button>
5866
6511
  </td>
@@ -5892,7 +6537,19 @@ wrapperTag: div
5892
6537
  aria-label="Table actions"
5893
6538
  >
5894
6539
  <span class="pf-v6-c-menu-toggle__icon">
5895
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6540
+ <svg
6541
+ class="pf-v6-svg"
6542
+ viewBox="0 0 32 32"
6543
+ fill="currentColor"
6544
+ aria-hidden="true"
6545
+ role="img"
6546
+ width="1em"
6547
+ height="1em"
6548
+ >
6549
+ <path
6550
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6551
+ />
6552
+ </svg>
5896
6553
  </span>
5897
6554
  </button>
5898
6555
  </td>
@@ -5924,7 +6581,19 @@ wrapperTag: div
5924
6581
  aria-label="Table actions"
5925
6582
  >
5926
6583
  <span class="pf-v6-c-menu-toggle__icon">
5927
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6584
+ <svg
6585
+ class="pf-v6-svg"
6586
+ viewBox="0 0 32 32"
6587
+ fill="currentColor"
6588
+ aria-hidden="true"
6589
+ role="img"
6590
+ width="1em"
6591
+ height="1em"
6592
+ >
6593
+ <path
6594
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6595
+ />
6596
+ </svg>
5928
6597
  </span>
5929
6598
  </button>
5930
6599
  </td>
@@ -5956,7 +6625,19 @@ wrapperTag: div
5956
6625
  aria-label="Table actions"
5957
6626
  >
5958
6627
  <span class="pf-v6-c-menu-toggle__icon">
5959
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6628
+ <svg
6629
+ class="pf-v6-svg"
6630
+ viewBox="0 0 32 32"
6631
+ fill="currentColor"
6632
+ aria-hidden="true"
6633
+ role="img"
6634
+ width="1em"
6635
+ height="1em"
6636
+ >
6637
+ <path
6638
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6639
+ />
6640
+ </svg>
5960
6641
  </span>
5961
6642
  </button>
5962
6643
  </td>
@@ -6049,7 +6730,19 @@ wrapperTag: div
6049
6730
  aria-label="Table actions"
6050
6731
  >
6051
6732
  <span class="pf-v6-c-menu-toggle__icon">
6052
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6733
+ <svg
6734
+ class="pf-v6-svg"
6735
+ viewBox="0 0 32 32"
6736
+ fill="currentColor"
6737
+ aria-hidden="true"
6738
+ role="img"
6739
+ width="1em"
6740
+ height="1em"
6741
+ >
6742
+ <path
6743
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6744
+ />
6745
+ </svg>
6053
6746
  </span>
6054
6747
  </button>
6055
6748
  </td>
@@ -6081,7 +6774,19 @@ wrapperTag: div
6081
6774
  aria-label="Table actions"
6082
6775
  >
6083
6776
  <span class="pf-v6-c-menu-toggle__icon">
6084
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6777
+ <svg
6778
+ class="pf-v6-svg"
6779
+ viewBox="0 0 32 32"
6780
+ fill="currentColor"
6781
+ aria-hidden="true"
6782
+ role="img"
6783
+ width="1em"
6784
+ height="1em"
6785
+ >
6786
+ <path
6787
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6788
+ />
6789
+ </svg>
6085
6790
  </span>
6086
6791
  </button>
6087
6792
  </td>
@@ -6113,7 +6818,19 @@ wrapperTag: div
6113
6818
  aria-label="Table actions"
6114
6819
  >
6115
6820
  <span class="pf-v6-c-menu-toggle__icon">
6116
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6821
+ <svg
6822
+ class="pf-v6-svg"
6823
+ viewBox="0 0 32 32"
6824
+ fill="currentColor"
6825
+ aria-hidden="true"
6826
+ role="img"
6827
+ width="1em"
6828
+ height="1em"
6829
+ >
6830
+ <path
6831
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6832
+ />
6833
+ </svg>
6117
6834
  </span>
6118
6835
  </button>
6119
6836
  </td>
@@ -6145,7 +6862,19 @@ wrapperTag: div
6145
6862
  aria-label="Table actions"
6146
6863
  >
6147
6864
  <span class="pf-v6-c-menu-toggle__icon">
6148
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6865
+ <svg
6866
+ class="pf-v6-svg"
6867
+ viewBox="0 0 32 32"
6868
+ fill="currentColor"
6869
+ aria-hidden="true"
6870
+ role="img"
6871
+ width="1em"
6872
+ height="1em"
6873
+ >
6874
+ <path
6875
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6876
+ />
6877
+ </svg>
6149
6878
  </span>
6150
6879
  </button>
6151
6880
  </td>
@@ -6177,7 +6906,19 @@ wrapperTag: div
6177
6906
  aria-label="Table actions"
6178
6907
  >
6179
6908
  <span class="pf-v6-c-menu-toggle__icon">
6180
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
6909
+ <svg
6910
+ class="pf-v6-svg"
6911
+ viewBox="0 0 32 32"
6912
+ fill="currentColor"
6913
+ aria-hidden="true"
6914
+ role="img"
6915
+ width="1em"
6916
+ height="1em"
6917
+ >
6918
+ <path
6919
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
6920
+ />
6921
+ </svg>
6181
6922
  </span>
6182
6923
  </button>
6183
6924
  </td>
@@ -6270,7 +7011,19 @@ wrapperTag: div
6270
7011
  aria-label="Table actions"
6271
7012
  >
6272
7013
  <span class="pf-v6-c-menu-toggle__icon">
6273
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7014
+ <svg
7015
+ class="pf-v6-svg"
7016
+ viewBox="0 0 32 32"
7017
+ fill="currentColor"
7018
+ aria-hidden="true"
7019
+ role="img"
7020
+ width="1em"
7021
+ height="1em"
7022
+ >
7023
+ <path
7024
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7025
+ />
7026
+ </svg>
6274
7027
  </span>
6275
7028
  </button>
6276
7029
  </td>
@@ -6302,7 +7055,19 @@ wrapperTag: div
6302
7055
  aria-label="Table actions"
6303
7056
  >
6304
7057
  <span class="pf-v6-c-menu-toggle__icon">
6305
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7058
+ <svg
7059
+ class="pf-v6-svg"
7060
+ viewBox="0 0 32 32"
7061
+ fill="currentColor"
7062
+ aria-hidden="true"
7063
+ role="img"
7064
+ width="1em"
7065
+ height="1em"
7066
+ >
7067
+ <path
7068
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7069
+ />
7070
+ </svg>
6306
7071
  </span>
6307
7072
  </button>
6308
7073
  </td>
@@ -6334,7 +7099,19 @@ wrapperTag: div
6334
7099
  aria-label="Table actions"
6335
7100
  >
6336
7101
  <span class="pf-v6-c-menu-toggle__icon">
6337
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7102
+ <svg
7103
+ class="pf-v6-svg"
7104
+ viewBox="0 0 32 32"
7105
+ fill="currentColor"
7106
+ aria-hidden="true"
7107
+ role="img"
7108
+ width="1em"
7109
+ height="1em"
7110
+ >
7111
+ <path
7112
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7113
+ />
7114
+ </svg>
6338
7115
  </span>
6339
7116
  </button>
6340
7117
  </td>
@@ -6366,7 +7143,19 @@ wrapperTag: div
6366
7143
  aria-label="Table actions"
6367
7144
  >
6368
7145
  <span class="pf-v6-c-menu-toggle__icon">
6369
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7146
+ <svg
7147
+ class="pf-v6-svg"
7148
+ viewBox="0 0 32 32"
7149
+ fill="currentColor"
7150
+ aria-hidden="true"
7151
+ role="img"
7152
+ width="1em"
7153
+ height="1em"
7154
+ >
7155
+ <path
7156
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7157
+ />
7158
+ </svg>
6370
7159
  </span>
6371
7160
  </button>
6372
7161
  </td>
@@ -6398,7 +7187,19 @@ wrapperTag: div
6398
7187
  aria-label="Table actions"
6399
7188
  >
6400
7189
  <span class="pf-v6-c-menu-toggle__icon">
6401
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7190
+ <svg
7191
+ class="pf-v6-svg"
7192
+ viewBox="0 0 32 32"
7193
+ fill="currentColor"
7194
+ aria-hidden="true"
7195
+ role="img"
7196
+ width="1em"
7197
+ height="1em"
7198
+ >
7199
+ <path
7200
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7201
+ />
7202
+ </svg>
6402
7203
  </span>
6403
7204
  </button>
6404
7205
  </td>
@@ -6483,7 +7284,19 @@ wrapperTag: div
6483
7284
  aria-label="Table actions"
6484
7285
  >
6485
7286
  <span class="pf-v6-c-menu-toggle__icon">
6486
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7287
+ <svg
7288
+ class="pf-v6-svg"
7289
+ viewBox="0 0 32 32"
7290
+ fill="currentColor"
7291
+ aria-hidden="true"
7292
+ role="img"
7293
+ width="1em"
7294
+ height="1em"
7295
+ >
7296
+ <path
7297
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7298
+ />
7299
+ </svg>
6487
7300
  </span>
6488
7301
  </button>
6489
7302
  </td>
@@ -6572,7 +7385,19 @@ wrapperTag: div
6572
7385
  aria-label="Table actions"
6573
7386
  >
6574
7387
  <span class="pf-v6-c-menu-toggle__icon">
6575
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7388
+ <svg
7389
+ class="pf-v6-svg"
7390
+ viewBox="0 0 32 32"
7391
+ fill="currentColor"
7392
+ aria-hidden="true"
7393
+ role="img"
7394
+ width="1em"
7395
+ height="1em"
7396
+ >
7397
+ <path
7398
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7399
+ />
7400
+ </svg>
6576
7401
  </span>
6577
7402
  </button>
6578
7403
  </td>
@@ -6604,7 +7429,19 @@ wrapperTag: div
6604
7429
  aria-label="Table actions"
6605
7430
  >
6606
7431
  <span class="pf-v6-c-menu-toggle__icon">
6607
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7432
+ <svg
7433
+ class="pf-v6-svg"
7434
+ viewBox="0 0 32 32"
7435
+ fill="currentColor"
7436
+ aria-hidden="true"
7437
+ role="img"
7438
+ width="1em"
7439
+ height="1em"
7440
+ >
7441
+ <path
7442
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7443
+ />
7444
+ </svg>
6608
7445
  </span>
6609
7446
  </button>
6610
7447
  </td>
@@ -6636,7 +7473,19 @@ wrapperTag: div
6636
7473
  aria-label="Table actions"
6637
7474
  >
6638
7475
  <span class="pf-v6-c-menu-toggle__icon">
6639
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7476
+ <svg
7477
+ class="pf-v6-svg"
7478
+ viewBox="0 0 32 32"
7479
+ fill="currentColor"
7480
+ aria-hidden="true"
7481
+ role="img"
7482
+ width="1em"
7483
+ height="1em"
7484
+ >
7485
+ <path
7486
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7487
+ />
7488
+ </svg>
6640
7489
  </span>
6641
7490
  </button>
6642
7491
  </td>
@@ -6668,7 +7517,19 @@ wrapperTag: div
6668
7517
  aria-label="Table actions"
6669
7518
  >
6670
7519
  <span class="pf-v6-c-menu-toggle__icon">
6671
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7520
+ <svg
7521
+ class="pf-v6-svg"
7522
+ viewBox="0 0 32 32"
7523
+ fill="currentColor"
7524
+ aria-hidden="true"
7525
+ role="img"
7526
+ width="1em"
7527
+ height="1em"
7528
+ >
7529
+ <path
7530
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7531
+ />
7532
+ </svg>
6672
7533
  </span>
6673
7534
  </button>
6674
7535
  </td>
@@ -6700,7 +7561,19 @@ wrapperTag: div
6700
7561
  aria-label="Table actions"
6701
7562
  >
6702
7563
  <span class="pf-v6-c-menu-toggle__icon">
6703
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7564
+ <svg
7565
+ class="pf-v6-svg"
7566
+ viewBox="0 0 32 32"
7567
+ fill="currentColor"
7568
+ aria-hidden="true"
7569
+ role="img"
7570
+ width="1em"
7571
+ height="1em"
7572
+ >
7573
+ <path
7574
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7575
+ />
7576
+ </svg>
6704
7577
  </span>
6705
7578
  </button>
6706
7579
  </td>
@@ -6793,7 +7666,19 @@ wrapperTag: div
6793
7666
  aria-label="Table actions"
6794
7667
  >
6795
7668
  <span class="pf-v6-c-menu-toggle__icon">
6796
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7669
+ <svg
7670
+ class="pf-v6-svg"
7671
+ viewBox="0 0 32 32"
7672
+ fill="currentColor"
7673
+ aria-hidden="true"
7674
+ role="img"
7675
+ width="1em"
7676
+ height="1em"
7677
+ >
7678
+ <path
7679
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7680
+ />
7681
+ </svg>
6797
7682
  </span>
6798
7683
  </button>
6799
7684
  </td>
@@ -6825,7 +7710,19 @@ wrapperTag: div
6825
7710
  aria-label="Table actions"
6826
7711
  >
6827
7712
  <span class="pf-v6-c-menu-toggle__icon">
6828
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7713
+ <svg
7714
+ class="pf-v6-svg"
7715
+ viewBox="0 0 32 32"
7716
+ fill="currentColor"
7717
+ aria-hidden="true"
7718
+ role="img"
7719
+ width="1em"
7720
+ height="1em"
7721
+ >
7722
+ <path
7723
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7724
+ />
7725
+ </svg>
6829
7726
  </span>
6830
7727
  </button>
6831
7728
  </td>
@@ -6857,7 +7754,19 @@ wrapperTag: div
6857
7754
  aria-label="Table actions"
6858
7755
  >
6859
7756
  <span class="pf-v6-c-menu-toggle__icon">
6860
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7757
+ <svg
7758
+ class="pf-v6-svg"
7759
+ viewBox="0 0 32 32"
7760
+ fill="currentColor"
7761
+ aria-hidden="true"
7762
+ role="img"
7763
+ width="1em"
7764
+ height="1em"
7765
+ >
7766
+ <path
7767
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7768
+ />
7769
+ </svg>
6861
7770
  </span>
6862
7771
  </button>
6863
7772
  </td>
@@ -6889,7 +7798,19 @@ wrapperTag: div
6889
7798
  aria-label="Table actions"
6890
7799
  >
6891
7800
  <span class="pf-v6-c-menu-toggle__icon">
6892
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7801
+ <svg
7802
+ class="pf-v6-svg"
7803
+ viewBox="0 0 32 32"
7804
+ fill="currentColor"
7805
+ aria-hidden="true"
7806
+ role="img"
7807
+ width="1em"
7808
+ height="1em"
7809
+ >
7810
+ <path
7811
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7812
+ />
7813
+ </svg>
6893
7814
  </span>
6894
7815
  </button>
6895
7816
  </td>
@@ -6921,7 +7842,19 @@ wrapperTag: div
6921
7842
  aria-label="Table actions"
6922
7843
  >
6923
7844
  <span class="pf-v6-c-menu-toggle__icon">
6924
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7845
+ <svg
7846
+ class="pf-v6-svg"
7847
+ viewBox="0 0 32 32"
7848
+ fill="currentColor"
7849
+ aria-hidden="true"
7850
+ role="img"
7851
+ width="1em"
7852
+ height="1em"
7853
+ >
7854
+ <path
7855
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7856
+ />
7857
+ </svg>
6925
7858
  </span>
6926
7859
  </button>
6927
7860
  </td>
@@ -7014,7 +7947,19 @@ wrapperTag: div
7014
7947
  aria-label="Table actions"
7015
7948
  >
7016
7949
  <span class="pf-v6-c-menu-toggle__icon">
7017
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7950
+ <svg
7951
+ class="pf-v6-svg"
7952
+ viewBox="0 0 32 32"
7953
+ fill="currentColor"
7954
+ aria-hidden="true"
7955
+ role="img"
7956
+ width="1em"
7957
+ height="1em"
7958
+ >
7959
+ <path
7960
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
7961
+ />
7962
+ </svg>
7018
7963
  </span>
7019
7964
  </button>
7020
7965
  </td>
@@ -7046,7 +7991,19 @@ wrapperTag: div
7046
7991
  aria-label="Table actions"
7047
7992
  >
7048
7993
  <span class="pf-v6-c-menu-toggle__icon">
7049
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
7994
+ <svg
7995
+ class="pf-v6-svg"
7996
+ viewBox="0 0 32 32"
7997
+ fill="currentColor"
7998
+ aria-hidden="true"
7999
+ role="img"
8000
+ width="1em"
8001
+ height="1em"
8002
+ >
8003
+ <path
8004
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8005
+ />
8006
+ </svg>
7050
8007
  </span>
7051
8008
  </button>
7052
8009
  </td>
@@ -7078,7 +8035,19 @@ wrapperTag: div
7078
8035
  aria-label="Table actions"
7079
8036
  >
7080
8037
  <span class="pf-v6-c-menu-toggle__icon">
7081
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8038
+ <svg
8039
+ class="pf-v6-svg"
8040
+ viewBox="0 0 32 32"
8041
+ fill="currentColor"
8042
+ aria-hidden="true"
8043
+ role="img"
8044
+ width="1em"
8045
+ height="1em"
8046
+ >
8047
+ <path
8048
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8049
+ />
8050
+ </svg>
7082
8051
  </span>
7083
8052
  </button>
7084
8053
  </td>
@@ -7110,7 +8079,19 @@ wrapperTag: div
7110
8079
  aria-label="Table actions"
7111
8080
  >
7112
8081
  <span class="pf-v6-c-menu-toggle__icon">
7113
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8082
+ <svg
8083
+ class="pf-v6-svg"
8084
+ viewBox="0 0 32 32"
8085
+ fill="currentColor"
8086
+ aria-hidden="true"
8087
+ role="img"
8088
+ width="1em"
8089
+ height="1em"
8090
+ >
8091
+ <path
8092
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8093
+ />
8094
+ </svg>
7114
8095
  </span>
7115
8096
  </button>
7116
8097
  </td>
@@ -7142,7 +8123,19 @@ wrapperTag: div
7142
8123
  aria-label="Table actions"
7143
8124
  >
7144
8125
  <span class="pf-v6-c-menu-toggle__icon">
7145
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8126
+ <svg
8127
+ class="pf-v6-svg"
8128
+ viewBox="0 0 32 32"
8129
+ fill="currentColor"
8130
+ aria-hidden="true"
8131
+ role="img"
8132
+ width="1em"
8133
+ height="1em"
8134
+ >
8135
+ <path
8136
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8137
+ />
8138
+ </svg>
7146
8139
  </span>
7147
8140
  </button>
7148
8141
  </td>
@@ -7227,7 +8220,19 @@ wrapperTag: div
7227
8220
  aria-label="Table actions"
7228
8221
  >
7229
8222
  <span class="pf-v6-c-menu-toggle__icon">
7230
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8223
+ <svg
8224
+ class="pf-v6-svg"
8225
+ viewBox="0 0 32 32"
8226
+ fill="currentColor"
8227
+ aria-hidden="true"
8228
+ role="img"
8229
+ width="1em"
8230
+ height="1em"
8231
+ >
8232
+ <path
8233
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8234
+ />
8235
+ </svg>
7231
8236
  </span>
7232
8237
  </button>
7233
8238
  </td>
@@ -7316,7 +8321,19 @@ wrapperTag: div
7316
8321
  aria-label="Table actions"
7317
8322
  >
7318
8323
  <span class="pf-v6-c-menu-toggle__icon">
7319
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8324
+ <svg
8325
+ class="pf-v6-svg"
8326
+ viewBox="0 0 32 32"
8327
+ fill="currentColor"
8328
+ aria-hidden="true"
8329
+ role="img"
8330
+ width="1em"
8331
+ height="1em"
8332
+ >
8333
+ <path
8334
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8335
+ />
8336
+ </svg>
7320
8337
  </span>
7321
8338
  </button>
7322
8339
  </td>
@@ -7348,7 +8365,19 @@ wrapperTag: div
7348
8365
  aria-label="Table actions"
7349
8366
  >
7350
8367
  <span class="pf-v6-c-menu-toggle__icon">
7351
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8368
+ <svg
8369
+ class="pf-v6-svg"
8370
+ viewBox="0 0 32 32"
8371
+ fill="currentColor"
8372
+ aria-hidden="true"
8373
+ role="img"
8374
+ width="1em"
8375
+ height="1em"
8376
+ >
8377
+ <path
8378
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8379
+ />
8380
+ </svg>
7352
8381
  </span>
7353
8382
  </button>
7354
8383
  </td>
@@ -7380,7 +8409,19 @@ wrapperTag: div
7380
8409
  aria-label="Table actions"
7381
8410
  >
7382
8411
  <span class="pf-v6-c-menu-toggle__icon">
7383
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8412
+ <svg
8413
+ class="pf-v6-svg"
8414
+ viewBox="0 0 32 32"
8415
+ fill="currentColor"
8416
+ aria-hidden="true"
8417
+ role="img"
8418
+ width="1em"
8419
+ height="1em"
8420
+ >
8421
+ <path
8422
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8423
+ />
8424
+ </svg>
7384
8425
  </span>
7385
8426
  </button>
7386
8427
  </td>
@@ -7412,7 +8453,19 @@ wrapperTag: div
7412
8453
  aria-label="Table actions"
7413
8454
  >
7414
8455
  <span class="pf-v6-c-menu-toggle__icon">
7415
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8456
+ <svg
8457
+ class="pf-v6-svg"
8458
+ viewBox="0 0 32 32"
8459
+ fill="currentColor"
8460
+ aria-hidden="true"
8461
+ role="img"
8462
+ width="1em"
8463
+ height="1em"
8464
+ >
8465
+ <path
8466
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8467
+ />
8468
+ </svg>
7416
8469
  </span>
7417
8470
  </button>
7418
8471
  </td>
@@ -7444,7 +8497,19 @@ wrapperTag: div
7444
8497
  aria-label="Table actions"
7445
8498
  >
7446
8499
  <span class="pf-v6-c-menu-toggle__icon">
7447
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8500
+ <svg
8501
+ class="pf-v6-svg"
8502
+ viewBox="0 0 32 32"
8503
+ fill="currentColor"
8504
+ aria-hidden="true"
8505
+ role="img"
8506
+ width="1em"
8507
+ height="1em"
8508
+ >
8509
+ <path
8510
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8511
+ />
8512
+ </svg>
7448
8513
  </span>
7449
8514
  </button>
7450
8515
  </td>
@@ -7537,7 +8602,19 @@ wrapperTag: div
7537
8602
  aria-label="Table actions"
7538
8603
  >
7539
8604
  <span class="pf-v6-c-menu-toggle__icon">
7540
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8605
+ <svg
8606
+ class="pf-v6-svg"
8607
+ viewBox="0 0 32 32"
8608
+ fill="currentColor"
8609
+ aria-hidden="true"
8610
+ role="img"
8611
+ width="1em"
8612
+ height="1em"
8613
+ >
8614
+ <path
8615
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8616
+ />
8617
+ </svg>
7541
8618
  </span>
7542
8619
  </button>
7543
8620
  </td>
@@ -7569,7 +8646,19 @@ wrapperTag: div
7569
8646
  aria-label="Table actions"
7570
8647
  >
7571
8648
  <span class="pf-v6-c-menu-toggle__icon">
7572
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8649
+ <svg
8650
+ class="pf-v6-svg"
8651
+ viewBox="0 0 32 32"
8652
+ fill="currentColor"
8653
+ aria-hidden="true"
8654
+ role="img"
8655
+ width="1em"
8656
+ height="1em"
8657
+ >
8658
+ <path
8659
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8660
+ />
8661
+ </svg>
7573
8662
  </span>
7574
8663
  </button>
7575
8664
  </td>
@@ -7601,7 +8690,19 @@ wrapperTag: div
7601
8690
  aria-label="Table actions"
7602
8691
  >
7603
8692
  <span class="pf-v6-c-menu-toggle__icon">
7604
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8693
+ <svg
8694
+ class="pf-v6-svg"
8695
+ viewBox="0 0 32 32"
8696
+ fill="currentColor"
8697
+ aria-hidden="true"
8698
+ role="img"
8699
+ width="1em"
8700
+ height="1em"
8701
+ >
8702
+ <path
8703
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8704
+ />
8705
+ </svg>
7605
8706
  </span>
7606
8707
  </button>
7607
8708
  </td>
@@ -7633,7 +8734,19 @@ wrapperTag: div
7633
8734
  aria-label="Table actions"
7634
8735
  >
7635
8736
  <span class="pf-v6-c-menu-toggle__icon">
7636
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8737
+ <svg
8738
+ class="pf-v6-svg"
8739
+ viewBox="0 0 32 32"
8740
+ fill="currentColor"
8741
+ aria-hidden="true"
8742
+ role="img"
8743
+ width="1em"
8744
+ height="1em"
8745
+ >
8746
+ <path
8747
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8748
+ />
8749
+ </svg>
7637
8750
  </span>
7638
8751
  </button>
7639
8752
  </td>
@@ -7665,7 +8778,19 @@ wrapperTag: div
7665
8778
  aria-label="Table actions"
7666
8779
  >
7667
8780
  <span class="pf-v6-c-menu-toggle__icon">
7668
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8781
+ <svg
8782
+ class="pf-v6-svg"
8783
+ viewBox="0 0 32 32"
8784
+ fill="currentColor"
8785
+ aria-hidden="true"
8786
+ role="img"
8787
+ width="1em"
8788
+ height="1em"
8789
+ >
8790
+ <path
8791
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8792
+ />
8793
+ </svg>
7669
8794
  </span>
7670
8795
  </button>
7671
8796
  </td>
@@ -7758,7 +8883,19 @@ wrapperTag: div
7758
8883
  aria-label="Table actions"
7759
8884
  >
7760
8885
  <span class="pf-v6-c-menu-toggle__icon">
7761
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8886
+ <svg
8887
+ class="pf-v6-svg"
8888
+ viewBox="0 0 32 32"
8889
+ fill="currentColor"
8890
+ aria-hidden="true"
8891
+ role="img"
8892
+ width="1em"
8893
+ height="1em"
8894
+ >
8895
+ <path
8896
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8897
+ />
8898
+ </svg>
7762
8899
  </span>
7763
8900
  </button>
7764
8901
  </td>
@@ -7790,7 +8927,19 @@ wrapperTag: div
7790
8927
  aria-label="Table actions"
7791
8928
  >
7792
8929
  <span class="pf-v6-c-menu-toggle__icon">
7793
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8930
+ <svg
8931
+ class="pf-v6-svg"
8932
+ viewBox="0 0 32 32"
8933
+ fill="currentColor"
8934
+ aria-hidden="true"
8935
+ role="img"
8936
+ width="1em"
8937
+ height="1em"
8938
+ >
8939
+ <path
8940
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8941
+ />
8942
+ </svg>
7794
8943
  </span>
7795
8944
  </button>
7796
8945
  </td>
@@ -7822,7 +8971,19 @@ wrapperTag: div
7822
8971
  aria-label="Table actions"
7823
8972
  >
7824
8973
  <span class="pf-v6-c-menu-toggle__icon">
7825
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
8974
+ <svg
8975
+ class="pf-v6-svg"
8976
+ viewBox="0 0 32 32"
8977
+ fill="currentColor"
8978
+ aria-hidden="true"
8979
+ role="img"
8980
+ width="1em"
8981
+ height="1em"
8982
+ >
8983
+ <path
8984
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
8985
+ />
8986
+ </svg>
7826
8987
  </span>
7827
8988
  </button>
7828
8989
  </td>
@@ -7854,7 +9015,19 @@ wrapperTag: div
7854
9015
  aria-label="Table actions"
7855
9016
  >
7856
9017
  <span class="pf-v6-c-menu-toggle__icon">
7857
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
9018
+ <svg
9019
+ class="pf-v6-svg"
9020
+ viewBox="0 0 32 32"
9021
+ fill="currentColor"
9022
+ aria-hidden="true"
9023
+ role="img"
9024
+ width="1em"
9025
+ height="1em"
9026
+ >
9027
+ <path
9028
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
9029
+ />
9030
+ </svg>
7858
9031
  </span>
7859
9032
  </button>
7860
9033
  </td>
@@ -7886,7 +9059,19 @@ wrapperTag: div
7886
9059
  aria-label="Table actions"
7887
9060
  >
7888
9061
  <span class="pf-v6-c-menu-toggle__icon">
7889
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
9062
+ <svg
9063
+ class="pf-v6-svg"
9064
+ viewBox="0 0 32 32"
9065
+ fill="currentColor"
9066
+ aria-hidden="true"
9067
+ role="img"
9068
+ width="1em"
9069
+ height="1em"
9070
+ >
9071
+ <path
9072
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
9073
+ />
9074
+ </svg>
7890
9075
  </span>
7891
9076
  </button>
7892
9077
  </td>
@@ -7911,7 +9096,19 @@ wrapperTag: div
7911
9096
  </span>
7912
9097
  <span class="pf-v6-c-menu-toggle__controls">
7913
9098
  <span class="pf-v6-c-menu-toggle__toggle-icon">
7914
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
9099
+ <svg
9100
+ class="pf-v6-svg"
9101
+ viewBox="0 0 20 20"
9102
+ fill="currentColor"
9103
+ aria-hidden="true"
9104
+ role="img"
9105
+ width="1em"
9106
+ height="1em"
9107
+ >
9108
+ <path
9109
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
9110
+ />
9111
+ </svg>
7915
9112
  </span>
7916
9113
  </span>
7917
9114
  </button>
@@ -8189,7 +9386,19 @@ wrapperTag: div
8189
9386
  aria-label="Settings"
8190
9387
  >
8191
9388
  <span class="pf-v6-c-menu-toggle__icon">
8192
- <i class="fas fa-cog" aria-hidden="true"></i>
9389
+ <svg
9390
+ class="pf-v6-svg"
9391
+ viewBox="0 0 32 32"
9392
+ fill="currentColor"
9393
+ aria-hidden="true"
9394
+ role="img"
9395
+ width="1em"
9396
+ height="1em"
9397
+ >
9398
+ <path
9399
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
9400
+ />
9401
+ </svg>
8193
9402
  </span>
8194
9403
  </button>
8195
9404
  </div>
@@ -8215,7 +9424,19 @@ wrapperTag: div
8215
9424
  aria-label="Actions"
8216
9425
  >
8217
9426
  <span class="pf-v6-c-menu-toggle__icon">
8218
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
9427
+ <svg
9428
+ class="pf-v6-svg"
9429
+ viewBox="0 0 32 32"
9430
+ fill="currentColor"
9431
+ aria-hidden="true"
9432
+ role="img"
9433
+ width="1em"
9434
+ height="1em"
9435
+ >
9436
+ <path
9437
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
9438
+ />
9439
+ </svg>
8219
9440
  </span>
8220
9441
  </button>
8221
9442
  </div>
@@ -8621,7 +9842,19 @@ wrapperTag: div
8621
9842
  aria-label="Settings"
8622
9843
  >
8623
9844
  <span class="pf-v6-c-menu-toggle__icon">
8624
- <i class="fas fa-cog" aria-hidden="true"></i>
9845
+ <svg
9846
+ class="pf-v6-svg"
9847
+ viewBox="0 0 32 32"
9848
+ fill="currentColor"
9849
+ aria-hidden="true"
9850
+ role="img"
9851
+ width="1em"
9852
+ height="1em"
9853
+ >
9854
+ <path
9855
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
9856
+ />
9857
+ </svg>
8625
9858
  </span>
8626
9859
  </button>
8627
9860
  </div>
@@ -8647,7 +9880,19 @@ wrapperTag: div
8647
9880
  aria-label="Actions"
8648
9881
  >
8649
9882
  <span class="pf-v6-c-menu-toggle__icon">
8650
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
9883
+ <svg
9884
+ class="pf-v6-svg"
9885
+ viewBox="0 0 32 32"
9886
+ fill="currentColor"
9887
+ aria-hidden="true"
9888
+ role="img"
9889
+ width="1em"
9890
+ height="1em"
9891
+ >
9892
+ <path
9893
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
9894
+ />
9895
+ </svg>
8651
9896
  </span>
8652
9897
  </button>
8653
9898
  </div>
@@ -9047,7 +10292,19 @@ wrapperTag: div
9047
10292
  aria-label="Settings"
9048
10293
  >
9049
10294
  <span class="pf-v6-c-menu-toggle__icon">
9050
- <i class="fas fa-cog" aria-hidden="true"></i>
10295
+ <svg
10296
+ class="pf-v6-svg"
10297
+ viewBox="0 0 32 32"
10298
+ fill="currentColor"
10299
+ aria-hidden="true"
10300
+ role="img"
10301
+ width="1em"
10302
+ height="1em"
10303
+ >
10304
+ <path
10305
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
10306
+ />
10307
+ </svg>
9051
10308
  </span>
9052
10309
  </button>
9053
10310
  </div>
@@ -9073,7 +10330,19 @@ wrapperTag: div
9073
10330
  aria-label="Actions"
9074
10331
  >
9075
10332
  <span class="pf-v6-c-menu-toggle__icon">
9076
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
10333
+ <svg
10334
+ class="pf-v6-svg"
10335
+ viewBox="0 0 32 32"
10336
+ fill="currentColor"
10337
+ aria-hidden="true"
10338
+ role="img"
10339
+ width="1em"
10340
+ height="1em"
10341
+ >
10342
+ <path
10343
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
10344
+ />
10345
+ </svg>
9077
10346
  </span>
9078
10347
  </button>
9079
10348
  </div>
@@ -9260,10 +10529,19 @@ wrapperTag: div
9260
10529
  >
9261
10530
  <span class="pf-v6-c-menu-toggle__controls">
9262
10531
  <span class="pf-v6-c-menu-toggle__toggle-icon">
9263
- <i
9264
- class="fas fa-caret-down fa-fw"
10532
+ <svg
10533
+ class="pf-v6-svg"
10534
+ viewBox="0 0 20 20"
10535
+ fill="currentColor"
9265
10536
  aria-hidden="true"
9266
- ></i>
10537
+ role="img"
10538
+ width="1em"
10539
+ height="1em"
10540
+ >
10541
+ <path
10542
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
10543
+ />
10544
+ </svg>
9267
10545
  </span>
9268
10546
  </span>
9269
10547
  </button>
@@ -9289,10 +10567,19 @@ wrapperTag: div
9289
10567
  <span class="pf-v6-c-menu-toggle__text">Name</span>
9290
10568
  <span class="pf-v6-c-menu-toggle__controls">
9291
10569
  <span class="pf-v6-c-menu-toggle__toggle-icon">
9292
- <i
9293
- class="fas fa-caret-down fa-fw"
10570
+ <svg
10571
+ class="pf-v6-svg"
10572
+ viewBox="0 0 20 20"
10573
+ fill="currentColor"
9294
10574
  aria-hidden="true"
9295
- ></i>
10575
+ role="img"
10576
+ width="1em"
10577
+ height="1em"
10578
+ >
10579
+ <path
10580
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
10581
+ />
10582
+ </svg>
9296
10583
  </span>
9297
10584
  </span>
9298
10585
  </button>
@@ -9331,10 +10618,19 @@ wrapperTag: div
9331
10618
  <span class="pf-v6-c-menu-toggle__text">Status</span>
9332
10619
  <span class="pf-v6-c-menu-toggle__controls">
9333
10620
  <span class="pf-v6-c-menu-toggle__toggle-icon">
9334
- <i
9335
- class="fas fa-caret-down fa-fw"
10621
+ <svg
10622
+ class="pf-v6-svg"
10623
+ viewBox="0 0 20 20"
10624
+ fill="currentColor"
9336
10625
  aria-hidden="true"
9337
- ></i>
10626
+ role="img"
10627
+ width="1em"
10628
+ height="1em"
10629
+ >
10630
+ <path
10631
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
10632
+ />
10633
+ </svg>
9338
10634
  </span>
9339
10635
  </span>
9340
10636
  </button>
@@ -9349,10 +10645,19 @@ wrapperTag: div
9349
10645
  <span class="pf-v6-c-menu-toggle__text">Risk</span>
9350
10646
  <span class="pf-v6-c-menu-toggle__controls">
9351
10647
  <span class="pf-v6-c-menu-toggle__toggle-icon">
9352
- <i
9353
- class="fas fa-caret-down fa-fw"
10648
+ <svg
10649
+ class="pf-v6-svg"
10650
+ viewBox="0 0 20 20"
10651
+ fill="currentColor"
9354
10652
  aria-hidden="true"
9355
- ></i>
10653
+ role="img"
10654
+ width="1em"
10655
+ height="1em"
10656
+ >
10657
+ <path
10658
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
10659
+ />
10660
+ </svg>
9356
10661
  </span>
9357
10662
  </span>
9358
10663
  </button>
@@ -9405,10 +10710,19 @@ wrapperTag: div
9405
10710
  </span>
9406
10711
  <span class="pf-v6-c-menu-toggle__controls">
9407
10712
  <span class="pf-v6-c-menu-toggle__toggle-icon">
9408
- <i
9409
- class="fas fa-caret-down fa-fw"
10713
+ <svg
10714
+ class="pf-v6-svg"
10715
+ viewBox="0 0 20 20"
10716
+ fill="currentColor"
9410
10717
  aria-hidden="true"
9411
- ></i>
10718
+ role="img"
10719
+ width="1em"
10720
+ height="1em"
10721
+ >
10722
+ <path
10723
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
10724
+ />
10725
+ </svg>
9412
10726
  </span>
9413
10727
  </span>
9414
10728
  </button>
@@ -9611,7 +10925,19 @@ wrapperTag: div
9611
10925
  aria-label="Table actions"
9612
10926
  >
9613
10927
  <span class="pf-v6-c-menu-toggle__icon">
9614
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
10928
+ <svg
10929
+ class="pf-v6-svg"
10930
+ viewBox="0 0 32 32"
10931
+ fill="currentColor"
10932
+ aria-hidden="true"
10933
+ role="img"
10934
+ width="1em"
10935
+ height="1em"
10936
+ >
10937
+ <path
10938
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
10939
+ />
10940
+ </svg>
9615
10941
  </span>
9616
10942
  </button>
9617
10943
  </td>
@@ -9687,7 +11013,19 @@ wrapperTag: div
9687
11013
  aria-label="Table actions"
9688
11014
  >
9689
11015
  <span class="pf-v6-c-menu-toggle__icon">
9690
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11016
+ <svg
11017
+ class="pf-v6-svg"
11018
+ viewBox="0 0 32 32"
11019
+ fill="currentColor"
11020
+ aria-hidden="true"
11021
+ role="img"
11022
+ width="1em"
11023
+ height="1em"
11024
+ >
11025
+ <path
11026
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
11027
+ />
11028
+ </svg>
9691
11029
  </span>
9692
11030
  </button>
9693
11031
  </td>
@@ -9763,7 +11101,19 @@ wrapperTag: div
9763
11101
  aria-label="Table actions"
9764
11102
  >
9765
11103
  <span class="pf-v6-c-menu-toggle__icon">
9766
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11104
+ <svg
11105
+ class="pf-v6-svg"
11106
+ viewBox="0 0 32 32"
11107
+ fill="currentColor"
11108
+ aria-hidden="true"
11109
+ role="img"
11110
+ width="1em"
11111
+ height="1em"
11112
+ >
11113
+ <path
11114
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
11115
+ />
11116
+ </svg>
9767
11117
  </span>
9768
11118
  </button>
9769
11119
  </td>
@@ -9839,7 +11189,19 @@ wrapperTag: div
9839
11189
  aria-label="Table actions"
9840
11190
  >
9841
11191
  <span class="pf-v6-c-menu-toggle__icon">
9842
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11192
+ <svg
11193
+ class="pf-v6-svg"
11194
+ viewBox="0 0 32 32"
11195
+ fill="currentColor"
11196
+ aria-hidden="true"
11197
+ role="img"
11198
+ width="1em"
11199
+ height="1em"
11200
+ >
11201
+ <path
11202
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
11203
+ />
11204
+ </svg>
9843
11205
  </span>
9844
11206
  </button>
9845
11207
  </td>
@@ -9914,7 +11276,19 @@ wrapperTag: div
9914
11276
  aria-label="Table actions"
9915
11277
  >
9916
11278
  <span class="pf-v6-c-menu-toggle__icon">
9917
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11279
+ <svg
11280
+ class="pf-v6-svg"
11281
+ viewBox="0 0 32 32"
11282
+ fill="currentColor"
11283
+ aria-hidden="true"
11284
+ role="img"
11285
+ width="1em"
11286
+ height="1em"
11287
+ >
11288
+ <path
11289
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
11290
+ />
11291
+ </svg>
9918
11292
  </span>
9919
11293
  </button>
9920
11294
  </td>
@@ -9935,7 +11309,19 @@ wrapperTag: div
9935
11309
  </span>
9936
11310
  <span class="pf-v6-c-menu-toggle__controls">
9937
11311
  <span class="pf-v6-c-menu-toggle__toggle-icon">
9938
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
11312
+ <svg
11313
+ class="pf-v6-svg"
11314
+ viewBox="0 0 20 20"
11315
+ fill="currentColor"
11316
+ aria-hidden="true"
11317
+ role="img"
11318
+ width="1em"
11319
+ height="1em"
11320
+ >
11321
+ <path
11322
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
11323
+ />
11324
+ </svg>
9939
11325
  </span>
9940
11326
  </span>
9941
11327
  </button>
@@ -10213,7 +11599,19 @@ wrapperTag: div
10213
11599
  aria-label="Settings"
10214
11600
  >
10215
11601
  <span class="pf-v6-c-menu-toggle__icon">
10216
- <i class="fas fa-cog" aria-hidden="true"></i>
11602
+ <svg
11603
+ class="pf-v6-svg"
11604
+ viewBox="0 0 32 32"
11605
+ fill="currentColor"
11606
+ aria-hidden="true"
11607
+ role="img"
11608
+ width="1em"
11609
+ height="1em"
11610
+ >
11611
+ <path
11612
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
11613
+ />
11614
+ </svg>
10217
11615
  </span>
10218
11616
  </button>
10219
11617
  </div>
@@ -10239,7 +11637,19 @@ wrapperTag: div
10239
11637
  aria-label="Actions"
10240
11638
  >
10241
11639
  <span class="pf-v6-c-menu-toggle__icon">
10242
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11640
+ <svg
11641
+ class="pf-v6-svg"
11642
+ viewBox="0 0 32 32"
11643
+ fill="currentColor"
11644
+ aria-hidden="true"
11645
+ role="img"
11646
+ width="1em"
11647
+ height="1em"
11648
+ >
11649
+ <path
11650
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
11651
+ />
11652
+ </svg>
10243
11653
  </span>
10244
11654
  </button>
10245
11655
  </div>
@@ -10423,10 +11833,19 @@ wrapperTag: div
10423
11833
  >
10424
11834
  <span class="pf-v6-c-menu-toggle__controls">
10425
11835
  <span class="pf-v6-c-menu-toggle__toggle-icon">
10426
- <i
10427
- class="fas fa-caret-down fa-fw"
11836
+ <svg
11837
+ class="pf-v6-svg"
11838
+ viewBox="0 0 20 20"
11839
+ fill="currentColor"
10428
11840
  aria-hidden="true"
10429
- ></i>
11841
+ role="img"
11842
+ width="1em"
11843
+ height="1em"
11844
+ >
11845
+ <path
11846
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
11847
+ />
11848
+ </svg>
10430
11849
  </span>
10431
11850
  </span>
10432
11851
  </button>
@@ -10452,10 +11871,19 @@ wrapperTag: div
10452
11871
  <span class="pf-v6-c-menu-toggle__text">Name</span>
10453
11872
  <span class="pf-v6-c-menu-toggle__controls">
10454
11873
  <span class="pf-v6-c-menu-toggle__toggle-icon">
10455
- <i
10456
- class="fas fa-caret-down fa-fw"
11874
+ <svg
11875
+ class="pf-v6-svg"
11876
+ viewBox="0 0 20 20"
11877
+ fill="currentColor"
10457
11878
  aria-hidden="true"
10458
- ></i>
11879
+ role="img"
11880
+ width="1em"
11881
+ height="1em"
11882
+ >
11883
+ <path
11884
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
11885
+ />
11886
+ </svg>
10459
11887
  </span>
10460
11888
  </span>
10461
11889
  </button>
@@ -10494,10 +11922,19 @@ wrapperTag: div
10494
11922
  <span class="pf-v6-c-menu-toggle__text">Status</span>
10495
11923
  <span class="pf-v6-c-menu-toggle__controls">
10496
11924
  <span class="pf-v6-c-menu-toggle__toggle-icon">
10497
- <i
10498
- class="fas fa-caret-down fa-fw"
11925
+ <svg
11926
+ class="pf-v6-svg"
11927
+ viewBox="0 0 20 20"
11928
+ fill="currentColor"
10499
11929
  aria-hidden="true"
10500
- ></i>
11930
+ role="img"
11931
+ width="1em"
11932
+ height="1em"
11933
+ >
11934
+ <path
11935
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
11936
+ />
11937
+ </svg>
10501
11938
  </span>
10502
11939
  </span>
10503
11940
  </button>
@@ -10512,10 +11949,19 @@ wrapperTag: div
10512
11949
  <span class="pf-v6-c-menu-toggle__text">Risk</span>
10513
11950
  <span class="pf-v6-c-menu-toggle__controls">
10514
11951
  <span class="pf-v6-c-menu-toggle__toggle-icon">
10515
- <i
10516
- class="fas fa-caret-down fa-fw"
11952
+ <svg
11953
+ class="pf-v6-svg"
11954
+ viewBox="0 0 20 20"
11955
+ fill="currentColor"
10517
11956
  aria-hidden="true"
10518
- ></i>
11957
+ role="img"
11958
+ width="1em"
11959
+ height="1em"
11960
+ >
11961
+ <path
11962
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
11963
+ />
11964
+ </svg>
10519
11965
  </span>
10520
11966
  </span>
10521
11967
  </button>
@@ -10568,10 +12014,19 @@ wrapperTag: div
10568
12014
  </span>
10569
12015
  <span class="pf-v6-c-menu-toggle__controls">
10570
12016
  <span class="pf-v6-c-menu-toggle__toggle-icon">
10571
- <i
10572
- class="fas fa-caret-down fa-fw"
12017
+ <svg
12018
+ class="pf-v6-svg"
12019
+ viewBox="0 0 20 20"
12020
+ fill="currentColor"
10573
12021
  aria-hidden="true"
10574
- ></i>
12022
+ role="img"
12023
+ width="1em"
12024
+ height="1em"
12025
+ >
12026
+ <path
12027
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
12028
+ />
12029
+ </svg>
10575
12030
  </span>
10576
12031
  </span>
10577
12032
  </button>
@@ -10774,7 +12229,19 @@ wrapperTag: div
10774
12229
  aria-label="Table actions"
10775
12230
  >
10776
12231
  <span class="pf-v6-c-menu-toggle__icon">
10777
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
12232
+ <svg
12233
+ class="pf-v6-svg"
12234
+ viewBox="0 0 32 32"
12235
+ fill="currentColor"
12236
+ aria-hidden="true"
12237
+ role="img"
12238
+ width="1em"
12239
+ height="1em"
12240
+ >
12241
+ <path
12242
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
12243
+ />
12244
+ </svg>
10778
12245
  </span>
10779
12246
  </button>
10780
12247
  </td>
@@ -10850,7 +12317,19 @@ wrapperTag: div
10850
12317
  aria-label="Table actions"
10851
12318
  >
10852
12319
  <span class="pf-v6-c-menu-toggle__icon">
10853
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
12320
+ <svg
12321
+ class="pf-v6-svg"
12322
+ viewBox="0 0 32 32"
12323
+ fill="currentColor"
12324
+ aria-hidden="true"
12325
+ role="img"
12326
+ width="1em"
12327
+ height="1em"
12328
+ >
12329
+ <path
12330
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
12331
+ />
12332
+ </svg>
10854
12333
  </span>
10855
12334
  </button>
10856
12335
  </td>
@@ -10926,7 +12405,19 @@ wrapperTag: div
10926
12405
  aria-label="Table actions"
10927
12406
  >
10928
12407
  <span class="pf-v6-c-menu-toggle__icon">
10929
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
12408
+ <svg
12409
+ class="pf-v6-svg"
12410
+ viewBox="0 0 32 32"
12411
+ fill="currentColor"
12412
+ aria-hidden="true"
12413
+ role="img"
12414
+ width="1em"
12415
+ height="1em"
12416
+ >
12417
+ <path
12418
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
12419
+ />
12420
+ </svg>
10930
12421
  </span>
10931
12422
  </button>
10932
12423
  </td>
@@ -11002,7 +12493,19 @@ wrapperTag: div
11002
12493
  aria-label="Table actions"
11003
12494
  >
11004
12495
  <span class="pf-v6-c-menu-toggle__icon">
11005
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
12496
+ <svg
12497
+ class="pf-v6-svg"
12498
+ viewBox="0 0 32 32"
12499
+ fill="currentColor"
12500
+ aria-hidden="true"
12501
+ role="img"
12502
+ width="1em"
12503
+ height="1em"
12504
+ >
12505
+ <path
12506
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
12507
+ />
12508
+ </svg>
11006
12509
  </span>
11007
12510
  </button>
11008
12511
  </td>
@@ -11077,7 +12580,19 @@ wrapperTag: div
11077
12580
  aria-label="Table actions"
11078
12581
  >
11079
12582
  <span class="pf-v6-c-menu-toggle__icon">
11080
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
12583
+ <svg
12584
+ class="pf-v6-svg"
12585
+ viewBox="0 0 32 32"
12586
+ fill="currentColor"
12587
+ aria-hidden="true"
12588
+ role="img"
12589
+ width="1em"
12590
+ height="1em"
12591
+ >
12592
+ <path
12593
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
12594
+ />
12595
+ </svg>
11081
12596
  </span>
11082
12597
  </button>
11083
12598
  </td>
@@ -11469,7 +12984,19 @@ wrapperTag: div
11469
12984
  aria-label="Settings"
11470
12985
  >
11471
12986
  <span class="pf-v6-c-menu-toggle__icon">
11472
- <i class="fas fa-cog" aria-hidden="true"></i>
12987
+ <svg
12988
+ class="pf-v6-svg"
12989
+ viewBox="0 0 32 32"
12990
+ fill="currentColor"
12991
+ aria-hidden="true"
12992
+ role="img"
12993
+ width="1em"
12994
+ height="1em"
12995
+ >
12996
+ <path
12997
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
12998
+ />
12999
+ </svg>
11473
13000
  </span>
11474
13001
  </button>
11475
13002
  </div>
@@ -11495,7 +13022,19 @@ wrapperTag: div
11495
13022
  aria-label="Actions"
11496
13023
  >
11497
13024
  <span class="pf-v6-c-menu-toggle__icon">
11498
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
13025
+ <svg
13026
+ class="pf-v6-svg"
13027
+ viewBox="0 0 32 32"
13028
+ fill="currentColor"
13029
+ aria-hidden="true"
13030
+ role="img"
13031
+ width="1em"
13032
+ height="1em"
13033
+ >
13034
+ <path
13035
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
13036
+ />
13037
+ </svg>
11499
13038
  </span>
11500
13039
  </button>
11501
13040
  </div>
@@ -11679,10 +13218,19 @@ wrapperTag: div
11679
13218
  >
11680
13219
  <span class="pf-v6-c-menu-toggle__controls">
11681
13220
  <span class="pf-v6-c-menu-toggle__toggle-icon">
11682
- <i
11683
- class="fas fa-caret-down fa-fw"
13221
+ <svg
13222
+ class="pf-v6-svg"
13223
+ viewBox="0 0 20 20"
13224
+ fill="currentColor"
11684
13225
  aria-hidden="true"
11685
- ></i>
13226
+ role="img"
13227
+ width="1em"
13228
+ height="1em"
13229
+ >
13230
+ <path
13231
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
13232
+ />
13233
+ </svg>
11686
13234
  </span>
11687
13235
  </span>
11688
13236
  </button>
@@ -11708,10 +13256,19 @@ wrapperTag: div
11708
13256
  <span class="pf-v6-c-menu-toggle__text">Name</span>
11709
13257
  <span class="pf-v6-c-menu-toggle__controls">
11710
13258
  <span class="pf-v6-c-menu-toggle__toggle-icon">
11711
- <i
11712
- class="fas fa-caret-down fa-fw"
13259
+ <svg
13260
+ class="pf-v6-svg"
13261
+ viewBox="0 0 20 20"
13262
+ fill="currentColor"
11713
13263
  aria-hidden="true"
11714
- ></i>
13264
+ role="img"
13265
+ width="1em"
13266
+ height="1em"
13267
+ >
13268
+ <path
13269
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
13270
+ />
13271
+ </svg>
11715
13272
  </span>
11716
13273
  </span>
11717
13274
  </button>
@@ -11750,10 +13307,19 @@ wrapperTag: div
11750
13307
  <span class="pf-v6-c-menu-toggle__text">Status</span>
11751
13308
  <span class="pf-v6-c-menu-toggle__controls">
11752
13309
  <span class="pf-v6-c-menu-toggle__toggle-icon">
11753
- <i
11754
- class="fas fa-caret-down fa-fw"
13310
+ <svg
13311
+ class="pf-v6-svg"
13312
+ viewBox="0 0 20 20"
13313
+ fill="currentColor"
11755
13314
  aria-hidden="true"
11756
- ></i>
13315
+ role="img"
13316
+ width="1em"
13317
+ height="1em"
13318
+ >
13319
+ <path
13320
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
13321
+ />
13322
+ </svg>
11757
13323
  </span>
11758
13324
  </span>
11759
13325
  </button>
@@ -11768,10 +13334,19 @@ wrapperTag: div
11768
13334
  <span class="pf-v6-c-menu-toggle__text">Risk</span>
11769
13335
  <span class="pf-v6-c-menu-toggle__controls">
11770
13336
  <span class="pf-v6-c-menu-toggle__toggle-icon">
11771
- <i
11772
- class="fas fa-caret-down fa-fw"
13337
+ <svg
13338
+ class="pf-v6-svg"
13339
+ viewBox="0 0 20 20"
13340
+ fill="currentColor"
11773
13341
  aria-hidden="true"
11774
- ></i>
13342
+ role="img"
13343
+ width="1em"
13344
+ height="1em"
13345
+ >
13346
+ <path
13347
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
13348
+ />
13349
+ </svg>
11775
13350
  </span>
11776
13351
  </span>
11777
13352
  </button>
@@ -11824,10 +13399,19 @@ wrapperTag: div
11824
13399
  </span>
11825
13400
  <span class="pf-v6-c-menu-toggle__controls">
11826
13401
  <span class="pf-v6-c-menu-toggle__toggle-icon">
11827
- <i
11828
- class="fas fa-caret-down fa-fw"
13402
+ <svg
13403
+ class="pf-v6-svg"
13404
+ viewBox="0 0 20 20"
13405
+ fill="currentColor"
11829
13406
  aria-hidden="true"
11830
- ></i>
13407
+ role="img"
13408
+ width="1em"
13409
+ height="1em"
13410
+ >
13411
+ <path
13412
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
13413
+ />
13414
+ </svg>
11831
13415
  </span>
11832
13416
  </span>
11833
13417
  </button>
@@ -12030,7 +13614,19 @@ wrapperTag: div
12030
13614
  aria-label="Table actions"
12031
13615
  >
12032
13616
  <span class="pf-v6-c-menu-toggle__icon">
12033
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
13617
+ <svg
13618
+ class="pf-v6-svg"
13619
+ viewBox="0 0 32 32"
13620
+ fill="currentColor"
13621
+ aria-hidden="true"
13622
+ role="img"
13623
+ width="1em"
13624
+ height="1em"
13625
+ >
13626
+ <path
13627
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
13628
+ />
13629
+ </svg>
12034
13630
  </span>
12035
13631
  </button>
12036
13632
  </td>
@@ -12106,7 +13702,19 @@ wrapperTag: div
12106
13702
  aria-label="Table actions"
12107
13703
  >
12108
13704
  <span class="pf-v6-c-menu-toggle__icon">
12109
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
13705
+ <svg
13706
+ class="pf-v6-svg"
13707
+ viewBox="0 0 32 32"
13708
+ fill="currentColor"
13709
+ aria-hidden="true"
13710
+ role="img"
13711
+ width="1em"
13712
+ height="1em"
13713
+ >
13714
+ <path
13715
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
13716
+ />
13717
+ </svg>
12110
13718
  </span>
12111
13719
  </button>
12112
13720
  </td>
@@ -12182,7 +13790,19 @@ wrapperTag: div
12182
13790
  aria-label="Table actions"
12183
13791
  >
12184
13792
  <span class="pf-v6-c-menu-toggle__icon">
12185
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
13793
+ <svg
13794
+ class="pf-v6-svg"
13795
+ viewBox="0 0 32 32"
13796
+ fill="currentColor"
13797
+ aria-hidden="true"
13798
+ role="img"
13799
+ width="1em"
13800
+ height="1em"
13801
+ >
13802
+ <path
13803
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
13804
+ />
13805
+ </svg>
12186
13806
  </span>
12187
13807
  </button>
12188
13808
  </td>
@@ -12258,7 +13878,19 @@ wrapperTag: div
12258
13878
  aria-label="Table actions"
12259
13879
  >
12260
13880
  <span class="pf-v6-c-menu-toggle__icon">
12261
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
13881
+ <svg
13882
+ class="pf-v6-svg"
13883
+ viewBox="0 0 32 32"
13884
+ fill="currentColor"
13885
+ aria-hidden="true"
13886
+ role="img"
13887
+ width="1em"
13888
+ height="1em"
13889
+ >
13890
+ <path
13891
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
13892
+ />
13893
+ </svg>
12262
13894
  </span>
12263
13895
  </button>
12264
13896
  </td>
@@ -12333,7 +13965,19 @@ wrapperTag: div
12333
13965
  aria-label="Table actions"
12334
13966
  >
12335
13967
  <span class="pf-v6-c-menu-toggle__icon">
12336
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
13968
+ <svg
13969
+ class="pf-v6-svg"
13970
+ viewBox="0 0 32 32"
13971
+ fill="currentColor"
13972
+ aria-hidden="true"
13973
+ role="img"
13974
+ width="1em"
13975
+ height="1em"
13976
+ >
13977
+ <path
13978
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
13979
+ />
13980
+ </svg>
12337
13981
  </span>
12338
13982
  </button>
12339
13983
  </td>
@@ -12354,7 +13998,19 @@ wrapperTag: div
12354
13998
  </span>
12355
13999
  <span class="pf-v6-c-menu-toggle__controls">
12356
14000
  <span class="pf-v6-c-menu-toggle__toggle-icon">
12357
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
14001
+ <svg
14002
+ class="pf-v6-svg"
14003
+ viewBox="0 0 20 20"
14004
+ fill="currentColor"
14005
+ aria-hidden="true"
14006
+ role="img"
14007
+ width="1em"
14008
+ height="1em"
14009
+ >
14010
+ <path
14011
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
14012
+ />
14013
+ </svg>
12358
14014
  </span>
12359
14015
  </span>
12360
14016
  </button>
@@ -12632,7 +14288,19 @@ wrapperTag: div
12632
14288
  aria-label="Settings"
12633
14289
  >
12634
14290
  <span class="pf-v6-c-menu-toggle__icon">
12635
- <i class="fas fa-cog" aria-hidden="true"></i>
14291
+ <svg
14292
+ class="pf-v6-svg"
14293
+ viewBox="0 0 32 32"
14294
+ fill="currentColor"
14295
+ aria-hidden="true"
14296
+ role="img"
14297
+ width="1em"
14298
+ height="1em"
14299
+ >
14300
+ <path
14301
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
14302
+ />
14303
+ </svg>
12636
14304
  </span>
12637
14305
  </button>
12638
14306
  </div>
@@ -12658,7 +14326,19 @@ wrapperTag: div
12658
14326
  aria-label="Actions"
12659
14327
  >
12660
14328
  <span class="pf-v6-c-menu-toggle__icon">
12661
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
14329
+ <svg
14330
+ class="pf-v6-svg"
14331
+ viewBox="0 0 32 32"
14332
+ fill="currentColor"
14333
+ aria-hidden="true"
14334
+ role="img"
14335
+ width="1em"
14336
+ height="1em"
14337
+ >
14338
+ <path
14339
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
14340
+ />
14341
+ </svg>
12662
14342
  </span>
12663
14343
  </button>
12664
14344
  </div>
@@ -12843,10 +14523,19 @@ wrapperTag: div
12843
14523
  >
12844
14524
  <span class="pf-v6-c-menu-toggle__controls">
12845
14525
  <span class="pf-v6-c-menu-toggle__toggle-icon">
12846
- <i
12847
- class="fas fa-caret-down fa-fw"
14526
+ <svg
14527
+ class="pf-v6-svg"
14528
+ viewBox="0 0 20 20"
14529
+ fill="currentColor"
12848
14530
  aria-hidden="true"
12849
- ></i>
14531
+ role="img"
14532
+ width="1em"
14533
+ height="1em"
14534
+ >
14535
+ <path
14536
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
14537
+ />
14538
+ </svg>
12850
14539
  </span>
12851
14540
  </span>
12852
14541
  </button>
@@ -12872,10 +14561,19 @@ wrapperTag: div
12872
14561
  <span class="pf-v6-c-menu-toggle__text">Name</span>
12873
14562
  <span class="pf-v6-c-menu-toggle__controls">
12874
14563
  <span class="pf-v6-c-menu-toggle__toggle-icon">
12875
- <i
12876
- class="fas fa-caret-down fa-fw"
14564
+ <svg
14565
+ class="pf-v6-svg"
14566
+ viewBox="0 0 20 20"
14567
+ fill="currentColor"
12877
14568
  aria-hidden="true"
12878
- ></i>
14569
+ role="img"
14570
+ width="1em"
14571
+ height="1em"
14572
+ >
14573
+ <path
14574
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
14575
+ />
14576
+ </svg>
12879
14577
  </span>
12880
14578
  </span>
12881
14579
  </button>
@@ -12963,7 +14661,19 @@ wrapperTag: div
12963
14661
  id="sticky-first-column-demo-toolbar-overflow-menu-toggle"
12964
14662
  >
12965
14663
  <span class="pf-v6-c-menu-toggle__icon">
12966
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
14664
+ <svg
14665
+ class="pf-v6-svg"
14666
+ viewBox="0 0 32 32"
14667
+ fill="currentColor"
14668
+ aria-hidden="true"
14669
+ role="img"
14670
+ width="1em"
14671
+ height="1em"
14672
+ >
14673
+ <path
14674
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
14675
+ />
14676
+ </svg>
12967
14677
  </span>
12968
14678
  </button>
12969
14679
  </div>
@@ -12984,10 +14694,19 @@ wrapperTag: div
12984
14694
  </span>
12985
14695
  <span class="pf-v6-c-menu-toggle__controls">
12986
14696
  <span class="pf-v6-c-menu-toggle__toggle-icon">
12987
- <i
12988
- class="fas fa-caret-down fa-fw"
14697
+ <svg
14698
+ class="pf-v6-svg"
14699
+ viewBox="0 0 20 20"
14700
+ fill="currentColor"
12989
14701
  aria-hidden="true"
12990
- ></i>
14702
+ role="img"
14703
+ width="1em"
14704
+ height="1em"
14705
+ >
14706
+ <path
14707
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
14708
+ />
14709
+ </svg>
12991
14710
  </span>
12992
14711
  </span>
12993
14712
  </button>
@@ -13627,7 +15346,19 @@ wrapperTag: div
13627
15346
  </span>
13628
15347
  <span class="pf-v6-c-menu-toggle__controls">
13629
15348
  <span class="pf-v6-c-menu-toggle__toggle-icon">
13630
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
15349
+ <svg
15350
+ class="pf-v6-svg"
15351
+ viewBox="0 0 20 20"
15352
+ fill="currentColor"
15353
+ aria-hidden="true"
15354
+ role="img"
15355
+ width="1em"
15356
+ height="1em"
15357
+ >
15358
+ <path
15359
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
15360
+ />
15361
+ </svg>
13631
15362
  </span>
13632
15363
  </span>
13633
15364
  </button>
@@ -13906,7 +15637,19 @@ wrapperTag: div
13906
15637
  aria-label="Settings"
13907
15638
  >
13908
15639
  <span class="pf-v6-c-menu-toggle__icon">
13909
- <i class="fas fa-cog" aria-hidden="true"></i>
15640
+ <svg
15641
+ class="pf-v6-svg"
15642
+ viewBox="0 0 32 32"
15643
+ fill="currentColor"
15644
+ aria-hidden="true"
15645
+ role="img"
15646
+ width="1em"
15647
+ height="1em"
15648
+ >
15649
+ <path
15650
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
15651
+ />
15652
+ </svg>
13910
15653
  </span>
13911
15654
  </button>
13912
15655
  </div>
@@ -13932,7 +15675,19 @@ wrapperTag: div
13932
15675
  aria-label="Actions"
13933
15676
  >
13934
15677
  <span class="pf-v6-c-menu-toggle__icon">
13935
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
15678
+ <svg
15679
+ class="pf-v6-svg"
15680
+ viewBox="0 0 32 32"
15681
+ fill="currentColor"
15682
+ aria-hidden="true"
15683
+ role="img"
15684
+ width="1em"
15685
+ height="1em"
15686
+ >
15687
+ <path
15688
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
15689
+ />
15690
+ </svg>
13936
15691
  </span>
13937
15692
  </button>
13938
15693
  </div>
@@ -14122,10 +15877,19 @@ wrapperTag: div
14122
15877
  >
14123
15878
  <span class="pf-v6-c-menu-toggle__controls">
14124
15879
  <span class="pf-v6-c-menu-toggle__toggle-icon">
14125
- <i
14126
- class="fas fa-caret-down fa-fw"
15880
+ <svg
15881
+ class="pf-v6-svg"
15882
+ viewBox="0 0 20 20"
15883
+ fill="currentColor"
14127
15884
  aria-hidden="true"
14128
- ></i>
15885
+ role="img"
15886
+ width="1em"
15887
+ height="1em"
15888
+ >
15889
+ <path
15890
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
15891
+ />
15892
+ </svg>
14129
15893
  </span>
14130
15894
  </span>
14131
15895
  </button>
@@ -14151,10 +15915,19 @@ wrapperTag: div
14151
15915
  <span class="pf-v6-c-menu-toggle__text">Name</span>
14152
15916
  <span class="pf-v6-c-menu-toggle__controls">
14153
15917
  <span class="pf-v6-c-menu-toggle__toggle-icon">
14154
- <i
14155
- class="fas fa-caret-down fa-fw"
15918
+ <svg
15919
+ class="pf-v6-svg"
15920
+ viewBox="0 0 20 20"
15921
+ fill="currentColor"
14156
15922
  aria-hidden="true"
14157
- ></i>
15923
+ role="img"
15924
+ width="1em"
15925
+ height="1em"
15926
+ >
15927
+ <path
15928
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
15929
+ />
15930
+ </svg>
14158
15931
  </span>
14159
15932
  </span>
14160
15933
  </button>
@@ -14242,7 +16015,19 @@ wrapperTag: div
14242
16015
  id="sticky-multiple-columns-demo-toolbar-overflow-menu-toggle"
14243
16016
  >
14244
16017
  <span class="pf-v6-c-menu-toggle__icon">
14245
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
16018
+ <svg
16019
+ class="pf-v6-svg"
16020
+ viewBox="0 0 32 32"
16021
+ fill="currentColor"
16022
+ aria-hidden="true"
16023
+ role="img"
16024
+ width="1em"
16025
+ height="1em"
16026
+ >
16027
+ <path
16028
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
16029
+ />
16030
+ </svg>
14246
16031
  </span>
14247
16032
  </button>
14248
16033
  </div>
@@ -14263,10 +16048,19 @@ wrapperTag: div
14263
16048
  </span>
14264
16049
  <span class="pf-v6-c-menu-toggle__controls">
14265
16050
  <span class="pf-v6-c-menu-toggle__toggle-icon">
14266
- <i
14267
- class="fas fa-caret-down fa-fw"
16051
+ <svg
16052
+ class="pf-v6-svg"
16053
+ viewBox="0 0 20 20"
16054
+ fill="currentColor"
14268
16055
  aria-hidden="true"
14269
- ></i>
16056
+ role="img"
16057
+ width="1em"
16058
+ height="1em"
16059
+ >
16060
+ <path
16061
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
16062
+ />
16063
+ </svg>
14270
16064
  </span>
14271
16065
  </span>
14272
16066
  </button>
@@ -14934,7 +16728,19 @@ wrapperTag: div
14934
16728
  </span>
14935
16729
  <span class="pf-v6-c-menu-toggle__controls">
14936
16730
  <span class="pf-v6-c-menu-toggle__toggle-icon">
14937
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
16731
+ <svg
16732
+ class="pf-v6-svg"
16733
+ viewBox="0 0 20 20"
16734
+ fill="currentColor"
16735
+ aria-hidden="true"
16736
+ role="img"
16737
+ width="1em"
16738
+ height="1em"
16739
+ >
16740
+ <path
16741
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
16742
+ />
16743
+ </svg>
14938
16744
  </span>
14939
16745
  </span>
14940
16746
  </button>
@@ -15216,7 +17022,19 @@ wrapperTag: div
15216
17022
  aria-label="Settings"
15217
17023
  >
15218
17024
  <span class="pf-v6-c-menu-toggle__icon">
15219
- <i class="fas fa-cog" aria-hidden="true"></i>
17025
+ <svg
17026
+ class="pf-v6-svg"
17027
+ viewBox="0 0 32 32"
17028
+ fill="currentColor"
17029
+ aria-hidden="true"
17030
+ role="img"
17031
+ width="1em"
17032
+ height="1em"
17033
+ >
17034
+ <path
17035
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
17036
+ />
17037
+ </svg>
15220
17038
  </span>
15221
17039
  </button>
15222
17040
  </div>
@@ -15242,7 +17060,19 @@ wrapperTag: div
15242
17060
  aria-label="Actions"
15243
17061
  >
15244
17062
  <span class="pf-v6-c-menu-toggle__icon">
15245
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
17063
+ <svg
17064
+ class="pf-v6-svg"
17065
+ viewBox="0 0 32 32"
17066
+ fill="currentColor"
17067
+ aria-hidden="true"
17068
+ role="img"
17069
+ width="1em"
17070
+ height="1em"
17071
+ >
17072
+ <path
17073
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
17074
+ />
17075
+ </svg>
15246
17076
  </span>
15247
17077
  </button>
15248
17078
  </div>
@@ -15430,10 +17260,19 @@ wrapperTag: div
15430
17260
  >
15431
17261
  <span class="pf-v6-c-menu-toggle__controls">
15432
17262
  <span class="pf-v6-c-menu-toggle__toggle-icon">
15433
- <i
15434
- class="fas fa-caret-down fa-fw"
17263
+ <svg
17264
+ class="pf-v6-svg"
17265
+ viewBox="0 0 20 20"
17266
+ fill="currentColor"
15435
17267
  aria-hidden="true"
15436
- ></i>
17268
+ role="img"
17269
+ width="1em"
17270
+ height="1em"
17271
+ >
17272
+ <path
17273
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
17274
+ />
17275
+ </svg>
15437
17276
  </span>
15438
17277
  </span>
15439
17278
  </button>
@@ -15459,10 +17298,19 @@ wrapperTag: div
15459
17298
  <span class="pf-v6-c-menu-toggle__text">Name</span>
15460
17299
  <span class="pf-v6-c-menu-toggle__controls">
15461
17300
  <span class="pf-v6-c-menu-toggle__toggle-icon">
15462
- <i
15463
- class="fas fa-caret-down fa-fw"
17301
+ <svg
17302
+ class="pf-v6-svg"
17303
+ viewBox="0 0 20 20"
17304
+ fill="currentColor"
15464
17305
  aria-hidden="true"
15465
- ></i>
17306
+ role="img"
17307
+ width="1em"
17308
+ height="1em"
17309
+ >
17310
+ <path
17311
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
17312
+ />
17313
+ </svg>
15466
17314
  </span>
15467
17315
  </span>
15468
17316
  </button>
@@ -15550,7 +17398,19 @@ wrapperTag: div
15550
17398
  id="sticky-header-and-multiple-columns-demo-toolbar-overflow-menu-toggle"
15551
17399
  >
15552
17400
  <span class="pf-v6-c-menu-toggle__icon">
15553
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
17401
+ <svg
17402
+ class="pf-v6-svg"
17403
+ viewBox="0 0 32 32"
17404
+ fill="currentColor"
17405
+ aria-hidden="true"
17406
+ role="img"
17407
+ width="1em"
17408
+ height="1em"
17409
+ >
17410
+ <path
17411
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
17412
+ />
17413
+ </svg>
15554
17414
  </span>
15555
17415
  </button>
15556
17416
  </div>
@@ -15571,10 +17431,19 @@ wrapperTag: div
15571
17431
  </span>
15572
17432
  <span class="pf-v6-c-menu-toggle__controls">
15573
17433
  <span class="pf-v6-c-menu-toggle__toggle-icon">
15574
- <i
15575
- class="fas fa-caret-down fa-fw"
17434
+ <svg
17435
+ class="pf-v6-svg"
17436
+ viewBox="0 0 20 20"
17437
+ fill="currentColor"
15576
17438
  aria-hidden="true"
15577
- ></i>
17439
+ role="img"
17440
+ width="1em"
17441
+ height="1em"
17442
+ >
17443
+ <path
17444
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
17445
+ />
17446
+ </svg>
15578
17447
  </span>
15579
17448
  </span>
15580
17449
  </button>
@@ -16242,7 +18111,19 @@ wrapperTag: div
16242
18111
  </span>
16243
18112
  <span class="pf-v6-c-menu-toggle__controls">
16244
18113
  <span class="pf-v6-c-menu-toggle__toggle-icon">
16245
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
18114
+ <svg
18115
+ class="pf-v6-svg"
18116
+ viewBox="0 0 20 20"
18117
+ fill="currentColor"
18118
+ aria-hidden="true"
18119
+ role="img"
18120
+ width="1em"
18121
+ height="1em"
18122
+ >
18123
+ <path
18124
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
18125
+ />
18126
+ </svg>
16246
18127
  </span>
16247
18128
  </span>
16248
18129
  </button>
@@ -16524,7 +18405,19 @@ wrapperTag: div
16524
18405
  aria-label="Settings"
16525
18406
  >
16526
18407
  <span class="pf-v6-c-menu-toggle__icon">
16527
- <i class="fas fa-cog" aria-hidden="true"></i>
18408
+ <svg
18409
+ class="pf-v6-svg"
18410
+ viewBox="0 0 32 32"
18411
+ fill="currentColor"
18412
+ aria-hidden="true"
18413
+ role="img"
18414
+ width="1em"
18415
+ height="1em"
18416
+ >
18417
+ <path
18418
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
18419
+ />
18420
+ </svg>
16528
18421
  </span>
16529
18422
  </button>
16530
18423
  </div>
@@ -16550,7 +18443,19 @@ wrapperTag: div
16550
18443
  aria-label="Actions"
16551
18444
  >
16552
18445
  <span class="pf-v6-c-menu-toggle__icon">
16553
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
18446
+ <svg
18447
+ class="pf-v6-svg"
18448
+ viewBox="0 0 32 32"
18449
+ fill="currentColor"
18450
+ aria-hidden="true"
18451
+ role="img"
18452
+ width="1em"
18453
+ height="1em"
18454
+ >
18455
+ <path
18456
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
18457
+ />
18458
+ </svg>
16554
18459
  </span>
16555
18460
  </button>
16556
18461
  </div>
@@ -16738,10 +18643,19 @@ wrapperTag: div
16738
18643
  >
16739
18644
  <span class="pf-v6-c-menu-toggle__controls">
16740
18645
  <span class="pf-v6-c-menu-toggle__toggle-icon">
16741
- <i
16742
- class="fas fa-caret-down fa-fw"
18646
+ <svg
18647
+ class="pf-v6-svg"
18648
+ viewBox="0 0 20 20"
18649
+ fill="currentColor"
16743
18650
  aria-hidden="true"
16744
- ></i>
18651
+ role="img"
18652
+ width="1em"
18653
+ height="1em"
18654
+ >
18655
+ <path
18656
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
18657
+ />
18658
+ </svg>
16745
18659
  </span>
16746
18660
  </span>
16747
18661
  </button>
@@ -16767,10 +18681,19 @@ wrapperTag: div
16767
18681
  <span class="pf-v6-c-menu-toggle__text">Name</span>
16768
18682
  <span class="pf-v6-c-menu-toggle__controls">
16769
18683
  <span class="pf-v6-c-menu-toggle__toggle-icon">
16770
- <i
16771
- class="fas fa-caret-down fa-fw"
18684
+ <svg
18685
+ class="pf-v6-svg"
18686
+ viewBox="0 0 20 20"
18687
+ fill="currentColor"
16772
18688
  aria-hidden="true"
16773
- ></i>
18689
+ role="img"
18690
+ width="1em"
18691
+ height="1em"
18692
+ >
18693
+ <path
18694
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
18695
+ />
18696
+ </svg>
16774
18697
  </span>
16775
18698
  </span>
16776
18699
  </button>
@@ -16858,7 +18781,19 @@ wrapperTag: div
16858
18781
  id="sticky-header-and-multiple-columns-demo-toolbar-overflow-menu-toggle"
16859
18782
  >
16860
18783
  <span class="pf-v6-c-menu-toggle__icon">
16861
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
18784
+ <svg
18785
+ class="pf-v6-svg"
18786
+ viewBox="0 0 32 32"
18787
+ fill="currentColor"
18788
+ aria-hidden="true"
18789
+ role="img"
18790
+ width="1em"
18791
+ height="1em"
18792
+ >
18793
+ <path
18794
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
18795
+ />
18796
+ </svg>
16862
18797
  </span>
16863
18798
  </button>
16864
18799
  </div>
@@ -16879,10 +18814,19 @@ wrapperTag: div
16879
18814
  </span>
16880
18815
  <span class="pf-v6-c-menu-toggle__controls">
16881
18816
  <span class="pf-v6-c-menu-toggle__toggle-icon">
16882
- <i
16883
- class="fas fa-caret-down fa-fw"
18817
+ <svg
18818
+ class="pf-v6-svg"
18819
+ viewBox="0 0 20 20"
18820
+ fill="currentColor"
16884
18821
  aria-hidden="true"
16885
- ></i>
18822
+ role="img"
18823
+ width="1em"
18824
+ height="1em"
18825
+ >
18826
+ <path
18827
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
18828
+ />
18829
+ </svg>
16886
18830
  </span>
16887
18831
  </span>
16888
18832
  </button>
@@ -17513,7 +19457,19 @@ wrapperTag: div
17513
19457
  </span>
17514
19458
  <span class="pf-v6-c-menu-toggle__controls">
17515
19459
  <span class="pf-v6-c-menu-toggle__toggle-icon">
17516
- <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
19460
+ <svg
19461
+ class="pf-v6-svg"
19462
+ viewBox="0 0 20 20"
19463
+ fill="currentColor"
19464
+ aria-hidden="true"
19465
+ role="img"
19466
+ width="1em"
19467
+ height="1em"
19468
+ >
19469
+ <path
19470
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
19471
+ />
19472
+ </svg>
17517
19473
  </span>
17518
19474
  </span>
17519
19475
  </button>
@@ -17794,7 +19750,19 @@ By default, table cell alignment is set to baseline. This retains vertical align
17794
19750
  aria-label="Settings"
17795
19751
  >
17796
19752
  <span class="pf-v6-c-menu-toggle__icon">
17797
- <i class="fas fa-cog" aria-hidden="true"></i>
19753
+ <svg
19754
+ class="pf-v6-svg"
19755
+ viewBox="0 0 32 32"
19756
+ fill="currentColor"
19757
+ aria-hidden="true"
19758
+ role="img"
19759
+ width="1em"
19760
+ height="1em"
19761
+ >
19762
+ <path
19763
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
19764
+ />
19765
+ </svg>
17798
19766
  </span>
17799
19767
  </button>
17800
19768
  </div>
@@ -17820,7 +19788,19 @@ By default, table cell alignment is set to baseline. This retains vertical align
17820
19788
  aria-label="Actions"
17821
19789
  >
17822
19790
  <span class="pf-v6-c-menu-toggle__icon">
17823
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
19791
+ <svg
19792
+ class="pf-v6-svg"
19793
+ viewBox="0 0 32 32"
19794
+ fill="currentColor"
19795
+ aria-hidden="true"
19796
+ role="img"
19797
+ width="1em"
19798
+ height="1em"
19799
+ >
19800
+ <path
19801
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
19802
+ />
19803
+ </svg>
17824
19804
  </span>
17825
19805
  </button>
17826
19806
  </div>
@@ -18425,7 +20405,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18425
20405
  aria-label="Settings"
18426
20406
  >
18427
20407
  <span class="pf-v6-c-menu-toggle__icon">
18428
- <i class="fas fa-cog" aria-hidden="true"></i>
20408
+ <svg
20409
+ class="pf-v6-svg"
20410
+ viewBox="0 0 32 32"
20411
+ fill="currentColor"
20412
+ aria-hidden="true"
20413
+ role="img"
20414
+ width="1em"
20415
+ height="1em"
20416
+ >
20417
+ <path
20418
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
20419
+ />
20420
+ </svg>
18429
20421
  </span>
18430
20422
  </button>
18431
20423
  </div>
@@ -18451,7 +20443,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18451
20443
  aria-label="Actions"
18452
20444
  >
18453
20445
  <span class="pf-v6-c-menu-toggle__icon">
18454
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
20446
+ <svg
20447
+ class="pf-v6-svg"
20448
+ viewBox="0 0 32 32"
20449
+ fill="currentColor"
20450
+ aria-hidden="true"
20451
+ role="img"
20452
+ width="1em"
20453
+ height="1em"
20454
+ >
20455
+ <path
20456
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
20457
+ />
20458
+ </svg>
18455
20459
  </span>
18456
20460
  </button>
18457
20461
  </div>
@@ -18631,10 +20635,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18631
20635
  <span
18632
20636
  class="pf-v6-c-menu-toggle__toggle-icon"
18633
20637
  >
18634
- <i
18635
- class="fas fa-caret-down fa-fw"
20638
+ <svg
20639
+ class="pf-v6-svg"
20640
+ viewBox="0 0 20 20"
20641
+ fill="currentColor"
18636
20642
  aria-hidden="true"
18637
- ></i>
20643
+ role="img"
20644
+ width="1em"
20645
+ height="1em"
20646
+ >
20647
+ <path
20648
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
20649
+ />
20650
+ </svg>
18638
20651
  </span>
18639
20652
  </span>
18640
20653
  </button>
@@ -18662,10 +20675,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18662
20675
  <span
18663
20676
  class="pf-v6-c-menu-toggle__toggle-icon"
18664
20677
  >
18665
- <i
18666
- class="fas fa-caret-down fa-fw"
20678
+ <svg
20679
+ class="pf-v6-svg"
20680
+ viewBox="0 0 20 20"
20681
+ fill="currentColor"
18667
20682
  aria-hidden="true"
18668
- ></i>
20683
+ role="img"
20684
+ width="1em"
20685
+ height="1em"
20686
+ >
20687
+ <path
20688
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
20689
+ />
20690
+ </svg>
18669
20691
  </span>
18670
20692
  </span>
18671
20693
  </button>
@@ -18714,10 +20736,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18714
20736
  <span
18715
20737
  class="pf-v6-c-menu-toggle__toggle-icon"
18716
20738
  >
18717
- <i
18718
- class="fas fa-caret-down fa-fw"
20739
+ <svg
20740
+ class="pf-v6-svg"
20741
+ viewBox="0 0 20 20"
20742
+ fill="currentColor"
18719
20743
  aria-hidden="true"
18720
- ></i>
20744
+ role="img"
20745
+ width="1em"
20746
+ height="1em"
20747
+ >
20748
+ <path
20749
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
20750
+ />
20751
+ </svg>
18721
20752
  </span>
18722
20753
  </span>
18723
20754
  </button>
@@ -18934,7 +20965,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
18934
20965
  aria-label="Table actions"
18935
20966
  >
18936
20967
  <span class="pf-v6-c-menu-toggle__icon">
18937
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
20968
+ <svg
20969
+ class="pf-v6-svg"
20970
+ viewBox="0 0 32 32"
20971
+ fill="currentColor"
20972
+ aria-hidden="true"
20973
+ role="img"
20974
+ width="1em"
20975
+ height="1em"
20976
+ >
20977
+ <path
20978
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
20979
+ />
20980
+ </svg>
18938
20981
  </span>
18939
20982
  </button>
18940
20983
  </td>
@@ -19020,7 +21063,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19020
21063
  aria-label="Table actions"
19021
21064
  >
19022
21065
  <span class="pf-v6-c-menu-toggle__icon">
19023
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
21066
+ <svg
21067
+ class="pf-v6-svg"
21068
+ viewBox="0 0 32 32"
21069
+ fill="currentColor"
21070
+ aria-hidden="true"
21071
+ role="img"
21072
+ width="1em"
21073
+ height="1em"
21074
+ >
21075
+ <path
21076
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
21077
+ />
21078
+ </svg>
19024
21079
  </span>
19025
21080
  </button>
19026
21081
  </td>
@@ -19106,7 +21161,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19106
21161
  aria-label="Table actions"
19107
21162
  >
19108
21163
  <span class="pf-v6-c-menu-toggle__icon">
19109
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
21164
+ <svg
21165
+ class="pf-v6-svg"
21166
+ viewBox="0 0 32 32"
21167
+ fill="currentColor"
21168
+ aria-hidden="true"
21169
+ role="img"
21170
+ width="1em"
21171
+ height="1em"
21172
+ >
21173
+ <path
21174
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
21175
+ />
21176
+ </svg>
19110
21177
  </span>
19111
21178
  </button>
19112
21179
  </td>
@@ -19192,7 +21259,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19192
21259
  aria-label="Table actions"
19193
21260
  >
19194
21261
  <span class="pf-v6-c-menu-toggle__icon">
19195
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
21262
+ <svg
21263
+ class="pf-v6-svg"
21264
+ viewBox="0 0 32 32"
21265
+ fill="currentColor"
21266
+ aria-hidden="true"
21267
+ role="img"
21268
+ width="1em"
21269
+ height="1em"
21270
+ >
21271
+ <path
21272
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
21273
+ />
21274
+ </svg>
19196
21275
  </span>
19197
21276
  </button>
19198
21277
  </td>
@@ -19277,7 +21356,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19277
21356
  aria-label="Table actions"
19278
21357
  >
19279
21358
  <span class="pf-v6-c-menu-toggle__icon">
19280
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
21359
+ <svg
21360
+ class="pf-v6-svg"
21361
+ viewBox="0 0 32 32"
21362
+ fill="currentColor"
21363
+ aria-hidden="true"
21364
+ role="img"
21365
+ width="1em"
21366
+ height="1em"
21367
+ >
21368
+ <path
21369
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
21370
+ />
21371
+ </svg>
19281
21372
  </span>
19282
21373
  </button>
19283
21374
  </td>
@@ -19298,10 +21389,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19298
21389
  </span>
19299
21390
  <span class="pf-v6-c-menu-toggle__controls">
19300
21391
  <span class="pf-v6-c-menu-toggle__toggle-icon">
19301
- <i
19302
- class="fas fa-caret-down fa-fw"
21392
+ <svg
21393
+ class="pf-v6-svg"
21394
+ viewBox="0 0 20 20"
21395
+ fill="currentColor"
19303
21396
  aria-hidden="true"
19304
- ></i>
21397
+ role="img"
21398
+ width="1em"
21399
+ height="1em"
21400
+ >
21401
+ <path
21402
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
21403
+ />
21404
+ </svg>
19305
21405
  </span>
19306
21406
  </span>
19307
21407
  </button>
@@ -19490,10 +21590,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19490
21590
  >
19491
21591
  <span class="pf-v6-c-menu-toggle__controls">
19492
21592
  <span class="pf-v6-c-menu-toggle__toggle-icon">
19493
- <i
19494
- class="fas fa-caret-down fa-fw"
21593
+ <svg
21594
+ class="pf-v6-svg"
21595
+ viewBox="0 0 20 20"
21596
+ fill="currentColor"
19495
21597
  aria-hidden="true"
19496
- ></i>
21598
+ role="img"
21599
+ width="1em"
21600
+ height="1em"
21601
+ >
21602
+ <path
21603
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
21604
+ />
21605
+ </svg>
19497
21606
  </span>
19498
21607
  </span>
19499
21608
  </button>
@@ -19521,10 +21630,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19521
21630
  <span
19522
21631
  class="pf-v6-c-menu-toggle__toggle-icon"
19523
21632
  >
19524
- <i
19525
- class="fas fa-caret-down fa-fw"
21633
+ <svg
21634
+ class="pf-v6-svg"
21635
+ viewBox="0 0 20 20"
21636
+ fill="currentColor"
19526
21637
  aria-hidden="true"
19527
- ></i>
21638
+ role="img"
21639
+ width="1em"
21640
+ height="1em"
21641
+ >
21642
+ <path
21643
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
21644
+ />
21645
+ </svg>
19528
21646
  </span>
19529
21647
  </span>
19530
21648
  </button>
@@ -19571,10 +21689,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19571
21689
  <span
19572
21690
  class="pf-v6-c-menu-toggle__toggle-icon"
19573
21691
  >
19574
- <i
19575
- class="fas fa-caret-down fa-fw"
21692
+ <svg
21693
+ class="pf-v6-svg"
21694
+ viewBox="0 0 20 20"
21695
+ fill="currentColor"
19576
21696
  aria-hidden="true"
19577
- ></i>
21697
+ role="img"
21698
+ width="1em"
21699
+ height="1em"
21700
+ >
21701
+ <path
21702
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
21703
+ />
21704
+ </svg>
19578
21705
  </span>
19579
21706
  </span>
19580
21707
  </button>
@@ -19789,7 +21916,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19789
21916
  aria-label="Table actions"
19790
21917
  >
19791
21918
  <span class="pf-v6-c-menu-toggle__icon">
19792
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
21919
+ <svg
21920
+ class="pf-v6-svg"
21921
+ viewBox="0 0 32 32"
21922
+ fill="currentColor"
21923
+ aria-hidden="true"
21924
+ role="img"
21925
+ width="1em"
21926
+ height="1em"
21927
+ >
21928
+ <path
21929
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
21930
+ />
21931
+ </svg>
19793
21932
  </span>
19794
21933
  </button>
19795
21934
  </td>
@@ -19873,7 +22012,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19873
22012
  aria-label="Table actions"
19874
22013
  >
19875
22014
  <span class="pf-v6-c-menu-toggle__icon">
19876
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
22015
+ <svg
22016
+ class="pf-v6-svg"
22017
+ viewBox="0 0 32 32"
22018
+ fill="currentColor"
22019
+ aria-hidden="true"
22020
+ role="img"
22021
+ width="1em"
22022
+ height="1em"
22023
+ >
22024
+ <path
22025
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
22026
+ />
22027
+ </svg>
19877
22028
  </span>
19878
22029
  </button>
19879
22030
  </td>
@@ -19957,7 +22108,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
19957
22108
  aria-label="Table actions"
19958
22109
  >
19959
22110
  <span class="pf-v6-c-menu-toggle__icon">
19960
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
22111
+ <svg
22112
+ class="pf-v6-svg"
22113
+ viewBox="0 0 32 32"
22114
+ fill="currentColor"
22115
+ aria-hidden="true"
22116
+ role="img"
22117
+ width="1em"
22118
+ height="1em"
22119
+ >
22120
+ <path
22121
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
22122
+ />
22123
+ </svg>
19961
22124
  </span>
19962
22125
  </button>
19963
22126
  </td>
@@ -20041,7 +22204,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
20041
22204
  aria-label="Table actions"
20042
22205
  >
20043
22206
  <span class="pf-v6-c-menu-toggle__icon">
20044
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
22207
+ <svg
22208
+ class="pf-v6-svg"
22209
+ viewBox="0 0 32 32"
22210
+ fill="currentColor"
22211
+ aria-hidden="true"
22212
+ role="img"
22213
+ width="1em"
22214
+ height="1em"
22215
+ >
22216
+ <path
22217
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
22218
+ />
22219
+ </svg>
20045
22220
  </span>
20046
22221
  </button>
20047
22222
  </td>
@@ -20124,7 +22299,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
20124
22299
  aria-label="Table actions"
20125
22300
  >
20126
22301
  <span class="pf-v6-c-menu-toggle__icon">
20127
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
22302
+ <svg
22303
+ class="pf-v6-svg"
22304
+ viewBox="0 0 32 32"
22305
+ fill="currentColor"
22306
+ aria-hidden="true"
22307
+ role="img"
22308
+ width="1em"
22309
+ height="1em"
22310
+ >
22311
+ <path
22312
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
22313
+ />
22314
+ </svg>
20128
22315
  </span>
20129
22316
  </button>
20130
22317
  </td>
@@ -20145,10 +22332,19 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
20145
22332
  </span>
20146
22333
  <span class="pf-v6-c-menu-toggle__controls">
20147
22334
  <span class="pf-v6-c-menu-toggle__toggle-icon">
20148
- <i
20149
- class="fas fa-caret-down fa-fw"
22335
+ <svg
22336
+ class="pf-v6-svg"
22337
+ viewBox="0 0 20 20"
22338
+ fill="currentColor"
20150
22339
  aria-hidden="true"
20151
- ></i>
22340
+ role="img"
22341
+ width="1em"
22342
+ height="1em"
22343
+ >
22344
+ <path
22345
+ d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
22346
+ />
22347
+ </svg>
20152
22348
  </span>
20153
22349
  </span>
20154
22350
  </button>