mirror of
https://github.com/safing/portmaster
synced 2025-04-09 05:29:11 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
package assets
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed data/icons/pm_light_512.png
|
|
var PNG []byte
|