diff options
author | codecalm <codecalm@gmail.com> | 2020-09-22 12:50:07 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-22 12:50:07 +0200 |
commit | f06a3958635dca6c6b1fa034f1942d20bc792a8e (patch) | |
tree | d0f65e777559594d19e2ed3d73510c37f118a782 /src/_icons | |
parent | 2 new icons: `access-point-off`, `access-point` (diff) | |
download | tabler-icons-f06a3958635dca6c6b1fa034f1942d20bc792a8e.tar.xz |
video call icons #75
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/video-minus.svg | 7 | ||||
-rw-r--r-- | src/_icons/video-off.svg | 7 | ||||
-rw-r--r-- | src/_icons/video-plus.svg | 8 | ||||
-rw-r--r-- | src/_icons/video.svg | 6 |
4 files changed, 28 insertions, 0 deletions
diff --git a/src/_icons/video-minus.svg b/src/_icons/video-minus.svg new file mode 100644 index 00000000..5ddf5069 --- /dev/null +++ b/src/_icons/video-minus.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /> + <rect x="3" y="6" width="12" height="12" rx="2" /> + <line x1="7" y1="12" x2="11" y2="12" /> +</svg> diff --git a/src/_icons/video-off.svg b/src/_icons/video-off.svg new file mode 100644 index 00000000..67a06678 --- /dev/null +++ b/src/_icons/video-off.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M15 11v-1l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894" /> + <path d="M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1" /> +</svg> diff --git a/src/_icons/video-plus.svg b/src/_icons/video-plus.svg new file mode 100644 index 00000000..227f0503 --- /dev/null +++ b/src/_icons/video-plus.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /> + <rect x="3" y="6" width="12" height="12" rx="2" /> + <line x1="7" y1="12" x2="11" y2="12" /> + <line x1="9" y1="10" x2="9" y2="14" /> +</svg> diff --git a/src/_icons/video.svg b/src/_icons/video.svg new file mode 100644 index 00000000..f906bd8c --- /dev/null +++ b/src/_icons/video.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /> + <rect x="3" y="6" width="12" height="12" rx="2" /> +</svg> |