From 9e524fd55767c23aaf96ec18653ea0d387daf19a Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Tue, 1 Nov 2022 17:30:41 +0100 Subject: [PATCH] Add icon `check-check` (#809) * add icon check check * Update icons/check-check.svg Co-authored-by: Karsa Co-authored-by: Karsa --- icons/check-check.svg | 14 ++++++++++++++ tags.json | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 icons/check-check.svg diff --git a/icons/check-check.svg b/icons/check-check.svg new file mode 100644 index 00000000000..f1c28abc47d --- /dev/null +++ b/icons/check-check.svg @@ -0,0 +1,14 @@ + + + + diff --git a/tags.json b/tags.json index b5b39712ad7..e04979e79a4 100644 --- a/tags.json +++ b/tags.json @@ -772,6 +772,11 @@ "check": [ "done" ], + "check-check": [ + "done", + "received", + "double" + ], "check-circle": [ "done" ],