@patternfly/patternfly 6.5.0-prerelease.44 → 6.5.0-prerelease.46
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/components/Button/button.css +1 -1
- package/components/Button/button.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +10 -2
- package/components/NotificationDrawer/notification-drawer.scss +11 -4
- package/components/_index.css +11 -3
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/ActionList/examples/ActionList.md +10 -10
- package/docs/components/Alert/examples/Alert.md +30 -30
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Drawer/examples/Drawer.md +42 -42
- package/docs/components/DualListSelector/examples/DualListSelector.md +792 -72
- package/docs/components/Icon/examples/Icon.md +65 -5
- package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
- package/docs/components/Label/examples/Label.md +2812 -220
- package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
- package/docs/components/ModalBox/examples/ModalBox.md +121 -37
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +18 -18
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +524 -44
- package/docs/components/Popover/examples/Popover.md +110 -38
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Tabs/examples/Tabs.md +1638 -126
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
- package/docs/components/Toolbar/examples/Toolbar.md +48 -48
- package/docs/components/Wizard/examples/Wizard.md +26 -26
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/Card/examples/Card.md +80 -8
- package/docs/demos/Compass/examples/Compass.md +2 -2
- package/docs/demos/Dashboard/examples/Dashboard.md +24 -6
- package/docs/demos/DescriptionList/examples/DescriptionList.md +2 -2
- package/docs/demos/Drawer/examples/Drawer.md +6 -6
- package/docs/demos/Form/examples/BasicForms.md +26 -2
- package/docs/demos/JumpLinks/examples/JumpLinks.md +4 -4
- package/docs/demos/Masthead/examples/Masthead.md +15 -3
- package/docs/demos/Modal/examples/Modal.md +12 -12
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +816 -96
- package/docs/demos/Page/examples/Page.md +2 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +90 -18
- package/docs/demos/Table/examples/Table.md +232 -19
- package/docs/demos/Tabs/examples/Tabs.md +23 -5
- package/docs/demos/Toolbar/examples/Toolbar.md +24 -24
- package/docs/demos/Wizard/examples/Wizard.md +20 -20
- package/package.json +1 -1
- package/patternfly-no-globals.css +11 -3
- package/patternfly.css +11 -3
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -45,7 +45,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
45
45
|
aria-labelledby="grey-filled-removable-button grey-filled-removable-text"
|
|
46
46
|
>
|
|
47
47
|
<span class="pf-v6-c-button__icon">
|
|
48
|
-
|
|
48
|
+
<svg
|
|
49
|
+
class="pf-v6-svg"
|
|
50
|
+
viewBox="0 0 20 20"
|
|
51
|
+
fill="currentColor"
|
|
52
|
+
aria-hidden="true"
|
|
53
|
+
role="img"
|
|
54
|
+
width="1em"
|
|
55
|
+
height="1em"
|
|
56
|
+
>
|
|
57
|
+
<path
|
|
58
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
59
|
+
/>
|
|
60
|
+
</svg>
|
|
49
61
|
</span>
|
|
50
62
|
</button>
|
|
51
63
|
</span>
|
|
@@ -70,7 +82,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
70
82
|
aria-labelledby="grey-filled-icon-removable-button grey-filled-icon-removable-text"
|
|
71
83
|
>
|
|
72
84
|
<span class="pf-v6-c-button__icon">
|
|
73
|
-
|
|
85
|
+
<svg
|
|
86
|
+
class="pf-v6-svg"
|
|
87
|
+
viewBox="0 0 20 20"
|
|
88
|
+
fill="currentColor"
|
|
89
|
+
aria-hidden="true"
|
|
90
|
+
role="img"
|
|
91
|
+
width="1em"
|
|
92
|
+
height="1em"
|
|
93
|
+
>
|
|
94
|
+
<path
|
|
95
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
96
|
+
/>
|
|
97
|
+
</svg>
|
|
74
98
|
</span>
|
|
75
99
|
</button>
|
|
76
100
|
</span>
|
|
@@ -104,7 +128,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
104
128
|
aria-labelledby="grey-filled-link-removable-button grey-filled-link-removable-text"
|
|
105
129
|
>
|
|
106
130
|
<span class="pf-v6-c-button__icon">
|
|
107
|
-
|
|
131
|
+
<svg
|
|
132
|
+
class="pf-v6-svg"
|
|
133
|
+
viewBox="0 0 20 20"
|
|
134
|
+
fill="currentColor"
|
|
135
|
+
aria-hidden="true"
|
|
136
|
+
role="img"
|
|
137
|
+
width="1em"
|
|
138
|
+
height="1em"
|
|
139
|
+
>
|
|
140
|
+
<path
|
|
141
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
142
|
+
/>
|
|
143
|
+
</svg>
|
|
108
144
|
</span>
|
|
109
145
|
</button>
|
|
110
146
|
</span>
|
|
@@ -126,7 +162,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
126
162
|
aria-labelledby="grey-filled-button-removable-button grey-filled-button-removable-text"
|
|
127
163
|
>
|
|
128
164
|
<span class="pf-v6-c-button__icon">
|
|
129
|
-
|
|
165
|
+
<svg
|
|
166
|
+
class="pf-v6-svg"
|
|
167
|
+
viewBox="0 0 20 20"
|
|
168
|
+
fill="currentColor"
|
|
169
|
+
aria-hidden="true"
|
|
170
|
+
role="img"
|
|
171
|
+
width="1em"
|
|
172
|
+
height="1em"
|
|
173
|
+
>
|
|
174
|
+
<path
|
|
175
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
176
|
+
/>
|
|
177
|
+
</svg>
|
|
130
178
|
</span>
|
|
131
179
|
</button>
|
|
132
180
|
</span>
|
|
@@ -164,7 +212,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
164
212
|
aria-labelledby="grey-filled-truncated-with-icon-button grey-filled-truncated-with-icon-text"
|
|
165
213
|
>
|
|
166
214
|
<span class="pf-v6-c-button__icon">
|
|
167
|
-
|
|
215
|
+
<svg
|
|
216
|
+
class="pf-v6-svg"
|
|
217
|
+
viewBox="0 0 20 20"
|
|
218
|
+
fill="currentColor"
|
|
219
|
+
aria-hidden="true"
|
|
220
|
+
role="img"
|
|
221
|
+
width="1em"
|
|
222
|
+
height="1em"
|
|
223
|
+
>
|
|
224
|
+
<path
|
|
225
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
226
|
+
/>
|
|
227
|
+
</svg>
|
|
168
228
|
</span>
|
|
169
229
|
</button>
|
|
170
230
|
</span>
|
|
@@ -195,7 +255,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
195
255
|
aria-labelledby="grey-filled-link-removable-disabled-button grey-filled-link-removable-disabled-text"
|
|
196
256
|
>
|
|
197
257
|
<span class="pf-v6-c-button__icon">
|
|
198
|
-
|
|
258
|
+
<svg
|
|
259
|
+
class="pf-v6-svg"
|
|
260
|
+
viewBox="0 0 20 20"
|
|
261
|
+
fill="currentColor"
|
|
262
|
+
aria-hidden="true"
|
|
263
|
+
role="img"
|
|
264
|
+
width="1em"
|
|
265
|
+
height="1em"
|
|
266
|
+
>
|
|
267
|
+
<path
|
|
268
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
269
|
+
/>
|
|
270
|
+
</svg>
|
|
199
271
|
</span>
|
|
200
272
|
</button>
|
|
201
273
|
</span>
|
|
@@ -221,7 +293,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
221
293
|
aria-labelledby="grey-filled-button-removable-disabled-button grey-filled-button-removable-disabled-text"
|
|
222
294
|
>
|
|
223
295
|
<span class="pf-v6-c-button__icon">
|
|
224
|
-
|
|
296
|
+
<svg
|
|
297
|
+
class="pf-v6-svg"
|
|
298
|
+
viewBox="0 0 20 20"
|
|
299
|
+
fill="currentColor"
|
|
300
|
+
aria-hidden="true"
|
|
301
|
+
role="img"
|
|
302
|
+
width="1em"
|
|
303
|
+
height="1em"
|
|
304
|
+
>
|
|
305
|
+
<path
|
|
306
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
307
|
+
/>
|
|
308
|
+
</svg>
|
|
225
309
|
</span>
|
|
226
310
|
</button>
|
|
227
311
|
</span>
|
|
@@ -261,7 +345,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
261
345
|
aria-labelledby="blue-filled-removable-button blue-filled-removable-text"
|
|
262
346
|
>
|
|
263
347
|
<span class="pf-v6-c-button__icon">
|
|
264
|
-
|
|
348
|
+
<svg
|
|
349
|
+
class="pf-v6-svg"
|
|
350
|
+
viewBox="0 0 20 20"
|
|
351
|
+
fill="currentColor"
|
|
352
|
+
aria-hidden="true"
|
|
353
|
+
role="img"
|
|
354
|
+
width="1em"
|
|
355
|
+
height="1em"
|
|
356
|
+
>
|
|
357
|
+
<path
|
|
358
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
359
|
+
/>
|
|
360
|
+
</svg>
|
|
265
361
|
</span>
|
|
266
362
|
</button>
|
|
267
363
|
</span>
|
|
@@ -286,7 +382,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
286
382
|
aria-labelledby="blue-filled-icon-removable-button blue-filled-icon-removable-text"
|
|
287
383
|
>
|
|
288
384
|
<span class="pf-v6-c-button__icon">
|
|
289
|
-
|
|
385
|
+
<svg
|
|
386
|
+
class="pf-v6-svg"
|
|
387
|
+
viewBox="0 0 20 20"
|
|
388
|
+
fill="currentColor"
|
|
389
|
+
aria-hidden="true"
|
|
390
|
+
role="img"
|
|
391
|
+
width="1em"
|
|
392
|
+
height="1em"
|
|
393
|
+
>
|
|
394
|
+
<path
|
|
395
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
396
|
+
/>
|
|
397
|
+
</svg>
|
|
290
398
|
</span>
|
|
291
399
|
</button>
|
|
292
400
|
</span>
|
|
@@ -320,7 +428,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
320
428
|
aria-labelledby="blue-filled-link-removable-button blue-filled-link-removable-text"
|
|
321
429
|
>
|
|
322
430
|
<span class="pf-v6-c-button__icon">
|
|
323
|
-
|
|
431
|
+
<svg
|
|
432
|
+
class="pf-v6-svg"
|
|
433
|
+
viewBox="0 0 20 20"
|
|
434
|
+
fill="currentColor"
|
|
435
|
+
aria-hidden="true"
|
|
436
|
+
role="img"
|
|
437
|
+
width="1em"
|
|
438
|
+
height="1em"
|
|
439
|
+
>
|
|
440
|
+
<path
|
|
441
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
442
|
+
/>
|
|
443
|
+
</svg>
|
|
324
444
|
</span>
|
|
325
445
|
</button>
|
|
326
446
|
</span>
|
|
@@ -342,7 +462,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
342
462
|
aria-labelledby="blue-filled-button-removable-button blue-filled-button-removable-text"
|
|
343
463
|
>
|
|
344
464
|
<span class="pf-v6-c-button__icon">
|
|
345
|
-
|
|
465
|
+
<svg
|
|
466
|
+
class="pf-v6-svg"
|
|
467
|
+
viewBox="0 0 20 20"
|
|
468
|
+
fill="currentColor"
|
|
469
|
+
aria-hidden="true"
|
|
470
|
+
role="img"
|
|
471
|
+
width="1em"
|
|
472
|
+
height="1em"
|
|
473
|
+
>
|
|
474
|
+
<path
|
|
475
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
476
|
+
/>
|
|
477
|
+
</svg>
|
|
346
478
|
</span>
|
|
347
479
|
</button>
|
|
348
480
|
</span>
|
|
@@ -380,7 +512,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
380
512
|
aria-labelledby="blue-filled-truncated-with-icon-button blue-filled-truncated-with-icon-text"
|
|
381
513
|
>
|
|
382
514
|
<span class="pf-v6-c-button__icon">
|
|
383
|
-
|
|
515
|
+
<svg
|
|
516
|
+
class="pf-v6-svg"
|
|
517
|
+
viewBox="0 0 20 20"
|
|
518
|
+
fill="currentColor"
|
|
519
|
+
aria-hidden="true"
|
|
520
|
+
role="img"
|
|
521
|
+
width="1em"
|
|
522
|
+
height="1em"
|
|
523
|
+
>
|
|
524
|
+
<path
|
|
525
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
526
|
+
/>
|
|
527
|
+
</svg>
|
|
384
528
|
</span>
|
|
385
529
|
</button>
|
|
386
530
|
</span>
|
|
@@ -411,7 +555,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
411
555
|
aria-labelledby="blue-filled-link-removable-disabled-button blue-filled-link-removable-disabled-text"
|
|
412
556
|
>
|
|
413
557
|
<span class="pf-v6-c-button__icon">
|
|
414
|
-
|
|
558
|
+
<svg
|
|
559
|
+
class="pf-v6-svg"
|
|
560
|
+
viewBox="0 0 20 20"
|
|
561
|
+
fill="currentColor"
|
|
562
|
+
aria-hidden="true"
|
|
563
|
+
role="img"
|
|
564
|
+
width="1em"
|
|
565
|
+
height="1em"
|
|
566
|
+
>
|
|
567
|
+
<path
|
|
568
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
569
|
+
/>
|
|
570
|
+
</svg>
|
|
415
571
|
</span>
|
|
416
572
|
</button>
|
|
417
573
|
</span>
|
|
@@ -437,7 +593,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
437
593
|
aria-labelledby="blue-filled-button-removable-disabled-button blue-filled-button-removable-disabled-text"
|
|
438
594
|
>
|
|
439
595
|
<span class="pf-v6-c-button__icon">
|
|
440
|
-
|
|
596
|
+
<svg
|
|
597
|
+
class="pf-v6-svg"
|
|
598
|
+
viewBox="0 0 20 20"
|
|
599
|
+
fill="currentColor"
|
|
600
|
+
aria-hidden="true"
|
|
601
|
+
role="img"
|
|
602
|
+
width="1em"
|
|
603
|
+
height="1em"
|
|
604
|
+
>
|
|
605
|
+
<path
|
|
606
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
607
|
+
/>
|
|
608
|
+
</svg>
|
|
441
609
|
</span>
|
|
442
610
|
</button>
|
|
443
611
|
</span>
|
|
@@ -477,7 +645,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
477
645
|
aria-labelledby="green-filled-removable-button green-filled-removable-text"
|
|
478
646
|
>
|
|
479
647
|
<span class="pf-v6-c-button__icon">
|
|
480
|
-
|
|
648
|
+
<svg
|
|
649
|
+
class="pf-v6-svg"
|
|
650
|
+
viewBox="0 0 20 20"
|
|
651
|
+
fill="currentColor"
|
|
652
|
+
aria-hidden="true"
|
|
653
|
+
role="img"
|
|
654
|
+
width="1em"
|
|
655
|
+
height="1em"
|
|
656
|
+
>
|
|
657
|
+
<path
|
|
658
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
659
|
+
/>
|
|
660
|
+
</svg>
|
|
481
661
|
</span>
|
|
482
662
|
</button>
|
|
483
663
|
</span>
|
|
@@ -502,7 +682,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
502
682
|
aria-labelledby="green-filled-icon-removable-button green-filled-icon-removable-text"
|
|
503
683
|
>
|
|
504
684
|
<span class="pf-v6-c-button__icon">
|
|
505
|
-
|
|
685
|
+
<svg
|
|
686
|
+
class="pf-v6-svg"
|
|
687
|
+
viewBox="0 0 20 20"
|
|
688
|
+
fill="currentColor"
|
|
689
|
+
aria-hidden="true"
|
|
690
|
+
role="img"
|
|
691
|
+
width="1em"
|
|
692
|
+
height="1em"
|
|
693
|
+
>
|
|
694
|
+
<path
|
|
695
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
696
|
+
/>
|
|
697
|
+
</svg>
|
|
506
698
|
</span>
|
|
507
699
|
</button>
|
|
508
700
|
</span>
|
|
@@ -536,7 +728,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
536
728
|
aria-labelledby="green-filled-link-removable-button green-filled-link-removable-text"
|
|
537
729
|
>
|
|
538
730
|
<span class="pf-v6-c-button__icon">
|
|
539
|
-
|
|
731
|
+
<svg
|
|
732
|
+
class="pf-v6-svg"
|
|
733
|
+
viewBox="0 0 20 20"
|
|
734
|
+
fill="currentColor"
|
|
735
|
+
aria-hidden="true"
|
|
736
|
+
role="img"
|
|
737
|
+
width="1em"
|
|
738
|
+
height="1em"
|
|
739
|
+
>
|
|
740
|
+
<path
|
|
741
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
742
|
+
/>
|
|
743
|
+
</svg>
|
|
540
744
|
</span>
|
|
541
745
|
</button>
|
|
542
746
|
</span>
|
|
@@ -558,7 +762,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
558
762
|
aria-labelledby="green-filled-button-removable-button green-filled-button-removable-text"
|
|
559
763
|
>
|
|
560
764
|
<span class="pf-v6-c-button__icon">
|
|
561
|
-
|
|
765
|
+
<svg
|
|
766
|
+
class="pf-v6-svg"
|
|
767
|
+
viewBox="0 0 20 20"
|
|
768
|
+
fill="currentColor"
|
|
769
|
+
aria-hidden="true"
|
|
770
|
+
role="img"
|
|
771
|
+
width="1em"
|
|
772
|
+
height="1em"
|
|
773
|
+
>
|
|
774
|
+
<path
|
|
775
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
776
|
+
/>
|
|
777
|
+
</svg>
|
|
562
778
|
</span>
|
|
563
779
|
</button>
|
|
564
780
|
</span>
|
|
@@ -596,7 +812,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
596
812
|
aria-labelledby="green-filled-truncated-with-icon-button green-filled-truncated-with-icon-text"
|
|
597
813
|
>
|
|
598
814
|
<span class="pf-v6-c-button__icon">
|
|
599
|
-
|
|
815
|
+
<svg
|
|
816
|
+
class="pf-v6-svg"
|
|
817
|
+
viewBox="0 0 20 20"
|
|
818
|
+
fill="currentColor"
|
|
819
|
+
aria-hidden="true"
|
|
820
|
+
role="img"
|
|
821
|
+
width="1em"
|
|
822
|
+
height="1em"
|
|
823
|
+
>
|
|
824
|
+
<path
|
|
825
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
826
|
+
/>
|
|
827
|
+
</svg>
|
|
600
828
|
</span>
|
|
601
829
|
</button>
|
|
602
830
|
</span>
|
|
@@ -627,7 +855,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
627
855
|
aria-labelledby="green-filled-link-removable-disabled-button green-filled-link-removable-disabled-text"
|
|
628
856
|
>
|
|
629
857
|
<span class="pf-v6-c-button__icon">
|
|
630
|
-
|
|
858
|
+
<svg
|
|
859
|
+
class="pf-v6-svg"
|
|
860
|
+
viewBox="0 0 20 20"
|
|
861
|
+
fill="currentColor"
|
|
862
|
+
aria-hidden="true"
|
|
863
|
+
role="img"
|
|
864
|
+
width="1em"
|
|
865
|
+
height="1em"
|
|
866
|
+
>
|
|
867
|
+
<path
|
|
868
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
869
|
+
/>
|
|
870
|
+
</svg>
|
|
631
871
|
</span>
|
|
632
872
|
</button>
|
|
633
873
|
</span>
|
|
@@ -653,7 +893,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
653
893
|
aria-labelledby="green-filled-button-removable-disabled-button green-filled-button-removable-disabled-text"
|
|
654
894
|
>
|
|
655
895
|
<span class="pf-v6-c-button__icon">
|
|
656
|
-
|
|
896
|
+
<svg
|
|
897
|
+
class="pf-v6-svg"
|
|
898
|
+
viewBox="0 0 20 20"
|
|
899
|
+
fill="currentColor"
|
|
900
|
+
aria-hidden="true"
|
|
901
|
+
role="img"
|
|
902
|
+
width="1em"
|
|
903
|
+
height="1em"
|
|
904
|
+
>
|
|
905
|
+
<path
|
|
906
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
907
|
+
/>
|
|
908
|
+
</svg>
|
|
657
909
|
</span>
|
|
658
910
|
</button>
|
|
659
911
|
</span>
|
|
@@ -693,7 +945,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
693
945
|
aria-labelledby="orange-filled-removable-button orange-filled-removable-text"
|
|
694
946
|
>
|
|
695
947
|
<span class="pf-v6-c-button__icon">
|
|
696
|
-
|
|
948
|
+
<svg
|
|
949
|
+
class="pf-v6-svg"
|
|
950
|
+
viewBox="0 0 20 20"
|
|
951
|
+
fill="currentColor"
|
|
952
|
+
aria-hidden="true"
|
|
953
|
+
role="img"
|
|
954
|
+
width="1em"
|
|
955
|
+
height="1em"
|
|
956
|
+
>
|
|
957
|
+
<path
|
|
958
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
959
|
+
/>
|
|
960
|
+
</svg>
|
|
697
961
|
</span>
|
|
698
962
|
</button>
|
|
699
963
|
</span>
|
|
@@ -718,7 +982,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
718
982
|
aria-labelledby="orange-filled-icon-removable-button orange-filled-icon-removable-text"
|
|
719
983
|
>
|
|
720
984
|
<span class="pf-v6-c-button__icon">
|
|
721
|
-
|
|
985
|
+
<svg
|
|
986
|
+
class="pf-v6-svg"
|
|
987
|
+
viewBox="0 0 20 20"
|
|
988
|
+
fill="currentColor"
|
|
989
|
+
aria-hidden="true"
|
|
990
|
+
role="img"
|
|
991
|
+
width="1em"
|
|
992
|
+
height="1em"
|
|
993
|
+
>
|
|
994
|
+
<path
|
|
995
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
996
|
+
/>
|
|
997
|
+
</svg>
|
|
722
998
|
</span>
|
|
723
999
|
</button>
|
|
724
1000
|
</span>
|
|
@@ -752,7 +1028,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
752
1028
|
aria-labelledby="orange-filled-link-removable-button orange-filled-link-removable-text"
|
|
753
1029
|
>
|
|
754
1030
|
<span class="pf-v6-c-button__icon">
|
|
755
|
-
|
|
1031
|
+
<svg
|
|
1032
|
+
class="pf-v6-svg"
|
|
1033
|
+
viewBox="0 0 20 20"
|
|
1034
|
+
fill="currentColor"
|
|
1035
|
+
aria-hidden="true"
|
|
1036
|
+
role="img"
|
|
1037
|
+
width="1em"
|
|
1038
|
+
height="1em"
|
|
1039
|
+
>
|
|
1040
|
+
<path
|
|
1041
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1042
|
+
/>
|
|
1043
|
+
</svg>
|
|
756
1044
|
</span>
|
|
757
1045
|
</button>
|
|
758
1046
|
</span>
|
|
@@ -774,7 +1062,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
774
1062
|
aria-labelledby="orange-filled-button-removable-button orange-filled-button-removable-text"
|
|
775
1063
|
>
|
|
776
1064
|
<span class="pf-v6-c-button__icon">
|
|
777
|
-
|
|
1065
|
+
<svg
|
|
1066
|
+
class="pf-v6-svg"
|
|
1067
|
+
viewBox="0 0 20 20"
|
|
1068
|
+
fill="currentColor"
|
|
1069
|
+
aria-hidden="true"
|
|
1070
|
+
role="img"
|
|
1071
|
+
width="1em"
|
|
1072
|
+
height="1em"
|
|
1073
|
+
>
|
|
1074
|
+
<path
|
|
1075
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1076
|
+
/>
|
|
1077
|
+
</svg>
|
|
778
1078
|
</span>
|
|
779
1079
|
</button>
|
|
780
1080
|
</span>
|
|
@@ -812,7 +1112,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
812
1112
|
aria-labelledby="orange-filled-truncated-with-icon-button orange-filled-truncated-with-icon-text"
|
|
813
1113
|
>
|
|
814
1114
|
<span class="pf-v6-c-button__icon">
|
|
815
|
-
|
|
1115
|
+
<svg
|
|
1116
|
+
class="pf-v6-svg"
|
|
1117
|
+
viewBox="0 0 20 20"
|
|
1118
|
+
fill="currentColor"
|
|
1119
|
+
aria-hidden="true"
|
|
1120
|
+
role="img"
|
|
1121
|
+
width="1em"
|
|
1122
|
+
height="1em"
|
|
1123
|
+
>
|
|
1124
|
+
<path
|
|
1125
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1126
|
+
/>
|
|
1127
|
+
</svg>
|
|
816
1128
|
</span>
|
|
817
1129
|
</button>
|
|
818
1130
|
</span>
|
|
@@ -845,7 +1157,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
845
1157
|
aria-labelledby="orange-filled-link-removable-disabled-button orange-filled-link-removable-disabled-text"
|
|
846
1158
|
>
|
|
847
1159
|
<span class="pf-v6-c-button__icon">
|
|
848
|
-
|
|
1160
|
+
<svg
|
|
1161
|
+
class="pf-v6-svg"
|
|
1162
|
+
viewBox="0 0 20 20"
|
|
1163
|
+
fill="currentColor"
|
|
1164
|
+
aria-hidden="true"
|
|
1165
|
+
role="img"
|
|
1166
|
+
width="1em"
|
|
1167
|
+
height="1em"
|
|
1168
|
+
>
|
|
1169
|
+
<path
|
|
1170
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1171
|
+
/>
|
|
1172
|
+
</svg>
|
|
849
1173
|
</span>
|
|
850
1174
|
</button>
|
|
851
1175
|
</span>
|
|
@@ -873,7 +1197,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
873
1197
|
aria-labelledby="orange-filled-button-removable-disabled-button orange-filled-button-removable-disabled-text"
|
|
874
1198
|
>
|
|
875
1199
|
<span class="pf-v6-c-button__icon">
|
|
876
|
-
|
|
1200
|
+
<svg
|
|
1201
|
+
class="pf-v6-svg"
|
|
1202
|
+
viewBox="0 0 20 20"
|
|
1203
|
+
fill="currentColor"
|
|
1204
|
+
aria-hidden="true"
|
|
1205
|
+
role="img"
|
|
1206
|
+
width="1em"
|
|
1207
|
+
height="1em"
|
|
1208
|
+
>
|
|
1209
|
+
<path
|
|
1210
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1211
|
+
/>
|
|
1212
|
+
</svg>
|
|
877
1213
|
</span>
|
|
878
1214
|
</button>
|
|
879
1215
|
</span>
|
|
@@ -913,7 +1249,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
913
1249
|
aria-labelledby="red-filled-removable-button red-filled-removable-text"
|
|
914
1250
|
>
|
|
915
1251
|
<span class="pf-v6-c-button__icon">
|
|
916
|
-
|
|
1252
|
+
<svg
|
|
1253
|
+
class="pf-v6-svg"
|
|
1254
|
+
viewBox="0 0 20 20"
|
|
1255
|
+
fill="currentColor"
|
|
1256
|
+
aria-hidden="true"
|
|
1257
|
+
role="img"
|
|
1258
|
+
width="1em"
|
|
1259
|
+
height="1em"
|
|
1260
|
+
>
|
|
1261
|
+
<path
|
|
1262
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1263
|
+
/>
|
|
1264
|
+
</svg>
|
|
917
1265
|
</span>
|
|
918
1266
|
</button>
|
|
919
1267
|
</span>
|
|
@@ -938,7 +1286,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
938
1286
|
aria-labelledby="red-filled-icon-removable-button red-filled-icon-removable-text"
|
|
939
1287
|
>
|
|
940
1288
|
<span class="pf-v6-c-button__icon">
|
|
941
|
-
|
|
1289
|
+
<svg
|
|
1290
|
+
class="pf-v6-svg"
|
|
1291
|
+
viewBox="0 0 20 20"
|
|
1292
|
+
fill="currentColor"
|
|
1293
|
+
aria-hidden="true"
|
|
1294
|
+
role="img"
|
|
1295
|
+
width="1em"
|
|
1296
|
+
height="1em"
|
|
1297
|
+
>
|
|
1298
|
+
<path
|
|
1299
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1300
|
+
/>
|
|
1301
|
+
</svg>
|
|
942
1302
|
</span>
|
|
943
1303
|
</button>
|
|
944
1304
|
</span>
|
|
@@ -972,7 +1332,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
972
1332
|
aria-labelledby="red-filled-link-removable-button red-filled-link-removable-text"
|
|
973
1333
|
>
|
|
974
1334
|
<span class="pf-v6-c-button__icon">
|
|
975
|
-
|
|
1335
|
+
<svg
|
|
1336
|
+
class="pf-v6-svg"
|
|
1337
|
+
viewBox="0 0 20 20"
|
|
1338
|
+
fill="currentColor"
|
|
1339
|
+
aria-hidden="true"
|
|
1340
|
+
role="img"
|
|
1341
|
+
width="1em"
|
|
1342
|
+
height="1em"
|
|
1343
|
+
>
|
|
1344
|
+
<path
|
|
1345
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1346
|
+
/>
|
|
1347
|
+
</svg>
|
|
976
1348
|
</span>
|
|
977
1349
|
</button>
|
|
978
1350
|
</span>
|
|
@@ -994,7 +1366,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
994
1366
|
aria-labelledby="red-filled-button-removable-button red-filled-button-removable-text"
|
|
995
1367
|
>
|
|
996
1368
|
<span class="pf-v6-c-button__icon">
|
|
997
|
-
|
|
1369
|
+
<svg
|
|
1370
|
+
class="pf-v6-svg"
|
|
1371
|
+
viewBox="0 0 20 20"
|
|
1372
|
+
fill="currentColor"
|
|
1373
|
+
aria-hidden="true"
|
|
1374
|
+
role="img"
|
|
1375
|
+
width="1em"
|
|
1376
|
+
height="1em"
|
|
1377
|
+
>
|
|
1378
|
+
<path
|
|
1379
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1380
|
+
/>
|
|
1381
|
+
</svg>
|
|
998
1382
|
</span>
|
|
999
1383
|
</button>
|
|
1000
1384
|
</span>
|
|
@@ -1032,7 +1416,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1032
1416
|
aria-labelledby="red-filled-truncated-with-icon-button red-filled-truncated-with-icon-text"
|
|
1033
1417
|
>
|
|
1034
1418
|
<span class="pf-v6-c-button__icon">
|
|
1035
|
-
|
|
1419
|
+
<svg
|
|
1420
|
+
class="pf-v6-svg"
|
|
1421
|
+
viewBox="0 0 20 20"
|
|
1422
|
+
fill="currentColor"
|
|
1423
|
+
aria-hidden="true"
|
|
1424
|
+
role="img"
|
|
1425
|
+
width="1em"
|
|
1426
|
+
height="1em"
|
|
1427
|
+
>
|
|
1428
|
+
<path
|
|
1429
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1430
|
+
/>
|
|
1431
|
+
</svg>
|
|
1036
1432
|
</span>
|
|
1037
1433
|
</button>
|
|
1038
1434
|
</span>
|
|
@@ -1063,7 +1459,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1063
1459
|
aria-labelledby="red-filled-link-removable-disabled-button red-filled-link-removable-disabled-text"
|
|
1064
1460
|
>
|
|
1065
1461
|
<span class="pf-v6-c-button__icon">
|
|
1066
|
-
|
|
1462
|
+
<svg
|
|
1463
|
+
class="pf-v6-svg"
|
|
1464
|
+
viewBox="0 0 20 20"
|
|
1465
|
+
fill="currentColor"
|
|
1466
|
+
aria-hidden="true"
|
|
1467
|
+
role="img"
|
|
1468
|
+
width="1em"
|
|
1469
|
+
height="1em"
|
|
1470
|
+
>
|
|
1471
|
+
<path
|
|
1472
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1473
|
+
/>
|
|
1474
|
+
</svg>
|
|
1067
1475
|
</span>
|
|
1068
1476
|
</button>
|
|
1069
1477
|
</span>
|
|
@@ -1089,7 +1497,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1089
1497
|
aria-labelledby="red-filled-button-removable-disabled-button red-filled-button-removable-disabled-text"
|
|
1090
1498
|
>
|
|
1091
1499
|
<span class="pf-v6-c-button__icon">
|
|
1092
|
-
|
|
1500
|
+
<svg
|
|
1501
|
+
class="pf-v6-svg"
|
|
1502
|
+
viewBox="0 0 20 20"
|
|
1503
|
+
fill="currentColor"
|
|
1504
|
+
aria-hidden="true"
|
|
1505
|
+
role="img"
|
|
1506
|
+
width="1em"
|
|
1507
|
+
height="1em"
|
|
1508
|
+
>
|
|
1509
|
+
<path
|
|
1510
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1511
|
+
/>
|
|
1512
|
+
</svg>
|
|
1093
1513
|
</span>
|
|
1094
1514
|
</button>
|
|
1095
1515
|
</span>
|
|
@@ -1129,7 +1549,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1129
1549
|
aria-labelledby="orangered-filled-removable-button orangered-filled-removable-text"
|
|
1130
1550
|
>
|
|
1131
1551
|
<span class="pf-v6-c-button__icon">
|
|
1132
|
-
|
|
1552
|
+
<svg
|
|
1553
|
+
class="pf-v6-svg"
|
|
1554
|
+
viewBox="0 0 20 20"
|
|
1555
|
+
fill="currentColor"
|
|
1556
|
+
aria-hidden="true"
|
|
1557
|
+
role="img"
|
|
1558
|
+
width="1em"
|
|
1559
|
+
height="1em"
|
|
1560
|
+
>
|
|
1561
|
+
<path
|
|
1562
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1563
|
+
/>
|
|
1564
|
+
</svg>
|
|
1133
1565
|
</span>
|
|
1134
1566
|
</button>
|
|
1135
1567
|
</span>
|
|
@@ -1154,7 +1586,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1154
1586
|
aria-labelledby="orangered-filled-icon-removable-button orangered-filled-icon-removable-text"
|
|
1155
1587
|
>
|
|
1156
1588
|
<span class="pf-v6-c-button__icon">
|
|
1157
|
-
|
|
1589
|
+
<svg
|
|
1590
|
+
class="pf-v6-svg"
|
|
1591
|
+
viewBox="0 0 20 20"
|
|
1592
|
+
fill="currentColor"
|
|
1593
|
+
aria-hidden="true"
|
|
1594
|
+
role="img"
|
|
1595
|
+
width="1em"
|
|
1596
|
+
height="1em"
|
|
1597
|
+
>
|
|
1598
|
+
<path
|
|
1599
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1600
|
+
/>
|
|
1601
|
+
</svg>
|
|
1158
1602
|
</span>
|
|
1159
1603
|
</button>
|
|
1160
1604
|
</span>
|
|
@@ -1188,7 +1632,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1188
1632
|
aria-labelledby="orangered-filled-link-removable-button orangered-filled-link-removable-text"
|
|
1189
1633
|
>
|
|
1190
1634
|
<span class="pf-v6-c-button__icon">
|
|
1191
|
-
|
|
1635
|
+
<svg
|
|
1636
|
+
class="pf-v6-svg"
|
|
1637
|
+
viewBox="0 0 20 20"
|
|
1638
|
+
fill="currentColor"
|
|
1639
|
+
aria-hidden="true"
|
|
1640
|
+
role="img"
|
|
1641
|
+
width="1em"
|
|
1642
|
+
height="1em"
|
|
1643
|
+
>
|
|
1644
|
+
<path
|
|
1645
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1646
|
+
/>
|
|
1647
|
+
</svg>
|
|
1192
1648
|
</span>
|
|
1193
1649
|
</button>
|
|
1194
1650
|
</span>
|
|
@@ -1210,7 +1666,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1210
1666
|
aria-labelledby="orangered-filled-button-removable-button orangered-filled-button-removable-text"
|
|
1211
1667
|
>
|
|
1212
1668
|
<span class="pf-v6-c-button__icon">
|
|
1213
|
-
|
|
1669
|
+
<svg
|
|
1670
|
+
class="pf-v6-svg"
|
|
1671
|
+
viewBox="0 0 20 20"
|
|
1672
|
+
fill="currentColor"
|
|
1673
|
+
aria-hidden="true"
|
|
1674
|
+
role="img"
|
|
1675
|
+
width="1em"
|
|
1676
|
+
height="1em"
|
|
1677
|
+
>
|
|
1678
|
+
<path
|
|
1679
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1680
|
+
/>
|
|
1681
|
+
</svg>
|
|
1214
1682
|
</span>
|
|
1215
1683
|
</button>
|
|
1216
1684
|
</span>
|
|
@@ -1248,7 +1716,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1248
1716
|
aria-labelledby="orangered-filled-truncated-with-icon-button orangered-filled-truncated-with-icon-text"
|
|
1249
1717
|
>
|
|
1250
1718
|
<span class="pf-v6-c-button__icon">
|
|
1251
|
-
|
|
1719
|
+
<svg
|
|
1720
|
+
class="pf-v6-svg"
|
|
1721
|
+
viewBox="0 0 20 20"
|
|
1722
|
+
fill="currentColor"
|
|
1723
|
+
aria-hidden="true"
|
|
1724
|
+
role="img"
|
|
1725
|
+
width="1em"
|
|
1726
|
+
height="1em"
|
|
1727
|
+
>
|
|
1728
|
+
<path
|
|
1729
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1730
|
+
/>
|
|
1731
|
+
</svg>
|
|
1252
1732
|
</span>
|
|
1253
1733
|
</button>
|
|
1254
1734
|
</span>
|
|
@@ -1281,7 +1761,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1281
1761
|
aria-labelledby="orangered-filled-link-removable-disabled-button orangered-filled-link-removable-disabled-text"
|
|
1282
1762
|
>
|
|
1283
1763
|
<span class="pf-v6-c-button__icon">
|
|
1284
|
-
|
|
1764
|
+
<svg
|
|
1765
|
+
class="pf-v6-svg"
|
|
1766
|
+
viewBox="0 0 20 20"
|
|
1767
|
+
fill="currentColor"
|
|
1768
|
+
aria-hidden="true"
|
|
1769
|
+
role="img"
|
|
1770
|
+
width="1em"
|
|
1771
|
+
height="1em"
|
|
1772
|
+
>
|
|
1773
|
+
<path
|
|
1774
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1775
|
+
/>
|
|
1776
|
+
</svg>
|
|
1285
1777
|
</span>
|
|
1286
1778
|
</button>
|
|
1287
1779
|
</span>
|
|
@@ -1309,7 +1801,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1309
1801
|
aria-labelledby="orangered-filled-button-removable-disabled-button orangered-filled-button-removable-disabled-text"
|
|
1310
1802
|
>
|
|
1311
1803
|
<span class="pf-v6-c-button__icon">
|
|
1312
|
-
|
|
1804
|
+
<svg
|
|
1805
|
+
class="pf-v6-svg"
|
|
1806
|
+
viewBox="0 0 20 20"
|
|
1807
|
+
fill="currentColor"
|
|
1808
|
+
aria-hidden="true"
|
|
1809
|
+
role="img"
|
|
1810
|
+
width="1em"
|
|
1811
|
+
height="1em"
|
|
1812
|
+
>
|
|
1813
|
+
<path
|
|
1814
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1815
|
+
/>
|
|
1816
|
+
</svg>
|
|
1313
1817
|
</span>
|
|
1314
1818
|
</button>
|
|
1315
1819
|
</span>
|
|
@@ -1349,7 +1853,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1349
1853
|
aria-labelledby="purple-filled-removable-button purple-filled-removable-text"
|
|
1350
1854
|
>
|
|
1351
1855
|
<span class="pf-v6-c-button__icon">
|
|
1352
|
-
|
|
1856
|
+
<svg
|
|
1857
|
+
class="pf-v6-svg"
|
|
1858
|
+
viewBox="0 0 20 20"
|
|
1859
|
+
fill="currentColor"
|
|
1860
|
+
aria-hidden="true"
|
|
1861
|
+
role="img"
|
|
1862
|
+
width="1em"
|
|
1863
|
+
height="1em"
|
|
1864
|
+
>
|
|
1865
|
+
<path
|
|
1866
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1867
|
+
/>
|
|
1868
|
+
</svg>
|
|
1353
1869
|
</span>
|
|
1354
1870
|
</button>
|
|
1355
1871
|
</span>
|
|
@@ -1374,7 +1890,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1374
1890
|
aria-labelledby="purple-filled-icon-removable-button purple-filled-icon-removable-text"
|
|
1375
1891
|
>
|
|
1376
1892
|
<span class="pf-v6-c-button__icon">
|
|
1377
|
-
|
|
1893
|
+
<svg
|
|
1894
|
+
class="pf-v6-svg"
|
|
1895
|
+
viewBox="0 0 20 20"
|
|
1896
|
+
fill="currentColor"
|
|
1897
|
+
aria-hidden="true"
|
|
1898
|
+
role="img"
|
|
1899
|
+
width="1em"
|
|
1900
|
+
height="1em"
|
|
1901
|
+
>
|
|
1902
|
+
<path
|
|
1903
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1904
|
+
/>
|
|
1905
|
+
</svg>
|
|
1378
1906
|
</span>
|
|
1379
1907
|
</button>
|
|
1380
1908
|
</span>
|
|
@@ -1408,7 +1936,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1408
1936
|
aria-labelledby="purple-filled-link-removable-button purple-filled-link-removable-text"
|
|
1409
1937
|
>
|
|
1410
1938
|
<span class="pf-v6-c-button__icon">
|
|
1411
|
-
|
|
1939
|
+
<svg
|
|
1940
|
+
class="pf-v6-svg"
|
|
1941
|
+
viewBox="0 0 20 20"
|
|
1942
|
+
fill="currentColor"
|
|
1943
|
+
aria-hidden="true"
|
|
1944
|
+
role="img"
|
|
1945
|
+
width="1em"
|
|
1946
|
+
height="1em"
|
|
1947
|
+
>
|
|
1948
|
+
<path
|
|
1949
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1950
|
+
/>
|
|
1951
|
+
</svg>
|
|
1412
1952
|
</span>
|
|
1413
1953
|
</button>
|
|
1414
1954
|
</span>
|
|
@@ -1430,7 +1970,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1430
1970
|
aria-labelledby="purple-filled-button-removable-button purple-filled-button-removable-text"
|
|
1431
1971
|
>
|
|
1432
1972
|
<span class="pf-v6-c-button__icon">
|
|
1433
|
-
|
|
1973
|
+
<svg
|
|
1974
|
+
class="pf-v6-svg"
|
|
1975
|
+
viewBox="0 0 20 20"
|
|
1976
|
+
fill="currentColor"
|
|
1977
|
+
aria-hidden="true"
|
|
1978
|
+
role="img"
|
|
1979
|
+
width="1em"
|
|
1980
|
+
height="1em"
|
|
1981
|
+
>
|
|
1982
|
+
<path
|
|
1983
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1984
|
+
/>
|
|
1985
|
+
</svg>
|
|
1434
1986
|
</span>
|
|
1435
1987
|
</button>
|
|
1436
1988
|
</span>
|
|
@@ -1468,7 +2020,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1468
2020
|
aria-labelledby="purple-filled-truncated-with-icon-button purple-filled-truncated-with-icon-text"
|
|
1469
2021
|
>
|
|
1470
2022
|
<span class="pf-v6-c-button__icon">
|
|
1471
|
-
|
|
2023
|
+
<svg
|
|
2024
|
+
class="pf-v6-svg"
|
|
2025
|
+
viewBox="0 0 20 20"
|
|
2026
|
+
fill="currentColor"
|
|
2027
|
+
aria-hidden="true"
|
|
2028
|
+
role="img"
|
|
2029
|
+
width="1em"
|
|
2030
|
+
height="1em"
|
|
2031
|
+
>
|
|
2032
|
+
<path
|
|
2033
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2034
|
+
/>
|
|
2035
|
+
</svg>
|
|
1472
2036
|
</span>
|
|
1473
2037
|
</button>
|
|
1474
2038
|
</span>
|
|
@@ -1501,7 +2065,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1501
2065
|
aria-labelledby="purple-filled-link-removable-disabled-button purple-filled-link-removable-disabled-text"
|
|
1502
2066
|
>
|
|
1503
2067
|
<span class="pf-v6-c-button__icon">
|
|
1504
|
-
|
|
2068
|
+
<svg
|
|
2069
|
+
class="pf-v6-svg"
|
|
2070
|
+
viewBox="0 0 20 20"
|
|
2071
|
+
fill="currentColor"
|
|
2072
|
+
aria-hidden="true"
|
|
2073
|
+
role="img"
|
|
2074
|
+
width="1em"
|
|
2075
|
+
height="1em"
|
|
2076
|
+
>
|
|
2077
|
+
<path
|
|
2078
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2079
|
+
/>
|
|
2080
|
+
</svg>
|
|
1505
2081
|
</span>
|
|
1506
2082
|
</button>
|
|
1507
2083
|
</span>
|
|
@@ -1529,7 +2105,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1529
2105
|
aria-labelledby="purple-filled-button-removable-disabled-button purple-filled-button-removable-disabled-text"
|
|
1530
2106
|
>
|
|
1531
2107
|
<span class="pf-v6-c-button__icon">
|
|
1532
|
-
|
|
2108
|
+
<svg
|
|
2109
|
+
class="pf-v6-svg"
|
|
2110
|
+
viewBox="0 0 20 20"
|
|
2111
|
+
fill="currentColor"
|
|
2112
|
+
aria-hidden="true"
|
|
2113
|
+
role="img"
|
|
2114
|
+
width="1em"
|
|
2115
|
+
height="1em"
|
|
2116
|
+
>
|
|
2117
|
+
<path
|
|
2118
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2119
|
+
/>
|
|
2120
|
+
</svg>
|
|
1533
2121
|
</span>
|
|
1534
2122
|
</button>
|
|
1535
2123
|
</span>
|
|
@@ -1569,7 +2157,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1569
2157
|
aria-labelledby="teal-filled-removable-button teal-filled-removable-text"
|
|
1570
2158
|
>
|
|
1571
2159
|
<span class="pf-v6-c-button__icon">
|
|
1572
|
-
|
|
2160
|
+
<svg
|
|
2161
|
+
class="pf-v6-svg"
|
|
2162
|
+
viewBox="0 0 20 20"
|
|
2163
|
+
fill="currentColor"
|
|
2164
|
+
aria-hidden="true"
|
|
2165
|
+
role="img"
|
|
2166
|
+
width="1em"
|
|
2167
|
+
height="1em"
|
|
2168
|
+
>
|
|
2169
|
+
<path
|
|
2170
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2171
|
+
/>
|
|
2172
|
+
</svg>
|
|
1573
2173
|
</span>
|
|
1574
2174
|
</button>
|
|
1575
2175
|
</span>
|
|
@@ -1594,7 +2194,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1594
2194
|
aria-labelledby="teal-filled-icon-removable-button teal-filled-icon-removable-text"
|
|
1595
2195
|
>
|
|
1596
2196
|
<span class="pf-v6-c-button__icon">
|
|
1597
|
-
|
|
2197
|
+
<svg
|
|
2198
|
+
class="pf-v6-svg"
|
|
2199
|
+
viewBox="0 0 20 20"
|
|
2200
|
+
fill="currentColor"
|
|
2201
|
+
aria-hidden="true"
|
|
2202
|
+
role="img"
|
|
2203
|
+
width="1em"
|
|
2204
|
+
height="1em"
|
|
2205
|
+
>
|
|
2206
|
+
<path
|
|
2207
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2208
|
+
/>
|
|
2209
|
+
</svg>
|
|
1598
2210
|
</span>
|
|
1599
2211
|
</button>
|
|
1600
2212
|
</span>
|
|
@@ -1628,7 +2240,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1628
2240
|
aria-labelledby="teal-filled-link-removable-button teal-filled-link-removable-text"
|
|
1629
2241
|
>
|
|
1630
2242
|
<span class="pf-v6-c-button__icon">
|
|
1631
|
-
|
|
2243
|
+
<svg
|
|
2244
|
+
class="pf-v6-svg"
|
|
2245
|
+
viewBox="0 0 20 20"
|
|
2246
|
+
fill="currentColor"
|
|
2247
|
+
aria-hidden="true"
|
|
2248
|
+
role="img"
|
|
2249
|
+
width="1em"
|
|
2250
|
+
height="1em"
|
|
2251
|
+
>
|
|
2252
|
+
<path
|
|
2253
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2254
|
+
/>
|
|
2255
|
+
</svg>
|
|
1632
2256
|
</span>
|
|
1633
2257
|
</button>
|
|
1634
2258
|
</span>
|
|
@@ -1650,7 +2274,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1650
2274
|
aria-labelledby="teal-filled-button-removable-button teal-filled-button-removable-text"
|
|
1651
2275
|
>
|
|
1652
2276
|
<span class="pf-v6-c-button__icon">
|
|
1653
|
-
|
|
2277
|
+
<svg
|
|
2278
|
+
class="pf-v6-svg"
|
|
2279
|
+
viewBox="0 0 20 20"
|
|
2280
|
+
fill="currentColor"
|
|
2281
|
+
aria-hidden="true"
|
|
2282
|
+
role="img"
|
|
2283
|
+
width="1em"
|
|
2284
|
+
height="1em"
|
|
2285
|
+
>
|
|
2286
|
+
<path
|
|
2287
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2288
|
+
/>
|
|
2289
|
+
</svg>
|
|
1654
2290
|
</span>
|
|
1655
2291
|
</button>
|
|
1656
2292
|
</span>
|
|
@@ -1688,7 +2324,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1688
2324
|
aria-labelledby="teal-filled-truncated-with-icon-button teal-filled-truncated-with-icon-text"
|
|
1689
2325
|
>
|
|
1690
2326
|
<span class="pf-v6-c-button__icon">
|
|
1691
|
-
|
|
2327
|
+
<svg
|
|
2328
|
+
class="pf-v6-svg"
|
|
2329
|
+
viewBox="0 0 20 20"
|
|
2330
|
+
fill="currentColor"
|
|
2331
|
+
aria-hidden="true"
|
|
2332
|
+
role="img"
|
|
2333
|
+
width="1em"
|
|
2334
|
+
height="1em"
|
|
2335
|
+
>
|
|
2336
|
+
<path
|
|
2337
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2338
|
+
/>
|
|
2339
|
+
</svg>
|
|
1692
2340
|
</span>
|
|
1693
2341
|
</button>
|
|
1694
2342
|
</span>
|
|
@@ -1719,7 +2367,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1719
2367
|
aria-labelledby="teal-filled-link-removable-disabled-button teal-filled-link-removable-disabled-text"
|
|
1720
2368
|
>
|
|
1721
2369
|
<span class="pf-v6-c-button__icon">
|
|
1722
|
-
|
|
2370
|
+
<svg
|
|
2371
|
+
class="pf-v6-svg"
|
|
2372
|
+
viewBox="0 0 20 20"
|
|
2373
|
+
fill="currentColor"
|
|
2374
|
+
aria-hidden="true"
|
|
2375
|
+
role="img"
|
|
2376
|
+
width="1em"
|
|
2377
|
+
height="1em"
|
|
2378
|
+
>
|
|
2379
|
+
<path
|
|
2380
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2381
|
+
/>
|
|
2382
|
+
</svg>
|
|
1723
2383
|
</span>
|
|
1724
2384
|
</button>
|
|
1725
2385
|
</span>
|
|
@@ -1745,7 +2405,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1745
2405
|
aria-labelledby="teal-filled-button-removable-disabled-button teal-filled-button-removable-disabled-text"
|
|
1746
2406
|
>
|
|
1747
2407
|
<span class="pf-v6-c-button__icon">
|
|
1748
|
-
|
|
2408
|
+
<svg
|
|
2409
|
+
class="pf-v6-svg"
|
|
2410
|
+
viewBox="0 0 20 20"
|
|
2411
|
+
fill="currentColor"
|
|
2412
|
+
aria-hidden="true"
|
|
2413
|
+
role="img"
|
|
2414
|
+
width="1em"
|
|
2415
|
+
height="1em"
|
|
2416
|
+
>
|
|
2417
|
+
<path
|
|
2418
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2419
|
+
/>
|
|
2420
|
+
</svg>
|
|
1749
2421
|
</span>
|
|
1750
2422
|
</button>
|
|
1751
2423
|
</span>
|
|
@@ -1785,7 +2457,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1785
2457
|
aria-labelledby="yellow-filled-removable-button yellow-filled-removable-text"
|
|
1786
2458
|
>
|
|
1787
2459
|
<span class="pf-v6-c-button__icon">
|
|
1788
|
-
|
|
2460
|
+
<svg
|
|
2461
|
+
class="pf-v6-svg"
|
|
2462
|
+
viewBox="0 0 20 20"
|
|
2463
|
+
fill="currentColor"
|
|
2464
|
+
aria-hidden="true"
|
|
2465
|
+
role="img"
|
|
2466
|
+
width="1em"
|
|
2467
|
+
height="1em"
|
|
2468
|
+
>
|
|
2469
|
+
<path
|
|
2470
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2471
|
+
/>
|
|
2472
|
+
</svg>
|
|
1789
2473
|
</span>
|
|
1790
2474
|
</button>
|
|
1791
2475
|
</span>
|
|
@@ -1810,7 +2494,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1810
2494
|
aria-labelledby="yellow-filled-icon-removable-button yellow-filled-icon-removable-text"
|
|
1811
2495
|
>
|
|
1812
2496
|
<span class="pf-v6-c-button__icon">
|
|
1813
|
-
|
|
2497
|
+
<svg
|
|
2498
|
+
class="pf-v6-svg"
|
|
2499
|
+
viewBox="0 0 20 20"
|
|
2500
|
+
fill="currentColor"
|
|
2501
|
+
aria-hidden="true"
|
|
2502
|
+
role="img"
|
|
2503
|
+
width="1em"
|
|
2504
|
+
height="1em"
|
|
2505
|
+
>
|
|
2506
|
+
<path
|
|
2507
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2508
|
+
/>
|
|
2509
|
+
</svg>
|
|
1814
2510
|
</span>
|
|
1815
2511
|
</button>
|
|
1816
2512
|
</span>
|
|
@@ -1844,7 +2540,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1844
2540
|
aria-labelledby="yellow-filled-link-removable-button yellow-filled-link-removable-text"
|
|
1845
2541
|
>
|
|
1846
2542
|
<span class="pf-v6-c-button__icon">
|
|
1847
|
-
|
|
2543
|
+
<svg
|
|
2544
|
+
class="pf-v6-svg"
|
|
2545
|
+
viewBox="0 0 20 20"
|
|
2546
|
+
fill="currentColor"
|
|
2547
|
+
aria-hidden="true"
|
|
2548
|
+
role="img"
|
|
2549
|
+
width="1em"
|
|
2550
|
+
height="1em"
|
|
2551
|
+
>
|
|
2552
|
+
<path
|
|
2553
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2554
|
+
/>
|
|
2555
|
+
</svg>
|
|
1848
2556
|
</span>
|
|
1849
2557
|
</button>
|
|
1850
2558
|
</span>
|
|
@@ -1866,7 +2574,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1866
2574
|
aria-labelledby="yellow-filled-button-removable-button yellow-filled-button-removable-text"
|
|
1867
2575
|
>
|
|
1868
2576
|
<span class="pf-v6-c-button__icon">
|
|
1869
|
-
|
|
2577
|
+
<svg
|
|
2578
|
+
class="pf-v6-svg"
|
|
2579
|
+
viewBox="0 0 20 20"
|
|
2580
|
+
fill="currentColor"
|
|
2581
|
+
aria-hidden="true"
|
|
2582
|
+
role="img"
|
|
2583
|
+
width="1em"
|
|
2584
|
+
height="1em"
|
|
2585
|
+
>
|
|
2586
|
+
<path
|
|
2587
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2588
|
+
/>
|
|
2589
|
+
</svg>
|
|
1870
2590
|
</span>
|
|
1871
2591
|
</button>
|
|
1872
2592
|
</span>
|
|
@@ -1904,7 +2624,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1904
2624
|
aria-labelledby="yellow-filled-truncated-with-icon-button yellow-filled-truncated-with-icon-text"
|
|
1905
2625
|
>
|
|
1906
2626
|
<span class="pf-v6-c-button__icon">
|
|
1907
|
-
|
|
2627
|
+
<svg
|
|
2628
|
+
class="pf-v6-svg"
|
|
2629
|
+
viewBox="0 0 20 20"
|
|
2630
|
+
fill="currentColor"
|
|
2631
|
+
aria-hidden="true"
|
|
2632
|
+
role="img"
|
|
2633
|
+
width="1em"
|
|
2634
|
+
height="1em"
|
|
2635
|
+
>
|
|
2636
|
+
<path
|
|
2637
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2638
|
+
/>
|
|
2639
|
+
</svg>
|
|
1908
2640
|
</span>
|
|
1909
2641
|
</button>
|
|
1910
2642
|
</span>
|
|
@@ -1937,7 +2669,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1937
2669
|
aria-labelledby="yellow-filled-link-removable-disabled-button yellow-filled-link-removable-disabled-text"
|
|
1938
2670
|
>
|
|
1939
2671
|
<span class="pf-v6-c-button__icon">
|
|
1940
|
-
|
|
2672
|
+
<svg
|
|
2673
|
+
class="pf-v6-svg"
|
|
2674
|
+
viewBox="0 0 20 20"
|
|
2675
|
+
fill="currentColor"
|
|
2676
|
+
aria-hidden="true"
|
|
2677
|
+
role="img"
|
|
2678
|
+
width="1em"
|
|
2679
|
+
height="1em"
|
|
2680
|
+
>
|
|
2681
|
+
<path
|
|
2682
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2683
|
+
/>
|
|
2684
|
+
</svg>
|
|
1941
2685
|
</span>
|
|
1942
2686
|
</button>
|
|
1943
2687
|
</span>
|
|
@@ -1965,7 +2709,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1965
2709
|
aria-labelledby="yellow-filled-button-removable-disabled-button yellow-filled-button-removable-disabled-text"
|
|
1966
2710
|
>
|
|
1967
2711
|
<span class="pf-v6-c-button__icon">
|
|
1968
|
-
|
|
2712
|
+
<svg
|
|
2713
|
+
class="pf-v6-svg"
|
|
2714
|
+
viewBox="0 0 20 20"
|
|
2715
|
+
fill="currentColor"
|
|
2716
|
+
aria-hidden="true"
|
|
2717
|
+
role="img"
|
|
2718
|
+
width="1em"
|
|
2719
|
+
height="1em"
|
|
2720
|
+
>
|
|
2721
|
+
<path
|
|
2722
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2723
|
+
/>
|
|
2724
|
+
</svg>
|
|
1969
2725
|
</span>
|
|
1970
2726
|
</button>
|
|
1971
2727
|
</span>
|
|
@@ -2007,7 +2763,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2007
2763
|
aria-labelledby="success-filled-status-removable-button success-filled-status-removable-text"
|
|
2008
2764
|
>
|
|
2009
2765
|
<span class="pf-v6-c-button__icon">
|
|
2010
|
-
|
|
2766
|
+
<svg
|
|
2767
|
+
class="pf-v6-svg"
|
|
2768
|
+
viewBox="0 0 20 20"
|
|
2769
|
+
fill="currentColor"
|
|
2770
|
+
aria-hidden="true"
|
|
2771
|
+
role="img"
|
|
2772
|
+
width="1em"
|
|
2773
|
+
height="1em"
|
|
2774
|
+
>
|
|
2775
|
+
<path
|
|
2776
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2777
|
+
/>
|
|
2778
|
+
</svg>
|
|
2011
2779
|
</span>
|
|
2012
2780
|
</button>
|
|
2013
2781
|
</span>
|
|
@@ -2050,7 +2818,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2050
2818
|
aria-labelledby="success-filled-status-link-removable-button success-filled-status-link-removable-text"
|
|
2051
2819
|
>
|
|
2052
2820
|
<span class="pf-v6-c-button__icon">
|
|
2053
|
-
|
|
2821
|
+
<svg
|
|
2822
|
+
class="pf-v6-svg"
|
|
2823
|
+
viewBox="0 0 20 20"
|
|
2824
|
+
fill="currentColor"
|
|
2825
|
+
aria-hidden="true"
|
|
2826
|
+
role="img"
|
|
2827
|
+
width="1em"
|
|
2828
|
+
height="1em"
|
|
2829
|
+
>
|
|
2830
|
+
<path
|
|
2831
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2832
|
+
/>
|
|
2833
|
+
</svg>
|
|
2054
2834
|
</span>
|
|
2055
2835
|
</button>
|
|
2056
2836
|
</span>
|
|
@@ -2075,7 +2855,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2075
2855
|
aria-labelledby="success-filled-status-button-removable-button success-filled-status-button-removable-text"
|
|
2076
2856
|
>
|
|
2077
2857
|
<span class="pf-v6-c-button__icon">
|
|
2078
|
-
|
|
2858
|
+
<svg
|
|
2859
|
+
class="pf-v6-svg"
|
|
2860
|
+
viewBox="0 0 20 20"
|
|
2861
|
+
fill="currentColor"
|
|
2862
|
+
aria-hidden="true"
|
|
2863
|
+
role="img"
|
|
2864
|
+
width="1em"
|
|
2865
|
+
height="1em"
|
|
2866
|
+
>
|
|
2867
|
+
<path
|
|
2868
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2869
|
+
/>
|
|
2870
|
+
</svg>
|
|
2079
2871
|
</span>
|
|
2080
2872
|
</button>
|
|
2081
2873
|
</span>
|
|
@@ -2113,7 +2905,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2113
2905
|
aria-labelledby="success-filled-status-truncated-removable-button success-filled-status-truncated-removable-text"
|
|
2114
2906
|
>
|
|
2115
2907
|
<span class="pf-v6-c-button__icon">
|
|
2116
|
-
|
|
2908
|
+
<svg
|
|
2909
|
+
class="pf-v6-svg"
|
|
2910
|
+
viewBox="0 0 20 20"
|
|
2911
|
+
fill="currentColor"
|
|
2912
|
+
aria-hidden="true"
|
|
2913
|
+
role="img"
|
|
2914
|
+
width="1em"
|
|
2915
|
+
height="1em"
|
|
2916
|
+
>
|
|
2917
|
+
<path
|
|
2918
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2919
|
+
/>
|
|
2920
|
+
</svg>
|
|
2117
2921
|
</span>
|
|
2118
2922
|
</button>
|
|
2119
2923
|
</span>
|
|
@@ -2146,7 +2950,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2146
2950
|
aria-labelledby="success-filled-status-link-removable-disabled-button success-filled-status-link-removable-disabled-text"
|
|
2147
2951
|
>
|
|
2148
2952
|
<span class="pf-v6-c-button__icon">
|
|
2149
|
-
|
|
2953
|
+
<svg
|
|
2954
|
+
class="pf-v6-svg"
|
|
2955
|
+
viewBox="0 0 20 20"
|
|
2956
|
+
fill="currentColor"
|
|
2957
|
+
aria-hidden="true"
|
|
2958
|
+
role="img"
|
|
2959
|
+
width="1em"
|
|
2960
|
+
height="1em"
|
|
2961
|
+
>
|
|
2962
|
+
<path
|
|
2963
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2964
|
+
/>
|
|
2965
|
+
</svg>
|
|
2150
2966
|
</span>
|
|
2151
2967
|
</button>
|
|
2152
2968
|
</span>
|
|
@@ -2174,7 +2990,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2174
2990
|
aria-labelledby="success-filled-status-button-removable-disabled-button success-filled-status-button-removable-disabled-text"
|
|
2175
2991
|
>
|
|
2176
2992
|
<span class="pf-v6-c-button__icon">
|
|
2177
|
-
|
|
2993
|
+
<svg
|
|
2994
|
+
class="pf-v6-svg"
|
|
2995
|
+
viewBox="0 0 20 20"
|
|
2996
|
+
fill="currentColor"
|
|
2997
|
+
aria-hidden="true"
|
|
2998
|
+
role="img"
|
|
2999
|
+
width="1em"
|
|
3000
|
+
height="1em"
|
|
3001
|
+
>
|
|
3002
|
+
<path
|
|
3003
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3004
|
+
/>
|
|
3005
|
+
</svg>
|
|
2178
3006
|
</span>
|
|
2179
3007
|
</button>
|
|
2180
3008
|
</span>
|
|
@@ -2211,7 +3039,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2211
3039
|
aria-labelledby="warning-filled-status-removable-button warning-filled-status-removable-text"
|
|
2212
3040
|
>
|
|
2213
3041
|
<span class="pf-v6-c-button__icon">
|
|
2214
|
-
|
|
3042
|
+
<svg
|
|
3043
|
+
class="pf-v6-svg"
|
|
3044
|
+
viewBox="0 0 20 20"
|
|
3045
|
+
fill="currentColor"
|
|
3046
|
+
aria-hidden="true"
|
|
3047
|
+
role="img"
|
|
3048
|
+
width="1em"
|
|
3049
|
+
height="1em"
|
|
3050
|
+
>
|
|
3051
|
+
<path
|
|
3052
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3053
|
+
/>
|
|
3054
|
+
</svg>
|
|
2215
3055
|
</span>
|
|
2216
3056
|
</button>
|
|
2217
3057
|
</span>
|
|
@@ -2254,7 +3094,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2254
3094
|
aria-labelledby="warning-filled-status-link-removable-button warning-filled-status-link-removable-text"
|
|
2255
3095
|
>
|
|
2256
3096
|
<span class="pf-v6-c-button__icon">
|
|
2257
|
-
|
|
3097
|
+
<svg
|
|
3098
|
+
class="pf-v6-svg"
|
|
3099
|
+
viewBox="0 0 20 20"
|
|
3100
|
+
fill="currentColor"
|
|
3101
|
+
aria-hidden="true"
|
|
3102
|
+
role="img"
|
|
3103
|
+
width="1em"
|
|
3104
|
+
height="1em"
|
|
3105
|
+
>
|
|
3106
|
+
<path
|
|
3107
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3108
|
+
/>
|
|
3109
|
+
</svg>
|
|
2258
3110
|
</span>
|
|
2259
3111
|
</button>
|
|
2260
3112
|
</span>
|
|
@@ -2279,7 +3131,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2279
3131
|
aria-labelledby="warning-filled-status-button-removable-button warning-filled-status-button-removable-text"
|
|
2280
3132
|
>
|
|
2281
3133
|
<span class="pf-v6-c-button__icon">
|
|
2282
|
-
|
|
3134
|
+
<svg
|
|
3135
|
+
class="pf-v6-svg"
|
|
3136
|
+
viewBox="0 0 20 20"
|
|
3137
|
+
fill="currentColor"
|
|
3138
|
+
aria-hidden="true"
|
|
3139
|
+
role="img"
|
|
3140
|
+
width="1em"
|
|
3141
|
+
height="1em"
|
|
3142
|
+
>
|
|
3143
|
+
<path
|
|
3144
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3145
|
+
/>
|
|
3146
|
+
</svg>
|
|
2283
3147
|
</span>
|
|
2284
3148
|
</button>
|
|
2285
3149
|
</span>
|
|
@@ -2317,7 +3181,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2317
3181
|
aria-labelledby="warning-filled-status-truncated-removable-button warning-filled-status-truncated-removable-text"
|
|
2318
3182
|
>
|
|
2319
3183
|
<span class="pf-v6-c-button__icon">
|
|
2320
|
-
|
|
3184
|
+
<svg
|
|
3185
|
+
class="pf-v6-svg"
|
|
3186
|
+
viewBox="0 0 20 20"
|
|
3187
|
+
fill="currentColor"
|
|
3188
|
+
aria-hidden="true"
|
|
3189
|
+
role="img"
|
|
3190
|
+
width="1em"
|
|
3191
|
+
height="1em"
|
|
3192
|
+
>
|
|
3193
|
+
<path
|
|
3194
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3195
|
+
/>
|
|
3196
|
+
</svg>
|
|
2321
3197
|
</span>
|
|
2322
3198
|
</button>
|
|
2323
3199
|
</span>
|
|
@@ -2350,7 +3226,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2350
3226
|
aria-labelledby="warning-filled-status-link-removable-disabled-button warning-filled-status-link-removable-disabled-text"
|
|
2351
3227
|
>
|
|
2352
3228
|
<span class="pf-v6-c-button__icon">
|
|
2353
|
-
|
|
3229
|
+
<svg
|
|
3230
|
+
class="pf-v6-svg"
|
|
3231
|
+
viewBox="0 0 20 20"
|
|
3232
|
+
fill="currentColor"
|
|
3233
|
+
aria-hidden="true"
|
|
3234
|
+
role="img"
|
|
3235
|
+
width="1em"
|
|
3236
|
+
height="1em"
|
|
3237
|
+
>
|
|
3238
|
+
<path
|
|
3239
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3240
|
+
/>
|
|
3241
|
+
</svg>
|
|
2354
3242
|
</span>
|
|
2355
3243
|
</button>
|
|
2356
3244
|
</span>
|
|
@@ -2378,7 +3266,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2378
3266
|
aria-labelledby="warning-filled-status-button-removable-disabled-button warning-filled-status-button-removable-disabled-text"
|
|
2379
3267
|
>
|
|
2380
3268
|
<span class="pf-v6-c-button__icon">
|
|
2381
|
-
|
|
3269
|
+
<svg
|
|
3270
|
+
class="pf-v6-svg"
|
|
3271
|
+
viewBox="0 0 20 20"
|
|
3272
|
+
fill="currentColor"
|
|
3273
|
+
aria-hidden="true"
|
|
3274
|
+
role="img"
|
|
3275
|
+
width="1em"
|
|
3276
|
+
height="1em"
|
|
3277
|
+
>
|
|
3278
|
+
<path
|
|
3279
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3280
|
+
/>
|
|
3281
|
+
</svg>
|
|
2382
3282
|
</span>
|
|
2383
3283
|
</button>
|
|
2384
3284
|
</span>
|
|
@@ -2415,7 +3315,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2415
3315
|
aria-labelledby="danger-filled-status-removable-button danger-filled-status-removable-text"
|
|
2416
3316
|
>
|
|
2417
3317
|
<span class="pf-v6-c-button__icon">
|
|
2418
|
-
|
|
3318
|
+
<svg
|
|
3319
|
+
class="pf-v6-svg"
|
|
3320
|
+
viewBox="0 0 20 20"
|
|
3321
|
+
fill="currentColor"
|
|
3322
|
+
aria-hidden="true"
|
|
3323
|
+
role="img"
|
|
3324
|
+
width="1em"
|
|
3325
|
+
height="1em"
|
|
3326
|
+
>
|
|
3327
|
+
<path
|
|
3328
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3329
|
+
/>
|
|
3330
|
+
</svg>
|
|
2419
3331
|
</span>
|
|
2420
3332
|
</button>
|
|
2421
3333
|
</span>
|
|
@@ -2458,7 +3370,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2458
3370
|
aria-labelledby="danger-filled-status-link-removable-button danger-filled-status-link-removable-text"
|
|
2459
3371
|
>
|
|
2460
3372
|
<span class="pf-v6-c-button__icon">
|
|
2461
|
-
|
|
3373
|
+
<svg
|
|
3374
|
+
class="pf-v6-svg"
|
|
3375
|
+
viewBox="0 0 20 20"
|
|
3376
|
+
fill="currentColor"
|
|
3377
|
+
aria-hidden="true"
|
|
3378
|
+
role="img"
|
|
3379
|
+
width="1em"
|
|
3380
|
+
height="1em"
|
|
3381
|
+
>
|
|
3382
|
+
<path
|
|
3383
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3384
|
+
/>
|
|
3385
|
+
</svg>
|
|
2462
3386
|
</span>
|
|
2463
3387
|
</button>
|
|
2464
3388
|
</span>
|
|
@@ -2483,7 +3407,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2483
3407
|
aria-labelledby="danger-filled-status-button-removable-button danger-filled-status-button-removable-text"
|
|
2484
3408
|
>
|
|
2485
3409
|
<span class="pf-v6-c-button__icon">
|
|
2486
|
-
|
|
3410
|
+
<svg
|
|
3411
|
+
class="pf-v6-svg"
|
|
3412
|
+
viewBox="0 0 20 20"
|
|
3413
|
+
fill="currentColor"
|
|
3414
|
+
aria-hidden="true"
|
|
3415
|
+
role="img"
|
|
3416
|
+
width="1em"
|
|
3417
|
+
height="1em"
|
|
3418
|
+
>
|
|
3419
|
+
<path
|
|
3420
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3421
|
+
/>
|
|
3422
|
+
</svg>
|
|
2487
3423
|
</span>
|
|
2488
3424
|
</button>
|
|
2489
3425
|
</span>
|
|
@@ -2521,7 +3457,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2521
3457
|
aria-labelledby="danger-filled-status-truncated-removable-button danger-filled-status-truncated-removable-text"
|
|
2522
3458
|
>
|
|
2523
3459
|
<span class="pf-v6-c-button__icon">
|
|
2524
|
-
|
|
3460
|
+
<svg
|
|
3461
|
+
class="pf-v6-svg"
|
|
3462
|
+
viewBox="0 0 20 20"
|
|
3463
|
+
fill="currentColor"
|
|
3464
|
+
aria-hidden="true"
|
|
3465
|
+
role="img"
|
|
3466
|
+
width="1em"
|
|
3467
|
+
height="1em"
|
|
3468
|
+
>
|
|
3469
|
+
<path
|
|
3470
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3471
|
+
/>
|
|
3472
|
+
</svg>
|
|
2525
3473
|
</span>
|
|
2526
3474
|
</button>
|
|
2527
3475
|
</span>
|
|
@@ -2554,7 +3502,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2554
3502
|
aria-labelledby="danger-filled-status-link-removable-disabled-button danger-filled-status-link-removable-disabled-text"
|
|
2555
3503
|
>
|
|
2556
3504
|
<span class="pf-v6-c-button__icon">
|
|
2557
|
-
|
|
3505
|
+
<svg
|
|
3506
|
+
class="pf-v6-svg"
|
|
3507
|
+
viewBox="0 0 20 20"
|
|
3508
|
+
fill="currentColor"
|
|
3509
|
+
aria-hidden="true"
|
|
3510
|
+
role="img"
|
|
3511
|
+
width="1em"
|
|
3512
|
+
height="1em"
|
|
3513
|
+
>
|
|
3514
|
+
<path
|
|
3515
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3516
|
+
/>
|
|
3517
|
+
</svg>
|
|
2558
3518
|
</span>
|
|
2559
3519
|
</button>
|
|
2560
3520
|
</span>
|
|
@@ -2582,7 +3542,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2582
3542
|
aria-labelledby="danger-filled-status-button-removable-disabled-button danger-filled-status-button-removable-disabled-text"
|
|
2583
3543
|
>
|
|
2584
3544
|
<span class="pf-v6-c-button__icon">
|
|
2585
|
-
|
|
3545
|
+
<svg
|
|
3546
|
+
class="pf-v6-svg"
|
|
3547
|
+
viewBox="0 0 20 20"
|
|
3548
|
+
fill="currentColor"
|
|
3549
|
+
aria-hidden="true"
|
|
3550
|
+
role="img"
|
|
3551
|
+
width="1em"
|
|
3552
|
+
height="1em"
|
|
3553
|
+
>
|
|
3554
|
+
<path
|
|
3555
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3556
|
+
/>
|
|
3557
|
+
</svg>
|
|
2586
3558
|
</span>
|
|
2587
3559
|
</button>
|
|
2588
3560
|
</span>
|
|
@@ -2619,7 +3591,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2619
3591
|
aria-labelledby="info-filled-status-removable-button info-filled-status-removable-text"
|
|
2620
3592
|
>
|
|
2621
3593
|
<span class="pf-v6-c-button__icon">
|
|
2622
|
-
|
|
3594
|
+
<svg
|
|
3595
|
+
class="pf-v6-svg"
|
|
3596
|
+
viewBox="0 0 20 20"
|
|
3597
|
+
fill="currentColor"
|
|
3598
|
+
aria-hidden="true"
|
|
3599
|
+
role="img"
|
|
3600
|
+
width="1em"
|
|
3601
|
+
height="1em"
|
|
3602
|
+
>
|
|
3603
|
+
<path
|
|
3604
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3605
|
+
/>
|
|
3606
|
+
</svg>
|
|
2623
3607
|
</span>
|
|
2624
3608
|
</button>
|
|
2625
3609
|
</span>
|
|
@@ -2662,7 +3646,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2662
3646
|
aria-labelledby="info-filled-status-link-removable-button info-filled-status-link-removable-text"
|
|
2663
3647
|
>
|
|
2664
3648
|
<span class="pf-v6-c-button__icon">
|
|
2665
|
-
|
|
3649
|
+
<svg
|
|
3650
|
+
class="pf-v6-svg"
|
|
3651
|
+
viewBox="0 0 20 20"
|
|
3652
|
+
fill="currentColor"
|
|
3653
|
+
aria-hidden="true"
|
|
3654
|
+
role="img"
|
|
3655
|
+
width="1em"
|
|
3656
|
+
height="1em"
|
|
3657
|
+
>
|
|
3658
|
+
<path
|
|
3659
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3660
|
+
/>
|
|
3661
|
+
</svg>
|
|
2666
3662
|
</span>
|
|
2667
3663
|
</button>
|
|
2668
3664
|
</span>
|
|
@@ -2687,7 +3683,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2687
3683
|
aria-labelledby="info-filled-status-button-removable-button info-filled-status-button-removable-text"
|
|
2688
3684
|
>
|
|
2689
3685
|
<span class="pf-v6-c-button__icon">
|
|
2690
|
-
|
|
3686
|
+
<svg
|
|
3687
|
+
class="pf-v6-svg"
|
|
3688
|
+
viewBox="0 0 20 20"
|
|
3689
|
+
fill="currentColor"
|
|
3690
|
+
aria-hidden="true"
|
|
3691
|
+
role="img"
|
|
3692
|
+
width="1em"
|
|
3693
|
+
height="1em"
|
|
3694
|
+
>
|
|
3695
|
+
<path
|
|
3696
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3697
|
+
/>
|
|
3698
|
+
</svg>
|
|
2691
3699
|
</span>
|
|
2692
3700
|
</button>
|
|
2693
3701
|
</span>
|
|
@@ -2725,7 +3733,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2725
3733
|
aria-labelledby="info-filled-status-truncated-removable-button info-filled-status-truncated-removable-text"
|
|
2726
3734
|
>
|
|
2727
3735
|
<span class="pf-v6-c-button__icon">
|
|
2728
|
-
|
|
3736
|
+
<svg
|
|
3737
|
+
class="pf-v6-svg"
|
|
3738
|
+
viewBox="0 0 20 20"
|
|
3739
|
+
fill="currentColor"
|
|
3740
|
+
aria-hidden="true"
|
|
3741
|
+
role="img"
|
|
3742
|
+
width="1em"
|
|
3743
|
+
height="1em"
|
|
3744
|
+
>
|
|
3745
|
+
<path
|
|
3746
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3747
|
+
/>
|
|
3748
|
+
</svg>
|
|
2729
3749
|
</span>
|
|
2730
3750
|
</button>
|
|
2731
3751
|
</span>
|
|
@@ -2756,7 +3776,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2756
3776
|
aria-labelledby="info-filled-status-link-removable-disabled-button info-filled-status-link-removable-disabled-text"
|
|
2757
3777
|
>
|
|
2758
3778
|
<span class="pf-v6-c-button__icon">
|
|
2759
|
-
|
|
3779
|
+
<svg
|
|
3780
|
+
class="pf-v6-svg"
|
|
3781
|
+
viewBox="0 0 20 20"
|
|
3782
|
+
fill="currentColor"
|
|
3783
|
+
aria-hidden="true"
|
|
3784
|
+
role="img"
|
|
3785
|
+
width="1em"
|
|
3786
|
+
height="1em"
|
|
3787
|
+
>
|
|
3788
|
+
<path
|
|
3789
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3790
|
+
/>
|
|
3791
|
+
</svg>
|
|
2760
3792
|
</span>
|
|
2761
3793
|
</button>
|
|
2762
3794
|
</span>
|
|
@@ -2782,7 +3814,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2782
3814
|
aria-labelledby="info-filled-status-button-removable-disabled-button info-filled-status-button-removable-disabled-text"
|
|
2783
3815
|
>
|
|
2784
3816
|
<span class="pf-v6-c-button__icon">
|
|
2785
|
-
|
|
3817
|
+
<svg
|
|
3818
|
+
class="pf-v6-svg"
|
|
3819
|
+
viewBox="0 0 20 20"
|
|
3820
|
+
fill="currentColor"
|
|
3821
|
+
aria-hidden="true"
|
|
3822
|
+
role="img"
|
|
3823
|
+
width="1em"
|
|
3824
|
+
height="1em"
|
|
3825
|
+
>
|
|
3826
|
+
<path
|
|
3827
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3828
|
+
/>
|
|
3829
|
+
</svg>
|
|
2786
3830
|
</span>
|
|
2787
3831
|
</button>
|
|
2788
3832
|
</span>
|
|
@@ -2819,7 +3863,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2819
3863
|
aria-labelledby="custom-filled-status-removable-button custom-filled-status-removable-text"
|
|
2820
3864
|
>
|
|
2821
3865
|
<span class="pf-v6-c-button__icon">
|
|
2822
|
-
|
|
3866
|
+
<svg
|
|
3867
|
+
class="pf-v6-svg"
|
|
3868
|
+
viewBox="0 0 20 20"
|
|
3869
|
+
fill="currentColor"
|
|
3870
|
+
aria-hidden="true"
|
|
3871
|
+
role="img"
|
|
3872
|
+
width="1em"
|
|
3873
|
+
height="1em"
|
|
3874
|
+
>
|
|
3875
|
+
<path
|
|
3876
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3877
|
+
/>
|
|
3878
|
+
</svg>
|
|
2823
3879
|
</span>
|
|
2824
3880
|
</button>
|
|
2825
3881
|
</span>
|
|
@@ -2862,7 +3918,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2862
3918
|
aria-labelledby="custom-filled-status-link-removable-button custom-filled-status-link-removable-text"
|
|
2863
3919
|
>
|
|
2864
3920
|
<span class="pf-v6-c-button__icon">
|
|
2865
|
-
|
|
3921
|
+
<svg
|
|
3922
|
+
class="pf-v6-svg"
|
|
3923
|
+
viewBox="0 0 20 20"
|
|
3924
|
+
fill="currentColor"
|
|
3925
|
+
aria-hidden="true"
|
|
3926
|
+
role="img"
|
|
3927
|
+
width="1em"
|
|
3928
|
+
height="1em"
|
|
3929
|
+
>
|
|
3930
|
+
<path
|
|
3931
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3932
|
+
/>
|
|
3933
|
+
</svg>
|
|
2866
3934
|
</span>
|
|
2867
3935
|
</button>
|
|
2868
3936
|
</span>
|
|
@@ -2887,7 +3955,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2887
3955
|
aria-labelledby="custom-filled-status-button-removable-button custom-filled-status-button-removable-text"
|
|
2888
3956
|
>
|
|
2889
3957
|
<span class="pf-v6-c-button__icon">
|
|
2890
|
-
|
|
3958
|
+
<svg
|
|
3959
|
+
class="pf-v6-svg"
|
|
3960
|
+
viewBox="0 0 20 20"
|
|
3961
|
+
fill="currentColor"
|
|
3962
|
+
aria-hidden="true"
|
|
3963
|
+
role="img"
|
|
3964
|
+
width="1em"
|
|
3965
|
+
height="1em"
|
|
3966
|
+
>
|
|
3967
|
+
<path
|
|
3968
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
3969
|
+
/>
|
|
3970
|
+
</svg>
|
|
2891
3971
|
</span>
|
|
2892
3972
|
</button>
|
|
2893
3973
|
</span>
|
|
@@ -2925,7 +4005,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2925
4005
|
aria-labelledby="custom-filled-status-truncated-removable-button custom-filled-status-truncated-removable-text"
|
|
2926
4006
|
>
|
|
2927
4007
|
<span class="pf-v6-c-button__icon">
|
|
2928
|
-
|
|
4008
|
+
<svg
|
|
4009
|
+
class="pf-v6-svg"
|
|
4010
|
+
viewBox="0 0 20 20"
|
|
4011
|
+
fill="currentColor"
|
|
4012
|
+
aria-hidden="true"
|
|
4013
|
+
role="img"
|
|
4014
|
+
width="1em"
|
|
4015
|
+
height="1em"
|
|
4016
|
+
>
|
|
4017
|
+
<path
|
|
4018
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4019
|
+
/>
|
|
4020
|
+
</svg>
|
|
2929
4021
|
</span>
|
|
2930
4022
|
</button>
|
|
2931
4023
|
</span>
|
|
@@ -2958,7 +4050,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2958
4050
|
aria-labelledby="custom-filled-status-link-removable-disabled-button custom-filled-status-link-removable-disabled-text"
|
|
2959
4051
|
>
|
|
2960
4052
|
<span class="pf-v6-c-button__icon">
|
|
2961
|
-
|
|
4053
|
+
<svg
|
|
4054
|
+
class="pf-v6-svg"
|
|
4055
|
+
viewBox="0 0 20 20"
|
|
4056
|
+
fill="currentColor"
|
|
4057
|
+
aria-hidden="true"
|
|
4058
|
+
role="img"
|
|
4059
|
+
width="1em"
|
|
4060
|
+
height="1em"
|
|
4061
|
+
>
|
|
4062
|
+
<path
|
|
4063
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4064
|
+
/>
|
|
4065
|
+
</svg>
|
|
2962
4066
|
</span>
|
|
2963
4067
|
</button>
|
|
2964
4068
|
</span>
|
|
@@ -2986,7 +4090,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2986
4090
|
aria-labelledby="custom-filled-status-button-removable-disabled-button custom-filled-status-button-removable-disabled-text"
|
|
2987
4091
|
>
|
|
2988
4092
|
<span class="pf-v6-c-button__icon">
|
|
2989
|
-
|
|
4093
|
+
<svg
|
|
4094
|
+
class="pf-v6-svg"
|
|
4095
|
+
viewBox="0 0 20 20"
|
|
4096
|
+
fill="currentColor"
|
|
4097
|
+
aria-hidden="true"
|
|
4098
|
+
role="img"
|
|
4099
|
+
width="1em"
|
|
4100
|
+
height="1em"
|
|
4101
|
+
>
|
|
4102
|
+
<path
|
|
4103
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4104
|
+
/>
|
|
4105
|
+
</svg>
|
|
2990
4106
|
</span>
|
|
2991
4107
|
</button>
|
|
2992
4108
|
</span>
|
|
@@ -3033,7 +4149,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3033
4149
|
aria-labelledby="grey-outline-removable-button grey-outline-removable-text"
|
|
3034
4150
|
>
|
|
3035
4151
|
<span class="pf-v6-c-button__icon">
|
|
3036
|
-
|
|
4152
|
+
<svg
|
|
4153
|
+
class="pf-v6-svg"
|
|
4154
|
+
viewBox="0 0 20 20"
|
|
4155
|
+
fill="currentColor"
|
|
4156
|
+
aria-hidden="true"
|
|
4157
|
+
role="img"
|
|
4158
|
+
width="1em"
|
|
4159
|
+
height="1em"
|
|
4160
|
+
>
|
|
4161
|
+
<path
|
|
4162
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4163
|
+
/>
|
|
4164
|
+
</svg>
|
|
3037
4165
|
</span>
|
|
3038
4166
|
</button>
|
|
3039
4167
|
</span>
|
|
@@ -3058,7 +4186,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3058
4186
|
aria-labelledby="grey-outline-icon-removable-button grey-outline-icon-removable-text"
|
|
3059
4187
|
>
|
|
3060
4188
|
<span class="pf-v6-c-button__icon">
|
|
3061
|
-
|
|
4189
|
+
<svg
|
|
4190
|
+
class="pf-v6-svg"
|
|
4191
|
+
viewBox="0 0 20 20"
|
|
4192
|
+
fill="currentColor"
|
|
4193
|
+
aria-hidden="true"
|
|
4194
|
+
role="img"
|
|
4195
|
+
width="1em"
|
|
4196
|
+
height="1em"
|
|
4197
|
+
>
|
|
4198
|
+
<path
|
|
4199
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4200
|
+
/>
|
|
4201
|
+
</svg>
|
|
3062
4202
|
</span>
|
|
3063
4203
|
</button>
|
|
3064
4204
|
</span>
|
|
@@ -3092,7 +4232,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3092
4232
|
aria-labelledby="grey-outline-link-removable-button grey-outline-link-removable-text"
|
|
3093
4233
|
>
|
|
3094
4234
|
<span class="pf-v6-c-button__icon">
|
|
3095
|
-
|
|
4235
|
+
<svg
|
|
4236
|
+
class="pf-v6-svg"
|
|
4237
|
+
viewBox="0 0 20 20"
|
|
4238
|
+
fill="currentColor"
|
|
4239
|
+
aria-hidden="true"
|
|
4240
|
+
role="img"
|
|
4241
|
+
width="1em"
|
|
4242
|
+
height="1em"
|
|
4243
|
+
>
|
|
4244
|
+
<path
|
|
4245
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4246
|
+
/>
|
|
4247
|
+
</svg>
|
|
3096
4248
|
</span>
|
|
3097
4249
|
</button>
|
|
3098
4250
|
</span>
|
|
@@ -3114,7 +4266,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3114
4266
|
aria-labelledby="grey-outline-button-removable-button grey-outline-button-removable-text"
|
|
3115
4267
|
>
|
|
3116
4268
|
<span class="pf-v6-c-button__icon">
|
|
3117
|
-
|
|
4269
|
+
<svg
|
|
4270
|
+
class="pf-v6-svg"
|
|
4271
|
+
viewBox="0 0 20 20"
|
|
4272
|
+
fill="currentColor"
|
|
4273
|
+
aria-hidden="true"
|
|
4274
|
+
role="img"
|
|
4275
|
+
width="1em"
|
|
4276
|
+
height="1em"
|
|
4277
|
+
>
|
|
4278
|
+
<path
|
|
4279
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4280
|
+
/>
|
|
4281
|
+
</svg>
|
|
3118
4282
|
</span>
|
|
3119
4283
|
</button>
|
|
3120
4284
|
</span>
|
|
@@ -3152,7 +4316,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3152
4316
|
aria-labelledby="grey-outline-truncated-with-icon-button grey-outline-truncated-with-icon-text"
|
|
3153
4317
|
>
|
|
3154
4318
|
<span class="pf-v6-c-button__icon">
|
|
3155
|
-
|
|
4319
|
+
<svg
|
|
4320
|
+
class="pf-v6-svg"
|
|
4321
|
+
viewBox="0 0 20 20"
|
|
4322
|
+
fill="currentColor"
|
|
4323
|
+
aria-hidden="true"
|
|
4324
|
+
role="img"
|
|
4325
|
+
width="1em"
|
|
4326
|
+
height="1em"
|
|
4327
|
+
>
|
|
4328
|
+
<path
|
|
4329
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4330
|
+
/>
|
|
4331
|
+
</svg>
|
|
3156
4332
|
</span>
|
|
3157
4333
|
</button>
|
|
3158
4334
|
</span>
|
|
@@ -3183,7 +4359,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3183
4359
|
aria-labelledby="grey-outline-link-removable-disabled-button grey-outline-link-removable-disabled-text"
|
|
3184
4360
|
>
|
|
3185
4361
|
<span class="pf-v6-c-button__icon">
|
|
3186
|
-
|
|
4362
|
+
<svg
|
|
4363
|
+
class="pf-v6-svg"
|
|
4364
|
+
viewBox="0 0 20 20"
|
|
4365
|
+
fill="currentColor"
|
|
4366
|
+
aria-hidden="true"
|
|
4367
|
+
role="img"
|
|
4368
|
+
width="1em"
|
|
4369
|
+
height="1em"
|
|
4370
|
+
>
|
|
4371
|
+
<path
|
|
4372
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4373
|
+
/>
|
|
4374
|
+
</svg>
|
|
3187
4375
|
</span>
|
|
3188
4376
|
</button>
|
|
3189
4377
|
</span>
|
|
@@ -3209,7 +4397,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3209
4397
|
aria-labelledby="grey-outline-button-removable-disabled-button grey-outline-button-removable-disabled-text"
|
|
3210
4398
|
>
|
|
3211
4399
|
<span class="pf-v6-c-button__icon">
|
|
3212
|
-
|
|
4400
|
+
<svg
|
|
4401
|
+
class="pf-v6-svg"
|
|
4402
|
+
viewBox="0 0 20 20"
|
|
4403
|
+
fill="currentColor"
|
|
4404
|
+
aria-hidden="true"
|
|
4405
|
+
role="img"
|
|
4406
|
+
width="1em"
|
|
4407
|
+
height="1em"
|
|
4408
|
+
>
|
|
4409
|
+
<path
|
|
4410
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4411
|
+
/>
|
|
4412
|
+
</svg>
|
|
3213
4413
|
</span>
|
|
3214
4414
|
</button>
|
|
3215
4415
|
</span>
|
|
@@ -3249,7 +4449,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3249
4449
|
aria-labelledby="blue-outline-removable-button blue-outline-removable-text"
|
|
3250
4450
|
>
|
|
3251
4451
|
<span class="pf-v6-c-button__icon">
|
|
3252
|
-
|
|
4452
|
+
<svg
|
|
4453
|
+
class="pf-v6-svg"
|
|
4454
|
+
viewBox="0 0 20 20"
|
|
4455
|
+
fill="currentColor"
|
|
4456
|
+
aria-hidden="true"
|
|
4457
|
+
role="img"
|
|
4458
|
+
width="1em"
|
|
4459
|
+
height="1em"
|
|
4460
|
+
>
|
|
4461
|
+
<path
|
|
4462
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4463
|
+
/>
|
|
4464
|
+
</svg>
|
|
3253
4465
|
</span>
|
|
3254
4466
|
</button>
|
|
3255
4467
|
</span>
|
|
@@ -3274,7 +4486,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3274
4486
|
aria-labelledby="blue-outline-icon-removable-button blue-outline-icon-removable-text"
|
|
3275
4487
|
>
|
|
3276
4488
|
<span class="pf-v6-c-button__icon">
|
|
3277
|
-
|
|
4489
|
+
<svg
|
|
4490
|
+
class="pf-v6-svg"
|
|
4491
|
+
viewBox="0 0 20 20"
|
|
4492
|
+
fill="currentColor"
|
|
4493
|
+
aria-hidden="true"
|
|
4494
|
+
role="img"
|
|
4495
|
+
width="1em"
|
|
4496
|
+
height="1em"
|
|
4497
|
+
>
|
|
4498
|
+
<path
|
|
4499
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4500
|
+
/>
|
|
4501
|
+
</svg>
|
|
3278
4502
|
</span>
|
|
3279
4503
|
</button>
|
|
3280
4504
|
</span>
|
|
@@ -3308,7 +4532,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3308
4532
|
aria-labelledby="blue-outline-link-removable-button blue-outline-link-removable-text"
|
|
3309
4533
|
>
|
|
3310
4534
|
<span class="pf-v6-c-button__icon">
|
|
3311
|
-
|
|
4535
|
+
<svg
|
|
4536
|
+
class="pf-v6-svg"
|
|
4537
|
+
viewBox="0 0 20 20"
|
|
4538
|
+
fill="currentColor"
|
|
4539
|
+
aria-hidden="true"
|
|
4540
|
+
role="img"
|
|
4541
|
+
width="1em"
|
|
4542
|
+
height="1em"
|
|
4543
|
+
>
|
|
4544
|
+
<path
|
|
4545
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4546
|
+
/>
|
|
4547
|
+
</svg>
|
|
3312
4548
|
</span>
|
|
3313
4549
|
</button>
|
|
3314
4550
|
</span>
|
|
@@ -3330,7 +4566,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3330
4566
|
aria-labelledby="blue-outline-button-removable-button blue-outline-button-removable-text"
|
|
3331
4567
|
>
|
|
3332
4568
|
<span class="pf-v6-c-button__icon">
|
|
3333
|
-
|
|
4569
|
+
<svg
|
|
4570
|
+
class="pf-v6-svg"
|
|
4571
|
+
viewBox="0 0 20 20"
|
|
4572
|
+
fill="currentColor"
|
|
4573
|
+
aria-hidden="true"
|
|
4574
|
+
role="img"
|
|
4575
|
+
width="1em"
|
|
4576
|
+
height="1em"
|
|
4577
|
+
>
|
|
4578
|
+
<path
|
|
4579
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4580
|
+
/>
|
|
4581
|
+
</svg>
|
|
3334
4582
|
</span>
|
|
3335
4583
|
</button>
|
|
3336
4584
|
</span>
|
|
@@ -3368,7 +4616,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3368
4616
|
aria-labelledby="blue-outline-truncated-with-icon-button blue-outline-truncated-with-icon-text"
|
|
3369
4617
|
>
|
|
3370
4618
|
<span class="pf-v6-c-button__icon">
|
|
3371
|
-
|
|
4619
|
+
<svg
|
|
4620
|
+
class="pf-v6-svg"
|
|
4621
|
+
viewBox="0 0 20 20"
|
|
4622
|
+
fill="currentColor"
|
|
4623
|
+
aria-hidden="true"
|
|
4624
|
+
role="img"
|
|
4625
|
+
width="1em"
|
|
4626
|
+
height="1em"
|
|
4627
|
+
>
|
|
4628
|
+
<path
|
|
4629
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4630
|
+
/>
|
|
4631
|
+
</svg>
|
|
3372
4632
|
</span>
|
|
3373
4633
|
</button>
|
|
3374
4634
|
</span>
|
|
@@ -3399,7 +4659,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3399
4659
|
aria-labelledby="blue-outline-link-removable-disabled-button blue-outline-link-removable-disabled-text"
|
|
3400
4660
|
>
|
|
3401
4661
|
<span class="pf-v6-c-button__icon">
|
|
3402
|
-
|
|
4662
|
+
<svg
|
|
4663
|
+
class="pf-v6-svg"
|
|
4664
|
+
viewBox="0 0 20 20"
|
|
4665
|
+
fill="currentColor"
|
|
4666
|
+
aria-hidden="true"
|
|
4667
|
+
role="img"
|
|
4668
|
+
width="1em"
|
|
4669
|
+
height="1em"
|
|
4670
|
+
>
|
|
4671
|
+
<path
|
|
4672
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4673
|
+
/>
|
|
4674
|
+
</svg>
|
|
3403
4675
|
</span>
|
|
3404
4676
|
</button>
|
|
3405
4677
|
</span>
|
|
@@ -3425,7 +4697,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3425
4697
|
aria-labelledby="blue-outline-button-removable-disabled-button blue-outline-button-removable-disabled-text"
|
|
3426
4698
|
>
|
|
3427
4699
|
<span class="pf-v6-c-button__icon">
|
|
3428
|
-
|
|
4700
|
+
<svg
|
|
4701
|
+
class="pf-v6-svg"
|
|
4702
|
+
viewBox="0 0 20 20"
|
|
4703
|
+
fill="currentColor"
|
|
4704
|
+
aria-hidden="true"
|
|
4705
|
+
role="img"
|
|
4706
|
+
width="1em"
|
|
4707
|
+
height="1em"
|
|
4708
|
+
>
|
|
4709
|
+
<path
|
|
4710
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4711
|
+
/>
|
|
4712
|
+
</svg>
|
|
3429
4713
|
</span>
|
|
3430
4714
|
</button>
|
|
3431
4715
|
</span>
|
|
@@ -3465,7 +4749,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3465
4749
|
aria-labelledby="green-outline-removable-button green-outline-removable-text"
|
|
3466
4750
|
>
|
|
3467
4751
|
<span class="pf-v6-c-button__icon">
|
|
3468
|
-
|
|
4752
|
+
<svg
|
|
4753
|
+
class="pf-v6-svg"
|
|
4754
|
+
viewBox="0 0 20 20"
|
|
4755
|
+
fill="currentColor"
|
|
4756
|
+
aria-hidden="true"
|
|
4757
|
+
role="img"
|
|
4758
|
+
width="1em"
|
|
4759
|
+
height="1em"
|
|
4760
|
+
>
|
|
4761
|
+
<path
|
|
4762
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4763
|
+
/>
|
|
4764
|
+
</svg>
|
|
3469
4765
|
</span>
|
|
3470
4766
|
</button>
|
|
3471
4767
|
</span>
|
|
@@ -3490,7 +4786,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3490
4786
|
aria-labelledby="green-outline-icon-removable-button green-outline-icon-removable-text"
|
|
3491
4787
|
>
|
|
3492
4788
|
<span class="pf-v6-c-button__icon">
|
|
3493
|
-
|
|
4789
|
+
<svg
|
|
4790
|
+
class="pf-v6-svg"
|
|
4791
|
+
viewBox="0 0 20 20"
|
|
4792
|
+
fill="currentColor"
|
|
4793
|
+
aria-hidden="true"
|
|
4794
|
+
role="img"
|
|
4795
|
+
width="1em"
|
|
4796
|
+
height="1em"
|
|
4797
|
+
>
|
|
4798
|
+
<path
|
|
4799
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4800
|
+
/>
|
|
4801
|
+
</svg>
|
|
3494
4802
|
</span>
|
|
3495
4803
|
</button>
|
|
3496
4804
|
</span>
|
|
@@ -3524,7 +4832,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3524
4832
|
aria-labelledby="green-outline-link-removable-button green-outline-link-removable-text"
|
|
3525
4833
|
>
|
|
3526
4834
|
<span class="pf-v6-c-button__icon">
|
|
3527
|
-
|
|
4835
|
+
<svg
|
|
4836
|
+
class="pf-v6-svg"
|
|
4837
|
+
viewBox="0 0 20 20"
|
|
4838
|
+
fill="currentColor"
|
|
4839
|
+
aria-hidden="true"
|
|
4840
|
+
role="img"
|
|
4841
|
+
width="1em"
|
|
4842
|
+
height="1em"
|
|
4843
|
+
>
|
|
4844
|
+
<path
|
|
4845
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4846
|
+
/>
|
|
4847
|
+
</svg>
|
|
3528
4848
|
</span>
|
|
3529
4849
|
</button>
|
|
3530
4850
|
</span>
|
|
@@ -3546,7 +4866,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3546
4866
|
aria-labelledby="green-outline-button-removable-button green-outline-button-removable-text"
|
|
3547
4867
|
>
|
|
3548
4868
|
<span class="pf-v6-c-button__icon">
|
|
3549
|
-
|
|
4869
|
+
<svg
|
|
4870
|
+
class="pf-v6-svg"
|
|
4871
|
+
viewBox="0 0 20 20"
|
|
4872
|
+
fill="currentColor"
|
|
4873
|
+
aria-hidden="true"
|
|
4874
|
+
role="img"
|
|
4875
|
+
width="1em"
|
|
4876
|
+
height="1em"
|
|
4877
|
+
>
|
|
4878
|
+
<path
|
|
4879
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4880
|
+
/>
|
|
4881
|
+
</svg>
|
|
3550
4882
|
</span>
|
|
3551
4883
|
</button>
|
|
3552
4884
|
</span>
|
|
@@ -3584,7 +4916,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3584
4916
|
aria-labelledby="green-outline-truncated-with-icon-button green-outline-truncated-with-icon-text"
|
|
3585
4917
|
>
|
|
3586
4918
|
<span class="pf-v6-c-button__icon">
|
|
3587
|
-
|
|
4919
|
+
<svg
|
|
4920
|
+
class="pf-v6-svg"
|
|
4921
|
+
viewBox="0 0 20 20"
|
|
4922
|
+
fill="currentColor"
|
|
4923
|
+
aria-hidden="true"
|
|
4924
|
+
role="img"
|
|
4925
|
+
width="1em"
|
|
4926
|
+
height="1em"
|
|
4927
|
+
>
|
|
4928
|
+
<path
|
|
4929
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4930
|
+
/>
|
|
4931
|
+
</svg>
|
|
3588
4932
|
</span>
|
|
3589
4933
|
</button>
|
|
3590
4934
|
</span>
|
|
@@ -3617,7 +4961,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3617
4961
|
aria-labelledby="green-outline-link-removable-disabled-button green-outline-link-removable-disabled-text"
|
|
3618
4962
|
>
|
|
3619
4963
|
<span class="pf-v6-c-button__icon">
|
|
3620
|
-
|
|
4964
|
+
<svg
|
|
4965
|
+
class="pf-v6-svg"
|
|
4966
|
+
viewBox="0 0 20 20"
|
|
4967
|
+
fill="currentColor"
|
|
4968
|
+
aria-hidden="true"
|
|
4969
|
+
role="img"
|
|
4970
|
+
width="1em"
|
|
4971
|
+
height="1em"
|
|
4972
|
+
>
|
|
4973
|
+
<path
|
|
4974
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
4975
|
+
/>
|
|
4976
|
+
</svg>
|
|
3621
4977
|
</span>
|
|
3622
4978
|
</button>
|
|
3623
4979
|
</span>
|
|
@@ -3645,7 +5001,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3645
5001
|
aria-labelledby="green-outline-button-removable-disabled-button green-outline-button-removable-disabled-text"
|
|
3646
5002
|
>
|
|
3647
5003
|
<span class="pf-v6-c-button__icon">
|
|
3648
|
-
|
|
5004
|
+
<svg
|
|
5005
|
+
class="pf-v6-svg"
|
|
5006
|
+
viewBox="0 0 20 20"
|
|
5007
|
+
fill="currentColor"
|
|
5008
|
+
aria-hidden="true"
|
|
5009
|
+
role="img"
|
|
5010
|
+
width="1em"
|
|
5011
|
+
height="1em"
|
|
5012
|
+
>
|
|
5013
|
+
<path
|
|
5014
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5015
|
+
/>
|
|
5016
|
+
</svg>
|
|
3649
5017
|
</span>
|
|
3650
5018
|
</button>
|
|
3651
5019
|
</span>
|
|
@@ -3685,7 +5053,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3685
5053
|
aria-labelledby="orange-outline-removable-button orange-outline-removable-text"
|
|
3686
5054
|
>
|
|
3687
5055
|
<span class="pf-v6-c-button__icon">
|
|
3688
|
-
|
|
5056
|
+
<svg
|
|
5057
|
+
class="pf-v6-svg"
|
|
5058
|
+
viewBox="0 0 20 20"
|
|
5059
|
+
fill="currentColor"
|
|
5060
|
+
aria-hidden="true"
|
|
5061
|
+
role="img"
|
|
5062
|
+
width="1em"
|
|
5063
|
+
height="1em"
|
|
5064
|
+
>
|
|
5065
|
+
<path
|
|
5066
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5067
|
+
/>
|
|
5068
|
+
</svg>
|
|
3689
5069
|
</span>
|
|
3690
5070
|
</button>
|
|
3691
5071
|
</span>
|
|
@@ -3710,7 +5090,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3710
5090
|
aria-labelledby="orange-outline-icon-removable-button orange-outline-icon-removable-text"
|
|
3711
5091
|
>
|
|
3712
5092
|
<span class="pf-v6-c-button__icon">
|
|
3713
|
-
|
|
5093
|
+
<svg
|
|
5094
|
+
class="pf-v6-svg"
|
|
5095
|
+
viewBox="0 0 20 20"
|
|
5096
|
+
fill="currentColor"
|
|
5097
|
+
aria-hidden="true"
|
|
5098
|
+
role="img"
|
|
5099
|
+
width="1em"
|
|
5100
|
+
height="1em"
|
|
5101
|
+
>
|
|
5102
|
+
<path
|
|
5103
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5104
|
+
/>
|
|
5105
|
+
</svg>
|
|
3714
5106
|
</span>
|
|
3715
5107
|
</button>
|
|
3716
5108
|
</span>
|
|
@@ -3744,7 +5136,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3744
5136
|
aria-labelledby="orange-outline-link-removable-button orange-outline-link-removable-text"
|
|
3745
5137
|
>
|
|
3746
5138
|
<span class="pf-v6-c-button__icon">
|
|
3747
|
-
|
|
5139
|
+
<svg
|
|
5140
|
+
class="pf-v6-svg"
|
|
5141
|
+
viewBox="0 0 20 20"
|
|
5142
|
+
fill="currentColor"
|
|
5143
|
+
aria-hidden="true"
|
|
5144
|
+
role="img"
|
|
5145
|
+
width="1em"
|
|
5146
|
+
height="1em"
|
|
5147
|
+
>
|
|
5148
|
+
<path
|
|
5149
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5150
|
+
/>
|
|
5151
|
+
</svg>
|
|
3748
5152
|
</span>
|
|
3749
5153
|
</button>
|
|
3750
5154
|
</span>
|
|
@@ -3766,7 +5170,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3766
5170
|
aria-labelledby="orange-outline-button-removable-button orange-outline-button-removable-text"
|
|
3767
5171
|
>
|
|
3768
5172
|
<span class="pf-v6-c-button__icon">
|
|
3769
|
-
|
|
5173
|
+
<svg
|
|
5174
|
+
class="pf-v6-svg"
|
|
5175
|
+
viewBox="0 0 20 20"
|
|
5176
|
+
fill="currentColor"
|
|
5177
|
+
aria-hidden="true"
|
|
5178
|
+
role="img"
|
|
5179
|
+
width="1em"
|
|
5180
|
+
height="1em"
|
|
5181
|
+
>
|
|
5182
|
+
<path
|
|
5183
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5184
|
+
/>
|
|
5185
|
+
</svg>
|
|
3770
5186
|
</span>
|
|
3771
5187
|
</button>
|
|
3772
5188
|
</span>
|
|
@@ -3804,7 +5220,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3804
5220
|
aria-labelledby="orange-outline-truncated-with-icon-button orange-outline-truncated-with-icon-text"
|
|
3805
5221
|
>
|
|
3806
5222
|
<span class="pf-v6-c-button__icon">
|
|
3807
|
-
|
|
5223
|
+
<svg
|
|
5224
|
+
class="pf-v6-svg"
|
|
5225
|
+
viewBox="0 0 20 20"
|
|
5226
|
+
fill="currentColor"
|
|
5227
|
+
aria-hidden="true"
|
|
5228
|
+
role="img"
|
|
5229
|
+
width="1em"
|
|
5230
|
+
height="1em"
|
|
5231
|
+
>
|
|
5232
|
+
<path
|
|
5233
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5234
|
+
/>
|
|
5235
|
+
</svg>
|
|
3808
5236
|
</span>
|
|
3809
5237
|
</button>
|
|
3810
5238
|
</span>
|
|
@@ -3837,7 +5265,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3837
5265
|
aria-labelledby="orange-outline-link-removable-disabled-button orange-outline-link-removable-disabled-text"
|
|
3838
5266
|
>
|
|
3839
5267
|
<span class="pf-v6-c-button__icon">
|
|
3840
|
-
|
|
5268
|
+
<svg
|
|
5269
|
+
class="pf-v6-svg"
|
|
5270
|
+
viewBox="0 0 20 20"
|
|
5271
|
+
fill="currentColor"
|
|
5272
|
+
aria-hidden="true"
|
|
5273
|
+
role="img"
|
|
5274
|
+
width="1em"
|
|
5275
|
+
height="1em"
|
|
5276
|
+
>
|
|
5277
|
+
<path
|
|
5278
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5279
|
+
/>
|
|
5280
|
+
</svg>
|
|
3841
5281
|
</span>
|
|
3842
5282
|
</button>
|
|
3843
5283
|
</span>
|
|
@@ -3865,7 +5305,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3865
5305
|
aria-labelledby="orange-outline-button-removable-disabled-button orange-outline-button-removable-disabled-text"
|
|
3866
5306
|
>
|
|
3867
5307
|
<span class="pf-v6-c-button__icon">
|
|
3868
|
-
|
|
5308
|
+
<svg
|
|
5309
|
+
class="pf-v6-svg"
|
|
5310
|
+
viewBox="0 0 20 20"
|
|
5311
|
+
fill="currentColor"
|
|
5312
|
+
aria-hidden="true"
|
|
5313
|
+
role="img"
|
|
5314
|
+
width="1em"
|
|
5315
|
+
height="1em"
|
|
5316
|
+
>
|
|
5317
|
+
<path
|
|
5318
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5319
|
+
/>
|
|
5320
|
+
</svg>
|
|
3869
5321
|
</span>
|
|
3870
5322
|
</button>
|
|
3871
5323
|
</span>
|
|
@@ -3905,7 +5357,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3905
5357
|
aria-labelledby="red-outline-removable-button red-outline-removable-text"
|
|
3906
5358
|
>
|
|
3907
5359
|
<span class="pf-v6-c-button__icon">
|
|
3908
|
-
|
|
5360
|
+
<svg
|
|
5361
|
+
class="pf-v6-svg"
|
|
5362
|
+
viewBox="0 0 20 20"
|
|
5363
|
+
fill="currentColor"
|
|
5364
|
+
aria-hidden="true"
|
|
5365
|
+
role="img"
|
|
5366
|
+
width="1em"
|
|
5367
|
+
height="1em"
|
|
5368
|
+
>
|
|
5369
|
+
<path
|
|
5370
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5371
|
+
/>
|
|
5372
|
+
</svg>
|
|
3909
5373
|
</span>
|
|
3910
5374
|
</button>
|
|
3911
5375
|
</span>
|
|
@@ -3930,7 +5394,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3930
5394
|
aria-labelledby="red-outline-icon-removable-button red-outline-icon-removable-text"
|
|
3931
5395
|
>
|
|
3932
5396
|
<span class="pf-v6-c-button__icon">
|
|
3933
|
-
|
|
5397
|
+
<svg
|
|
5398
|
+
class="pf-v6-svg"
|
|
5399
|
+
viewBox="0 0 20 20"
|
|
5400
|
+
fill="currentColor"
|
|
5401
|
+
aria-hidden="true"
|
|
5402
|
+
role="img"
|
|
5403
|
+
width="1em"
|
|
5404
|
+
height="1em"
|
|
5405
|
+
>
|
|
5406
|
+
<path
|
|
5407
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5408
|
+
/>
|
|
5409
|
+
</svg>
|
|
3934
5410
|
</span>
|
|
3935
5411
|
</button>
|
|
3936
5412
|
</span>
|
|
@@ -3964,7 +5440,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3964
5440
|
aria-labelledby="red-outline-link-removable-button red-outline-link-removable-text"
|
|
3965
5441
|
>
|
|
3966
5442
|
<span class="pf-v6-c-button__icon">
|
|
3967
|
-
|
|
5443
|
+
<svg
|
|
5444
|
+
class="pf-v6-svg"
|
|
5445
|
+
viewBox="0 0 20 20"
|
|
5446
|
+
fill="currentColor"
|
|
5447
|
+
aria-hidden="true"
|
|
5448
|
+
role="img"
|
|
5449
|
+
width="1em"
|
|
5450
|
+
height="1em"
|
|
5451
|
+
>
|
|
5452
|
+
<path
|
|
5453
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5454
|
+
/>
|
|
5455
|
+
</svg>
|
|
3968
5456
|
</span>
|
|
3969
5457
|
</button>
|
|
3970
5458
|
</span>
|
|
@@ -3986,7 +5474,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3986
5474
|
aria-labelledby="red-outline-button-removable-button red-outline-button-removable-text"
|
|
3987
5475
|
>
|
|
3988
5476
|
<span class="pf-v6-c-button__icon">
|
|
3989
|
-
|
|
5477
|
+
<svg
|
|
5478
|
+
class="pf-v6-svg"
|
|
5479
|
+
viewBox="0 0 20 20"
|
|
5480
|
+
fill="currentColor"
|
|
5481
|
+
aria-hidden="true"
|
|
5482
|
+
role="img"
|
|
5483
|
+
width="1em"
|
|
5484
|
+
height="1em"
|
|
5485
|
+
>
|
|
5486
|
+
<path
|
|
5487
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5488
|
+
/>
|
|
5489
|
+
</svg>
|
|
3990
5490
|
</span>
|
|
3991
5491
|
</button>
|
|
3992
5492
|
</span>
|
|
@@ -4024,7 +5524,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4024
5524
|
aria-labelledby="red-outline-truncated-with-icon-button red-outline-truncated-with-icon-text"
|
|
4025
5525
|
>
|
|
4026
5526
|
<span class="pf-v6-c-button__icon">
|
|
4027
|
-
|
|
5527
|
+
<svg
|
|
5528
|
+
class="pf-v6-svg"
|
|
5529
|
+
viewBox="0 0 20 20"
|
|
5530
|
+
fill="currentColor"
|
|
5531
|
+
aria-hidden="true"
|
|
5532
|
+
role="img"
|
|
5533
|
+
width="1em"
|
|
5534
|
+
height="1em"
|
|
5535
|
+
>
|
|
5536
|
+
<path
|
|
5537
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5538
|
+
/>
|
|
5539
|
+
</svg>
|
|
4028
5540
|
</span>
|
|
4029
5541
|
</button>
|
|
4030
5542
|
</span>
|
|
@@ -4055,7 +5567,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4055
5567
|
aria-labelledby="red-outline-link-removable-disabled-button red-outline-link-removable-disabled-text"
|
|
4056
5568
|
>
|
|
4057
5569
|
<span class="pf-v6-c-button__icon">
|
|
4058
|
-
|
|
5570
|
+
<svg
|
|
5571
|
+
class="pf-v6-svg"
|
|
5572
|
+
viewBox="0 0 20 20"
|
|
5573
|
+
fill="currentColor"
|
|
5574
|
+
aria-hidden="true"
|
|
5575
|
+
role="img"
|
|
5576
|
+
width="1em"
|
|
5577
|
+
height="1em"
|
|
5578
|
+
>
|
|
5579
|
+
<path
|
|
5580
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5581
|
+
/>
|
|
5582
|
+
</svg>
|
|
4059
5583
|
</span>
|
|
4060
5584
|
</button>
|
|
4061
5585
|
</span>
|
|
@@ -4081,7 +5605,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4081
5605
|
aria-labelledby="red-outline-button-removable-disabled-button red-outline-button-removable-disabled-text"
|
|
4082
5606
|
>
|
|
4083
5607
|
<span class="pf-v6-c-button__icon">
|
|
4084
|
-
|
|
5608
|
+
<svg
|
|
5609
|
+
class="pf-v6-svg"
|
|
5610
|
+
viewBox="0 0 20 20"
|
|
5611
|
+
fill="currentColor"
|
|
5612
|
+
aria-hidden="true"
|
|
5613
|
+
role="img"
|
|
5614
|
+
width="1em"
|
|
5615
|
+
height="1em"
|
|
5616
|
+
>
|
|
5617
|
+
<path
|
|
5618
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5619
|
+
/>
|
|
5620
|
+
</svg>
|
|
4085
5621
|
</span>
|
|
4086
5622
|
</button>
|
|
4087
5623
|
</span>
|
|
@@ -4121,7 +5657,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4121
5657
|
aria-labelledby="orangered-outline-removable-button orangered-outline-removable-text"
|
|
4122
5658
|
>
|
|
4123
5659
|
<span class="pf-v6-c-button__icon">
|
|
4124
|
-
|
|
5660
|
+
<svg
|
|
5661
|
+
class="pf-v6-svg"
|
|
5662
|
+
viewBox="0 0 20 20"
|
|
5663
|
+
fill="currentColor"
|
|
5664
|
+
aria-hidden="true"
|
|
5665
|
+
role="img"
|
|
5666
|
+
width="1em"
|
|
5667
|
+
height="1em"
|
|
5668
|
+
>
|
|
5669
|
+
<path
|
|
5670
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5671
|
+
/>
|
|
5672
|
+
</svg>
|
|
4125
5673
|
</span>
|
|
4126
5674
|
</button>
|
|
4127
5675
|
</span>
|
|
@@ -4146,7 +5694,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4146
5694
|
aria-labelledby="orangered-outline-icon-removable-button orangered-outline-icon-removable-text"
|
|
4147
5695
|
>
|
|
4148
5696
|
<span class="pf-v6-c-button__icon">
|
|
4149
|
-
|
|
5697
|
+
<svg
|
|
5698
|
+
class="pf-v6-svg"
|
|
5699
|
+
viewBox="0 0 20 20"
|
|
5700
|
+
fill="currentColor"
|
|
5701
|
+
aria-hidden="true"
|
|
5702
|
+
role="img"
|
|
5703
|
+
width="1em"
|
|
5704
|
+
height="1em"
|
|
5705
|
+
>
|
|
5706
|
+
<path
|
|
5707
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5708
|
+
/>
|
|
5709
|
+
</svg>
|
|
4150
5710
|
</span>
|
|
4151
5711
|
</button>
|
|
4152
5712
|
</span>
|
|
@@ -4180,7 +5740,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4180
5740
|
aria-labelledby="orangered-outline-link-removable-button orangered-outline-link-removable-text"
|
|
4181
5741
|
>
|
|
4182
5742
|
<span class="pf-v6-c-button__icon">
|
|
4183
|
-
|
|
5743
|
+
<svg
|
|
5744
|
+
class="pf-v6-svg"
|
|
5745
|
+
viewBox="0 0 20 20"
|
|
5746
|
+
fill="currentColor"
|
|
5747
|
+
aria-hidden="true"
|
|
5748
|
+
role="img"
|
|
5749
|
+
width="1em"
|
|
5750
|
+
height="1em"
|
|
5751
|
+
>
|
|
5752
|
+
<path
|
|
5753
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5754
|
+
/>
|
|
5755
|
+
</svg>
|
|
4184
5756
|
</span>
|
|
4185
5757
|
</button>
|
|
4186
5758
|
</span>
|
|
@@ -4202,7 +5774,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4202
5774
|
aria-labelledby="orangered-outline-button-removable-button orangered-outline-button-removable-text"
|
|
4203
5775
|
>
|
|
4204
5776
|
<span class="pf-v6-c-button__icon">
|
|
4205
|
-
|
|
5777
|
+
<svg
|
|
5778
|
+
class="pf-v6-svg"
|
|
5779
|
+
viewBox="0 0 20 20"
|
|
5780
|
+
fill="currentColor"
|
|
5781
|
+
aria-hidden="true"
|
|
5782
|
+
role="img"
|
|
5783
|
+
width="1em"
|
|
5784
|
+
height="1em"
|
|
5785
|
+
>
|
|
5786
|
+
<path
|
|
5787
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5788
|
+
/>
|
|
5789
|
+
</svg>
|
|
4206
5790
|
</span>
|
|
4207
5791
|
</button>
|
|
4208
5792
|
</span>
|
|
@@ -4240,7 +5824,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4240
5824
|
aria-labelledby="orangered-outline-truncated-with-icon-button orangered-outline-truncated-with-icon-text"
|
|
4241
5825
|
>
|
|
4242
5826
|
<span class="pf-v6-c-button__icon">
|
|
4243
|
-
|
|
5827
|
+
<svg
|
|
5828
|
+
class="pf-v6-svg"
|
|
5829
|
+
viewBox="0 0 20 20"
|
|
5830
|
+
fill="currentColor"
|
|
5831
|
+
aria-hidden="true"
|
|
5832
|
+
role="img"
|
|
5833
|
+
width="1em"
|
|
5834
|
+
height="1em"
|
|
5835
|
+
>
|
|
5836
|
+
<path
|
|
5837
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5838
|
+
/>
|
|
5839
|
+
</svg>
|
|
4244
5840
|
</span>
|
|
4245
5841
|
</button>
|
|
4246
5842
|
</span>
|
|
@@ -4273,7 +5869,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4273
5869
|
aria-labelledby="orangered-outline-link-removable-disabled-button orangered-outline-link-removable-disabled-text"
|
|
4274
5870
|
>
|
|
4275
5871
|
<span class="pf-v6-c-button__icon">
|
|
4276
|
-
|
|
5872
|
+
<svg
|
|
5873
|
+
class="pf-v6-svg"
|
|
5874
|
+
viewBox="0 0 20 20"
|
|
5875
|
+
fill="currentColor"
|
|
5876
|
+
aria-hidden="true"
|
|
5877
|
+
role="img"
|
|
5878
|
+
width="1em"
|
|
5879
|
+
height="1em"
|
|
5880
|
+
>
|
|
5881
|
+
<path
|
|
5882
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5883
|
+
/>
|
|
5884
|
+
</svg>
|
|
4277
5885
|
</span>
|
|
4278
5886
|
</button>
|
|
4279
5887
|
</span>
|
|
@@ -4301,7 +5909,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4301
5909
|
aria-labelledby="orangered-outline-button-removable-disabled-button orangered-outline-button-removable-disabled-text"
|
|
4302
5910
|
>
|
|
4303
5911
|
<span class="pf-v6-c-button__icon">
|
|
4304
|
-
|
|
5912
|
+
<svg
|
|
5913
|
+
class="pf-v6-svg"
|
|
5914
|
+
viewBox="0 0 20 20"
|
|
5915
|
+
fill="currentColor"
|
|
5916
|
+
aria-hidden="true"
|
|
5917
|
+
role="img"
|
|
5918
|
+
width="1em"
|
|
5919
|
+
height="1em"
|
|
5920
|
+
>
|
|
5921
|
+
<path
|
|
5922
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5923
|
+
/>
|
|
5924
|
+
</svg>
|
|
4305
5925
|
</span>
|
|
4306
5926
|
</button>
|
|
4307
5927
|
</span>
|
|
@@ -4341,7 +5961,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4341
5961
|
aria-labelledby="purple-outline-removable-button purple-outline-removable-text"
|
|
4342
5962
|
>
|
|
4343
5963
|
<span class="pf-v6-c-button__icon">
|
|
4344
|
-
|
|
5964
|
+
<svg
|
|
5965
|
+
class="pf-v6-svg"
|
|
5966
|
+
viewBox="0 0 20 20"
|
|
5967
|
+
fill="currentColor"
|
|
5968
|
+
aria-hidden="true"
|
|
5969
|
+
role="img"
|
|
5970
|
+
width="1em"
|
|
5971
|
+
height="1em"
|
|
5972
|
+
>
|
|
5973
|
+
<path
|
|
5974
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
5975
|
+
/>
|
|
5976
|
+
</svg>
|
|
4345
5977
|
</span>
|
|
4346
5978
|
</button>
|
|
4347
5979
|
</span>
|
|
@@ -4366,7 +5998,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4366
5998
|
aria-labelledby="purple-outline-icon-removable-button purple-outline-icon-removable-text"
|
|
4367
5999
|
>
|
|
4368
6000
|
<span class="pf-v6-c-button__icon">
|
|
4369
|
-
|
|
6001
|
+
<svg
|
|
6002
|
+
class="pf-v6-svg"
|
|
6003
|
+
viewBox="0 0 20 20"
|
|
6004
|
+
fill="currentColor"
|
|
6005
|
+
aria-hidden="true"
|
|
6006
|
+
role="img"
|
|
6007
|
+
width="1em"
|
|
6008
|
+
height="1em"
|
|
6009
|
+
>
|
|
6010
|
+
<path
|
|
6011
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6012
|
+
/>
|
|
6013
|
+
</svg>
|
|
4370
6014
|
</span>
|
|
4371
6015
|
</button>
|
|
4372
6016
|
</span>
|
|
@@ -4400,7 +6044,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4400
6044
|
aria-labelledby="purple-outline-link-removable-button purple-outline-link-removable-text"
|
|
4401
6045
|
>
|
|
4402
6046
|
<span class="pf-v6-c-button__icon">
|
|
4403
|
-
|
|
6047
|
+
<svg
|
|
6048
|
+
class="pf-v6-svg"
|
|
6049
|
+
viewBox="0 0 20 20"
|
|
6050
|
+
fill="currentColor"
|
|
6051
|
+
aria-hidden="true"
|
|
6052
|
+
role="img"
|
|
6053
|
+
width="1em"
|
|
6054
|
+
height="1em"
|
|
6055
|
+
>
|
|
6056
|
+
<path
|
|
6057
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6058
|
+
/>
|
|
6059
|
+
</svg>
|
|
4404
6060
|
</span>
|
|
4405
6061
|
</button>
|
|
4406
6062
|
</span>
|
|
@@ -4422,7 +6078,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4422
6078
|
aria-labelledby="purple-outline-button-removable-button purple-outline-button-removable-text"
|
|
4423
6079
|
>
|
|
4424
6080
|
<span class="pf-v6-c-button__icon">
|
|
4425
|
-
|
|
6081
|
+
<svg
|
|
6082
|
+
class="pf-v6-svg"
|
|
6083
|
+
viewBox="0 0 20 20"
|
|
6084
|
+
fill="currentColor"
|
|
6085
|
+
aria-hidden="true"
|
|
6086
|
+
role="img"
|
|
6087
|
+
width="1em"
|
|
6088
|
+
height="1em"
|
|
6089
|
+
>
|
|
6090
|
+
<path
|
|
6091
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6092
|
+
/>
|
|
6093
|
+
</svg>
|
|
4426
6094
|
</span>
|
|
4427
6095
|
</button>
|
|
4428
6096
|
</span>
|
|
@@ -4460,7 +6128,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4460
6128
|
aria-labelledby="purple-outline-truncated-with-icon-button purple-outline-truncated-with-icon-text"
|
|
4461
6129
|
>
|
|
4462
6130
|
<span class="pf-v6-c-button__icon">
|
|
4463
|
-
|
|
6131
|
+
<svg
|
|
6132
|
+
class="pf-v6-svg"
|
|
6133
|
+
viewBox="0 0 20 20"
|
|
6134
|
+
fill="currentColor"
|
|
6135
|
+
aria-hidden="true"
|
|
6136
|
+
role="img"
|
|
6137
|
+
width="1em"
|
|
6138
|
+
height="1em"
|
|
6139
|
+
>
|
|
6140
|
+
<path
|
|
6141
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6142
|
+
/>
|
|
6143
|
+
</svg>
|
|
4464
6144
|
</span>
|
|
4465
6145
|
</button>
|
|
4466
6146
|
</span>
|
|
@@ -4493,7 +6173,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4493
6173
|
aria-labelledby="purple-outline-link-removable-disabled-button purple-outline-link-removable-disabled-text"
|
|
4494
6174
|
>
|
|
4495
6175
|
<span class="pf-v6-c-button__icon">
|
|
4496
|
-
|
|
6176
|
+
<svg
|
|
6177
|
+
class="pf-v6-svg"
|
|
6178
|
+
viewBox="0 0 20 20"
|
|
6179
|
+
fill="currentColor"
|
|
6180
|
+
aria-hidden="true"
|
|
6181
|
+
role="img"
|
|
6182
|
+
width="1em"
|
|
6183
|
+
height="1em"
|
|
6184
|
+
>
|
|
6185
|
+
<path
|
|
6186
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6187
|
+
/>
|
|
6188
|
+
</svg>
|
|
4497
6189
|
</span>
|
|
4498
6190
|
</button>
|
|
4499
6191
|
</span>
|
|
@@ -4521,7 +6213,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4521
6213
|
aria-labelledby="purple-outline-button-removable-disabled-button purple-outline-button-removable-disabled-text"
|
|
4522
6214
|
>
|
|
4523
6215
|
<span class="pf-v6-c-button__icon">
|
|
4524
|
-
|
|
6216
|
+
<svg
|
|
6217
|
+
class="pf-v6-svg"
|
|
6218
|
+
viewBox="0 0 20 20"
|
|
6219
|
+
fill="currentColor"
|
|
6220
|
+
aria-hidden="true"
|
|
6221
|
+
role="img"
|
|
6222
|
+
width="1em"
|
|
6223
|
+
height="1em"
|
|
6224
|
+
>
|
|
6225
|
+
<path
|
|
6226
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6227
|
+
/>
|
|
6228
|
+
</svg>
|
|
4525
6229
|
</span>
|
|
4526
6230
|
</button>
|
|
4527
6231
|
</span>
|
|
@@ -4561,7 +6265,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4561
6265
|
aria-labelledby="teal-outline-removable-button teal-outline-removable-text"
|
|
4562
6266
|
>
|
|
4563
6267
|
<span class="pf-v6-c-button__icon">
|
|
4564
|
-
|
|
6268
|
+
<svg
|
|
6269
|
+
class="pf-v6-svg"
|
|
6270
|
+
viewBox="0 0 20 20"
|
|
6271
|
+
fill="currentColor"
|
|
6272
|
+
aria-hidden="true"
|
|
6273
|
+
role="img"
|
|
6274
|
+
width="1em"
|
|
6275
|
+
height="1em"
|
|
6276
|
+
>
|
|
6277
|
+
<path
|
|
6278
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6279
|
+
/>
|
|
6280
|
+
</svg>
|
|
4565
6281
|
</span>
|
|
4566
6282
|
</button>
|
|
4567
6283
|
</span>
|
|
@@ -4586,7 +6302,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4586
6302
|
aria-labelledby="teal-outline-icon-removable-button teal-outline-icon-removable-text"
|
|
4587
6303
|
>
|
|
4588
6304
|
<span class="pf-v6-c-button__icon">
|
|
4589
|
-
|
|
6305
|
+
<svg
|
|
6306
|
+
class="pf-v6-svg"
|
|
6307
|
+
viewBox="0 0 20 20"
|
|
6308
|
+
fill="currentColor"
|
|
6309
|
+
aria-hidden="true"
|
|
6310
|
+
role="img"
|
|
6311
|
+
width="1em"
|
|
6312
|
+
height="1em"
|
|
6313
|
+
>
|
|
6314
|
+
<path
|
|
6315
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6316
|
+
/>
|
|
6317
|
+
</svg>
|
|
4590
6318
|
</span>
|
|
4591
6319
|
</button>
|
|
4592
6320
|
</span>
|
|
@@ -4620,7 +6348,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4620
6348
|
aria-labelledby="teal-outline-link-removable-button teal-outline-link-removable-text"
|
|
4621
6349
|
>
|
|
4622
6350
|
<span class="pf-v6-c-button__icon">
|
|
4623
|
-
|
|
6351
|
+
<svg
|
|
6352
|
+
class="pf-v6-svg"
|
|
6353
|
+
viewBox="0 0 20 20"
|
|
6354
|
+
fill="currentColor"
|
|
6355
|
+
aria-hidden="true"
|
|
6356
|
+
role="img"
|
|
6357
|
+
width="1em"
|
|
6358
|
+
height="1em"
|
|
6359
|
+
>
|
|
6360
|
+
<path
|
|
6361
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6362
|
+
/>
|
|
6363
|
+
</svg>
|
|
4624
6364
|
</span>
|
|
4625
6365
|
</button>
|
|
4626
6366
|
</span>
|
|
@@ -4642,7 +6382,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4642
6382
|
aria-labelledby="teal-outline-button-removable-button teal-outline-button-removable-text"
|
|
4643
6383
|
>
|
|
4644
6384
|
<span class="pf-v6-c-button__icon">
|
|
4645
|
-
|
|
6385
|
+
<svg
|
|
6386
|
+
class="pf-v6-svg"
|
|
6387
|
+
viewBox="0 0 20 20"
|
|
6388
|
+
fill="currentColor"
|
|
6389
|
+
aria-hidden="true"
|
|
6390
|
+
role="img"
|
|
6391
|
+
width="1em"
|
|
6392
|
+
height="1em"
|
|
6393
|
+
>
|
|
6394
|
+
<path
|
|
6395
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6396
|
+
/>
|
|
6397
|
+
</svg>
|
|
4646
6398
|
</span>
|
|
4647
6399
|
</button>
|
|
4648
6400
|
</span>
|
|
@@ -4680,7 +6432,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4680
6432
|
aria-labelledby="teal-outline-truncated-with-icon-button teal-outline-truncated-with-icon-text"
|
|
4681
6433
|
>
|
|
4682
6434
|
<span class="pf-v6-c-button__icon">
|
|
4683
|
-
|
|
6435
|
+
<svg
|
|
6436
|
+
class="pf-v6-svg"
|
|
6437
|
+
viewBox="0 0 20 20"
|
|
6438
|
+
fill="currentColor"
|
|
6439
|
+
aria-hidden="true"
|
|
6440
|
+
role="img"
|
|
6441
|
+
width="1em"
|
|
6442
|
+
height="1em"
|
|
6443
|
+
>
|
|
6444
|
+
<path
|
|
6445
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6446
|
+
/>
|
|
6447
|
+
</svg>
|
|
4684
6448
|
</span>
|
|
4685
6449
|
</button>
|
|
4686
6450
|
</span>
|
|
@@ -4711,7 +6475,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4711
6475
|
aria-labelledby="teal-outline-link-removable-disabled-button teal-outline-link-removable-disabled-text"
|
|
4712
6476
|
>
|
|
4713
6477
|
<span class="pf-v6-c-button__icon">
|
|
4714
|
-
|
|
6478
|
+
<svg
|
|
6479
|
+
class="pf-v6-svg"
|
|
6480
|
+
viewBox="0 0 20 20"
|
|
6481
|
+
fill="currentColor"
|
|
6482
|
+
aria-hidden="true"
|
|
6483
|
+
role="img"
|
|
6484
|
+
width="1em"
|
|
6485
|
+
height="1em"
|
|
6486
|
+
>
|
|
6487
|
+
<path
|
|
6488
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6489
|
+
/>
|
|
6490
|
+
</svg>
|
|
4715
6491
|
</span>
|
|
4716
6492
|
</button>
|
|
4717
6493
|
</span>
|
|
@@ -4737,7 +6513,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4737
6513
|
aria-labelledby="teal-outline-button-removable-disabled-button teal-outline-button-removable-disabled-text"
|
|
4738
6514
|
>
|
|
4739
6515
|
<span class="pf-v6-c-button__icon">
|
|
4740
|
-
|
|
6516
|
+
<svg
|
|
6517
|
+
class="pf-v6-svg"
|
|
6518
|
+
viewBox="0 0 20 20"
|
|
6519
|
+
fill="currentColor"
|
|
6520
|
+
aria-hidden="true"
|
|
6521
|
+
role="img"
|
|
6522
|
+
width="1em"
|
|
6523
|
+
height="1em"
|
|
6524
|
+
>
|
|
6525
|
+
<path
|
|
6526
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6527
|
+
/>
|
|
6528
|
+
</svg>
|
|
4741
6529
|
</span>
|
|
4742
6530
|
</button>
|
|
4743
6531
|
</span>
|
|
@@ -4777,7 +6565,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4777
6565
|
aria-labelledby="yellow-outline-removable-button yellow-outline-removable-text"
|
|
4778
6566
|
>
|
|
4779
6567
|
<span class="pf-v6-c-button__icon">
|
|
4780
|
-
|
|
6568
|
+
<svg
|
|
6569
|
+
class="pf-v6-svg"
|
|
6570
|
+
viewBox="0 0 20 20"
|
|
6571
|
+
fill="currentColor"
|
|
6572
|
+
aria-hidden="true"
|
|
6573
|
+
role="img"
|
|
6574
|
+
width="1em"
|
|
6575
|
+
height="1em"
|
|
6576
|
+
>
|
|
6577
|
+
<path
|
|
6578
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6579
|
+
/>
|
|
6580
|
+
</svg>
|
|
4781
6581
|
</span>
|
|
4782
6582
|
</button>
|
|
4783
6583
|
</span>
|
|
@@ -4802,7 +6602,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4802
6602
|
aria-labelledby="yellow-outline-icon-removable-button yellow-outline-icon-removable-text"
|
|
4803
6603
|
>
|
|
4804
6604
|
<span class="pf-v6-c-button__icon">
|
|
4805
|
-
|
|
6605
|
+
<svg
|
|
6606
|
+
class="pf-v6-svg"
|
|
6607
|
+
viewBox="0 0 20 20"
|
|
6608
|
+
fill="currentColor"
|
|
6609
|
+
aria-hidden="true"
|
|
6610
|
+
role="img"
|
|
6611
|
+
width="1em"
|
|
6612
|
+
height="1em"
|
|
6613
|
+
>
|
|
6614
|
+
<path
|
|
6615
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6616
|
+
/>
|
|
6617
|
+
</svg>
|
|
4806
6618
|
</span>
|
|
4807
6619
|
</button>
|
|
4808
6620
|
</span>
|
|
@@ -4836,7 +6648,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4836
6648
|
aria-labelledby="yellow-outline-link-removable-button yellow-outline-link-removable-text"
|
|
4837
6649
|
>
|
|
4838
6650
|
<span class="pf-v6-c-button__icon">
|
|
4839
|
-
|
|
6651
|
+
<svg
|
|
6652
|
+
class="pf-v6-svg"
|
|
6653
|
+
viewBox="0 0 20 20"
|
|
6654
|
+
fill="currentColor"
|
|
6655
|
+
aria-hidden="true"
|
|
6656
|
+
role="img"
|
|
6657
|
+
width="1em"
|
|
6658
|
+
height="1em"
|
|
6659
|
+
>
|
|
6660
|
+
<path
|
|
6661
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6662
|
+
/>
|
|
6663
|
+
</svg>
|
|
4840
6664
|
</span>
|
|
4841
6665
|
</button>
|
|
4842
6666
|
</span>
|
|
@@ -4858,7 +6682,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4858
6682
|
aria-labelledby="yellow-outline-button-removable-button yellow-outline-button-removable-text"
|
|
4859
6683
|
>
|
|
4860
6684
|
<span class="pf-v6-c-button__icon">
|
|
4861
|
-
|
|
6685
|
+
<svg
|
|
6686
|
+
class="pf-v6-svg"
|
|
6687
|
+
viewBox="0 0 20 20"
|
|
6688
|
+
fill="currentColor"
|
|
6689
|
+
aria-hidden="true"
|
|
6690
|
+
role="img"
|
|
6691
|
+
width="1em"
|
|
6692
|
+
height="1em"
|
|
6693
|
+
>
|
|
6694
|
+
<path
|
|
6695
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6696
|
+
/>
|
|
6697
|
+
</svg>
|
|
4862
6698
|
</span>
|
|
4863
6699
|
</button>
|
|
4864
6700
|
</span>
|
|
@@ -4896,7 +6732,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4896
6732
|
aria-labelledby="yellow-outline-truncated-with-icon-button yellow-outline-truncated-with-icon-text"
|
|
4897
6733
|
>
|
|
4898
6734
|
<span class="pf-v6-c-button__icon">
|
|
4899
|
-
|
|
6735
|
+
<svg
|
|
6736
|
+
class="pf-v6-svg"
|
|
6737
|
+
viewBox="0 0 20 20"
|
|
6738
|
+
fill="currentColor"
|
|
6739
|
+
aria-hidden="true"
|
|
6740
|
+
role="img"
|
|
6741
|
+
width="1em"
|
|
6742
|
+
height="1em"
|
|
6743
|
+
>
|
|
6744
|
+
<path
|
|
6745
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6746
|
+
/>
|
|
6747
|
+
</svg>
|
|
4900
6748
|
</span>
|
|
4901
6749
|
</button>
|
|
4902
6750
|
</span>
|
|
@@ -4929,7 +6777,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4929
6777
|
aria-labelledby="yellow-outline-link-removable-disabled-button yellow-outline-link-removable-disabled-text"
|
|
4930
6778
|
>
|
|
4931
6779
|
<span class="pf-v6-c-button__icon">
|
|
4932
|
-
|
|
6780
|
+
<svg
|
|
6781
|
+
class="pf-v6-svg"
|
|
6782
|
+
viewBox="0 0 20 20"
|
|
6783
|
+
fill="currentColor"
|
|
6784
|
+
aria-hidden="true"
|
|
6785
|
+
role="img"
|
|
6786
|
+
width="1em"
|
|
6787
|
+
height="1em"
|
|
6788
|
+
>
|
|
6789
|
+
<path
|
|
6790
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6791
|
+
/>
|
|
6792
|
+
</svg>
|
|
4933
6793
|
</span>
|
|
4934
6794
|
</button>
|
|
4935
6795
|
</span>
|
|
@@ -4957,7 +6817,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4957
6817
|
aria-labelledby="yellow-outline-button-removable-disabled-button yellow-outline-button-removable-disabled-text"
|
|
4958
6818
|
>
|
|
4959
6819
|
<span class="pf-v6-c-button__icon">
|
|
4960
|
-
|
|
6820
|
+
<svg
|
|
6821
|
+
class="pf-v6-svg"
|
|
6822
|
+
viewBox="0 0 20 20"
|
|
6823
|
+
fill="currentColor"
|
|
6824
|
+
aria-hidden="true"
|
|
6825
|
+
role="img"
|
|
6826
|
+
width="1em"
|
|
6827
|
+
height="1em"
|
|
6828
|
+
>
|
|
6829
|
+
<path
|
|
6830
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6831
|
+
/>
|
|
6832
|
+
</svg>
|
|
4961
6833
|
</span>
|
|
4962
6834
|
</button>
|
|
4963
6835
|
</span>
|
|
@@ -4999,7 +6871,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4999
6871
|
aria-labelledby="success-outline-status-removable-button success-outline-status-removable-text"
|
|
5000
6872
|
>
|
|
5001
6873
|
<span class="pf-v6-c-button__icon">
|
|
5002
|
-
|
|
6874
|
+
<svg
|
|
6875
|
+
class="pf-v6-svg"
|
|
6876
|
+
viewBox="0 0 20 20"
|
|
6877
|
+
fill="currentColor"
|
|
6878
|
+
aria-hidden="true"
|
|
6879
|
+
role="img"
|
|
6880
|
+
width="1em"
|
|
6881
|
+
height="1em"
|
|
6882
|
+
>
|
|
6883
|
+
<path
|
|
6884
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6885
|
+
/>
|
|
6886
|
+
</svg>
|
|
5003
6887
|
</span>
|
|
5004
6888
|
</button>
|
|
5005
6889
|
</span>
|
|
@@ -5042,7 +6926,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5042
6926
|
aria-labelledby="success-outline-status-link-removable-button success-outline-status-link-removable-text"
|
|
5043
6927
|
>
|
|
5044
6928
|
<span class="pf-v6-c-button__icon">
|
|
5045
|
-
|
|
6929
|
+
<svg
|
|
6930
|
+
class="pf-v6-svg"
|
|
6931
|
+
viewBox="0 0 20 20"
|
|
6932
|
+
fill="currentColor"
|
|
6933
|
+
aria-hidden="true"
|
|
6934
|
+
role="img"
|
|
6935
|
+
width="1em"
|
|
6936
|
+
height="1em"
|
|
6937
|
+
>
|
|
6938
|
+
<path
|
|
6939
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6940
|
+
/>
|
|
6941
|
+
</svg>
|
|
5046
6942
|
</span>
|
|
5047
6943
|
</button>
|
|
5048
6944
|
</span>
|
|
@@ -5067,7 +6963,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5067
6963
|
aria-labelledby="success-outline-status-button-removable-button success-outline-status-button-removable-text"
|
|
5068
6964
|
>
|
|
5069
6965
|
<span class="pf-v6-c-button__icon">
|
|
5070
|
-
|
|
6966
|
+
<svg
|
|
6967
|
+
class="pf-v6-svg"
|
|
6968
|
+
viewBox="0 0 20 20"
|
|
6969
|
+
fill="currentColor"
|
|
6970
|
+
aria-hidden="true"
|
|
6971
|
+
role="img"
|
|
6972
|
+
width="1em"
|
|
6973
|
+
height="1em"
|
|
6974
|
+
>
|
|
6975
|
+
<path
|
|
6976
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6977
|
+
/>
|
|
6978
|
+
</svg>
|
|
5071
6979
|
</span>
|
|
5072
6980
|
</button>
|
|
5073
6981
|
</span>
|
|
@@ -5105,7 +7013,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5105
7013
|
aria-labelledby="success-outline-status-truncated-removable-button success-outline-status-truncated-removable-text"
|
|
5106
7014
|
>
|
|
5107
7015
|
<span class="pf-v6-c-button__icon">
|
|
5108
|
-
|
|
7016
|
+
<svg
|
|
7017
|
+
class="pf-v6-svg"
|
|
7018
|
+
viewBox="0 0 20 20"
|
|
7019
|
+
fill="currentColor"
|
|
7020
|
+
aria-hidden="true"
|
|
7021
|
+
role="img"
|
|
7022
|
+
width="1em"
|
|
7023
|
+
height="1em"
|
|
7024
|
+
>
|
|
7025
|
+
<path
|
|
7026
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7027
|
+
/>
|
|
7028
|
+
</svg>
|
|
5109
7029
|
</span>
|
|
5110
7030
|
</button>
|
|
5111
7031
|
</span>
|
|
@@ -5138,7 +7058,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5138
7058
|
aria-labelledby="success-outline-status-link-removable-disabled-button success-outline-status-link-removable-disabled-text"
|
|
5139
7059
|
>
|
|
5140
7060
|
<span class="pf-v6-c-button__icon">
|
|
5141
|
-
|
|
7061
|
+
<svg
|
|
7062
|
+
class="pf-v6-svg"
|
|
7063
|
+
viewBox="0 0 20 20"
|
|
7064
|
+
fill="currentColor"
|
|
7065
|
+
aria-hidden="true"
|
|
7066
|
+
role="img"
|
|
7067
|
+
width="1em"
|
|
7068
|
+
height="1em"
|
|
7069
|
+
>
|
|
7070
|
+
<path
|
|
7071
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7072
|
+
/>
|
|
7073
|
+
</svg>
|
|
5142
7074
|
</span>
|
|
5143
7075
|
</button>
|
|
5144
7076
|
</span>
|
|
@@ -5166,7 +7098,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5166
7098
|
aria-labelledby="success-outline-status-button-removable-disabled-button success-outline-status-button-removable-disabled-text"
|
|
5167
7099
|
>
|
|
5168
7100
|
<span class="pf-v6-c-button__icon">
|
|
5169
|
-
|
|
7101
|
+
<svg
|
|
7102
|
+
class="pf-v6-svg"
|
|
7103
|
+
viewBox="0 0 20 20"
|
|
7104
|
+
fill="currentColor"
|
|
7105
|
+
aria-hidden="true"
|
|
7106
|
+
role="img"
|
|
7107
|
+
width="1em"
|
|
7108
|
+
height="1em"
|
|
7109
|
+
>
|
|
7110
|
+
<path
|
|
7111
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7112
|
+
/>
|
|
7113
|
+
</svg>
|
|
5170
7114
|
</span>
|
|
5171
7115
|
</button>
|
|
5172
7116
|
</span>
|
|
@@ -5203,7 +7147,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5203
7147
|
aria-labelledby="warning-outline-status-removable-button warning-outline-status-removable-text"
|
|
5204
7148
|
>
|
|
5205
7149
|
<span class="pf-v6-c-button__icon">
|
|
5206
|
-
|
|
7150
|
+
<svg
|
|
7151
|
+
class="pf-v6-svg"
|
|
7152
|
+
viewBox="0 0 20 20"
|
|
7153
|
+
fill="currentColor"
|
|
7154
|
+
aria-hidden="true"
|
|
7155
|
+
role="img"
|
|
7156
|
+
width="1em"
|
|
7157
|
+
height="1em"
|
|
7158
|
+
>
|
|
7159
|
+
<path
|
|
7160
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7161
|
+
/>
|
|
7162
|
+
</svg>
|
|
5207
7163
|
</span>
|
|
5208
7164
|
</button>
|
|
5209
7165
|
</span>
|
|
@@ -5246,7 +7202,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5246
7202
|
aria-labelledby="warning-outline-status-link-removable-button warning-outline-status-link-removable-text"
|
|
5247
7203
|
>
|
|
5248
7204
|
<span class="pf-v6-c-button__icon">
|
|
5249
|
-
|
|
7205
|
+
<svg
|
|
7206
|
+
class="pf-v6-svg"
|
|
7207
|
+
viewBox="0 0 20 20"
|
|
7208
|
+
fill="currentColor"
|
|
7209
|
+
aria-hidden="true"
|
|
7210
|
+
role="img"
|
|
7211
|
+
width="1em"
|
|
7212
|
+
height="1em"
|
|
7213
|
+
>
|
|
7214
|
+
<path
|
|
7215
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7216
|
+
/>
|
|
7217
|
+
</svg>
|
|
5250
7218
|
</span>
|
|
5251
7219
|
</button>
|
|
5252
7220
|
</span>
|
|
@@ -5271,7 +7239,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5271
7239
|
aria-labelledby="warning-outline-status-button-removable-button warning-outline-status-button-removable-text"
|
|
5272
7240
|
>
|
|
5273
7241
|
<span class="pf-v6-c-button__icon">
|
|
5274
|
-
|
|
7242
|
+
<svg
|
|
7243
|
+
class="pf-v6-svg"
|
|
7244
|
+
viewBox="0 0 20 20"
|
|
7245
|
+
fill="currentColor"
|
|
7246
|
+
aria-hidden="true"
|
|
7247
|
+
role="img"
|
|
7248
|
+
width="1em"
|
|
7249
|
+
height="1em"
|
|
7250
|
+
>
|
|
7251
|
+
<path
|
|
7252
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7253
|
+
/>
|
|
7254
|
+
</svg>
|
|
5275
7255
|
</span>
|
|
5276
7256
|
</button>
|
|
5277
7257
|
</span>
|
|
@@ -5309,7 +7289,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5309
7289
|
aria-labelledby="warning-outline-status-truncated-removable-button warning-outline-status-truncated-removable-text"
|
|
5310
7290
|
>
|
|
5311
7291
|
<span class="pf-v6-c-button__icon">
|
|
5312
|
-
|
|
7292
|
+
<svg
|
|
7293
|
+
class="pf-v6-svg"
|
|
7294
|
+
viewBox="0 0 20 20"
|
|
7295
|
+
fill="currentColor"
|
|
7296
|
+
aria-hidden="true"
|
|
7297
|
+
role="img"
|
|
7298
|
+
width="1em"
|
|
7299
|
+
height="1em"
|
|
7300
|
+
>
|
|
7301
|
+
<path
|
|
7302
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7303
|
+
/>
|
|
7304
|
+
</svg>
|
|
5313
7305
|
</span>
|
|
5314
7306
|
</button>
|
|
5315
7307
|
</span>
|
|
@@ -5342,7 +7334,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5342
7334
|
aria-labelledby="warning-outline-status-link-removable-disabled-button warning-outline-status-link-removable-disabled-text"
|
|
5343
7335
|
>
|
|
5344
7336
|
<span class="pf-v6-c-button__icon">
|
|
5345
|
-
|
|
7337
|
+
<svg
|
|
7338
|
+
class="pf-v6-svg"
|
|
7339
|
+
viewBox="0 0 20 20"
|
|
7340
|
+
fill="currentColor"
|
|
7341
|
+
aria-hidden="true"
|
|
7342
|
+
role="img"
|
|
7343
|
+
width="1em"
|
|
7344
|
+
height="1em"
|
|
7345
|
+
>
|
|
7346
|
+
<path
|
|
7347
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7348
|
+
/>
|
|
7349
|
+
</svg>
|
|
5346
7350
|
</span>
|
|
5347
7351
|
</button>
|
|
5348
7352
|
</span>
|
|
@@ -5370,7 +7374,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5370
7374
|
aria-labelledby="warning-outline-status-button-removable-disabled-button warning-outline-status-button-removable-disabled-text"
|
|
5371
7375
|
>
|
|
5372
7376
|
<span class="pf-v6-c-button__icon">
|
|
5373
|
-
|
|
7377
|
+
<svg
|
|
7378
|
+
class="pf-v6-svg"
|
|
7379
|
+
viewBox="0 0 20 20"
|
|
7380
|
+
fill="currentColor"
|
|
7381
|
+
aria-hidden="true"
|
|
7382
|
+
role="img"
|
|
7383
|
+
width="1em"
|
|
7384
|
+
height="1em"
|
|
7385
|
+
>
|
|
7386
|
+
<path
|
|
7387
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7388
|
+
/>
|
|
7389
|
+
</svg>
|
|
5374
7390
|
</span>
|
|
5375
7391
|
</button>
|
|
5376
7392
|
</span>
|
|
@@ -5407,7 +7423,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5407
7423
|
aria-labelledby="danger-outline-status-removable-button danger-outline-status-removable-text"
|
|
5408
7424
|
>
|
|
5409
7425
|
<span class="pf-v6-c-button__icon">
|
|
5410
|
-
|
|
7426
|
+
<svg
|
|
7427
|
+
class="pf-v6-svg"
|
|
7428
|
+
viewBox="0 0 20 20"
|
|
7429
|
+
fill="currentColor"
|
|
7430
|
+
aria-hidden="true"
|
|
7431
|
+
role="img"
|
|
7432
|
+
width="1em"
|
|
7433
|
+
height="1em"
|
|
7434
|
+
>
|
|
7435
|
+
<path
|
|
7436
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7437
|
+
/>
|
|
7438
|
+
</svg>
|
|
5411
7439
|
</span>
|
|
5412
7440
|
</button>
|
|
5413
7441
|
</span>
|
|
@@ -5450,7 +7478,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5450
7478
|
aria-labelledby="danger-outline-status-link-removable-button danger-outline-status-link-removable-text"
|
|
5451
7479
|
>
|
|
5452
7480
|
<span class="pf-v6-c-button__icon">
|
|
5453
|
-
|
|
7481
|
+
<svg
|
|
7482
|
+
class="pf-v6-svg"
|
|
7483
|
+
viewBox="0 0 20 20"
|
|
7484
|
+
fill="currentColor"
|
|
7485
|
+
aria-hidden="true"
|
|
7486
|
+
role="img"
|
|
7487
|
+
width="1em"
|
|
7488
|
+
height="1em"
|
|
7489
|
+
>
|
|
7490
|
+
<path
|
|
7491
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7492
|
+
/>
|
|
7493
|
+
</svg>
|
|
5454
7494
|
</span>
|
|
5455
7495
|
</button>
|
|
5456
7496
|
</span>
|
|
@@ -5475,7 +7515,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5475
7515
|
aria-labelledby="danger-outline-status-button-removable-button danger-outline-status-button-removable-text"
|
|
5476
7516
|
>
|
|
5477
7517
|
<span class="pf-v6-c-button__icon">
|
|
5478
|
-
|
|
7518
|
+
<svg
|
|
7519
|
+
class="pf-v6-svg"
|
|
7520
|
+
viewBox="0 0 20 20"
|
|
7521
|
+
fill="currentColor"
|
|
7522
|
+
aria-hidden="true"
|
|
7523
|
+
role="img"
|
|
7524
|
+
width="1em"
|
|
7525
|
+
height="1em"
|
|
7526
|
+
>
|
|
7527
|
+
<path
|
|
7528
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7529
|
+
/>
|
|
7530
|
+
</svg>
|
|
5479
7531
|
</span>
|
|
5480
7532
|
</button>
|
|
5481
7533
|
</span>
|
|
@@ -5513,7 +7565,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5513
7565
|
aria-labelledby="danger-outline-status-truncated-removable-button danger-outline-status-truncated-removable-text"
|
|
5514
7566
|
>
|
|
5515
7567
|
<span class="pf-v6-c-button__icon">
|
|
5516
|
-
|
|
7568
|
+
<svg
|
|
7569
|
+
class="pf-v6-svg"
|
|
7570
|
+
viewBox="0 0 20 20"
|
|
7571
|
+
fill="currentColor"
|
|
7572
|
+
aria-hidden="true"
|
|
7573
|
+
role="img"
|
|
7574
|
+
width="1em"
|
|
7575
|
+
height="1em"
|
|
7576
|
+
>
|
|
7577
|
+
<path
|
|
7578
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7579
|
+
/>
|
|
7580
|
+
</svg>
|
|
5517
7581
|
</span>
|
|
5518
7582
|
</button>
|
|
5519
7583
|
</span>
|
|
@@ -5546,7 +7610,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5546
7610
|
aria-labelledby="danger-outline-status-link-removable-disabled-button danger-outline-status-link-removable-disabled-text"
|
|
5547
7611
|
>
|
|
5548
7612
|
<span class="pf-v6-c-button__icon">
|
|
5549
|
-
|
|
7613
|
+
<svg
|
|
7614
|
+
class="pf-v6-svg"
|
|
7615
|
+
viewBox="0 0 20 20"
|
|
7616
|
+
fill="currentColor"
|
|
7617
|
+
aria-hidden="true"
|
|
7618
|
+
role="img"
|
|
7619
|
+
width="1em"
|
|
7620
|
+
height="1em"
|
|
7621
|
+
>
|
|
7622
|
+
<path
|
|
7623
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7624
|
+
/>
|
|
7625
|
+
</svg>
|
|
5550
7626
|
</span>
|
|
5551
7627
|
</button>
|
|
5552
7628
|
</span>
|
|
@@ -5574,7 +7650,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5574
7650
|
aria-labelledby="danger-outline-status-button-removable-disabled-button danger-outline-status-button-removable-disabled-text"
|
|
5575
7651
|
>
|
|
5576
7652
|
<span class="pf-v6-c-button__icon">
|
|
5577
|
-
|
|
7653
|
+
<svg
|
|
7654
|
+
class="pf-v6-svg"
|
|
7655
|
+
viewBox="0 0 20 20"
|
|
7656
|
+
fill="currentColor"
|
|
7657
|
+
aria-hidden="true"
|
|
7658
|
+
role="img"
|
|
7659
|
+
width="1em"
|
|
7660
|
+
height="1em"
|
|
7661
|
+
>
|
|
7662
|
+
<path
|
|
7663
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7664
|
+
/>
|
|
7665
|
+
</svg>
|
|
5578
7666
|
</span>
|
|
5579
7667
|
</button>
|
|
5580
7668
|
</span>
|
|
@@ -5611,7 +7699,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5611
7699
|
aria-labelledby="info-outline-status-removable-button info-outline-status-removable-text"
|
|
5612
7700
|
>
|
|
5613
7701
|
<span class="pf-v6-c-button__icon">
|
|
5614
|
-
|
|
7702
|
+
<svg
|
|
7703
|
+
class="pf-v6-svg"
|
|
7704
|
+
viewBox="0 0 20 20"
|
|
7705
|
+
fill="currentColor"
|
|
7706
|
+
aria-hidden="true"
|
|
7707
|
+
role="img"
|
|
7708
|
+
width="1em"
|
|
7709
|
+
height="1em"
|
|
7710
|
+
>
|
|
7711
|
+
<path
|
|
7712
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7713
|
+
/>
|
|
7714
|
+
</svg>
|
|
5615
7715
|
</span>
|
|
5616
7716
|
</button>
|
|
5617
7717
|
</span>
|
|
@@ -5654,7 +7754,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5654
7754
|
aria-labelledby="info-outline-status-link-removable-button info-outline-status-link-removable-text"
|
|
5655
7755
|
>
|
|
5656
7756
|
<span class="pf-v6-c-button__icon">
|
|
5657
|
-
|
|
7757
|
+
<svg
|
|
7758
|
+
class="pf-v6-svg"
|
|
7759
|
+
viewBox="0 0 20 20"
|
|
7760
|
+
fill="currentColor"
|
|
7761
|
+
aria-hidden="true"
|
|
7762
|
+
role="img"
|
|
7763
|
+
width="1em"
|
|
7764
|
+
height="1em"
|
|
7765
|
+
>
|
|
7766
|
+
<path
|
|
7767
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7768
|
+
/>
|
|
7769
|
+
</svg>
|
|
5658
7770
|
</span>
|
|
5659
7771
|
</button>
|
|
5660
7772
|
</span>
|
|
@@ -5679,7 +7791,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5679
7791
|
aria-labelledby="info-outline-status-button-removable-button info-outline-status-button-removable-text"
|
|
5680
7792
|
>
|
|
5681
7793
|
<span class="pf-v6-c-button__icon">
|
|
5682
|
-
|
|
7794
|
+
<svg
|
|
7795
|
+
class="pf-v6-svg"
|
|
7796
|
+
viewBox="0 0 20 20"
|
|
7797
|
+
fill="currentColor"
|
|
7798
|
+
aria-hidden="true"
|
|
7799
|
+
role="img"
|
|
7800
|
+
width="1em"
|
|
7801
|
+
height="1em"
|
|
7802
|
+
>
|
|
7803
|
+
<path
|
|
7804
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7805
|
+
/>
|
|
7806
|
+
</svg>
|
|
5683
7807
|
</span>
|
|
5684
7808
|
</button>
|
|
5685
7809
|
</span>
|
|
@@ -5717,7 +7841,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5717
7841
|
aria-labelledby="info-outline-status-truncated-removable-button info-outline-status-truncated-removable-text"
|
|
5718
7842
|
>
|
|
5719
7843
|
<span class="pf-v6-c-button__icon">
|
|
5720
|
-
|
|
7844
|
+
<svg
|
|
7845
|
+
class="pf-v6-svg"
|
|
7846
|
+
viewBox="0 0 20 20"
|
|
7847
|
+
fill="currentColor"
|
|
7848
|
+
aria-hidden="true"
|
|
7849
|
+
role="img"
|
|
7850
|
+
width="1em"
|
|
7851
|
+
height="1em"
|
|
7852
|
+
>
|
|
7853
|
+
<path
|
|
7854
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7855
|
+
/>
|
|
7856
|
+
</svg>
|
|
5721
7857
|
</span>
|
|
5722
7858
|
</button>
|
|
5723
7859
|
</span>
|
|
@@ -5748,7 +7884,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5748
7884
|
aria-labelledby="info-outline-status-link-removable-disabled-button info-outline-status-link-removable-disabled-text"
|
|
5749
7885
|
>
|
|
5750
7886
|
<span class="pf-v6-c-button__icon">
|
|
5751
|
-
|
|
7887
|
+
<svg
|
|
7888
|
+
class="pf-v6-svg"
|
|
7889
|
+
viewBox="0 0 20 20"
|
|
7890
|
+
fill="currentColor"
|
|
7891
|
+
aria-hidden="true"
|
|
7892
|
+
role="img"
|
|
7893
|
+
width="1em"
|
|
7894
|
+
height="1em"
|
|
7895
|
+
>
|
|
7896
|
+
<path
|
|
7897
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7898
|
+
/>
|
|
7899
|
+
</svg>
|
|
5752
7900
|
</span>
|
|
5753
7901
|
</button>
|
|
5754
7902
|
</span>
|
|
@@ -5774,7 +7922,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5774
7922
|
aria-labelledby="info-outline-status-button-removable-disabled-button info-outline-status-button-removable-disabled-text"
|
|
5775
7923
|
>
|
|
5776
7924
|
<span class="pf-v6-c-button__icon">
|
|
5777
|
-
|
|
7925
|
+
<svg
|
|
7926
|
+
class="pf-v6-svg"
|
|
7927
|
+
viewBox="0 0 20 20"
|
|
7928
|
+
fill="currentColor"
|
|
7929
|
+
aria-hidden="true"
|
|
7930
|
+
role="img"
|
|
7931
|
+
width="1em"
|
|
7932
|
+
height="1em"
|
|
7933
|
+
>
|
|
7934
|
+
<path
|
|
7935
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7936
|
+
/>
|
|
7937
|
+
</svg>
|
|
5778
7938
|
</span>
|
|
5779
7939
|
</button>
|
|
5780
7940
|
</span>
|
|
@@ -5811,7 +7971,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5811
7971
|
aria-labelledby="custom-outline-status-removable-button custom-outline-status-removable-text"
|
|
5812
7972
|
>
|
|
5813
7973
|
<span class="pf-v6-c-button__icon">
|
|
5814
|
-
|
|
7974
|
+
<svg
|
|
7975
|
+
class="pf-v6-svg"
|
|
7976
|
+
viewBox="0 0 20 20"
|
|
7977
|
+
fill="currentColor"
|
|
7978
|
+
aria-hidden="true"
|
|
7979
|
+
role="img"
|
|
7980
|
+
width="1em"
|
|
7981
|
+
height="1em"
|
|
7982
|
+
>
|
|
7983
|
+
<path
|
|
7984
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7985
|
+
/>
|
|
7986
|
+
</svg>
|
|
5815
7987
|
</span>
|
|
5816
7988
|
</button>
|
|
5817
7989
|
</span>
|
|
@@ -5854,7 +8026,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5854
8026
|
aria-labelledby="custom-outline-status-link-removable-button custom-outline-status-link-removable-text"
|
|
5855
8027
|
>
|
|
5856
8028
|
<span class="pf-v6-c-button__icon">
|
|
5857
|
-
|
|
8029
|
+
<svg
|
|
8030
|
+
class="pf-v6-svg"
|
|
8031
|
+
viewBox="0 0 20 20"
|
|
8032
|
+
fill="currentColor"
|
|
8033
|
+
aria-hidden="true"
|
|
8034
|
+
role="img"
|
|
8035
|
+
width="1em"
|
|
8036
|
+
height="1em"
|
|
8037
|
+
>
|
|
8038
|
+
<path
|
|
8039
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8040
|
+
/>
|
|
8041
|
+
</svg>
|
|
5858
8042
|
</span>
|
|
5859
8043
|
</button>
|
|
5860
8044
|
</span>
|
|
@@ -5879,7 +8063,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5879
8063
|
aria-labelledby="custom-outline-status-button-removable-button custom-outline-status-button-removable-text"
|
|
5880
8064
|
>
|
|
5881
8065
|
<span class="pf-v6-c-button__icon">
|
|
5882
|
-
|
|
8066
|
+
<svg
|
|
8067
|
+
class="pf-v6-svg"
|
|
8068
|
+
viewBox="0 0 20 20"
|
|
8069
|
+
fill="currentColor"
|
|
8070
|
+
aria-hidden="true"
|
|
8071
|
+
role="img"
|
|
8072
|
+
width="1em"
|
|
8073
|
+
height="1em"
|
|
8074
|
+
>
|
|
8075
|
+
<path
|
|
8076
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8077
|
+
/>
|
|
8078
|
+
</svg>
|
|
5883
8079
|
</span>
|
|
5884
8080
|
</button>
|
|
5885
8081
|
</span>
|
|
@@ -5917,7 +8113,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5917
8113
|
aria-labelledby="custom-outline-status-truncated-removable-button custom-outline-status-truncated-removable-text"
|
|
5918
8114
|
>
|
|
5919
8115
|
<span class="pf-v6-c-button__icon">
|
|
5920
|
-
|
|
8116
|
+
<svg
|
|
8117
|
+
class="pf-v6-svg"
|
|
8118
|
+
viewBox="0 0 20 20"
|
|
8119
|
+
fill="currentColor"
|
|
8120
|
+
aria-hidden="true"
|
|
8121
|
+
role="img"
|
|
8122
|
+
width="1em"
|
|
8123
|
+
height="1em"
|
|
8124
|
+
>
|
|
8125
|
+
<path
|
|
8126
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8127
|
+
/>
|
|
8128
|
+
</svg>
|
|
5921
8129
|
</span>
|
|
5922
8130
|
</button>
|
|
5923
8131
|
</span>
|
|
@@ -5950,7 +8158,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5950
8158
|
aria-labelledby="custom-outline-status-link-removable-disabled-button custom-outline-status-link-removable-disabled-text"
|
|
5951
8159
|
>
|
|
5952
8160
|
<span class="pf-v6-c-button__icon">
|
|
5953
|
-
|
|
8161
|
+
<svg
|
|
8162
|
+
class="pf-v6-svg"
|
|
8163
|
+
viewBox="0 0 20 20"
|
|
8164
|
+
fill="currentColor"
|
|
8165
|
+
aria-hidden="true"
|
|
8166
|
+
role="img"
|
|
8167
|
+
width="1em"
|
|
8168
|
+
height="1em"
|
|
8169
|
+
>
|
|
8170
|
+
<path
|
|
8171
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8172
|
+
/>
|
|
8173
|
+
</svg>
|
|
5954
8174
|
</span>
|
|
5955
8175
|
</button>
|
|
5956
8176
|
</span>
|
|
@@ -5978,7 +8198,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5978
8198
|
aria-labelledby="custom-outline-status-button-removable-disabled-button custom-outline-status-button-removable-disabled-text"
|
|
5979
8199
|
>
|
|
5980
8200
|
<span class="pf-v6-c-button__icon">
|
|
5981
|
-
|
|
8201
|
+
<svg
|
|
8202
|
+
class="pf-v6-svg"
|
|
8203
|
+
viewBox="0 0 20 20"
|
|
8204
|
+
fill="currentColor"
|
|
8205
|
+
aria-hidden="true"
|
|
8206
|
+
role="img"
|
|
8207
|
+
width="1em"
|
|
8208
|
+
height="1em"
|
|
8209
|
+
>
|
|
8210
|
+
<path
|
|
8211
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8212
|
+
/>
|
|
8213
|
+
</svg>
|
|
5982
8214
|
</span>
|
|
5983
8215
|
</button>
|
|
5984
8216
|
</span>
|
|
@@ -6020,7 +8252,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6020
8252
|
aria-labelledby="compact-removable-button compact-removable-text"
|
|
6021
8253
|
>
|
|
6022
8254
|
<span class="pf-v6-c-button__icon">
|
|
6023
|
-
|
|
8255
|
+
<svg
|
|
8256
|
+
class="pf-v6-svg"
|
|
8257
|
+
viewBox="0 0 20 20"
|
|
8258
|
+
fill="currentColor"
|
|
8259
|
+
aria-hidden="true"
|
|
8260
|
+
role="img"
|
|
8261
|
+
width="1em"
|
|
8262
|
+
height="1em"
|
|
8263
|
+
>
|
|
8264
|
+
<path
|
|
8265
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8266
|
+
/>
|
|
8267
|
+
</svg>
|
|
6024
8268
|
</span>
|
|
6025
8269
|
</button>
|
|
6026
8270
|
</span>
|
|
@@ -6045,7 +8289,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6045
8289
|
aria-labelledby="compact-icon-removable-button compact-icon-removable-text"
|
|
6046
8290
|
>
|
|
6047
8291
|
<span class="pf-v6-c-button__icon">
|
|
6048
|
-
|
|
8292
|
+
<svg
|
|
8293
|
+
class="pf-v6-svg"
|
|
8294
|
+
viewBox="0 0 20 20"
|
|
8295
|
+
fill="currentColor"
|
|
8296
|
+
aria-hidden="true"
|
|
8297
|
+
role="img"
|
|
8298
|
+
width="1em"
|
|
8299
|
+
height="1em"
|
|
8300
|
+
>
|
|
8301
|
+
<path
|
|
8302
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8303
|
+
/>
|
|
8304
|
+
</svg>
|
|
6049
8305
|
</span>
|
|
6050
8306
|
</button>
|
|
6051
8307
|
</span>
|
|
@@ -6079,7 +8335,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6079
8335
|
aria-labelledby="compact-link-removable-button compact-link-removable-text"
|
|
6080
8336
|
>
|
|
6081
8337
|
<span class="pf-v6-c-button__icon">
|
|
6082
|
-
|
|
8338
|
+
<svg
|
|
8339
|
+
class="pf-v6-svg"
|
|
8340
|
+
viewBox="0 0 20 20"
|
|
8341
|
+
fill="currentColor"
|
|
8342
|
+
aria-hidden="true"
|
|
8343
|
+
role="img"
|
|
8344
|
+
width="1em"
|
|
8345
|
+
height="1em"
|
|
8346
|
+
>
|
|
8347
|
+
<path
|
|
8348
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8349
|
+
/>
|
|
8350
|
+
</svg>
|
|
6083
8351
|
</span>
|
|
6084
8352
|
</button>
|
|
6085
8353
|
</span>
|
|
@@ -6101,7 +8369,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6101
8369
|
aria-labelledby="compact-button-removable-button compact-button-removable-text"
|
|
6102
8370
|
>
|
|
6103
8371
|
<span class="pf-v6-c-button__icon">
|
|
6104
|
-
|
|
8372
|
+
<svg
|
|
8373
|
+
class="pf-v6-svg"
|
|
8374
|
+
viewBox="0 0 20 20"
|
|
8375
|
+
fill="currentColor"
|
|
8376
|
+
aria-hidden="true"
|
|
8377
|
+
role="img"
|
|
8378
|
+
width="1em"
|
|
8379
|
+
height="1em"
|
|
8380
|
+
>
|
|
8381
|
+
<path
|
|
8382
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8383
|
+
/>
|
|
8384
|
+
</svg>
|
|
6105
8385
|
</span>
|
|
6106
8386
|
</button>
|
|
6107
8387
|
</span>
|
|
@@ -6139,7 +8419,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6139
8419
|
aria-labelledby="compact-truncated-with-icon-button compact-truncated-with-icon-text"
|
|
6140
8420
|
>
|
|
6141
8421
|
<span class="pf-v6-c-button__icon">
|
|
6142
|
-
|
|
8422
|
+
<svg
|
|
8423
|
+
class="pf-v6-svg"
|
|
8424
|
+
viewBox="0 0 20 20"
|
|
8425
|
+
fill="currentColor"
|
|
8426
|
+
aria-hidden="true"
|
|
8427
|
+
role="img"
|
|
8428
|
+
width="1em"
|
|
8429
|
+
height="1em"
|
|
8430
|
+
>
|
|
8431
|
+
<path
|
|
8432
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8433
|
+
/>
|
|
8434
|
+
</svg>
|
|
6143
8435
|
</span>
|
|
6144
8436
|
</button>
|
|
6145
8437
|
</span>
|
|
@@ -6172,7 +8464,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6172
8464
|
aria-labelledby="compact-link-removable-disabled-button compact-link-removable-disabled-text"
|
|
6173
8465
|
>
|
|
6174
8466
|
<span class="pf-v6-c-button__icon">
|
|
6175
|
-
|
|
8467
|
+
<svg
|
|
8468
|
+
class="pf-v6-svg"
|
|
8469
|
+
viewBox="0 0 20 20"
|
|
8470
|
+
fill="currentColor"
|
|
8471
|
+
aria-hidden="true"
|
|
8472
|
+
role="img"
|
|
8473
|
+
width="1em"
|
|
8474
|
+
height="1em"
|
|
8475
|
+
>
|
|
8476
|
+
<path
|
|
8477
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8478
|
+
/>
|
|
8479
|
+
</svg>
|
|
6176
8480
|
</span>
|
|
6177
8481
|
</button>
|
|
6178
8482
|
</span>
|
|
@@ -6200,7 +8504,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6200
8504
|
aria-labelledby="compact-button-removable-disabled-button compact-button-removable-disabled-text"
|
|
6201
8505
|
>
|
|
6202
8506
|
<span class="pf-v6-c-button__icon">
|
|
6203
|
-
|
|
8507
|
+
<svg
|
|
8508
|
+
class="pf-v6-svg"
|
|
8509
|
+
viewBox="0 0 20 20"
|
|
8510
|
+
fill="currentColor"
|
|
8511
|
+
aria-hidden="true"
|
|
8512
|
+
role="img"
|
|
8513
|
+
width="1em"
|
|
8514
|
+
height="1em"
|
|
8515
|
+
>
|
|
8516
|
+
<path
|
|
8517
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8518
|
+
/>
|
|
8519
|
+
</svg>
|
|
6204
8520
|
</span>
|
|
6205
8521
|
</button>
|
|
6206
8522
|
</span>
|
|
@@ -6240,7 +8556,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6240
8556
|
aria-labelledby="compact-outline-removable-button compact-outline-removable-text"
|
|
6241
8557
|
>
|
|
6242
8558
|
<span class="pf-v6-c-button__icon">
|
|
6243
|
-
|
|
8559
|
+
<svg
|
|
8560
|
+
class="pf-v6-svg"
|
|
8561
|
+
viewBox="0 0 20 20"
|
|
8562
|
+
fill="currentColor"
|
|
8563
|
+
aria-hidden="true"
|
|
8564
|
+
role="img"
|
|
8565
|
+
width="1em"
|
|
8566
|
+
height="1em"
|
|
8567
|
+
>
|
|
8568
|
+
<path
|
|
8569
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8570
|
+
/>
|
|
8571
|
+
</svg>
|
|
6244
8572
|
</span>
|
|
6245
8573
|
</button>
|
|
6246
8574
|
</span>
|
|
@@ -6265,7 +8593,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6265
8593
|
aria-labelledby="compact-outline-icon-removable-button compact-outline-icon-removable-text"
|
|
6266
8594
|
>
|
|
6267
8595
|
<span class="pf-v6-c-button__icon">
|
|
6268
|
-
|
|
8596
|
+
<svg
|
|
8597
|
+
class="pf-v6-svg"
|
|
8598
|
+
viewBox="0 0 20 20"
|
|
8599
|
+
fill="currentColor"
|
|
8600
|
+
aria-hidden="true"
|
|
8601
|
+
role="img"
|
|
8602
|
+
width="1em"
|
|
8603
|
+
height="1em"
|
|
8604
|
+
>
|
|
8605
|
+
<path
|
|
8606
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8607
|
+
/>
|
|
8608
|
+
</svg>
|
|
6269
8609
|
</span>
|
|
6270
8610
|
</button>
|
|
6271
8611
|
</span>
|
|
@@ -6299,7 +8639,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6299
8639
|
aria-labelledby="compact-outline-link-removable-button compact-outline-link-removable-text"
|
|
6300
8640
|
>
|
|
6301
8641
|
<span class="pf-v6-c-button__icon">
|
|
6302
|
-
|
|
8642
|
+
<svg
|
|
8643
|
+
class="pf-v6-svg"
|
|
8644
|
+
viewBox="0 0 20 20"
|
|
8645
|
+
fill="currentColor"
|
|
8646
|
+
aria-hidden="true"
|
|
8647
|
+
role="img"
|
|
8648
|
+
width="1em"
|
|
8649
|
+
height="1em"
|
|
8650
|
+
>
|
|
8651
|
+
<path
|
|
8652
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8653
|
+
/>
|
|
8654
|
+
</svg>
|
|
6303
8655
|
</span>
|
|
6304
8656
|
</button>
|
|
6305
8657
|
</span>
|
|
@@ -6321,7 +8673,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6321
8673
|
aria-labelledby="compact-outline-button-removable-button compact-outline-button-removable-text"
|
|
6322
8674
|
>
|
|
6323
8675
|
<span class="pf-v6-c-button__icon">
|
|
6324
|
-
|
|
8676
|
+
<svg
|
|
8677
|
+
class="pf-v6-svg"
|
|
8678
|
+
viewBox="0 0 20 20"
|
|
8679
|
+
fill="currentColor"
|
|
8680
|
+
aria-hidden="true"
|
|
8681
|
+
role="img"
|
|
8682
|
+
width="1em"
|
|
8683
|
+
height="1em"
|
|
8684
|
+
>
|
|
8685
|
+
<path
|
|
8686
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8687
|
+
/>
|
|
8688
|
+
</svg>
|
|
6325
8689
|
</span>
|
|
6326
8690
|
</button>
|
|
6327
8691
|
</span>
|
|
@@ -6359,7 +8723,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6359
8723
|
aria-labelledby="compact-outline-truncated-with-icon-button compact-outline-truncated-with-icon-text"
|
|
6360
8724
|
>
|
|
6361
8725
|
<span class="pf-v6-c-button__icon">
|
|
6362
|
-
|
|
8726
|
+
<svg
|
|
8727
|
+
class="pf-v6-svg"
|
|
8728
|
+
viewBox="0 0 20 20"
|
|
8729
|
+
fill="currentColor"
|
|
8730
|
+
aria-hidden="true"
|
|
8731
|
+
role="img"
|
|
8732
|
+
width="1em"
|
|
8733
|
+
height="1em"
|
|
8734
|
+
>
|
|
8735
|
+
<path
|
|
8736
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8737
|
+
/>
|
|
8738
|
+
</svg>
|
|
6363
8739
|
</span>
|
|
6364
8740
|
</button>
|
|
6365
8741
|
</span>
|
|
@@ -6392,7 +8768,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6392
8768
|
aria-labelledby="compact-outline-link-removable-disabled-button compact-outline-link-removable-disabled-text"
|
|
6393
8769
|
>
|
|
6394
8770
|
<span class="pf-v6-c-button__icon">
|
|
6395
|
-
|
|
8771
|
+
<svg
|
|
8772
|
+
class="pf-v6-svg"
|
|
8773
|
+
viewBox="0 0 20 20"
|
|
8774
|
+
fill="currentColor"
|
|
8775
|
+
aria-hidden="true"
|
|
8776
|
+
role="img"
|
|
8777
|
+
width="1em"
|
|
8778
|
+
height="1em"
|
|
8779
|
+
>
|
|
8780
|
+
<path
|
|
8781
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8782
|
+
/>
|
|
8783
|
+
</svg>
|
|
6396
8784
|
</span>
|
|
6397
8785
|
</button>
|
|
6398
8786
|
</span>
|
|
@@ -6420,7 +8808,19 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6420
8808
|
aria-labelledby="compact-outline-button-removable-disabled-button compact-outline-button-removable-disabled-text"
|
|
6421
8809
|
>
|
|
6422
8810
|
<span class="pf-v6-c-button__icon">
|
|
6423
|
-
|
|
8811
|
+
<svg
|
|
8812
|
+
class="pf-v6-svg"
|
|
8813
|
+
viewBox="0 0 20 20"
|
|
8814
|
+
fill="currentColor"
|
|
8815
|
+
aria-hidden="true"
|
|
8816
|
+
role="img"
|
|
8817
|
+
width="1em"
|
|
8818
|
+
height="1em"
|
|
8819
|
+
>
|
|
8820
|
+
<path
|
|
8821
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8822
|
+
/>
|
|
8823
|
+
</svg>
|
|
6424
8824
|
</span>
|
|
6425
8825
|
</button>
|
|
6426
8826
|
</span>
|
|
@@ -6464,7 +8864,19 @@ This style of label is used to indicate overflow within a label group.
|
|
|
6464
8864
|
aria-labelledby="editable-label-button editable-label-text"
|
|
6465
8865
|
>
|
|
6466
8866
|
<span class="pf-v6-c-button__icon">
|
|
6467
|
-
|
|
8867
|
+
<svg
|
|
8868
|
+
class="pf-v6-svg"
|
|
8869
|
+
viewBox="0 0 20 20"
|
|
8870
|
+
fill="currentColor"
|
|
8871
|
+
aria-hidden="true"
|
|
8872
|
+
role="img"
|
|
8873
|
+
width="1em"
|
|
8874
|
+
height="1em"
|
|
8875
|
+
>
|
|
8876
|
+
<path
|
|
8877
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8878
|
+
/>
|
|
8879
|
+
</svg>
|
|
6468
8880
|
</span>
|
|
6469
8881
|
</button>
|
|
6470
8882
|
</span>
|
|
@@ -6503,7 +8915,19 @@ This style of label is used to indicate overflow within a label group.
|
|
|
6503
8915
|
aria-labelledby="compact-editable-label-button compact-editable-label-text"
|
|
6504
8916
|
>
|
|
6505
8917
|
<span class="pf-v6-c-button__icon">
|
|
6506
|
-
|
|
8918
|
+
<svg
|
|
8919
|
+
class="pf-v6-svg"
|
|
8920
|
+
viewBox="0 0 20 20"
|
|
8921
|
+
fill="currentColor"
|
|
8922
|
+
aria-hidden="true"
|
|
8923
|
+
role="img"
|
|
8924
|
+
width="1em"
|
|
8925
|
+
height="1em"
|
|
8926
|
+
>
|
|
8927
|
+
<path
|
|
8928
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
8929
|
+
/>
|
|
8930
|
+
</svg>
|
|
6507
8931
|
</span>
|
|
6508
8932
|
</button>
|
|
6509
8933
|
</span>
|
|
@@ -6939,7 +9363,7 @@ The contents of a label group can be modified by removing labels or adding new o
|
|
|
6939
9363
|
<span class="pf-v6-c-button__icon">
|
|
6940
9364
|
<svg
|
|
6941
9365
|
class="pf-v6-svg"
|
|
6942
|
-
viewBox="0 0
|
|
9366
|
+
viewBox="0 0 20 20"
|
|
6943
9367
|
fill="currentColor"
|
|
6944
9368
|
aria-hidden="true"
|
|
6945
9369
|
role="img"
|
|
@@ -6947,7 +9371,7 @@ The contents of a label group can be modified by removing labels or adding new o
|
|
|
6947
9371
|
height="1em"
|
|
6948
9372
|
>
|
|
6949
9373
|
<path
|
|
6950
|
-
d="
|
|
9374
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
6951
9375
|
/>
|
|
6952
9376
|
</svg>
|
|
6953
9377
|
</span>
|
|
@@ -7229,7 +9653,7 @@ The contents of a label group can be modified by removing labels or adding new o
|
|
|
7229
9653
|
<span class="pf-v6-c-button__icon">
|
|
7230
9654
|
<svg
|
|
7231
9655
|
class="pf-v6-svg"
|
|
7232
|
-
viewBox="0 0
|
|
9656
|
+
viewBox="0 0 20 20"
|
|
7233
9657
|
fill="currentColor"
|
|
7234
9658
|
aria-hidden="true"
|
|
7235
9659
|
role="img"
|
|
@@ -7237,7 +9661,7 @@ The contents of a label group can be modified by removing labels or adding new o
|
|
|
7237
9661
|
height="1em"
|
|
7238
9662
|
>
|
|
7239
9663
|
<path
|
|
7240
|
-
d="
|
|
9664
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
7241
9665
|
/>
|
|
7242
9666
|
</svg>
|
|
7243
9667
|
</span>
|
|
@@ -7283,7 +9707,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7283
9707
|
aria-labelledby="editable-labels-editable-group-example-editable-label-editable-1-button editable-labels-editable-group-example-editable-label-editable-1-text"
|
|
7284
9708
|
>
|
|
7285
9709
|
<span class="pf-v6-c-button__icon">
|
|
7286
|
-
|
|
9710
|
+
<svg
|
|
9711
|
+
class="pf-v6-svg"
|
|
9712
|
+
viewBox="0 0 20 20"
|
|
9713
|
+
fill="currentColor"
|
|
9714
|
+
aria-hidden="true"
|
|
9715
|
+
role="img"
|
|
9716
|
+
width="1em"
|
|
9717
|
+
height="1em"
|
|
9718
|
+
>
|
|
9719
|
+
<path
|
|
9720
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9721
|
+
/>
|
|
9722
|
+
</svg>
|
|
7287
9723
|
</span>
|
|
7288
9724
|
</button>
|
|
7289
9725
|
</span>
|
|
@@ -7311,7 +9747,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7311
9747
|
aria-labelledby="editable-labels-editable-group-example-editable-label-editable-2-button editable-labels-editable-group-example-editable-label-editable-2-text"
|
|
7312
9748
|
>
|
|
7313
9749
|
<span class="pf-v6-c-button__icon">
|
|
7314
|
-
|
|
9750
|
+
<svg
|
|
9751
|
+
class="pf-v6-svg"
|
|
9752
|
+
viewBox="0 0 20 20"
|
|
9753
|
+
fill="currentColor"
|
|
9754
|
+
aria-hidden="true"
|
|
9755
|
+
role="img"
|
|
9756
|
+
width="1em"
|
|
9757
|
+
height="1em"
|
|
9758
|
+
>
|
|
9759
|
+
<path
|
|
9760
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9761
|
+
/>
|
|
9762
|
+
</svg>
|
|
7315
9763
|
</span>
|
|
7316
9764
|
</button>
|
|
7317
9765
|
</span>
|
|
@@ -7339,7 +9787,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7339
9787
|
aria-labelledby="editable-labels-editable-group-example-editable-label-editable-3-button editable-labels-editable-group-example-editable-label-editable-3-text"
|
|
7340
9788
|
>
|
|
7341
9789
|
<span class="pf-v6-c-button__icon">
|
|
7342
|
-
|
|
9790
|
+
<svg
|
|
9791
|
+
class="pf-v6-svg"
|
|
9792
|
+
viewBox="0 0 20 20"
|
|
9793
|
+
fill="currentColor"
|
|
9794
|
+
aria-hidden="true"
|
|
9795
|
+
role="img"
|
|
9796
|
+
width="1em"
|
|
9797
|
+
height="1em"
|
|
9798
|
+
>
|
|
9799
|
+
<path
|
|
9800
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9801
|
+
/>
|
|
9802
|
+
</svg>
|
|
7343
9803
|
</span>
|
|
7344
9804
|
</button>
|
|
7345
9805
|
</span>
|
|
@@ -7391,7 +9851,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7391
9851
|
aria-labelledby="editable-labels-label-active-editable-group-example-editable-label-editable-1-button editable-labels-label-active-editable-group-example-editable-label-editable-1-text"
|
|
7392
9852
|
>
|
|
7393
9853
|
<span class="pf-v6-c-button__icon">
|
|
7394
|
-
|
|
9854
|
+
<svg
|
|
9855
|
+
class="pf-v6-svg"
|
|
9856
|
+
viewBox="0 0 20 20"
|
|
9857
|
+
fill="currentColor"
|
|
9858
|
+
aria-hidden="true"
|
|
9859
|
+
role="img"
|
|
9860
|
+
width="1em"
|
|
9861
|
+
height="1em"
|
|
9862
|
+
>
|
|
9863
|
+
<path
|
|
9864
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9865
|
+
/>
|
|
9866
|
+
</svg>
|
|
7395
9867
|
</span>
|
|
7396
9868
|
</button>
|
|
7397
9869
|
</span>
|
|
@@ -7419,7 +9891,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7419
9891
|
aria-labelledby="editable-labels-label-active-editable-group-example-editable-label-editable-2-button editable-labels-label-active-editable-group-example-editable-label-editable-2-text"
|
|
7420
9892
|
>
|
|
7421
9893
|
<span class="pf-v6-c-button__icon">
|
|
7422
|
-
|
|
9894
|
+
<svg
|
|
9895
|
+
class="pf-v6-svg"
|
|
9896
|
+
viewBox="0 0 20 20"
|
|
9897
|
+
fill="currentColor"
|
|
9898
|
+
aria-hidden="true"
|
|
9899
|
+
role="img"
|
|
9900
|
+
width="1em"
|
|
9901
|
+
height="1em"
|
|
9902
|
+
>
|
|
9903
|
+
<path
|
|
9904
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9905
|
+
/>
|
|
9906
|
+
</svg>
|
|
7423
9907
|
</span>
|
|
7424
9908
|
</button>
|
|
7425
9909
|
</span>
|
|
@@ -7479,7 +9963,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7479
9963
|
aria-labelledby="static-labels-dynamic-label-group-example-editable-label-static-1-button static-labels-dynamic-label-group-example-editable-label-static-1-text"
|
|
7480
9964
|
>
|
|
7481
9965
|
<span class="pf-v6-c-button__icon">
|
|
7482
|
-
|
|
9966
|
+
<svg
|
|
9967
|
+
class="pf-v6-svg"
|
|
9968
|
+
viewBox="0 0 20 20"
|
|
9969
|
+
fill="currentColor"
|
|
9970
|
+
aria-hidden="true"
|
|
9971
|
+
role="img"
|
|
9972
|
+
width="1em"
|
|
9973
|
+
height="1em"
|
|
9974
|
+
>
|
|
9975
|
+
<path
|
|
9976
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
9977
|
+
/>
|
|
9978
|
+
</svg>
|
|
7483
9979
|
</span>
|
|
7484
9980
|
</button>
|
|
7485
9981
|
</span>
|
|
@@ -7502,7 +9998,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7502
9998
|
aria-labelledby="static-labels-dynamic-label-group-example-editable-label-static-2-button static-labels-dynamic-label-group-example-editable-label-static-2-text"
|
|
7503
9999
|
>
|
|
7504
10000
|
<span class="pf-v6-c-button__icon">
|
|
7505
|
-
|
|
10001
|
+
<svg
|
|
10002
|
+
class="pf-v6-svg"
|
|
10003
|
+
viewBox="0 0 20 20"
|
|
10004
|
+
fill="currentColor"
|
|
10005
|
+
aria-hidden="true"
|
|
10006
|
+
role="img"
|
|
10007
|
+
width="1em"
|
|
10008
|
+
height="1em"
|
|
10009
|
+
>
|
|
10010
|
+
<path
|
|
10011
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10012
|
+
/>
|
|
10013
|
+
</svg>
|
|
7506
10014
|
</span>
|
|
7507
10015
|
</button>
|
|
7508
10016
|
</span>
|
|
@@ -7525,7 +10033,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7525
10033
|
aria-labelledby="static-labels-dynamic-label-group-example-editable-label-static-3-button static-labels-dynamic-label-group-example-editable-label-static-3-text"
|
|
7526
10034
|
>
|
|
7527
10035
|
<span class="pf-v6-c-button__icon">
|
|
7528
|
-
|
|
10036
|
+
<svg
|
|
10037
|
+
class="pf-v6-svg"
|
|
10038
|
+
viewBox="0 0 20 20"
|
|
10039
|
+
fill="currentColor"
|
|
10040
|
+
aria-hidden="true"
|
|
10041
|
+
role="img"
|
|
10042
|
+
width="1em"
|
|
10043
|
+
height="1em"
|
|
10044
|
+
>
|
|
10045
|
+
<path
|
|
10046
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10047
|
+
/>
|
|
10048
|
+
</svg>
|
|
7529
10049
|
</span>
|
|
7530
10050
|
</button>
|
|
7531
10051
|
</span>
|
|
@@ -7572,7 +10092,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7572
10092
|
aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-static-1-button mixed-labels-dynamic-label-group-example-editable-label-static-1-text"
|
|
7573
10093
|
>
|
|
7574
10094
|
<span class="pf-v6-c-button__icon">
|
|
7575
|
-
|
|
10095
|
+
<svg
|
|
10096
|
+
class="pf-v6-svg"
|
|
10097
|
+
viewBox="0 0 20 20"
|
|
10098
|
+
fill="currentColor"
|
|
10099
|
+
aria-hidden="true"
|
|
10100
|
+
role="img"
|
|
10101
|
+
width="1em"
|
|
10102
|
+
height="1em"
|
|
10103
|
+
>
|
|
10104
|
+
<path
|
|
10105
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10106
|
+
/>
|
|
10107
|
+
</svg>
|
|
7576
10108
|
</span>
|
|
7577
10109
|
</button>
|
|
7578
10110
|
</span>
|
|
@@ -7595,7 +10127,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7595
10127
|
aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-static-2-button mixed-labels-dynamic-label-group-example-editable-label-static-2-text"
|
|
7596
10128
|
>
|
|
7597
10129
|
<span class="pf-v6-c-button__icon">
|
|
7598
|
-
|
|
10130
|
+
<svg
|
|
10131
|
+
class="pf-v6-svg"
|
|
10132
|
+
viewBox="0 0 20 20"
|
|
10133
|
+
fill="currentColor"
|
|
10134
|
+
aria-hidden="true"
|
|
10135
|
+
role="img"
|
|
10136
|
+
width="1em"
|
|
10137
|
+
height="1em"
|
|
10138
|
+
>
|
|
10139
|
+
<path
|
|
10140
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10141
|
+
/>
|
|
10142
|
+
</svg>
|
|
7599
10143
|
</span>
|
|
7600
10144
|
</button>
|
|
7601
10145
|
</span>
|
|
@@ -7623,7 +10167,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7623
10167
|
aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-text"
|
|
7624
10168
|
>
|
|
7625
10169
|
<span class="pf-v6-c-button__icon">
|
|
7626
|
-
|
|
10170
|
+
<svg
|
|
10171
|
+
class="pf-v6-svg"
|
|
10172
|
+
viewBox="0 0 20 20"
|
|
10173
|
+
fill="currentColor"
|
|
10174
|
+
aria-hidden="true"
|
|
10175
|
+
role="img"
|
|
10176
|
+
width="1em"
|
|
10177
|
+
height="1em"
|
|
10178
|
+
>
|
|
10179
|
+
<path
|
|
10180
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10181
|
+
/>
|
|
10182
|
+
</svg>
|
|
7627
10183
|
</span>
|
|
7628
10184
|
</button>
|
|
7629
10185
|
</span>
|
|
@@ -7651,7 +10207,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7651
10207
|
aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-text"
|
|
7652
10208
|
>
|
|
7653
10209
|
<span class="pf-v6-c-button__icon">
|
|
7654
|
-
|
|
10210
|
+
<svg
|
|
10211
|
+
class="pf-v6-svg"
|
|
10212
|
+
viewBox="0 0 20 20"
|
|
10213
|
+
fill="currentColor"
|
|
10214
|
+
aria-hidden="true"
|
|
10215
|
+
role="img"
|
|
10216
|
+
width="1em"
|
|
10217
|
+
height="1em"
|
|
10218
|
+
>
|
|
10219
|
+
<path
|
|
10220
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10221
|
+
/>
|
|
10222
|
+
</svg>
|
|
7655
10223
|
</span>
|
|
7656
10224
|
</button>
|
|
7657
10225
|
</span>
|
|
@@ -7679,7 +10247,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7679
10247
|
aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-text"
|
|
7680
10248
|
>
|
|
7681
10249
|
<span class="pf-v6-c-button__icon">
|
|
7682
|
-
|
|
10250
|
+
<svg
|
|
10251
|
+
class="pf-v6-svg"
|
|
10252
|
+
viewBox="0 0 20 20"
|
|
10253
|
+
fill="currentColor"
|
|
10254
|
+
aria-hidden="true"
|
|
10255
|
+
role="img"
|
|
10256
|
+
width="1em"
|
|
10257
|
+
height="1em"
|
|
10258
|
+
>
|
|
10259
|
+
<path
|
|
10260
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10261
|
+
/>
|
|
10262
|
+
</svg>
|
|
7683
10263
|
</span>
|
|
7684
10264
|
</button>
|
|
7685
10265
|
</span>
|
|
@@ -7868,7 +10448,19 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7868
10448
|
aria-labelledby="-truncated-with-icon-button -truncated-with-icon-text"
|
|
7869
10449
|
>
|
|
7870
10450
|
<span class="pf-v6-c-button__icon">
|
|
7871
|
-
|
|
10451
|
+
<svg
|
|
10452
|
+
class="pf-v6-svg"
|
|
10453
|
+
viewBox="0 0 20 20"
|
|
10454
|
+
fill="currentColor"
|
|
10455
|
+
aria-hidden="true"
|
|
10456
|
+
role="img"
|
|
10457
|
+
width="1em"
|
|
10458
|
+
height="1em"
|
|
10459
|
+
>
|
|
10460
|
+
<path
|
|
10461
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
10462
|
+
/>
|
|
10463
|
+
</svg>
|
|
7872
10464
|
</span>
|
|
7873
10465
|
</button>
|
|
7874
10466
|
</span>
|