diff options
author | codecalm <codecalm@gmail.com> | 2020-08-04 23:46:11 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-04 23:46:11 +0200 |
commit | 3b6c5d322c55ee1dd5526c6ca5d4c0bc1d00f451 (patch) | |
tree | bc34594f70fb893ef965ae7a0531cd75a3da5132 /src/_icons/camera-plus.svg | |
parent | `capture` icon (diff) | |
download | tabler-icons-3b6c5d322c55ee1dd5526c6ca5d4c0bc1d00f451.tar.xz |
3 new icons: `camera-minus`, `camera-plus`, `phone-calling`
Fixed icons: `capture`
Diffstat (limited to 'src/_icons/camera-plus.svg')
-rw-r--r-- | src/_icons/camera-plus.svg | 9 |
1 files changed, 9 insertions, 0 deletions
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> |