@patternfly/patternfly 6.5.0-prerelease.61 → 6.5.0-prerelease.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/images/glass-brand-dark.jpg +0 -0
- package/components/Button/button.css +2 -2
- package/components/Button/button.scss +3 -3
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/CodeEditor/code-editor.scss +1 -1
- package/components/Menu/menu.css +26 -19
- package/components/Menu/menu.scss +26 -19
- package/components/MenuToggle/menu-toggle.css +9 -5
- package/components/MenuToggle/menu-toggle.scss +12 -5
- package/components/Page/page.css +3 -0
- package/components/Page/page.scss +4 -0
- package/components/_index.css +41 -27
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +13 -1
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +52 -4
- package/docs/components/Card/examples/Card.md +130 -10
- package/docs/components/DataList/examples/DataList.md +221 -17
- package/docs/components/DualListSelector/examples/DualListSelector.md +234 -18
- package/docs/components/Hint/examples/Hint.md +39 -3
- package/docs/components/InlineEdit/examples/InlineEdit.md +26 -2
- package/docs/components/InputGroup/examples/InputGroup.md +13 -1
- package/docs/components/Login/examples/Login.md +13 -1
- package/docs/components/Menu/examples/Menu.md +195 -15
- package/docs/components/MenuToggle/examples/MenuToggle.md +1331 -100
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +481 -37
- package/docs/components/OverflowMenu/examples/overflow-menu.md +65 -5
- package/docs/components/Pagination/examples/Pagination.md +169 -13
- package/docs/components/Table/examples/Table.md +3461 -269
- package/docs/components/Toolbar/examples/Toolbar.md +507 -39
- package/docs/demos/AboutModal/examples/AboutModal.md +26 -2
- package/docs/demos/Alert/examples/Alert.md +78 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +26 -2
- package/docs/demos/Banner/examples/Banner.md +52 -4
- package/docs/demos/Card/examples/Card.md +78 -6
- package/docs/demos/CardView/examples/CardView.md +206 -20
- package/docs/demos/Compass/examples/Compass.md +431 -56
- package/docs/demos/Dashboard/examples/Dashboard.md +63 -9
- package/docs/demos/DataList/examples/DataList.md +369 -45
- package/docs/demos/DescriptionList/examples/DescriptionList.md +91 -7
- package/docs/demos/Drawer/examples/Drawer.md +143 -11
- package/docs/demos/JumpLinks/examples/JumpLinks.md +156 -12
- package/docs/demos/Masthead/examples/Masthead.md +156 -12
- package/docs/demos/Modal/examples/Modal.md +156 -12
- package/docs/demos/Nav/examples/Nav.md +104 -8
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +975 -75
- package/docs/demos/Page/examples/Page.md +390 -30
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +593 -83
- package/docs/demos/Skeleton/examples/Skeleton.md +26 -2
- package/docs/demos/Table/examples/Table.md +2518 -322
- package/docs/demos/Tabs/examples/Tabs.md +247 -19
- package/docs/demos/Toolbar/examples/Toolbar.md +659 -59
- package/docs/demos/Wizard/examples/Wizard.md +234 -18
- package/package.json +1 -1
- package/patternfly-no-globals.css +41 -27
- package/patternfly.css +41 -27
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -137,7 +137,19 @@ section: components
|
|
|
137
137
|
aria-label="Notifications"
|
|
138
138
|
>
|
|
139
139
|
<span class="pf-v6-c-button__icon">
|
|
140
|
-
<
|
|
140
|
+
<svg
|
|
141
|
+
class="pf-v6-svg"
|
|
142
|
+
viewBox="0 0 32 32"
|
|
143
|
+
fill="currentColor"
|
|
144
|
+
aria-hidden="true"
|
|
145
|
+
role="img"
|
|
146
|
+
width="1em"
|
|
147
|
+
height="1em"
|
|
148
|
+
>
|
|
149
|
+
<path
|
|
150
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
151
|
+
/>
|
|
152
|
+
</svg>
|
|
141
153
|
</span>
|
|
142
154
|
</button>
|
|
143
155
|
</div>
|
|
@@ -165,7 +177,19 @@ section: components
|
|
|
165
177
|
aria-label="Settings"
|
|
166
178
|
>
|
|
167
179
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
168
|
-
<
|
|
180
|
+
<svg
|
|
181
|
+
class="pf-v6-svg"
|
|
182
|
+
viewBox="0 0 32 32"
|
|
183
|
+
fill="currentColor"
|
|
184
|
+
aria-hidden="true"
|
|
185
|
+
role="img"
|
|
186
|
+
width="1em"
|
|
187
|
+
height="1em"
|
|
188
|
+
>
|
|
189
|
+
<path
|
|
190
|
+
d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
|
|
191
|
+
/>
|
|
192
|
+
</svg>
|
|
169
193
|
</span>
|
|
170
194
|
</button>
|
|
171
195
|
</div>
|
|
@@ -191,7 +215,19 @@ section: components
|
|
|
191
215
|
aria-label="Actions"
|
|
192
216
|
>
|
|
193
217
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
194
|
-
<
|
|
218
|
+
<svg
|
|
219
|
+
class="pf-v6-svg"
|
|
220
|
+
viewBox="0 0 32 32"
|
|
221
|
+
fill="currentColor"
|
|
222
|
+
aria-hidden="true"
|
|
223
|
+
role="img"
|
|
224
|
+
width="1em"
|
|
225
|
+
height="1em"
|
|
226
|
+
>
|
|
227
|
+
<path
|
|
228
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
229
|
+
/>
|
|
230
|
+
</svg>
|
|
195
231
|
</span>
|
|
196
232
|
</button>
|
|
197
233
|
</div>
|
|
@@ -391,7 +427,19 @@ section: components
|
|
|
391
427
|
id="drawer-demo-notification-drawer-basic-header-action"
|
|
392
428
|
>
|
|
393
429
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
394
|
-
<
|
|
430
|
+
<svg
|
|
431
|
+
class="pf-v6-svg"
|
|
432
|
+
viewBox="0 0 32 32"
|
|
433
|
+
fill="currentColor"
|
|
434
|
+
aria-hidden="true"
|
|
435
|
+
role="img"
|
|
436
|
+
width="1em"
|
|
437
|
+
height="1em"
|
|
438
|
+
>
|
|
439
|
+
<path
|
|
440
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
441
|
+
/>
|
|
442
|
+
</svg>
|
|
395
443
|
</span>
|
|
396
444
|
</button>
|
|
397
445
|
</div>
|
|
@@ -436,7 +484,19 @@ section: components
|
|
|
436
484
|
id="drawer-demo-notification-drawer-basic-menu-toggle-1"
|
|
437
485
|
>
|
|
438
486
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
439
|
-
<
|
|
487
|
+
<svg
|
|
488
|
+
class="pf-v6-svg"
|
|
489
|
+
viewBox="0 0 32 32"
|
|
490
|
+
fill="currentColor"
|
|
491
|
+
aria-hidden="true"
|
|
492
|
+
role="img"
|
|
493
|
+
width="1em"
|
|
494
|
+
height="1em"
|
|
495
|
+
>
|
|
496
|
+
<path
|
|
497
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
498
|
+
/>
|
|
499
|
+
</svg>
|
|
440
500
|
</span>
|
|
441
501
|
</button>
|
|
442
502
|
</div>
|
|
@@ -486,7 +546,19 @@ section: components
|
|
|
486
546
|
id="drawer-demo-notification-drawer-basic-menu-toggle-3"
|
|
487
547
|
>
|
|
488
548
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
489
|
-
<
|
|
549
|
+
<svg
|
|
550
|
+
class="pf-v6-svg"
|
|
551
|
+
viewBox="0 0 32 32"
|
|
552
|
+
fill="currentColor"
|
|
553
|
+
aria-hidden="true"
|
|
554
|
+
role="img"
|
|
555
|
+
width="1em"
|
|
556
|
+
height="1em"
|
|
557
|
+
>
|
|
558
|
+
<path
|
|
559
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
560
|
+
/>
|
|
561
|
+
</svg>
|
|
490
562
|
</span>
|
|
491
563
|
</button>
|
|
492
564
|
</div>
|
|
@@ -536,7 +608,19 @@ section: components
|
|
|
536
608
|
id="drawer-demo-notification-drawer-basic-menu-toggle-4"
|
|
537
609
|
>
|
|
538
610
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
539
|
-
<
|
|
611
|
+
<svg
|
|
612
|
+
class="pf-v6-svg"
|
|
613
|
+
viewBox="0 0 32 32"
|
|
614
|
+
fill="currentColor"
|
|
615
|
+
aria-hidden="true"
|
|
616
|
+
role="img"
|
|
617
|
+
width="1em"
|
|
618
|
+
height="1em"
|
|
619
|
+
>
|
|
620
|
+
<path
|
|
621
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
622
|
+
/>
|
|
623
|
+
</svg>
|
|
540
624
|
</span>
|
|
541
625
|
</button>
|
|
542
626
|
</div>
|
|
@@ -584,7 +668,19 @@ section: components
|
|
|
584
668
|
id="drawer-demo-notification-drawer-basic-menu-toggle-5"
|
|
585
669
|
>
|
|
586
670
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
587
|
-
<
|
|
671
|
+
<svg
|
|
672
|
+
class="pf-v6-svg"
|
|
673
|
+
viewBox="0 0 32 32"
|
|
674
|
+
fill="currentColor"
|
|
675
|
+
aria-hidden="true"
|
|
676
|
+
role="img"
|
|
677
|
+
width="1em"
|
|
678
|
+
height="1em"
|
|
679
|
+
>
|
|
680
|
+
<path
|
|
681
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
682
|
+
/>
|
|
683
|
+
</svg>
|
|
588
684
|
</span>
|
|
589
685
|
</button>
|
|
590
686
|
</div>
|
|
@@ -632,7 +728,19 @@ section: components
|
|
|
632
728
|
id="drawer-demo-notification-drawer-basic-menu-toggle-6"
|
|
633
729
|
>
|
|
634
730
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
635
|
-
<
|
|
731
|
+
<svg
|
|
732
|
+
class="pf-v6-svg"
|
|
733
|
+
viewBox="0 0 32 32"
|
|
734
|
+
fill="currentColor"
|
|
735
|
+
aria-hidden="true"
|
|
736
|
+
role="img"
|
|
737
|
+
width="1em"
|
|
738
|
+
height="1em"
|
|
739
|
+
>
|
|
740
|
+
<path
|
|
741
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
742
|
+
/>
|
|
743
|
+
</svg>
|
|
636
744
|
</span>
|
|
637
745
|
</button>
|
|
638
746
|
</div>
|
|
@@ -680,7 +788,19 @@ section: components
|
|
|
680
788
|
id="drawer-demo-notification-drawer-basic-menu-toggle-7"
|
|
681
789
|
>
|
|
682
790
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
683
|
-
<
|
|
791
|
+
<svg
|
|
792
|
+
class="pf-v6-svg"
|
|
793
|
+
viewBox="0 0 32 32"
|
|
794
|
+
fill="currentColor"
|
|
795
|
+
aria-hidden="true"
|
|
796
|
+
role="img"
|
|
797
|
+
width="1em"
|
|
798
|
+
height="1em"
|
|
799
|
+
>
|
|
800
|
+
<path
|
|
801
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
802
|
+
/>
|
|
803
|
+
</svg>
|
|
684
804
|
</span>
|
|
685
805
|
</button>
|
|
686
806
|
</div>
|
|
@@ -729,7 +849,19 @@ section: components
|
|
|
729
849
|
id="drawer-demo-notification-drawer-basic-menu-toggle-8"
|
|
730
850
|
>
|
|
731
851
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
732
|
-
<
|
|
852
|
+
<svg
|
|
853
|
+
class="pf-v6-svg"
|
|
854
|
+
viewBox="0 0 32 32"
|
|
855
|
+
fill="currentColor"
|
|
856
|
+
aria-hidden="true"
|
|
857
|
+
role="img"
|
|
858
|
+
width="1em"
|
|
859
|
+
height="1em"
|
|
860
|
+
>
|
|
861
|
+
<path
|
|
862
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
863
|
+
/>
|
|
864
|
+
</svg>
|
|
733
865
|
</span>
|
|
734
866
|
</button>
|
|
735
867
|
</div>
|
|
@@ -928,7 +1060,19 @@ section: components
|
|
|
928
1060
|
aria-label="Notifications"
|
|
929
1061
|
>
|
|
930
1062
|
<span class="pf-v6-c-button__icon">
|
|
931
|
-
<
|
|
1063
|
+
<svg
|
|
1064
|
+
class="pf-v6-svg"
|
|
1065
|
+
viewBox="0 0 32 32"
|
|
1066
|
+
fill="currentColor"
|
|
1067
|
+
aria-hidden="true"
|
|
1068
|
+
role="img"
|
|
1069
|
+
width="1em"
|
|
1070
|
+
height="1em"
|
|
1071
|
+
>
|
|
1072
|
+
<path
|
|
1073
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
1074
|
+
/>
|
|
1075
|
+
</svg>
|
|
932
1076
|
</span>
|
|
933
1077
|
</button>
|
|
934
1078
|
</div>
|
|
@@ -956,7 +1100,19 @@ section: components
|
|
|
956
1100
|
aria-label="Settings"
|
|
957
1101
|
>
|
|
958
1102
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
959
|
-
<
|
|
1103
|
+
<svg
|
|
1104
|
+
class="pf-v6-svg"
|
|
1105
|
+
viewBox="0 0 32 32"
|
|
1106
|
+
fill="currentColor"
|
|
1107
|
+
aria-hidden="true"
|
|
1108
|
+
role="img"
|
|
1109
|
+
width="1em"
|
|
1110
|
+
height="1em"
|
|
1111
|
+
>
|
|
1112
|
+
<path
|
|
1113
|
+
d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
|
|
1114
|
+
/>
|
|
1115
|
+
</svg>
|
|
960
1116
|
</span>
|
|
961
1117
|
</button>
|
|
962
1118
|
</div>
|
|
@@ -982,7 +1138,19 @@ section: components
|
|
|
982
1138
|
aria-label="Actions"
|
|
983
1139
|
>
|
|
984
1140
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
985
|
-
<
|
|
1141
|
+
<svg
|
|
1142
|
+
class="pf-v6-svg"
|
|
1143
|
+
viewBox="0 0 32 32"
|
|
1144
|
+
fill="currentColor"
|
|
1145
|
+
aria-hidden="true"
|
|
1146
|
+
role="img"
|
|
1147
|
+
width="1em"
|
|
1148
|
+
height="1em"
|
|
1149
|
+
>
|
|
1150
|
+
<path
|
|
1151
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1152
|
+
/>
|
|
1153
|
+
</svg>
|
|
986
1154
|
</span>
|
|
987
1155
|
</button>
|
|
988
1156
|
</div>
|
|
@@ -1182,7 +1350,19 @@ section: components
|
|
|
1182
1350
|
id="drawer-demo-notification-drawer-basic-header-action"
|
|
1183
1351
|
>
|
|
1184
1352
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1185
|
-
<
|
|
1353
|
+
<svg
|
|
1354
|
+
class="pf-v6-svg"
|
|
1355
|
+
viewBox="0 0 32 32"
|
|
1356
|
+
fill="currentColor"
|
|
1357
|
+
aria-hidden="true"
|
|
1358
|
+
role="img"
|
|
1359
|
+
width="1em"
|
|
1360
|
+
height="1em"
|
|
1361
|
+
>
|
|
1362
|
+
<path
|
|
1363
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1364
|
+
/>
|
|
1365
|
+
</svg>
|
|
1186
1366
|
</span>
|
|
1187
1367
|
</button>
|
|
1188
1368
|
</div>
|
|
@@ -1227,7 +1407,19 @@ section: components
|
|
|
1227
1407
|
id="drawer-demo-notification-drawer-basic-menu-toggle-1"
|
|
1228
1408
|
>
|
|
1229
1409
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1230
|
-
<
|
|
1410
|
+
<svg
|
|
1411
|
+
class="pf-v6-svg"
|
|
1412
|
+
viewBox="0 0 32 32"
|
|
1413
|
+
fill="currentColor"
|
|
1414
|
+
aria-hidden="true"
|
|
1415
|
+
role="img"
|
|
1416
|
+
width="1em"
|
|
1417
|
+
height="1em"
|
|
1418
|
+
>
|
|
1419
|
+
<path
|
|
1420
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1421
|
+
/>
|
|
1422
|
+
</svg>
|
|
1231
1423
|
</span>
|
|
1232
1424
|
</button>
|
|
1233
1425
|
</div>
|
|
@@ -1277,7 +1469,19 @@ section: components
|
|
|
1277
1469
|
id="drawer-demo-notification-drawer-basic-menu-toggle-3"
|
|
1278
1470
|
>
|
|
1279
1471
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1280
|
-
<
|
|
1472
|
+
<svg
|
|
1473
|
+
class="pf-v6-svg"
|
|
1474
|
+
viewBox="0 0 32 32"
|
|
1475
|
+
fill="currentColor"
|
|
1476
|
+
aria-hidden="true"
|
|
1477
|
+
role="img"
|
|
1478
|
+
width="1em"
|
|
1479
|
+
height="1em"
|
|
1480
|
+
>
|
|
1481
|
+
<path
|
|
1482
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1483
|
+
/>
|
|
1484
|
+
</svg>
|
|
1281
1485
|
</span>
|
|
1282
1486
|
</button>
|
|
1283
1487
|
</div>
|
|
@@ -1327,7 +1531,19 @@ section: components
|
|
|
1327
1531
|
id="drawer-demo-notification-drawer-basic-menu-toggle-4"
|
|
1328
1532
|
>
|
|
1329
1533
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1330
|
-
<
|
|
1534
|
+
<svg
|
|
1535
|
+
class="pf-v6-svg"
|
|
1536
|
+
viewBox="0 0 32 32"
|
|
1537
|
+
fill="currentColor"
|
|
1538
|
+
aria-hidden="true"
|
|
1539
|
+
role="img"
|
|
1540
|
+
width="1em"
|
|
1541
|
+
height="1em"
|
|
1542
|
+
>
|
|
1543
|
+
<path
|
|
1544
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1545
|
+
/>
|
|
1546
|
+
</svg>
|
|
1331
1547
|
</span>
|
|
1332
1548
|
</button>
|
|
1333
1549
|
</div>
|
|
@@ -1375,7 +1591,19 @@ section: components
|
|
|
1375
1591
|
id="drawer-demo-notification-drawer-basic-menu-toggle-5"
|
|
1376
1592
|
>
|
|
1377
1593
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1378
|
-
<
|
|
1594
|
+
<svg
|
|
1595
|
+
class="pf-v6-svg"
|
|
1596
|
+
viewBox="0 0 32 32"
|
|
1597
|
+
fill="currentColor"
|
|
1598
|
+
aria-hidden="true"
|
|
1599
|
+
role="img"
|
|
1600
|
+
width="1em"
|
|
1601
|
+
height="1em"
|
|
1602
|
+
>
|
|
1603
|
+
<path
|
|
1604
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1605
|
+
/>
|
|
1606
|
+
</svg>
|
|
1379
1607
|
</span>
|
|
1380
1608
|
</button>
|
|
1381
1609
|
</div>
|
|
@@ -1423,7 +1651,19 @@ section: components
|
|
|
1423
1651
|
id="drawer-demo-notification-drawer-basic-menu-toggle-6"
|
|
1424
1652
|
>
|
|
1425
1653
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1426
|
-
<
|
|
1654
|
+
<svg
|
|
1655
|
+
class="pf-v6-svg"
|
|
1656
|
+
viewBox="0 0 32 32"
|
|
1657
|
+
fill="currentColor"
|
|
1658
|
+
aria-hidden="true"
|
|
1659
|
+
role="img"
|
|
1660
|
+
width="1em"
|
|
1661
|
+
height="1em"
|
|
1662
|
+
>
|
|
1663
|
+
<path
|
|
1664
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1665
|
+
/>
|
|
1666
|
+
</svg>
|
|
1427
1667
|
</span>
|
|
1428
1668
|
</button>
|
|
1429
1669
|
</div>
|
|
@@ -1471,7 +1711,19 @@ section: components
|
|
|
1471
1711
|
id="drawer-demo-notification-drawer-basic-menu-toggle-7"
|
|
1472
1712
|
>
|
|
1473
1713
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1474
|
-
<
|
|
1714
|
+
<svg
|
|
1715
|
+
class="pf-v6-svg"
|
|
1716
|
+
viewBox="0 0 32 32"
|
|
1717
|
+
fill="currentColor"
|
|
1718
|
+
aria-hidden="true"
|
|
1719
|
+
role="img"
|
|
1720
|
+
width="1em"
|
|
1721
|
+
height="1em"
|
|
1722
|
+
>
|
|
1723
|
+
<path
|
|
1724
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1725
|
+
/>
|
|
1726
|
+
</svg>
|
|
1475
1727
|
</span>
|
|
1476
1728
|
</button>
|
|
1477
1729
|
</div>
|
|
@@ -1520,7 +1772,19 @@ section: components
|
|
|
1520
1772
|
id="drawer-demo-notification-drawer-basic-menu-toggle-8"
|
|
1521
1773
|
>
|
|
1522
1774
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1523
|
-
<
|
|
1775
|
+
<svg
|
|
1776
|
+
class="pf-v6-svg"
|
|
1777
|
+
viewBox="0 0 32 32"
|
|
1778
|
+
fill="currentColor"
|
|
1779
|
+
aria-hidden="true"
|
|
1780
|
+
role="img"
|
|
1781
|
+
width="1em"
|
|
1782
|
+
height="1em"
|
|
1783
|
+
>
|
|
1784
|
+
<path
|
|
1785
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1786
|
+
/>
|
|
1787
|
+
</svg>
|
|
1524
1788
|
</span>
|
|
1525
1789
|
</button>
|
|
1526
1790
|
</div>
|
|
@@ -1719,7 +1983,19 @@ section: components
|
|
|
1719
1983
|
aria-label="Unread notifications"
|
|
1720
1984
|
>
|
|
1721
1985
|
<span class="pf-v6-c-button__icon">
|
|
1722
|
-
<
|
|
1986
|
+
<svg
|
|
1987
|
+
class="pf-v6-svg"
|
|
1988
|
+
viewBox="0 0 32 32"
|
|
1989
|
+
fill="currentColor"
|
|
1990
|
+
aria-hidden="true"
|
|
1991
|
+
role="img"
|
|
1992
|
+
width="1em"
|
|
1993
|
+
height="1em"
|
|
1994
|
+
>
|
|
1995
|
+
<path
|
|
1996
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
1997
|
+
/>
|
|
1998
|
+
</svg>
|
|
1723
1999
|
</span>
|
|
1724
2000
|
</button>
|
|
1725
2001
|
</div>
|
|
@@ -1747,7 +2023,19 @@ section: components
|
|
|
1747
2023
|
aria-label="Settings"
|
|
1748
2024
|
>
|
|
1749
2025
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1750
|
-
<
|
|
2026
|
+
<svg
|
|
2027
|
+
class="pf-v6-svg"
|
|
2028
|
+
viewBox="0 0 32 32"
|
|
2029
|
+
fill="currentColor"
|
|
2030
|
+
aria-hidden="true"
|
|
2031
|
+
role="img"
|
|
2032
|
+
width="1em"
|
|
2033
|
+
height="1em"
|
|
2034
|
+
>
|
|
2035
|
+
<path
|
|
2036
|
+
d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
|
|
2037
|
+
/>
|
|
2038
|
+
</svg>
|
|
1751
2039
|
</span>
|
|
1752
2040
|
</button>
|
|
1753
2041
|
</div>
|
|
@@ -1773,7 +2061,19 @@ section: components
|
|
|
1773
2061
|
aria-label="Actions"
|
|
1774
2062
|
>
|
|
1775
2063
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1776
|
-
<
|
|
2064
|
+
<svg
|
|
2065
|
+
class="pf-v6-svg"
|
|
2066
|
+
viewBox="0 0 32 32"
|
|
2067
|
+
fill="currentColor"
|
|
2068
|
+
aria-hidden="true"
|
|
2069
|
+
role="img"
|
|
2070
|
+
width="1em"
|
|
2071
|
+
height="1em"
|
|
2072
|
+
>
|
|
2073
|
+
<path
|
|
2074
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
2075
|
+
/>
|
|
2076
|
+
</svg>
|
|
1777
2077
|
</span>
|
|
1778
2078
|
</button>
|
|
1779
2079
|
</div>
|
|
@@ -1973,7 +2273,19 @@ section: components
|
|
|
1973
2273
|
id="drawer-demo-notification-drawer-basic-header-action"
|
|
1974
2274
|
>
|
|
1975
2275
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1976
|
-
<
|
|
2276
|
+
<svg
|
|
2277
|
+
class="pf-v6-svg"
|
|
2278
|
+
viewBox="0 0 32 32"
|
|
2279
|
+
fill="currentColor"
|
|
2280
|
+
aria-hidden="true"
|
|
2281
|
+
role="img"
|
|
2282
|
+
width="1em"
|
|
2283
|
+
height="1em"
|
|
2284
|
+
>
|
|
2285
|
+
<path
|
|
2286
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
2287
|
+
/>
|
|
2288
|
+
</svg>
|
|
1977
2289
|
</span>
|
|
1978
2290
|
</button>
|
|
1979
2291
|
</div>
|
|
@@ -2019,7 +2331,19 @@ section: components
|
|
|
2019
2331
|
id="drawer-demo-notification-drawer-basic-menu-toggle-1"
|
|
2020
2332
|
>
|
|
2021
2333
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2022
|
-
<
|
|
2334
|
+
<svg
|
|
2335
|
+
class="pf-v6-svg"
|
|
2336
|
+
viewBox="0 0 32 32"
|
|
2337
|
+
fill="currentColor"
|
|
2338
|
+
aria-hidden="true"
|
|
2339
|
+
role="img"
|
|
2340
|
+
width="1em"
|
|
2341
|
+
height="1em"
|
|
2342
|
+
>
|
|
2343
|
+
<path
|
|
2344
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
2345
|
+
/>
|
|
2346
|
+
</svg>
|
|
2023
2347
|
</span>
|
|
2024
2348
|
</button>
|
|
2025
2349
|
</div>
|
|
@@ -2070,7 +2394,19 @@ section: components
|
|
|
2070
2394
|
id="drawer-demo-notification-drawer-basic-menu-toggle-3"
|
|
2071
2395
|
>
|
|
2072
2396
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2073
|
-
<
|
|
2397
|
+
<svg
|
|
2398
|
+
class="pf-v6-svg"
|
|
2399
|
+
viewBox="0 0 32 32"
|
|
2400
|
+
fill="currentColor"
|
|
2401
|
+
aria-hidden="true"
|
|
2402
|
+
role="img"
|
|
2403
|
+
width="1em"
|
|
2404
|
+
height="1em"
|
|
2405
|
+
>
|
|
2406
|
+
<path
|
|
2407
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
2408
|
+
/>
|
|
2409
|
+
</svg>
|
|
2074
2410
|
</span>
|
|
2075
2411
|
</button>
|
|
2076
2412
|
</div>
|
|
@@ -2121,7 +2457,19 @@ section: components
|
|
|
2121
2457
|
id="drawer-demo-notification-drawer-basic-menu-toggle-4"
|
|
2122
2458
|
>
|
|
2123
2459
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2124
|
-
<
|
|
2460
|
+
<svg
|
|
2461
|
+
class="pf-v6-svg"
|
|
2462
|
+
viewBox="0 0 32 32"
|
|
2463
|
+
fill="currentColor"
|
|
2464
|
+
aria-hidden="true"
|
|
2465
|
+
role="img"
|
|
2466
|
+
width="1em"
|
|
2467
|
+
height="1em"
|
|
2468
|
+
>
|
|
2469
|
+
<path
|
|
2470
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
2471
|
+
/>
|
|
2472
|
+
</svg>
|
|
2125
2473
|
</span>
|
|
2126
2474
|
</button>
|
|
2127
2475
|
</div>
|
|
@@ -2169,7 +2517,19 @@ section: components
|
|
|
2169
2517
|
id="drawer-demo-notification-drawer-basic-menu-toggle-5"
|
|
2170
2518
|
>
|
|
2171
2519
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2172
|
-
<
|
|
2520
|
+
<svg
|
|
2521
|
+
class="pf-v6-svg"
|
|
2522
|
+
viewBox="0 0 32 32"
|
|
2523
|
+
fill="currentColor"
|
|
2524
|
+
aria-hidden="true"
|
|
2525
|
+
role="img"
|
|
2526
|
+
width="1em"
|
|
2527
|
+
height="1em"
|
|
2528
|
+
>
|
|
2529
|
+
<path
|
|
2530
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
2531
|
+
/>
|
|
2532
|
+
</svg>
|
|
2173
2533
|
</span>
|
|
2174
2534
|
</button>
|
|
2175
2535
|
</div>
|
|
@@ -2217,7 +2577,19 @@ section: components
|
|
|
2217
2577
|
id="drawer-demo-notification-drawer-basic-menu-toggle-6"
|
|
2218
2578
|
>
|
|
2219
2579
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2220
|
-
<
|
|
2580
|
+
<svg
|
|
2581
|
+
class="pf-v6-svg"
|
|
2582
|
+
viewBox="0 0 32 32"
|
|
2583
|
+
fill="currentColor"
|
|
2584
|
+
aria-hidden="true"
|
|
2585
|
+
role="img"
|
|
2586
|
+
width="1em"
|
|
2587
|
+
height="1em"
|
|
2588
|
+
>
|
|
2589
|
+
<path
|
|
2590
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
2591
|
+
/>
|
|
2592
|
+
</svg>
|
|
2221
2593
|
</span>
|
|
2222
2594
|
</button>
|
|
2223
2595
|
</div>
|
|
@@ -2265,7 +2637,19 @@ section: components
|
|
|
2265
2637
|
id="drawer-demo-notification-drawer-basic-menu-toggle-7"
|
|
2266
2638
|
>
|
|
2267
2639
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2268
|
-
<
|
|
2640
|
+
<svg
|
|
2641
|
+
class="pf-v6-svg"
|
|
2642
|
+
viewBox="0 0 32 32"
|
|
2643
|
+
fill="currentColor"
|
|
2644
|
+
aria-hidden="true"
|
|
2645
|
+
role="img"
|
|
2646
|
+
width="1em"
|
|
2647
|
+
height="1em"
|
|
2648
|
+
>
|
|
2649
|
+
<path
|
|
2650
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
2651
|
+
/>
|
|
2652
|
+
</svg>
|
|
2269
2653
|
</span>
|
|
2270
2654
|
</button>
|
|
2271
2655
|
</div>
|
|
@@ -2314,7 +2698,19 @@ section: components
|
|
|
2314
2698
|
id="drawer-demo-notification-drawer-basic-menu-toggle-8"
|
|
2315
2699
|
>
|
|
2316
2700
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2317
|
-
<
|
|
2701
|
+
<svg
|
|
2702
|
+
class="pf-v6-svg"
|
|
2703
|
+
viewBox="0 0 32 32"
|
|
2704
|
+
fill="currentColor"
|
|
2705
|
+
aria-hidden="true"
|
|
2706
|
+
role="img"
|
|
2707
|
+
width="1em"
|
|
2708
|
+
height="1em"
|
|
2709
|
+
>
|
|
2710
|
+
<path
|
|
2711
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
2712
|
+
/>
|
|
2713
|
+
</svg>
|
|
2318
2714
|
</span>
|
|
2319
2715
|
</button>
|
|
2320
2716
|
</div>
|
|
@@ -2513,7 +2909,19 @@ section: components
|
|
|
2513
2909
|
aria-label="Attention notifications"
|
|
2514
2910
|
>
|
|
2515
2911
|
<span class="pf-v6-c-button__icon">
|
|
2516
|
-
<
|
|
2912
|
+
<svg
|
|
2913
|
+
class="pf-v6-svg"
|
|
2914
|
+
viewBox="0 0 32 32"
|
|
2915
|
+
fill="currentColor"
|
|
2916
|
+
aria-hidden="true"
|
|
2917
|
+
role="img"
|
|
2918
|
+
width="1em"
|
|
2919
|
+
height="1em"
|
|
2920
|
+
>
|
|
2921
|
+
<path
|
|
2922
|
+
d="M28 21c-1.103 0-2-.897-2-2v-4c0-4.884-3.523-8.955-8.159-9.823.405-.444.659-1.03.659-1.677C18.5 2.121 17.379 1 16 1s-2.5 1.121-2.5 2.5c0 .648.254 1.233.659 1.677C9.523 6.045 6 10.116 6 15v4c0 1.103-.897 2-2 2a1 1 0 0 0-1 1v3.5c0 .827.673 1.5 1.5 1.5H12c0 2.206 1.794 4 4 4s4-1.794 4-4h7.5c.827 0 1.5-.673 1.5-1.5V22a1 1 0 0 0-1-1ZM14.5 11a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 24.014a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 24.014Z"
|
|
2923
|
+
/>
|
|
2924
|
+
</svg>
|
|
2517
2925
|
</span>
|
|
2518
2926
|
</button>
|
|
2519
2927
|
</div>
|
|
@@ -2541,7 +2949,19 @@ section: components
|
|
|
2541
2949
|
aria-label="Settings"
|
|
2542
2950
|
>
|
|
2543
2951
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2544
|
-
<
|
|
2952
|
+
<svg
|
|
2953
|
+
class="pf-v6-svg"
|
|
2954
|
+
viewBox="0 0 32 32"
|
|
2955
|
+
fill="currentColor"
|
|
2956
|
+
aria-hidden="true"
|
|
2957
|
+
role="img"
|
|
2958
|
+
width="1em"
|
|
2959
|
+
height="1em"
|
|
2960
|
+
>
|
|
2961
|
+
<path
|
|
2962
|
+
d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
|
|
2963
|
+
/>
|
|
2964
|
+
</svg>
|
|
2545
2965
|
</span>
|
|
2546
2966
|
</button>
|
|
2547
2967
|
</div>
|
|
@@ -2567,7 +2987,19 @@ section: components
|
|
|
2567
2987
|
aria-label="Actions"
|
|
2568
2988
|
>
|
|
2569
2989
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2570
|
-
<
|
|
2990
|
+
<svg
|
|
2991
|
+
class="pf-v6-svg"
|
|
2992
|
+
viewBox="0 0 32 32"
|
|
2993
|
+
fill="currentColor"
|
|
2994
|
+
aria-hidden="true"
|
|
2995
|
+
role="img"
|
|
2996
|
+
width="1em"
|
|
2997
|
+
height="1em"
|
|
2998
|
+
>
|
|
2999
|
+
<path
|
|
3000
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
3001
|
+
/>
|
|
3002
|
+
</svg>
|
|
2571
3003
|
</span>
|
|
2572
3004
|
</button>
|
|
2573
3005
|
</div>
|
|
@@ -2767,7 +3199,19 @@ section: components
|
|
|
2767
3199
|
id="drawer-demo-notification-drawer-basic-header-action"
|
|
2768
3200
|
>
|
|
2769
3201
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2770
|
-
<
|
|
3202
|
+
<svg
|
|
3203
|
+
class="pf-v6-svg"
|
|
3204
|
+
viewBox="0 0 32 32"
|
|
3205
|
+
fill="currentColor"
|
|
3206
|
+
aria-hidden="true"
|
|
3207
|
+
role="img"
|
|
3208
|
+
width="1em"
|
|
3209
|
+
height="1em"
|
|
3210
|
+
>
|
|
3211
|
+
<path
|
|
3212
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
3213
|
+
/>
|
|
3214
|
+
</svg>
|
|
2771
3215
|
</span>
|
|
2772
3216
|
</button>
|
|
2773
3217
|
</div>
|
|
@@ -2813,7 +3257,19 @@ section: components
|
|
|
2813
3257
|
id="drawer-demo-notification-drawer-basic-menu-toggle-1"
|
|
2814
3258
|
>
|
|
2815
3259
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2816
|
-
<
|
|
3260
|
+
<svg
|
|
3261
|
+
class="pf-v6-svg"
|
|
3262
|
+
viewBox="0 0 32 32"
|
|
3263
|
+
fill="currentColor"
|
|
3264
|
+
aria-hidden="true"
|
|
3265
|
+
role="img"
|
|
3266
|
+
width="1em"
|
|
3267
|
+
height="1em"
|
|
3268
|
+
>
|
|
3269
|
+
<path
|
|
3270
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
3271
|
+
/>
|
|
3272
|
+
</svg>
|
|
2817
3273
|
</span>
|
|
2818
3274
|
</button>
|
|
2819
3275
|
</div>
|
|
@@ -2910,7 +3366,19 @@ section: components
|
|
|
2910
3366
|
id="drawer-demo-notification-drawer-basic-menu-toggle-4"
|
|
2911
3367
|
>
|
|
2912
3368
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2913
|
-
<
|
|
3369
|
+
<svg
|
|
3370
|
+
class="pf-v6-svg"
|
|
3371
|
+
viewBox="0 0 32 32"
|
|
3372
|
+
fill="currentColor"
|
|
3373
|
+
aria-hidden="true"
|
|
3374
|
+
role="img"
|
|
3375
|
+
width="1em"
|
|
3376
|
+
height="1em"
|
|
3377
|
+
>
|
|
3378
|
+
<path
|
|
3379
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
3380
|
+
/>
|
|
3381
|
+
</svg>
|
|
2914
3382
|
</span>
|
|
2915
3383
|
</button>
|
|
2916
3384
|
</div>
|
|
@@ -2958,7 +3426,19 @@ section: components
|
|
|
2958
3426
|
id="drawer-demo-notification-drawer-basic-menu-toggle-5"
|
|
2959
3427
|
>
|
|
2960
3428
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2961
|
-
<
|
|
3429
|
+
<svg
|
|
3430
|
+
class="pf-v6-svg"
|
|
3431
|
+
viewBox="0 0 32 32"
|
|
3432
|
+
fill="currentColor"
|
|
3433
|
+
aria-hidden="true"
|
|
3434
|
+
role="img"
|
|
3435
|
+
width="1em"
|
|
3436
|
+
height="1em"
|
|
3437
|
+
>
|
|
3438
|
+
<path
|
|
3439
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
3440
|
+
/>
|
|
3441
|
+
</svg>
|
|
2962
3442
|
</span>
|
|
2963
3443
|
</button>
|
|
2964
3444
|
</div>
|
|
@@ -3006,7 +3486,19 @@ section: components
|
|
|
3006
3486
|
id="drawer-demo-notification-drawer-basic-menu-toggle-6"
|
|
3007
3487
|
>
|
|
3008
3488
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3009
|
-
<
|
|
3489
|
+
<svg
|
|
3490
|
+
class="pf-v6-svg"
|
|
3491
|
+
viewBox="0 0 32 32"
|
|
3492
|
+
fill="currentColor"
|
|
3493
|
+
aria-hidden="true"
|
|
3494
|
+
role="img"
|
|
3495
|
+
width="1em"
|
|
3496
|
+
height="1em"
|
|
3497
|
+
>
|
|
3498
|
+
<path
|
|
3499
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
3500
|
+
/>
|
|
3501
|
+
</svg>
|
|
3010
3502
|
</span>
|
|
3011
3503
|
</button>
|
|
3012
3504
|
</div>
|
|
@@ -3054,7 +3546,19 @@ section: components
|
|
|
3054
3546
|
id="drawer-demo-notification-drawer-basic-menu-toggle-7"
|
|
3055
3547
|
>
|
|
3056
3548
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3057
|
-
<
|
|
3549
|
+
<svg
|
|
3550
|
+
class="pf-v6-svg"
|
|
3551
|
+
viewBox="0 0 32 32"
|
|
3552
|
+
fill="currentColor"
|
|
3553
|
+
aria-hidden="true"
|
|
3554
|
+
role="img"
|
|
3555
|
+
width="1em"
|
|
3556
|
+
height="1em"
|
|
3557
|
+
>
|
|
3558
|
+
<path
|
|
3559
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
3560
|
+
/>
|
|
3561
|
+
</svg>
|
|
3058
3562
|
</span>
|
|
3059
3563
|
</button>
|
|
3060
3564
|
</div>
|
|
@@ -3103,7 +3607,19 @@ section: components
|
|
|
3103
3607
|
id="drawer-demo-notification-drawer-basic-menu-toggle-8"
|
|
3104
3608
|
>
|
|
3105
3609
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3106
|
-
<
|
|
3610
|
+
<svg
|
|
3611
|
+
class="pf-v6-svg"
|
|
3612
|
+
viewBox="0 0 32 32"
|
|
3613
|
+
fill="currentColor"
|
|
3614
|
+
aria-hidden="true"
|
|
3615
|
+
role="img"
|
|
3616
|
+
width="1em"
|
|
3617
|
+
height="1em"
|
|
3618
|
+
>
|
|
3619
|
+
<path
|
|
3620
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
3621
|
+
/>
|
|
3622
|
+
</svg>
|
|
3107
3623
|
</span>
|
|
3108
3624
|
</button>
|
|
3109
3625
|
</div>
|
|
@@ -3302,7 +3818,19 @@ section: components
|
|
|
3302
3818
|
aria-label="Unread notifications"
|
|
3303
3819
|
>
|
|
3304
3820
|
<span class="pf-v6-c-button__icon">
|
|
3305
|
-
<
|
|
3821
|
+
<svg
|
|
3822
|
+
class="pf-v6-svg"
|
|
3823
|
+
viewBox="0 0 32 32"
|
|
3824
|
+
fill="currentColor"
|
|
3825
|
+
aria-hidden="true"
|
|
3826
|
+
role="img"
|
|
3827
|
+
width="1em"
|
|
3828
|
+
height="1em"
|
|
3829
|
+
>
|
|
3830
|
+
<path
|
|
3831
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
3832
|
+
/>
|
|
3833
|
+
</svg>
|
|
3306
3834
|
</span>
|
|
3307
3835
|
</button>
|
|
3308
3836
|
</div>
|
|
@@ -3330,7 +3858,19 @@ section: components
|
|
|
3330
3858
|
aria-label="Settings"
|
|
3331
3859
|
>
|
|
3332
3860
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3333
|
-
<
|
|
3861
|
+
<svg
|
|
3862
|
+
class="pf-v6-svg"
|
|
3863
|
+
viewBox="0 0 32 32"
|
|
3864
|
+
fill="currentColor"
|
|
3865
|
+
aria-hidden="true"
|
|
3866
|
+
role="img"
|
|
3867
|
+
width="1em"
|
|
3868
|
+
height="1em"
|
|
3869
|
+
>
|
|
3870
|
+
<path
|
|
3871
|
+
d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
|
|
3872
|
+
/>
|
|
3873
|
+
</svg>
|
|
3334
3874
|
</span>
|
|
3335
3875
|
</button>
|
|
3336
3876
|
</div>
|
|
@@ -3356,7 +3896,19 @@ section: components
|
|
|
3356
3896
|
aria-label="Actions"
|
|
3357
3897
|
>
|
|
3358
3898
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3359
|
-
<
|
|
3899
|
+
<svg
|
|
3900
|
+
class="pf-v6-svg"
|
|
3901
|
+
viewBox="0 0 32 32"
|
|
3902
|
+
fill="currentColor"
|
|
3903
|
+
aria-hidden="true"
|
|
3904
|
+
role="img"
|
|
3905
|
+
width="1em"
|
|
3906
|
+
height="1em"
|
|
3907
|
+
>
|
|
3908
|
+
<path
|
|
3909
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
3910
|
+
/>
|
|
3911
|
+
</svg>
|
|
3360
3912
|
</span>
|
|
3361
3913
|
</button>
|
|
3362
3914
|
</div>
|
|
@@ -3556,7 +4108,19 @@ section: components
|
|
|
3556
4108
|
id="drawer-demo-notification-drawer-groups-header-action"
|
|
3557
4109
|
>
|
|
3558
4110
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3559
|
-
<
|
|
4111
|
+
<svg
|
|
4112
|
+
class="pf-v6-svg"
|
|
4113
|
+
viewBox="0 0 32 32"
|
|
4114
|
+
fill="currentColor"
|
|
4115
|
+
aria-hidden="true"
|
|
4116
|
+
role="img"
|
|
4117
|
+
width="1em"
|
|
4118
|
+
height="1em"
|
|
4119
|
+
>
|
|
4120
|
+
<path
|
|
4121
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4122
|
+
/>
|
|
4123
|
+
</svg>
|
|
3560
4124
|
</span>
|
|
3561
4125
|
</button>
|
|
3562
4126
|
</div>
|
|
@@ -3644,7 +4208,19 @@ section: components
|
|
|
3644
4208
|
id="drawer-demo-notification-drawer-groups-group1-menu-toggle-1"
|
|
3645
4209
|
>
|
|
3646
4210
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3647
|
-
<
|
|
4211
|
+
<svg
|
|
4212
|
+
class="pf-v6-svg"
|
|
4213
|
+
viewBox="0 0 32 32"
|
|
4214
|
+
fill="currentColor"
|
|
4215
|
+
aria-hidden="true"
|
|
4216
|
+
role="img"
|
|
4217
|
+
width="1em"
|
|
4218
|
+
height="1em"
|
|
4219
|
+
>
|
|
4220
|
+
<path
|
|
4221
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4222
|
+
/>
|
|
4223
|
+
</svg>
|
|
3648
4224
|
</span>
|
|
3649
4225
|
</button>
|
|
3650
4226
|
</div>
|
|
@@ -3701,7 +4277,19 @@ section: components
|
|
|
3701
4277
|
id="drawer-demo-notification-drawer-groups-group1-menu-toggle-3"
|
|
3702
4278
|
>
|
|
3703
4279
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3704
|
-
<
|
|
4280
|
+
<svg
|
|
4281
|
+
class="pf-v6-svg"
|
|
4282
|
+
viewBox="0 0 32 32"
|
|
4283
|
+
fill="currentColor"
|
|
4284
|
+
aria-hidden="true"
|
|
4285
|
+
role="img"
|
|
4286
|
+
width="1em"
|
|
4287
|
+
height="1em"
|
|
4288
|
+
>
|
|
4289
|
+
<path
|
|
4290
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4291
|
+
/>
|
|
4292
|
+
</svg>
|
|
3705
4293
|
</span>
|
|
3706
4294
|
</button>
|
|
3707
4295
|
</div>
|
|
@@ -3758,7 +4346,19 @@ section: components
|
|
|
3758
4346
|
id="drawer-demo-notification-drawer-groups-group1-menu-toggle-4"
|
|
3759
4347
|
>
|
|
3760
4348
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3761
|
-
<
|
|
4349
|
+
<svg
|
|
4350
|
+
class="pf-v6-svg"
|
|
4351
|
+
viewBox="0 0 32 32"
|
|
4352
|
+
fill="currentColor"
|
|
4353
|
+
aria-hidden="true"
|
|
4354
|
+
role="img"
|
|
4355
|
+
width="1em"
|
|
4356
|
+
height="1em"
|
|
4357
|
+
>
|
|
4358
|
+
<path
|
|
4359
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4360
|
+
/>
|
|
4361
|
+
</svg>
|
|
3762
4362
|
</span>
|
|
3763
4363
|
</button>
|
|
3764
4364
|
</div>
|
|
@@ -3812,7 +4412,19 @@ section: components
|
|
|
3812
4412
|
id="drawer-demo-notification-drawer-groups-group1-menu-toggle-5"
|
|
3813
4413
|
>
|
|
3814
4414
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3815
|
-
<
|
|
4415
|
+
<svg
|
|
4416
|
+
class="pf-v6-svg"
|
|
4417
|
+
viewBox="0 0 32 32"
|
|
4418
|
+
fill="currentColor"
|
|
4419
|
+
aria-hidden="true"
|
|
4420
|
+
role="img"
|
|
4421
|
+
width="1em"
|
|
4422
|
+
height="1em"
|
|
4423
|
+
>
|
|
4424
|
+
<path
|
|
4425
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4426
|
+
/>
|
|
4427
|
+
</svg>
|
|
3816
4428
|
</span>
|
|
3817
4429
|
</button>
|
|
3818
4430
|
</div>
|
|
@@ -3866,7 +4478,19 @@ section: components
|
|
|
3866
4478
|
id="drawer-demo-notification-drawer-groups-group1-menu-toggle-6"
|
|
3867
4479
|
>
|
|
3868
4480
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3869
|
-
<
|
|
4481
|
+
<svg
|
|
4482
|
+
class="pf-v6-svg"
|
|
4483
|
+
viewBox="0 0 32 32"
|
|
4484
|
+
fill="currentColor"
|
|
4485
|
+
aria-hidden="true"
|
|
4486
|
+
role="img"
|
|
4487
|
+
width="1em"
|
|
4488
|
+
height="1em"
|
|
4489
|
+
>
|
|
4490
|
+
<path
|
|
4491
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4492
|
+
/>
|
|
4493
|
+
</svg>
|
|
3870
4494
|
</span>
|
|
3871
4495
|
</button>
|
|
3872
4496
|
</div>
|
|
@@ -3920,7 +4544,19 @@ section: components
|
|
|
3920
4544
|
id="drawer-demo-notification-drawer-groups-group1-menu-toggle-7"
|
|
3921
4545
|
>
|
|
3922
4546
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3923
|
-
<
|
|
4547
|
+
<svg
|
|
4548
|
+
class="pf-v6-svg"
|
|
4549
|
+
viewBox="0 0 32 32"
|
|
4550
|
+
fill="currentColor"
|
|
4551
|
+
aria-hidden="true"
|
|
4552
|
+
role="img"
|
|
4553
|
+
width="1em"
|
|
4554
|
+
height="1em"
|
|
4555
|
+
>
|
|
4556
|
+
<path
|
|
4557
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4558
|
+
/>
|
|
4559
|
+
</svg>
|
|
3924
4560
|
</span>
|
|
3925
4561
|
</button>
|
|
3926
4562
|
</div>
|
|
@@ -3975,7 +4611,19 @@ section: components
|
|
|
3975
4611
|
id="drawer-demo-notification-drawer-groups-group1-menu-toggle-8"
|
|
3976
4612
|
>
|
|
3977
4613
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3978
|
-
<
|
|
4614
|
+
<svg
|
|
4615
|
+
class="pf-v6-svg"
|
|
4616
|
+
viewBox="0 0 32 32"
|
|
4617
|
+
fill="currentColor"
|
|
4618
|
+
aria-hidden="true"
|
|
4619
|
+
role="img"
|
|
4620
|
+
width="1em"
|
|
4621
|
+
height="1em"
|
|
4622
|
+
>
|
|
4623
|
+
<path
|
|
4624
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4625
|
+
/>
|
|
4626
|
+
</svg>
|
|
3979
4627
|
</span>
|
|
3980
4628
|
</button>
|
|
3981
4629
|
</div>
|
|
@@ -4116,7 +4764,19 @@ section: components
|
|
|
4116
4764
|
id="drawer-demo-notification-drawer-groups-group2-menu-toggle-1"
|
|
4117
4765
|
>
|
|
4118
4766
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4119
|
-
<
|
|
4767
|
+
<svg
|
|
4768
|
+
class="pf-v6-svg"
|
|
4769
|
+
viewBox="0 0 32 32"
|
|
4770
|
+
fill="currentColor"
|
|
4771
|
+
aria-hidden="true"
|
|
4772
|
+
role="img"
|
|
4773
|
+
width="1em"
|
|
4774
|
+
height="1em"
|
|
4775
|
+
>
|
|
4776
|
+
<path
|
|
4777
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4778
|
+
/>
|
|
4779
|
+
</svg>
|
|
4120
4780
|
</span>
|
|
4121
4781
|
</button>
|
|
4122
4782
|
</div>
|
|
@@ -4173,7 +4833,19 @@ section: components
|
|
|
4173
4833
|
id="drawer-demo-notification-drawer-groups-group2-menu-toggle-3"
|
|
4174
4834
|
>
|
|
4175
4835
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4176
|
-
<
|
|
4836
|
+
<svg
|
|
4837
|
+
class="pf-v6-svg"
|
|
4838
|
+
viewBox="0 0 32 32"
|
|
4839
|
+
fill="currentColor"
|
|
4840
|
+
aria-hidden="true"
|
|
4841
|
+
role="img"
|
|
4842
|
+
width="1em"
|
|
4843
|
+
height="1em"
|
|
4844
|
+
>
|
|
4845
|
+
<path
|
|
4846
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4847
|
+
/>
|
|
4848
|
+
</svg>
|
|
4177
4849
|
</span>
|
|
4178
4850
|
</button>
|
|
4179
4851
|
</div>
|
|
@@ -4230,7 +4902,19 @@ section: components
|
|
|
4230
4902
|
id="drawer-demo-notification-drawer-groups-group2-menu-toggle-4"
|
|
4231
4903
|
>
|
|
4232
4904
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4233
|
-
<
|
|
4905
|
+
<svg
|
|
4906
|
+
class="pf-v6-svg"
|
|
4907
|
+
viewBox="0 0 32 32"
|
|
4908
|
+
fill="currentColor"
|
|
4909
|
+
aria-hidden="true"
|
|
4910
|
+
role="img"
|
|
4911
|
+
width="1em"
|
|
4912
|
+
height="1em"
|
|
4913
|
+
>
|
|
4914
|
+
<path
|
|
4915
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4916
|
+
/>
|
|
4917
|
+
</svg>
|
|
4234
4918
|
</span>
|
|
4235
4919
|
</button>
|
|
4236
4920
|
</div>
|
|
@@ -4284,7 +4968,19 @@ section: components
|
|
|
4284
4968
|
id="drawer-demo-notification-drawer-groups-group2-menu-toggle-5"
|
|
4285
4969
|
>
|
|
4286
4970
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4287
|
-
<
|
|
4971
|
+
<svg
|
|
4972
|
+
class="pf-v6-svg"
|
|
4973
|
+
viewBox="0 0 32 32"
|
|
4974
|
+
fill="currentColor"
|
|
4975
|
+
aria-hidden="true"
|
|
4976
|
+
role="img"
|
|
4977
|
+
width="1em"
|
|
4978
|
+
height="1em"
|
|
4979
|
+
>
|
|
4980
|
+
<path
|
|
4981
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
4982
|
+
/>
|
|
4983
|
+
</svg>
|
|
4288
4984
|
</span>
|
|
4289
4985
|
</button>
|
|
4290
4986
|
</div>
|
|
@@ -4338,7 +5034,19 @@ section: components
|
|
|
4338
5034
|
id="drawer-demo-notification-drawer-groups-group2-menu-toggle-6"
|
|
4339
5035
|
>
|
|
4340
5036
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4341
|
-
<
|
|
5037
|
+
<svg
|
|
5038
|
+
class="pf-v6-svg"
|
|
5039
|
+
viewBox="0 0 32 32"
|
|
5040
|
+
fill="currentColor"
|
|
5041
|
+
aria-hidden="true"
|
|
5042
|
+
role="img"
|
|
5043
|
+
width="1em"
|
|
5044
|
+
height="1em"
|
|
5045
|
+
>
|
|
5046
|
+
<path
|
|
5047
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5048
|
+
/>
|
|
5049
|
+
</svg>
|
|
4342
5050
|
</span>
|
|
4343
5051
|
</button>
|
|
4344
5052
|
</div>
|
|
@@ -4392,7 +5100,19 @@ section: components
|
|
|
4392
5100
|
id="drawer-demo-notification-drawer-groups-group2-menu-toggle-7"
|
|
4393
5101
|
>
|
|
4394
5102
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4395
|
-
<
|
|
5103
|
+
<svg
|
|
5104
|
+
class="pf-v6-svg"
|
|
5105
|
+
viewBox="0 0 32 32"
|
|
5106
|
+
fill="currentColor"
|
|
5107
|
+
aria-hidden="true"
|
|
5108
|
+
role="img"
|
|
5109
|
+
width="1em"
|
|
5110
|
+
height="1em"
|
|
5111
|
+
>
|
|
5112
|
+
<path
|
|
5113
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5114
|
+
/>
|
|
5115
|
+
</svg>
|
|
4396
5116
|
</span>
|
|
4397
5117
|
</button>
|
|
4398
5118
|
</div>
|
|
@@ -4447,7 +5167,19 @@ section: components
|
|
|
4447
5167
|
id="drawer-demo-notification-drawer-groups-group2-menu-toggle-8"
|
|
4448
5168
|
>
|
|
4449
5169
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4450
|
-
<
|
|
5170
|
+
<svg
|
|
5171
|
+
class="pf-v6-svg"
|
|
5172
|
+
viewBox="0 0 32 32"
|
|
5173
|
+
fill="currentColor"
|
|
5174
|
+
aria-hidden="true"
|
|
5175
|
+
role="img"
|
|
5176
|
+
width="1em"
|
|
5177
|
+
height="1em"
|
|
5178
|
+
>
|
|
5179
|
+
<path
|
|
5180
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5181
|
+
/>
|
|
5182
|
+
</svg>
|
|
4451
5183
|
</span>
|
|
4452
5184
|
</button>
|
|
4453
5185
|
</div>
|
|
@@ -4590,7 +5322,19 @@ section: components
|
|
|
4590
5322
|
id="drawer-demo-notification-drawer-groups-group3-menu-toggle-1"
|
|
4591
5323
|
>
|
|
4592
5324
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4593
|
-
<
|
|
5325
|
+
<svg
|
|
5326
|
+
class="pf-v6-svg"
|
|
5327
|
+
viewBox="0 0 32 32"
|
|
5328
|
+
fill="currentColor"
|
|
5329
|
+
aria-hidden="true"
|
|
5330
|
+
role="img"
|
|
5331
|
+
width="1em"
|
|
5332
|
+
height="1em"
|
|
5333
|
+
>
|
|
5334
|
+
<path
|
|
5335
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5336
|
+
/>
|
|
5337
|
+
</svg>
|
|
4594
5338
|
</span>
|
|
4595
5339
|
</button>
|
|
4596
5340
|
</div>
|
|
@@ -4647,7 +5391,19 @@ section: components
|
|
|
4647
5391
|
id="drawer-demo-notification-drawer-groups-group3-menu-toggle-3"
|
|
4648
5392
|
>
|
|
4649
5393
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4650
|
-
<
|
|
5394
|
+
<svg
|
|
5395
|
+
class="pf-v6-svg"
|
|
5396
|
+
viewBox="0 0 32 32"
|
|
5397
|
+
fill="currentColor"
|
|
5398
|
+
aria-hidden="true"
|
|
5399
|
+
role="img"
|
|
5400
|
+
width="1em"
|
|
5401
|
+
height="1em"
|
|
5402
|
+
>
|
|
5403
|
+
<path
|
|
5404
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5405
|
+
/>
|
|
5406
|
+
</svg>
|
|
4651
5407
|
</span>
|
|
4652
5408
|
</button>
|
|
4653
5409
|
</div>
|
|
@@ -4704,7 +5460,19 @@ section: components
|
|
|
4704
5460
|
id="drawer-demo-notification-drawer-groups-group3-menu-toggle-4"
|
|
4705
5461
|
>
|
|
4706
5462
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4707
|
-
<
|
|
5463
|
+
<svg
|
|
5464
|
+
class="pf-v6-svg"
|
|
5465
|
+
viewBox="0 0 32 32"
|
|
5466
|
+
fill="currentColor"
|
|
5467
|
+
aria-hidden="true"
|
|
5468
|
+
role="img"
|
|
5469
|
+
width="1em"
|
|
5470
|
+
height="1em"
|
|
5471
|
+
>
|
|
5472
|
+
<path
|
|
5473
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5474
|
+
/>
|
|
5475
|
+
</svg>
|
|
4708
5476
|
</span>
|
|
4709
5477
|
</button>
|
|
4710
5478
|
</div>
|
|
@@ -4758,7 +5526,19 @@ section: components
|
|
|
4758
5526
|
id="drawer-demo-notification-drawer-groups-group3-menu-toggle-5"
|
|
4759
5527
|
>
|
|
4760
5528
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4761
|
-
<
|
|
5529
|
+
<svg
|
|
5530
|
+
class="pf-v6-svg"
|
|
5531
|
+
viewBox="0 0 32 32"
|
|
5532
|
+
fill="currentColor"
|
|
5533
|
+
aria-hidden="true"
|
|
5534
|
+
role="img"
|
|
5535
|
+
width="1em"
|
|
5536
|
+
height="1em"
|
|
5537
|
+
>
|
|
5538
|
+
<path
|
|
5539
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5540
|
+
/>
|
|
5541
|
+
</svg>
|
|
4762
5542
|
</span>
|
|
4763
5543
|
</button>
|
|
4764
5544
|
</div>
|
|
@@ -4812,7 +5592,19 @@ section: components
|
|
|
4812
5592
|
id="drawer-demo-notification-drawer-groups-group3-menu-toggle-6"
|
|
4813
5593
|
>
|
|
4814
5594
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4815
|
-
<
|
|
5595
|
+
<svg
|
|
5596
|
+
class="pf-v6-svg"
|
|
5597
|
+
viewBox="0 0 32 32"
|
|
5598
|
+
fill="currentColor"
|
|
5599
|
+
aria-hidden="true"
|
|
5600
|
+
role="img"
|
|
5601
|
+
width="1em"
|
|
5602
|
+
height="1em"
|
|
5603
|
+
>
|
|
5604
|
+
<path
|
|
5605
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5606
|
+
/>
|
|
5607
|
+
</svg>
|
|
4816
5608
|
</span>
|
|
4817
5609
|
</button>
|
|
4818
5610
|
</div>
|
|
@@ -4866,7 +5658,19 @@ section: components
|
|
|
4866
5658
|
id="drawer-demo-notification-drawer-groups-group3-menu-toggle-7"
|
|
4867
5659
|
>
|
|
4868
5660
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4869
|
-
<
|
|
5661
|
+
<svg
|
|
5662
|
+
class="pf-v6-svg"
|
|
5663
|
+
viewBox="0 0 32 32"
|
|
5664
|
+
fill="currentColor"
|
|
5665
|
+
aria-hidden="true"
|
|
5666
|
+
role="img"
|
|
5667
|
+
width="1em"
|
|
5668
|
+
height="1em"
|
|
5669
|
+
>
|
|
5670
|
+
<path
|
|
5671
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5672
|
+
/>
|
|
5673
|
+
</svg>
|
|
4870
5674
|
</span>
|
|
4871
5675
|
</button>
|
|
4872
5676
|
</div>
|
|
@@ -4921,7 +5725,19 @@ section: components
|
|
|
4921
5725
|
id="drawer-demo-notification-drawer-groups-group3-menu-toggle-8"
|
|
4922
5726
|
>
|
|
4923
5727
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4924
|
-
<
|
|
5728
|
+
<svg
|
|
5729
|
+
class="pf-v6-svg"
|
|
5730
|
+
viewBox="0 0 32 32"
|
|
5731
|
+
fill="currentColor"
|
|
5732
|
+
aria-hidden="true"
|
|
5733
|
+
role="img"
|
|
5734
|
+
width="1em"
|
|
5735
|
+
height="1em"
|
|
5736
|
+
>
|
|
5737
|
+
<path
|
|
5738
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5739
|
+
/>
|
|
5740
|
+
</svg>
|
|
4925
5741
|
</span>
|
|
4926
5742
|
</button>
|
|
4927
5743
|
</div>
|
|
@@ -5064,7 +5880,19 @@ section: components
|
|
|
5064
5880
|
id="drawer-demo-notification-drawer-groups-group4-menu-toggle-1"
|
|
5065
5881
|
>
|
|
5066
5882
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5067
|
-
<
|
|
5883
|
+
<svg
|
|
5884
|
+
class="pf-v6-svg"
|
|
5885
|
+
viewBox="0 0 32 32"
|
|
5886
|
+
fill="currentColor"
|
|
5887
|
+
aria-hidden="true"
|
|
5888
|
+
role="img"
|
|
5889
|
+
width="1em"
|
|
5890
|
+
height="1em"
|
|
5891
|
+
>
|
|
5892
|
+
<path
|
|
5893
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5894
|
+
/>
|
|
5895
|
+
</svg>
|
|
5068
5896
|
</span>
|
|
5069
5897
|
</button>
|
|
5070
5898
|
</div>
|
|
@@ -5121,7 +5949,19 @@ section: components
|
|
|
5121
5949
|
id="drawer-demo-notification-drawer-groups-group4-menu-toggle-3"
|
|
5122
5950
|
>
|
|
5123
5951
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5124
|
-
<
|
|
5952
|
+
<svg
|
|
5953
|
+
class="pf-v6-svg"
|
|
5954
|
+
viewBox="0 0 32 32"
|
|
5955
|
+
fill="currentColor"
|
|
5956
|
+
aria-hidden="true"
|
|
5957
|
+
role="img"
|
|
5958
|
+
width="1em"
|
|
5959
|
+
height="1em"
|
|
5960
|
+
>
|
|
5961
|
+
<path
|
|
5962
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
5963
|
+
/>
|
|
5964
|
+
</svg>
|
|
5125
5965
|
</span>
|
|
5126
5966
|
</button>
|
|
5127
5967
|
</div>
|
|
@@ -5178,7 +6018,19 @@ section: components
|
|
|
5178
6018
|
id="drawer-demo-notification-drawer-groups-group4-menu-toggle-4"
|
|
5179
6019
|
>
|
|
5180
6020
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5181
|
-
<
|
|
6021
|
+
<svg
|
|
6022
|
+
class="pf-v6-svg"
|
|
6023
|
+
viewBox="0 0 32 32"
|
|
6024
|
+
fill="currentColor"
|
|
6025
|
+
aria-hidden="true"
|
|
6026
|
+
role="img"
|
|
6027
|
+
width="1em"
|
|
6028
|
+
height="1em"
|
|
6029
|
+
>
|
|
6030
|
+
<path
|
|
6031
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
6032
|
+
/>
|
|
6033
|
+
</svg>
|
|
5182
6034
|
</span>
|
|
5183
6035
|
</button>
|
|
5184
6036
|
</div>
|
|
@@ -5232,7 +6084,19 @@ section: components
|
|
|
5232
6084
|
id="drawer-demo-notification-drawer-groups-group4-menu-toggle-5"
|
|
5233
6085
|
>
|
|
5234
6086
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5235
|
-
<
|
|
6087
|
+
<svg
|
|
6088
|
+
class="pf-v6-svg"
|
|
6089
|
+
viewBox="0 0 32 32"
|
|
6090
|
+
fill="currentColor"
|
|
6091
|
+
aria-hidden="true"
|
|
6092
|
+
role="img"
|
|
6093
|
+
width="1em"
|
|
6094
|
+
height="1em"
|
|
6095
|
+
>
|
|
6096
|
+
<path
|
|
6097
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
6098
|
+
/>
|
|
6099
|
+
</svg>
|
|
5236
6100
|
</span>
|
|
5237
6101
|
</button>
|
|
5238
6102
|
</div>
|
|
@@ -5286,7 +6150,19 @@ section: components
|
|
|
5286
6150
|
id="drawer-demo-notification-drawer-groups-group4-menu-toggle-6"
|
|
5287
6151
|
>
|
|
5288
6152
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5289
|
-
<
|
|
6153
|
+
<svg
|
|
6154
|
+
class="pf-v6-svg"
|
|
6155
|
+
viewBox="0 0 32 32"
|
|
6156
|
+
fill="currentColor"
|
|
6157
|
+
aria-hidden="true"
|
|
6158
|
+
role="img"
|
|
6159
|
+
width="1em"
|
|
6160
|
+
height="1em"
|
|
6161
|
+
>
|
|
6162
|
+
<path
|
|
6163
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
6164
|
+
/>
|
|
6165
|
+
</svg>
|
|
5290
6166
|
</span>
|
|
5291
6167
|
</button>
|
|
5292
6168
|
</div>
|
|
@@ -5340,7 +6216,19 @@ section: components
|
|
|
5340
6216
|
id="drawer-demo-notification-drawer-groups-group4-menu-toggle-7"
|
|
5341
6217
|
>
|
|
5342
6218
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5343
|
-
<
|
|
6219
|
+
<svg
|
|
6220
|
+
class="pf-v6-svg"
|
|
6221
|
+
viewBox="0 0 32 32"
|
|
6222
|
+
fill="currentColor"
|
|
6223
|
+
aria-hidden="true"
|
|
6224
|
+
role="img"
|
|
6225
|
+
width="1em"
|
|
6226
|
+
height="1em"
|
|
6227
|
+
>
|
|
6228
|
+
<path
|
|
6229
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
6230
|
+
/>
|
|
6231
|
+
</svg>
|
|
5344
6232
|
</span>
|
|
5345
6233
|
</button>
|
|
5346
6234
|
</div>
|
|
@@ -5395,7 +6283,19 @@ section: components
|
|
|
5395
6283
|
id="drawer-demo-notification-drawer-groups-group4-menu-toggle-8"
|
|
5396
6284
|
>
|
|
5397
6285
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5398
|
-
<
|
|
6286
|
+
<svg
|
|
6287
|
+
class="pf-v6-svg"
|
|
6288
|
+
viewBox="0 0 32 32"
|
|
6289
|
+
fill="currentColor"
|
|
6290
|
+
aria-hidden="true"
|
|
6291
|
+
role="img"
|
|
6292
|
+
width="1em"
|
|
6293
|
+
height="1em"
|
|
6294
|
+
>
|
|
6295
|
+
<path
|
|
6296
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
6297
|
+
/>
|
|
6298
|
+
</svg>
|
|
5399
6299
|
</span>
|
|
5400
6300
|
</button>
|
|
5401
6301
|
</div>
|