@patternfly/patternfly 6.6.0-prerelease.3 → 6.6.0-prerelease.30
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/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- package/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/patternfly-fonts.css +4 -4
- package/base/patternfly-fonts.scss +4 -4
- package/base/patternfly-variables.css +8 -6
- 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 +1 -1
- package/base/tokens/tokens-default.scss +4 -4
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass.scss +3 -2
- 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 +1 -1
- package/base/tokens/tokens-glass.scss +3 -2
- package/base/tokens/tokens-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-highcontrast.scss +4 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
- 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.css +8 -7
- package/components/Alert/alert.scss +8 -7
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Banner/banner.css +7 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Breadcrumb/breadcrumb.css +3 -3
- package/components/Breadcrumb/breadcrumb.scss +3 -3
- package/components/Button/button.css +20 -4
- package/components/Button/button.scss +24 -5
- package/components/Card/card.css +4 -4
- package/components/Card/card.scss +4 -4
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +5 -5
- package/components/DataList/data-list.scss +5 -5
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/Form/form.scss +1 -0
- package/components/FormControl/form-control.css +12 -2
- package/components/FormControl/form-control.scss +14 -2
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +9 -3
- package/components/Label/label.scss +9 -3
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +2 -2
- package/components/Menu/menu.scss +3 -3
- package/components/MenuToggle/menu-toggle.css +3 -0
- package/components/MenuToggle/menu-toggle.scss +4 -1
- package/components/ModalBox/modal-box.css +4 -4
- package/components/ModalBox/modal-box.scss +5 -5
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +25 -22
- package/components/Page/page.scss +28 -28
- package/components/Pagination/pagination.css +12 -7
- package/components/Pagination/pagination.scss +15 -12
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.css +2 -2
- package/components/Progress/progress.scss +2 -2
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Table/table-grid.css +25 -13
- package/components/Table/table-grid.scss +10 -5
- package/components/Table/table-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/Table/table.css +55 -21
- package/components/Table/table.scss +82 -34
- package/components/Tabs/tabs.css +19 -5
- package/components/Tabs/tabs.scss +22 -5
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +1 -1
- package/components/TreeView/tree-view.css +7 -7
- package/components/TreeView/tree-view.scss +7 -7
- package/components/Wizard/wizard.css +4 -4
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +399 -140
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/Button/examples/Button.md +2 -2
- package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
- package/docs/components/DataList/examples/DataList.md +143 -11
- package/docs/components/DatePicker/examples/DatePicker.md +26 -2
- package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
- package/docs/components/Drawer/examples/Drawer.md +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +355 -139
- package/docs/components/EmptyState/examples/EmptyState.md +12 -12
- package/docs/components/FileUpload/examples/FileUpload.md +26 -2
- package/docs/components/Form/examples/Form.md +140 -16
- package/docs/components/FormControl/examples/FormControl.md +260 -20
- package/docs/components/HelperText/examples/HelperText.md +139 -11
- package/docs/components/Icon/examples/Icon.md +403 -31
- package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
- package/docs/components/InputGroup/examples/InputGroup.md +20 -8
- package/docs/components/Label/examples/Label.md +4029 -765
- package/docs/components/List/examples/List.md +78 -6
- package/docs/components/Login/examples/Login.md +104 -8
- package/docs/components/Menu/examples/Menu.md +221 -17
- package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
- package/docs/components/NumberInput/examples/NumberInput.md +301 -25
- package/docs/components/Pagination/examples/Pagination.md +111 -273
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Switch/examples/Switch.md +52 -4
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +1322 -171
- package/docs/components/Tabs/examples/Tabs.md +18 -998
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +355 -115
- package/docs/components/Toolbar/examples/Toolbar.md +133 -25
- package/docs/components/TreeView/examples/TreeView.md +286 -118
- package/docs/components/Wizard/examples/Wizard.md +325 -25
- package/docs/demos/Alert/examples/Alert.md +181 -40
- package/docs/demos/Button/examples/Button.md +57 -45
- package/docs/demos/Card/examples/Card.md +280 -34
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +91 -439
- package/docs/demos/Dashboard/examples/Dashboard.md +92 -41
- package/docs/demos/DataList/examples/DataList.md +74 -50
- package/docs/demos/Form/examples/BasicForms.md +112 -36
- package/docs/demos/HelperText/examples/HelperText.md +104 -8
- package/docs/demos/Masthead/examples/Masthead.md +52 -4
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2570 -4968
- package/docs/demos/Table/examples/Table.md +407 -179
- package/docs/demos/Toolbar/examples/Toolbar.md +139 -46
- package/docs/demos/Wizard/examples/Wizard.md +117 -9
- package/package.json +7 -7
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +411 -150
- package/patternfly.css +411 -150
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -35,7 +35,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
35
35
|
height="1em"
|
|
36
36
|
>
|
|
37
37
|
<path
|
|
38
|
-
d="
|
|
38
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
39
39
|
/>
|
|
40
40
|
</svg>
|
|
41
41
|
</span>
|
|
@@ -67,7 +67,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
67
67
|
height="1em"
|
|
68
68
|
>
|
|
69
69
|
<path
|
|
70
|
-
d="
|
|
70
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
71
71
|
/>
|
|
72
72
|
</svg>
|
|
73
73
|
</span>
|
|
@@ -127,7 +127,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
127
127
|
height="1em"
|
|
128
128
|
>
|
|
129
129
|
<path
|
|
130
|
-
d="
|
|
130
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
131
131
|
/>
|
|
132
132
|
</svg>
|
|
133
133
|
</span>
|
|
@@ -161,7 +161,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
161
161
|
height="1em"
|
|
162
162
|
>
|
|
163
163
|
<path
|
|
164
|
-
d="
|
|
164
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
165
165
|
/>
|
|
166
166
|
</svg>
|
|
167
167
|
</span>
|
|
@@ -209,7 +209,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
209
209
|
height="1em"
|
|
210
210
|
>
|
|
211
211
|
<path
|
|
212
|
-
d="
|
|
212
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
213
213
|
/>
|
|
214
214
|
</svg>
|
|
215
215
|
</span>
|
|
@@ -241,7 +241,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
241
241
|
height="1em"
|
|
242
242
|
>
|
|
243
243
|
<path
|
|
244
|
-
d="
|
|
244
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
245
245
|
/>
|
|
246
246
|
</svg>
|
|
247
247
|
</span>
|
|
@@ -273,7 +273,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
273
273
|
height="1em"
|
|
274
274
|
>
|
|
275
275
|
<path
|
|
276
|
-
d="
|
|
276
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
277
277
|
/>
|
|
278
278
|
</svg>
|
|
279
279
|
</span>
|
|
@@ -339,7 +339,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
339
339
|
height="1em"
|
|
340
340
|
>
|
|
341
341
|
<path
|
|
342
|
-
d="
|
|
342
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
343
343
|
/>
|
|
344
344
|
</svg>
|
|
345
345
|
</span>
|
|
@@ -371,7 +371,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
371
371
|
height="1em"
|
|
372
372
|
>
|
|
373
373
|
<path
|
|
374
|
-
d="
|
|
374
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
375
375
|
/>
|
|
376
376
|
</svg>
|
|
377
377
|
</span>
|
|
@@ -403,7 +403,7 @@ cssPrefix: pf-v6-c-tree-view
|
|
|
403
403
|
height="1em"
|
|
404
404
|
>
|
|
405
405
|
<path
|
|
406
|
-
d="
|
|
406
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
407
407
|
/>
|
|
408
408
|
</svg>
|
|
409
409
|
</span>
|
|
@@ -454,7 +454,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
454
454
|
height="1em"
|
|
455
455
|
>
|
|
456
456
|
<path
|
|
457
|
-
d="
|
|
457
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
458
458
|
/>
|
|
459
459
|
</svg>
|
|
460
460
|
</span>
|
|
@@ -486,7 +486,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
486
486
|
height="1em"
|
|
487
487
|
>
|
|
488
488
|
<path
|
|
489
|
-
d="
|
|
489
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
490
490
|
/>
|
|
491
491
|
</svg>
|
|
492
492
|
</span>
|
|
@@ -546,7 +546,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
546
546
|
height="1em"
|
|
547
547
|
>
|
|
548
548
|
<path
|
|
549
|
-
d="
|
|
549
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
550
550
|
/>
|
|
551
551
|
</svg>
|
|
552
552
|
</span>
|
|
@@ -580,7 +580,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
580
580
|
height="1em"
|
|
581
581
|
>
|
|
582
582
|
<path
|
|
583
|
-
d="
|
|
583
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
584
584
|
/>
|
|
585
585
|
</svg>
|
|
586
586
|
</span>
|
|
@@ -626,7 +626,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
626
626
|
height="1em"
|
|
627
627
|
>
|
|
628
628
|
<path
|
|
629
|
-
d="
|
|
629
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
630
630
|
/>
|
|
631
631
|
</svg>
|
|
632
632
|
</span>
|
|
@@ -658,7 +658,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
658
658
|
height="1em"
|
|
659
659
|
>
|
|
660
660
|
<path
|
|
661
|
-
d="
|
|
661
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
662
662
|
/>
|
|
663
663
|
</svg>
|
|
664
664
|
</span>
|
|
@@ -690,7 +690,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
690
690
|
height="1em"
|
|
691
691
|
>
|
|
692
692
|
<path
|
|
693
|
-
d="
|
|
693
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
694
694
|
/>
|
|
695
695
|
</svg>
|
|
696
696
|
</span>
|
|
@@ -756,7 +756,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
756
756
|
height="1em"
|
|
757
757
|
>
|
|
758
758
|
<path
|
|
759
|
-
d="
|
|
759
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
760
760
|
/>
|
|
761
761
|
</svg>
|
|
762
762
|
</span>
|
|
@@ -788,7 +788,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
788
788
|
height="1em"
|
|
789
789
|
>
|
|
790
790
|
<path
|
|
791
|
-
d="
|
|
791
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
792
792
|
/>
|
|
793
793
|
</svg>
|
|
794
794
|
</span>
|
|
@@ -820,7 +820,7 @@ A tree view can be setup to allow multiple nodes to be selected. When a tree vie
|
|
|
820
820
|
height="1em"
|
|
821
821
|
>
|
|
822
822
|
<path
|
|
823
|
-
d="
|
|
823
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
824
824
|
/>
|
|
825
825
|
</svg>
|
|
826
826
|
</span>
|
|
@@ -848,7 +848,19 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
848
848
|
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
849
849
|
<span class="pf-v6-c-text-input-group__text">
|
|
850
850
|
<span class="pf-v6-c-text-input-group__icon">
|
|
851
|
-
<
|
|
851
|
+
<svg
|
|
852
|
+
class="pf-v6-svg"
|
|
853
|
+
fill="currentColor"
|
|
854
|
+
viewBox="0 0 32 32"
|
|
855
|
+
aria-hidden="true"
|
|
856
|
+
role="img"
|
|
857
|
+
width="1em"
|
|
858
|
+
height="1em"
|
|
859
|
+
>
|
|
860
|
+
<path
|
|
861
|
+
d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
|
|
862
|
+
/>
|
|
863
|
+
</svg>
|
|
852
864
|
</span>
|
|
853
865
|
<input
|
|
854
866
|
class="pf-v6-c-text-input-group__text-input"
|
|
@@ -889,7 +901,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
889
901
|
height="1em"
|
|
890
902
|
>
|
|
891
903
|
<path
|
|
892
|
-
d="
|
|
904
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
893
905
|
/>
|
|
894
906
|
</svg>
|
|
895
907
|
</span>
|
|
@@ -921,7 +933,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
921
933
|
height="1em"
|
|
922
934
|
>
|
|
923
935
|
<path
|
|
924
|
-
d="
|
|
936
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
925
937
|
/>
|
|
926
938
|
</svg>
|
|
927
939
|
</span>
|
|
@@ -983,7 +995,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
983
995
|
height="1em"
|
|
984
996
|
>
|
|
985
997
|
<path
|
|
986
|
-
d="
|
|
998
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
987
999
|
/>
|
|
988
1000
|
</svg>
|
|
989
1001
|
</span>
|
|
@@ -1015,7 +1027,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1015
1027
|
height="1em"
|
|
1016
1028
|
>
|
|
1017
1029
|
<path
|
|
1018
|
-
d="
|
|
1030
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1019
1031
|
/>
|
|
1020
1032
|
</svg>
|
|
1021
1033
|
</span>
|
|
@@ -1047,7 +1059,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1047
1059
|
height="1em"
|
|
1048
1060
|
>
|
|
1049
1061
|
<path
|
|
1050
|
-
d="
|
|
1062
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1051
1063
|
/>
|
|
1052
1064
|
</svg>
|
|
1053
1065
|
</span>
|
|
@@ -1079,7 +1091,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1079
1091
|
height="1em"
|
|
1080
1092
|
>
|
|
1081
1093
|
<path
|
|
1082
|
-
d="
|
|
1094
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1083
1095
|
/>
|
|
1084
1096
|
</svg>
|
|
1085
1097
|
</span>
|
|
@@ -1145,7 +1157,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1145
1157
|
height="1em"
|
|
1146
1158
|
>
|
|
1147
1159
|
<path
|
|
1148
|
-
d="
|
|
1160
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1149
1161
|
/>
|
|
1150
1162
|
</svg>
|
|
1151
1163
|
</span>
|
|
@@ -1177,7 +1189,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1177
1189
|
height="1em"
|
|
1178
1190
|
>
|
|
1179
1191
|
<path
|
|
1180
|
-
d="
|
|
1192
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1181
1193
|
/>
|
|
1182
1194
|
</svg>
|
|
1183
1195
|
</span>
|
|
@@ -1209,7 +1221,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1209
1221
|
height="1em"
|
|
1210
1222
|
>
|
|
1211
1223
|
<path
|
|
1212
|
-
d="
|
|
1224
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1213
1225
|
/>
|
|
1214
1226
|
</svg>
|
|
1215
1227
|
</span>
|
|
@@ -1266,7 +1278,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1266
1278
|
height="1em"
|
|
1267
1279
|
>
|
|
1268
1280
|
<path
|
|
1269
|
-
d="
|
|
1281
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1270
1282
|
/>
|
|
1271
1283
|
</svg>
|
|
1272
1284
|
</span>
|
|
@@ -1321,7 +1333,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1321
1333
|
height="1em"
|
|
1322
1334
|
>
|
|
1323
1335
|
<path
|
|
1324
|
-
d="
|
|
1336
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1325
1337
|
/>
|
|
1326
1338
|
</svg>
|
|
1327
1339
|
</span>
|
|
@@ -1443,7 +1455,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1443
1455
|
height="1em"
|
|
1444
1456
|
>
|
|
1445
1457
|
<path
|
|
1446
|
-
d="
|
|
1458
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1447
1459
|
/>
|
|
1448
1460
|
</svg>
|
|
1449
1461
|
</span>
|
|
@@ -1501,7 +1513,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1501
1513
|
height="1em"
|
|
1502
1514
|
>
|
|
1503
1515
|
<path
|
|
1504
|
-
d="
|
|
1516
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1505
1517
|
/>
|
|
1506
1518
|
</svg>
|
|
1507
1519
|
</span>
|
|
@@ -1556,7 +1568,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1556
1568
|
height="1em"
|
|
1557
1569
|
>
|
|
1558
1570
|
<path
|
|
1559
|
-
d="
|
|
1571
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1560
1572
|
/>
|
|
1561
1573
|
</svg>
|
|
1562
1574
|
</span>
|
|
@@ -1643,7 +1655,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1643
1655
|
height="1em"
|
|
1644
1656
|
>
|
|
1645
1657
|
<path
|
|
1646
|
-
d="
|
|
1658
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1647
1659
|
/>
|
|
1648
1660
|
</svg>
|
|
1649
1661
|
</span>
|
|
@@ -1698,7 +1710,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1698
1710
|
height="1em"
|
|
1699
1711
|
>
|
|
1700
1712
|
<path
|
|
1701
|
-
d="
|
|
1713
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1702
1714
|
/>
|
|
1703
1715
|
</svg>
|
|
1704
1716
|
</span>
|
|
@@ -1825,7 +1837,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1825
1837
|
height="1em"
|
|
1826
1838
|
>
|
|
1827
1839
|
<path
|
|
1828
|
-
d="
|
|
1840
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1829
1841
|
/>
|
|
1830
1842
|
</svg>
|
|
1831
1843
|
</span>
|
|
@@ -1880,7 +1892,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1880
1892
|
height="1em"
|
|
1881
1893
|
>
|
|
1882
1894
|
<path
|
|
1883
|
-
d="
|
|
1895
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1884
1896
|
/>
|
|
1885
1897
|
</svg>
|
|
1886
1898
|
</span>
|
|
@@ -1935,7 +1947,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1935
1947
|
height="1em"
|
|
1936
1948
|
>
|
|
1937
1949
|
<path
|
|
1938
|
-
d="
|
|
1950
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1939
1951
|
/>
|
|
1940
1952
|
</svg>
|
|
1941
1953
|
</span>
|
|
@@ -1996,13 +2008,25 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
1996
2008
|
height="1em"
|
|
1997
2009
|
>
|
|
1998
2010
|
<path
|
|
1999
|
-
d="
|
|
2011
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2000
2012
|
/>
|
|
2001
2013
|
</svg>
|
|
2002
2014
|
</span>
|
|
2003
2015
|
</span>
|
|
2004
2016
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2005
|
-
<
|
|
2017
|
+
<svg
|
|
2018
|
+
class="pf-v6-svg"
|
|
2019
|
+
fill="currentColor"
|
|
2020
|
+
viewBox="0 0 32 32"
|
|
2021
|
+
aria-hidden="true"
|
|
2022
|
+
role="img"
|
|
2023
|
+
width="1em"
|
|
2024
|
+
height="1em"
|
|
2025
|
+
>
|
|
2026
|
+
<path
|
|
2027
|
+
d="m30.979 13.108-3 14.1A1.002 1.002 0 0 1 27 28H2a.977.977 0 0 1-.418-.098c-.038-.017-.066-.046-.101-.068a.98.98 0 0 1-.23-.189c-.013-.015-.033-.021-.046-.037-.021-.027-.023-.062-.041-.091a.951.951 0 0 1-.142-.409C1.018 27.071 1 27.038 1 27V9.5C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h10.19a1 1 0 1 1 0 2h-11a1 1 0 0 1-.979-.792L15.341 6H7.659l-.681 3.208a1 1 0 0 1-.979.792h-3v9.523l1.875-6.885a.999.999 0 0 1 .965-.737h24.16a1.001 1.001 0 0 1 .978 1.208Z"
|
|
2028
|
+
/>
|
|
2029
|
+
</svg>
|
|
2006
2030
|
</span>
|
|
2007
2031
|
<span class="pf-v6-c-tree-view__node-text">Application launcher</span>
|
|
2008
2032
|
</span>
|
|
@@ -2031,13 +2055,25 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2031
2055
|
height="1em"
|
|
2032
2056
|
>
|
|
2033
2057
|
<path
|
|
2034
|
-
d="
|
|
2058
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2035
2059
|
/>
|
|
2036
2060
|
</svg>
|
|
2037
2061
|
</span>
|
|
2038
2062
|
</span>
|
|
2039
2063
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2040
|
-
<
|
|
2064
|
+
<svg
|
|
2065
|
+
class="pf-v6-svg"
|
|
2066
|
+
fill="currentColor"
|
|
2067
|
+
viewBox="0 0 32 32"
|
|
2068
|
+
aria-hidden="true"
|
|
2069
|
+
role="img"
|
|
2070
|
+
width="1em"
|
|
2071
|
+
height="1em"
|
|
2072
|
+
>
|
|
2073
|
+
<path
|
|
2074
|
+
d="m30.979 13.108-3 14.1A1.002 1.002 0 0 1 27 28H2a.977.977 0 0 1-.418-.098c-.038-.017-.066-.046-.101-.068a.98.98 0 0 1-.23-.189c-.013-.015-.033-.021-.046-.037-.021-.027-.023-.062-.041-.091a.951.951 0 0 1-.142-.409C1.018 27.071 1 27.038 1 27V9.5C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h10.19a1 1 0 1 1 0 2h-11a1 1 0 0 1-.979-.792L15.341 6H7.659l-.681 3.208a1 1 0 0 1-.979.792h-3v9.523l1.875-6.885a.999.999 0 0 1 .965-.737h24.16a1.001 1.001 0 0 1 .978 1.208Z"
|
|
2075
|
+
/>
|
|
2076
|
+
</svg>
|
|
2041
2077
|
</span>
|
|
2042
2078
|
<span class="pf-v6-c-tree-view__node-text">Application 1</span>
|
|
2043
2079
|
</span>
|
|
@@ -2054,7 +2090,19 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2054
2090
|
<button class="pf-v6-c-tree-view__node">
|
|
2055
2091
|
<span class="pf-v6-c-tree-view__node-container">
|
|
2056
2092
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2057
|
-
<
|
|
2093
|
+
<svg
|
|
2094
|
+
class="pf-v6-svg"
|
|
2095
|
+
fill="currentColor"
|
|
2096
|
+
viewBox="0 0 32 32"
|
|
2097
|
+
aria-hidden="true"
|
|
2098
|
+
role="img"
|
|
2099
|
+
width="1em"
|
|
2100
|
+
height="1em"
|
|
2101
|
+
>
|
|
2102
|
+
<path
|
|
2103
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
2104
|
+
/>
|
|
2105
|
+
</svg>
|
|
2058
2106
|
</span>
|
|
2059
2107
|
<span class="pf-v6-c-tree-view__node-text">Settings</span>
|
|
2060
2108
|
</span>
|
|
@@ -2071,7 +2119,19 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2071
2119
|
<button class="pf-v6-c-tree-view__node pf-m-current">
|
|
2072
2120
|
<span class="pf-v6-c-tree-view__node-container">
|
|
2073
2121
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2074
|
-
<
|
|
2122
|
+
<svg
|
|
2123
|
+
class="pf-v6-svg"
|
|
2124
|
+
fill="currentColor"
|
|
2125
|
+
viewBox="0 0 32 32"
|
|
2126
|
+
aria-hidden="true"
|
|
2127
|
+
role="img"
|
|
2128
|
+
width="1em"
|
|
2129
|
+
height="1em"
|
|
2130
|
+
>
|
|
2131
|
+
<path
|
|
2132
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
2133
|
+
/>
|
|
2134
|
+
</svg>
|
|
2075
2135
|
</span>
|
|
2076
2136
|
<span class="pf-v6-c-tree-view__node-text">Current</span>
|
|
2077
2137
|
</span>
|
|
@@ -2102,13 +2162,25 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2102
2162
|
height="1em"
|
|
2103
2163
|
>
|
|
2104
2164
|
<path
|
|
2105
|
-
d="
|
|
2165
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2106
2166
|
/>
|
|
2107
2167
|
</svg>
|
|
2108
2168
|
</span>
|
|
2109
2169
|
</span>
|
|
2110
2170
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2111
|
-
<
|
|
2171
|
+
<svg
|
|
2172
|
+
class="pf-v6-svg"
|
|
2173
|
+
fill="currentColor"
|
|
2174
|
+
viewBox="0 0 32 32"
|
|
2175
|
+
aria-hidden="true"
|
|
2176
|
+
role="img"
|
|
2177
|
+
width="1em"
|
|
2178
|
+
height="1em"
|
|
2179
|
+
>
|
|
2180
|
+
<path
|
|
2181
|
+
d="m30.979 13.108-3 14.1A1.002 1.002 0 0 1 27 28H2a.977.977 0 0 1-.418-.098c-.038-.017-.066-.046-.101-.068a.98.98 0 0 1-.23-.189c-.013-.015-.033-.021-.046-.037-.021-.027-.023-.062-.041-.091a.951.951 0 0 1-.142-.409C1.018 27.071 1 27.038 1 27V9.5C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h10.19a1 1 0 1 1 0 2h-11a1 1 0 0 1-.979-.792L15.341 6H7.659l-.681 3.208a1 1 0 0 1-.979.792h-3v9.523l1.875-6.885a.999.999 0 0 1 .965-.737h24.16a1.001 1.001 0 0 1 .978 1.208Z"
|
|
2182
|
+
/>
|
|
2183
|
+
</svg>
|
|
2112
2184
|
</span>
|
|
2113
2185
|
<span
|
|
2114
2186
|
class="pf-v6-c-tree-view__node-text"
|
|
@@ -2139,13 +2211,25 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2139
2211
|
height="1em"
|
|
2140
2212
|
>
|
|
2141
2213
|
<path
|
|
2142
|
-
d="
|
|
2214
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2143
2215
|
/>
|
|
2144
2216
|
</svg>
|
|
2145
2217
|
</span>
|
|
2146
2218
|
</span>
|
|
2147
2219
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2148
|
-
<
|
|
2220
|
+
<svg
|
|
2221
|
+
class="pf-v6-svg"
|
|
2222
|
+
fill="currentColor"
|
|
2223
|
+
viewBox="0 0 32 32"
|
|
2224
|
+
aria-hidden="true"
|
|
2225
|
+
role="img"
|
|
2226
|
+
width="1em"
|
|
2227
|
+
height="1em"
|
|
2228
|
+
>
|
|
2229
|
+
<path
|
|
2230
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
2231
|
+
/>
|
|
2232
|
+
</svg>
|
|
2149
2233
|
</span>
|
|
2150
2234
|
<span class="pf-v6-c-tree-view__node-text">Settings</span>
|
|
2151
2235
|
</span>
|
|
@@ -2174,13 +2258,25 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2174
2258
|
height="1em"
|
|
2175
2259
|
>
|
|
2176
2260
|
<path
|
|
2177
|
-
d="
|
|
2261
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2178
2262
|
/>
|
|
2179
2263
|
</svg>
|
|
2180
2264
|
</span>
|
|
2181
2265
|
</span>
|
|
2182
2266
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2183
|
-
<
|
|
2267
|
+
<svg
|
|
2268
|
+
class="pf-v6-svg"
|
|
2269
|
+
fill="currentColor"
|
|
2270
|
+
viewBox="0 0 32 32"
|
|
2271
|
+
aria-hidden="true"
|
|
2272
|
+
role="img"
|
|
2273
|
+
width="1em"
|
|
2274
|
+
height="1em"
|
|
2275
|
+
>
|
|
2276
|
+
<path
|
|
2277
|
+
d="m30.979 13.108-3 14.1A1.002 1.002 0 0 1 27 28H2a.977.977 0 0 1-.418-.098c-.038-.017-.066-.046-.101-.068a.98.98 0 0 1-.23-.189c-.013-.015-.033-.021-.046-.037-.021-.027-.023-.062-.041-.091a.951.951 0 0 1-.142-.409C1.018 27.071 1 27.038 1 27V9.5C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h10.19a1 1 0 1 1 0 2h-11a1 1 0 0 1-.979-.792L15.341 6H7.659l-.681 3.208a1 1 0 0 1-.979.792h-3v9.523l1.875-6.885a.999.999 0 0 1 .965-.737h24.16a1.001 1.001 0 0 1 .978 1.208Z"
|
|
2278
|
+
/>
|
|
2279
|
+
</svg>
|
|
2184
2280
|
</span>
|
|
2185
2281
|
<span class="pf-v6-c-tree-view__node-text">Loader</span>
|
|
2186
2282
|
</span>
|
|
@@ -2209,13 +2305,25 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2209
2305
|
height="1em"
|
|
2210
2306
|
>
|
|
2211
2307
|
<path
|
|
2212
|
-
d="
|
|
2308
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2213
2309
|
/>
|
|
2214
2310
|
</svg>
|
|
2215
2311
|
</span>
|
|
2216
2312
|
</span>
|
|
2217
2313
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2218
|
-
<
|
|
2314
|
+
<svg
|
|
2315
|
+
class="pf-v6-svg"
|
|
2316
|
+
fill="currentColor"
|
|
2317
|
+
viewBox="0 0 32 32"
|
|
2318
|
+
aria-hidden="true"
|
|
2319
|
+
role="img"
|
|
2320
|
+
width="1em"
|
|
2321
|
+
height="1em"
|
|
2322
|
+
>
|
|
2323
|
+
<path
|
|
2324
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
2325
|
+
/>
|
|
2326
|
+
</svg>
|
|
2219
2327
|
</span>
|
|
2220
2328
|
<span class="pf-v6-c-tree-view__node-text">Loader app 1</span>
|
|
2221
2329
|
</span>
|
|
@@ -2232,7 +2340,19 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2232
2340
|
<button class="pf-v6-c-tree-view__node">
|
|
2233
2341
|
<span class="pf-v6-c-tree-view__node-container">
|
|
2234
2342
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2235
|
-
<
|
|
2343
|
+
<svg
|
|
2344
|
+
class="pf-v6-svg"
|
|
2345
|
+
fill="currentColor"
|
|
2346
|
+
viewBox="0 0 32 32"
|
|
2347
|
+
aria-hidden="true"
|
|
2348
|
+
role="img"
|
|
2349
|
+
width="1em"
|
|
2350
|
+
height="1em"
|
|
2351
|
+
>
|
|
2352
|
+
<path
|
|
2353
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
2354
|
+
/>
|
|
2355
|
+
</svg>
|
|
2236
2356
|
</span>
|
|
2237
2357
|
<span class="pf-v6-c-tree-view__node-text">Loader app 2</span>
|
|
2238
2358
|
</span>
|
|
@@ -2249,7 +2369,19 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2249
2369
|
<button class="pf-v6-c-tree-view__node">
|
|
2250
2370
|
<span class="pf-v6-c-tree-view__node-container">
|
|
2251
2371
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2252
|
-
<
|
|
2372
|
+
<svg
|
|
2373
|
+
class="pf-v6-svg"
|
|
2374
|
+
fill="currentColor"
|
|
2375
|
+
viewBox="0 0 32 32"
|
|
2376
|
+
aria-hidden="true"
|
|
2377
|
+
role="img"
|
|
2378
|
+
width="1em"
|
|
2379
|
+
height="1em"
|
|
2380
|
+
>
|
|
2381
|
+
<path
|
|
2382
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
2383
|
+
/>
|
|
2384
|
+
</svg>
|
|
2253
2385
|
</span>
|
|
2254
2386
|
<span class="pf-v6-c-tree-view__node-text">Loader app 3</span>
|
|
2255
2387
|
</span>
|
|
@@ -2284,13 +2416,25 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2284
2416
|
height="1em"
|
|
2285
2417
|
>
|
|
2286
2418
|
<path
|
|
2287
|
-
d="
|
|
2419
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2288
2420
|
/>
|
|
2289
2421
|
</svg>
|
|
2290
2422
|
</span>
|
|
2291
2423
|
</span>
|
|
2292
2424
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2293
|
-
<
|
|
2425
|
+
<svg
|
|
2426
|
+
class="pf-v6-svg"
|
|
2427
|
+
fill="currentColor"
|
|
2428
|
+
viewBox="0 0 32 32"
|
|
2429
|
+
aria-hidden="true"
|
|
2430
|
+
role="img"
|
|
2431
|
+
width="1em"
|
|
2432
|
+
height="1em"
|
|
2433
|
+
>
|
|
2434
|
+
<path
|
|
2435
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
2436
|
+
/>
|
|
2437
|
+
</svg>
|
|
2294
2438
|
</span>
|
|
2295
2439
|
<span class="pf-v6-c-tree-view__node-text">Cost management</span>
|
|
2296
2440
|
</span>
|
|
@@ -2319,13 +2463,25 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2319
2463
|
height="1em"
|
|
2320
2464
|
>
|
|
2321
2465
|
<path
|
|
2322
|
-
d="
|
|
2466
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2323
2467
|
/>
|
|
2324
2468
|
</svg>
|
|
2325
2469
|
</span>
|
|
2326
2470
|
</span>
|
|
2327
2471
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2328
|
-
<
|
|
2472
|
+
<svg
|
|
2473
|
+
class="pf-v6-svg"
|
|
2474
|
+
fill="currentColor"
|
|
2475
|
+
viewBox="0 0 32 32"
|
|
2476
|
+
aria-hidden="true"
|
|
2477
|
+
role="img"
|
|
2478
|
+
width="1em"
|
|
2479
|
+
height="1em"
|
|
2480
|
+
>
|
|
2481
|
+
<path
|
|
2482
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
2483
|
+
/>
|
|
2484
|
+
</svg>
|
|
2329
2485
|
</span>
|
|
2330
2486
|
<span class="pf-v6-c-tree-view__node-text">Sources</span>
|
|
2331
2487
|
</span>
|
|
@@ -2354,13 +2510,25 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2354
2510
|
height="1em"
|
|
2355
2511
|
>
|
|
2356
2512
|
<path
|
|
2357
|
-
d="
|
|
2513
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2358
2514
|
/>
|
|
2359
2515
|
</svg>
|
|
2360
2516
|
</span>
|
|
2361
2517
|
</span>
|
|
2362
2518
|
<span class="pf-v6-c-tree-view__node-icon">
|
|
2363
|
-
<
|
|
2519
|
+
<svg
|
|
2520
|
+
class="pf-v6-svg"
|
|
2521
|
+
fill="currentColor"
|
|
2522
|
+
viewBox="0 0 32 32"
|
|
2523
|
+
aria-hidden="true"
|
|
2524
|
+
role="img"
|
|
2525
|
+
width="1em"
|
|
2526
|
+
height="1em"
|
|
2527
|
+
>
|
|
2528
|
+
<path
|
|
2529
|
+
d="M31 9.5v17c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-17C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h11.69c.827 0 1.5.673 1.5 1.5Z"
|
|
2530
|
+
/>
|
|
2531
|
+
</svg>
|
|
2364
2532
|
</span>
|
|
2365
2533
|
<span
|
|
2366
2534
|
class="pf-v6-c-tree-view__node-text"
|
|
@@ -2405,7 +2573,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2405
2573
|
height="1em"
|
|
2406
2574
|
>
|
|
2407
2575
|
<path
|
|
2408
|
-
d="
|
|
2576
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2409
2577
|
/>
|
|
2410
2578
|
</svg>
|
|
2411
2579
|
</span>
|
|
@@ -2440,7 +2608,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2440
2608
|
height="1em"
|
|
2441
2609
|
>
|
|
2442
2610
|
<path
|
|
2443
|
-
d="
|
|
2611
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2444
2612
|
/>
|
|
2445
2613
|
</svg>
|
|
2446
2614
|
</span>
|
|
@@ -2505,7 +2673,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2505
2673
|
height="1em"
|
|
2506
2674
|
>
|
|
2507
2675
|
<path
|
|
2508
|
-
d="
|
|
2676
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2509
2677
|
/>
|
|
2510
2678
|
</svg>
|
|
2511
2679
|
</span>
|
|
@@ -2540,7 +2708,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2540
2708
|
height="1em"
|
|
2541
2709
|
>
|
|
2542
2710
|
<path
|
|
2543
|
-
d="
|
|
2711
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2544
2712
|
/>
|
|
2545
2713
|
</svg>
|
|
2546
2714
|
</span>
|
|
@@ -2575,7 +2743,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2575
2743
|
height="1em"
|
|
2576
2744
|
>
|
|
2577
2745
|
<path
|
|
2578
|
-
d="
|
|
2746
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2579
2747
|
/>
|
|
2580
2748
|
</svg>
|
|
2581
2749
|
</span>
|
|
@@ -2610,7 +2778,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2610
2778
|
height="1em"
|
|
2611
2779
|
>
|
|
2612
2780
|
<path
|
|
2613
|
-
d="
|
|
2781
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2614
2782
|
/>
|
|
2615
2783
|
</svg>
|
|
2616
2784
|
</span>
|
|
@@ -2679,7 +2847,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2679
2847
|
height="1em"
|
|
2680
2848
|
>
|
|
2681
2849
|
<path
|
|
2682
|
-
d="
|
|
2850
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2683
2851
|
/>
|
|
2684
2852
|
</svg>
|
|
2685
2853
|
</span>
|
|
@@ -2714,7 +2882,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2714
2882
|
height="1em"
|
|
2715
2883
|
>
|
|
2716
2884
|
<path
|
|
2717
|
-
d="
|
|
2885
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2718
2886
|
/>
|
|
2719
2887
|
</svg>
|
|
2720
2888
|
</span>
|
|
@@ -2749,7 +2917,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2749
2917
|
height="1em"
|
|
2750
2918
|
>
|
|
2751
2919
|
<path
|
|
2752
|
-
d="
|
|
2920
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2753
2921
|
/>
|
|
2754
2922
|
</svg>
|
|
2755
2923
|
</span>
|
|
@@ -2800,7 +2968,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2800
2968
|
height="1em"
|
|
2801
2969
|
>
|
|
2802
2970
|
<path
|
|
2803
|
-
d="
|
|
2971
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2804
2972
|
/>
|
|
2805
2973
|
</svg>
|
|
2806
2974
|
</span>
|
|
@@ -2857,7 +3025,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2857
3025
|
height="1em"
|
|
2858
3026
|
>
|
|
2859
3027
|
<path
|
|
2860
|
-
d="
|
|
3028
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2861
3029
|
/>
|
|
2862
3030
|
</svg>
|
|
2863
3031
|
</span>
|
|
@@ -2877,14 +3045,14 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2877
3045
|
<svg
|
|
2878
3046
|
class="pf-v6-svg"
|
|
2879
3047
|
fill="currentColor"
|
|
2880
|
-
viewBox="0 0
|
|
3048
|
+
viewBox="0 0 32 32"
|
|
2881
3049
|
aria-hidden="true"
|
|
2882
3050
|
role="img"
|
|
2883
3051
|
width="1em"
|
|
2884
3052
|
height="1em"
|
|
2885
3053
|
>
|
|
2886
3054
|
<path
|
|
2887
|
-
d="
|
|
3055
|
+
d="M25.5 6H23v-.5c0-.827-.673-1.5-1.5-1.5h-1.626C19.429 2.276 17.861 1 16 1s-3.428 1.276-3.874 3H10.5C9.673 4 9 4.673 9 5.5V6H6.5C5.673 6 5 6.673 5 7.5v22c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5v-22c0-.827-.673-1.5-1.5-1.5ZM11 6h2a1 1 0 0 0 1-1c0-1.103.897-2 2-2s2 .897 2 2a1 1 0 0 0 1 1h2v2H11V6Z"
|
|
2888
3056
|
/>
|
|
2889
3057
|
</svg>
|
|
2890
3058
|
</span>
|
|
@@ -2944,7 +3112,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2944
3112
|
height="1em"
|
|
2945
3113
|
>
|
|
2946
3114
|
<path
|
|
2947
|
-
d="
|
|
3115
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2948
3116
|
/>
|
|
2949
3117
|
</svg>
|
|
2950
3118
|
</span>
|
|
@@ -2964,14 +3132,14 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
2964
3132
|
<svg
|
|
2965
3133
|
class="pf-v6-svg"
|
|
2966
3134
|
fill="currentColor"
|
|
2967
|
-
viewBox="0 0
|
|
3135
|
+
viewBox="0 0 32 32"
|
|
2968
3136
|
aria-hidden="true"
|
|
2969
3137
|
role="img"
|
|
2970
3138
|
width="1em"
|
|
2971
3139
|
height="1em"
|
|
2972
3140
|
>
|
|
2973
3141
|
<path
|
|
2974
|
-
d="
|
|
3142
|
+
d="M31 16a1 1 0 0 1-1 1H2a1 1 0 1 1 0-2h28a1 1 0 0 1 1 1Zm-1 9H2a1 1 0 1 0 0 2h28a1 1 0 1 0 0-2ZM2 7h28a1 1 0 1 0 0-2H2a1 1 0 1 0 0 2Z"
|
|
2975
3143
|
/>
|
|
2976
3144
|
</svg>
|
|
2977
3145
|
</span>
|
|
@@ -3001,7 +3169,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3001
3169
|
height="1em"
|
|
3002
3170
|
>
|
|
3003
3171
|
<path
|
|
3004
|
-
d="
|
|
3172
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3005
3173
|
/>
|
|
3006
3174
|
</svg>
|
|
3007
3175
|
</span>
|
|
@@ -3033,7 +3201,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3033
3201
|
height="1em"
|
|
3034
3202
|
>
|
|
3035
3203
|
<path
|
|
3036
|
-
d="
|
|
3204
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3037
3205
|
/>
|
|
3038
3206
|
</svg>
|
|
3039
3207
|
</span>
|
|
@@ -3065,7 +3233,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3065
3233
|
height="1em"
|
|
3066
3234
|
>
|
|
3067
3235
|
<path
|
|
3068
|
-
d="
|
|
3236
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3069
3237
|
/>
|
|
3070
3238
|
</svg>
|
|
3071
3239
|
</span>
|
|
@@ -3131,7 +3299,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3131
3299
|
height="1em"
|
|
3132
3300
|
>
|
|
3133
3301
|
<path
|
|
3134
|
-
d="
|
|
3302
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3135
3303
|
/>
|
|
3136
3304
|
</svg>
|
|
3137
3305
|
</span>
|
|
@@ -3163,7 +3331,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3163
3331
|
height="1em"
|
|
3164
3332
|
>
|
|
3165
3333
|
<path
|
|
3166
|
-
d="
|
|
3334
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3167
3335
|
/>
|
|
3168
3336
|
</svg>
|
|
3169
3337
|
</span>
|
|
@@ -3195,7 +3363,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3195
3363
|
height="1em"
|
|
3196
3364
|
>
|
|
3197
3365
|
<path
|
|
3198
|
-
d="
|
|
3366
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3199
3367
|
/>
|
|
3200
3368
|
</svg>
|
|
3201
3369
|
</span>
|
|
@@ -3268,7 +3436,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3268
3436
|
height="1em"
|
|
3269
3437
|
>
|
|
3270
3438
|
<path
|
|
3271
|
-
d="
|
|
3439
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3272
3440
|
/>
|
|
3273
3441
|
</svg>
|
|
3274
3442
|
</span>
|
|
@@ -3300,7 +3468,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3300
3468
|
height="1em"
|
|
3301
3469
|
>
|
|
3302
3470
|
<path
|
|
3303
|
-
d="
|
|
3471
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3304
3472
|
/>
|
|
3305
3473
|
</svg>
|
|
3306
3474
|
</span>
|
|
@@ -3360,7 +3528,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3360
3528
|
height="1em"
|
|
3361
3529
|
>
|
|
3362
3530
|
<path
|
|
3363
|
-
d="
|
|
3531
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3364
3532
|
/>
|
|
3365
3533
|
</svg>
|
|
3366
3534
|
</span>
|
|
@@ -3394,7 +3562,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3394
3562
|
height="1em"
|
|
3395
3563
|
>
|
|
3396
3564
|
<path
|
|
3397
|
-
d="
|
|
3565
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3398
3566
|
/>
|
|
3399
3567
|
</svg>
|
|
3400
3568
|
</span>
|
|
@@ -3440,7 +3608,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3440
3608
|
height="1em"
|
|
3441
3609
|
>
|
|
3442
3610
|
<path
|
|
3443
|
-
d="
|
|
3611
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3444
3612
|
/>
|
|
3445
3613
|
</svg>
|
|
3446
3614
|
</span>
|
|
@@ -3472,7 +3640,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3472
3640
|
height="1em"
|
|
3473
3641
|
>
|
|
3474
3642
|
<path
|
|
3475
|
-
d="
|
|
3643
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3476
3644
|
/>
|
|
3477
3645
|
</svg>
|
|
3478
3646
|
</span>
|
|
@@ -3504,7 +3672,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3504
3672
|
height="1em"
|
|
3505
3673
|
>
|
|
3506
3674
|
<path
|
|
3507
|
-
d="
|
|
3675
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3508
3676
|
/>
|
|
3509
3677
|
</svg>
|
|
3510
3678
|
</span>
|
|
@@ -3584,7 +3752,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3584
3752
|
height="1em"
|
|
3585
3753
|
>
|
|
3586
3754
|
<path
|
|
3587
|
-
d="
|
|
3755
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3588
3756
|
/>
|
|
3589
3757
|
</svg>
|
|
3590
3758
|
</span>
|
|
@@ -3657,7 +3825,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3657
3825
|
height="1em"
|
|
3658
3826
|
>
|
|
3659
3827
|
<path
|
|
3660
|
-
d="
|
|
3828
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3661
3829
|
/>
|
|
3662
3830
|
</svg>
|
|
3663
3831
|
</span>
|
|
@@ -3703,7 +3871,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3703
3871
|
height="1em"
|
|
3704
3872
|
>
|
|
3705
3873
|
<path
|
|
3706
|
-
d="
|
|
3874
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3707
3875
|
/>
|
|
3708
3876
|
</svg>
|
|
3709
3877
|
</span>
|
|
@@ -3778,7 +3946,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3778
3946
|
height="1em"
|
|
3779
3947
|
>
|
|
3780
3948
|
<path
|
|
3781
|
-
d="
|
|
3949
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3782
3950
|
/>
|
|
3783
3951
|
</svg>
|
|
3784
3952
|
</span>
|
|
@@ -3826,7 +3994,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3826
3994
|
height="1em"
|
|
3827
3995
|
>
|
|
3828
3996
|
<path
|
|
3829
|
-
d="
|
|
3997
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3830
3998
|
/>
|
|
3831
3999
|
</svg>
|
|
3832
4000
|
</span>
|
|
@@ -3886,7 +4054,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3886
4054
|
height="1em"
|
|
3887
4055
|
>
|
|
3888
4056
|
<path
|
|
3889
|
-
d="
|
|
4057
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3890
4058
|
/>
|
|
3891
4059
|
</svg>
|
|
3892
4060
|
</span>
|
|
@@ -3932,7 +4100,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3932
4100
|
height="1em"
|
|
3933
4101
|
>
|
|
3934
4102
|
<path
|
|
3935
|
-
d="
|
|
4103
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3936
4104
|
/>
|
|
3937
4105
|
</svg>
|
|
3938
4106
|
</span>
|
|
@@ -3979,7 +4147,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
3979
4147
|
height="1em"
|
|
3980
4148
|
>
|
|
3981
4149
|
<path
|
|
3982
|
-
d="
|
|
4150
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3983
4151
|
/>
|
|
3984
4152
|
</svg>
|
|
3985
4153
|
</span>
|
|
@@ -4059,7 +4227,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4059
4227
|
height="1em"
|
|
4060
4228
|
>
|
|
4061
4229
|
<path
|
|
4062
|
-
d="
|
|
4230
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4063
4231
|
/>
|
|
4064
4232
|
</svg>
|
|
4065
4233
|
</span>
|
|
@@ -4105,7 +4273,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4105
4273
|
height="1em"
|
|
4106
4274
|
>
|
|
4107
4275
|
<path
|
|
4108
|
-
d="
|
|
4276
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4109
4277
|
/>
|
|
4110
4278
|
</svg>
|
|
4111
4279
|
</span>
|
|
@@ -4151,7 +4319,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4151
4319
|
height="1em"
|
|
4152
4320
|
>
|
|
4153
4321
|
<path
|
|
4154
|
-
d="
|
|
4322
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4155
4323
|
/>
|
|
4156
4324
|
</svg>
|
|
4157
4325
|
</span>
|
|
@@ -4200,7 +4368,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4200
4368
|
height="1em"
|
|
4201
4369
|
>
|
|
4202
4370
|
<path
|
|
4203
|
-
d="
|
|
4371
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4204
4372
|
/>
|
|
4205
4373
|
</svg>
|
|
4206
4374
|
</span>
|
|
@@ -4232,7 +4400,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4232
4400
|
height="1em"
|
|
4233
4401
|
>
|
|
4234
4402
|
<path
|
|
4235
|
-
d="
|
|
4403
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4236
4404
|
/>
|
|
4237
4405
|
</svg>
|
|
4238
4406
|
</span>
|
|
@@ -4292,7 +4460,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4292
4460
|
height="1em"
|
|
4293
4461
|
>
|
|
4294
4462
|
<path
|
|
4295
|
-
d="
|
|
4463
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4296
4464
|
/>
|
|
4297
4465
|
</svg>
|
|
4298
4466
|
</span>
|
|
@@ -4326,7 +4494,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4326
4494
|
height="1em"
|
|
4327
4495
|
>
|
|
4328
4496
|
<path
|
|
4329
|
-
d="
|
|
4497
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4330
4498
|
/>
|
|
4331
4499
|
</svg>
|
|
4332
4500
|
</span>
|
|
@@ -4372,7 +4540,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4372
4540
|
height="1em"
|
|
4373
4541
|
>
|
|
4374
4542
|
<path
|
|
4375
|
-
d="
|
|
4543
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4376
4544
|
/>
|
|
4377
4545
|
</svg>
|
|
4378
4546
|
</span>
|
|
@@ -4404,7 +4572,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4404
4572
|
height="1em"
|
|
4405
4573
|
>
|
|
4406
4574
|
<path
|
|
4407
|
-
d="
|
|
4575
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4408
4576
|
/>
|
|
4409
4577
|
</svg>
|
|
4410
4578
|
</span>
|
|
@@ -4436,7 +4604,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4436
4604
|
height="1em"
|
|
4437
4605
|
>
|
|
4438
4606
|
<path
|
|
4439
|
-
d="
|
|
4607
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4440
4608
|
/>
|
|
4441
4609
|
</svg>
|
|
4442
4610
|
</span>
|
|
@@ -4502,7 +4670,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4502
4670
|
height="1em"
|
|
4503
4671
|
>
|
|
4504
4672
|
<path
|
|
4505
|
-
d="
|
|
4673
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4506
4674
|
/>
|
|
4507
4675
|
</svg>
|
|
4508
4676
|
</span>
|
|
@@ -4534,7 +4702,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4534
4702
|
height="1em"
|
|
4535
4703
|
>
|
|
4536
4704
|
<path
|
|
4537
|
-
d="
|
|
4705
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4538
4706
|
/>
|
|
4539
4707
|
</svg>
|
|
4540
4708
|
</span>
|
|
@@ -4566,7 +4734,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4566
4734
|
height="1em"
|
|
4567
4735
|
>
|
|
4568
4736
|
<path
|
|
4569
|
-
d="
|
|
4737
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4570
4738
|
/>
|
|
4571
4739
|
</svg>
|
|
4572
4740
|
</span>
|
|
@@ -4673,7 +4841,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4673
4841
|
height="1em"
|
|
4674
4842
|
>
|
|
4675
4843
|
<path
|
|
4676
|
-
d="
|
|
4844
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4677
4845
|
/>
|
|
4678
4846
|
</svg>
|
|
4679
4847
|
</span>
|
|
@@ -4809,7 +4977,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4809
4977
|
height="1em"
|
|
4810
4978
|
>
|
|
4811
4979
|
<path
|
|
4812
|
-
d="
|
|
4980
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4813
4981
|
/>
|
|
4814
4982
|
</svg>
|
|
4815
4983
|
</span>
|
|
@@ -4846,7 +5014,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
4846
5014
|
height="1em"
|
|
4847
5015
|
>
|
|
4848
5016
|
<path
|
|
4849
|
-
d="
|
|
5017
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
4850
5018
|
/>
|
|
4851
5019
|
</svg>
|
|
4852
5020
|
</span>
|
|
@@ -5023,7 +5191,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
5023
5191
|
height="1em"
|
|
5024
5192
|
>
|
|
5025
5193
|
<path
|
|
5026
|
-
d="
|
|
5194
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
5027
5195
|
/>
|
|
5028
5196
|
</svg>
|
|
5029
5197
|
</span>
|
|
@@ -5159,7 +5327,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
5159
5327
|
height="1em"
|
|
5160
5328
|
>
|
|
5161
5329
|
<path
|
|
5162
|
-
d="
|
|
5330
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
5163
5331
|
/>
|
|
5164
5332
|
</svg>
|
|
5165
5333
|
</span>
|
|
@@ -5196,7 +5364,7 @@ A search input can be used to filter tree view items. It is recommended that a t
|
|
|
5196
5364
|
height="1em"
|
|
5197
5365
|
>
|
|
5198
5366
|
<path
|
|
5199
|
-
d="
|
|
5367
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
5200
5368
|
/>
|
|
5201
5369
|
</svg>
|
|
5202
5370
|
</span>
|