@patternfly/patternfly 6.5.0-prerelease.46 → 6.5.0-prerelease.48

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 (83) hide show
  1. package/components/Accordion/accordion.css +1 -1
  2. package/components/Accordion/accordion.scss +1 -1
  3. package/components/Alert/alert.css +2 -1
  4. package/components/Alert/alert.scss +2 -1
  5. package/components/Card/card.css +1 -1
  6. package/components/Card/card.scss +1 -1
  7. package/components/ClipboardCopy/clipboard-copy.css +1 -1
  8. package/components/ClipboardCopy/clipboard-copy.scss +1 -1
  9. package/components/DataList/data-list.css +1 -1
  10. package/components/DataList/data-list.scss +1 -1
  11. package/components/DualListSelector/dual-list-selector.css +1 -1
  12. package/components/DualListSelector/dual-list-selector.scss +1 -1
  13. package/components/ExpandableSection/expandable-section.css +2 -2
  14. package/components/ExpandableSection/expandable-section.scss +2 -2
  15. package/components/Form/form.css +1 -1
  16. package/components/Form/form.scss +1 -1
  17. package/components/JumpLinks/jump-links.css +1 -1
  18. package/components/JumpLinks/jump-links.scss +1 -1
  19. package/components/Nav/nav.css +1 -1
  20. package/components/Nav/nav.scss +1 -1
  21. package/components/NotificationDrawer/notification-drawer.css +1 -1
  22. package/components/NotificationDrawer/notification-drawer.scss +1 -1
  23. package/components/Table/table.css +2 -2
  24. package/components/Table/table.scss +2 -2
  25. package/components/Tabs/tabs.css +2 -2
  26. package/components/Tabs/tabs.scss +2 -2
  27. package/components/Toolbar/toolbar.css +1 -1
  28. package/components/Toolbar/toolbar.scss +1 -1
  29. package/components/TreeView/tree-view.css +1 -1
  30. package/components/TreeView/tree-view.scss +1 -1
  31. package/components/Wizard/wizard.css +1 -1
  32. package/components/Wizard/wizard.scss +1 -1
  33. package/components/_index.css +20 -19
  34. package/docs/components/Accordion/examples/Accordion.md +390 -30
  35. package/docs/components/Alert/examples/Alert.md +494 -38
  36. package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
  37. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  38. package/docs/components/Card/examples/Card.md +52 -4
  39. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +78 -6
  40. package/docs/components/CodeBlock/examples/CodeBlock.md +26 -2
  41. package/docs/components/DataList/examples/DataList.md +221 -17
  42. package/docs/components/DualListSelector/examples/DualListSelector.md +169 -13
  43. package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
  44. package/docs/components/Form/examples/Form.md +78 -6
  45. package/docs/components/Icon/examples/Icon.md +26 -2
  46. package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
  47. package/docs/components/Menu/examples/Menu.md +1456 -112
  48. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +39 -3
  49. package/docs/components/Nav/examples/Navigation.md +710 -62
  50. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +52 -4
  51. package/docs/components/Table/examples/Table.md +819 -63
  52. package/docs/components/Tabs/examples/Tabs.md +321 -213
  53. package/docs/components/TreeView/examples/TreeView.md +1300 -100
  54. package/docs/components/Wizard/examples/Wizard.md +323 -59
  55. package/docs/demos/AboutModal/examples/AboutModal.md +39 -3
  56. package/docs/demos/Alert/examples/Alert.md +182 -14
  57. package/docs/demos/BackToTop/examples/BackToTop.md +39 -3
  58. package/docs/demos/Banner/examples/Banner.md +78 -6
  59. package/docs/demos/Card/examples/Card.md +242 -29
  60. package/docs/demos/CardView/examples/CardView.md +78 -6
  61. package/docs/demos/Compass/examples/Compass.md +71 -35
  62. package/docs/demos/Dashboard/examples/Dashboard.md +104 -8
  63. package/docs/demos/DataList/examples/DataList.md +234 -18
  64. package/docs/demos/DescriptionList/examples/DescriptionList.md +117 -9
  65. package/docs/demos/Drawer/examples/Drawer.md +141 -15
  66. package/docs/demos/Form/examples/BasicForms.md +143 -11
  67. package/docs/demos/JumpLinks/examples/JumpLinks.md +216 -27
  68. package/docs/demos/Masthead/examples/Masthead.md +355 -31
  69. package/docs/demos/Modal/examples/Modal.md +234 -18
  70. package/docs/demos/Nav/examples/Nav.md +320 -32
  71. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +247 -19
  72. package/docs/demos/Page/examples/Page.md +546 -42
  73. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +281 -29
  74. package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
  75. package/docs/demos/Table/examples/Table.md +702 -54
  76. package/docs/demos/Tabs/examples/Tabs.md +238 -22
  77. package/docs/demos/Toolbar/examples/Toolbar.md +78 -6
  78. package/docs/demos/Wizard/examples/Wizard.md +621 -72
  79. package/package.json +1 -1
  80. package/patternfly-no-globals.css +20 -19
  81. package/patternfly.css +20 -19
  82. package/patternfly.min.css +1 -1
  83. package/patternfly.min.css.map +1 -1
@@ -255,7 +255,19 @@ section: components
255
255
  </li>
256
256
  <li class="pf-v6-c-breadcrumb__item">
257
257
  <span class="pf-v6-c-breadcrumb__item-divider">
258
- <i class="fas fa-angle-right" aria-hidden="true"></i>
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="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
269
+ />
270
+ </svg>
259
271
  </span>
260
272
 
261
273
  <a
@@ -265,7 +277,19 @@ section: components
265
277
  </li>
266
278
  <li class="pf-v6-c-breadcrumb__item">
267
279
  <span class="pf-v6-c-breadcrumb__item-divider">
268
- <i class="fas fa-angle-right" aria-hidden="true"></i>
280
+ <svg
281
+ class="pf-v6-svg"
282
+ viewBox="0 0 20 20"
283
+ fill="currentColor"
284
+ aria-hidden="true"
285
+ role="img"
286
+ width="1em"
287
+ height="1em"
288
+ >
289
+ <path
290
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
291
+ />
292
+ </svg>
269
293
  </span>
270
294
 
271
295
  <a
@@ -275,7 +299,19 @@ section: components
275
299
  </li>
276
300
  <li class="pf-v6-c-breadcrumb__item">
277
301
  <span class="pf-v6-c-breadcrumb__item-divider">
278
- <i class="fas fa-angle-right" aria-hidden="true"></i>
302
+ <svg
303
+ class="pf-v6-svg"
304
+ viewBox="0 0 20 20"
305
+ fill="currentColor"
306
+ aria-hidden="true"
307
+ role="img"
308
+ width="1em"
309
+ height="1em"
310
+ >
311
+ <path
312
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
313
+ />
314
+ </svg>
279
315
  </span>
280
316
 
281
317
  <a
@@ -1007,7 +1043,19 @@ section: components
1007
1043
  </li>
1008
1044
  <li class="pf-v6-c-breadcrumb__item">
1009
1045
  <span class="pf-v6-c-breadcrumb__item-divider">
1010
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1046
+ <svg
1047
+ class="pf-v6-svg"
1048
+ viewBox="0 0 20 20"
1049
+ fill="currentColor"
1050
+ aria-hidden="true"
1051
+ role="img"
1052
+ width="1em"
1053
+ height="1em"
1054
+ >
1055
+ <path
1056
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1057
+ />
1058
+ </svg>
1011
1059
  </span>
1012
1060
 
1013
1061
  <a
@@ -1017,7 +1065,19 @@ section: components
1017
1065
  </li>
1018
1066
  <li class="pf-v6-c-breadcrumb__item">
1019
1067
  <span class="pf-v6-c-breadcrumb__item-divider">
1020
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1068
+ <svg
1069
+ class="pf-v6-svg"
1070
+ viewBox="0 0 20 20"
1071
+ fill="currentColor"
1072
+ aria-hidden="true"
1073
+ role="img"
1074
+ width="1em"
1075
+ height="1em"
1076
+ >
1077
+ <path
1078
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1079
+ />
1080
+ </svg>
1021
1081
  </span>
1022
1082
 
1023
1083
  <a
@@ -1027,7 +1087,19 @@ section: components
1027
1087
  </li>
1028
1088
  <li class="pf-v6-c-breadcrumb__item">
1029
1089
  <span class="pf-v6-c-breadcrumb__item-divider">
1030
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1090
+ <svg
1091
+ class="pf-v6-svg"
1092
+ viewBox="0 0 20 20"
1093
+ fill="currentColor"
1094
+ aria-hidden="true"
1095
+ role="img"
1096
+ width="1em"
1097
+ height="1em"
1098
+ >
1099
+ <path
1100
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1101
+ />
1102
+ </svg>
1031
1103
  </span>
1032
1104
 
1033
1105
  <a
@@ -1759,7 +1831,19 @@ section: components
1759
1831
  </li>
1760
1832
  <li class="pf-v6-c-breadcrumb__item">
1761
1833
  <span class="pf-v6-c-breadcrumb__item-divider">
1762
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1834
+ <svg
1835
+ class="pf-v6-svg"
1836
+ viewBox="0 0 20 20"
1837
+ fill="currentColor"
1838
+ aria-hidden="true"
1839
+ role="img"
1840
+ width="1em"
1841
+ height="1em"
1842
+ >
1843
+ <path
1844
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1845
+ />
1846
+ </svg>
1763
1847
  </span>
1764
1848
 
1765
1849
  <a
@@ -1769,7 +1853,19 @@ section: components
1769
1853
  </li>
1770
1854
  <li class="pf-v6-c-breadcrumb__item">
1771
1855
  <span class="pf-v6-c-breadcrumb__item-divider">
1772
- <i class="fas fa-angle-right" aria-hidden="true"></i>
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="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1867
+ />
1868
+ </svg>
1773
1869
  </span>
1774
1870
 
1775
1871
  <a
@@ -1779,7 +1875,19 @@ section: components
1779
1875
  </li>
1780
1876
  <li class="pf-v6-c-breadcrumb__item">
1781
1877
  <span class="pf-v6-c-breadcrumb__item-divider">
1782
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1878
+ <svg
1879
+ class="pf-v6-svg"
1880
+ viewBox="0 0 20 20"
1881
+ fill="currentColor"
1882
+ aria-hidden="true"
1883
+ role="img"
1884
+ width="1em"
1885
+ height="1em"
1886
+ >
1887
+ <path
1888
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
1889
+ />
1890
+ </svg>
1783
1891
  </span>
1784
1892
 
1785
1893
  <a
@@ -2514,7 +2622,19 @@ section: components
2514
2622
  </li>
2515
2623
  <li class="pf-v6-c-breadcrumb__item">
2516
2624
  <span class="pf-v6-c-breadcrumb__item-divider">
2517
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2625
+ <svg
2626
+ class="pf-v6-svg"
2627
+ viewBox="0 0 20 20"
2628
+ fill="currentColor"
2629
+ aria-hidden="true"
2630
+ role="img"
2631
+ width="1em"
2632
+ height="1em"
2633
+ >
2634
+ <path
2635
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2636
+ />
2637
+ </svg>
2518
2638
  </span>
2519
2639
 
2520
2640
  <a
@@ -2524,7 +2644,19 @@ section: components
2524
2644
  </li>
2525
2645
  <li class="pf-v6-c-breadcrumb__item">
2526
2646
  <span class="pf-v6-c-breadcrumb__item-divider">
2527
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2647
+ <svg
2648
+ class="pf-v6-svg"
2649
+ viewBox="0 0 20 20"
2650
+ fill="currentColor"
2651
+ aria-hidden="true"
2652
+ role="img"
2653
+ width="1em"
2654
+ height="1em"
2655
+ >
2656
+ <path
2657
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2658
+ />
2659
+ </svg>
2528
2660
  </span>
2529
2661
 
2530
2662
  <a
@@ -2534,7 +2666,19 @@ section: components
2534
2666
  </li>
2535
2667
  <li class="pf-v6-c-breadcrumb__item">
2536
2668
  <span class="pf-v6-c-breadcrumb__item-divider">
2537
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2669
+ <svg
2670
+ class="pf-v6-svg"
2671
+ viewBox="0 0 20 20"
2672
+ fill="currentColor"
2673
+ aria-hidden="true"
2674
+ role="img"
2675
+ width="1em"
2676
+ height="1em"
2677
+ >
2678
+ <path
2679
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2680
+ />
2681
+ </svg>
2538
2682
  </span>
2539
2683
 
2540
2684
  <a
@@ -3264,7 +3408,19 @@ section: components
3264
3408
  </li>
3265
3409
  <li class="pf-v6-c-breadcrumb__item">
3266
3410
  <span class="pf-v6-c-breadcrumb__item-divider">
3267
- <i class="fas fa-angle-right" aria-hidden="true"></i>
3411
+ <svg
3412
+ class="pf-v6-svg"
3413
+ viewBox="0 0 20 20"
3414
+ fill="currentColor"
3415
+ aria-hidden="true"
3416
+ role="img"
3417
+ width="1em"
3418
+ height="1em"
3419
+ >
3420
+ <path
3421
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
3422
+ />
3423
+ </svg>
3268
3424
  </span>
3269
3425
 
3270
3426
  <a
@@ -3274,7 +3430,19 @@ section: components
3274
3430
  </li>
3275
3431
  <li class="pf-v6-c-breadcrumb__item">
3276
3432
  <span class="pf-v6-c-breadcrumb__item-divider">
3277
- <i class="fas fa-angle-right" aria-hidden="true"></i>
3433
+ <svg
3434
+ class="pf-v6-svg"
3435
+ viewBox="0 0 20 20"
3436
+ fill="currentColor"
3437
+ aria-hidden="true"
3438
+ role="img"
3439
+ width="1em"
3440
+ height="1em"
3441
+ >
3442
+ <path
3443
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
3444
+ />
3445
+ </svg>
3278
3446
  </span>
3279
3447
 
3280
3448
  <a
@@ -3284,7 +3452,19 @@ section: components
3284
3452
  </li>
3285
3453
  <li class="pf-v6-c-breadcrumb__item">
3286
3454
  <span class="pf-v6-c-breadcrumb__item-divider">
3287
- <i class="fas fa-angle-right" aria-hidden="true"></i>
3455
+ <svg
3456
+ class="pf-v6-svg"
3457
+ viewBox="0 0 20 20"
3458
+ fill="currentColor"
3459
+ aria-hidden="true"
3460
+ role="img"
3461
+ width="1em"
3462
+ height="1em"
3463
+ >
3464
+ <path
3465
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
3466
+ />
3467
+ </svg>
3288
3468
  </span>
3289
3469
 
3290
3470
  <a
@@ -3385,7 +3565,19 @@ section: components
3385
3565
  <span
3386
3566
  class="pf-v6-c-notification-drawer__group-toggle-icon"
3387
3567
  >
3388
- <i class="fas fa-angle-right" aria-hidden="true"></i>
3568
+ <svg
3569
+ class="pf-v6-svg"
3570
+ viewBox="0 0 20 20"
3571
+ fill="currentColor"
3572
+ aria-hidden="true"
3573
+ role="img"
3574
+ width="1em"
3575
+ height="1em"
3576
+ >
3577
+ <path
3578
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
3579
+ />
3580
+ </svg>
3389
3581
  </span>
3390
3582
  </button>
3391
3583
  </h1>
@@ -3849,7 +4041,19 @@ section: components
3849
4041
  <span
3850
4042
  class="pf-v6-c-notification-drawer__group-toggle-icon"
3851
4043
  >
3852
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4044
+ <svg
4045
+ class="pf-v6-svg"
4046
+ viewBox="0 0 20 20"
4047
+ fill="currentColor"
4048
+ aria-hidden="true"
4049
+ role="img"
4050
+ width="1em"
4051
+ height="1em"
4052
+ >
4053
+ <path
4054
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
4055
+ />
4056
+ </svg>
3853
4057
  </span>
3854
4058
  </button>
3855
4059
  </h1>
@@ -4307,7 +4511,19 @@ section: components
4307
4511
  <span
4308
4512
  class="pf-v6-c-notification-drawer__group-toggle-icon"
4309
4513
  >
4310
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4514
+ <svg
4515
+ class="pf-v6-svg"
4516
+ viewBox="0 0 20 20"
4517
+ fill="currentColor"
4518
+ aria-hidden="true"
4519
+ role="img"
4520
+ width="1em"
4521
+ height="1em"
4522
+ >
4523
+ <path
4524
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
4525
+ />
4526
+ </svg>
4311
4527
  </span>
4312
4528
  </button>
4313
4529
  </h1>
@@ -4769,7 +4985,19 @@ section: components
4769
4985
  <span
4770
4986
  class="pf-v6-c-notification-drawer__group-toggle-icon"
4771
4987
  >
4772
- <i class="fas fa-angle-right" aria-hidden="true"></i>
4988
+ <svg
4989
+ class="pf-v6-svg"
4990
+ viewBox="0 0 20 20"
4991
+ fill="currentColor"
4992
+ aria-hidden="true"
4993
+ role="img"
4994
+ width="1em"
4995
+ height="1em"
4996
+ >
4997
+ <path
4998
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
4999
+ />
5000
+ </svg>
4773
5001
  </span>
4774
5002
  </button>
4775
5003
  </h1>