From 350e4c2f6be183514fcea30e729860f84678a968 Mon Sep 17 00:00:00 2001 From: n-stein <16599929+n-stein@users.noreply.github.com> Date: Fri, 3 May 2024 03:43:14 -0400 Subject: [PATCH] fix(moneymanagerex#6703): add calculator icons --- .../colorful/controls/CALCULATOR.svg | 51 ++++++++++++++++++ .../dark-mode/controls/CALCULATOR.svg | 54 +++++++++++++++++++ .../default/dark/controls/dark-CALCULATOR.svg | 54 +++++++++++++++++++ .../default/light/controls/CALCULATOR.svg | 54 +++++++++++++++++++ .../simple-black/controls/CALCULATOR.svg | 54 +++++++++++++++++++ .../yellow-blue/controls/CALCULATOR.svg | 45 ++++++++++++++++ 6 files changed, 312 insertions(+) create mode 100644 system-themes/colorful/controls/CALCULATOR.svg create mode 100644 system-themes/dark-mode/controls/CALCULATOR.svg create mode 100644 system-themes/default/dark/controls/dark-CALCULATOR.svg create mode 100644 system-themes/default/light/controls/CALCULATOR.svg create mode 100644 system-themes/simple-black/controls/CALCULATOR.svg create mode 100644 system-themes/yellow-blue/controls/CALCULATOR.svg diff --git a/system-themes/colorful/controls/CALCULATOR.svg b/system-themes/colorful/controls/CALCULATOR.svg new file mode 100644 index 0000000..4c411f8 --- /dev/null +++ b/system-themes/colorful/controls/CALCULATOR.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system-themes/dark-mode/controls/CALCULATOR.svg b/system-themes/dark-mode/controls/CALCULATOR.svg new file mode 100644 index 0000000..94e68f7 --- /dev/null +++ b/system-themes/dark-mode/controls/CALCULATOR.svg @@ -0,0 +1,54 @@ + + + + + + + + + + diff --git a/system-themes/default/dark/controls/dark-CALCULATOR.svg b/system-themes/default/dark/controls/dark-CALCULATOR.svg new file mode 100644 index 0000000..94e68f7 --- /dev/null +++ b/system-themes/default/dark/controls/dark-CALCULATOR.svg @@ -0,0 +1,54 @@ + + + + + + + + + + diff --git a/system-themes/default/light/controls/CALCULATOR.svg b/system-themes/default/light/controls/CALCULATOR.svg new file mode 100644 index 0000000..4516755 --- /dev/null +++ b/system-themes/default/light/controls/CALCULATOR.svg @@ -0,0 +1,54 @@ + + + + + + + + + + diff --git a/system-themes/simple-black/controls/CALCULATOR.svg b/system-themes/simple-black/controls/CALCULATOR.svg new file mode 100644 index 0000000..992852e --- /dev/null +++ b/system-themes/simple-black/controls/CALCULATOR.svg @@ -0,0 +1,54 @@ + + + + + + + + + + diff --git a/system-themes/yellow-blue/controls/CALCULATOR.svg b/system-themes/yellow-blue/controls/CALCULATOR.svg new file mode 100644 index 0000000..fe3dbc7 --- /dev/null +++ b/system-themes/yellow-blue/controls/CALCULATOR.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file