icons
Material Design Icons
Material Design Icons (7447 SVGs, v7.4.47) as Fyne resources.
by Joakim, Karlsson
About
Every icon is its own function backed by its own //go:embed variable, so the linker dead-code-eliminates the icons you don't call — your binary only contains the SVGs you actually use. Icons are themed: they follow the Fyne theme's foreground color.

Installation
You can install this add-on using go get:
go get github.com/roffe/mdi
Or you can download the code directly from git:
git clone https://github.com/roffe/mdi