@patternfly/patternfly 6.6.0-prerelease.8 → 6.6.0

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 (66) hide show
  1. package/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
  2. package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
  3. package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
  4. package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
  5. package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
  6. package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
  7. package/assets/images/pf-logo-avatar.jpg +0 -0
  8. package/base/patternfly-fonts.css +4 -4
  9. package/base/patternfly-fonts.scss +4 -4
  10. package/base/patternfly-variables.css +6 -6
  11. package/base/tokens/tokens-charts-dark.scss +1 -1
  12. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  13. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  14. package/base/tokens/tokens-charts.scss +1 -1
  15. package/base/tokens/tokens-dark.scss +1 -1
  16. package/base/tokens/tokens-default.scss +4 -4
  17. package/base/tokens/tokens-felt-dark.scss +1 -1
  18. package/base/tokens/tokens-felt-glass-dark.scss +1 -1
  19. package/base/tokens/tokens-felt-glass.scss +1 -1
  20. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  21. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  22. package/base/tokens/tokens-felt.scss +1 -1
  23. package/base/tokens/tokens-glass-dark.scss +1 -1
  24. package/base/tokens/tokens-glass.scss +1 -1
  25. package/base/tokens/tokens-highcontrast-dark.scss +1 -1
  26. package/base/tokens/tokens-highcontrast.scss +4 -4
  27. package/base/tokens/tokens-palette.scss +1 -1
  28. package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
  29. package/components/Alert/alert.css +1 -0
  30. package/components/Alert/alert.scss +1 -0
  31. package/components/Avatar/avatar.css +54 -51
  32. package/components/Avatar/avatar.scss +82 -81
  33. package/components/Banner/banner.css +7 -0
  34. package/components/Banner/banner.scss +7 -0
  35. package/components/Button/button.css +15 -1
  36. package/components/Button/button.scss +17 -1
  37. package/components/DragDrop/drag-drop.css +4 -0
  38. package/components/DragDrop/drag-drop.scss +4 -0
  39. package/components/Page/page.css +7 -5
  40. package/components/Page/page.scss +9 -8
  41. package/components/Panel/panel.css +1 -1
  42. package/components/Panel/panel.scss +2 -2
  43. package/components/Table/table.css +26 -18
  44. package/components/Table/table.scss +37 -27
  45. package/components/_index.css +115 -76
  46. package/docs/components/Avatar/examples/Avatar.css +6 -0
  47. package/docs/components/Avatar/examples/Avatar.md +182 -121
  48. package/docs/components/DualListSelector/examples/DualListSelector.md +72 -72
  49. package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
  50. package/docs/components/Pagination/examples/Pagination.md +120 -120
  51. package/docs/components/Table/examples/Table.md +7 -0
  52. package/docs/components/Toolbar/examples/Toolbar.md +16 -16
  53. package/docs/demos/CardView/examples/CardView.md +12 -12
  54. package/docs/demos/Compass/examples/Compass.md +91 -35
  55. package/docs/demos/Dashboard/examples/Dashboard.md +27 -30
  56. package/docs/demos/DataList/examples/DataList.md +48 -48
  57. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +20 -20
  58. package/docs/demos/Table/examples/Table.md +160 -160
  59. package/docs/demos/Toolbar/examples/Toolbar.md +36 -36
  60. package/package.json +2 -2
  61. package/patternfly-base-no-globals.css +10 -10
  62. package/patternfly-base.css +10 -10
  63. package/patternfly-no-globals.css +125 -86
  64. package/patternfly.css +125 -86
  65. package/patternfly.min.css +1 -1
  66. package/patternfly.min.css.map +1 -1
@@ -638,14 +638,14 @@ wrapperTag: div
638
638
  <svg
639
639
  class="pf-v6-svg"
640
640
  fill="currentColor"
641
- viewBox="0 0 256 512"
641
+ viewBox="0 0 20 20"
642
642
  aria-hidden="true"
643
643
  role="img"
644
644
  width="1em"
645
645
  height="1em"
646
646
  >
647
647
  <path
648
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
648
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
649
649
  />
650
650
  </svg>
651
651
  </span>
@@ -661,14 +661,14 @@ wrapperTag: div
661
661
  <svg
662
662
  class="pf-v6-svg"
663
663
  fill="currentColor"
664
- viewBox="0 0 256 512"
664
+ viewBox="0 0 20 20"
665
665
  aria-hidden="true"
666
666
  role="img"
667
667
  width="1em"
668
668
  height="1em"
669
669
  >
670
670
  <path
671
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
671
+ 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"
672
672
  />
673
673
  </svg>
674
674
  </span>
@@ -1410,14 +1410,14 @@ wrapperTag: div
1410
1410
  <svg
1411
1411
  class="pf-v6-svg"
1412
1412
  fill="currentColor"
1413
- viewBox="0 0 448 512"
1413
+ viewBox="0 0 20 20"
1414
1414
  aria-hidden="true"
1415
1415
  role="img"
1416
1416
  width="1em"
1417
1417
  height="1em"
1418
1418
  >
1419
1419
  <path
1420
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
1420
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
1421
1421
  />
1422
1422
  </svg>
1423
1423
  </span>
@@ -1434,14 +1434,14 @@ wrapperTag: div
1434
1434
  <svg
1435
1435
  class="pf-v6-svg"
1436
1436
  fill="currentColor"
1437
- viewBox="0 0 256 512"
1437
+ viewBox="0 0 20 20"
1438
1438
  aria-hidden="true"
1439
1439
  role="img"
1440
1440
  width="1em"
1441
1441
  height="1em"
1442
1442
  >
1443
1443
  <path
1444
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
1444
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
1445
1445
  />
1446
1446
  </svg>
1447
1447
  </span>
@@ -1469,14 +1469,14 @@ wrapperTag: div
1469
1469
  <svg
1470
1470
  class="pf-v6-svg"
1471
1471
  fill="currentColor"
1472
- viewBox="0 0 256 512"
1472
+ viewBox="0 0 20 20"
1473
1473
  aria-hidden="true"
1474
1474
  role="img"
1475
1475
  width="1em"
1476
1476
  height="1em"
1477
1477
  >
1478
1478
  <path
1479
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
1479
+ 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"
1480
1480
  />
1481
1481
  </svg>
1482
1482
  </span>
@@ -1493,14 +1493,14 @@ wrapperTag: div
1493
1493
  <svg
1494
1494
  class="pf-v6-svg"
1495
1495
  fill="currentColor"
1496
- viewBox="0 0 448 512"
1496
+ viewBox="0 0 20 20"
1497
1497
  aria-hidden="true"
1498
1498
  role="img"
1499
1499
  width="1em"
1500
1500
  height="1em"
1501
1501
  >
1502
1502
  <path
1503
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
1503
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
1504
1504
  />
1505
1505
  </svg>
1506
1506
  </span>
@@ -2237,14 +2237,14 @@ wrapperTag: div
2237
2237
  <svg
2238
2238
  class="pf-v6-svg"
2239
2239
  fill="currentColor"
2240
- viewBox="0 0 256 512"
2240
+ viewBox="0 0 20 20"
2241
2241
  aria-hidden="true"
2242
2242
  role="img"
2243
2243
  width="1em"
2244
2244
  height="1em"
2245
2245
  >
2246
2246
  <path
2247
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
2247
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
2248
2248
  />
2249
2249
  </svg>
2250
2250
  </span>
@@ -2260,14 +2260,14 @@ wrapperTag: div
2260
2260
  <svg
2261
2261
  class="pf-v6-svg"
2262
2262
  fill="currentColor"
2263
- viewBox="0 0 256 512"
2263
+ viewBox="0 0 20 20"
2264
2264
  aria-hidden="true"
2265
2265
  role="img"
2266
2266
  width="1em"
2267
2267
  height="1em"
2268
2268
  >
2269
2269
  <path
2270
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
2270
+ 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"
2271
2271
  />
2272
2272
  </svg>
2273
2273
  </span>
@@ -2943,14 +2943,14 @@ wrapperTag: div
2943
2943
  <svg
2944
2944
  class="pf-v6-svg"
2945
2945
  fill="currentColor"
2946
- viewBox="0 0 448 512"
2946
+ viewBox="0 0 20 20"
2947
2947
  aria-hidden="true"
2948
2948
  role="img"
2949
2949
  width="1em"
2950
2950
  height="1em"
2951
2951
  >
2952
2952
  <path
2953
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
2953
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
2954
2954
  />
2955
2955
  </svg>
2956
2956
  </span>
@@ -2967,14 +2967,14 @@ wrapperTag: div
2967
2967
  <svg
2968
2968
  class="pf-v6-svg"
2969
2969
  fill="currentColor"
2970
- viewBox="0 0 256 512"
2970
+ viewBox="0 0 20 20"
2971
2971
  aria-hidden="true"
2972
2972
  role="img"
2973
2973
  width="1em"
2974
2974
  height="1em"
2975
2975
  >
2976
2976
  <path
2977
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
2977
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
2978
2978
  />
2979
2979
  </svg>
2980
2980
  </span>
@@ -3002,14 +3002,14 @@ wrapperTag: div
3002
3002
  <svg
3003
3003
  class="pf-v6-svg"
3004
3004
  fill="currentColor"
3005
- viewBox="0 0 256 512"
3005
+ viewBox="0 0 20 20"
3006
3006
  aria-hidden="true"
3007
3007
  role="img"
3008
3008
  width="1em"
3009
3009
  height="1em"
3010
3010
  >
3011
3011
  <path
3012
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
3012
+ 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"
3013
3013
  />
3014
3014
  </svg>
3015
3015
  </span>
@@ -3026,14 +3026,14 @@ wrapperTag: div
3026
3026
  <svg
3027
3027
  class="pf-v6-svg"
3028
3028
  fill="currentColor"
3029
- viewBox="0 0 448 512"
3029
+ viewBox="0 0 20 20"
3030
3030
  aria-hidden="true"
3031
3031
  role="img"
3032
3032
  width="1em"
3033
3033
  height="1em"
3034
3034
  >
3035
3035
  <path
3036
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
3036
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
3037
3037
  />
3038
3038
  </svg>
3039
3039
  </span>
@@ -3702,14 +3702,14 @@ wrapperTag: div
3702
3702
  <svg
3703
3703
  class="pf-v6-svg"
3704
3704
  fill="currentColor"
3705
- viewBox="0 0 256 512"
3705
+ viewBox="0 0 20 20"
3706
3706
  aria-hidden="true"
3707
3707
  role="img"
3708
3708
  width="1em"
3709
3709
  height="1em"
3710
3710
  >
3711
3711
  <path
3712
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
3712
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
3713
3713
  />
3714
3714
  </svg>
3715
3715
  </span>
@@ -3725,14 +3725,14 @@ wrapperTag: div
3725
3725
  <svg
3726
3726
  class="pf-v6-svg"
3727
3727
  fill="currentColor"
3728
- viewBox="0 0 256 512"
3728
+ viewBox="0 0 20 20"
3729
3729
  aria-hidden="true"
3730
3730
  role="img"
3731
3731
  width="1em"
3732
3732
  height="1em"
3733
3733
  >
3734
3734
  <path
3735
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
3735
+ 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"
3736
3736
  />
3737
3737
  </svg>
3738
3738
  </span>
@@ -4629,14 +4629,14 @@ wrapperTag: div
4629
4629
  <svg
4630
4630
  class="pf-v6-svg"
4631
4631
  fill="currentColor"
4632
- viewBox="0 0 448 512"
4632
+ viewBox="0 0 20 20"
4633
4633
  aria-hidden="true"
4634
4634
  role="img"
4635
4635
  width="1em"
4636
4636
  height="1em"
4637
4637
  >
4638
4638
  <path
4639
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
4639
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
4640
4640
  />
4641
4641
  </svg>
4642
4642
  </span>
@@ -4653,14 +4653,14 @@ wrapperTag: div
4653
4653
  <svg
4654
4654
  class="pf-v6-svg"
4655
4655
  fill="currentColor"
4656
- viewBox="0 0 256 512"
4656
+ viewBox="0 0 20 20"
4657
4657
  aria-hidden="true"
4658
4658
  role="img"
4659
4659
  width="1em"
4660
4660
  height="1em"
4661
4661
  >
4662
4662
  <path
4663
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
4663
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
4664
4664
  />
4665
4665
  </svg>
4666
4666
  </span>
@@ -4688,14 +4688,14 @@ wrapperTag: div
4688
4688
  <svg
4689
4689
  class="pf-v6-svg"
4690
4690
  fill="currentColor"
4691
- viewBox="0 0 256 512"
4691
+ viewBox="0 0 20 20"
4692
4692
  aria-hidden="true"
4693
4693
  role="img"
4694
4694
  width="1em"
4695
4695
  height="1em"
4696
4696
  >
4697
4697
  <path
4698
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
4698
+ 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"
4699
4699
  />
4700
4700
  </svg>
4701
4701
  </span>
@@ -4712,14 +4712,14 @@ wrapperTag: div
4712
4712
  <svg
4713
4713
  class="pf-v6-svg"
4714
4714
  fill="currentColor"
4715
- viewBox="0 0 448 512"
4715
+ viewBox="0 0 20 20"
4716
4716
  aria-hidden="true"
4717
4717
  role="img"
4718
4718
  width="1em"
4719
4719
  height="1em"
4720
4720
  >
4721
4721
  <path
4722
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
4722
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
4723
4723
  />
4724
4724
  </svg>
4725
4725
  </span>
@@ -5385,14 +5385,14 @@ wrapperTag: div
5385
5385
  <svg
5386
5386
  class="pf-v6-svg"
5387
5387
  fill="currentColor"
5388
- viewBox="0 0 256 512"
5388
+ viewBox="0 0 20 20"
5389
5389
  aria-hidden="true"
5390
5390
  role="img"
5391
5391
  width="1em"
5392
5392
  height="1em"
5393
5393
  >
5394
5394
  <path
5395
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
5395
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
5396
5396
  />
5397
5397
  </svg>
5398
5398
  </span>
@@ -5408,14 +5408,14 @@ wrapperTag: div
5408
5408
  <svg
5409
5409
  class="pf-v6-svg"
5410
5410
  fill="currentColor"
5411
- viewBox="0 0 256 512"
5411
+ viewBox="0 0 20 20"
5412
5412
  aria-hidden="true"
5413
5413
  role="img"
5414
5414
  width="1em"
5415
5415
  height="1em"
5416
5416
  >
5417
5417
  <path
5418
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
5418
+ 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"
5419
5419
  />
5420
5420
  </svg>
5421
5421
  </span>
@@ -5884,14 +5884,14 @@ wrapperTag: div
5884
5884
  <svg
5885
5885
  class="pf-v6-svg"
5886
5886
  fill="currentColor"
5887
- viewBox="0 0 448 512"
5887
+ viewBox="0 0 20 20"
5888
5888
  aria-hidden="true"
5889
5889
  role="img"
5890
5890
  width="1em"
5891
5891
  height="1em"
5892
5892
  >
5893
5893
  <path
5894
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
5894
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
5895
5895
  />
5896
5896
  </svg>
5897
5897
  </span>
@@ -5908,14 +5908,14 @@ wrapperTag: div
5908
5908
  <svg
5909
5909
  class="pf-v6-svg"
5910
5910
  fill="currentColor"
5911
- viewBox="0 0 256 512"
5911
+ viewBox="0 0 20 20"
5912
5912
  aria-hidden="true"
5913
5913
  role="img"
5914
5914
  width="1em"
5915
5915
  height="1em"
5916
5916
  >
5917
5917
  <path
5918
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
5918
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
5919
5919
  />
5920
5920
  </svg>
5921
5921
  </span>
@@ -5943,14 +5943,14 @@ wrapperTag: div
5943
5943
  <svg
5944
5944
  class="pf-v6-svg"
5945
5945
  fill="currentColor"
5946
- viewBox="0 0 256 512"
5946
+ viewBox="0 0 20 20"
5947
5947
  aria-hidden="true"
5948
5948
  role="img"
5949
5949
  width="1em"
5950
5950
  height="1em"
5951
5951
  >
5952
5952
  <path
5953
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
5953
+ 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"
5954
5954
  />
5955
5955
  </svg>
5956
5956
  </span>
@@ -5967,14 +5967,14 @@ wrapperTag: div
5967
5967
  <svg
5968
5968
  class="pf-v6-svg"
5969
5969
  fill="currentColor"
5970
- viewBox="0 0 448 512"
5970
+ viewBox="0 0 20 20"
5971
5971
  aria-hidden="true"
5972
5972
  role="img"
5973
5973
  width="1em"
5974
5974
  height="1em"
5975
5975
  >
5976
5976
  <path
5977
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
5977
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
5978
5978
  />
5979
5979
  </svg>
5980
5980
  </span>
@@ -6646,14 +6646,14 @@ wrapperTag: div
6646
6646
  <svg
6647
6647
  class="pf-v6-svg"
6648
6648
  fill="currentColor"
6649
- viewBox="0 0 256 512"
6649
+ viewBox="0 0 20 20"
6650
6650
  aria-hidden="true"
6651
6651
  role="img"
6652
6652
  width="1em"
6653
6653
  height="1em"
6654
6654
  >
6655
6655
  <path
6656
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
6656
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
6657
6657
  />
6658
6658
  </svg>
6659
6659
  </span>
@@ -6669,14 +6669,14 @@ wrapperTag: div
6669
6669
  <svg
6670
6670
  class="pf-v6-svg"
6671
6671
  fill="currentColor"
6672
- viewBox="0 0 256 512"
6672
+ viewBox="0 0 20 20"
6673
6673
  aria-hidden="true"
6674
6674
  role="img"
6675
6675
  width="1em"
6676
6676
  height="1em"
6677
6677
  >
6678
6678
  <path
6679
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
6679
+ 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"
6680
6680
  />
6681
6681
  </svg>
6682
6682
  </span>
@@ -9775,14 +9775,14 @@ wrapperTag: div
9775
9775
  <svg
9776
9776
  class="pf-v6-svg"
9777
9777
  fill="currentColor"
9778
- viewBox="0 0 448 512"
9778
+ viewBox="0 0 20 20"
9779
9779
  aria-hidden="true"
9780
9780
  role="img"
9781
9781
  width="1em"
9782
9782
  height="1em"
9783
9783
  >
9784
9784
  <path
9785
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
9785
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
9786
9786
  />
9787
9787
  </svg>
9788
9788
  </span>
@@ -9799,14 +9799,14 @@ wrapperTag: div
9799
9799
  <svg
9800
9800
  class="pf-v6-svg"
9801
9801
  fill="currentColor"
9802
- viewBox="0 0 256 512"
9802
+ viewBox="0 0 20 20"
9803
9803
  aria-hidden="true"
9804
9804
  role="img"
9805
9805
  width="1em"
9806
9806
  height="1em"
9807
9807
  >
9808
9808
  <path
9809
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
9809
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
9810
9810
  />
9811
9811
  </svg>
9812
9812
  </span>
@@ -9834,14 +9834,14 @@ wrapperTag: div
9834
9834
  <svg
9835
9835
  class="pf-v6-svg"
9836
9836
  fill="currentColor"
9837
- viewBox="0 0 256 512"
9837
+ viewBox="0 0 20 20"
9838
9838
  aria-hidden="true"
9839
9839
  role="img"
9840
9840
  width="1em"
9841
9841
  height="1em"
9842
9842
  >
9843
9843
  <path
9844
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
9844
+ 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"
9845
9845
  />
9846
9846
  </svg>
9847
9847
  </span>
@@ -9858,14 +9858,14 @@ wrapperTag: div
9858
9858
  <svg
9859
9859
  class="pf-v6-svg"
9860
9860
  fill="currentColor"
9861
- viewBox="0 0 448 512"
9861
+ viewBox="0 0 20 20"
9862
9862
  aria-hidden="true"
9863
9863
  role="img"
9864
9864
  width="1em"
9865
9865
  height="1em"
9866
9866
  >
9867
9867
  <path
9868
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
9868
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
9869
9869
  />
9870
9870
  </svg>
9871
9871
  </span>
@@ -11518,14 +11518,14 @@ wrapperTag: div
11518
11518
  <svg
11519
11519
  class="pf-v6-svg"
11520
11520
  fill="currentColor"
11521
- viewBox="0 0 256 512"
11521
+ viewBox="0 0 20 20"
11522
11522
  aria-hidden="true"
11523
11523
  role="img"
11524
11524
  width="1em"
11525
11525
  height="1em"
11526
11526
  >
11527
11527
  <path
11528
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
11528
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
11529
11529
  />
11530
11530
  </svg>
11531
11531
  </span>
@@ -11541,14 +11541,14 @@ wrapperTag: div
11541
11541
  <svg
11542
11542
  class="pf-v6-svg"
11543
11543
  fill="currentColor"
11544
- viewBox="0 0 256 512"
11544
+ viewBox="0 0 20 20"
11545
11545
  aria-hidden="true"
11546
11546
  role="img"
11547
11547
  width="1em"
11548
11548
  height="1em"
11549
11549
  >
11550
11550
  <path
11551
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
11551
+ 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"
11552
11552
  />
11553
11553
  </svg>
11554
11554
  </span>
@@ -12290,14 +12290,14 @@ wrapperTag: div
12290
12290
  <svg
12291
12291
  class="pf-v6-svg"
12292
12292
  fill="currentColor"
12293
- viewBox="0 0 448 512"
12293
+ viewBox="0 0 20 20"
12294
12294
  aria-hidden="true"
12295
12295
  role="img"
12296
12296
  width="1em"
12297
12297
  height="1em"
12298
12298
  >
12299
12299
  <path
12300
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
12300
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
12301
12301
  />
12302
12302
  </svg>
12303
12303
  </span>
@@ -12314,14 +12314,14 @@ wrapperTag: div
12314
12314
  <svg
12315
12315
  class="pf-v6-svg"
12316
12316
  fill="currentColor"
12317
- viewBox="0 0 256 512"
12317
+ viewBox="0 0 20 20"
12318
12318
  aria-hidden="true"
12319
12319
  role="img"
12320
12320
  width="1em"
12321
12321
  height="1em"
12322
12322
  >
12323
12323
  <path
12324
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
12324
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
12325
12325
  />
12326
12326
  </svg>
12327
12327
  </span>
@@ -12349,14 +12349,14 @@ wrapperTag: div
12349
12349
  <svg
12350
12350
  class="pf-v6-svg"
12351
12351
  fill="currentColor"
12352
- viewBox="0 0 256 512"
12352
+ viewBox="0 0 20 20"
12353
12353
  aria-hidden="true"
12354
12354
  role="img"
12355
12355
  width="1em"
12356
12356
  height="1em"
12357
12357
  >
12358
12358
  <path
12359
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
12359
+ 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"
12360
12360
  />
12361
12361
  </svg>
12362
12362
  </span>
@@ -12373,14 +12373,14 @@ wrapperTag: div
12373
12373
  <svg
12374
12374
  class="pf-v6-svg"
12375
12375
  fill="currentColor"
12376
- viewBox="0 0 448 512"
12376
+ viewBox="0 0 20 20"
12377
12377
  aria-hidden="true"
12378
12378
  role="img"
12379
12379
  width="1em"
12380
12380
  height="1em"
12381
12381
  >
12382
12382
  <path
12383
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
12383
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
12384
12384
  />
12385
12385
  </svg>
12386
12386
  </span>
@@ -13052,14 +13052,14 @@ wrapperTag: div
13052
13052
  <svg
13053
13053
  class="pf-v6-svg"
13054
13054
  fill="currentColor"
13055
- viewBox="0 0 256 512"
13055
+ viewBox="0 0 20 20"
13056
13056
  aria-hidden="true"
13057
13057
  role="img"
13058
13058
  width="1em"
13059
13059
  height="1em"
13060
13060
  >
13061
13061
  <path
13062
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
13062
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
13063
13063
  />
13064
13064
  </svg>
13065
13065
  </span>
@@ -13075,14 +13075,14 @@ wrapperTag: div
13075
13075
  <svg
13076
13076
  class="pf-v6-svg"
13077
13077
  fill="currentColor"
13078
- viewBox="0 0 256 512"
13078
+ viewBox="0 0 20 20"
13079
13079
  aria-hidden="true"
13080
13080
  role="img"
13081
13081
  width="1em"
13082
13082
  height="1em"
13083
13083
  >
13084
13084
  <path
13085
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
13085
+ 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"
13086
13086
  />
13087
13087
  </svg>
13088
13088
  </span>
@@ -14667,14 +14667,14 @@ wrapperTag: div
14667
14667
  <svg
14668
14668
  class="pf-v6-svg"
14669
14669
  fill="currentColor"
14670
- viewBox="0 0 256 512"
14670
+ viewBox="0 0 20 20"
14671
14671
  aria-hidden="true"
14672
14672
  role="img"
14673
14673
  width="1em"
14674
14674
  height="1em"
14675
14675
  >
14676
14676
  <path
14677
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
14677
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
14678
14678
  />
14679
14679
  </svg>
14680
14680
  </span>
@@ -14690,14 +14690,14 @@ wrapperTag: div
14690
14690
  <svg
14691
14691
  class="pf-v6-svg"
14692
14692
  fill="currentColor"
14693
- viewBox="0 0 256 512"
14693
+ viewBox="0 0 20 20"
14694
14694
  aria-hidden="true"
14695
14695
  role="img"
14696
14696
  width="1em"
14697
14697
  height="1em"
14698
14698
  >
14699
14699
  <path
14700
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
14700
+ 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"
14701
14701
  />
14702
14702
  </svg>
14703
14703
  </span>
@@ -16054,14 +16054,14 @@ wrapperTag: div
16054
16054
  <svg
16055
16055
  class="pf-v6-svg"
16056
16056
  fill="currentColor"
16057
- viewBox="0 0 448 512"
16057
+ viewBox="0 0 20 20"
16058
16058
  aria-hidden="true"
16059
16059
  role="img"
16060
16060
  width="1em"
16061
16061
  height="1em"
16062
16062
  >
16063
16063
  <path
16064
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
16064
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
16065
16065
  />
16066
16066
  </svg>
16067
16067
  </span>
@@ -16078,14 +16078,14 @@ wrapperTag: div
16078
16078
  <svg
16079
16079
  class="pf-v6-svg"
16080
16080
  fill="currentColor"
16081
- viewBox="0 0 256 512"
16081
+ viewBox="0 0 20 20"
16082
16082
  aria-hidden="true"
16083
16083
  role="img"
16084
16084
  width="1em"
16085
16085
  height="1em"
16086
16086
  >
16087
16087
  <path
16088
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
16088
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
16089
16089
  />
16090
16090
  </svg>
16091
16091
  </span>
@@ -16113,14 +16113,14 @@ wrapperTag: div
16113
16113
  <svg
16114
16114
  class="pf-v6-svg"
16115
16115
  fill="currentColor"
16116
- viewBox="0 0 256 512"
16116
+ viewBox="0 0 20 20"
16117
16117
  aria-hidden="true"
16118
16118
  role="img"
16119
16119
  width="1em"
16120
16120
  height="1em"
16121
16121
  >
16122
16122
  <path
16123
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
16123
+ 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"
16124
16124
  />
16125
16125
  </svg>
16126
16126
  </span>
@@ -16137,14 +16137,14 @@ wrapperTag: div
16137
16137
  <svg
16138
16138
  class="pf-v6-svg"
16139
16139
  fill="currentColor"
16140
- viewBox="0 0 448 512"
16140
+ viewBox="0 0 20 20"
16141
16141
  aria-hidden="true"
16142
16142
  role="img"
16143
16143
  width="1em"
16144
16144
  height="1em"
16145
16145
  >
16146
16146
  <path
16147
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
16147
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
16148
16148
  />
16149
16149
  </svg>
16150
16150
  </span>
@@ -16807,14 +16807,14 @@ wrapperTag: div
16807
16807
  <svg
16808
16808
  class="pf-v6-svg"
16809
16809
  fill="currentColor"
16810
- viewBox="0 0 256 512"
16810
+ viewBox="0 0 20 20"
16811
16811
  aria-hidden="true"
16812
16812
  role="img"
16813
16813
  width="1em"
16814
16814
  height="1em"
16815
16815
  >
16816
16816
  <path
16817
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
16817
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
16818
16818
  />
16819
16819
  </svg>
16820
16820
  </span>
@@ -16830,14 +16830,14 @@ wrapperTag: div
16830
16830
  <svg
16831
16831
  class="pf-v6-svg"
16832
16832
  fill="currentColor"
16833
- viewBox="0 0 256 512"
16833
+ viewBox="0 0 20 20"
16834
16834
  aria-hidden="true"
16835
16835
  role="img"
16836
16836
  width="1em"
16837
16837
  height="1em"
16838
16838
  >
16839
16839
  <path
16840
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
16840
+ 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"
16841
16841
  />
16842
16842
  </svg>
16843
16843
  </span>
@@ -17688,14 +17688,14 @@ wrapperTag: div
17688
17688
  <svg
17689
17689
  class="pf-v6-svg"
17690
17690
  fill="currentColor"
17691
- viewBox="0 0 448 512"
17691
+ viewBox="0 0 20 20"
17692
17692
  aria-hidden="true"
17693
17693
  role="img"
17694
17694
  width="1em"
17695
17695
  height="1em"
17696
17696
  >
17697
17697
  <path
17698
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
17698
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
17699
17699
  />
17700
17700
  </svg>
17701
17701
  </span>
@@ -17712,14 +17712,14 @@ wrapperTag: div
17712
17712
  <svg
17713
17713
  class="pf-v6-svg"
17714
17714
  fill="currentColor"
17715
- viewBox="0 0 256 512"
17715
+ viewBox="0 0 20 20"
17716
17716
  aria-hidden="true"
17717
17717
  role="img"
17718
17718
  width="1em"
17719
17719
  height="1em"
17720
17720
  >
17721
17721
  <path
17722
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
17722
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
17723
17723
  />
17724
17724
  </svg>
17725
17725
  </span>
@@ -17747,14 +17747,14 @@ wrapperTag: div
17747
17747
  <svg
17748
17748
  class="pf-v6-svg"
17749
17749
  fill="currentColor"
17750
- viewBox="0 0 256 512"
17750
+ viewBox="0 0 20 20"
17751
17751
  aria-hidden="true"
17752
17752
  role="img"
17753
17753
  width="1em"
17754
17754
  height="1em"
17755
17755
  >
17756
17756
  <path
17757
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
17757
+ 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"
17758
17758
  />
17759
17759
  </svg>
17760
17760
  </span>
@@ -17771,14 +17771,14 @@ wrapperTag: div
17771
17771
  <svg
17772
17772
  class="pf-v6-svg"
17773
17773
  fill="currentColor"
17774
- viewBox="0 0 448 512"
17774
+ viewBox="0 0 20 20"
17775
17775
  aria-hidden="true"
17776
17776
  role="img"
17777
17777
  width="1em"
17778
17778
  height="1em"
17779
17779
  >
17780
17780
  <path
17781
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
17781
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
17782
17782
  />
17783
17783
  </svg>
17784
17784
  </span>
@@ -18447,14 +18447,14 @@ wrapperTag: div
18447
18447
  <svg
18448
18448
  class="pf-v6-svg"
18449
18449
  fill="currentColor"
18450
- viewBox="0 0 256 512"
18450
+ viewBox="0 0 20 20"
18451
18451
  aria-hidden="true"
18452
18452
  role="img"
18453
18453
  width="1em"
18454
18454
  height="1em"
18455
18455
  >
18456
18456
  <path
18457
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
18457
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
18458
18458
  />
18459
18459
  </svg>
18460
18460
  </span>
@@ -18470,14 +18470,14 @@ wrapperTag: div
18470
18470
  <svg
18471
18471
  class="pf-v6-svg"
18472
18472
  fill="currentColor"
18473
- viewBox="0 0 256 512"
18473
+ viewBox="0 0 20 20"
18474
18474
  aria-hidden="true"
18475
18475
  role="img"
18476
18476
  width="1em"
18477
18477
  height="1em"
18478
18478
  >
18479
18479
  <path
18480
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
18480
+ 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"
18481
18481
  />
18482
18482
  </svg>
18483
18483
  </span>
@@ -19356,14 +19356,14 @@ wrapperTag: div
19356
19356
  <svg
19357
19357
  class="pf-v6-svg"
19358
19358
  fill="currentColor"
19359
- viewBox="0 0 448 512"
19359
+ viewBox="0 0 20 20"
19360
19360
  aria-hidden="true"
19361
19361
  role="img"
19362
19362
  width="1em"
19363
19363
  height="1em"
19364
19364
  >
19365
19365
  <path
19366
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
19366
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
19367
19367
  />
19368
19368
  </svg>
19369
19369
  </span>
@@ -19380,14 +19380,14 @@ wrapperTag: div
19380
19380
  <svg
19381
19381
  class="pf-v6-svg"
19382
19382
  fill="currentColor"
19383
- viewBox="0 0 256 512"
19383
+ viewBox="0 0 20 20"
19384
19384
  aria-hidden="true"
19385
19385
  role="img"
19386
19386
  width="1em"
19387
19387
  height="1em"
19388
19388
  >
19389
19389
  <path
19390
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
19390
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
19391
19391
  />
19392
19392
  </svg>
19393
19393
  </span>
@@ -19415,14 +19415,14 @@ wrapperTag: div
19415
19415
  <svg
19416
19416
  class="pf-v6-svg"
19417
19417
  fill="currentColor"
19418
- viewBox="0 0 256 512"
19418
+ viewBox="0 0 20 20"
19419
19419
  aria-hidden="true"
19420
19420
  role="img"
19421
19421
  width="1em"
19422
19422
  height="1em"
19423
19423
  >
19424
19424
  <path
19425
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
19425
+ 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"
19426
19426
  />
19427
19427
  </svg>
19428
19428
  </span>
@@ -19439,14 +19439,14 @@ wrapperTag: div
19439
19439
  <svg
19440
19440
  class="pf-v6-svg"
19441
19441
  fill="currentColor"
19442
- viewBox="0 0 448 512"
19442
+ viewBox="0 0 20 20"
19443
19443
  aria-hidden="true"
19444
19444
  role="img"
19445
19445
  width="1em"
19446
19446
  height="1em"
19447
19447
  >
19448
19448
  <path
19449
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
19449
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
19450
19450
  />
19451
19451
  </svg>
19452
19452
  </span>
@@ -20116,14 +20116,14 @@ wrapperTag: div
20116
20116
  <svg
20117
20117
  class="pf-v6-svg"
20118
20118
  fill="currentColor"
20119
- viewBox="0 0 256 512"
20119
+ viewBox="0 0 20 20"
20120
20120
  aria-hidden="true"
20121
20121
  role="img"
20122
20122
  width="1em"
20123
20123
  height="1em"
20124
20124
  >
20125
20125
  <path
20126
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
20126
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
20127
20127
  />
20128
20128
  </svg>
20129
20129
  </span>
@@ -20139,14 +20139,14 @@ wrapperTag: div
20139
20139
  <svg
20140
20140
  class="pf-v6-svg"
20141
20141
  fill="currentColor"
20142
- viewBox="0 0 256 512"
20142
+ viewBox="0 0 20 20"
20143
20143
  aria-hidden="true"
20144
20144
  role="img"
20145
20145
  width="1em"
20146
20146
  height="1em"
20147
20147
  >
20148
20148
  <path
20149
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
20149
+ 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"
20150
20150
  />
20151
20151
  </svg>
20152
20152
  </span>
@@ -21025,14 +21025,14 @@ wrapperTag: div
21025
21025
  <svg
21026
21026
  class="pf-v6-svg"
21027
21027
  fill="currentColor"
21028
- viewBox="0 0 448 512"
21028
+ viewBox="0 0 20 20"
21029
21029
  aria-hidden="true"
21030
21030
  role="img"
21031
21031
  width="1em"
21032
21032
  height="1em"
21033
21033
  >
21034
21034
  <path
21035
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
21035
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
21036
21036
  />
21037
21037
  </svg>
21038
21038
  </span>
@@ -21049,14 +21049,14 @@ wrapperTag: div
21049
21049
  <svg
21050
21050
  class="pf-v6-svg"
21051
21051
  fill="currentColor"
21052
- viewBox="0 0 256 512"
21052
+ viewBox="0 0 20 20"
21053
21053
  aria-hidden="true"
21054
21054
  role="img"
21055
21055
  width="1em"
21056
21056
  height="1em"
21057
21057
  >
21058
21058
  <path
21059
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
21059
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
21060
21060
  />
21061
21061
  </svg>
21062
21062
  </span>
@@ -21084,14 +21084,14 @@ wrapperTag: div
21084
21084
  <svg
21085
21085
  class="pf-v6-svg"
21086
21086
  fill="currentColor"
21087
- viewBox="0 0 256 512"
21087
+ viewBox="0 0 20 20"
21088
21088
  aria-hidden="true"
21089
21089
  role="img"
21090
21090
  width="1em"
21091
21091
  height="1em"
21092
21092
  >
21093
21093
  <path
21094
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
21094
+ 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"
21095
21095
  />
21096
21096
  </svg>
21097
21097
  </span>
@@ -21108,14 +21108,14 @@ wrapperTag: div
21108
21108
  <svg
21109
21109
  class="pf-v6-svg"
21110
21110
  fill="currentColor"
21111
- viewBox="0 0 448 512"
21111
+ viewBox="0 0 20 20"
21112
21112
  aria-hidden="true"
21113
21113
  role="img"
21114
21114
  width="1em"
21115
21115
  height="1em"
21116
21116
  >
21117
21117
  <path
21118
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
21118
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
21119
21119
  />
21120
21120
  </svg>
21121
21121
  </span>
@@ -21785,14 +21785,14 @@ wrapperTag: div
21785
21785
  <svg
21786
21786
  class="pf-v6-svg"
21787
21787
  fill="currentColor"
21788
- viewBox="0 0 256 512"
21788
+ viewBox="0 0 20 20"
21789
21789
  aria-hidden="true"
21790
21790
  role="img"
21791
21791
  width="1em"
21792
21792
  height="1em"
21793
21793
  >
21794
21794
  <path
21795
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
21795
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
21796
21796
  />
21797
21797
  </svg>
21798
21798
  </span>
@@ -21808,14 +21808,14 @@ wrapperTag: div
21808
21808
  <svg
21809
21809
  class="pf-v6-svg"
21810
21810
  fill="currentColor"
21811
- viewBox="0 0 256 512"
21811
+ viewBox="0 0 20 20"
21812
21812
  aria-hidden="true"
21813
21813
  role="img"
21814
21814
  width="1em"
21815
21815
  height="1em"
21816
21816
  >
21817
21817
  <path
21818
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
21818
+ 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"
21819
21819
  />
21820
21820
  </svg>
21821
21821
  </span>
@@ -22657,14 +22657,14 @@ wrapperTag: div
22657
22657
  <svg
22658
22658
  class="pf-v6-svg"
22659
22659
  fill="currentColor"
22660
- viewBox="0 0 448 512"
22660
+ viewBox="0 0 20 20"
22661
22661
  aria-hidden="true"
22662
22662
  role="img"
22663
22663
  width="1em"
22664
22664
  height="1em"
22665
22665
  >
22666
22666
  <path
22667
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
22667
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
22668
22668
  />
22669
22669
  </svg>
22670
22670
  </span>
@@ -22681,14 +22681,14 @@ wrapperTag: div
22681
22681
  <svg
22682
22682
  class="pf-v6-svg"
22683
22683
  fill="currentColor"
22684
- viewBox="0 0 256 512"
22684
+ viewBox="0 0 20 20"
22685
22685
  aria-hidden="true"
22686
22686
  role="img"
22687
22687
  width="1em"
22688
22688
  height="1em"
22689
22689
  >
22690
22690
  <path
22691
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
22691
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
22692
22692
  />
22693
22693
  </svg>
22694
22694
  </span>
@@ -22716,14 +22716,14 @@ wrapperTag: div
22716
22716
  <svg
22717
22717
  class="pf-v6-svg"
22718
22718
  fill="currentColor"
22719
- viewBox="0 0 256 512"
22719
+ viewBox="0 0 20 20"
22720
22720
  aria-hidden="true"
22721
22721
  role="img"
22722
22722
  width="1em"
22723
22723
  height="1em"
22724
22724
  >
22725
22725
  <path
22726
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
22726
+ 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"
22727
22727
  />
22728
22728
  </svg>
22729
22729
  </span>
@@ -22740,14 +22740,14 @@ wrapperTag: div
22740
22740
  <svg
22741
22741
  class="pf-v6-svg"
22742
22742
  fill="currentColor"
22743
- viewBox="0 0 448 512"
22743
+ viewBox="0 0 20 20"
22744
22744
  aria-hidden="true"
22745
22745
  role="img"
22746
22746
  width="1em"
22747
22747
  height="1em"
22748
22748
  >
22749
22749
  <path
22750
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
22750
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
22751
22751
  />
22752
22752
  </svg>
22753
22753
  </span>
@@ -24049,14 +24049,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
24049
24049
  <svg
24050
24050
  class="pf-v6-svg"
24051
24051
  fill="currentColor"
24052
- viewBox="0 0 256 512"
24052
+ viewBox="0 0 20 20"
24053
24053
  aria-hidden="true"
24054
24054
  role="img"
24055
24055
  width="1em"
24056
24056
  height="1em"
24057
24057
  >
24058
24058
  <path
24059
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
24059
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
24060
24060
  />
24061
24061
  </svg>
24062
24062
  </span>
@@ -24074,14 +24074,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
24074
24074
  <svg
24075
24075
  class="pf-v6-svg"
24076
24076
  fill="currentColor"
24077
- viewBox="0 0 256 512"
24077
+ viewBox="0 0 20 20"
24078
24078
  aria-hidden="true"
24079
24079
  role="img"
24080
24080
  width="1em"
24081
24081
  height="1em"
24082
24082
  >
24083
24083
  <path
24084
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
24084
+ 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"
24085
24085
  />
24086
24086
  </svg>
24087
24087
  </span>
@@ -24876,14 +24876,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
24876
24876
  <svg
24877
24877
  class="pf-v6-svg"
24878
24878
  fill="currentColor"
24879
- viewBox="0 0 448 512"
24879
+ viewBox="0 0 20 20"
24880
24880
  aria-hidden="true"
24881
24881
  role="img"
24882
24882
  width="1em"
24883
24883
  height="1em"
24884
24884
  >
24885
24885
  <path
24886
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
24886
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
24887
24887
  />
24888
24888
  </svg>
24889
24889
  </span>
@@ -24900,14 +24900,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
24900
24900
  <svg
24901
24901
  class="pf-v6-svg"
24902
24902
  fill="currentColor"
24903
- viewBox="0 0 256 512"
24903
+ viewBox="0 0 20 20"
24904
24904
  aria-hidden="true"
24905
24905
  role="img"
24906
24906
  width="1em"
24907
24907
  height="1em"
24908
24908
  >
24909
24909
  <path
24910
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
24910
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
24911
24911
  />
24912
24912
  </svg>
24913
24913
  </span>
@@ -24935,14 +24935,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
24935
24935
  <svg
24936
24936
  class="pf-v6-svg"
24937
24937
  fill="currentColor"
24938
- viewBox="0 0 256 512"
24938
+ viewBox="0 0 20 20"
24939
24939
  aria-hidden="true"
24940
24940
  role="img"
24941
24941
  width="1em"
24942
24942
  height="1em"
24943
24943
  >
24944
24944
  <path
24945
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
24945
+ 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"
24946
24946
  />
24947
24947
  </svg>
24948
24948
  </span>
@@ -24959,14 +24959,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
24959
24959
  <svg
24960
24960
  class="pf-v6-svg"
24961
24961
  fill="currentColor"
24962
- viewBox="0 0 448 512"
24962
+ viewBox="0 0 20 20"
24963
24963
  aria-hidden="true"
24964
24964
  role="img"
24965
24965
  width="1em"
24966
24966
  height="1em"
24967
24967
  >
24968
24968
  <path
24969
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
24969
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
24970
24970
  />
24971
24971
  </svg>
24972
24972
  </span>
@@ -25190,14 +25190,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
25190
25190
  <svg
25191
25191
  class="pf-v6-svg"
25192
25192
  fill="currentColor"
25193
- viewBox="0 0 256 512"
25193
+ viewBox="0 0 20 20"
25194
25194
  aria-hidden="true"
25195
25195
  role="img"
25196
25196
  width="1em"
25197
25197
  height="1em"
25198
25198
  >
25199
25199
  <path
25200
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
25200
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
25201
25201
  />
25202
25202
  </svg>
25203
25203
  </span>
@@ -25215,14 +25215,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
25215
25215
  <svg
25216
25216
  class="pf-v6-svg"
25217
25217
  fill="currentColor"
25218
- viewBox="0 0 256 512"
25218
+ viewBox="0 0 20 20"
25219
25219
  aria-hidden="true"
25220
25220
  role="img"
25221
25221
  width="1em"
25222
25222
  height="1em"
25223
25223
  >
25224
25224
  <path
25225
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
25225
+ 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"
25226
25226
  />
25227
25227
  </svg>
25228
25228
  </span>
@@ -26007,14 +26007,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
26007
26007
  <svg
26008
26008
  class="pf-v6-svg"
26009
26009
  fill="currentColor"
26010
- viewBox="0 0 448 512"
26010
+ viewBox="0 0 20 20"
26011
26011
  aria-hidden="true"
26012
26012
  role="img"
26013
26013
  width="1em"
26014
26014
  height="1em"
26015
26015
  >
26016
26016
  <path
26017
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
26017
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
26018
26018
  />
26019
26019
  </svg>
26020
26020
  </span>
@@ -26031,14 +26031,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
26031
26031
  <svg
26032
26032
  class="pf-v6-svg"
26033
26033
  fill="currentColor"
26034
- viewBox="0 0 256 512"
26034
+ viewBox="0 0 20 20"
26035
26035
  aria-hidden="true"
26036
26036
  role="img"
26037
26037
  width="1em"
26038
26038
  height="1em"
26039
26039
  >
26040
26040
  <path
26041
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
26041
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
26042
26042
  />
26043
26043
  </svg>
26044
26044
  </span>
@@ -26066,14 +26066,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
26066
26066
  <svg
26067
26067
  class="pf-v6-svg"
26068
26068
  fill="currentColor"
26069
- viewBox="0 0 256 512"
26069
+ viewBox="0 0 20 20"
26070
26070
  aria-hidden="true"
26071
26071
  role="img"
26072
26072
  width="1em"
26073
26073
  height="1em"
26074
26074
  >
26075
26075
  <path
26076
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
26076
+ 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"
26077
26077
  />
26078
26078
  </svg>
26079
26079
  </span>
@@ -26090,14 +26090,14 @@ Note that the table in the main content area uses the `pf-m-grid-lg` modifier an
26090
26090
  <svg
26091
26091
  class="pf-v6-svg"
26092
26092
  fill="currentColor"
26093
- viewBox="0 0 448 512"
26093
+ viewBox="0 0 20 20"
26094
26094
  aria-hidden="true"
26095
26095
  role="img"
26096
26096
  width="1em"
26097
26097
  height="1em"
26098
26098
  >
26099
26099
  <path
26100
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
26100
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
26101
26101
  />
26102
26102
  </svg>
26103
26103
  </span>