aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-03 21:35:03 +0200
committercodecalm <codecalm@gmail.com>2020-09-03 21:35:03 +0200
commit2e098527dc5fa61b46b364b4ea8f82c7d2d5fb4c (patch)
tree378d7a1a329f874b27e245adf512011ecbe62cd8
parentRelease 1.18.0 (diff)
downloadtabler-icons-2e098527dc5fa61b46b364b4ea8f82c7d2d5fb4c.tar.xz
`wave` icons #68
-rw-r--r--src/_icons/wave-saw-tool.svg5
-rw-r--r--src/_icons/wave-sine.svg5
-rw-r--r--src/_icons/wave-square.svg5
-rw-r--r--src/_icons/wave-triangle.svg (renamed from src/_icons/activity.svg)2
4 files changed, 16 insertions, 1 deletions
diff --git a/src/_icons/wave-saw-tool.svg b/src/_icons/wave-saw-tool.svg
new file mode 100644
index 0000000..411d23b
--- /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 0000000..0e9a4ff
--- /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 0000000..079c12e
--- /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/activity.svg b/src/_icons/wave-triangle.svg
index c48e2e7..f42fa11 100644
--- a/src/_icons/activity.svg
+++ b/src/_icons/wave-triangle.svg
@@ -2,5 +2,5 @@
tags: [pulse, motion, health, action]
---
<svg>
- <polyline points="21 12 17 12 14 20 10 4 7 12 3 12" />
+ <path d="M3 12h4l3 8l4 -16l3 8h4"/>
</svg>