From 6cdea52f2762f738f98ce10e3541d65349a3a0d1 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Mon, 25 Feb 2019 22:35:05 -0800 Subject: [PATCH] feat: Add `x-octagon` icon --- icons/x-octagon.svg | 15 +++++++++++++++ src/tags.json | 1 + 2 files changed, 16 insertions(+) create mode 100644 icons/x-octagon.svg diff --git a/icons/x-octagon.svg b/icons/x-octagon.svg new file mode 100644 index 0000000..77c4f6e --- /dev/null +++ b/icons/x-octagon.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/src/tags.json b/src/tags.json index 27d958f..9a83a11 100644 --- a/src/tags.json +++ b/src/tags.json @@ -157,6 +157,7 @@ "watch": ["clock", "time"], "wind": ["weather", "air"], "x-circle": ["cancel", "close", "delete", "remove", "times"], + "x-octagon": ["delete", "stop", "alert", "warning", "times"], "x-square": ["cancel", "close", "delete", "remove", "times"], "x": ["cancel", "close", "delete", "remove", "times"], "youtube": ["logo", "video", "play"],