radar-g/icons.toml

22 lines
608 B
TOML

# Recommended: Specify your app ID *OR* your base resource path for more robust icon loading
app_id = "org.tsuki.radar_g"
base_resource_path = "/org/tsuki/radar_g"
# List of icon names you found (shipped with this crate)
# Note: the file ending `-symbolic.svg` isn't part of the icon name.
icons = [
"add-filled",
"delete-filled",
"chevron-up-filled",
"chevron-down-filled",
"play-filled",
"rewind-filled",
"fast-forward-filled",
"home-filled",
"settings-filled",
"save-filled",
]
# Optional: Specify a folder containing your own SVG icons
icon_folder = "svg_icons"