{{ $image := resources.Get .src }}
{{ $processedImage := $image | fingerprint }}
{{ $width := default "20px" .width }}
{{ $height := default "20px" .height }}
{{ $viewBox := default "0 0 200 200" .viewBox }}
{{ $class := default "" .class }}
{{ $alt := default "" .alt }}
{{ $svgContent := $processedImage.Content | safeHTML }}
{{ $svgContent = replace $svgContent "" "" }}
{{ $svgContent = $svgContent | safeHTML }}