@patternfly/patternfly 6.0.0-alpha.97 → 6.0.0-alpha.98

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 (34) hide show
  1. package/components/MenuToggle/menu-toggle.css +20 -6
  2. package/components/MenuToggle/menu-toggle.scss +32 -6
  3. package/docs/components/LogViewer/examples/LogViewer.md +130 -10
  4. package/docs/components/MenuToggle/examples/MenuToggle.md +162 -6
  5. package/docs/components/Toolbar/examples/Toolbar.md +143 -11
  6. package/docs/demos/AboutModal/examples/AboutModal.md +52 -4
  7. package/docs/demos/Alert/examples/Alert.md +156 -12
  8. package/docs/demos/BackToTop/examples/BackToTop.md +52 -4
  9. package/docs/demos/Banner/examples/Banner.md +104 -8
  10. package/docs/demos/CardView/examples/CardView.md +65 -5
  11. package/docs/demos/ContextSelector/examples/ContextSelector.md +156 -12
  12. package/docs/demos/Dashboard/examples/Dashboard.md +52 -4
  13. package/docs/demos/DataList/examples/DataList.md +273 -21
  14. package/docs/demos/DescriptionList/examples/DescriptionList.md +156 -12
  15. package/docs/demos/Drawer/examples/Drawer.md +260 -20
  16. package/docs/demos/JumpLinks/examples/JumpLinks.md +312 -24
  17. package/docs/demos/Masthead/examples/Masthead.md +247 -19
  18. package/docs/demos/Modal/examples/Modal.md +312 -24
  19. package/docs/demos/Nav/examples/Nav.md +312 -24
  20. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +260 -20
  21. package/docs/demos/Page/examples/Page.md +468 -36
  22. package/docs/demos/Page/examples/Penta.md +13 -1
  23. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +455 -35
  24. package/docs/demos/Skeleton/examples/Skeleton.md +52 -4
  25. package/docs/demos/Table/examples/Table.md +1094 -86
  26. package/docs/demos/Tabs/examples/Tabs.md +325 -25
  27. package/docs/demos/Toolbar/examples/Toolbar.md +325 -25
  28. package/docs/demos/Wizard/examples/Wizard.md +468 -36
  29. package/package.json +1 -1
  30. package/patternfly-no-globals.css +20 -6
  31. package/patternfly-theme-dark-unversioned.css +20 -6
  32. package/patternfly.css +20 -6
  33. package/patternfly.min.css +1 -1
  34. package/patternfly.min.css.map +1 -1
@@ -290,7 +290,19 @@ Several components in the following examples do not include functional and/or ac
290
290
  aria-controls="toolbar-toggle-group-example-expandable-content"
291
291
  >
292
292
  <span class="pf-v6-c-menu-toggle__icon">
293
- <i class="fas fa-filter" aria-hidden="true"></i>
293
+ <svg
294
+ class="pf-v5-svg"
295
+ viewBox="0 0 192 512"
296
+ fill="currentColor"
297
+ aria-hidden="true"
298
+ role="img"
299
+ width="1em"
300
+ height="1em"
301
+ >
302
+ <path
303
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
304
+ />
305
+ </svg>
294
306
  </span>
295
307
  </button>
296
308
  </div>
@@ -308,7 +320,19 @@ Several components in the following examples do not include functional and/or ac
308
320
  id="toolbar-toggle-group-example-search-filter-menu"
309
321
  >
310
322
  <span class="pf-v6-c-menu-toggle__icon">
311
- <i class="fas fa-filter" aria-hidden="true"></i>
323
+ <svg
324
+ class="pf-v5-svg"
325
+ viewBox="0 0 192 512"
326
+ fill="currentColor"
327
+ aria-hidden="true"
328
+ role="img"
329
+ width="1em"
330
+ height="1em"
331
+ >
332
+ <path
333
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
334
+ />
335
+ </svg>
312
336
  </span>
313
337
  <span class="pf-v6-c-menu-toggle__text">Name</span>
314
338
  <span class="pf-v6-c-menu-toggle__controls">
@@ -398,7 +422,19 @@ Several components in the following examples do not include functional and/or ac
398
422
  aria-controls="toolbar-toggle-group-collapsed-example-expandable-content"
399
423
  >
400
424
  <span class="pf-v6-c-menu-toggle__icon">
401
- <i class="fas fa-filter" aria-hidden="true"></i>
425
+ <svg
426
+ class="pf-v5-svg"
427
+ viewBox="0 0 192 512"
428
+ fill="currentColor"
429
+ aria-hidden="true"
430
+ role="img"
431
+ width="1em"
432
+ height="1em"
433
+ >
434
+ <path
435
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
436
+ />
437
+ </svg>
402
438
  </span>
403
439
  </button>
404
440
  </div>
@@ -422,7 +458,19 @@ Several components in the following examples do not include functional and/or ac
422
458
  id="toolbar-toggle-group-collapsed-example-search-filter-menu"
423
459
  >
424
460
  <span class="pf-v6-c-menu-toggle__icon">
425
- <i class="fas fa-filter" aria-hidden="true"></i>
461
+ <svg
462
+ class="pf-v5-svg"
463
+ viewBox="0 0 192 512"
464
+ fill="currentColor"
465
+ aria-hidden="true"
466
+ role="img"
467
+ width="1em"
468
+ height="1em"
469
+ >
470
+ <path
471
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
472
+ />
473
+ </svg>
426
474
  </span>
427
475
  <span class="pf-v6-c-menu-toggle__text">Name</span>
428
476
  <span class="pf-v6-c-menu-toggle__controls">
@@ -571,7 +619,19 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
571
619
  aria-controls="toolbar-selected-filters-toggle-group-collapsed-example-expandable-content"
572
620
  >
573
621
  <span class="pf-v6-c-menu-toggle__icon">
574
- <i class="fas fa-filter" aria-hidden="true"></i>
622
+ <svg
623
+ class="pf-v5-svg"
624
+ viewBox="0 0 192 512"
625
+ fill="currentColor"
626
+ aria-hidden="true"
627
+ role="img"
628
+ width="1em"
629
+ height="1em"
630
+ >
631
+ <path
632
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
633
+ />
634
+ </svg>
575
635
  </span>
576
636
  </button>
577
637
  </div>
@@ -589,7 +649,19 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
589
649
  id="toolbar-selected-filters-toggle-group-collapsed-example-search-filter-menu"
590
650
  >
591
651
  <span class="pf-v6-c-menu-toggle__icon">
592
- <i class="fas fa-filter" aria-hidden="true"></i>
652
+ <svg
653
+ class="pf-v5-svg"
654
+ viewBox="0 0 192 512"
655
+ fill="currentColor"
656
+ aria-hidden="true"
657
+ role="img"
658
+ width="1em"
659
+ height="1em"
660
+ >
661
+ <path
662
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
663
+ />
664
+ </svg>
593
665
  </span>
594
666
  <span class="pf-v6-c-menu-toggle__text">Name</span>
595
667
  <span class="pf-v6-c-menu-toggle__controls">
@@ -940,7 +1012,19 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
940
1012
  aria-controls="toolbar-selected-filters-toggle-group-expanded-example-expandable-content"
941
1013
  >
942
1014
  <span class="pf-v6-c-menu-toggle__icon">
943
- <i class="fas fa-filter" aria-hidden="true"></i>
1015
+ <svg
1016
+ class="pf-v5-svg"
1017
+ viewBox="0 0 192 512"
1018
+ fill="currentColor"
1019
+ aria-hidden="true"
1020
+ role="img"
1021
+ width="1em"
1022
+ height="1em"
1023
+ >
1024
+ <path
1025
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1026
+ />
1027
+ </svg>
944
1028
  </span>
945
1029
  </button>
946
1030
  </div>
@@ -1009,7 +1093,19 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1009
1093
  id="toolbar-selected-filters-toggle-group-expanded-example-search-filter-menu"
1010
1094
  >
1011
1095
  <span class="pf-v6-c-menu-toggle__icon">
1012
- <i class="fas fa-filter" aria-hidden="true"></i>
1096
+ <svg
1097
+ class="pf-v5-svg"
1098
+ viewBox="0 0 192 512"
1099
+ fill="currentColor"
1100
+ aria-hidden="true"
1101
+ role="img"
1102
+ width="1em"
1103
+ height="1em"
1104
+ >
1105
+ <path
1106
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1107
+ />
1108
+ </svg>
1013
1109
  </span>
1014
1110
  <span class="pf-v6-c-menu-toggle__text">Name</span>
1015
1111
  <span class="pf-v6-c-menu-toggle__controls">
@@ -1294,7 +1390,19 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1294
1390
  aria-controls="toolbar-selected-filters-example-expandable-content"
1295
1391
  >
1296
1392
  <span class="pf-v6-c-menu-toggle__icon">
1297
- <i class="fas fa-filter" aria-hidden="true"></i>
1393
+ <svg
1394
+ class="pf-v5-svg"
1395
+ viewBox="0 0 192 512"
1396
+ fill="currentColor"
1397
+ aria-hidden="true"
1398
+ role="img"
1399
+ width="1em"
1400
+ height="1em"
1401
+ >
1402
+ <path
1403
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1404
+ />
1405
+ </svg>
1298
1406
  </span>
1299
1407
  </button>
1300
1408
  </div>
@@ -1613,7 +1721,19 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1613
1721
  aria-controls="toolbar-stacked-example-expandable-content"
1614
1722
  >
1615
1723
  <span class="pf-v6-c-menu-toggle__icon">
1616
- <i class="fas fa-filter" aria-hidden="true"></i>
1724
+ <svg
1725
+ class="pf-v5-svg"
1726
+ viewBox="0 0 192 512"
1727
+ fill="currentColor"
1728
+ aria-hidden="true"
1729
+ role="img"
1730
+ width="1em"
1731
+ height="1em"
1732
+ >
1733
+ <path
1734
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1735
+ />
1736
+ </svg>
1617
1737
  </span>
1618
1738
  </button>
1619
1739
  </div>
@@ -1952,7 +2072,19 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1952
2072
  aria-controls="toolbar-stacked-collapsed-example-expandable-content"
1953
2073
  >
1954
2074
  <span class="pf-v6-c-menu-toggle__icon">
1955
- <i class="fas fa-filter" aria-hidden="true"></i>
2075
+ <svg
2076
+ class="pf-v5-svg"
2077
+ viewBox="0 0 192 512"
2078
+ fill="currentColor"
2079
+ aria-hidden="true"
2080
+ role="img"
2081
+ width="1em"
2082
+ height="1em"
2083
+ >
2084
+ <path
2085
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2086
+ />
2087
+ </svg>
1956
2088
  </span>
1957
2089
  </button>
1958
2090
  </div>
@@ -150,7 +150,19 @@ This demo implements the about modal, including the backdrop.
150
150
  aria-label="Application launcher"
151
151
  >
152
152
  <span class="pf-v6-c-menu-toggle__icon">
153
- <i class="fas fa-th" aria-hidden="true"></i>
153
+ <svg
154
+ class="pf-v5-svg"
155
+ viewBox="0 0 192 512"
156
+ fill="currentColor"
157
+ aria-hidden="true"
158
+ role="img"
159
+ width="1em"
160
+ height="1em"
161
+ >
162
+ <path
163
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
164
+ />
165
+ </svg>
154
166
  </span>
155
167
  </button>
156
168
  </div>
@@ -162,7 +174,19 @@ This demo implements the about modal, including the backdrop.
162
174
  aria-label="Settings"
163
175
  >
164
176
  <span class="pf-v6-c-menu-toggle__icon">
165
- <i class="fas fa-cog" aria-hidden="true"></i>
177
+ <svg
178
+ class="pf-v5-svg"
179
+ viewBox="0 0 192 512"
180
+ fill="currentColor"
181
+ aria-hidden="true"
182
+ role="img"
183
+ width="1em"
184
+ height="1em"
185
+ >
186
+ <path
187
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
188
+ />
189
+ </svg>
166
190
  </span>
167
191
  </button>
168
192
  </div>
@@ -174,7 +198,19 @@ This demo implements the about modal, including the backdrop.
174
198
  aria-label="Help"
175
199
  >
176
200
  <span class="pf-v6-c-menu-toggle__icon">
177
- <i class="fas fa-question-circle" aria-hidden="true"></i>
201
+ <svg
202
+ class="pf-v5-svg"
203
+ viewBox="0 0 192 512"
204
+ fill="currentColor"
205
+ aria-hidden="true"
206
+ role="img"
207
+ width="1em"
208
+ height="1em"
209
+ >
210
+ <path
211
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
212
+ />
213
+ </svg>
178
214
  </span>
179
215
  </button>
180
216
  </div>
@@ -187,7 +223,19 @@ This demo implements the about modal, including the backdrop.
187
223
  aria-label="Actions"
188
224
  >
189
225
  <span class="pf-v6-c-menu-toggle__icon">
190
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
226
+ <svg
227
+ class="pf-v5-svg"
228
+ viewBox="0 0 192 512"
229
+ fill="currentColor"
230
+ aria-hidden="true"
231
+ role="img"
232
+ width="1em"
233
+ height="1em"
234
+ >
235
+ <path
236
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
237
+ />
238
+ </svg>
191
239
  </span>
192
240
  </button>
193
241
  </div>
@@ -148,7 +148,19 @@ section: components
148
148
  aria-label="Application launcher"
149
149
  >
150
150
  <span class="pf-v6-c-menu-toggle__icon">
151
- <i class="fas fa-th" aria-hidden="true"></i>
151
+ <svg
152
+ class="pf-v5-svg"
153
+ viewBox="0 0 192 512"
154
+ fill="currentColor"
155
+ aria-hidden="true"
156
+ role="img"
157
+ width="1em"
158
+ height="1em"
159
+ >
160
+ <path
161
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
162
+ />
163
+ </svg>
152
164
  </span>
153
165
  </button>
154
166
  </div>
@@ -160,7 +172,19 @@ section: components
160
172
  aria-label="Settings"
161
173
  >
162
174
  <span class="pf-v6-c-menu-toggle__icon">
163
- <i class="fas fa-cog" aria-hidden="true"></i>
175
+ <svg
176
+ class="pf-v5-svg"
177
+ viewBox="0 0 192 512"
178
+ fill="currentColor"
179
+ aria-hidden="true"
180
+ role="img"
181
+ width="1em"
182
+ height="1em"
183
+ >
184
+ <path
185
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
186
+ />
187
+ </svg>
164
188
  </span>
165
189
  </button>
166
190
  </div>
@@ -172,7 +196,19 @@ section: components
172
196
  aria-label="Help"
173
197
  >
174
198
  <span class="pf-v6-c-menu-toggle__icon">
175
- <i class="fas fa-question-circle" aria-hidden="true"></i>
199
+ <svg
200
+ class="pf-v5-svg"
201
+ viewBox="0 0 192 512"
202
+ fill="currentColor"
203
+ aria-hidden="true"
204
+ role="img"
205
+ width="1em"
206
+ height="1em"
207
+ >
208
+ <path
209
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
210
+ />
211
+ </svg>
176
212
  </span>
177
213
  </button>
178
214
  </div>
@@ -185,7 +221,19 @@ section: components
185
221
  aria-label="Actions"
186
222
  >
187
223
  <span class="pf-v6-c-menu-toggle__icon">
188
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
224
+ <svg
225
+ class="pf-v5-svg"
226
+ viewBox="0 0 192 512"
227
+ fill="currentColor"
228
+ aria-hidden="true"
229
+ role="img"
230
+ width="1em"
231
+ height="1em"
232
+ >
233
+ <path
234
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
235
+ />
236
+ </svg>
189
237
  </span>
190
238
  </button>
191
239
  </div>
@@ -532,7 +580,19 @@ section: components
532
580
  aria-label="Application launcher"
533
581
  >
534
582
  <span class="pf-v6-c-menu-toggle__icon">
535
- <i class="fas fa-th" aria-hidden="true"></i>
583
+ <svg
584
+ class="pf-v5-svg"
585
+ viewBox="0 0 192 512"
586
+ fill="currentColor"
587
+ aria-hidden="true"
588
+ role="img"
589
+ width="1em"
590
+ height="1em"
591
+ >
592
+ <path
593
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
594
+ />
595
+ </svg>
536
596
  </span>
537
597
  </button>
538
598
  </div>
@@ -544,7 +604,19 @@ section: components
544
604
  aria-label="Settings"
545
605
  >
546
606
  <span class="pf-v6-c-menu-toggle__icon">
547
- <i class="fas fa-cog" aria-hidden="true"></i>
607
+ <svg
608
+ class="pf-v5-svg"
609
+ viewBox="0 0 192 512"
610
+ fill="currentColor"
611
+ aria-hidden="true"
612
+ role="img"
613
+ width="1em"
614
+ height="1em"
615
+ >
616
+ <path
617
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
618
+ />
619
+ </svg>
548
620
  </span>
549
621
  </button>
550
622
  </div>
@@ -556,7 +628,19 @@ section: components
556
628
  aria-label="Help"
557
629
  >
558
630
  <span class="pf-v6-c-menu-toggle__icon">
559
- <i class="fas fa-question-circle" aria-hidden="true"></i>
631
+ <svg
632
+ class="pf-v5-svg"
633
+ viewBox="0 0 192 512"
634
+ fill="currentColor"
635
+ aria-hidden="true"
636
+ role="img"
637
+ width="1em"
638
+ height="1em"
639
+ >
640
+ <path
641
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
642
+ />
643
+ </svg>
560
644
  </span>
561
645
  </button>
562
646
  </div>
@@ -569,7 +653,19 @@ section: components
569
653
  aria-label="Actions"
570
654
  >
571
655
  <span class="pf-v6-c-menu-toggle__icon">
572
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
656
+ <svg
657
+ class="pf-v5-svg"
658
+ viewBox="0 0 192 512"
659
+ fill="currentColor"
660
+ aria-hidden="true"
661
+ role="img"
662
+ width="1em"
663
+ height="1em"
664
+ >
665
+ <path
666
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
667
+ />
668
+ </svg>
573
669
  </span>
574
670
  </button>
575
671
  </div>
@@ -1009,7 +1105,19 @@ section: components
1009
1105
  aria-label="Application launcher"
1010
1106
  >
1011
1107
  <span class="pf-v6-c-menu-toggle__icon">
1012
- <i class="fas fa-th" aria-hidden="true"></i>
1108
+ <svg
1109
+ class="pf-v5-svg"
1110
+ viewBox="0 0 192 512"
1111
+ fill="currentColor"
1112
+ aria-hidden="true"
1113
+ role="img"
1114
+ width="1em"
1115
+ height="1em"
1116
+ >
1117
+ <path
1118
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1119
+ />
1120
+ </svg>
1013
1121
  </span>
1014
1122
  </button>
1015
1123
  </div>
@@ -1021,7 +1129,19 @@ section: components
1021
1129
  aria-label="Settings"
1022
1130
  >
1023
1131
  <span class="pf-v6-c-menu-toggle__icon">
1024
- <i class="fas fa-cog" aria-hidden="true"></i>
1132
+ <svg
1133
+ class="pf-v5-svg"
1134
+ viewBox="0 0 192 512"
1135
+ fill="currentColor"
1136
+ aria-hidden="true"
1137
+ role="img"
1138
+ width="1em"
1139
+ height="1em"
1140
+ >
1141
+ <path
1142
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1143
+ />
1144
+ </svg>
1025
1145
  </span>
1026
1146
  </button>
1027
1147
  </div>
@@ -1033,7 +1153,19 @@ section: components
1033
1153
  aria-label="Help"
1034
1154
  >
1035
1155
  <span class="pf-v6-c-menu-toggle__icon">
1036
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1156
+ <svg
1157
+ class="pf-v5-svg"
1158
+ viewBox="0 0 192 512"
1159
+ fill="currentColor"
1160
+ aria-hidden="true"
1161
+ role="img"
1162
+ width="1em"
1163
+ height="1em"
1164
+ >
1165
+ <path
1166
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1167
+ />
1168
+ </svg>
1037
1169
  </span>
1038
1170
  </button>
1039
1171
  </div>
@@ -1046,7 +1178,19 @@ section: components
1046
1178
  aria-label="Actions"
1047
1179
  >
1048
1180
  <span class="pf-v6-c-menu-toggle__icon">
1049
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1181
+ <svg
1182
+ class="pf-v5-svg"
1183
+ viewBox="0 0 192 512"
1184
+ fill="currentColor"
1185
+ aria-hidden="true"
1186
+ role="img"
1187
+ width="1em"
1188
+ height="1em"
1189
+ >
1190
+ <path
1191
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1192
+ />
1193
+ </svg>
1050
1194
  </span>
1051
1195
  </button>
1052
1196
  </div>
@@ -149,7 +149,19 @@ cssPrefix: pf-d-back-to-top
149
149
  aria-label="Application launcher"
150
150
  >
151
151
  <span class="pf-v6-c-menu-toggle__icon">
152
- <i class="fas fa-th" aria-hidden="true"></i>
152
+ <svg
153
+ class="pf-v5-svg"
154
+ viewBox="0 0 192 512"
155
+ fill="currentColor"
156
+ aria-hidden="true"
157
+ role="img"
158
+ width="1em"
159
+ height="1em"
160
+ >
161
+ <path
162
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
163
+ />
164
+ </svg>
153
165
  </span>
154
166
  </button>
155
167
  </div>
@@ -161,7 +173,19 @@ cssPrefix: pf-d-back-to-top
161
173
  aria-label="Settings"
162
174
  >
163
175
  <span class="pf-v6-c-menu-toggle__icon">
164
- <i class="fas fa-cog" aria-hidden="true"></i>
176
+ <svg
177
+ class="pf-v5-svg"
178
+ viewBox="0 0 192 512"
179
+ fill="currentColor"
180
+ aria-hidden="true"
181
+ role="img"
182
+ width="1em"
183
+ height="1em"
184
+ >
185
+ <path
186
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
187
+ />
188
+ </svg>
165
189
  </span>
166
190
  </button>
167
191
  </div>
@@ -173,7 +197,19 @@ cssPrefix: pf-d-back-to-top
173
197
  aria-label="Help"
174
198
  >
175
199
  <span class="pf-v6-c-menu-toggle__icon">
176
- <i class="fas fa-question-circle" aria-hidden="true"></i>
200
+ <svg
201
+ class="pf-v5-svg"
202
+ viewBox="0 0 192 512"
203
+ fill="currentColor"
204
+ aria-hidden="true"
205
+ role="img"
206
+ width="1em"
207
+ height="1em"
208
+ >
209
+ <path
210
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
211
+ />
212
+ </svg>
177
213
  </span>
178
214
  </button>
179
215
  </div>
@@ -186,7 +222,19 @@ cssPrefix: pf-d-back-to-top
186
222
  aria-label="Actions"
187
223
  >
188
224
  <span class="pf-v6-c-menu-toggle__icon">
189
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
225
+ <svg
226
+ class="pf-v5-svg"
227
+ viewBox="0 0 192 512"
228
+ fill="currentColor"
229
+ aria-hidden="true"
230
+ role="img"
231
+ width="1em"
232
+ height="1em"
233
+ >
234
+ <path
235
+ d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
236
+ />
237
+ </svg>
190
238
  </span>
191
239
  </button>
192
240
  </div>