diff --git a/icons.toml b/icons.toml new file mode 100644 index 0000000..a4a8269 --- /dev/null +++ b/icons.toml @@ -0,0 +1,9 @@ +# Recommended: Specify your app ID *OR* your base resource path for more robust icon loading +# app_id = "de.frajul.sheet-organizer" + +# List of icon names you found (shipped with this crate) +# Note: the file ending `-symbolic.svg` isn't part of the icon name. +icons = ["refresh", "edit", "arrow-sort-regular", "playlist-shuffle", "user-trash"] + +# Optional: Specify a folder containing your own SVG icons +# icon_folder = "my_svg_icons"