app_icon: initial commit (material design icons)

This commit is contained in:
mappu 2025-05-06 21:46:27 +12:00
parent 62e8fa8c0c
commit 0b03c5ea79
3 changed files with 11 additions and 0 deletions

BIN
app_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

1
app_icon.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --><path fill="currentColor" d="M6 23H3q-.825 0-1.412-.587T1 21v-3h2v3h3zm12 0v-2h3v-3h2v3q0 .825-.587 1.413T21 23zm-6-4.5q-3 0-5.437-1.775T3 12q1.125-2.95 3.563-4.725T12 5.5t5.438 1.775T21 12q-1.125 2.95-3.562 4.725T12 18.5m0-3q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5m0-2q-.625 0-1.062-.437T10.5 12t.438-1.062T12 10.5t1.063.438T13.5 12t-.437 1.063T12 13.5M1 6V3q0-.825.588-1.412T3 1h3v2H3v3zm20 0V3h-3V1h3q.825 0 1.413.588T23 3v3z"/></svg>

After

Width:  |  Height:  |  Size: 681 B

10
embed.go Normal file
View File

@ -0,0 +1,10 @@
package main
import (
"embed"
)
//go:embed app_icon.png
var appIconPng []byte
var _ embed.FS // satisfy import