From 2e098527dc5fa61b46b364b4ea8f82c7d2d5fb4c Mon Sep 17 00:00:00 2001
From: codecalm <codecalm@gmail.com>
Date: Thu, 3 Sep 2020 21:35:03 +0200
Subject: `wave` icons #68

---
 src/_icons/activity.svg      | 6 ------
 src/_icons/wave-saw-tool.svg | 5 +++++
 src/_icons/wave-sine.svg     | 5 +++++
 src/_icons/wave-square.svg   | 5 +++++
 src/_icons/wave-triangle.svg | 6 ++++++
 5 files changed, 21 insertions(+), 6 deletions(-)
 delete mode 100644 src/_icons/activity.svg
 create mode 100644 src/_icons/wave-saw-tool.svg
 create mode 100644 src/_icons/wave-sine.svg
 create mode 100644 src/_icons/wave-square.svg
 create mode 100644 src/_icons/wave-triangle.svg

(limited to 'src')

diff --git a/src/_icons/activity.svg b/src/_icons/activity.svg
deleted file mode 100644
index c48e2e7e..00000000
--- a/src/_icons/activity.svg
+++ /dev/null
@@ -1,6 +0,0 @@
----
-tags: [pulse, motion, health, action]
----
-<svg>
-  <polyline points="21 12 17 12 14 20 10 4 7 12 3 12" />
-</svg>
diff --git a/src/_icons/wave-saw-tool.svg b/src/_icons/wave-saw-tool.svg
new file mode 100644
index 00000000..411d23b3
--- /dev/null
+++ b/src/_icons/wave-saw-tool.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+    <path d="M3 12 h5 l4 8 v-16 l4 8h5"/>
+</svg>
diff --git a/src/_icons/wave-sine.svg b/src/_icons/wave-sine.svg
new file mode 100644
index 00000000..0e9a4ff7
--- /dev/null
+++ b/src/_icons/wave-sine.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+    <path d="M21 12 h -2 c -0.894 0 -1.662 -0.857 -1.761 -2 c -0.296 -3.45 -0.749 -6 -2.749 -6 s -2.5 3.582 -2.5 8 s -0.5 8 -2.5 8 s -2.452 -2.547 -2.749 -6 c -0.1 -1.147 -0.867 -2 -1.763 -2 h -2"/>
+</svg>
diff --git a/src/_icons/wave-square.svg b/src/_icons/wave-square.svg
new file mode 100644
index 00000000..079c12ed
--- /dev/null
+++ b/src/_icons/wave-square.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+  <path d="M3 12 h5 v8 h4 v-16 h4 v8 h5"></path>
+</svg>
diff --git a/src/_icons/wave-triangle.svg b/src/_icons/wave-triangle.svg
new file mode 100644
index 00000000..f42fa119
--- /dev/null
+++ b/src/_icons/wave-triangle.svg
@@ -0,0 +1,6 @@
+---
+tags: [pulse, motion, health, action]
+---
+<svg>
+  <path d="M3 12h4l3 8l4 -16l3 8h4"/>
+</svg>
-- 
cgit v1.2.1