diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 18:16:53 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 18:16:53 +0200 |
commit | 1951550eba52994bfb72aca5408f68fdf05b43a2 (patch) | |
tree | 7b65ee25e6a00f7bdd13cb33c36ea6f47dc23bf3 /src/_icons/user-off.svg | |
parent | `file-diff`, `current-location` icons (diff) | |
download | tabler-icons-1951550eba52994bfb72aca5408f68fdf05b43a2.tar.xz |
4 new icons: `eye-off`, `shield-off`, `user-off`, `wifi-off`
Fixed icons: `eye`, `smoking-no`, `wifi-1`, `wifi-2`, `wifi`
Diffstat (limited to 'src/_icons/user-off.svg')
-rw-r--r-- | src/_icons/user-off.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/user-off.svg b/src/_icons/user-off.svg new file mode 100644 index 00000000..13a4566e --- /dev/null +++ b/src/_icons/user-off.svg @@ -0,0 +1,8 @@ +--- +tags: [person, account] +--- +<svg> + <path d="M14.274 10.291a4 4 0 1 0 -5.554 -5.58m-.548 3.453a4.01 4.01 0 0 0 2.62 2.65" /> + <path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 1.147 .167m2.685 2.681a4 4 0 0 1 .168 1.152v2" /> + <line x1="3" y1="3" x2="21" y2="21" /> +</svg> |