From f1a301f0f4f2dd49b9f9b2ca46bde74cd6479c60 Mon Sep 17 00:00:00 2001 From: Louie S Date: Wed, 20 Sep 2023 10:53:31 -0400 Subject: Create icon --- assignment_list.egg-info/SOURCES.txt | 4 ++- icon/icon.dia | Bin 0 -> 1657 bytes icon/icon.dia~ | Bin 0 -> 1657 bytes icon/icon.svg | 53 +++++++++++++++++++++++++++++++++++ 4 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 icon/icon.dia create mode 100644 icon/icon.dia~ create mode 100644 icon/icon.svg diff --git a/assignment_list.egg-info/SOURCES.txt b/assignment_list.egg-info/SOURCES.txt index c9c9420..f608402 100644 --- a/assignment_list.egg-info/SOURCES.txt +++ b/assignment_list.egg-info/SOURCES.txt @@ -17,4 +17,6 @@ src/entry.py src/globals.py src/group.py src/main.py -src/preferences_dialog.py \ No newline at end of file +src/preferences_dialog.py +src/rule.py +src/rules_dialog.py \ No newline at end of file diff --git a/icon/icon.dia b/icon/icon.dia new file mode 100644 index 0000000..3c3d5aa Binary files /dev/null and b/icon/icon.dia differ diff --git a/icon/icon.dia~ b/icon/icon.dia~ new file mode 100644 index 0000000..3c3d5aa Binary files /dev/null and b/icon/icon.dia~ differ diff --git a/icon/icon.svg b/icon/icon.svg new file mode 100644 index 0000000..6bd304e --- /dev/null +++ b/icon/icon.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit