@patternfly/patternfly 6.5.2 → 6.6.0-prerelease.2

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 (210) hide show
  1. package/README.md +1 -1
  2. package/base/normalize.scss +2 -0
  3. package/base/patternfly-common.css +2 -2
  4. package/base/patternfly-common.scss +1 -1
  5. package/base/patternfly-fa-icons.css +3 -3
  6. package/base/patternfly-fa-icons.scss +3 -3
  7. package/base/patternfly-variables.css +56 -56
  8. package/base/reset.scss +2 -0
  9. package/base/tokens/tokens-charts-dark.scss +1 -1
  10. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  11. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  12. package/base/tokens/tokens-charts.scss +1 -1
  13. package/base/tokens/tokens-dark.scss +9 -9
  14. package/base/tokens/tokens-default.scss +8 -8
  15. package/base/tokens/tokens-felt-dark.scss +1 -1
  16. package/base/tokens/tokens-felt-glass-dark.scss +8 -8
  17. package/base/tokens/tokens-felt-glass.scss +8 -8
  18. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  19. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  20. package/base/tokens/tokens-felt.scss +1 -1
  21. package/base/tokens/tokens-glass-dark.scss +8 -8
  22. package/base/tokens/tokens-glass.scss +8 -8
  23. package/base/tokens/tokens-highcontrast-dark.scss +8 -8
  24. package/base/tokens/tokens-highcontrast.scss +7 -7
  25. package/base/tokens/tokens-palette.scss +1 -1
  26. package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
  27. package/components/AboutModalBox/about-modal-box.css +1 -1
  28. package/components/AboutModalBox/about-modal-box.scss +1 -1
  29. package/components/Accordion/accordion.css +8 -4
  30. package/components/Accordion/accordion.scss +9 -4
  31. package/components/Alert/alert-group.css +1 -1
  32. package/components/Alert/alert-group.scss +1 -1
  33. package/components/Alert/alert.css +3 -3
  34. package/components/Alert/alert.scss +3 -3
  35. package/components/Breadcrumb/breadcrumb.css +1 -1
  36. package/components/Breadcrumb/breadcrumb.scss +1 -1
  37. package/components/Button/button.css +6 -6
  38. package/components/Button/button.scss +6 -6
  39. package/components/Card/card.css +2 -2
  40. package/components/Card/card.scss +3 -3
  41. package/components/Check/check.css +1 -1
  42. package/components/Check/check.scss +1 -1
  43. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  44. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  45. package/components/Compass/compass.css +3 -3
  46. package/components/Compass/compass.scss +3 -3
  47. package/components/Content/content.css +2 -2
  48. package/components/Content/content.scss +2 -2
  49. package/components/DataList/data-list.css +1 -1
  50. package/components/DataList/data-list.scss +1 -1
  51. package/components/DescriptionList/description-list.css +0 -1
  52. package/components/DescriptionList/description-list.scss +0 -1
  53. package/components/Drawer/drawer.css +2 -2
  54. package/components/Drawer/drawer.scss +2 -2
  55. package/components/DualListSelector/dual-list-selector.css +6 -6
  56. package/components/DualListSelector/dual-list-selector.scss +6 -6
  57. package/components/ExpandableSection/expandable-section.css +3 -3
  58. package/components/ExpandableSection/expandable-section.scss +3 -3
  59. package/components/Form/form.css +12 -12
  60. package/components/Form/form.scss +6 -6
  61. package/components/FormControl/form-control.css +1 -1
  62. package/components/FormControl/form-control.scss +3 -1
  63. package/components/Hero/hero.css +1 -1
  64. package/components/Hero/hero.scss +1 -1
  65. package/components/Hint/hint.css +1 -1
  66. package/components/Hint/hint.scss +1 -1
  67. package/components/InputGroup/input-group.css +5 -5
  68. package/components/InputGroup/input-group.scss +5 -5
  69. package/components/JumpLinks/jump-links.css +1 -1
  70. package/components/JumpLinks/jump-links.scss +1 -1
  71. package/components/Label/label.css +1 -1
  72. package/components/Label/label.scss +1 -1
  73. package/components/Login/login.css +2 -2
  74. package/components/Login/login.scss +2 -2
  75. package/components/Masthead/masthead.css +1 -1
  76. package/components/Masthead/masthead.scss +1 -1
  77. package/components/Menu/menu.css +4 -4
  78. package/components/Menu/menu.scss +4 -4
  79. package/components/MenuToggle/menu-toggle.css +1 -1
  80. package/components/MenuToggle/menu-toggle.scss +1 -1
  81. package/components/ModalBox/modal-box.css +1 -1
  82. package/components/ModalBox/modal-box.scss +1 -1
  83. package/components/Nav/nav.css +5 -5
  84. package/components/Nav/nav.scss +5 -5
  85. package/components/NotificationDrawer/notification-drawer.css +5 -5
  86. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  87. package/components/Page/page.css +3 -3
  88. package/components/Page/page.scss +3 -3
  89. package/components/Popover/popover.css +1 -1
  90. package/components/Popover/popover.scss +2 -2
  91. package/components/Progress/progress.css +3 -3
  92. package/components/Progress/progress.scss +3 -6
  93. package/components/ProgressStepper/progress-stepper.css +1 -1
  94. package/components/Radio/radio.css +1 -1
  95. package/components/Radio/radio.scss +1 -1
  96. package/components/Spinner/spinner.css +2 -2
  97. package/components/Spinner/spinner.scss +2 -2
  98. package/components/Switch/switch.css +1 -1
  99. package/components/Switch/switch.scss +1 -1
  100. package/components/Table/table-tree-view.css +10 -10
  101. package/components/Table/table-tree-view.scss +2 -2
  102. package/components/Table/table.css +10 -10
  103. package/components/Table/table.scss +10 -10
  104. package/components/Tabs/tabs.css +3 -3
  105. package/components/Tabs/tabs.scss +3 -3
  106. package/components/TextInputGroup/text-input-group.css +1 -1
  107. package/components/TextInputGroup/text-input-group.scss +1 -1
  108. package/components/Title/title.css +1 -1
  109. package/components/Title/title.scss +1 -1
  110. package/components/Toolbar/toolbar.css +1 -1
  111. package/components/Toolbar/toolbar.scss +1 -1
  112. package/components/Tooltip/tooltip.css +1 -1
  113. package/components/Tooltip/tooltip.scss +2 -2
  114. package/components/TreeView/tree-view.css +5 -5
  115. package/components/TreeView/tree-view.scss +5 -5
  116. package/components/Wizard/wizard.css +5 -5
  117. package/components/Wizard/wizard.scss +5 -5
  118. package/components/_index.css +132 -129
  119. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  120. package/docs/components/Accordion/examples/Accordion.md +30 -30
  121. package/docs/components/ActionList/examples/ActionList.md +11 -11
  122. package/docs/components/Alert/examples/Alert.md +54 -54
  123. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  124. package/docs/components/Banner/examples/Banner.md +10 -10
  125. package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
  126. package/docs/components/Button/examples/Button.md +184 -184
  127. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  128. package/docs/components/Card/examples/Card.md +14 -14
  129. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  130. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  131. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
  132. package/docs/components/DataList/examples/DataList.md +34 -34
  133. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  134. package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
  135. package/docs/components/Drawer/examples/Drawer.md +22 -22
  136. package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
  137. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  138. package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
  139. package/docs/components/Form/examples/Form.md +6 -6
  140. package/docs/components/Hint/examples/Hint.md +3 -3
  141. package/docs/components/Icon/examples/Icon.md +9 -9
  142. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  143. package/docs/components/InputGroup/examples/InputGroup.md +4 -4
  144. package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
  145. package/docs/components/Label/examples/Label.md +218 -218
  146. package/docs/components/Login/examples/Login.md +4 -4
  147. package/docs/components/Masthead/examples/masthead.md +1 -1
  148. package/docs/components/Menu/examples/Menu.md +129 -129
  149. package/docs/components/MenuToggle/examples/MenuToggle.md +217 -217
  150. package/docs/components/ModalBox/examples/ModalBox.md +24 -24
  151. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
  152. package/docs/components/Nav/examples/Navigation.md +66 -66
  153. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
  154. package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
  155. package/docs/components/Page/examples/Page.md +1 -1
  156. package/docs/components/Pagination/examples/Pagination.md +92 -92
  157. package/docs/components/Popover/examples/Popover.md +22 -22
  158. package/docs/components/Progress/examples/Progress.md +7 -7
  159. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
  160. package/docs/components/Slider/examples/Slider.md +4 -4
  161. package/docs/components/Table/examples/Table.md +479 -479
  162. package/docs/components/Tabs/examples/Tabs.md +378 -378
  163. package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
  164. package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
  165. package/docs/components/Toolbar/examples/Toolbar.md +117 -117
  166. package/docs/components/TreeView/examples/TreeView.md +104 -104
  167. package/docs/components/Wizard/examples/Wizard.md +40 -40
  168. package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
  169. package/docs/demos/Alert/examples/Alert.md +32 -32
  170. package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
  171. package/docs/demos/Banner/examples/Banner.md +16 -16
  172. package/docs/demos/Button/examples/Button.md +1 -1
  173. package/docs/demos/Card/examples/Card.md +78 -78
  174. package/docs/demos/CardView/examples/CardView.md +38 -38
  175. package/docs/demos/Compass/examples/Compass.md +219 -219
  176. package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
  177. package/docs/demos/DataList/examples/DataList.md +101 -101
  178. package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
  179. package/docs/demos/Drawer/examples/Drawer.md +40 -40
  180. package/docs/demos/Form/examples/BasicForms.md +21 -21
  181. package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
  182. package/docs/demos/Masthead/examples/Masthead.md +57 -57
  183. package/docs/demos/Modal/examples/Modal.md +54 -54
  184. package/docs/demos/Nav/examples/Nav.md +93 -93
  185. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
  186. package/docs/demos/Page/examples/Page.md +119 -119
  187. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  188. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  189. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
  190. package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
  191. package/docs/demos/Table/examples/Table.md +630 -630
  192. package/docs/demos/Tabs/examples/Tabs.md +62 -62
  193. package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
  194. package/docs/demos/Wizard/examples/Wizard.md +100 -100
  195. package/layouts/Gallery/gallery.css +1 -1
  196. package/layouts/Gallery/gallery.scss +1 -1
  197. package/layouts/Grid/grid.css +1 -1
  198. package/layouts/Grid/grid.scss +1 -1
  199. package/layouts/_index.css +2 -2
  200. package/package.json +11 -12
  201. package/patternfly-addons.css +12 -12
  202. package/patternfly-base-no-globals.css +61 -61
  203. package/patternfly-base.css +61 -61
  204. package/patternfly-no-globals.css +195 -192
  205. package/patternfly.css +195 -192
  206. package/patternfly.min.css +1 -1
  207. package/patternfly.min.css.map +1 -1
  208. package/sass-utilities/mixins.scss +2 -2
  209. package/utilities/Accessibility/accessibility.css +12 -12
  210. package/utilities/_index.css +12 -12
@@ -148,8 +148,8 @@ section: components
148
148
  <span class="pf-v6-c-menu-toggle__icon">
149
149
  <svg
150
150
  class="pf-v6-svg"
151
- viewBox="0 0 512 512"
152
151
  fill="currentColor"
152
+ viewBox="0 0 512 512"
153
153
  aria-hidden="true"
154
154
  role="img"
155
155
  width="1em"
@@ -172,15 +172,15 @@ section: components
172
172
  <span class="pf-v6-c-menu-toggle__icon">
173
173
  <svg
174
174
  class="pf-v6-svg"
175
- viewBox="0 0 32 32"
176
175
  fill="currentColor"
176
+ viewBox="0 0 32 32"
177
177
  aria-hidden="true"
178
178
  role="img"
179
179
  width="1em"
180
180
  height="1em"
181
181
  >
182
182
  <path
183
- 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"
183
+ d="M26.463 16.845a9.635 9.635 0 0 0-.002-1.688l3.41-1.974a.5.5 0 0 0 .235-.548 14.47 14.47 0 0 0-4.142-7.167.5.5 0 0 0-.594-.07l-3.404 1.97c-.469-.326-.96-.61-1.466-.85V2.58a.5.5 0 0 0-.356-.48 14.662 14.662 0 0 0-8.288 0 .5.5 0 0 0-.356.48v3.944c-.513.245-1.003.528-1.462.846L6.63 5.397a.5.5 0 0 0-.594.07 14.47 14.47 0 0 0-4.142 7.168.5.5 0 0 0 .236.548l3.407 1.972a9.635 9.635 0 0 0 .002 1.688l-3.41 1.974a.5.5 0 0 0-.235.548 14.47 14.47 0 0 0 4.142 7.167c.16.154.405.18.594.07l3.404-1.97c.469.326.96.61 1.466.85v3.938a.5.5 0 0 0 .356.48c1.333.398 2.728.6 4.144.6s2.81-.202 4.144-.6a.5.5 0 0 0 .356-.48v-3.944a10.449 10.449 0 0 0 1.462-.846l3.408 1.973a.5.5 0 0 0 .594-.07 14.47 14.47 0 0 0 4.142-7.168.5.5 0 0 0-.236-.548l-3.407-1.972ZM16 21c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Z"
184
184
  />
185
185
  </svg>
186
186
  </span>
@@ -196,8 +196,8 @@ section: components
196
196
  <span class="pf-v6-c-menu-toggle__icon">
197
197
  <svg
198
198
  class="pf-v6-svg"
199
- viewBox="0 0 512 512"
200
199
  fill="currentColor"
200
+ viewBox="0 0 512 512"
201
201
  aria-hidden="true"
202
202
  role="img"
203
203
  width="1em"
@@ -222,8 +222,8 @@ section: components
222
222
  <span class="pf-v6-c-menu-toggle__icon">
223
223
  <svg
224
224
  class="pf-v6-svg"
225
- viewBox="0 0 32 32"
226
225
  fill="currentColor"
226
+ viewBox="0 0 32 32"
227
227
  aria-hidden="true"
228
228
  role="img"
229
229
  width="1em"
@@ -302,8 +302,8 @@ section: components
302
302
  <span class="pf-v6-c-breadcrumb__item-divider">
303
303
  <svg
304
304
  class="pf-v6-svg"
305
- viewBox="0 0 20 20"
306
305
  fill="currentColor"
306
+ viewBox="0 0 20 20"
307
307
  aria-hidden="true"
308
308
  role="img"
309
309
  width="1em"
@@ -321,8 +321,8 @@ section: components
321
321
  <span class="pf-v6-c-breadcrumb__item-divider">
322
322
  <svg
323
323
  class="pf-v6-svg"
324
- viewBox="0 0 20 20"
325
324
  fill="currentColor"
325
+ viewBox="0 0 20 20"
326
326
  aria-hidden="true"
327
327
  role="img"
328
328
  width="1em"
@@ -340,8 +340,8 @@ section: components
340
340
  <span class="pf-v6-c-breadcrumb__item-divider">
341
341
  <svg
342
342
  class="pf-v6-svg"
343
- viewBox="0 0 20 20"
344
343
  fill="currentColor"
344
+ viewBox="0 0 20 20"
345
345
  aria-hidden="true"
346
346
  role="img"
347
347
  width="1em"
@@ -432,8 +432,8 @@ section: components
432
432
  <span class="pf-v6-c-button__icon">
433
433
  <svg
434
434
  class="pf-v6-svg"
435
- viewBox="0 0 20 20"
436
435
  fill="currentColor"
436
+ viewBox="0 0 20 20"
437
437
  aria-hidden="true"
438
438
  role="img"
439
439
  width="1em"
@@ -620,8 +620,8 @@ section: components
620
620
  <span class="pf-v6-c-menu-toggle__icon">
621
621
  <svg
622
622
  class="pf-v6-svg"
623
- viewBox="0 0 512 512"
624
623
  fill="currentColor"
624
+ viewBox="0 0 512 512"
625
625
  aria-hidden="true"
626
626
  role="img"
627
627
  width="1em"
@@ -644,15 +644,15 @@ section: components
644
644
  <span class="pf-v6-c-menu-toggle__icon">
645
645
  <svg
646
646
  class="pf-v6-svg"
647
- viewBox="0 0 32 32"
648
647
  fill="currentColor"
648
+ viewBox="0 0 32 32"
649
649
  aria-hidden="true"
650
650
  role="img"
651
651
  width="1em"
652
652
  height="1em"
653
653
  >
654
654
  <path
655
- 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"
655
+ d="M26.463 16.845a9.635 9.635 0 0 0-.002-1.688l3.41-1.974a.5.5 0 0 0 .235-.548 14.47 14.47 0 0 0-4.142-7.167.5.5 0 0 0-.594-.07l-3.404 1.97c-.469-.326-.96-.61-1.466-.85V2.58a.5.5 0 0 0-.356-.48 14.662 14.662 0 0 0-8.288 0 .5.5 0 0 0-.356.48v3.944c-.513.245-1.003.528-1.462.846L6.63 5.397a.5.5 0 0 0-.594.07 14.47 14.47 0 0 0-4.142 7.168.5.5 0 0 0 .236.548l3.407 1.972a9.635 9.635 0 0 0 .002 1.688l-3.41 1.974a.5.5 0 0 0-.235.548 14.47 14.47 0 0 0 4.142 7.167c.16.154.405.18.594.07l3.404-1.97c.469.326.96.61 1.466.85v3.938a.5.5 0 0 0 .356.48c1.333.398 2.728.6 4.144.6s2.81-.202 4.144-.6a.5.5 0 0 0 .356-.48v-3.944a10.449 10.449 0 0 0 1.462-.846l3.408 1.973a.5.5 0 0 0 .594-.07 14.47 14.47 0 0 0 4.142-7.168.5.5 0 0 0-.236-.548l-3.407-1.972ZM16 21c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Z"
656
656
  />
657
657
  </svg>
658
658
  </span>
@@ -668,8 +668,8 @@ section: components
668
668
  <span class="pf-v6-c-menu-toggle__icon">
669
669
  <svg
670
670
  class="pf-v6-svg"
671
- viewBox="0 0 512 512"
672
671
  fill="currentColor"
672
+ viewBox="0 0 512 512"
673
673
  aria-hidden="true"
674
674
  role="img"
675
675
  width="1em"
@@ -694,8 +694,8 @@ section: components
694
694
  <span class="pf-v6-c-menu-toggle__icon">
695
695
  <svg
696
696
  class="pf-v6-svg"
697
- viewBox="0 0 32 32"
698
697
  fill="currentColor"
698
+ viewBox="0 0 32 32"
699
699
  aria-hidden="true"
700
700
  role="img"
701
701
  width="1em"
@@ -774,8 +774,8 @@ section: components
774
774
  <span class="pf-v6-c-breadcrumb__item-divider">
775
775
  <svg
776
776
  class="pf-v6-svg"
777
- viewBox="0 0 20 20"
778
777
  fill="currentColor"
778
+ viewBox="0 0 20 20"
779
779
  aria-hidden="true"
780
780
  role="img"
781
781
  width="1em"
@@ -793,8 +793,8 @@ section: components
793
793
  <span class="pf-v6-c-breadcrumb__item-divider">
794
794
  <svg
795
795
  class="pf-v6-svg"
796
- viewBox="0 0 20 20"
797
796
  fill="currentColor"
797
+ viewBox="0 0 20 20"
798
798
  aria-hidden="true"
799
799
  role="img"
800
800
  width="1em"
@@ -812,8 +812,8 @@ section: components
812
812
  <span class="pf-v6-c-breadcrumb__item-divider">
813
813
  <svg
814
814
  class="pf-v6-svg"
815
- viewBox="0 0 20 20"
816
815
  fill="currentColor"
816
+ viewBox="0 0 20 20"
817
817
  aria-hidden="true"
818
818
  role="img"
819
819
  width="1em"
@@ -904,8 +904,8 @@ section: components
904
904
  <span class="pf-v6-c-button__icon">
905
905
  <svg
906
906
  class="pf-v6-svg"
907
- viewBox="0 0 20 20"
908
907
  fill="currentColor"
908
+ viewBox="0 0 20 20"
909
909
  aria-hidden="true"
910
910
  role="img"
911
911
  width="1em"
@@ -1101,8 +1101,8 @@ section: components
1101
1101
  <span class="pf-v6-c-menu-toggle__icon">
1102
1102
  <svg
1103
1103
  class="pf-v6-svg"
1104
- viewBox="0 0 512 512"
1105
1104
  fill="currentColor"
1105
+ viewBox="0 0 512 512"
1106
1106
  aria-hidden="true"
1107
1107
  role="img"
1108
1108
  width="1em"
@@ -1125,15 +1125,15 @@ section: components
1125
1125
  <span class="pf-v6-c-menu-toggle__icon">
1126
1126
  <svg
1127
1127
  class="pf-v6-svg"
1128
- viewBox="0 0 32 32"
1129
1128
  fill="currentColor"
1129
+ viewBox="0 0 32 32"
1130
1130
  aria-hidden="true"
1131
1131
  role="img"
1132
1132
  width="1em"
1133
1133
  height="1em"
1134
1134
  >
1135
1135
  <path
1136
- 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"
1136
+ d="M26.463 16.845a9.635 9.635 0 0 0-.002-1.688l3.41-1.974a.5.5 0 0 0 .235-.548 14.47 14.47 0 0 0-4.142-7.167.5.5 0 0 0-.594-.07l-3.404 1.97c-.469-.326-.96-.61-1.466-.85V2.58a.5.5 0 0 0-.356-.48 14.662 14.662 0 0 0-8.288 0 .5.5 0 0 0-.356.48v3.944c-.513.245-1.003.528-1.462.846L6.63 5.397a.5.5 0 0 0-.594.07 14.47 14.47 0 0 0-4.142 7.168.5.5 0 0 0 .236.548l3.407 1.972a9.635 9.635 0 0 0 .002 1.688l-3.41 1.974a.5.5 0 0 0-.235.548 14.47 14.47 0 0 0 4.142 7.167c.16.154.405.18.594.07l3.404-1.97c.469.326.96.61 1.466.85v3.938a.5.5 0 0 0 .356.48c1.333.398 2.728.6 4.144.6s2.81-.202 4.144-.6a.5.5 0 0 0 .356-.48v-3.944a10.449 10.449 0 0 0 1.462-.846l3.408 1.973a.5.5 0 0 0 .594-.07 14.47 14.47 0 0 0 4.142-7.168.5.5 0 0 0-.236-.548l-3.407-1.972ZM16 21c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Z"
1137
1137
  />
1138
1138
  </svg>
1139
1139
  </span>
@@ -1149,8 +1149,8 @@ section: components
1149
1149
  <span class="pf-v6-c-menu-toggle__icon">
1150
1150
  <svg
1151
1151
  class="pf-v6-svg"
1152
- viewBox="0 0 512 512"
1153
1152
  fill="currentColor"
1153
+ viewBox="0 0 512 512"
1154
1154
  aria-hidden="true"
1155
1155
  role="img"
1156
1156
  width="1em"
@@ -1175,8 +1175,8 @@ section: components
1175
1175
  <span class="pf-v6-c-menu-toggle__icon">
1176
1176
  <svg
1177
1177
  class="pf-v6-svg"
1178
- viewBox="0 0 32 32"
1179
1178
  fill="currentColor"
1179
+ viewBox="0 0 32 32"
1180
1180
  aria-hidden="true"
1181
1181
  role="img"
1182
1182
  width="1em"
@@ -1255,8 +1255,8 @@ section: components
1255
1255
  <span class="pf-v6-c-breadcrumb__item-divider">
1256
1256
  <svg
1257
1257
  class="pf-v6-svg"
1258
- viewBox="0 0 20 20"
1259
1258
  fill="currentColor"
1259
+ viewBox="0 0 20 20"
1260
1260
  aria-hidden="true"
1261
1261
  role="img"
1262
1262
  width="1em"
@@ -1274,8 +1274,8 @@ section: components
1274
1274
  <span class="pf-v6-c-breadcrumb__item-divider">
1275
1275
  <svg
1276
1276
  class="pf-v6-svg"
1277
- viewBox="0 0 20 20"
1278
1277
  fill="currentColor"
1278
+ viewBox="0 0 20 20"
1279
1279
  aria-hidden="true"
1280
1280
  role="img"
1281
1281
  width="1em"
@@ -1293,8 +1293,8 @@ section: components
1293
1293
  <span class="pf-v6-c-breadcrumb__item-divider">
1294
1294
  <svg
1295
1295
  class="pf-v6-svg"
1296
- viewBox="0 0 20 20"
1297
1296
  fill="currentColor"
1297
+ viewBox="0 0 20 20"
1298
1298
  aria-hidden="true"
1299
1299
  role="img"
1300
1300
  width="1em"
@@ -1385,8 +1385,8 @@ section: components
1385
1385
  <span class="pf-v6-c-button__icon">
1386
1386
  <svg
1387
1387
  class="pf-v6-svg"
1388
- viewBox="0 0 20 20"
1389
1388
  fill="currentColor"
1389
+ viewBox="0 0 20 20"
1390
1390
  aria-hidden="true"
1391
1391
  role="img"
1392
1392
  width="1em"
@@ -1572,8 +1572,8 @@ section: components
1572
1572
  <span class="pf-v6-c-menu-toggle__icon">
1573
1573
  <svg
1574
1574
  class="pf-v6-svg"
1575
- viewBox="0 0 512 512"
1576
1575
  fill="currentColor"
1576
+ viewBox="0 0 512 512"
1577
1577
  aria-hidden="true"
1578
1578
  role="img"
1579
1579
  width="1em"
@@ -1596,15 +1596,15 @@ section: components
1596
1596
  <span class="pf-v6-c-menu-toggle__icon">
1597
1597
  <svg
1598
1598
  class="pf-v6-svg"
1599
- viewBox="0 0 32 32"
1600
1599
  fill="currentColor"
1600
+ viewBox="0 0 32 32"
1601
1601
  aria-hidden="true"
1602
1602
  role="img"
1603
1603
  width="1em"
1604
1604
  height="1em"
1605
1605
  >
1606
1606
  <path
1607
- 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"
1607
+ d="M26.463 16.845a9.635 9.635 0 0 0-.002-1.688l3.41-1.974a.5.5 0 0 0 .235-.548 14.47 14.47 0 0 0-4.142-7.167.5.5 0 0 0-.594-.07l-3.404 1.97c-.469-.326-.96-.61-1.466-.85V2.58a.5.5 0 0 0-.356-.48 14.662 14.662 0 0 0-8.288 0 .5.5 0 0 0-.356.48v3.944c-.513.245-1.003.528-1.462.846L6.63 5.397a.5.5 0 0 0-.594.07 14.47 14.47 0 0 0-4.142 7.168.5.5 0 0 0 .236.548l3.407 1.972a9.635 9.635 0 0 0 .002 1.688l-3.41 1.974a.5.5 0 0 0-.235.548 14.47 14.47 0 0 0 4.142 7.167c.16.154.405.18.594.07l3.404-1.97c.469.326.96.61 1.466.85v3.938a.5.5 0 0 0 .356.48c1.333.398 2.728.6 4.144.6s2.81-.202 4.144-.6a.5.5 0 0 0 .356-.48v-3.944a10.449 10.449 0 0 0 1.462-.846l3.408 1.973a.5.5 0 0 0 .594-.07 14.47 14.47 0 0 0 4.142-7.168.5.5 0 0 0-.236-.548l-3.407-1.972ZM16 21c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Z"
1608
1608
  />
1609
1609
  </svg>
1610
1610
  </span>
@@ -1620,8 +1620,8 @@ section: components
1620
1620
  <span class="pf-v6-c-menu-toggle__icon">
1621
1621
  <svg
1622
1622
  class="pf-v6-svg"
1623
- viewBox="0 0 512 512"
1624
1623
  fill="currentColor"
1624
+ viewBox="0 0 512 512"
1625
1625
  aria-hidden="true"
1626
1626
  role="img"
1627
1627
  width="1em"
@@ -1646,8 +1646,8 @@ section: components
1646
1646
  <span class="pf-v6-c-menu-toggle__icon">
1647
1647
  <svg
1648
1648
  class="pf-v6-svg"
1649
- viewBox="0 0 32 32"
1650
1649
  fill="currentColor"
1650
+ viewBox="0 0 32 32"
1651
1651
  aria-hidden="true"
1652
1652
  role="img"
1653
1653
  width="1em"
@@ -1726,8 +1726,8 @@ section: components
1726
1726
  <span class="pf-v6-c-breadcrumb__item-divider">
1727
1727
  <svg
1728
1728
  class="pf-v6-svg"
1729
- viewBox="0 0 20 20"
1730
1729
  fill="currentColor"
1730
+ viewBox="0 0 20 20"
1731
1731
  aria-hidden="true"
1732
1732
  role="img"
1733
1733
  width="1em"
@@ -1745,8 +1745,8 @@ section: components
1745
1745
  <span class="pf-v6-c-breadcrumb__item-divider">
1746
1746
  <svg
1747
1747
  class="pf-v6-svg"
1748
- viewBox="0 0 20 20"
1749
1748
  fill="currentColor"
1749
+ viewBox="0 0 20 20"
1750
1750
  aria-hidden="true"
1751
1751
  role="img"
1752
1752
  width="1em"
@@ -1764,8 +1764,8 @@ section: components
1764
1764
  <span class="pf-v6-c-breadcrumb__item-divider">
1765
1765
  <svg
1766
1766
  class="pf-v6-svg"
1767
- viewBox="0 0 20 20"
1768
1767
  fill="currentColor"
1768
+ viewBox="0 0 20 20"
1769
1769
  aria-hidden="true"
1770
1770
  role="img"
1771
1771
  width="1em"
@@ -1856,8 +1856,8 @@ section: components
1856
1856
  <span class="pf-v6-c-button__icon">
1857
1857
  <svg
1858
1858
  class="pf-v6-svg"
1859
- viewBox="0 0 20 20"
1860
1859
  fill="currentColor"
1860
+ viewBox="0 0 20 20"
1861
1861
  aria-hidden="true"
1862
1862
  role="img"
1863
1863
  width="1em"
@@ -2043,8 +2043,8 @@ section: components
2043
2043
  <span class="pf-v6-c-menu-toggle__icon">
2044
2044
  <svg
2045
2045
  class="pf-v6-svg"
2046
- viewBox="0 0 512 512"
2047
2046
  fill="currentColor"
2047
+ viewBox="0 0 512 512"
2048
2048
  aria-hidden="true"
2049
2049
  role="img"
2050
2050
  width="1em"
@@ -2067,15 +2067,15 @@ section: components
2067
2067
  <span class="pf-v6-c-menu-toggle__icon">
2068
2068
  <svg
2069
2069
  class="pf-v6-svg"
2070
- viewBox="0 0 32 32"
2071
2070
  fill="currentColor"
2071
+ viewBox="0 0 32 32"
2072
2072
  aria-hidden="true"
2073
2073
  role="img"
2074
2074
  width="1em"
2075
2075
  height="1em"
2076
2076
  >
2077
2077
  <path
2078
- 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"
2078
+ d="M26.463 16.845a9.635 9.635 0 0 0-.002-1.688l3.41-1.974a.5.5 0 0 0 .235-.548 14.47 14.47 0 0 0-4.142-7.167.5.5 0 0 0-.594-.07l-3.404 1.97c-.469-.326-.96-.61-1.466-.85V2.58a.5.5 0 0 0-.356-.48 14.662 14.662 0 0 0-8.288 0 .5.5 0 0 0-.356.48v3.944c-.513.245-1.003.528-1.462.846L6.63 5.397a.5.5 0 0 0-.594.07 14.47 14.47 0 0 0-4.142 7.168.5.5 0 0 0 .236.548l3.407 1.972a9.635 9.635 0 0 0 .002 1.688l-3.41 1.974a.5.5 0 0 0-.235.548 14.47 14.47 0 0 0 4.142 7.167c.16.154.405.18.594.07l3.404-1.97c.469.326.96.61 1.466.85v3.938a.5.5 0 0 0 .356.48c1.333.398 2.728.6 4.144.6s2.81-.202 4.144-.6a.5.5 0 0 0 .356-.48v-3.944a10.449 10.449 0 0 0 1.462-.846l3.408 1.973a.5.5 0 0 0 .594-.07 14.47 14.47 0 0 0 4.142-7.168.5.5 0 0 0-.236-.548l-3.407-1.972ZM16 21c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Z"
2079
2079
  />
2080
2080
  </svg>
2081
2081
  </span>
@@ -2091,8 +2091,8 @@ section: components
2091
2091
  <span class="pf-v6-c-menu-toggle__icon">
2092
2092
  <svg
2093
2093
  class="pf-v6-svg"
2094
- viewBox="0 0 512 512"
2095
2094
  fill="currentColor"
2095
+ viewBox="0 0 512 512"
2096
2096
  aria-hidden="true"
2097
2097
  role="img"
2098
2098
  width="1em"
@@ -2117,8 +2117,8 @@ section: components
2117
2117
  <span class="pf-v6-c-menu-toggle__icon">
2118
2118
  <svg
2119
2119
  class="pf-v6-svg"
2120
- viewBox="0 0 32 32"
2121
2120
  fill="currentColor"
2121
+ viewBox="0 0 32 32"
2122
2122
  aria-hidden="true"
2123
2123
  role="img"
2124
2124
  width="1em"
@@ -2197,8 +2197,8 @@ section: components
2197
2197
  <span class="pf-v6-c-breadcrumb__item-divider">
2198
2198
  <svg
2199
2199
  class="pf-v6-svg"
2200
- viewBox="0 0 20 20"
2201
2200
  fill="currentColor"
2201
+ viewBox="0 0 20 20"
2202
2202
  aria-hidden="true"
2203
2203
  role="img"
2204
2204
  width="1em"
@@ -2216,8 +2216,8 @@ section: components
2216
2216
  <span class="pf-v6-c-breadcrumb__item-divider">
2217
2217
  <svg
2218
2218
  class="pf-v6-svg"
2219
- viewBox="0 0 20 20"
2220
2219
  fill="currentColor"
2220
+ viewBox="0 0 20 20"
2221
2221
  aria-hidden="true"
2222
2222
  role="img"
2223
2223
  width="1em"
@@ -2235,8 +2235,8 @@ section: components
2235
2235
  <span class="pf-v6-c-breadcrumb__item-divider">
2236
2236
  <svg
2237
2237
  class="pf-v6-svg"
2238
- viewBox="0 0 20 20"
2239
2238
  fill="currentColor"
2239
+ viewBox="0 0 20 20"
2240
2240
  aria-hidden="true"
2241
2241
  role="img"
2242
2242
  width="1em"
@@ -2327,8 +2327,8 @@ section: components
2327
2327
  <span class="pf-v6-c-button__icon">
2328
2328
  <svg
2329
2329
  class="pf-v6-svg"
2330
- viewBox="0 0 20 20"
2331
2330
  fill="currentColor"
2331
+ viewBox="0 0 20 20"
2332
2332
  aria-hidden="true"
2333
2333
  role="img"
2334
2334
  width="1em"
@@ -2514,8 +2514,8 @@ section: components
2514
2514
  <span class="pf-v6-c-menu-toggle__icon">
2515
2515
  <svg
2516
2516
  class="pf-v6-svg"
2517
- viewBox="0 0 512 512"
2518
2517
  fill="currentColor"
2518
+ viewBox="0 0 512 512"
2519
2519
  aria-hidden="true"
2520
2520
  role="img"
2521
2521
  width="1em"
@@ -2538,15 +2538,15 @@ section: components
2538
2538
  <span class="pf-v6-c-menu-toggle__icon">
2539
2539
  <svg
2540
2540
  class="pf-v6-svg"
2541
- viewBox="0 0 32 32"
2542
2541
  fill="currentColor"
2542
+ viewBox="0 0 32 32"
2543
2543
  aria-hidden="true"
2544
2544
  role="img"
2545
2545
  width="1em"
2546
2546
  height="1em"
2547
2547
  >
2548
2548
  <path
2549
- 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"
2549
+ d="M26.463 16.845a9.635 9.635 0 0 0-.002-1.688l3.41-1.974a.5.5 0 0 0 .235-.548 14.47 14.47 0 0 0-4.142-7.167.5.5 0 0 0-.594-.07l-3.404 1.97c-.469-.326-.96-.61-1.466-.85V2.58a.5.5 0 0 0-.356-.48 14.662 14.662 0 0 0-8.288 0 .5.5 0 0 0-.356.48v3.944c-.513.245-1.003.528-1.462.846L6.63 5.397a.5.5 0 0 0-.594.07 14.47 14.47 0 0 0-4.142 7.168.5.5 0 0 0 .236.548l3.407 1.972a9.635 9.635 0 0 0 .002 1.688l-3.41 1.974a.5.5 0 0 0-.235.548 14.47 14.47 0 0 0 4.142 7.167c.16.154.405.18.594.07l3.404-1.97c.469.326.96.61 1.466.85v3.938a.5.5 0 0 0 .356.48c1.333.398 2.728.6 4.144.6s2.81-.202 4.144-.6a.5.5 0 0 0 .356-.48v-3.944a10.449 10.449 0 0 0 1.462-.846l3.408 1.973a.5.5 0 0 0 .594-.07 14.47 14.47 0 0 0 4.142-7.168.5.5 0 0 0-.236-.548l-3.407-1.972ZM16 21c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Z"
2550
2550
  />
2551
2551
  </svg>
2552
2552
  </span>
@@ -2562,8 +2562,8 @@ section: components
2562
2562
  <span class="pf-v6-c-menu-toggle__icon">
2563
2563
  <svg
2564
2564
  class="pf-v6-svg"
2565
- viewBox="0 0 512 512"
2566
2565
  fill="currentColor"
2566
+ viewBox="0 0 512 512"
2567
2567
  aria-hidden="true"
2568
2568
  role="img"
2569
2569
  width="1em"
@@ -2588,8 +2588,8 @@ section: components
2588
2588
  <span class="pf-v6-c-menu-toggle__icon">
2589
2589
  <svg
2590
2590
  class="pf-v6-svg"
2591
- viewBox="0 0 32 32"
2592
2591
  fill="currentColor"
2592
+ viewBox="0 0 32 32"
2593
2593
  aria-hidden="true"
2594
2594
  role="img"
2595
2595
  width="1em"
@@ -2668,8 +2668,8 @@ section: components
2668
2668
  <span class="pf-v6-c-breadcrumb__item-divider">
2669
2669
  <svg
2670
2670
  class="pf-v6-svg"
2671
- viewBox="0 0 20 20"
2672
2671
  fill="currentColor"
2672
+ viewBox="0 0 20 20"
2673
2673
  aria-hidden="true"
2674
2674
  role="img"
2675
2675
  width="1em"
@@ -2687,8 +2687,8 @@ section: components
2687
2687
  <span class="pf-v6-c-breadcrumb__item-divider">
2688
2688
  <svg
2689
2689
  class="pf-v6-svg"
2690
- viewBox="0 0 20 20"
2691
2690
  fill="currentColor"
2691
+ viewBox="0 0 20 20"
2692
2692
  aria-hidden="true"
2693
2693
  role="img"
2694
2694
  width="1em"
@@ -2706,8 +2706,8 @@ section: components
2706
2706
  <span class="pf-v6-c-breadcrumb__item-divider">
2707
2707
  <svg
2708
2708
  class="pf-v6-svg"
2709
- viewBox="0 0 20 20"
2710
2709
  fill="currentColor"
2710
+ viewBox="0 0 20 20"
2711
2711
  aria-hidden="true"
2712
2712
  role="img"
2713
2713
  width="1em"
@@ -2798,8 +2798,8 @@ section: components
2798
2798
  <span class="pf-v6-c-button__icon">
2799
2799
  <svg
2800
2800
  class="pf-v6-svg"
2801
- viewBox="0 0 20 20"
2802
2801
  fill="currentColor"
2802
+ viewBox="0 0 20 20"
2803
2803
  aria-hidden="true"
2804
2804
  role="img"
2805
2805
  width="1em"