@patternfly/patternfly 6.5.0-prerelease.50 → 6.5.0-prerelease.51
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.
|
@@ -94,7 +94,7 @@ cssPrefix: pf-v6-c-modal-box
|
|
|
94
94
|
<span class="pf-v6-c-button__icon">
|
|
95
95
|
<svg
|
|
96
96
|
class="pf-v6-svg"
|
|
97
|
-
viewBox="0 0
|
|
97
|
+
viewBox="0 0 32 32"
|
|
98
98
|
fill="currentColor"
|
|
99
99
|
aria-hidden="true"
|
|
100
100
|
role="img"
|
|
@@ -102,7 +102,7 @@ cssPrefix: pf-v6-c-modal-box
|
|
|
102
102
|
height="1em"
|
|
103
103
|
>
|
|
104
104
|
<path
|
|
105
|
-
d="
|
|
105
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm5-17a5.008 5.008 0 0 1-4 4.899V19a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3a1 1 0 0 1-2 0c0-2.757 2.243-5 5-5s5 2.243 5 5Zm-3.25 12a1.75 1.75 0 1 1-3.501-.001A1.75 1.75 0 0 1 17.75 24Z"
|
|
106
106
|
/>
|
|
107
107
|
</svg>
|
|
108
108
|
</span>
|
|
@@ -434,7 +434,7 @@ cssPrefix: pf-v6-c-modal-box
|
|
|
434
434
|
<span class="pf-v6-c-modal-box__title-icon">
|
|
435
435
|
<svg
|
|
436
436
|
class="pf-v6-svg"
|
|
437
|
-
viewBox="0 0
|
|
437
|
+
viewBox="0 0 36 36"
|
|
438
438
|
fill="currentColor"
|
|
439
439
|
aria-hidden="true"
|
|
440
440
|
role="img"
|
|
@@ -442,7 +442,7 @@ cssPrefix: pf-v6-c-modal-box
|
|
|
442
442
|
height="1em"
|
|
443
443
|
>
|
|
444
444
|
<path
|
|
445
|
-
d="
|
|
445
|
+
d="M30.32 4.46a.63.63 0 0 0-.61 0l-14.87 7.92H11a5.62 5.62 0 0 0-1.24 11.1l1.63 7.65a.64.64 0 0 0 .61.49h3a.62.62 0 0 0 .62-.62v-7l14.09 7.51a.62.62 0 0 0 .91-.55V5a.63.63 0 0 0-.3-.54ZM14.38 30.38h-1.87l-1.44-6.76h3.31Zm0-8H11a4.38 4.38 0 0 1 0-8.76h3.38Zm15 7.58-13.76-7.34v-9.24L29.38 6Z"
|
|
446
446
|
/>
|
|
447
447
|
</svg>
|
|
448
448
|
</span>
|