diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 23:14:47 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 23:14:47 +0200 |
commit | 1c7aa9babda3f11f87291e7895c505baf236eb80 (patch) | |
tree | 70c3b8e03d41aae4da4b1c4e00bb9fc95e34fc28 /icons/alien.svg | |
parent | New icon: `exchange` (diff) | |
download | tabler-icons-1c7aa9babda3f11f87291e7895c505baf236eb80.tar.xz |
Release 1.7.0v1.7.0
Diffstat (limited to 'icons/alien.svg')
-rw-r--r-- | icons/alien.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/icons/alien.svg b/icons/alien.svg new file mode 100644 index 0000000..2c89f9a --- /dev/null +++ b/icons/alien.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alien" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <path d="M11 17a2.5 2.5 0 0 0 2 0" /> + <path d="M12 3C7.336 3 4.604 5.331 4.138 8.595a11.816 11.816 0 0 0 1.998 8.592 10.777 10.777 0 003.199 3.064h0c1.666.999 3.664.999 5.33 0h0a10.777 10.777 0 0 0 3.199 -3.064 11.89 11.89 0 001.998-8.592C19.396 5.33 16.664 3 12 3z" /> + <line x1="8" y1="11" x2="10" y2="13" /> + <line x1="16" y1="11" x2="14" y2="13" /> +</svg> + + |