From 55c84ac47cd05e6f62c224dd1d8b2609689caad1 Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Mon, 28 Jan 2019 20:29:10 -0800 Subject: [PATCH] feat: Add `mouse-pointer` icon --- icons/mouse-pointer.svg | 14 ++++++++++++++ src/tags.json | 1 + 2 files changed, 15 insertions(+) create mode 100644 icons/mouse-pointer.svg diff --git a/icons/mouse-pointer.svg b/icons/mouse-pointer.svg new file mode 100644 index 0000000..ea94332 --- /dev/null +++ b/icons/mouse-pointer.svg @@ -0,0 +1,14 @@ + + + + diff --git a/src/tags.json b/src/tags.json index de05334..d99ad12 100644 --- a/src/tags.json +++ b/src/tags.json @@ -95,6 +95,7 @@ "moon": ["dark", "night"], "more-horizontal": ["ellipsis"], "more-vertical": ["ellipsis"], + "mouse-pointer": ["arrow", "cursor"], "move": ["arrows"], "navigation": ["location", "travel"], "navigation-2": ["location", "travel"],