From 61f2b988fd5bcbd70910b76e86090f32f8dc7c45 Mon Sep 17 00:00:00 2001 From: Ash Guillaume Date: Sat, 26 Jan 2019 14:52:33 -0800 Subject: [PATCH 1/3] added pen tool icon --- icons/pen-tool.svg | 16 ++++++++++++++++ src/tags.json | 1 + 2 files changed, 17 insertions(+) create mode 100644 icons/pen-tool.svg diff --git a/icons/pen-tool.svg b/icons/pen-tool.svg new file mode 100644 index 00000000..381aff2c --- /dev/null +++ b/icons/pen-tool.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/src/tags.json b/src/tags.json index befbba54..c385e94c 100644 --- a/src/tags.json +++ b/src/tags.json @@ -103,6 +103,7 @@ "paperclip": ["attachment"], "pause": ["music", "stop"], "pause-circle": ["music", "stop"], + "pen-tool": ["pen", "vector", "drawing"], "play": ["music", "start"], "play-circle": ["music", "start"], "plus": ["add", "new"], From caa78430a3e3c1d6fc829b77f6e5af076d7730a8 Mon Sep 17 00:00:00 2001 From: Ash Guillaume Date: Mon, 28 Jan 2019 20:11:24 -0800 Subject: [PATCH 2/3] updated pen-tool with new version --- icons/pen-tool.svg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/icons/pen-tool.svg b/icons/pen-tool.svg index 381aff2c..45b24bbd 100644 --- a/icons/pen-tool.svg +++ b/icons/pen-tool.svg @@ -1,16 +1,16 @@ - - - - + + + + From d6d2898367b4e94252c8099cfe063b6ca260120b Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 29 Jan 2019 09:59:46 -0800 Subject: [PATCH 3/3] Update src/tags.json Co-Authored-By: ashygee <10384315+ashygee@users.noreply.github.com> --- src/tags.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tags.json b/src/tags.json index c385e94c..070d4d57 100644 --- a/src/tags.json +++ b/src/tags.json @@ -103,7 +103,7 @@ "paperclip": ["attachment"], "pause": ["music", "stop"], "pause-circle": ["music", "stop"], - "pen-tool": ["pen", "vector", "drawing"], + "pen-tool": ["vector", "drawing"], "play": ["music", "start"], "play-circle": ["music", "start"], "plus": ["add", "new"],