Move icons back into SIG data

This commit is contained in:
Ian Renton
2026-08-31 17:31:13 +01:00
parent 12e9b6a4ca
commit d83a979e46
18 changed files with 76 additions and 72 deletions
+2
View File
@@ -19,3 +19,5 @@ class SIG:
comment_names: list[str] = field(default_factory=list)
# Regex matcher for references, e.g. for POTA r"[A-Z]{2}\-\d+".
ref_regex: str | None = None
# Icon to use in the UI when referencing this SIG. Chosen from the Font Awesome set.
icon: str | None = None