diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/__snapshots__/index.test.tsx.snap
index 80f20667c..a2e66ea3b 100644
--- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/__snapshots__/index.test.tsx.snap
@@ -15,11 +15,11 @@ exports[` matches snapshot when inhibited 1`] = `
class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -44,11 +44,11 @@ exports[` matches snapshot when inhibited 1`] = `
class=\\"svg-inline--fa fa-angle-left me-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -164,11 +164,11 @@ exports[` matches snapshot with showAlertmanagers=false showReceiver=fa
class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -193,11 +193,11 @@ exports[` matches snapshot with showAlertmanagers=false showReceiver=fa
class=\\"svg-inline--fa fa-angle-left me-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/__snapshots__/index.test.tsx.snap
index 9d3bcc03e..71e41a1c6 100644
--- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/__snapshots__/index.test.tsx.snap
@@ -41,11 +41,11 @@ exports[` matches snapshot when visible=false 1`] = `
class=\\"svg-inline--fa fa-angle-left me-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -68,11 +68,11 @@ exports[` matches snapshot when visible=true 1`] = `
class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.tsx.snap
index 452505b7c..84241af79 100644
--- a/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.tsx.snap
@@ -15,11 +15,11 @@ exports[` matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -44,11 +44,11 @@ exports[` matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-left me-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -129,11 +129,11 @@ exports[` mathes snapshot when silence is rendered 1`] = `
class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -158,11 +158,11 @@ exports[` mathes snapshot when silence is rendered 1`] = `
class=\\"svg-inline--fa fa-angle-left me-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -272,12 +272,12 @@ exports[` mathes snapshot when silence is rendered 1`] = `
class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 448 512\\"
+ viewbox=\\"0 0 512 512\\"
style=\\"transition: transform 0.25s ease-in-out;\\"
>
diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/__snapshots__/Silences.test.tsx.snap b/ui/src/Components/Grid/AlertGrid/AlertGroup/__snapshots__/Silences.test.tsx.snap
index ec8d846b3..17845aee5 100644
--- a/ui/src/Components/Grid/AlertGrid/AlertGroup/__snapshots__/Silences.test.tsx.snap
+++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/__snapshots__/Silences.test.tsx.snap
@@ -49,12 +49,12 @@ exports[` renders ManagedSilence if silence is present in Alert
class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 448 512\\"
+ viewbox=\\"0 0 512 512\\"
style=\\"transition: transform 0.25s ease-in-out;\\"
>
diff --git a/ui/src/Components/Grid/ReloadNeeded/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/ReloadNeeded/__snapshots__/index.test.tsx.snap
index 19976b83e..38857b792 100644
--- a/ui/src/Components/Grid/ReloadNeeded/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/Grid/ReloadNeeded/__snapshots__/index.test.tsx.snap
@@ -33,7 +33,7 @@ exports[` matches snapshot 1`] = `
>
diff --git a/ui/src/Components/Grid/UpgradeNeeded/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/UpgradeNeeded/__snapshots__/index.test.tsx.snap
index 278c8f8cd..e34292833 100644
--- a/ui/src/Components/Grid/UpgradeNeeded/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/Grid/UpgradeNeeded/__snapshots__/index.test.tsx.snap
@@ -35,7 +35,7 @@ exports[` matches snapshot 1`] = `
>
diff --git a/ui/src/Components/Labels/LabelWithPercent/__snapshots__/index.test.tsx.snap b/ui/src/Components/Labels/LabelWithPercent/__snapshots__/index.test.tsx.snap
index cdbfc309b..a1f8ed8af 100644
--- a/ui/src/Components/Labels/LabelWithPercent/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/Labels/LabelWithPercent/__snapshots__/index.test.tsx.snap
@@ -20,12 +20,12 @@ exports[` matches snapshot with isActive=true 1`] = `
class=\\"svg-inline--fa fa-xmark cursor-pointer text-reset ms-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 320 512\\"
+ viewbox=\\"0 0 384 512\\"
style=\\"font-size: 100%;\\"
>
diff --git a/ui/src/Components/ManagedSilence/__snapshots__/SilenceComment.test.tsx.snap b/ui/src/Components/ManagedSilence/__snapshots__/SilenceComment.test.tsx.snap
index b39175b4b..099619a4f 100644
--- a/ui/src/Components/ManagedSilence/__snapshots__/SilenceComment.test.tsx.snap
+++ b/ui/src/Components/ManagedSilence/__snapshots__/SilenceComment.test.tsx.snap
@@ -52,12 +52,12 @@ exports[` Matches snapshot when collapsed 1`] = `
class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 448 512\\"
+ viewbox=\\"0 0 512 512\\"
style=\\"transition: transform 0.25s ease-in-out;\\"
>
@@ -123,12 +123,12 @@ exports[` Matches snapshot when collapsed and multiple cluster
class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 448 512\\"
+ viewbox=\\"0 0 512 512\\"
style=\\"transition: transform 0.25s ease-in-out;\\"
>
@@ -186,12 +186,12 @@ exports[` Matches snapshot when expanded 1`] = `
class=\\"svg-inline--fa fa-chevron-down m-auto text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 448 512\\"
+ viewbox=\\"0 0 512 512\\"
style=\\"transition: transform 0.25s ease-in-out;\\"
>
@@ -249,12 +249,12 @@ exports[` Matches snapshot when expanded and multiple clusters
class=\\"svg-inline--fa fa-chevron-down m-auto text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 448 512\\"
+ viewbox=\\"0 0 512 512\\"
style=\\"transition: transform 0.25s ease-in-out;\\"
>
diff --git a/ui/src/Components/ManagedSilence/__snapshots__/index.test.tsx.snap b/ui/src/Components/ManagedSilence/__snapshots__/index.test.tsx.snap
index f86e00cdb..78b1a14a8 100644
--- a/ui/src/Components/ManagedSilence/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/ManagedSilence/__snapshots__/index.test.tsx.snap
@@ -54,12 +54,12 @@ exports[` matches snapshot when collapsed 1`] = `
class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 448 512\\"
+ viewbox=\\"0 0 512 512\\"
style=\\"transition: transform 0.25s ease-in-out;\\"
>
@@ -132,12 +132,12 @@ exports[` matches snapshot with expaned details 1`] = `
class=\\"svg-inline--fa fa-chevron-down m-auto text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 448 512\\"
+ viewbox=\\"0 0 512 512\\"
style=\\"transition: transform 0.25s ease-in-out;\\"
>
@@ -179,11 +179,11 @@ exports[` matches snapshot with expaned details 1`] = `
class=\\"svg-inline--fa fa-calendar-xmark fa-fw text-muted me-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 448 512\\"
+ viewbox=\\"0 0 512 512\\"
>
@@ -200,11 +200,11 @@ exports[` matches snapshot with expaned details 1`] = `
class=\\"svg-inline--fa fa-fingerprint fa-fw text-muted me-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 576 512\\"
+ viewbox=\\"0 0 512 512\\"
>
@@ -227,7 +227,7 @@ exports[` matches snapshot with expaned details 1`] = `
>
@@ -335,7 +335,7 @@ exports[` matches snapshot with expaned details 1`] = `
>
diff --git a/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap b/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap
index 4487a8d2f..758cb4425 100644
--- a/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap
@@ -104,7 +104,7 @@ exports[` matches snapshot with some filters 1`] = `
>
@@ -124,11 +124,11 @@ exports[` matches snapshot with some filters 1`] = `
class=\\"svg-inline--fa fa-xmark cursor-pointer text-reset ms-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 320 512\\"
+ viewbox=\\"0 0 384 512\\"
>
@@ -149,7 +149,7 @@ exports[` matches snapshot with some filters 1`] = `
>
@@ -169,11 +169,11 @@ exports[` matches snapshot with some filters 1`] = `
class=\\"svg-inline--fa fa-xmark cursor-pointer text-reset ms-1\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 320 512\\"
+ viewbox=\\"0 0 384 512\\"
>
diff --git a/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.tsx.snap b/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.tsx.snap
index 911c2a2ba..480cc8486 100644
--- a/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.tsx.snap
@@ -50,11 +50,11 @@ exports[` 'Duration' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -86,11 +86,11 @@ exports[` 'Duration' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -116,11 +116,11 @@ exports[` 'Duration' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -152,11 +152,11 @@ exports[` 'Duration' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -182,11 +182,11 @@ exports[` 'Duration' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -218,11 +218,11 @@ exports[` 'Duration' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -891,11 +891,11 @@ exports[` 'Ends' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -913,11 +913,11 @@ exports[` 'Ends' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -952,11 +952,11 @@ exports[` 'Ends' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -974,11 +974,11 @@ exports[` 'Ends' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -1683,11 +1683,11 @@ exports[` 'Starts' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -1705,11 +1705,11 @@ exports[` 'Starts' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -1744,11 +1744,11 @@ exports[` 'Starts' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
@@ -1766,11 +1766,11 @@ exports[` 'Starts' tab matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 384 512\\"
+ viewbox=\\"0 0 448 512\\"
>
diff --git a/ui/src/Components/SilenceModal/SilencePreview/__snapshots__/index.test.tsx.snap b/ui/src/Components/SilenceModal/SilencePreview/__snapshots__/index.test.tsx.snap
index 3840fbd1d..a19ea7ad9 100644
--- a/ui/src/Components/SilenceModal/SilencePreview/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/SilenceModal/SilencePreview/__snapshots__/index.test.tsx.snap
@@ -23,11 +23,11 @@ exports[` matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-left \\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -58,11 +58,11 @@ exports[` matches snapshot 1`] = `
class=\\"svg-inline--fa fa-angle-right \\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 256 512\\"
+ viewbox=\\"0 0 320 512\\"
>
@@ -89,7 +89,7 @@ exports[` matches snapshot 1`] = `
>
diff --git a/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap b/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap
index 4ceaf028b..95723f9b0 100644
--- a/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap
+++ b/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap
@@ -43,7 +43,7 @@ exports[` renders UpgradeToastMessage when alertStore.info.upgradeR
>
@@ -160,7 +160,7 @@ exports[` renders upstream error toasts for each unhealthy upstream
>
@@ -172,11 +172,11 @@ exports[` renders upstream error toasts for each unhealthy upstream
class=\\"svg-inline--fa fa-exclamation fa-stack-1x text-white\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 128 512\\"
+ viewbox=\\"0 0 64 512\\"
>
@@ -203,11 +203,11 @@ exports[` renders upstream error toasts for each unhealthy upstream
class=\\"svg-inline--fa fa-xmark \\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 320 512\\"
+ viewbox=\\"0 0 384 512\\"
>
@@ -230,7 +230,7 @@ exports[` renders upstream error toasts for each unhealthy upstream
>
@@ -242,11 +242,11 @@ exports[` renders upstream error toasts for each unhealthy upstream
class=\\"svg-inline--fa fa-exclamation fa-stack-1x text-white\\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 128 512\\"
+ viewbox=\\"0 0 64 512\\"
>
@@ -273,11 +273,11 @@ exports[` renders upstream error toasts for each unhealthy upstream
class=\\"svg-inline--fa fa-xmark \\"
role=\\"img\\"
xmlns=\\"http://www.w3.org/2000/svg\\"
- viewbox=\\"0 0 320 512\\"
+ viewbox=\\"0 0 384 512\\"
>
diff --git a/ui/src/Components/ToggleIcon/__snapshots__/index.test.tsx.snap b/ui/src/Components/ToggleIcon/__snapshots__/index.test.tsx.snap
index f3f182b6a..e55eb3122 100644
--- a/ui/src/Components/ToggleIcon/__snapshots__/index.test.tsx.snap
+++ b/ui/src/Components/ToggleIcon/__snapshots__/index.test.tsx.snap
@@ -10,11 +10,11 @@ exports[` matches snapshot when closed 1`] = `
focusable="false"
role="img"
style="transition: transform 0.25s ease-in-out;"
- viewBox="0 0 448 512"
+ viewBox="0 0 512 512"
xmlns="http://www.w3.org/2000/svg"
>
@@ -31,11 +31,11 @@ exports[` matches snapshot when open 1`] = `
focusable="false"
role="img"
style="transition: transform 0.25s ease-in-out;"
- viewBox="0 0 448 512"
+ viewBox="0 0 512 512"
xmlns="http://www.w3.org/2000/svg"
>