aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-04 23:46:11 +0200
committercodecalm <codecalm@gmail.com>2020-08-04 23:46:11 +0200
commit3b6c5d322c55ee1dd5526c6ca5d4c0bc1d00f451 (patch)
treebc34594f70fb893ef965ae7a0531cd75a3da5132
parent`capture` icon (diff)
downloadtabler-icons-3b6c5d322c55ee1dd5526c6ca5d4c0bc1d00f451.tar.xz
3 new icons: `camera-minus`, `camera-plus`, `phone-calling`
Fixed icons: `capture`
-rw-r--r--src/_icons/camera-minus.svg8
-rw-r--r--src/_icons/camera-plus.svg9
-rw-r--r--src/_icons/capture.svg2
-rw-r--r--src/_icons/phone-calling.svg9
4 files changed, 27 insertions, 1 deletions
diff --git a/src/_icons/camera-minus.svg b/src/_icons/camera-minus.svg
new file mode 100644
index 0000000..bedf670
--- /dev/null
+++ b/src/_icons/camera-minus.svg
@@ -0,0 +1,8 @@
+---
+tags: [video, photo, aperture]
+---
+<svg>
+ <circle cx="12" cy="13" r="3" />
+ <path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h3m9 6v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />
+ <line x1="15" y1="6" x2="21" y2="6" />
+</svg>
diff --git a/src/_icons/camera-plus.svg b/src/_icons/camera-plus.svg
new file mode 100644
index 0000000..8c6e5cb
--- /dev/null
+++ b/src/_icons/camera-plus.svg
@@ -0,0 +1,9 @@
+---
+tags: [video, photo, aperture]
+---
+<svg>
+ <circle cx="12" cy="13" r="3" />
+ <path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h2m9 7v7a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />
+ <line x1="15" y1="6" x2="21" y2="6" />
+ <line x1="18" y1="3" x2="18" y2="9" />
+</svg>
diff --git a/src/_icons/capture.svg b/src/_icons/capture.svg
index 035e1ef..d7718cc 100644
--- a/src/_icons/capture.svg
+++ b/src/_icons/capture.svg
@@ -5,5 +5,5 @@
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
<path d="M16 20h2a2 2 0 0 0 2 -2v-2" />
- <circle cx="12" cy="12" r="3"></circle>
+ <circle cx="12" cy="12" r="3" />
</svg>
diff --git a/src/_icons/phone-calling.svg b/src/_icons/phone-calling.svg
new file mode 100644
index 0000000..4c176fe
--- /dev/null
+++ b/src/_icons/phone-calling.svg
@@ -0,0 +1,9 @@
+---
+tags: [ring, mobile, conversation, answer, dial, landline]
+---
+<svg>
+ <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />
+ <line x1="15" y1="7" x2="15" y2="7.01" />
+ <line x1="18" y1="7" x2="18" y2="7.01" />
+ <line x1="21" y1="7" x2="21" y2="7.01" />
+</svg>