From cf13cef47599e57e8515355c775ccc5f5b2feb5f Mon Sep 17 00:00:00 2001 From: delnyn <45879791+delnyn@users.noreply.github.com> Date: Wed, 30 Dec 2020 20:06:56 +0100 Subject: [PATCH] Add brush icon (#108) * Update (#2) update * Update README.md * Fix links * Fix typo Co-authored-by: Eric Fennis * Create brush.svg * Add brush tags * Edit brush Co-authored-by: Locness <37651007+locness3@users.noreply.github.com> Co-authored-by: Eric Fennis --- icons/brush.svg | 1 + tags.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 icons/brush.svg diff --git a/icons/brush.svg b/icons/brush.svg new file mode 100644 index 0000000..b6025a7 --- /dev/null +++ b/icons/brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tags.json b/tags.json index 0332da0..d61cf47 100644 --- a/tags.json +++ b/tags.json @@ -27,6 +27,7 @@ "bookmark": ["read", "clip", "marker", "tag"], "box": ["cube"], "briefcase": ["work", "bag", "baggage", "folder"], + "brush": ["draw", "paint"], "building": ["organisation"], "calendar": ["date"], "camera": ["photo"],