feat(plugins): add SVG icon support with authenticated inline rendering

This commit is contained in:
viper151
2026-03-06 12:36:15 +01:00
parent 95ba61ea3e
commit a09aa5f68e
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="18" y1="20" x2="18" y2="10"/>
<line x1="12" y1="20" x2="12" y2="4"/>
<line x1="6" y1="20" x2="6" y2="14"/>
<line x1="2" y1="20" x2="22" y2="20"/>
</svg>

After

Width:  |  Height:  |  Size: 353 B