From d5cae6e88c432ec7139caee2de2c7aee30af9c1b Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Sun, 31 Jul 2022 15:21:55 -0500 Subject: Copy all emails button, PT and Labs table data not bold anymore. --- src/components/helpers/Icon.svelte | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/helpers') diff --git a/src/components/helpers/Icon.svelte b/src/components/helpers/Icon.svelte index 42e6151..75ee3f4 100644 --- a/src/components/helpers/Icon.svelte +++ b/src/components/helpers/Icon.svelte @@ -27,6 +27,11 @@ box: 24, path: ``, }, + { + name: "clipboard-copy", + box: 24, + path: ``, + }, ]; let displayIcon = icons.find((e) => e.name === name); -- cgit v1.2.3