diff options
author | codecalm <codecalm@gmail.com> | 2020-03-20 15:14:30 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-20 15:14:30 +0100 |
commit | f6373d033e468bade371c856a7fc76f1f7e7565a (patch) | |
tree | 7fc56cfc9188d7d4265c70ed8dc83bdb97fdbfd4 /icons/router.svg | |
parent | build fix (diff) | |
download | tabler-icons-f6373d033e468bade371c856a7fc76f1f7e7565a.tar.xz |
sketch, illustrator, figma fixes
temperature icons
fix #4
Diffstat (limited to 'icons/router.svg')
-rw-r--r-- | icons/router.svg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/icons/router.svg b/icons/router.svg index 0b4111dd..dda92807 100644 --- a/icons/router.svg +++ b/icons/router.svg @@ -1,10 +1,11 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-router" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <rect x="0" y="0" width="24" height="24" stroke="none"></rect> <rect x="3" y="13" width="18" height="8" rx="2" /> <line x1="17" y1="17" x2="17" y2="17.01" /> <line x1="13" y1="17" x2="13" y2="17.01" /> <line x1="15" y1="13" x2="15" y2="11" /> - <path d="M11.75 8.75a4 4 0 016.5 0" /> - <path d="M8.5 6.5a8 8 0 0113 0" /> + <path d="M11.75 8.75a4 4 0 0 1 6.5 0" /> + <path d="M8.5 6.5a8 8 0 0 1 13 0" /> </svg> |