@patternfly/patternfly 6.6.0-prerelease.1 → 6.6.0-prerelease.11
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.
- package/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/normalize.scss +2 -0
- package/base/patternfly-common.css +2 -2
- package/base/patternfly-common.scss +1 -1
- package/base/patternfly-fa-icons.css +3 -3
- package/base/patternfly-fa-icons.scss +3 -3
- package/base/patternfly-variables.css +58 -56
- package/base/reset.scss +2 -0
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +9 -9
- package/base/tokens/tokens-default.scss +8 -8
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +8 -8
- package/base/tokens/tokens-felt-glass.scss +10 -9
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +8 -8
- package/base/tokens/tokens-glass.scss +10 -9
- package/base/tokens/tokens-highcontrast-dark.scss +8 -8
- package/base/tokens/tokens-highcontrast.scss +7 -7
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Accordion/accordion.css +3 -3
- package/components/Accordion/accordion.scss +3 -3
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +4 -3
- package/components/Alert/alert.scss +4 -3
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Breadcrumb/breadcrumb.css +1 -1
- package/components/Breadcrumb/breadcrumb.scss +1 -1
- package/components/Button/button.css +9 -6
- package/components/Button/button.scss +10 -6
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +3 -3
- package/components/Check/check.css +1 -1
- package/components/Check/check.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/Compass/compass.css +7 -3
- package/components/Compass/compass.scss +7 -3
- package/components/Content/content.css +2 -2
- package/components/Content/content.scss +2 -2
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/DescriptionList/description-list.css +0 -1
- package/components/DescriptionList/description-list.scss +0 -1
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +6 -6
- package/components/DualListSelector/dual-list-selector.scss +6 -6
- package/components/ExpandableSection/expandable-section.css +3 -3
- package/components/ExpandableSection/expandable-section.scss +3 -3
- package/components/Form/form.css +12 -12
- package/components/Form/form.scss +6 -6
- package/components/FormControl/form-control.css +1 -1
- package/components/FormControl/form-control.scss +3 -1
- package/components/Hero/hero.css +1 -1
- package/components/Hero/hero.scss +1 -1
- package/components/Hint/hint.css +1 -1
- package/components/Hint/hint.scss +1 -1
- package/components/InputGroup/input-group.css +5 -5
- package/components/InputGroup/input-group.scss +5 -5
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Label/label.css +1 -1
- package/components/Label/label.scss +1 -1
- package/components/Login/login.css +2 -2
- package/components/Login/login.scss +2 -2
- package/components/Masthead/masthead.css +2 -2
- package/components/Masthead/masthead.scss +2 -2
- package/components/Menu/menu.css +4 -4
- package/components/Menu/menu.scss +4 -4
- package/components/MenuToggle/menu-toggle.css +4 -1
- package/components/MenuToggle/menu-toggle.scss +5 -2
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +5 -5
- package/components/Nav/nav.scss +5 -5
- package/components/NotificationDrawer/notification-drawer.css +5 -5
- package/components/NotificationDrawer/notification-drawer.scss +5 -5
- package/components/Page/page.css +26 -21
- package/components/Page/page.scss +30 -25
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +2 -2
- package/components/Progress/progress.css +3 -3
- package/components/Progress/progress.scss +3 -6
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/Radio/radio.css +1 -1
- package/components/Radio/radio.scss +1 -1
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Spinner/spinner.css +2 -2
- package/components/Spinner/spinner.scss +2 -2
- package/components/Switch/switch.css +1 -1
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-tree-view.css +10 -10
- package/components/Table/table-tree-view.scss +2 -2
- package/components/Table/table.css +37 -10
- package/components/Table/table.scss +53 -14
- package/components/Tabs/tabs.css +3 -3
- package/components/Tabs/tabs.scss +3 -3
- package/components/TextInputGroup/text-input-group.css +1 -1
- package/components/TextInputGroup/text-input-group.scss +1 -1
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +2 -2
- package/components/TreeView/tree-view.css +5 -5
- package/components/TreeView/tree-view.scss +5 -5
- package/components/Wizard/wizard.css +5 -5
- package/components/Wizard/wizard.scss +5 -5
- package/components/_index.css +341 -154
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/Accordion/examples/Accordion.md +30 -30
- package/docs/components/ActionList/examples/ActionList.md +11 -11
- package/docs/components/Alert/examples/Alert.md +54 -54
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/BackToTop/examples/BackToTop.md +1 -1
- package/docs/components/Banner/examples/Banner.md +10 -10
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
- package/docs/components/Button/examples/Button.md +184 -184
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
- package/docs/components/Card/examples/Card.md +14 -14
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
- package/docs/components/DataList/examples/DataList.md +34 -34
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
- package/docs/components/Drawer/examples/Drawer.md +23 -23
- package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
- package/docs/components/Form/examples/Form.md +6 -6
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/Icon/examples/Icon.md +9 -9
- package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
- package/docs/components/InputGroup/examples/InputGroup.md +4 -4
- package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
- package/docs/components/Label/examples/Label.md +218 -218
- package/docs/components/Login/examples/Login.md +4 -4
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/Menu/examples/Menu.md +129 -129
- package/docs/components/MenuToggle/examples/MenuToggle.md +271 -232
- package/docs/components/ModalBox/examples/ModalBox.md +24 -24
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
- package/docs/components/Nav/examples/Navigation.md +66 -66
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
- package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
- package/docs/components/Page/examples/Page.md +1 -1
- package/docs/components/Pagination/examples/Pagination.md +92 -92
- package/docs/components/Popover/examples/Popover.md +22 -22
- package/docs/components/Progress/examples/Progress.md +7 -7
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Slider/examples/Slider.md +4 -4
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +807 -527
- package/docs/components/Tabs/examples/Tabs.md +378 -378
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
- package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
- package/docs/components/Toolbar/examples/Toolbar.md +117 -117
- package/docs/components/TreeView/examples/TreeView.md +104 -104
- package/docs/components/Wizard/examples/Wizard.md +40 -40
- package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
- package/docs/demos/Alert/examples/Alert.md +32 -32
- package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
- package/docs/demos/Banner/examples/Banner.md +16 -16
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +78 -78
- package/docs/demos/CardView/examples/CardView.md +38 -38
- package/docs/demos/Compass/examples/Compass.md +294 -238
- package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
- package/docs/demos/DataList/examples/DataList.md +101 -101
- package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
- package/docs/demos/Drawer/examples/Drawer.md +40 -40
- package/docs/demos/Form/examples/BasicForms.md +21 -21
- package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
- package/docs/demos/Masthead/examples/Masthead.md +57 -57
- package/docs/demos/Modal/examples/Modal.md +54 -54
- package/docs/demos/Nav/examples/Nav.md +93 -93
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
- package/docs/demos/Page/examples/Page.md +119 -119
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
- package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
- package/docs/demos/Table/examples/Table.md +630 -630
- package/docs/demos/Tabs/examples/Tabs.md +62 -62
- package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
- package/docs/demos/Wizard/examples/Wizard.md +100 -100
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +1 -1
- package/layouts/Grid/grid.scss +1 -1
- package/layouts/_index.css +2 -2
- package/package.json +11 -12
- package/patternfly-addons.css +12 -12
- package/patternfly-base-no-globals.css +63 -61
- package/patternfly-base.css +63 -61
- package/patternfly-no-globals.css +406 -217
- package/patternfly.css +406 -217
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +2 -2
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/_index.css +12 -12
|
@@ -16,15 +16,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
16
16
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
17
17
|
<svg
|
|
18
18
|
class="pf-v6-svg"
|
|
19
|
-
viewBox="0 0 20 20"
|
|
20
19
|
fill="currentColor"
|
|
20
|
+
viewBox="0 0 20 20"
|
|
21
21
|
aria-hidden="true"
|
|
22
22
|
role="img"
|
|
23
23
|
width="1em"
|
|
24
24
|
height="1em"
|
|
25
25
|
>
|
|
26
26
|
<path
|
|
27
|
-
d="
|
|
27
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
28
28
|
/>
|
|
29
29
|
</svg>
|
|
30
30
|
</span>
|
|
@@ -46,15 +46,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
46
46
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
47
47
|
<svg
|
|
48
48
|
class="pf-v6-svg"
|
|
49
|
-
viewBox="0 0 20 20"
|
|
50
49
|
fill="currentColor"
|
|
50
|
+
viewBox="0 0 20 20"
|
|
51
51
|
aria-hidden="true"
|
|
52
52
|
role="img"
|
|
53
53
|
width="1em"
|
|
54
54
|
height="1em"
|
|
55
55
|
>
|
|
56
56
|
<path
|
|
57
|
-
d="
|
|
57
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
58
58
|
/>
|
|
59
59
|
</svg>
|
|
60
60
|
</span>
|
|
@@ -77,15 +77,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
77
77
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
78
78
|
<svg
|
|
79
79
|
class="pf-v6-svg"
|
|
80
|
-
viewBox="0 0 20 20"
|
|
81
80
|
fill="currentColor"
|
|
81
|
+
viewBox="0 0 20 20"
|
|
82
82
|
aria-hidden="true"
|
|
83
83
|
role="img"
|
|
84
84
|
width="1em"
|
|
85
85
|
height="1em"
|
|
86
86
|
>
|
|
87
87
|
<path
|
|
88
|
-
d="
|
|
88
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
89
89
|
/>
|
|
90
90
|
</svg>
|
|
91
91
|
</span>
|
|
@@ -106,15 +106,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
106
106
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
107
107
|
<svg
|
|
108
108
|
class="pf-v6-svg"
|
|
109
|
-
viewBox="0 0 20 20"
|
|
110
109
|
fill="currentColor"
|
|
110
|
+
viewBox="0 0 20 20"
|
|
111
111
|
aria-hidden="true"
|
|
112
112
|
role="img"
|
|
113
113
|
width="1em"
|
|
114
114
|
height="1em"
|
|
115
115
|
>
|
|
116
116
|
<path
|
|
117
|
-
d="
|
|
117
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
118
118
|
/>
|
|
119
119
|
</svg>
|
|
120
120
|
</span>
|
|
@@ -137,15 +137,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
137
137
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
138
138
|
<svg
|
|
139
139
|
class="pf-v6-svg"
|
|
140
|
-
viewBox="0 0 20 20"
|
|
141
140
|
fill="currentColor"
|
|
141
|
+
viewBox="0 0 20 20"
|
|
142
142
|
aria-hidden="true"
|
|
143
143
|
role="img"
|
|
144
144
|
width="1em"
|
|
145
145
|
height="1em"
|
|
146
146
|
>
|
|
147
147
|
<path
|
|
148
|
-
d="
|
|
148
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
149
149
|
/>
|
|
150
150
|
</svg>
|
|
151
151
|
</span>
|
|
@@ -167,15 +167,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
167
167
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
168
168
|
<svg
|
|
169
169
|
class="pf-v6-svg"
|
|
170
|
-
viewBox="0 0 20 20"
|
|
171
170
|
fill="currentColor"
|
|
171
|
+
viewBox="0 0 20 20"
|
|
172
172
|
aria-hidden="true"
|
|
173
173
|
role="img"
|
|
174
174
|
width="1em"
|
|
175
175
|
height="1em"
|
|
176
176
|
>
|
|
177
177
|
<path
|
|
178
|
-
d="
|
|
178
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
179
179
|
/>
|
|
180
180
|
</svg>
|
|
181
181
|
</span>
|
|
@@ -191,15 +191,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
191
191
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
192
192
|
<svg
|
|
193
193
|
class="pf-v6-svg"
|
|
194
|
-
viewBox="0 0 32 32"
|
|
195
194
|
fill="currentColor"
|
|
195
|
+
viewBox="0 0 32 32"
|
|
196
196
|
aria-hidden="true"
|
|
197
197
|
role="img"
|
|
198
198
|
width="1em"
|
|
199
199
|
height="1em"
|
|
200
200
|
>
|
|
201
201
|
<path
|
|
202
|
-
d="
|
|
202
|
+
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"
|
|
203
203
|
/>
|
|
204
204
|
</svg>
|
|
205
205
|
</span>
|
|
@@ -208,15 +208,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
208
208
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
209
209
|
<svg
|
|
210
210
|
class="pf-v6-svg"
|
|
211
|
-
viewBox="0 0 20 20"
|
|
212
211
|
fill="currentColor"
|
|
212
|
+
viewBox="0 0 20 20"
|
|
213
213
|
aria-hidden="true"
|
|
214
214
|
role="img"
|
|
215
215
|
width="1em"
|
|
216
216
|
height="1em"
|
|
217
217
|
>
|
|
218
218
|
<path
|
|
219
|
-
d="
|
|
219
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
220
220
|
/>
|
|
221
221
|
</svg>
|
|
222
222
|
</span>
|
|
@@ -234,15 +234,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
234
234
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
235
235
|
<svg
|
|
236
236
|
class="pf-v6-svg"
|
|
237
|
-
viewBox="0 0 20 20"
|
|
238
237
|
fill="currentColor"
|
|
238
|
+
viewBox="0 0 20 20"
|
|
239
239
|
aria-hidden="true"
|
|
240
240
|
role="img"
|
|
241
241
|
width="1em"
|
|
242
242
|
height="1em"
|
|
243
243
|
>
|
|
244
244
|
<path
|
|
245
|
-
d="
|
|
245
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
246
246
|
/>
|
|
247
247
|
</svg>
|
|
248
248
|
</span>
|
|
@@ -261,15 +261,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
261
261
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
262
262
|
<svg
|
|
263
263
|
class="pf-v6-svg"
|
|
264
|
-
viewBox="0 0 20 20"
|
|
265
264
|
fill="currentColor"
|
|
265
|
+
viewBox="0 0 20 20"
|
|
266
266
|
aria-hidden="true"
|
|
267
267
|
role="img"
|
|
268
268
|
width="1em"
|
|
269
269
|
height="1em"
|
|
270
270
|
>
|
|
271
271
|
<path
|
|
272
|
-
d="
|
|
272
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
273
273
|
/>
|
|
274
274
|
</svg>
|
|
275
275
|
</span>
|
|
@@ -291,15 +291,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
291
291
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
292
292
|
<svg
|
|
293
293
|
class="pf-v6-svg"
|
|
294
|
-
viewBox="0 0 20 20"
|
|
295
294
|
fill="currentColor"
|
|
295
|
+
viewBox="0 0 20 20"
|
|
296
296
|
aria-hidden="true"
|
|
297
297
|
role="img"
|
|
298
298
|
width="1em"
|
|
299
299
|
height="1em"
|
|
300
300
|
>
|
|
301
301
|
<path
|
|
302
|
-
d="
|
|
302
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
303
303
|
/>
|
|
304
304
|
</svg>
|
|
305
305
|
</span>
|
|
@@ -315,15 +315,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
315
315
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
316
316
|
<svg
|
|
317
317
|
class="pf-v6-svg"
|
|
318
|
-
viewBox="0 0 32 32"
|
|
319
318
|
fill="currentColor"
|
|
319
|
+
viewBox="0 0 32 32"
|
|
320
320
|
aria-hidden="true"
|
|
321
321
|
role="img"
|
|
322
322
|
width="1em"
|
|
323
323
|
height="1em"
|
|
324
324
|
>
|
|
325
325
|
<path
|
|
326
|
-
d="
|
|
326
|
+
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"
|
|
327
327
|
/>
|
|
328
328
|
</svg>
|
|
329
329
|
</span>
|
|
@@ -332,15 +332,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
332
332
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
333
333
|
<svg
|
|
334
334
|
class="pf-v6-svg"
|
|
335
|
-
viewBox="0 0 20 20"
|
|
336
335
|
fill="currentColor"
|
|
336
|
+
viewBox="0 0 20 20"
|
|
337
337
|
aria-hidden="true"
|
|
338
338
|
role="img"
|
|
339
339
|
width="1em"
|
|
340
340
|
height="1em"
|
|
341
341
|
>
|
|
342
342
|
<path
|
|
343
|
-
d="
|
|
343
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
344
344
|
/>
|
|
345
345
|
</svg>
|
|
346
346
|
</span>
|
|
@@ -358,15 +358,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
358
358
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
359
359
|
<svg
|
|
360
360
|
class="pf-v6-svg"
|
|
361
|
-
viewBox="0 0 20 20"
|
|
362
361
|
fill="currentColor"
|
|
362
|
+
viewBox="0 0 20 20"
|
|
363
363
|
aria-hidden="true"
|
|
364
364
|
role="img"
|
|
365
365
|
width="1em"
|
|
366
366
|
height="1em"
|
|
367
367
|
>
|
|
368
368
|
<path
|
|
369
|
-
d="
|
|
369
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
370
370
|
/>
|
|
371
371
|
</svg>
|
|
372
372
|
</span>
|
|
@@ -385,15 +385,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
385
385
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
386
386
|
<svg
|
|
387
387
|
class="pf-v6-svg"
|
|
388
|
-
viewBox="0 0 20 20"
|
|
389
388
|
fill="currentColor"
|
|
389
|
+
viewBox="0 0 20 20"
|
|
390
390
|
aria-hidden="true"
|
|
391
391
|
role="img"
|
|
392
392
|
width="1em"
|
|
393
393
|
height="1em"
|
|
394
394
|
>
|
|
395
395
|
<path
|
|
396
|
-
d="
|
|
396
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
397
397
|
/>
|
|
398
398
|
</svg>
|
|
399
399
|
</span>
|
|
@@ -414,8 +414,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
414
414
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
415
415
|
<svg
|
|
416
416
|
class="pf-v6-svg"
|
|
417
|
-
viewBox="0 0 32 32"
|
|
418
417
|
fill="currentColor"
|
|
418
|
+
viewBox="0 0 32 32"
|
|
419
419
|
aria-hidden="true"
|
|
420
420
|
role="img"
|
|
421
421
|
width="1em"
|
|
@@ -437,8 +437,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
437
437
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
438
438
|
<svg
|
|
439
439
|
class="pf-v6-svg"
|
|
440
|
-
viewBox="0 0 32 32"
|
|
441
440
|
fill="currentColor"
|
|
441
|
+
viewBox="0 0 32 32"
|
|
442
442
|
aria-hidden="true"
|
|
443
443
|
role="img"
|
|
444
444
|
width="1em"
|
|
@@ -461,8 +461,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
461
461
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
462
462
|
<svg
|
|
463
463
|
class="pf-v6-svg"
|
|
464
|
-
viewBox="0 0 32 32"
|
|
465
464
|
fill="currentColor"
|
|
465
|
+
viewBox="0 0 32 32"
|
|
466
466
|
aria-hidden="true"
|
|
467
467
|
role="img"
|
|
468
468
|
width="1em"
|
|
@@ -489,8 +489,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
489
489
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
490
490
|
<svg
|
|
491
491
|
class="pf-v6-svg"
|
|
492
|
-
viewBox="0 0 32 32"
|
|
493
492
|
fill="currentColor"
|
|
493
|
+
viewBox="0 0 32 32"
|
|
494
494
|
aria-hidden="true"
|
|
495
495
|
role="img"
|
|
496
496
|
width="1em"
|
|
@@ -512,8 +512,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
512
512
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
513
513
|
<svg
|
|
514
514
|
class="pf-v6-svg"
|
|
515
|
-
viewBox="0 0 32 32"
|
|
516
515
|
fill="currentColor"
|
|
516
|
+
viewBox="0 0 32 32"
|
|
517
517
|
aria-hidden="true"
|
|
518
518
|
role="img"
|
|
519
519
|
width="1em"
|
|
@@ -536,8 +536,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
536
536
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
537
537
|
<svg
|
|
538
538
|
class="pf-v6-svg"
|
|
539
|
-
viewBox="0 0 32 32"
|
|
540
539
|
fill="currentColor"
|
|
540
|
+
viewBox="0 0 32 32"
|
|
541
541
|
aria-hidden="true"
|
|
542
542
|
role="img"
|
|
543
543
|
width="1em"
|
|
@@ -565,15 +565,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
565
565
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
566
566
|
<svg
|
|
567
567
|
class="pf-v6-svg"
|
|
568
|
-
viewBox="0 0 20 20"
|
|
569
568
|
fill="currentColor"
|
|
569
|
+
viewBox="0 0 20 20"
|
|
570
570
|
aria-hidden="true"
|
|
571
571
|
role="img"
|
|
572
572
|
width="1em"
|
|
573
573
|
height="1em"
|
|
574
574
|
>
|
|
575
575
|
<path
|
|
576
|
-
d="
|
|
576
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
577
577
|
/>
|
|
578
578
|
</svg>
|
|
579
579
|
</span>
|
|
@@ -591,15 +591,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
591
591
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
592
592
|
<svg
|
|
593
593
|
class="pf-v6-svg"
|
|
594
|
-
viewBox="0 0 20 20"
|
|
595
594
|
fill="currentColor"
|
|
595
|
+
viewBox="0 0 20 20"
|
|
596
596
|
aria-hidden="true"
|
|
597
597
|
role="img"
|
|
598
598
|
width="1em"
|
|
599
599
|
height="1em"
|
|
600
600
|
>
|
|
601
601
|
<path
|
|
602
|
-
d="
|
|
602
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
603
603
|
/>
|
|
604
604
|
</svg>
|
|
605
605
|
</span>
|
|
@@ -618,15 +618,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
618
618
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
619
619
|
<svg
|
|
620
620
|
class="pf-v6-svg"
|
|
621
|
-
viewBox="0 0 20 20"
|
|
622
621
|
fill="currentColor"
|
|
622
|
+
viewBox="0 0 20 20"
|
|
623
623
|
aria-hidden="true"
|
|
624
624
|
role="img"
|
|
625
625
|
width="1em"
|
|
626
626
|
height="1em"
|
|
627
627
|
>
|
|
628
628
|
<path
|
|
629
|
-
d="
|
|
629
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
630
630
|
/>
|
|
631
631
|
</svg>
|
|
632
632
|
</span>
|
|
@@ -648,15 +648,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
648
648
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
649
649
|
<svg
|
|
650
650
|
class="pf-v6-svg"
|
|
651
|
-
viewBox="0 0 20 20"
|
|
652
651
|
fill="currentColor"
|
|
652
|
+
viewBox="0 0 20 20"
|
|
653
653
|
aria-hidden="true"
|
|
654
654
|
role="img"
|
|
655
655
|
width="1em"
|
|
656
656
|
height="1em"
|
|
657
657
|
>
|
|
658
658
|
<path
|
|
659
|
-
d="
|
|
659
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
660
660
|
/>
|
|
661
661
|
</svg>
|
|
662
662
|
</span>
|
|
@@ -673,15 +673,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
673
673
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
674
674
|
<svg
|
|
675
675
|
class="pf-v6-svg"
|
|
676
|
-
viewBox="0 0 20 20"
|
|
677
676
|
fill="currentColor"
|
|
677
|
+
viewBox="0 0 20 20"
|
|
678
678
|
aria-hidden="true"
|
|
679
679
|
role="img"
|
|
680
680
|
width="1em"
|
|
681
681
|
height="1em"
|
|
682
682
|
>
|
|
683
683
|
<path
|
|
684
|
-
d="
|
|
684
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
685
685
|
/>
|
|
686
686
|
</svg>
|
|
687
687
|
</span>
|
|
@@ -699,15 +699,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
699
699
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
700
700
|
<svg
|
|
701
701
|
class="pf-v6-svg"
|
|
702
|
-
viewBox="0 0 20 20"
|
|
703
702
|
fill="currentColor"
|
|
703
|
+
viewBox="0 0 20 20"
|
|
704
704
|
aria-hidden="true"
|
|
705
705
|
role="img"
|
|
706
706
|
width="1em"
|
|
707
707
|
height="1em"
|
|
708
708
|
>
|
|
709
709
|
<path
|
|
710
|
-
d="
|
|
710
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
711
711
|
/>
|
|
712
712
|
</svg>
|
|
713
713
|
</span>
|
|
@@ -725,15 +725,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
725
725
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
726
726
|
<svg
|
|
727
727
|
class="pf-v6-svg"
|
|
728
|
-
viewBox="0 0 20 20"
|
|
729
728
|
fill="currentColor"
|
|
729
|
+
viewBox="0 0 20 20"
|
|
730
730
|
aria-hidden="true"
|
|
731
731
|
role="img"
|
|
732
732
|
width="1em"
|
|
733
733
|
height="1em"
|
|
734
734
|
>
|
|
735
735
|
<path
|
|
736
|
-
d="
|
|
736
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
737
737
|
/>
|
|
738
738
|
</svg>
|
|
739
739
|
</span>
|
|
@@ -750,15 +750,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
750
750
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
751
751
|
<svg
|
|
752
752
|
class="pf-v6-svg"
|
|
753
|
-
viewBox="0 0 20 20"
|
|
754
753
|
fill="currentColor"
|
|
754
|
+
viewBox="0 0 20 20"
|
|
755
755
|
aria-hidden="true"
|
|
756
756
|
role="img"
|
|
757
757
|
width="1em"
|
|
758
758
|
height="1em"
|
|
759
759
|
>
|
|
760
760
|
<path
|
|
761
|
-
d="
|
|
761
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
762
762
|
/>
|
|
763
763
|
</svg>
|
|
764
764
|
</span>
|
|
@@ -776,15 +776,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
776
776
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
777
777
|
<svg
|
|
778
778
|
class="pf-v6-svg"
|
|
779
|
-
viewBox="0 0 20 20"
|
|
780
779
|
fill="currentColor"
|
|
780
|
+
viewBox="0 0 20 20"
|
|
781
781
|
aria-hidden="true"
|
|
782
782
|
role="img"
|
|
783
783
|
width="1em"
|
|
784
784
|
height="1em"
|
|
785
785
|
>
|
|
786
786
|
<path
|
|
787
|
-
d="
|
|
787
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
788
788
|
/>
|
|
789
789
|
</svg>
|
|
790
790
|
</span>
|
|
@@ -802,15 +802,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
802
802
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
803
803
|
<svg
|
|
804
804
|
class="pf-v6-svg"
|
|
805
|
-
viewBox="0 0 20 20"
|
|
806
805
|
fill="currentColor"
|
|
806
|
+
viewBox="0 0 20 20"
|
|
807
807
|
aria-hidden="true"
|
|
808
808
|
role="img"
|
|
809
809
|
width="1em"
|
|
810
810
|
height="1em"
|
|
811
811
|
>
|
|
812
812
|
<path
|
|
813
|
-
d="
|
|
813
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
814
814
|
/>
|
|
815
815
|
</svg>
|
|
816
816
|
</span>
|
|
@@ -827,15 +827,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
827
827
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
828
828
|
<svg
|
|
829
829
|
class="pf-v6-svg"
|
|
830
|
-
viewBox="0 0 20 20"
|
|
831
830
|
fill="currentColor"
|
|
831
|
+
viewBox="0 0 20 20"
|
|
832
832
|
aria-hidden="true"
|
|
833
833
|
role="img"
|
|
834
834
|
width="1em"
|
|
835
835
|
height="1em"
|
|
836
836
|
>
|
|
837
837
|
<path
|
|
838
|
-
d="
|
|
838
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
839
839
|
/>
|
|
840
840
|
</svg>
|
|
841
841
|
</span>
|
|
@@ -853,15 +853,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
853
853
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
854
854
|
<svg
|
|
855
855
|
class="pf-v6-svg"
|
|
856
|
-
viewBox="0 0 20 20"
|
|
857
856
|
fill="currentColor"
|
|
857
|
+
viewBox="0 0 20 20"
|
|
858
858
|
aria-hidden="true"
|
|
859
859
|
role="img"
|
|
860
860
|
width="1em"
|
|
861
861
|
height="1em"
|
|
862
862
|
>
|
|
863
863
|
<path
|
|
864
|
-
d="
|
|
864
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
865
865
|
/>
|
|
866
866
|
</svg>
|
|
867
867
|
</span>
|
|
@@ -879,15 +879,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
879
879
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
880
880
|
<svg
|
|
881
881
|
class="pf-v6-svg"
|
|
882
|
-
viewBox="0 0 20 20"
|
|
883
882
|
fill="currentColor"
|
|
883
|
+
viewBox="0 0 20 20"
|
|
884
884
|
aria-hidden="true"
|
|
885
885
|
role="img"
|
|
886
886
|
width="1em"
|
|
887
887
|
height="1em"
|
|
888
888
|
>
|
|
889
889
|
<path
|
|
890
|
-
d="
|
|
890
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
891
891
|
/>
|
|
892
892
|
</svg>
|
|
893
893
|
</span>
|
|
@@ -904,15 +904,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
904
904
|
<span class="pf-v6-c-menu-toggle__toggle-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"
|
|
912
912
|
height="1em"
|
|
913
913
|
>
|
|
914
914
|
<path
|
|
915
|
-
d="
|
|
915
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
916
916
|
/>
|
|
917
917
|
</svg>
|
|
918
918
|
</span>
|
|
@@ -930,15 +930,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
930
930
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
931
931
|
<svg
|
|
932
932
|
class="pf-v6-svg"
|
|
933
|
-
viewBox="0 0 20 20"
|
|
934
933
|
fill="currentColor"
|
|
934
|
+
viewBox="0 0 20 20"
|
|
935
935
|
aria-hidden="true"
|
|
936
936
|
role="img"
|
|
937
937
|
width="1em"
|
|
938
938
|
height="1em"
|
|
939
939
|
>
|
|
940
940
|
<path
|
|
941
|
-
d="
|
|
941
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
942
942
|
/>
|
|
943
943
|
</svg>
|
|
944
944
|
</span>
|
|
@@ -955,8 +955,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
955
955
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
956
956
|
<svg
|
|
957
957
|
class="pf-v6-svg"
|
|
958
|
-
viewBox="0 0 32 32"
|
|
959
958
|
fill="currentColor"
|
|
959
|
+
viewBox="0 0 32 32"
|
|
960
960
|
aria-hidden="true"
|
|
961
961
|
role="img"
|
|
962
962
|
width="1em"
|
|
@@ -978,8 +978,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
978
978
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
979
979
|
<svg
|
|
980
980
|
class="pf-v6-svg"
|
|
981
|
-
viewBox="0 0 32 32"
|
|
982
981
|
fill="currentColor"
|
|
982
|
+
viewBox="0 0 32 32"
|
|
983
983
|
aria-hidden="true"
|
|
984
984
|
role="img"
|
|
985
985
|
width="1em"
|
|
@@ -1002,8 +1002,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1002
1002
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1003
1003
|
<svg
|
|
1004
1004
|
class="pf-v6-svg"
|
|
1005
|
-
viewBox="0 0 32 32"
|
|
1006
1005
|
fill="currentColor"
|
|
1006
|
+
viewBox="0 0 32 32"
|
|
1007
1007
|
aria-hidden="true"
|
|
1008
1008
|
role="img"
|
|
1009
1009
|
width="1em"
|
|
@@ -1029,15 +1029,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1029
1029
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1030
1030
|
<svg
|
|
1031
1031
|
class="pf-v6-svg"
|
|
1032
|
-
viewBox="0 0 32 32"
|
|
1033
1032
|
fill="currentColor"
|
|
1033
|
+
viewBox="0 0 32 32"
|
|
1034
1034
|
aria-hidden="true"
|
|
1035
1035
|
role="img"
|
|
1036
1036
|
width="1em"
|
|
1037
1037
|
height="1em"
|
|
1038
1038
|
>
|
|
1039
1039
|
<path
|
|
1040
|
-
d="
|
|
1040
|
+
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"
|
|
1041
1041
|
/>
|
|
1042
1042
|
</svg>
|
|
1043
1043
|
</span>
|
|
@@ -1046,15 +1046,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1046
1046
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1047
1047
|
<svg
|
|
1048
1048
|
class="pf-v6-svg"
|
|
1049
|
-
viewBox="0 0 20 20"
|
|
1050
1049
|
fill="currentColor"
|
|
1050
|
+
viewBox="0 0 20 20"
|
|
1051
1051
|
aria-hidden="true"
|
|
1052
1052
|
role="img"
|
|
1053
1053
|
width="1em"
|
|
1054
1054
|
height="1em"
|
|
1055
1055
|
>
|
|
1056
1056
|
<path
|
|
1057
|
-
d="
|
|
1057
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1058
1058
|
/>
|
|
1059
1059
|
</svg>
|
|
1060
1060
|
</span>
|
|
@@ -1071,15 +1071,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1071
1071
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1072
1072
|
<svg
|
|
1073
1073
|
class="pf-v6-svg"
|
|
1074
|
-
viewBox="0 0 32 32"
|
|
1075
1074
|
fill="currentColor"
|
|
1075
|
+
viewBox="0 0 32 32"
|
|
1076
1076
|
aria-hidden="true"
|
|
1077
1077
|
role="img"
|
|
1078
1078
|
width="1em"
|
|
1079
1079
|
height="1em"
|
|
1080
1080
|
>
|
|
1081
1081
|
<path
|
|
1082
|
-
d="
|
|
1082
|
+
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"
|
|
1083
1083
|
/>
|
|
1084
1084
|
</svg>
|
|
1085
1085
|
</span>
|
|
@@ -1088,15 +1088,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1088
1088
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1089
1089
|
<svg
|
|
1090
1090
|
class="pf-v6-svg"
|
|
1091
|
-
viewBox="0 0 20 20"
|
|
1092
1091
|
fill="currentColor"
|
|
1092
|
+
viewBox="0 0 20 20"
|
|
1093
1093
|
aria-hidden="true"
|
|
1094
1094
|
role="img"
|
|
1095
1095
|
width="1em"
|
|
1096
1096
|
height="1em"
|
|
1097
1097
|
>
|
|
1098
1098
|
<path
|
|
1099
|
-
d="
|
|
1099
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1100
1100
|
/>
|
|
1101
1101
|
</svg>
|
|
1102
1102
|
</span>
|
|
@@ -1110,26 +1110,39 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1110
1110
|
```html
|
|
1111
1111
|
<button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false">
|
|
1112
1112
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1113
|
-
<img
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1113
|
+
<div class="pf-v6-c-avatar pf-m-sm" role="img" aria-hidden="true">
|
|
1114
|
+
<svg
|
|
1115
|
+
aria-hidden="true"
|
|
1116
|
+
data-name="Layer 1"
|
|
1117
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1118
|
+
version="1.1"
|
|
1119
|
+
viewBox="0 0 36 36"
|
|
1120
|
+
>
|
|
1121
|
+
<path
|
|
1122
|
+
fill="currentColor"
|
|
1123
|
+
d="M17.7,20.1c-3.5,0-6.4-2.9-6.4-6.4s2.9-6.4,6.4-6.4,6.4,2.9,6.4,6.4-2.8,6.4-6.4,6.4Z"
|
|
1124
|
+
/>
|
|
1125
|
+
<path
|
|
1126
|
+
fill="currentColor"
|
|
1127
|
+
d="M30.6,36c-.4-3.9-1.3-9-2.9-11-1.1-1.4-2.3-2.2-3.5-2.6s-1.8-.6-6.3-.6-6.1.7-6.1.7c-1.2.4-2.4,1.2-3.4,2.6-1.7,1.9-2.6,7.1-3,10.9h25.2Z"
|
|
1128
|
+
/>
|
|
1129
|
+
</svg>
|
|
1130
|
+
</div>
|
|
1118
1131
|
</span>
|
|
1119
1132
|
<span class="pf-v6-c-menu-toggle__text">Ned Username</span>
|
|
1120
1133
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
1121
1134
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1122
1135
|
<svg
|
|
1123
1136
|
class="pf-v6-svg"
|
|
1124
|
-
viewBox="0 0 20 20"
|
|
1125
1137
|
fill="currentColor"
|
|
1138
|
+
viewBox="0 0 20 20"
|
|
1126
1139
|
aria-hidden="true"
|
|
1127
1140
|
role="img"
|
|
1128
1141
|
width="1em"
|
|
1129
1142
|
height="1em"
|
|
1130
1143
|
>
|
|
1131
1144
|
<path
|
|
1132
|
-
d="
|
|
1145
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1133
1146
|
/>
|
|
1134
1147
|
</svg>
|
|
1135
1148
|
</span>
|
|
@@ -1143,26 +1156,39 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1143
1156
|
aria-expanded="true"
|
|
1144
1157
|
>
|
|
1145
1158
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1146
|
-
<img
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1159
|
+
<div class="pf-v6-c-avatar pf-m-sm" role="img" aria-hidden="true">
|
|
1160
|
+
<svg
|
|
1161
|
+
aria-hidden="true"
|
|
1162
|
+
data-name="Layer 1"
|
|
1163
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1164
|
+
version="1.1"
|
|
1165
|
+
viewBox="0 0 36 36"
|
|
1166
|
+
>
|
|
1167
|
+
<path
|
|
1168
|
+
fill="currentColor"
|
|
1169
|
+
d="M17.7,20.1c-3.5,0-6.4-2.9-6.4-6.4s2.9-6.4,6.4-6.4,6.4,2.9,6.4,6.4-2.8,6.4-6.4,6.4Z"
|
|
1170
|
+
/>
|
|
1171
|
+
<path
|
|
1172
|
+
fill="currentColor"
|
|
1173
|
+
d="M30.6,36c-.4-3.9-1.3-9-2.9-11-1.1-1.4-2.3-2.2-3.5-2.6s-1.8-.6-6.3-.6-6.1.7-6.1.7c-1.2.4-2.4,1.2-3.4,2.6-1.7,1.9-2.6,7.1-3,10.9h25.2Z"
|
|
1174
|
+
/>
|
|
1175
|
+
</svg>
|
|
1176
|
+
</div>
|
|
1151
1177
|
</span>
|
|
1152
1178
|
<span class="pf-v6-c-menu-toggle__text">Ned Username</span>
|
|
1153
1179
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
1154
1180
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1155
1181
|
<svg
|
|
1156
1182
|
class="pf-v6-svg"
|
|
1157
|
-
viewBox="0 0 20 20"
|
|
1158
1183
|
fill="currentColor"
|
|
1184
|
+
viewBox="0 0 20 20"
|
|
1159
1185
|
aria-hidden="true"
|
|
1160
1186
|
role="img"
|
|
1161
1187
|
width="1em"
|
|
1162
1188
|
height="1em"
|
|
1163
1189
|
>
|
|
1164
1190
|
<path
|
|
1165
|
-
d="
|
|
1191
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1166
1192
|
/>
|
|
1167
1193
|
</svg>
|
|
1168
1194
|
</span>
|
|
@@ -1177,26 +1203,39 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1177
1203
|
disabled
|
|
1178
1204
|
>
|
|
1179
1205
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1180
|
-
<img
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1206
|
+
<div class="pf-v6-c-avatar pf-m-sm" role="img" aria-hidden="true">
|
|
1207
|
+
<svg
|
|
1208
|
+
aria-hidden="true"
|
|
1209
|
+
data-name="Layer 1"
|
|
1210
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1211
|
+
version="1.1"
|
|
1212
|
+
viewBox="0 0 36 36"
|
|
1213
|
+
>
|
|
1214
|
+
<path
|
|
1215
|
+
fill="currentColor"
|
|
1216
|
+
d="M17.7,20.1c-3.5,0-6.4-2.9-6.4-6.4s2.9-6.4,6.4-6.4,6.4,2.9,6.4,6.4-2.8,6.4-6.4,6.4Z"
|
|
1217
|
+
/>
|
|
1218
|
+
<path
|
|
1219
|
+
fill="currentColor"
|
|
1220
|
+
d="M30.6,36c-.4-3.9-1.3-9-2.9-11-1.1-1.4-2.3-2.2-3.5-2.6s-1.8-.6-6.3-.6-6.1.7-6.1.7c-1.2.4-2.4,1.2-3.4,2.6-1.7,1.9-2.6,7.1-3,10.9h25.2Z"
|
|
1221
|
+
/>
|
|
1222
|
+
</svg>
|
|
1223
|
+
</div>
|
|
1185
1224
|
</span>
|
|
1186
1225
|
<span class="pf-v6-c-menu-toggle__text">Ned Username</span>
|
|
1187
1226
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
1188
1227
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1189
1228
|
<svg
|
|
1190
1229
|
class="pf-v6-svg"
|
|
1191
|
-
viewBox="0 0 20 20"
|
|
1192
1230
|
fill="currentColor"
|
|
1231
|
+
viewBox="0 0 20 20"
|
|
1193
1232
|
aria-hidden="true"
|
|
1194
1233
|
role="img"
|
|
1195
1234
|
width="1em"
|
|
1196
1235
|
height="1em"
|
|
1197
1236
|
>
|
|
1198
1237
|
<path
|
|
1199
|
-
d="
|
|
1238
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1200
1239
|
/>
|
|
1201
1240
|
</svg>
|
|
1202
1241
|
</span>
|
|
@@ -1218,15 +1257,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1218
1257
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1219
1258
|
<svg
|
|
1220
1259
|
class="pf-v6-svg"
|
|
1221
|
-
viewBox="0 0 20 20"
|
|
1222
1260
|
fill="currentColor"
|
|
1261
|
+
viewBox="0 0 20 20"
|
|
1223
1262
|
aria-hidden="true"
|
|
1224
1263
|
role="img"
|
|
1225
1264
|
width="1em"
|
|
1226
1265
|
height="1em"
|
|
1227
1266
|
>
|
|
1228
1267
|
<path
|
|
1229
|
-
d="
|
|
1268
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1230
1269
|
/>
|
|
1231
1270
|
</svg>
|
|
1232
1271
|
</span>
|
|
@@ -1248,15 +1287,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1248
1287
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1249
1288
|
<svg
|
|
1250
1289
|
class="pf-v6-svg"
|
|
1251
|
-
viewBox="0 0 20 20"
|
|
1252
1290
|
fill="currentColor"
|
|
1291
|
+
viewBox="0 0 20 20"
|
|
1253
1292
|
aria-hidden="true"
|
|
1254
1293
|
role="img"
|
|
1255
1294
|
width="1em"
|
|
1256
1295
|
height="1em"
|
|
1257
1296
|
>
|
|
1258
1297
|
<path
|
|
1259
|
-
d="
|
|
1298
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1260
1299
|
/>
|
|
1261
1300
|
</svg>
|
|
1262
1301
|
</span>
|
|
@@ -1278,15 +1317,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1278
1317
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1279
1318
|
<svg
|
|
1280
1319
|
class="pf-v6-svg"
|
|
1281
|
-
viewBox="0 0 20 20"
|
|
1282
1320
|
fill="currentColor"
|
|
1321
|
+
viewBox="0 0 20 20"
|
|
1283
1322
|
aria-hidden="true"
|
|
1284
1323
|
role="img"
|
|
1285
1324
|
width="1em"
|
|
1286
1325
|
height="1em"
|
|
1287
1326
|
>
|
|
1288
1327
|
<path
|
|
1289
|
-
d="
|
|
1328
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1290
1329
|
/>
|
|
1291
1330
|
</svg>
|
|
1292
1331
|
</span>
|
|
@@ -1322,8 +1361,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1322
1361
|
<span class="pf-v6-c-button__icon">
|
|
1323
1362
|
<svg
|
|
1324
1363
|
class="pf-v6-svg"
|
|
1325
|
-
viewBox="0 0 20 20"
|
|
1326
1364
|
fill="currentColor"
|
|
1365
|
+
viewBox="0 0 20 20"
|
|
1327
1366
|
aria-hidden="true"
|
|
1328
1367
|
role="img"
|
|
1329
1368
|
width="1em"
|
|
@@ -1348,15 +1387,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1348
1387
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1349
1388
|
<svg
|
|
1350
1389
|
class="pf-v6-svg"
|
|
1351
|
-
viewBox="0 0 20 20"
|
|
1352
1390
|
fill="currentColor"
|
|
1391
|
+
viewBox="0 0 20 20"
|
|
1353
1392
|
aria-hidden="true"
|
|
1354
1393
|
role="img"
|
|
1355
1394
|
width="1em"
|
|
1356
1395
|
height="1em"
|
|
1357
1396
|
>
|
|
1358
1397
|
<path
|
|
1359
|
-
d="
|
|
1398
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1360
1399
|
/>
|
|
1361
1400
|
</svg>
|
|
1362
1401
|
</span>
|
|
@@ -1379,8 +1418,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1379
1418
|
<span class="pf-v6-c-menu-toggle__status-icon">
|
|
1380
1419
|
<svg
|
|
1381
1420
|
class="pf-v6-svg"
|
|
1382
|
-
viewBox="0 0 32 32"
|
|
1383
1421
|
fill="currentColor"
|
|
1422
|
+
viewBox="0 0 32 32"
|
|
1384
1423
|
aria-hidden="true"
|
|
1385
1424
|
role="img"
|
|
1386
1425
|
width="1em"
|
|
@@ -1394,15 +1433,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1394
1433
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1395
1434
|
<svg
|
|
1396
1435
|
class="pf-v6-svg"
|
|
1397
|
-
viewBox="0 0 20 20"
|
|
1398
1436
|
fill="currentColor"
|
|
1437
|
+
viewBox="0 0 20 20"
|
|
1399
1438
|
aria-hidden="true"
|
|
1400
1439
|
role="img"
|
|
1401
1440
|
width="1em"
|
|
1402
1441
|
height="1em"
|
|
1403
1442
|
>
|
|
1404
1443
|
<path
|
|
1405
|
-
d="
|
|
1444
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1406
1445
|
/>
|
|
1407
1446
|
</svg>
|
|
1408
1447
|
</span>
|
|
@@ -1422,8 +1461,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1422
1461
|
<span class="pf-v6-c-menu-toggle__status-icon">
|
|
1423
1462
|
<svg
|
|
1424
1463
|
class="pf-v6-svg"
|
|
1425
|
-
viewBox="0 0 32 32"
|
|
1426
1464
|
fill="currentColor"
|
|
1465
|
+
viewBox="0 0 32 32"
|
|
1427
1466
|
aria-hidden="true"
|
|
1428
1467
|
role="img"
|
|
1429
1468
|
width="1em"
|
|
@@ -1437,15 +1476,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1437
1476
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1438
1477
|
<svg
|
|
1439
1478
|
class="pf-v6-svg"
|
|
1440
|
-
viewBox="0 0 20 20"
|
|
1441
1479
|
fill="currentColor"
|
|
1480
|
+
viewBox="0 0 20 20"
|
|
1442
1481
|
aria-hidden="true"
|
|
1443
1482
|
role="img"
|
|
1444
1483
|
width="1em"
|
|
1445
1484
|
height="1em"
|
|
1446
1485
|
>
|
|
1447
1486
|
<path
|
|
1448
|
-
d="
|
|
1487
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1449
1488
|
/>
|
|
1450
1489
|
</svg>
|
|
1451
1490
|
</span>
|
|
@@ -1465,8 +1504,8 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1465
1504
|
<span class="pf-v6-c-menu-toggle__status-icon">
|
|
1466
1505
|
<svg
|
|
1467
1506
|
class="pf-v6-svg"
|
|
1468
|
-
viewBox="0 0 32 32"
|
|
1469
1507
|
fill="currentColor"
|
|
1508
|
+
viewBox="0 0 32 32"
|
|
1470
1509
|
aria-hidden="true"
|
|
1471
1510
|
role="img"
|
|
1472
1511
|
width="1em"
|
|
@@ -1480,15 +1519,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1480
1519
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1481
1520
|
<svg
|
|
1482
1521
|
class="pf-v6-svg"
|
|
1483
|
-
viewBox="0 0 20 20"
|
|
1484
1522
|
fill="currentColor"
|
|
1523
|
+
viewBox="0 0 20 20"
|
|
1485
1524
|
aria-hidden="true"
|
|
1486
1525
|
role="img"
|
|
1487
1526
|
width="1em"
|
|
1488
1527
|
height="1em"
|
|
1489
1528
|
>
|
|
1490
1529
|
<path
|
|
1491
|
-
d="
|
|
1530
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1492
1531
|
/>
|
|
1493
1532
|
</svg>
|
|
1494
1533
|
</span>
|
|
@@ -1510,15 +1549,15 @@ cssPrefix: pf-v6-c-menu-toggle
|
|
|
1510
1549
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1511
1550
|
<svg
|
|
1512
1551
|
class="pf-v6-svg"
|
|
1513
|
-
viewBox="0 0 20 20"
|
|
1514
1552
|
fill="currentColor"
|
|
1553
|
+
viewBox="0 0 20 20"
|
|
1515
1554
|
aria-hidden="true"
|
|
1516
1555
|
role="img"
|
|
1517
1556
|
width="1em"
|
|
1518
1557
|
height="1em"
|
|
1519
1558
|
>
|
|
1520
1559
|
<path
|
|
1521
|
-
d="
|
|
1560
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1522
1561
|
/>
|
|
1523
1562
|
</svg>
|
|
1524
1563
|
</span>
|
|
@@ -1548,15 +1587,15 @@ Shown with default, primary, and secondary styling
|
|
|
1548
1587
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1549
1588
|
<svg
|
|
1550
1589
|
class="pf-v6-svg"
|
|
1551
|
-
viewBox="0 0 20 20"
|
|
1552
1590
|
fill="currentColor"
|
|
1591
|
+
viewBox="0 0 20 20"
|
|
1553
1592
|
aria-hidden="true"
|
|
1554
1593
|
role="img"
|
|
1555
1594
|
width="1em"
|
|
1556
1595
|
height="1em"
|
|
1557
1596
|
>
|
|
1558
1597
|
<path
|
|
1559
|
-
d="
|
|
1598
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1560
1599
|
/>
|
|
1561
1600
|
</svg>
|
|
1562
1601
|
</span>
|
|
@@ -1580,15 +1619,15 @@ Shown with default, primary, and secondary styling
|
|
|
1580
1619
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1581
1620
|
<svg
|
|
1582
1621
|
class="pf-v6-svg"
|
|
1583
|
-
viewBox="0 0 20 20"
|
|
1584
1622
|
fill="currentColor"
|
|
1623
|
+
viewBox="0 0 20 20"
|
|
1585
1624
|
aria-hidden="true"
|
|
1586
1625
|
role="img"
|
|
1587
1626
|
width="1em"
|
|
1588
1627
|
height="1em"
|
|
1589
1628
|
>
|
|
1590
1629
|
<path
|
|
1591
|
-
d="
|
|
1630
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1592
1631
|
/>
|
|
1593
1632
|
</svg>
|
|
1594
1633
|
</span>
|
|
@@ -1613,15 +1652,15 @@ Shown with default, primary, and secondary styling
|
|
|
1613
1652
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1614
1653
|
<svg
|
|
1615
1654
|
class="pf-v6-svg"
|
|
1616
|
-
viewBox="0 0 20 20"
|
|
1617
1655
|
fill="currentColor"
|
|
1656
|
+
viewBox="0 0 20 20"
|
|
1618
1657
|
aria-hidden="true"
|
|
1619
1658
|
role="img"
|
|
1620
1659
|
width="1em"
|
|
1621
1660
|
height="1em"
|
|
1622
1661
|
>
|
|
1623
1662
|
<path
|
|
1624
|
-
d="
|
|
1663
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1625
1664
|
/>
|
|
1626
1665
|
</svg>
|
|
1627
1666
|
</span>
|
|
@@ -1648,15 +1687,15 @@ Shown with default, primary, and secondary styling
|
|
|
1648
1687
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1649
1688
|
<svg
|
|
1650
1689
|
class="pf-v6-svg"
|
|
1651
|
-
viewBox="0 0 20 20"
|
|
1652
1690
|
fill="currentColor"
|
|
1691
|
+
viewBox="0 0 20 20"
|
|
1653
1692
|
aria-hidden="true"
|
|
1654
1693
|
role="img"
|
|
1655
1694
|
width="1em"
|
|
1656
1695
|
height="1em"
|
|
1657
1696
|
>
|
|
1658
1697
|
<path
|
|
1659
|
-
d="
|
|
1698
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1660
1699
|
/>
|
|
1661
1700
|
</svg>
|
|
1662
1701
|
</span>
|
|
@@ -1680,15 +1719,15 @@ Shown with default, primary, and secondary styling
|
|
|
1680
1719
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1681
1720
|
<svg
|
|
1682
1721
|
class="pf-v6-svg"
|
|
1683
|
-
viewBox="0 0 20 20"
|
|
1684
1722
|
fill="currentColor"
|
|
1723
|
+
viewBox="0 0 20 20"
|
|
1685
1724
|
aria-hidden="true"
|
|
1686
1725
|
role="img"
|
|
1687
1726
|
width="1em"
|
|
1688
1727
|
height="1em"
|
|
1689
1728
|
>
|
|
1690
1729
|
<path
|
|
1691
|
-
d="
|
|
1730
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1692
1731
|
/>
|
|
1693
1732
|
</svg>
|
|
1694
1733
|
</span>
|
|
@@ -1713,15 +1752,15 @@ Shown with default, primary, and secondary styling
|
|
|
1713
1752
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1714
1753
|
<svg
|
|
1715
1754
|
class="pf-v6-svg"
|
|
1716
|
-
viewBox="0 0 20 20"
|
|
1717
1755
|
fill="currentColor"
|
|
1756
|
+
viewBox="0 0 20 20"
|
|
1718
1757
|
aria-hidden="true"
|
|
1719
1758
|
role="img"
|
|
1720
1759
|
width="1em"
|
|
1721
1760
|
height="1em"
|
|
1722
1761
|
>
|
|
1723
1762
|
<path
|
|
1724
|
-
d="
|
|
1763
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1725
1764
|
/>
|
|
1726
1765
|
</svg>
|
|
1727
1766
|
</span>
|
|
@@ -1748,15 +1787,15 @@ Shown with default, primary, and secondary styling
|
|
|
1748
1787
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1749
1788
|
<svg
|
|
1750
1789
|
class="pf-v6-svg"
|
|
1751
|
-
viewBox="0 0 20 20"
|
|
1752
1790
|
fill="currentColor"
|
|
1791
|
+
viewBox="0 0 20 20"
|
|
1753
1792
|
aria-hidden="true"
|
|
1754
1793
|
role="img"
|
|
1755
1794
|
width="1em"
|
|
1756
1795
|
height="1em"
|
|
1757
1796
|
>
|
|
1758
1797
|
<path
|
|
1759
|
-
d="
|
|
1798
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1760
1799
|
/>
|
|
1761
1800
|
</svg>
|
|
1762
1801
|
</span>
|
|
@@ -1780,15 +1819,15 @@ Shown with default, primary, and secondary styling
|
|
|
1780
1819
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1781
1820
|
<svg
|
|
1782
1821
|
class="pf-v6-svg"
|
|
1783
|
-
viewBox="0 0 20 20"
|
|
1784
1822
|
fill="currentColor"
|
|
1823
|
+
viewBox="0 0 20 20"
|
|
1785
1824
|
aria-hidden="true"
|
|
1786
1825
|
role="img"
|
|
1787
1826
|
width="1em"
|
|
1788
1827
|
height="1em"
|
|
1789
1828
|
>
|
|
1790
1829
|
<path
|
|
1791
|
-
d="
|
|
1830
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1792
1831
|
/>
|
|
1793
1832
|
</svg>
|
|
1794
1833
|
</span>
|
|
@@ -1813,15 +1852,15 @@ Shown with default, primary, and secondary styling
|
|
|
1813
1852
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1814
1853
|
<svg
|
|
1815
1854
|
class="pf-v6-svg"
|
|
1816
|
-
viewBox="0 0 20 20"
|
|
1817
1855
|
fill="currentColor"
|
|
1856
|
+
viewBox="0 0 20 20"
|
|
1818
1857
|
aria-hidden="true"
|
|
1819
1858
|
role="img"
|
|
1820
1859
|
width="1em"
|
|
1821
1860
|
height="1em"
|
|
1822
1861
|
>
|
|
1823
1862
|
<path
|
|
1824
|
-
d="
|
|
1863
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1825
1864
|
/>
|
|
1826
1865
|
</svg>
|
|
1827
1866
|
</span>
|
|
@@ -1860,15 +1899,15 @@ Shown with default, primary, and secondary styling
|
|
|
1860
1899
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1861
1900
|
<svg
|
|
1862
1901
|
class="pf-v6-svg"
|
|
1863
|
-
viewBox="0 0 20 20"
|
|
1864
1902
|
fill="currentColor"
|
|
1903
|
+
viewBox="0 0 20 20"
|
|
1865
1904
|
aria-hidden="true"
|
|
1866
1905
|
role="img"
|
|
1867
1906
|
width="1em"
|
|
1868
1907
|
height="1em"
|
|
1869
1908
|
>
|
|
1870
1909
|
<path
|
|
1871
|
-
d="
|
|
1910
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1872
1911
|
/>
|
|
1873
1912
|
</svg>
|
|
1874
1913
|
</span>
|
|
@@ -1900,15 +1939,15 @@ Shown with default, primary, and secondary styling
|
|
|
1900
1939
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1901
1940
|
<svg
|
|
1902
1941
|
class="pf-v6-svg"
|
|
1903
|
-
viewBox="0 0 20 20"
|
|
1904
1942
|
fill="currentColor"
|
|
1943
|
+
viewBox="0 0 20 20"
|
|
1905
1944
|
aria-hidden="true"
|
|
1906
1945
|
role="img"
|
|
1907
1946
|
width="1em"
|
|
1908
1947
|
height="1em"
|
|
1909
1948
|
>
|
|
1910
1949
|
<path
|
|
1911
|
-
d="
|
|
1950
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1912
1951
|
/>
|
|
1913
1952
|
</svg>
|
|
1914
1953
|
</span>
|
|
@@ -1942,15 +1981,15 @@ Shown with default, primary, and secondary styling
|
|
|
1942
1981
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1943
1982
|
<svg
|
|
1944
1983
|
class="pf-v6-svg"
|
|
1945
|
-
viewBox="0 0 20 20"
|
|
1946
1984
|
fill="currentColor"
|
|
1985
|
+
viewBox="0 0 20 20"
|
|
1947
1986
|
aria-hidden="true"
|
|
1948
1987
|
role="img"
|
|
1949
1988
|
width="1em"
|
|
1950
1989
|
height="1em"
|
|
1951
1990
|
>
|
|
1952
1991
|
<path
|
|
1953
|
-
d="
|
|
1992
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1954
1993
|
/>
|
|
1955
1994
|
</svg>
|
|
1956
1995
|
</span>
|
|
@@ -1985,15 +2024,15 @@ Shown with default, primary, and secondary styling
|
|
|
1985
2024
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1986
2025
|
<svg
|
|
1987
2026
|
class="pf-v6-svg"
|
|
1988
|
-
viewBox="0 0 20 20"
|
|
1989
2027
|
fill="currentColor"
|
|
2028
|
+
viewBox="0 0 20 20"
|
|
1990
2029
|
aria-hidden="true"
|
|
1991
2030
|
role="img"
|
|
1992
2031
|
width="1em"
|
|
1993
2032
|
height="1em"
|
|
1994
2033
|
>
|
|
1995
2034
|
<path
|
|
1996
|
-
d="
|
|
2035
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
1997
2036
|
/>
|
|
1998
2037
|
</svg>
|
|
1999
2038
|
</span>
|
|
@@ -2025,15 +2064,15 @@ Shown with default, primary, and secondary styling
|
|
|
2025
2064
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2026
2065
|
<svg
|
|
2027
2066
|
class="pf-v6-svg"
|
|
2028
|
-
viewBox="0 0 20 20"
|
|
2029
2067
|
fill="currentColor"
|
|
2068
|
+
viewBox="0 0 20 20"
|
|
2030
2069
|
aria-hidden="true"
|
|
2031
2070
|
role="img"
|
|
2032
2071
|
width="1em"
|
|
2033
2072
|
height="1em"
|
|
2034
2073
|
>
|
|
2035
2074
|
<path
|
|
2036
|
-
d="
|
|
2075
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2037
2076
|
/>
|
|
2038
2077
|
</svg>
|
|
2039
2078
|
</span>
|
|
@@ -2067,15 +2106,15 @@ Shown with default, primary, and secondary styling
|
|
|
2067
2106
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2068
2107
|
<svg
|
|
2069
2108
|
class="pf-v6-svg"
|
|
2070
|
-
viewBox="0 0 20 20"
|
|
2071
2109
|
fill="currentColor"
|
|
2110
|
+
viewBox="0 0 20 20"
|
|
2072
2111
|
aria-hidden="true"
|
|
2073
2112
|
role="img"
|
|
2074
2113
|
width="1em"
|
|
2075
2114
|
height="1em"
|
|
2076
2115
|
>
|
|
2077
2116
|
<path
|
|
2078
|
-
d="
|
|
2117
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2079
2118
|
/>
|
|
2080
2119
|
</svg>
|
|
2081
2120
|
</span>
|
|
@@ -2110,15 +2149,15 @@ Shown with default, primary, and secondary styling
|
|
|
2110
2149
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2111
2150
|
<svg
|
|
2112
2151
|
class="pf-v6-svg"
|
|
2113
|
-
viewBox="0 0 20 20"
|
|
2114
2152
|
fill="currentColor"
|
|
2153
|
+
viewBox="0 0 20 20"
|
|
2115
2154
|
aria-hidden="true"
|
|
2116
2155
|
role="img"
|
|
2117
2156
|
width="1em"
|
|
2118
2157
|
height="1em"
|
|
2119
2158
|
>
|
|
2120
2159
|
<path
|
|
2121
|
-
d="
|
|
2160
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2122
2161
|
/>
|
|
2123
2162
|
</svg>
|
|
2124
2163
|
</span>
|
|
@@ -2150,15 +2189,15 @@ Shown with default, primary, and secondary styling
|
|
|
2150
2189
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2151
2190
|
<svg
|
|
2152
2191
|
class="pf-v6-svg"
|
|
2153
|
-
viewBox="0 0 20 20"
|
|
2154
2192
|
fill="currentColor"
|
|
2193
|
+
viewBox="0 0 20 20"
|
|
2155
2194
|
aria-hidden="true"
|
|
2156
2195
|
role="img"
|
|
2157
2196
|
width="1em"
|
|
2158
2197
|
height="1em"
|
|
2159
2198
|
>
|
|
2160
2199
|
<path
|
|
2161
|
-
d="
|
|
2200
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2162
2201
|
/>
|
|
2163
2202
|
</svg>
|
|
2164
2203
|
</span>
|
|
@@ -2192,15 +2231,15 @@ Shown with default, primary, and secondary styling
|
|
|
2192
2231
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2193
2232
|
<svg
|
|
2194
2233
|
class="pf-v6-svg"
|
|
2195
|
-
viewBox="0 0 20 20"
|
|
2196
2234
|
fill="currentColor"
|
|
2235
|
+
viewBox="0 0 20 20"
|
|
2197
2236
|
aria-hidden="true"
|
|
2198
2237
|
role="img"
|
|
2199
2238
|
width="1em"
|
|
2200
2239
|
height="1em"
|
|
2201
2240
|
>
|
|
2202
2241
|
<path
|
|
2203
|
-
d="
|
|
2242
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2204
2243
|
/>
|
|
2205
2244
|
</svg>
|
|
2206
2245
|
</span>
|
|
@@ -2243,15 +2282,15 @@ Shown with default, primary, and secondary styling
|
|
|
2243
2282
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2244
2283
|
<svg
|
|
2245
2284
|
class="pf-v6-svg"
|
|
2246
|
-
viewBox="0 0 20 20"
|
|
2247
2285
|
fill="currentColor"
|
|
2286
|
+
viewBox="0 0 20 20"
|
|
2248
2287
|
aria-hidden="true"
|
|
2249
2288
|
role="img"
|
|
2250
2289
|
width="1em"
|
|
2251
2290
|
height="1em"
|
|
2252
2291
|
>
|
|
2253
2292
|
<path
|
|
2254
|
-
d="
|
|
2293
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2255
2294
|
/>
|
|
2256
2295
|
</svg>
|
|
2257
2296
|
</span>
|
|
@@ -2286,15 +2325,15 @@ Shown with default, primary, and secondary styling
|
|
|
2286
2325
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2287
2326
|
<svg
|
|
2288
2327
|
class="pf-v6-svg"
|
|
2289
|
-
viewBox="0 0 20 20"
|
|
2290
2328
|
fill="currentColor"
|
|
2329
|
+
viewBox="0 0 20 20"
|
|
2291
2330
|
aria-hidden="true"
|
|
2292
2331
|
role="img"
|
|
2293
2332
|
width="1em"
|
|
2294
2333
|
height="1em"
|
|
2295
2334
|
>
|
|
2296
2335
|
<path
|
|
2297
|
-
d="
|
|
2336
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2298
2337
|
/>
|
|
2299
2338
|
</svg>
|
|
2300
2339
|
</span>
|
|
@@ -2331,15 +2370,15 @@ Shown with default, primary, and secondary styling
|
|
|
2331
2370
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2332
2371
|
<svg
|
|
2333
2372
|
class="pf-v6-svg"
|
|
2334
|
-
viewBox="0 0 20 20"
|
|
2335
2373
|
fill="currentColor"
|
|
2374
|
+
viewBox="0 0 20 20"
|
|
2336
2375
|
aria-hidden="true"
|
|
2337
2376
|
role="img"
|
|
2338
2377
|
width="1em"
|
|
2339
2378
|
height="1em"
|
|
2340
2379
|
>
|
|
2341
2380
|
<path
|
|
2342
|
-
d="
|
|
2381
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2343
2382
|
/>
|
|
2344
2383
|
</svg>
|
|
2345
2384
|
</span>
|
|
@@ -2377,15 +2416,15 @@ Shown with default, primary, and secondary styling
|
|
|
2377
2416
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2378
2417
|
<svg
|
|
2379
2418
|
class="pf-v6-svg"
|
|
2380
|
-
viewBox="0 0 20 20"
|
|
2381
2419
|
fill="currentColor"
|
|
2420
|
+
viewBox="0 0 20 20"
|
|
2382
2421
|
aria-hidden="true"
|
|
2383
2422
|
role="img"
|
|
2384
2423
|
width="1em"
|
|
2385
2424
|
height="1em"
|
|
2386
2425
|
>
|
|
2387
2426
|
<path
|
|
2388
|
-
d="
|
|
2427
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2389
2428
|
/>
|
|
2390
2429
|
</svg>
|
|
2391
2430
|
</span>
|
|
@@ -2420,15 +2459,15 @@ Shown with default, primary, and secondary styling
|
|
|
2420
2459
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2421
2460
|
<svg
|
|
2422
2461
|
class="pf-v6-svg"
|
|
2423
|
-
viewBox="0 0 20 20"
|
|
2424
2462
|
fill="currentColor"
|
|
2463
|
+
viewBox="0 0 20 20"
|
|
2425
2464
|
aria-hidden="true"
|
|
2426
2465
|
role="img"
|
|
2427
2466
|
width="1em"
|
|
2428
2467
|
height="1em"
|
|
2429
2468
|
>
|
|
2430
2469
|
<path
|
|
2431
|
-
d="
|
|
2470
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2432
2471
|
/>
|
|
2433
2472
|
</svg>
|
|
2434
2473
|
</span>
|
|
@@ -2465,15 +2504,15 @@ Shown with default, primary, and secondary styling
|
|
|
2465
2504
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2466
2505
|
<svg
|
|
2467
2506
|
class="pf-v6-svg"
|
|
2468
|
-
viewBox="0 0 20 20"
|
|
2469
2507
|
fill="currentColor"
|
|
2508
|
+
viewBox="0 0 20 20"
|
|
2470
2509
|
aria-hidden="true"
|
|
2471
2510
|
role="img"
|
|
2472
2511
|
width="1em"
|
|
2473
2512
|
height="1em"
|
|
2474
2513
|
>
|
|
2475
2514
|
<path
|
|
2476
|
-
d="
|
|
2515
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2477
2516
|
/>
|
|
2478
2517
|
</svg>
|
|
2479
2518
|
</span>
|
|
@@ -2511,15 +2550,15 @@ Shown with default, primary, and secondary styling
|
|
|
2511
2550
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2512
2551
|
<svg
|
|
2513
2552
|
class="pf-v6-svg"
|
|
2514
|
-
viewBox="0 0 20 20"
|
|
2515
2553
|
fill="currentColor"
|
|
2554
|
+
viewBox="0 0 20 20"
|
|
2516
2555
|
aria-hidden="true"
|
|
2517
2556
|
role="img"
|
|
2518
2557
|
width="1em"
|
|
2519
2558
|
height="1em"
|
|
2520
2559
|
>
|
|
2521
2560
|
<path
|
|
2522
|
-
d="
|
|
2561
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2523
2562
|
/>
|
|
2524
2563
|
</svg>
|
|
2525
2564
|
</span>
|
|
@@ -2554,15 +2593,15 @@ Shown with default, primary, and secondary styling
|
|
|
2554
2593
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2555
2594
|
<svg
|
|
2556
2595
|
class="pf-v6-svg"
|
|
2557
|
-
viewBox="0 0 20 20"
|
|
2558
2596
|
fill="currentColor"
|
|
2597
|
+
viewBox="0 0 20 20"
|
|
2559
2598
|
aria-hidden="true"
|
|
2560
2599
|
role="img"
|
|
2561
2600
|
width="1em"
|
|
2562
2601
|
height="1em"
|
|
2563
2602
|
>
|
|
2564
2603
|
<path
|
|
2565
|
-
d="
|
|
2604
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2566
2605
|
/>
|
|
2567
2606
|
</svg>
|
|
2568
2607
|
</span>
|
|
@@ -2599,15 +2638,15 @@ Shown with default, primary, and secondary styling
|
|
|
2599
2638
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2600
2639
|
<svg
|
|
2601
2640
|
class="pf-v6-svg"
|
|
2602
|
-
viewBox="0 0 20 20"
|
|
2603
2641
|
fill="currentColor"
|
|
2642
|
+
viewBox="0 0 20 20"
|
|
2604
2643
|
aria-hidden="true"
|
|
2605
2644
|
role="img"
|
|
2606
2645
|
width="1em"
|
|
2607
2646
|
height="1em"
|
|
2608
2647
|
>
|
|
2609
2648
|
<path
|
|
2610
|
-
d="
|
|
2649
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2611
2650
|
/>
|
|
2612
2651
|
</svg>
|
|
2613
2652
|
</span>
|
|
@@ -2648,15 +2687,15 @@ Shown with default, primary, and secondary styling
|
|
|
2648
2687
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2649
2688
|
<svg
|
|
2650
2689
|
class="pf-v6-svg"
|
|
2651
|
-
viewBox="0 0 20 20"
|
|
2652
2690
|
fill="currentColor"
|
|
2691
|
+
viewBox="0 0 20 20"
|
|
2653
2692
|
aria-hidden="true"
|
|
2654
2693
|
role="img"
|
|
2655
2694
|
width="1em"
|
|
2656
2695
|
height="1em"
|
|
2657
2696
|
>
|
|
2658
2697
|
<path
|
|
2659
|
-
d="
|
|
2698
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2660
2699
|
/>
|
|
2661
2700
|
</svg>
|
|
2662
2701
|
</span>
|
|
@@ -2688,15 +2727,15 @@ Shown with default, primary, and secondary styling
|
|
|
2688
2727
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2689
2728
|
<svg
|
|
2690
2729
|
class="pf-v6-svg"
|
|
2691
|
-
viewBox="0 0 20 20"
|
|
2692
2730
|
fill="currentColor"
|
|
2731
|
+
viewBox="0 0 20 20"
|
|
2693
2732
|
aria-hidden="true"
|
|
2694
2733
|
role="img"
|
|
2695
2734
|
width="1em"
|
|
2696
2735
|
height="1em"
|
|
2697
2736
|
>
|
|
2698
2737
|
<path
|
|
2699
|
-
d="
|
|
2738
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2700
2739
|
/>
|
|
2701
2740
|
</svg>
|
|
2702
2741
|
</span>
|
|
@@ -2730,15 +2769,15 @@ Shown with default, primary, and secondary styling
|
|
|
2730
2769
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2731
2770
|
<svg
|
|
2732
2771
|
class="pf-v6-svg"
|
|
2733
|
-
viewBox="0 0 20 20"
|
|
2734
2772
|
fill="currentColor"
|
|
2773
|
+
viewBox="0 0 20 20"
|
|
2735
2774
|
aria-hidden="true"
|
|
2736
2775
|
role="img"
|
|
2737
2776
|
width="1em"
|
|
2738
2777
|
height="1em"
|
|
2739
2778
|
>
|
|
2740
2779
|
<path
|
|
2741
|
-
d="
|
|
2780
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2742
2781
|
/>
|
|
2743
2782
|
</svg>
|
|
2744
2783
|
</span>
|
|
@@ -2774,15 +2813,15 @@ Shown with default, primary, and secondary styling
|
|
|
2774
2813
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2775
2814
|
<svg
|
|
2776
2815
|
class="pf-v6-svg"
|
|
2777
|
-
viewBox="0 0 20 20"
|
|
2778
2816
|
fill="currentColor"
|
|
2817
|
+
viewBox="0 0 20 20"
|
|
2779
2818
|
aria-hidden="true"
|
|
2780
2819
|
role="img"
|
|
2781
2820
|
width="1em"
|
|
2782
2821
|
height="1em"
|
|
2783
2822
|
>
|
|
2784
2823
|
<path
|
|
2785
|
-
d="
|
|
2824
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2786
2825
|
/>
|
|
2787
2826
|
</svg>
|
|
2788
2827
|
</span>
|
|
@@ -2814,15 +2853,15 @@ Shown with default, primary, and secondary styling
|
|
|
2814
2853
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2815
2854
|
<svg
|
|
2816
2855
|
class="pf-v6-svg"
|
|
2817
|
-
viewBox="0 0 20 20"
|
|
2818
2856
|
fill="currentColor"
|
|
2857
|
+
viewBox="0 0 20 20"
|
|
2819
2858
|
aria-hidden="true"
|
|
2820
2859
|
role="img"
|
|
2821
2860
|
width="1em"
|
|
2822
2861
|
height="1em"
|
|
2823
2862
|
>
|
|
2824
2863
|
<path
|
|
2825
|
-
d="
|
|
2864
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2826
2865
|
/>
|
|
2827
2866
|
</svg>
|
|
2828
2867
|
</span>
|
|
@@ -2856,15 +2895,15 @@ Shown with default, primary, and secondary styling
|
|
|
2856
2895
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2857
2896
|
<svg
|
|
2858
2897
|
class="pf-v6-svg"
|
|
2859
|
-
viewBox="0 0 20 20"
|
|
2860
2898
|
fill="currentColor"
|
|
2899
|
+
viewBox="0 0 20 20"
|
|
2861
2900
|
aria-hidden="true"
|
|
2862
2901
|
role="img"
|
|
2863
2902
|
width="1em"
|
|
2864
2903
|
height="1em"
|
|
2865
2904
|
>
|
|
2866
2905
|
<path
|
|
2867
|
-
d="
|
|
2906
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2868
2907
|
/>
|
|
2869
2908
|
</svg>
|
|
2870
2909
|
</span>
|
|
@@ -2900,15 +2939,15 @@ Shown with default, primary, and secondary styling
|
|
|
2900
2939
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2901
2940
|
<svg
|
|
2902
2941
|
class="pf-v6-svg"
|
|
2903
|
-
viewBox="0 0 20 20"
|
|
2904
2942
|
fill="currentColor"
|
|
2943
|
+
viewBox="0 0 20 20"
|
|
2905
2944
|
aria-hidden="true"
|
|
2906
2945
|
role="img"
|
|
2907
2946
|
width="1em"
|
|
2908
2947
|
height="1em"
|
|
2909
2948
|
>
|
|
2910
2949
|
<path
|
|
2911
|
-
d="
|
|
2950
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2912
2951
|
/>
|
|
2913
2952
|
</svg>
|
|
2914
2953
|
</span>
|
|
@@ -2940,15 +2979,15 @@ Shown with default, primary, and secondary styling
|
|
|
2940
2979
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2941
2980
|
<svg
|
|
2942
2981
|
class="pf-v6-svg"
|
|
2943
|
-
viewBox="0 0 20 20"
|
|
2944
2982
|
fill="currentColor"
|
|
2983
|
+
viewBox="0 0 20 20"
|
|
2945
2984
|
aria-hidden="true"
|
|
2946
2985
|
role="img"
|
|
2947
2986
|
width="1em"
|
|
2948
2987
|
height="1em"
|
|
2949
2988
|
>
|
|
2950
2989
|
<path
|
|
2951
|
-
d="
|
|
2990
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2952
2991
|
/>
|
|
2953
2992
|
</svg>
|
|
2954
2993
|
</span>
|
|
@@ -2982,15 +3021,15 @@ Shown with default, primary, and secondary styling
|
|
|
2982
3021
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2983
3022
|
<svg
|
|
2984
3023
|
class="pf-v6-svg"
|
|
2985
|
-
viewBox="0 0 20 20"
|
|
2986
3024
|
fill="currentColor"
|
|
3025
|
+
viewBox="0 0 20 20"
|
|
2987
3026
|
aria-hidden="true"
|
|
2988
3027
|
role="img"
|
|
2989
3028
|
width="1em"
|
|
2990
3029
|
height="1em"
|
|
2991
3030
|
>
|
|
2992
3031
|
<path
|
|
2993
|
-
d="
|
|
3032
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
2994
3033
|
/>
|
|
2995
3034
|
</svg>
|
|
2996
3035
|
</span>
|
|
@@ -3029,15 +3068,15 @@ Shown with default, primary, and secondary styling
|
|
|
3029
3068
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3030
3069
|
<svg
|
|
3031
3070
|
class="pf-v6-svg"
|
|
3032
|
-
viewBox="0 0 32 32"
|
|
3033
3071
|
fill="currentColor"
|
|
3072
|
+
viewBox="0 0 32 32"
|
|
3034
3073
|
aria-hidden="true"
|
|
3035
3074
|
role="img"
|
|
3036
3075
|
width="1em"
|
|
3037
3076
|
height="1em"
|
|
3038
3077
|
>
|
|
3039
3078
|
<path
|
|
3040
|
-
d="
|
|
3079
|
+
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"
|
|
3041
3080
|
/>
|
|
3042
3081
|
</svg>
|
|
3043
3082
|
</span>
|
|
@@ -3046,15 +3085,15 @@ Shown with default, primary, and secondary styling
|
|
|
3046
3085
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3047
3086
|
<svg
|
|
3048
3087
|
class="pf-v6-svg"
|
|
3049
|
-
viewBox="0 0 20 20"
|
|
3050
3088
|
fill="currentColor"
|
|
3089
|
+
viewBox="0 0 20 20"
|
|
3051
3090
|
aria-hidden="true"
|
|
3052
3091
|
role="img"
|
|
3053
3092
|
width="1em"
|
|
3054
3093
|
height="1em"
|
|
3055
3094
|
>
|
|
3056
3095
|
<path
|
|
3057
|
-
d="
|
|
3096
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
3058
3097
|
/>
|
|
3059
3098
|
</svg>
|
|
3060
3099
|
</span>
|
|
@@ -3084,15 +3123,15 @@ Shown with default, primary, and secondary styling
|
|
|
3084
3123
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3085
3124
|
<svg
|
|
3086
3125
|
class="pf-v6-svg"
|
|
3087
|
-
viewBox="0 0 32 32"
|
|
3088
3126
|
fill="currentColor"
|
|
3127
|
+
viewBox="0 0 32 32"
|
|
3089
3128
|
aria-hidden="true"
|
|
3090
3129
|
role="img"
|
|
3091
3130
|
width="1em"
|
|
3092
3131
|
height="1em"
|
|
3093
3132
|
>
|
|
3094
3133
|
<path
|
|
3095
|
-
d="
|
|
3134
|
+
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"
|
|
3096
3135
|
/>
|
|
3097
3136
|
</svg>
|
|
3098
3137
|
</span>
|
|
@@ -3101,15 +3140,15 @@ Shown with default, primary, and secondary styling
|
|
|
3101
3140
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3102
3141
|
<svg
|
|
3103
3142
|
class="pf-v6-svg"
|
|
3104
|
-
viewBox="0 0 20 20"
|
|
3105
3143
|
fill="currentColor"
|
|
3144
|
+
viewBox="0 0 20 20"
|
|
3106
3145
|
aria-hidden="true"
|
|
3107
3146
|
role="img"
|
|
3108
3147
|
width="1em"
|
|
3109
3148
|
height="1em"
|
|
3110
3149
|
>
|
|
3111
3150
|
<path
|
|
3112
|
-
d="
|
|
3151
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
3113
3152
|
/>
|
|
3114
3153
|
</svg>
|
|
3115
3154
|
</span>
|
|
@@ -3141,15 +3180,15 @@ Shown with default, primary, and secondary styling
|
|
|
3141
3180
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3142
3181
|
<svg
|
|
3143
3182
|
class="pf-v6-svg"
|
|
3144
|
-
viewBox="0 0 32 32"
|
|
3145
3183
|
fill="currentColor"
|
|
3184
|
+
viewBox="0 0 32 32"
|
|
3146
3185
|
aria-hidden="true"
|
|
3147
3186
|
role="img"
|
|
3148
3187
|
width="1em"
|
|
3149
3188
|
height="1em"
|
|
3150
3189
|
>
|
|
3151
3190
|
<path
|
|
3152
|
-
d="
|
|
3191
|
+
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"
|
|
3153
3192
|
/>
|
|
3154
3193
|
</svg>
|
|
3155
3194
|
</span>
|
|
@@ -3158,15 +3197,15 @@ Shown with default, primary, and secondary styling
|
|
|
3158
3197
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3159
3198
|
<svg
|
|
3160
3199
|
class="pf-v6-svg"
|
|
3161
|
-
viewBox="0 0 20 20"
|
|
3162
3200
|
fill="currentColor"
|
|
3201
|
+
viewBox="0 0 20 20"
|
|
3163
3202
|
aria-hidden="true"
|
|
3164
3203
|
role="img"
|
|
3165
3204
|
width="1em"
|
|
3166
3205
|
height="1em"
|
|
3167
3206
|
>
|
|
3168
3207
|
<path
|
|
3169
|
-
d="
|
|
3208
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
3170
3209
|
/>
|
|
3171
3210
|
</svg>
|
|
3172
3211
|
</span>
|
|
@@ -3200,15 +3239,15 @@ Shown with default, primary, and secondary styling
|
|
|
3200
3239
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3201
3240
|
<svg
|
|
3202
3241
|
class="pf-v6-svg"
|
|
3203
|
-
viewBox="0 0 32 32"
|
|
3204
3242
|
fill="currentColor"
|
|
3243
|
+
viewBox="0 0 32 32"
|
|
3205
3244
|
aria-hidden="true"
|
|
3206
3245
|
role="img"
|
|
3207
3246
|
width="1em"
|
|
3208
3247
|
height="1em"
|
|
3209
3248
|
>
|
|
3210
3249
|
<path
|
|
3211
|
-
d="
|
|
3250
|
+
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"
|
|
3212
3251
|
/>
|
|
3213
3252
|
</svg>
|
|
3214
3253
|
</span>
|
|
@@ -3217,15 +3256,15 @@ Shown with default, primary, and secondary styling
|
|
|
3217
3256
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3218
3257
|
<svg
|
|
3219
3258
|
class="pf-v6-svg"
|
|
3220
|
-
viewBox="0 0 20 20"
|
|
3221
3259
|
fill="currentColor"
|
|
3260
|
+
viewBox="0 0 20 20"
|
|
3222
3261
|
aria-hidden="true"
|
|
3223
3262
|
role="img"
|
|
3224
3263
|
width="1em"
|
|
3225
3264
|
height="1em"
|
|
3226
3265
|
>
|
|
3227
3266
|
<path
|
|
3228
|
-
d="
|
|
3267
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
3229
3268
|
/>
|
|
3230
3269
|
</svg>
|
|
3231
3270
|
</span>
|
|
@@ -3255,15 +3294,15 @@ Shown with default, primary, and secondary styling
|
|
|
3255
3294
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3256
3295
|
<svg
|
|
3257
3296
|
class="pf-v6-svg"
|
|
3258
|
-
viewBox="0 0 32 32"
|
|
3259
3297
|
fill="currentColor"
|
|
3298
|
+
viewBox="0 0 32 32"
|
|
3260
3299
|
aria-hidden="true"
|
|
3261
3300
|
role="img"
|
|
3262
3301
|
width="1em"
|
|
3263
3302
|
height="1em"
|
|
3264
3303
|
>
|
|
3265
3304
|
<path
|
|
3266
|
-
d="
|
|
3305
|
+
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"
|
|
3267
3306
|
/>
|
|
3268
3307
|
</svg>
|
|
3269
3308
|
</span>
|
|
@@ -3272,15 +3311,15 @@ Shown with default, primary, and secondary styling
|
|
|
3272
3311
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3273
3312
|
<svg
|
|
3274
3313
|
class="pf-v6-svg"
|
|
3275
|
-
viewBox="0 0 20 20"
|
|
3276
3314
|
fill="currentColor"
|
|
3315
|
+
viewBox="0 0 20 20"
|
|
3277
3316
|
aria-hidden="true"
|
|
3278
3317
|
role="img"
|
|
3279
3318
|
width="1em"
|
|
3280
3319
|
height="1em"
|
|
3281
3320
|
>
|
|
3282
3321
|
<path
|
|
3283
|
-
d="
|
|
3322
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
3284
3323
|
/>
|
|
3285
3324
|
</svg>
|
|
3286
3325
|
</span>
|
|
@@ -3312,15 +3351,15 @@ Shown with default, primary, and secondary styling
|
|
|
3312
3351
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3313
3352
|
<svg
|
|
3314
3353
|
class="pf-v6-svg"
|
|
3315
|
-
viewBox="0 0 32 32"
|
|
3316
3354
|
fill="currentColor"
|
|
3355
|
+
viewBox="0 0 32 32"
|
|
3317
3356
|
aria-hidden="true"
|
|
3318
3357
|
role="img"
|
|
3319
3358
|
width="1em"
|
|
3320
3359
|
height="1em"
|
|
3321
3360
|
>
|
|
3322
3361
|
<path
|
|
3323
|
-
d="
|
|
3362
|
+
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"
|
|
3324
3363
|
/>
|
|
3325
3364
|
</svg>
|
|
3326
3365
|
</span>
|
|
@@ -3329,15 +3368,15 @@ Shown with default, primary, and secondary styling
|
|
|
3329
3368
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3330
3369
|
<svg
|
|
3331
3370
|
class="pf-v6-svg"
|
|
3332
|
-
viewBox="0 0 20 20"
|
|
3333
3371
|
fill="currentColor"
|
|
3372
|
+
viewBox="0 0 20 20"
|
|
3334
3373
|
aria-hidden="true"
|
|
3335
3374
|
role="img"
|
|
3336
3375
|
width="1em"
|
|
3337
3376
|
height="1em"
|
|
3338
3377
|
>
|
|
3339
3378
|
<path
|
|
3340
|
-
d="
|
|
3379
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
3341
3380
|
/>
|
|
3342
3381
|
</svg>
|
|
3343
3382
|
</span>
|
|
@@ -3371,15 +3410,15 @@ Shown with default, primary, and secondary styling
|
|
|
3371
3410
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3372
3411
|
<svg
|
|
3373
3412
|
class="pf-v6-svg"
|
|
3374
|
-
viewBox="0 0 32 32"
|
|
3375
3413
|
fill="currentColor"
|
|
3414
|
+
viewBox="0 0 32 32"
|
|
3376
3415
|
aria-hidden="true"
|
|
3377
3416
|
role="img"
|
|
3378
3417
|
width="1em"
|
|
3379
3418
|
height="1em"
|
|
3380
3419
|
>
|
|
3381
3420
|
<path
|
|
3382
|
-
d="
|
|
3421
|
+
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"
|
|
3383
3422
|
/>
|
|
3384
3423
|
</svg>
|
|
3385
3424
|
</span>
|
|
@@ -3388,15 +3427,15 @@ Shown with default, primary, and secondary styling
|
|
|
3388
3427
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3389
3428
|
<svg
|
|
3390
3429
|
class="pf-v6-svg"
|
|
3391
|
-
viewBox="0 0 20 20"
|
|
3392
3430
|
fill="currentColor"
|
|
3431
|
+
viewBox="0 0 20 20"
|
|
3393
3432
|
aria-hidden="true"
|
|
3394
3433
|
role="img"
|
|
3395
3434
|
width="1em"
|
|
3396
3435
|
height="1em"
|
|
3397
3436
|
>
|
|
3398
3437
|
<path
|
|
3399
|
-
d="
|
|
3438
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
3400
3439
|
/>
|
|
3401
3440
|
</svg>
|
|
3402
3441
|
</span>
|
|
@@ -3426,15 +3465,15 @@ Shown with default, primary, and secondary styling
|
|
|
3426
3465
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3427
3466
|
<svg
|
|
3428
3467
|
class="pf-v6-svg"
|
|
3429
|
-
viewBox="0 0 32 32"
|
|
3430
3468
|
fill="currentColor"
|
|
3469
|
+
viewBox="0 0 32 32"
|
|
3431
3470
|
aria-hidden="true"
|
|
3432
3471
|
role="img"
|
|
3433
3472
|
width="1em"
|
|
3434
3473
|
height="1em"
|
|
3435
3474
|
>
|
|
3436
3475
|
<path
|
|
3437
|
-
d="
|
|
3476
|
+
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"
|
|
3438
3477
|
/>
|
|
3439
3478
|
</svg>
|
|
3440
3479
|
</span>
|
|
@@ -3443,15 +3482,15 @@ Shown with default, primary, and secondary styling
|
|
|
3443
3482
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3444
3483
|
<svg
|
|
3445
3484
|
class="pf-v6-svg"
|
|
3446
|
-
viewBox="0 0 20 20"
|
|
3447
3485
|
fill="currentColor"
|
|
3486
|
+
viewBox="0 0 20 20"
|
|
3448
3487
|
aria-hidden="true"
|
|
3449
3488
|
role="img"
|
|
3450
3489
|
width="1em"
|
|
3451
3490
|
height="1em"
|
|
3452
3491
|
>
|
|
3453
3492
|
<path
|
|
3454
|
-
d="
|
|
3493
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
3455
3494
|
/>
|
|
3456
3495
|
</svg>
|
|
3457
3496
|
</span>
|
|
@@ -3483,15 +3522,15 @@ Shown with default, primary, and secondary styling
|
|
|
3483
3522
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3484
3523
|
<svg
|
|
3485
3524
|
class="pf-v6-svg"
|
|
3486
|
-
viewBox="0 0 32 32"
|
|
3487
3525
|
fill="currentColor"
|
|
3526
|
+
viewBox="0 0 32 32"
|
|
3488
3527
|
aria-hidden="true"
|
|
3489
3528
|
role="img"
|
|
3490
3529
|
width="1em"
|
|
3491
3530
|
height="1em"
|
|
3492
3531
|
>
|
|
3493
3532
|
<path
|
|
3494
|
-
d="
|
|
3533
|
+
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"
|
|
3495
3534
|
/>
|
|
3496
3535
|
</svg>
|
|
3497
3536
|
</span>
|
|
@@ -3500,15 +3539,15 @@ Shown with default, primary, and secondary styling
|
|
|
3500
3539
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3501
3540
|
<svg
|
|
3502
3541
|
class="pf-v6-svg"
|
|
3503
|
-
viewBox="0 0 20 20"
|
|
3504
3542
|
fill="currentColor"
|
|
3543
|
+
viewBox="0 0 20 20"
|
|
3505
3544
|
aria-hidden="true"
|
|
3506
3545
|
role="img"
|
|
3507
3546
|
width="1em"
|
|
3508
3547
|
height="1em"
|
|
3509
3548
|
>
|
|
3510
3549
|
<path
|
|
3511
|
-
d="
|
|
3550
|
+
d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
|
|
3512
3551
|
/>
|
|
3513
3552
|
</svg>
|
|
3514
3553
|
</span>
|
|
@@ -3530,15 +3569,15 @@ Shown with default, primary, and secondary styling
|
|
|
3530
3569
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3531
3570
|
<svg
|
|
3532
3571
|
class="pf-v6-svg"
|
|
3533
|
-
viewBox="0 0 32 32"
|
|
3534
3572
|
fill="currentColor"
|
|
3573
|
+
viewBox="0 0 32 32"
|
|
3535
3574
|
aria-hidden="true"
|
|
3536
3575
|
role="img"
|
|
3537
3576
|
width="1em"
|
|
3538
3577
|
height="1em"
|
|
3539
3578
|
>
|
|
3540
3579
|
<path
|
|
3541
|
-
d="
|
|
3580
|
+
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"
|
|
3542
3581
|
/>
|
|
3543
3582
|
</svg>
|
|
3544
3583
|
</span>
|
|
@@ -3553,15 +3592,15 @@ Shown with default, primary, and secondary styling
|
|
|
3553
3592
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3554
3593
|
<svg
|
|
3555
3594
|
class="pf-v6-svg"
|
|
3556
|
-
viewBox="0 0 32 32"
|
|
3557
3595
|
fill="currentColor"
|
|
3596
|
+
viewBox="0 0 32 32"
|
|
3558
3597
|
aria-hidden="true"
|
|
3559
3598
|
role="img"
|
|
3560
3599
|
width="1em"
|
|
3561
3600
|
height="1em"
|
|
3562
3601
|
>
|
|
3563
3602
|
<path
|
|
3564
|
-
d="
|
|
3603
|
+
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"
|
|
3565
3604
|
/>
|
|
3566
3605
|
</svg>
|
|
3567
3606
|
</span>
|
|
@@ -3577,15 +3616,15 @@ Shown with default, primary, and secondary styling
|
|
|
3577
3616
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3578
3617
|
<svg
|
|
3579
3618
|
class="pf-v6-svg"
|
|
3580
|
-
viewBox="0 0 32 32"
|
|
3581
3619
|
fill="currentColor"
|
|
3620
|
+
viewBox="0 0 32 32"
|
|
3582
3621
|
aria-hidden="true"
|
|
3583
3622
|
role="img"
|
|
3584
3623
|
width="1em"
|
|
3585
3624
|
height="1em"
|
|
3586
3625
|
>
|
|
3587
3626
|
<path
|
|
3588
|
-
d="
|
|
3627
|
+
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"
|
|
3589
3628
|
/>
|
|
3590
3629
|
</svg>
|
|
3591
3630
|
</span>
|