Add file icons

plus some fixes
This commit is contained in:
nxshock 2021-09-22 19:09:26 +05:00
parent 5fd8fc6573
commit f0ad3afff9
5 changed files with 67 additions and 14 deletions

8
icons.go Normal file
View file

@ -0,0 +1,8 @@
package main
import (
"embed"
)
//go:embed icons/*.svg
var iconsFS embed.FS