From 7b7ee1fe63ef91c7afb96ba1ffe8b185d79b30f7 Mon Sep 17 00:00:00 2001 From: Christopher Sandvik <9214195+csandman@users.noreply.github.com> Date: Tue, 22 Dec 2020 15:01:45 -0500 Subject: [PATCH] Add locate and locate-fixed icons (#159) --- icons/locate-fixed.svg | 18 ++++++++++++++++++ icons/locate.svg | 17 +++++++++++++++++ tags.json | 2 ++ 3 files changed, 37 insertions(+) create mode 100644 icons/locate-fixed.svg create mode 100644 icons/locate.svg diff --git a/icons/locate-fixed.svg b/icons/locate-fixed.svg new file mode 100644 index 000000000..7db097bf5 --- /dev/null +++ b/icons/locate-fixed.svg @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/icons/locate.svg b/icons/locate.svg new file mode 100644 index 000000000..91d179c17 --- /dev/null +++ b/icons/locate.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/tags.json b/tags.json index 3d053cf50..cea7e34ec 100644 --- a/tags.json +++ b/tags.json @@ -118,6 +118,8 @@ "link-2": ["chain", "url"], "linkedin": ["logo", "social media"], "list": ["options"], + "locate-fixed": ["map", "gps", "location"], + "locate": ["map", "gps", "location"], "lock": ["security", "password", "secure"], "log-in": ["sign in", "arrow", "enter"], "log-out": ["sign out", "arrow", "exit"],