From 35a47704dbd4cd53d1c95aae8958be827560bd61 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 26 May 2024 12:11:35 +0200 Subject: [PATCH] Commit icons file --- icons.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 icons.toml 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"