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 | |
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')
-rw-r--r-- | src/_icons/camera-off.svg | 7 | ||||
-rw-r--r-- | src/_icons/camera-plus.svg | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/_icons/camera-off.svg b/src/_icons/camera-off.svg new file mode 100644 index 00000000..111898bd --- /dev/null +++ b/src/_icons/camera-off.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M8.29 4.296a0.997 .997 0 0 1 .71 -.296h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.179 2.824c-.25 .113 -.528 .176 -.821 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.292 0 .568 -.062 .818 -.175" /> + <path d="M10.436 10.44a3 3 0 1 0 4.126 4.122" /> + <line x1="3" y1="3" x2="21" y2="21" /> +</svg> 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> |