From 00c3487dffcc5d27eba3c06c7d31e2b67db7cf47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20T=C3=B6rnkvist?= Date: Tue, 17 Nov 2020 20:03:48 +0100 Subject: [PATCH] Icons: Beaker, Flasks, Pipette (#135) * Add: Beaker, Flasks, Pipette * Tag spacing --- icons/beaker.svg | 15 +++++++++++++++ icons/flask-conical.svg | 15 +++++++++++++++ icons/flask-round.svg | 17 +++++++++++++++++ icons/pipette.svg | 15 +++++++++++++++ tags.json | 4 ++++ 5 files changed, 66 insertions(+) create mode 100644 icons/beaker.svg create mode 100644 icons/flask-conical.svg create mode 100644 icons/flask-round.svg create mode 100644 icons/pipette.svg diff --git a/icons/beaker.svg b/icons/beaker.svg new file mode 100644 index 0000000..74c5893 --- /dev/null +++ b/icons/beaker.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/flask-conical.svg b/icons/flask-conical.svg new file mode 100644 index 0000000..146e027 --- /dev/null +++ b/icons/flask-conical.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/flask-round.svg b/icons/flask-round.svg new file mode 100644 index 0000000..55ef1e6 --- /dev/null +++ b/icons/flask-round.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/icons/pipette.svg b/icons/pipette.svg new file mode 100644 index 0000000..ba28c9a --- /dev/null +++ b/icons/pipette.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/tags.json b/tags.json index ffb8a8c..9c0bdc9 100644 --- a/tags.json +++ b/tags.json @@ -17,6 +17,7 @@ "bar-chart": ["statistics", "diagram", "graph"], "bar-chart-2": ["statistics", "diagram", "graph"], "battery": ["power", "electricity"], + "beaker": ["cup"], "battery-charging": ["power", "electricity"], "bell": ["alarm", "notification", "sound"], "bell-off": ["alarm", "notification", "silent"], @@ -78,6 +79,8 @@ "film": ["movie", "video"], "filter": ["funnel", "hopper"], "flag": ["report"], + "flask-conical": ["beaker", "erlenmeyer"], + "flask-round": ["beaker"], "folder-minus": ["directory"], "folder-plus": ["directory"], "folder": ["directory"], @@ -156,6 +159,7 @@ "phone": ["call"], "play": ["music", "start"], "pie-chart": ["statistics", "diagram"], + "pipette": ["eye dropper", "color picker"], "play-circle": ["music", "start"], "plus": ["add", "new"], "plus-circle": ["add", "new"],