diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 23:58:46 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 23:58:46 +0200 |
commit | 0a4936c8c5fc2de8a16ac28542cb4ddf8933120a (patch) | |
tree | c0296bbb4e269ae85ed48b4f02cb23a0a9e71a83 /src/_icons | |
parent | `float-none` icon (diff) | |
download | tabler-icons-0a4936c8c5fc2de8a16ac28542cb4ddf8933120a.tar.xz |
'screen-share', 'screen-share-off' icons
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/ball-tennis.svg | 2 | ||||
-rw-r--r-- | src/_icons/screen-share-off.svg | 9 | ||||
-rw-r--r-- | src/_icons/screen-share.svg | 10 |
3 files changed, 20 insertions, 1 deletions
diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg index 2ba53401..62b0ba67 100644 --- a/src/_icons/ball-tennis.svg +++ b/src/_icons/ball-tennis.svg @@ -3,6 +3,6 @@ category: Sport --- <svg> <circle cx="12" cy="12" r="9" /> - <path d="M6 5.3a9 9 0 0 1 0 13.4"/> + <path d="M6 5.3a9 9 0 0 1 0 13.4" /> <path d="M18 5.3a9 9 0 0 0 0 13.4" /> </svg> diff --git a/src/_icons/screen-share-off.svg b/src/_icons/screen-share-off.svg new file mode 100644 index 00000000..76473468 --- /dev/null +++ b/src/_icons/screen-share-off.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /> + <line x1="7" y1="20" x2="17" y2="20" /> + <line x1="9" y1="16" x2="9" y2="20" /> + <line x1="15" y1="16" x2="15" y2="20" /> + <path d="M17 8l4 -4m-4 0l4 4" /> +</svg> diff --git a/src/_icons/screen-share.svg b/src/_icons/screen-share.svg new file mode 100644 index 00000000..8fbf8dc8 --- /dev/null +++ b/src/_icons/screen-share.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <path d="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /> + <line x1="7" y1="20" x2="17" y2="20" /> + <line x1="9" y1="16" x2="9" y2="20" /> + <line x1="15" y1="16" x2="15" y2="20" /> + <path d="M17 4h4v4" /> + <path d="M16 9l5-5" /> +</svg> |