@patternfly/patternfly 6.0.0-alpha.96 → 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
@@ -149,7 +149,19 @@ wrapperTag: div
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 @@ wrapperTag: div
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 @@ wrapperTag: div
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 @@ wrapperTag: div
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>
@@ -1038,7 +1086,19 @@ wrapperTag: div
1038
1086
  aria-label="Application launcher"
1039
1087
  >
1040
1088
  <span class="pf-v6-c-menu-toggle__icon">
1041
- <i class="fas fa-th" aria-hidden="true"></i>
1089
+ <svg
1090
+ class="pf-v5-svg"
1091
+ viewBox="0 0 192 512"
1092
+ fill="currentColor"
1093
+ aria-hidden="true"
1094
+ role="img"
1095
+ width="1em"
1096
+ height="1em"
1097
+ >
1098
+ <path
1099
+ 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"
1100
+ />
1101
+ </svg>
1042
1102
  </span>
1043
1103
  </button>
1044
1104
  </div>
@@ -1050,7 +1110,19 @@ wrapperTag: div
1050
1110
  aria-label="Settings"
1051
1111
  >
1052
1112
  <span class="pf-v6-c-menu-toggle__icon">
1053
- <i class="fas fa-cog" aria-hidden="true"></i>
1113
+ <svg
1114
+ class="pf-v5-svg"
1115
+ viewBox="0 0 192 512"
1116
+ fill="currentColor"
1117
+ aria-hidden="true"
1118
+ role="img"
1119
+ width="1em"
1120
+ height="1em"
1121
+ >
1122
+ <path
1123
+ 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"
1124
+ />
1125
+ </svg>
1054
1126
  </span>
1055
1127
  </button>
1056
1128
  </div>
@@ -1062,7 +1134,19 @@ wrapperTag: div
1062
1134
  aria-label="Help"
1063
1135
  >
1064
1136
  <span class="pf-v6-c-menu-toggle__icon">
1065
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1137
+ <svg
1138
+ class="pf-v5-svg"
1139
+ viewBox="0 0 192 512"
1140
+ fill="currentColor"
1141
+ aria-hidden="true"
1142
+ role="img"
1143
+ width="1em"
1144
+ height="1em"
1145
+ >
1146
+ <path
1147
+ 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"
1148
+ />
1149
+ </svg>
1066
1150
  </span>
1067
1151
  </button>
1068
1152
  </div>
@@ -1075,7 +1159,19 @@ wrapperTag: div
1075
1159
  aria-label="Actions"
1076
1160
  >
1077
1161
  <span class="pf-v6-c-menu-toggle__icon">
1078
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1162
+ <svg
1163
+ class="pf-v5-svg"
1164
+ viewBox="0 0 192 512"
1165
+ fill="currentColor"
1166
+ aria-hidden="true"
1167
+ role="img"
1168
+ width="1em"
1169
+ height="1em"
1170
+ >
1171
+ <path
1172
+ 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"
1173
+ />
1174
+ </svg>
1079
1175
  </span>
1080
1176
  </button>
1081
1177
  </div>
@@ -1184,7 +1280,19 @@ wrapperTag: div
1184
1280
  aria-controls="data-list-actionable-example-toolbar-expandable-content"
1185
1281
  >
1186
1282
  <span class="pf-v6-c-menu-toggle__icon">
1187
- <i class="fas fa-filter" aria-hidden="true"></i>
1283
+ <svg
1284
+ class="pf-v5-svg"
1285
+ viewBox="0 0 192 512"
1286
+ fill="currentColor"
1287
+ aria-hidden="true"
1288
+ role="img"
1289
+ width="1em"
1290
+ height="1em"
1291
+ >
1292
+ <path
1293
+ 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"
1294
+ />
1295
+ </svg>
1188
1296
  </span>
1189
1297
  </button>
1190
1298
  </div>
@@ -1916,7 +2024,19 @@ wrapperTag: div
1916
2024
  aria-label="Application launcher"
1917
2025
  >
1918
2026
  <span class="pf-v6-c-menu-toggle__icon">
1919
- <i class="fas fa-th" aria-hidden="true"></i>
2027
+ <svg
2028
+ class="pf-v5-svg"
2029
+ viewBox="0 0 192 512"
2030
+ fill="currentColor"
2031
+ aria-hidden="true"
2032
+ role="img"
2033
+ width="1em"
2034
+ height="1em"
2035
+ >
2036
+ <path
2037
+ 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"
2038
+ />
2039
+ </svg>
1920
2040
  </span>
1921
2041
  </button>
1922
2042
  </div>
@@ -1928,7 +2048,19 @@ wrapperTag: div
1928
2048
  aria-label="Settings"
1929
2049
  >
1930
2050
  <span class="pf-v6-c-menu-toggle__icon">
1931
- <i class="fas fa-cog" aria-hidden="true"></i>
2051
+ <svg
2052
+ class="pf-v5-svg"
2053
+ viewBox="0 0 192 512"
2054
+ fill="currentColor"
2055
+ aria-hidden="true"
2056
+ role="img"
2057
+ width="1em"
2058
+ height="1em"
2059
+ >
2060
+ <path
2061
+ 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"
2062
+ />
2063
+ </svg>
1932
2064
  </span>
1933
2065
  </button>
1934
2066
  </div>
@@ -1940,7 +2072,19 @@ wrapperTag: div
1940
2072
  aria-label="Help"
1941
2073
  >
1942
2074
  <span class="pf-v6-c-menu-toggle__icon">
1943
- <i class="fas fa-question-circle" 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>
1944
2088
  </span>
1945
2089
  </button>
1946
2090
  </div>
@@ -1953,7 +2097,19 @@ wrapperTag: div
1953
2097
  aria-label="Actions"
1954
2098
  >
1955
2099
  <span class="pf-v6-c-menu-toggle__icon">
1956
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2100
+ <svg
2101
+ class="pf-v5-svg"
2102
+ viewBox="0 0 192 512"
2103
+ fill="currentColor"
2104
+ aria-hidden="true"
2105
+ role="img"
2106
+ width="1em"
2107
+ height="1em"
2108
+ >
2109
+ <path
2110
+ 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"
2111
+ />
2112
+ </svg>
1957
2113
  </span>
1958
2114
  </button>
1959
2115
  </div>
@@ -2080,7 +2236,19 @@ wrapperTag: div
2080
2236
  aria-controls="data-list-expandable-example-toolbar-expandable-content"
2081
2237
  >
2082
2238
  <span class="pf-v6-c-menu-toggle__icon">
2083
- <i class="fas fa-filter" aria-hidden="true"></i>
2239
+ <svg
2240
+ class="pf-v5-svg"
2241
+ viewBox="0 0 192 512"
2242
+ fill="currentColor"
2243
+ aria-hidden="true"
2244
+ role="img"
2245
+ width="1em"
2246
+ height="1em"
2247
+ >
2248
+ <path
2249
+ 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"
2250
+ />
2251
+ </svg>
2084
2252
  </span>
2085
2253
  </button>
2086
2254
  </div>
@@ -2132,7 +2300,19 @@ wrapperTag: div
2132
2300
  id="data-list-expandable-example-toolbar-search-filter-menu"
2133
2301
  >
2134
2302
  <span class="pf-v6-c-menu-toggle__icon">
2135
- <i class="fas fa-filter" aria-hidden="true"></i>
2303
+ <svg
2304
+ class="pf-v5-svg"
2305
+ viewBox="0 0 192 512"
2306
+ fill="currentColor"
2307
+ aria-hidden="true"
2308
+ role="img"
2309
+ width="1em"
2310
+ height="1em"
2311
+ >
2312
+ <path
2313
+ 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"
2314
+ />
2315
+ </svg>
2136
2316
  </span>
2137
2317
  <span class="pf-v6-c-menu-toggle__text">Name</span>
2138
2318
  <span class="pf-v6-c-menu-toggle__controls">
@@ -3603,7 +3783,19 @@ wrapperTag: div
3603
3783
  aria-label="Application launcher"
3604
3784
  >
3605
3785
  <span class="pf-v6-c-menu-toggle__icon">
3606
- <i class="fas fa-th" aria-hidden="true"></i>
3786
+ <svg
3787
+ class="pf-v5-svg"
3788
+ viewBox="0 0 192 512"
3789
+ fill="currentColor"
3790
+ aria-hidden="true"
3791
+ role="img"
3792
+ width="1em"
3793
+ height="1em"
3794
+ >
3795
+ <path
3796
+ 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"
3797
+ />
3798
+ </svg>
3607
3799
  </span>
3608
3800
  </button>
3609
3801
  </div>
@@ -3615,7 +3807,19 @@ wrapperTag: div
3615
3807
  aria-label="Settings"
3616
3808
  >
3617
3809
  <span class="pf-v6-c-menu-toggle__icon">
3618
- <i class="fas fa-cog" aria-hidden="true"></i>
3810
+ <svg
3811
+ class="pf-v5-svg"
3812
+ viewBox="0 0 192 512"
3813
+ fill="currentColor"
3814
+ aria-hidden="true"
3815
+ role="img"
3816
+ width="1em"
3817
+ height="1em"
3818
+ >
3819
+ <path
3820
+ 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"
3821
+ />
3822
+ </svg>
3619
3823
  </span>
3620
3824
  </button>
3621
3825
  </div>
@@ -3627,7 +3831,19 @@ wrapperTag: div
3627
3831
  aria-label="Help"
3628
3832
  >
3629
3833
  <span class="pf-v6-c-menu-toggle__icon">
3630
- <i class="fas fa-question-circle" aria-hidden="true"></i>
3834
+ <svg
3835
+ class="pf-v5-svg"
3836
+ viewBox="0 0 192 512"
3837
+ fill="currentColor"
3838
+ aria-hidden="true"
3839
+ role="img"
3840
+ width="1em"
3841
+ height="1em"
3842
+ >
3843
+ <path
3844
+ 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"
3845
+ />
3846
+ </svg>
3631
3847
  </span>
3632
3848
  </button>
3633
3849
  </div>
@@ -3640,7 +3856,19 @@ wrapperTag: div
3640
3856
  aria-label="Actions"
3641
3857
  >
3642
3858
  <span class="pf-v6-c-menu-toggle__icon">
3643
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3859
+ <svg
3860
+ class="pf-v5-svg"
3861
+ viewBox="0 0 192 512"
3862
+ fill="currentColor"
3863
+ aria-hidden="true"
3864
+ role="img"
3865
+ width="1em"
3866
+ height="1em"
3867
+ >
3868
+ <path
3869
+ 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"
3870
+ />
3871
+ </svg>
3644
3872
  </span>
3645
3873
  </button>
3646
3874
  </div>
@@ -3752,7 +3980,19 @@ wrapperTag: div
3752
3980
  aria-controls="data-list-static-bottom-example-toolbar-expandable-content"
3753
3981
  >
3754
3982
  <span class="pf-v6-c-menu-toggle__icon">
3755
- <i class="fas fa-filter" aria-hidden="true"></i>
3983
+ <svg
3984
+ class="pf-v5-svg"
3985
+ viewBox="0 0 192 512"
3986
+ fill="currentColor"
3987
+ aria-hidden="true"
3988
+ role="img"
3989
+ width="1em"
3990
+ height="1em"
3991
+ >
3992
+ <path
3993
+ 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"
3994
+ />
3995
+ </svg>
3756
3996
  </span>
3757
3997
  </button>
3758
3998
  </div>
@@ -3771,7 +4011,19 @@ wrapperTag: div
3771
4011
  id="data-list-static-bottom-example-toolbar-search-filter-menu"
3772
4012
  >
3773
4013
  <span class="pf-v6-c-menu-toggle__icon">
3774
- <i class="fas fa-filter" aria-hidden="true"></i>
4014
+ <svg
4015
+ class="pf-v5-svg"
4016
+ viewBox="0 0 192 512"
4017
+ fill="currentColor"
4018
+ aria-hidden="true"
4019
+ role="img"
4020
+ width="1em"
4021
+ height="1em"
4022
+ >
4023
+ <path
4024
+ 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"
4025
+ />
4026
+ </svg>
3775
4027
  </span>
3776
4028
  <span class="pf-v6-c-menu-toggle__text">Name</span>
3777
4029
  <span class="pf-v6-c-menu-toggle__controls">