@steele I’m not familiar with PaperMod, but I guess you should add this:
{{- else if (eq $icon_name "omglol") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round">
<path d="m12 21.1c-1.6891 0-3.3781-0.6444-4.6669-1.9331l-4.4-4.4c-2.5775-2.5775-2.5775-6.7563 0-9.3338 2.4903-2.4903 6.4755-2.5746 9.0669-0.2527 2.5915-2.3218 6.5767-2.2375 9.0669 0.2527 2.5775 2.5775 2.5775 6.7563 0 9.3338l-4.4 4.4c-1.2887 1.2887-2.9778 1.9331-4.6669 1.9331"/>
<path d="m8.4878 13.677c1.6071 2.6225 5.4172 2.6225 7.0243 0"/>
<circle cx="8.5" cy="9.5" r="1"/>
<circle cx="15.5" cy="9.5" r="1"/>
</svg>
to `layouts/partials/svg.html`. And then activate it, just as you have activated others. Feel free to ask further questions!