diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/camera-minus.svg | 8 | ||||
-rw-r--r-- | src/_icons/camera-plus.svg | 9 | ||||
-rw-r--r-- | src/_icons/capture.svg | 2 | ||||
-rw-r--r-- | src/_icons/phone-calling.svg | 9 |
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 00000000..bedf6705 --- /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 00000000..8c6e5cb4 --- /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 035e1efb..d7718cc5 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 00000000..4c176fe3 --- /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> |