From de46dda0bcd75acde774806bd393761666860f80 Mon Sep 17 00:00:00 2001
From: Tom Willemsen
Date: Wed, 15 Jan 2025 14:14:19 -0800
Subject: Replace isearch and auto-revert icons with SVG images
The font awesome fonts don't always work quite right, but SVG images are pretty
good to work with.
---
oni-gui/icons/recycle.svg | 3 +++
oni-gui/icons/search.svg | 3 +++
2 files changed, 6 insertions(+)
create mode 100644 oni-gui/icons/recycle.svg
create mode 100644 oni-gui/icons/search.svg
(limited to 'oni-gui/icons')
diff --git a/oni-gui/icons/recycle.svg b/oni-gui/icons/recycle.svg
new file mode 100644
index 0000000..21d1bd9
--- /dev/null
+++ b/oni-gui/icons/recycle.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/oni-gui/icons/search.svg b/oni-gui/icons/search.svg
new file mode 100644
index 0000000..3318054
--- /dev/null
+++ b/oni-gui/icons/search.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
--
cgit v1.3-2-g0d8e