diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 18:29:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 18:29:26 +0200 |
commit | 487bccb63960693d4616e7c8767a5d3fb69af33e (patch) | |
tree | 05788b47f8f483fcf4b0f1abeb5168b6703262d1 /src/_icons/camera-plus.svg | |
parent | 4 new icons: `eye-off`, `shield-off`, `user-off`, `wifi-off` (diff) | |
download | tabler-icons-487bccb63960693d4616e7c8767a5d3fb69af33e.tar.xz |
`camera-off` icon
Diffstat (limited to 'src/_icons/camera-plus.svg')
-rw-r--r-- | src/_icons/camera-plus.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/camera-plus.svg b/src/_icons/camera-plus.svg index 8c6e5cb4..b5649a6a 100644 --- a/src/_icons/camera-plus.svg +++ b/src/_icons/camera-plus.svg @@ -3,7 +3,7 @@ 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" /> + <path d="M5 7h2a2 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> |