Material design 3 icons for gioui
This repository contains the material design 3 icons converted to IconVG format.
Each icon have its own package, so you can import only those icons that you need.
import "github.com/gio-eui/md3-icons/icons/toggle/check_box"
var CheckBox *widget.Icon
CheckBox, _ = widget.NewIcon(mdiToggleCheckBox.Ivg)