From 6dfdae98251b04f3e62c1a457ef6606105605b4e Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Mon, 21 Aug 2023 13:18:39 +1000 Subject: [PATCH] Sync up icons --- src/styles/icons.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/icons.css b/src/styles/icons.css index ce92722..5d6be5a 100644 --- a/src/styles/icons.css +++ b/src/styles/icons.css @@ -17,4 +17,12 @@ .icon-share:before { content: "\F359" +} + +.icon-export:before { + content: "\EF24" +} + +.icon-mixer:before { + content: "\EF27" } \ No newline at end of file