@patternfly/patternfly 6.6.0-prerelease.26 → 6.6.0-prerelease.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/components/Button/button.css +2 -3
  2. package/components/Button/button.scss +3 -4
  3. package/components/Label/label.css +9 -3
  4. package/components/Label/label.scss +9 -3
  5. package/components/_index.css +11 -6
  6. package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
  7. package/docs/components/DataList/examples/DataList.md +143 -11
  8. package/docs/components/DatePicker/examples/DatePicker.md +26 -2
  9. package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
  10. package/docs/components/DualListSelector/examples/DualListSelector.md +270 -54
  11. package/docs/components/EmptyState/examples/EmptyState.md +12 -12
  12. package/docs/components/FileUpload/examples/FileUpload.md +26 -2
  13. package/docs/components/Form/examples/Form.md +104 -8
  14. package/docs/components/FormControl/examples/FormControl.md +260 -20
  15. package/docs/components/HelperText/examples/HelperText.md +139 -11
  16. package/docs/components/Icon/examples/Icon.md +403 -31
  17. package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
  18. package/docs/components/InputGroup/examples/InputGroup.md +19 -7
  19. package/docs/components/Label/examples/Label.md +4029 -765
  20. package/docs/components/List/examples/List.md +78 -6
  21. package/docs/components/Login/examples/Login.md +104 -8
  22. package/docs/components/Menu/examples/Menu.md +221 -17
  23. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
  24. package/docs/components/NumberInput/examples/NumberInput.md +301 -25
  25. package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
  26. package/docs/components/Switch/examples/Switch.md +52 -4
  27. package/docs/components/Table/examples/Table.md +936 -72
  28. package/docs/components/TextInputGroup/examples/TextInputGroup.md +309 -81
  29. package/docs/components/Toolbar/examples/Toolbar.md +117 -9
  30. package/docs/components/TreeView/examples/TreeView.md +186 -18
  31. package/docs/components/Wizard/examples/Wizard.md +325 -25
  32. package/docs/demos/Alert/examples/Alert.md +149 -26
  33. package/docs/demos/Card/examples/Card.md +280 -34
  34. package/docs/demos/Dashboard/examples/Dashboard.md +72 -18
  35. package/docs/demos/DataList/examples/DataList.md +26 -2
  36. package/docs/demos/Form/examples/BasicForms.md +56 -8
  37. package/docs/demos/HelperText/examples/HelperText.md +104 -8
  38. package/docs/demos/Masthead/examples/Masthead.md +52 -4
  39. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
  40. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +52 -4
  41. package/docs/demos/Table/examples/Table.md +247 -19
  42. package/docs/demos/Toolbar/examples/Toolbar.md +103 -10
  43. package/docs/demos/Wizard/examples/Wizard.md +117 -9
  44. package/package.json +1 -1
  45. package/patternfly-no-globals.css +11 -6
  46. package/patternfly.css +11 -6
  47. package/patternfly.min.css +1 -1
  48. package/patternfly.min.css.map +1 -1
@@ -12,7 +12,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
12
12
  <div class="pf-v6-c-multiple-file-upload__main">
13
13
  <div class="pf-v6-c-multiple-file-upload__title">
14
14
  <div class="pf-v6-c-multiple-file-upload__title-icon">
15
- <i class="fas fa-upload" aria-hidden="true"></i>
15
+ <svg
16
+ class="pf-v6-svg"
17
+ fill="currentColor"
18
+ viewBox="0 0 32 32"
19
+ aria-hidden="true"
20
+ role="img"
21
+ width="1em"
22
+ height="1em"
23
+ >
24
+ <path
25
+ d="M11.293 6.707a.999.999 0 0 1 0-1.414l3.646-3.646a1.501 1.501 0 0 1 2.121 0l3.646 3.646a.999.999 0 1 1-1.414 1.414l-2.293-2.293V12a1 1 0 0 1-2 0V4.414l-2.293 2.293a.999.999 0 0 1-1.414 0ZM31 17.5v11c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-11c0-.827.673-1.5 1.5-1.5h27c.827 0 1.5.673 1.5 1.5ZM14.125 23c0-.621-.504-1.125-1.125-1.125H8a1.125 1.125 0 0 0 0 2.25h5c.621 0 1.125-.504 1.125-1.125Zm10.755.016a1.874 1.874 0 1 0-3.749-.001 1.874 1.874 0 0 0 3.749.001Z"
26
+ />
27
+ </svg>
16
28
  </div>
17
29
  <div class="pf-v6-c-multiple-file-upload__title-text">
18
30
  Drag and drop files here
@@ -39,7 +51,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
39
51
  <div class="pf-v6-c-multiple-file-upload__main">
40
52
  <div class="pf-v6-c-multiple-file-upload__title">
41
53
  <div class="pf-v6-c-multiple-file-upload__title-icon">
42
- <i class="fas fa-upload" aria-hidden="true"></i>
54
+ <svg
55
+ class="pf-v6-svg"
56
+ fill="currentColor"
57
+ viewBox="0 0 32 32"
58
+ aria-hidden="true"
59
+ role="img"
60
+ width="1em"
61
+ height="1em"
62
+ >
63
+ <path
64
+ d="M11.293 6.707a.999.999 0 0 1 0-1.414l3.646-3.646a1.501 1.501 0 0 1 2.121 0l3.646 3.646a.999.999 0 1 1-1.414 1.414l-2.293-2.293V12a1 1 0 0 1-2 0V4.414l-2.293 2.293a.999.999 0 0 1-1.414 0ZM31 17.5v11c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-11c0-.827.673-1.5 1.5-1.5h27c.827 0 1.5.673 1.5 1.5ZM14.125 23c0-.621-.504-1.125-1.125-1.125H8a1.125 1.125 0 0 0 0 2.25h5c.621 0 1.125-.504 1.125-1.125Zm10.755.016a1.874 1.874 0 1 0-3.749-.001 1.874 1.874 0 0 0 3.749.001Z"
65
+ />
66
+ </svg>
43
67
  </div>
44
68
  <div class="pf-v6-c-multiple-file-upload__title-text">
45
69
  Drag and drop files here
@@ -66,7 +90,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
66
90
  <div class="pf-v6-c-multiple-file-upload__main">
67
91
  <div class="pf-v6-c-multiple-file-upload__title">
68
92
  <div class="pf-v6-c-multiple-file-upload__title-icon">
69
- <i class="fas fa-upload" aria-hidden="true"></i>
93
+ <svg
94
+ class="pf-v6-svg"
95
+ fill="currentColor"
96
+ viewBox="0 0 32 32"
97
+ aria-hidden="true"
98
+ role="img"
99
+ width="1em"
100
+ height="1em"
101
+ >
102
+ <path
103
+ d="M11.293 6.707a.999.999 0 0 1 0-1.414l3.646-3.646a1.501 1.501 0 0 1 2.121 0l3.646 3.646a.999.999 0 1 1-1.414 1.414l-2.293-2.293V12a1 1 0 0 1-2 0V4.414l-2.293 2.293a.999.999 0 0 1-1.414 0ZM31 17.5v11c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-11c0-.827.673-1.5 1.5-1.5h27c.827 0 1.5.673 1.5 1.5ZM14.125 23c0-.621-.504-1.125-1.125-1.125H8a1.125 1.125 0 0 0 0 2.25h5c.621 0 1.125-.504 1.125-1.125Zm10.755.016a1.874 1.874 0 1 0-3.749-.001 1.874 1.874 0 0 0 3.749.001Z"
104
+ />
105
+ </svg>
70
106
  </div>
71
107
  <div class="pf-v6-c-multiple-file-upload__title-text">
72
108
  Drag and drop files here
@@ -93,7 +129,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
93
129
  <div class="pf-v6-c-multiple-file-upload__main">
94
130
  <div class="pf-v6-c-multiple-file-upload__title">
95
131
  <div class="pf-v6-c-multiple-file-upload__title-icon">
96
- <i class="fas fa-upload" aria-hidden="true"></i>
132
+ <svg
133
+ class="pf-v6-svg"
134
+ fill="currentColor"
135
+ viewBox="0 0 32 32"
136
+ aria-hidden="true"
137
+ role="img"
138
+ width="1em"
139
+ height="1em"
140
+ >
141
+ <path
142
+ d="M11.293 6.707a.999.999 0 0 1 0-1.414l3.646-3.646a1.501 1.501 0 0 1 2.121 0l3.646 3.646a.999.999 0 1 1-1.414 1.414l-2.293-2.293V12a1 1 0 0 1-2 0V4.414l-2.293 2.293a.999.999 0 0 1-1.414 0ZM31 17.5v11c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-11c0-.827.673-1.5 1.5-1.5h27c.827 0 1.5.673 1.5 1.5ZM14.125 23c0-.621-.504-1.125-1.125-1.125H8a1.125 1.125 0 0 0 0 2.25h5c.621 0 1.125-.504 1.125-1.125Zm10.755.016a1.874 1.874 0 1 0-3.749-.001 1.874 1.874 0 0 0 3.749.001Z"
143
+ />
144
+ </svg>
97
145
  </div>
98
146
  <div class="pf-v6-c-multiple-file-upload__title-text">
99
147
  Drag and drop files here
@@ -120,7 +168,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
120
168
  <div class="pf-v6-c-multiple-file-upload__main">
121
169
  <div class="pf-v6-c-multiple-file-upload__title">
122
170
  <div class="pf-v6-c-multiple-file-upload__title-icon">
123
- <i class="fas fa-upload" aria-hidden="true"></i>
171
+ <svg
172
+ class="pf-v6-svg"
173
+ fill="currentColor"
174
+ viewBox="0 0 32 32"
175
+ aria-hidden="true"
176
+ role="img"
177
+ width="1em"
178
+ height="1em"
179
+ >
180
+ <path
181
+ d="M11.293 6.707a.999.999 0 0 1 0-1.414l3.646-3.646a1.501 1.501 0 0 1 2.121 0l3.646 3.646a.999.999 0 1 1-1.414 1.414l-2.293-2.293V12a1 1 0 0 1-2 0V4.414l-2.293 2.293a.999.999 0 0 1-1.414 0ZM31 17.5v11c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-11c0-.827.673-1.5 1.5-1.5h27c.827 0 1.5.673 1.5 1.5ZM14.125 23c0-.621-.504-1.125-1.125-1.125H8a1.125 1.125 0 0 0 0 2.25h5c.621 0 1.125-.504 1.125-1.125Zm10.755.016a1.874 1.874 0 1 0-3.749-.001 1.874 1.874 0 0 0 3.749.001Z"
182
+ />
183
+ </svg>
124
184
  </div>
125
185
  <div class="pf-v6-c-multiple-file-upload__title-text">
126
186
  Drag and drop files here
@@ -165,7 +225,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
165
225
  <span class="pf-v6-c-button__text">
166
226
  <div class="pf-v6-c-multiple-file-upload__status-progress">
167
227
  <div class="pf-v6-c-multiple-file-upload__status-progress-icon">
168
- <i class="fas fa-spinner" aria-hidden="true"></i>
228
+ <svg
229
+ class="pf-v6-svg"
230
+ fill="currentColor"
231
+ viewBox="0 0 32 32"
232
+ aria-hidden="true"
233
+ role="img"
234
+ width="1em"
235
+ height="1em"
236
+ >
237
+ <path
238
+ d="M31 16c0 8.271-6.729 15-15 15-.806 0-1.614-.064-2.401-.191a1 1 0 0 1 .318-1.974c.683.11 1.384.166 2.083.166 7.168 0 13-5.832 13-13S23.168 3 16 3a1 1 0 1 1 0-2c8.271 0 15 6.729 15 15ZM5.299 23.384a1 1 0 1 0-1.645 1.138 15.011 15.011 0 0 0 3.824 3.824.997.997 0 0 0 1.39-.253 1 1 0 0 0-.254-1.391 13.037 13.037 0 0 1-3.316-3.317ZM2 15a1 1 0 0 0-1 1c0 .802.064 1.61.191 2.401a1 1 0 1 0 1.974-.318A13.199 13.199 0 0 1 2.999 16a1 1 0 0 0-1-1Z"
239
+ />
240
+ </svg>
169
241
  </div>
170
242
  <div
171
243
  class="pf-v6-c-multiple-file-upload__status-progress-text"
@@ -184,7 +256,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
184
256
  <ul class="pf-v6-c-multiple-file-upload__status-list" role="list">
185
257
  <li class="pf-v6-c-multiple-file-upload__status-item">
186
258
  <div class="pf-v6-c-multiple-file-upload__status-item-icon">
187
- <i class="fas fa-file" aria-hidden="true"></i>
259
+ <svg
260
+ class="pf-v6-svg"
261
+ fill="currentColor"
262
+ viewBox="0 0 32 32"
263
+ aria-hidden="true"
264
+ role="img"
265
+ width="1em"
266
+ height="1em"
267
+ >
268
+ <path
269
+ d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
270
+ />
271
+ </svg>
188
272
  </div>
189
273
  <div class="pf-v6-c-multiple-file-upload__status-item-main">
190
274
  <div
@@ -247,7 +331,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
247
331
  </li>
248
332
  <li class="pf-v6-c-multiple-file-upload__status-item">
249
333
  <div class="pf-v6-c-multiple-file-upload__status-item-icon">
250
- <i class="fas fa-file" aria-hidden="true"></i>
334
+ <svg
335
+ class="pf-v6-svg"
336
+ fill="currentColor"
337
+ viewBox="0 0 32 32"
338
+ aria-hidden="true"
339
+ role="img"
340
+ width="1em"
341
+ height="1em"
342
+ >
343
+ <path
344
+ d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
345
+ />
346
+ </svg>
251
347
  </div>
252
348
  <div class="pf-v6-c-multiple-file-upload__status-item-main">
253
349
  <div
@@ -310,7 +406,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
310
406
  </li>
311
407
  <li class="pf-v6-c-multiple-file-upload__status-item">
312
408
  <div class="pf-v6-c-multiple-file-upload__status-item-icon">
313
- <i class="fas fa-file" aria-hidden="true"></i>
409
+ <svg
410
+ class="pf-v6-svg"
411
+ fill="currentColor"
412
+ viewBox="0 0 32 32"
413
+ aria-hidden="true"
414
+ role="img"
415
+ width="1em"
416
+ height="1em"
417
+ >
418
+ <path
419
+ d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
420
+ />
421
+ </svg>
314
422
  </div>
315
423
  <div class="pf-v6-c-multiple-file-upload__status-item-main">
316
424
  <div
@@ -386,7 +494,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
386
494
  <div class="pf-v6-c-multiple-file-upload__main">
387
495
  <div class="pf-v6-c-multiple-file-upload__title">
388
496
  <div class="pf-v6-c-multiple-file-upload__title-icon">
389
- <i class="fas fa-upload" aria-hidden="true"></i>
497
+ <svg
498
+ class="pf-v6-svg"
499
+ fill="currentColor"
500
+ viewBox="0 0 32 32"
501
+ aria-hidden="true"
502
+ role="img"
503
+ width="1em"
504
+ height="1em"
505
+ >
506
+ <path
507
+ d="M11.293 6.707a.999.999 0 0 1 0-1.414l3.646-3.646a1.501 1.501 0 0 1 2.121 0l3.646 3.646a.999.999 0 1 1-1.414 1.414l-2.293-2.293V12a1 1 0 0 1-2 0V4.414l-2.293 2.293a.999.999 0 0 1-1.414 0ZM31 17.5v11c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-11c0-.827.673-1.5 1.5-1.5h27c.827 0 1.5.673 1.5 1.5ZM14.125 23c0-.621-.504-1.125-1.125-1.125H8a1.125 1.125 0 0 0 0 2.25h5c.621 0 1.125-.504 1.125-1.125Zm10.755.016a1.874 1.874 0 1 0-3.749-.001 1.874 1.874 0 0 0 3.749.001Z"
508
+ />
509
+ </svg>
390
510
  </div>
391
511
  <div class="pf-v6-c-multiple-file-upload__title-text">
392
512
  Drag and drop files here
@@ -431,7 +551,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
431
551
  <span class="pf-v6-c-button__text">
432
552
  <div class="pf-v6-c-multiple-file-upload__status-progress">
433
553
  <div class="pf-v6-c-multiple-file-upload__status-progress-icon">
434
- <i class="fas fa-spinner" aria-hidden="true"></i>
554
+ <svg
555
+ class="pf-v6-svg"
556
+ fill="currentColor"
557
+ viewBox="0 0 32 32"
558
+ aria-hidden="true"
559
+ role="img"
560
+ width="1em"
561
+ height="1em"
562
+ >
563
+ <path
564
+ d="M31 16c0 8.271-6.729 15-15 15-.806 0-1.614-.064-2.401-.191a1 1 0 0 1 .318-1.974c.683.11 1.384.166 2.083.166 7.168 0 13-5.832 13-13S23.168 3 16 3a1 1 0 1 1 0-2c8.271 0 15 6.729 15 15ZM5.299 23.384a1 1 0 1 0-1.645 1.138 15.011 15.011 0 0 0 3.824 3.824.997.997 0 0 0 1.39-.253 1 1 0 0 0-.254-1.391 13.037 13.037 0 0 1-3.316-3.317ZM2 15a1 1 0 0 0-1 1c0 .802.064 1.61.191 2.401a1 1 0 1 0 1.974-.318A13.199 13.199 0 0 1 2.999 16a1 1 0 0 0-1-1Z"
565
+ />
566
+ </svg>
435
567
  </div>
436
568
  <div
437
569
  class="pf-v6-c-multiple-file-upload__status-progress-text"
@@ -449,7 +581,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
449
581
  <ul class="pf-v6-c-multiple-file-upload__status-list" role="list">
450
582
  <li class="pf-v6-c-multiple-file-upload__status-item">
451
583
  <div class="pf-v6-c-multiple-file-upload__status-item-icon">
452
- <i class="fas fa-file" aria-hidden="true"></i>
584
+ <svg
585
+ class="pf-v6-svg"
586
+ fill="currentColor"
587
+ viewBox="0 0 32 32"
588
+ aria-hidden="true"
589
+ role="img"
590
+ width="1em"
591
+ height="1em"
592
+ >
593
+ <path
594
+ d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
595
+ />
596
+ </svg>
453
597
  </div>
454
598
  <div class="pf-v6-c-multiple-file-upload__status-item-main">
455
599
  <div
@@ -512,7 +656,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
512
656
  </li>
513
657
  <li class="pf-v6-c-multiple-file-upload__status-item">
514
658
  <div class="pf-v6-c-multiple-file-upload__status-item-icon">
515
- <i class="fas fa-file" aria-hidden="true"></i>
659
+ <svg
660
+ class="pf-v6-svg"
661
+ fill="currentColor"
662
+ viewBox="0 0 32 32"
663
+ aria-hidden="true"
664
+ role="img"
665
+ width="1em"
666
+ height="1em"
667
+ >
668
+ <path
669
+ d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
670
+ />
671
+ </svg>
516
672
  </div>
517
673
  <div class="pf-v6-c-multiple-file-upload__status-item-main">
518
674
  <div
@@ -575,7 +731,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
575
731
  </li>
576
732
  <li class="pf-v6-c-multiple-file-upload__status-item">
577
733
  <div class="pf-v6-c-multiple-file-upload__status-item-icon">
578
- <i class="fas fa-file" aria-hidden="true"></i>
734
+ <svg
735
+ class="pf-v6-svg"
736
+ fill="currentColor"
737
+ viewBox="0 0 32 32"
738
+ aria-hidden="true"
739
+ role="img"
740
+ width="1em"
741
+ height="1em"
742
+ >
743
+ <path
744
+ d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
745
+ />
746
+ </svg>
579
747
  </div>
580
748
  <div class="pf-v6-c-multiple-file-upload__status-item-main">
581
749
  <div
@@ -651,7 +819,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
651
819
  <div class="pf-v6-c-multiple-file-upload__main">
652
820
  <div class="pf-v6-c-multiple-file-upload__title">
653
821
  <div class="pf-v6-c-multiple-file-upload__title-icon">
654
- <i class="fas fa-upload" aria-hidden="true"></i>
822
+ <svg
823
+ class="pf-v6-svg"
824
+ fill="currentColor"
825
+ viewBox="0 0 32 32"
826
+ aria-hidden="true"
827
+ role="img"
828
+ width="1em"
829
+ height="1em"
830
+ >
831
+ <path
832
+ d="M11.293 6.707a.999.999 0 0 1 0-1.414l3.646-3.646a1.501 1.501 0 0 1 2.121 0l3.646 3.646a.999.999 0 1 1-1.414 1.414l-2.293-2.293V12a1 1 0 0 1-2 0V4.414l-2.293 2.293a.999.999 0 0 1-1.414 0ZM31 17.5v11c0 .827-.673 1.5-1.5 1.5h-27c-.827 0-1.5-.673-1.5-1.5v-11c0-.827.673-1.5 1.5-1.5h27c.827 0 1.5.673 1.5 1.5ZM14.125 23c0-.621-.504-1.125-1.125-1.125H8a1.125 1.125 0 0 0 0 2.25h5c.621 0 1.125-.504 1.125-1.125Zm10.755.016a1.874 1.874 0 1 0-3.749-.001 1.874 1.874 0 0 0 3.749.001Z"
833
+ />
834
+ </svg>
655
835
  </div>
656
836
  <div class="pf-v6-c-multiple-file-upload__title-text">
657
837
  Drag and drop files here
@@ -696,7 +876,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
696
876
  <span class="pf-v6-c-button__text">
697
877
  <div class="pf-v6-c-multiple-file-upload__status-progress">
698
878
  <div class="pf-v6-c-multiple-file-upload__status-progress-icon">
699
- <i class="fas fa-spinner" aria-hidden="true"></i>
879
+ <svg
880
+ class="pf-v6-svg"
881
+ fill="currentColor"
882
+ viewBox="0 0 32 32"
883
+ aria-hidden="true"
884
+ role="img"
885
+ width="1em"
886
+ height="1em"
887
+ >
888
+ <path
889
+ d="M31 16c0 8.271-6.729 15-15 15-.806 0-1.614-.064-2.401-.191a1 1 0 0 1 .318-1.974c.683.11 1.384.166 2.083.166 7.168 0 13-5.832 13-13S23.168 3 16 3a1 1 0 1 1 0-2c8.271 0 15 6.729 15 15ZM5.299 23.384a1 1 0 1 0-1.645 1.138 15.011 15.011 0 0 0 3.824 3.824.997.997 0 0 0 1.39-.253 1 1 0 0 0-.254-1.391 13.037 13.037 0 0 1-3.316-3.317ZM2 15a1 1 0 0 0-1 1c0 .802.064 1.61.191 2.401a1 1 0 1 0 1.974-.318A13.199 13.199 0 0 1 2.999 16a1 1 0 0 0-1-1Z"
890
+ />
891
+ </svg>
700
892
  </div>
701
893
  <div
702
894
  class="pf-v6-c-multiple-file-upload__status-progress-text"
@@ -714,7 +906,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
714
906
  <ul class="pf-v6-c-multiple-file-upload__status-list" role="list">
715
907
  <li class="pf-v6-c-multiple-file-upload__status-item">
716
908
  <div class="pf-v6-c-multiple-file-upload__status-item-icon">
717
- <i class="fas fa-file" aria-hidden="true"></i>
909
+ <svg
910
+ class="pf-v6-svg"
911
+ fill="currentColor"
912
+ viewBox="0 0 32 32"
913
+ aria-hidden="true"
914
+ role="img"
915
+ width="1em"
916
+ height="1em"
917
+ >
918
+ <path
919
+ d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
920
+ />
921
+ </svg>
718
922
  </div>
719
923
  <div class="pf-v6-c-multiple-file-upload__status-item-main">
720
924
  <div
@@ -777,7 +981,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
777
981
  </li>
778
982
  <li class="pf-v6-c-multiple-file-upload__status-item">
779
983
  <div class="pf-v6-c-multiple-file-upload__status-item-icon">
780
- <i class="fas fa-file" aria-hidden="true"></i>
984
+ <svg
985
+ class="pf-v6-svg"
986
+ fill="currentColor"
987
+ viewBox="0 0 32 32"
988
+ aria-hidden="true"
989
+ role="img"
990
+ width="1em"
991
+ height="1em"
992
+ >
993
+ <path
994
+ d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
995
+ />
996
+ </svg>
781
997
  </div>
782
998
  <div class="pf-v6-c-multiple-file-upload__status-item-main">
783
999
  <div
@@ -840,7 +1056,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
840
1056
  </li>
841
1057
  <li class="pf-v6-c-multiple-file-upload__status-item">
842
1058
  <div class="pf-v6-c-multiple-file-upload__status-item-icon">
843
- <i class="fas fa-file" aria-hidden="true"></i>
1059
+ <svg
1060
+ class="pf-v6-svg"
1061
+ fill="currentColor"
1062
+ viewBox="0 0 32 32"
1063
+ aria-hidden="true"
1064
+ role="img"
1065
+ width="1em"
1066
+ height="1em"
1067
+ >
1068
+ <path
1069
+ d="M4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6ZM26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25Z"
1070
+ />
1071
+ </svg>
844
1072
  </div>
845
1073
  <div class="pf-v6-c-multiple-file-upload__status-item-main">
846
1074
  <div