From 0a130b77e0c4e1c3149ae96552b419fd5fc37fad Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Tue, 29 Jan 2019 10:14:03 -0800 Subject: [PATCH] feat: Add `pen-tool` icon (#522) --- 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 0000000..45b24bb --- /dev/null +++ b/icons/pen-tool.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/src/tags.json b/src/tags.json index d99ad12..27d958f 100644 --- a/src/tags.json +++ b/src/tags.json @@ -104,6 +104,7 @@ "paperclip": ["attachment"], "pause": ["music", "stop"], "pause-circle": ["music", "stop"], + "pen-tool": ["vector", "drawing"], "play": ["music", "start"], "play-circle": ["music", "start"], "plus": ["add", "new"],