diff --git a/docs/layouts/icons/single.html b/docs/layouts/icons/single.html
index a3ca399dc9..be86eadef1 100644
--- a/docs/layouts/icons/single.html
+++ b/docs/layouts/icons/single.html
@@ -33,13 +33,12 @@
{{ .Title }}
{{ if in .Params.tags "deprecated" -}}
- Deprecation notice: This icon is deprecated and will be removed in an upcoming version!
+ Deprecation notice: This icon is deprecated and will be removed in an upcoming version!
{{- end }}
-
{{- $localSvgPath := printf "/icons/%s.svg" .File.TranslationBaseName -}}
{{- $svgPath := path.Join "/assets/" $localSvgPath -}}
{{- $svgHtml := readFile $localSvgPath | chomp | safeHTML -}}