diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 00:59:10 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 15:59:10 +0100 |
commit | bdb537e06d499cc8b13285f0f50e5ba0b4a64473 (patch) | |
tree | a68549a64180e16ef9e1e477b3ff17556024b52d /_icons/user-plus.svg | |
parent | icons small fix (diff) | |
download | tabler-icons-bdb537e06d499cc8b13285f0f50e5ba0b4a64473.tar.xz |
new icons
Diffstat (limited to '_icons/user-plus.svg')
-rw-r--r-- | _icons/user-plus.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_icons/user-plus.svg b/_icons/user-plus.svg index 3d065db7..085c6ac8 100644 --- a/_icons/user-plus.svg +++ b/_icons/user-plus.svg @@ -3,6 +3,6 @@ <svg> <circle cx="8.5" cy="7" r="4"></circle> <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> - <line x1="16" y1="11" x2="22" y2="11"></line> - <line x1="19" y1="8" x2="19" y2="14"></line> + <line x1="16" y1="11" x2="22" y2="11"/> + <line x1="19" y1="8" x2="19" y2="14"/> </svg> |