From ce80469ecc11b751efa9cb62da9499ad68a77109 Mon Sep 17 00:00:00 2001 From: Alexandr Antonov Date: Tue, 22 Dec 2020 23:04:44 +0300 Subject: [PATCH] feat: Add timer icon (#148) * feat: Add timer icon * Update tags.json Co-authored-by: Eric Fennis * Update icons/timer.svg Co-authored-by: Alexander Antonov Co-authored-by: Eric Fennis --- icons/timer.svg | 15 +++++++++++++++ tags.json | 1 + 2 files changed, 16 insertions(+) create mode 100644 icons/timer.svg diff --git a/icons/timer.svg b/icons/timer.svg new file mode 100644 index 0000000..77bade6 --- /dev/null +++ b/icons/timer.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/tags.json b/tags.json index d054c4e..0332da0 100644 --- a/tags.json +++ b/tags.json @@ -213,6 +213,7 @@ "thermometer": ["temperature", "celsius", "fahrenheit", "weather"], "thumbs-down": ["dislike", "bad", "emotion"], "thumbs-up": ["like", "good", "emotion"], + "timer": ["time", "timer", "stopwatch"], "toggle-left": ["on", "off", "switch"], "toggle-right": ["on", "off", "switch"], "wrench": ["tool", "settings", "spanner"],