From 3b6c5d322c55ee1dd5526c6ca5d4c0bc1d00f451 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 4 Aug 2020 23:46:11 +0200 Subject: 3 new icons: `camera-minus`, `camera-plus`, `phone-calling` Fixed icons: `capture` --- src/_icons/camera-minus.svg | 8 ++++++++ src/_icons/camera-plus.svg | 9 +++++++++ src/_icons/capture.svg | 2 +- src/_icons/phone-calling.svg | 9 +++++++++ 4 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 src/_icons/camera-minus.svg create mode 100644 src/_icons/camera-plus.svg create mode 100644 src/_icons/phone-calling.svg (limited to 'src/_icons') 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] +--- + + + + + 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] +--- + + + + + + 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 @@ - + 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] +--- + + + + + + -- cgit v1.2.1