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/capture.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/capture.svg')
-rw-r--r-- | src/_icons/capture.svg | 2 |
1 files changed, 1 insertions, 1 deletions
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> |