From dd9f0ff1a33ca120a358f47f1827bc2838647338 Mon Sep 17 00:00:00 2001
From: Cole Bemis <colebemis@gmail.com>
Date: Fri, 9 Jun 2017 18:30:24 -0700
Subject: [PATCH] feat: Add `percent` icon

CLoses #105
---
 icons/core/percent.svg | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 icons/core/percent.svg

diff --git a/icons/core/percent.svg b/icons/core/percent.svg
new file mode 100644
index 0000000..0abad4f
--- /dev/null
+++ b/icons/core/percent.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
+    <line x1="19" y1="5" x2="5" y2="19" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
+    <circle cx="6.5" cy="6.5" r="2.5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
+    <circle cx="17.5" cy="17.5" r="2.5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
+</svg>
-- 
2.21.0