fix: center mail icon

This commit is contained in:
Dennis von der Bey 2022-07-19 00:35:16 +02:00
parent 87ffee9fcf
commit d8fa1174b2
No known key found for this signature in database
GPG Key ID: 8E088B68A5FA1ED6

View File

@ -162,7 +162,7 @@
d="M8.533 3.208s2.888 2.73 5.339 9.235c2.451 6.505 2.344 8.4 2.344 8.4" />
</svg>
{{- else if (eq $icon_name "email") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="none" stroke="currentColor" stroke-width="2"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 2 24 21" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>