项目文件夹

文件
wehub-resource-sync c4536f7e05
CI / test (push) Failing after 1s
CI / macOS amd64 (push) Has been cancelled
CI / macOS arm64 (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:30:31 +08:00

13 行
250 B
Go

package main
import (
"gioui.org/widget"
"golang.org/x/exp/shiny/materialdesign/icons"
)
// SettingsIcon is used for application settings.
var SettingsIcon = func() *widget.Icon {
icon, _ := widget.NewIcon(icons.ActionSettings)
return icon
}()