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 /src/_icons/unlink.svg | |
parent | build fix (diff) | |
download | tabler-icons-f6373d033e468bade371c856a7fc76f1f7e7565a.tar.xz |
sketch, illustrator, figma fixes
temperature icons
fix #4
Diffstat (limited to 'src/_icons/unlink.svg')
-rw-r--r-- | src/_icons/unlink.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/unlink.svg b/src/_icons/unlink.svg index ba0ea78e..959c3bb1 100644 --- a/src/_icons/unlink.svg +++ b/src/_icons/unlink.svg @@ -2,8 +2,8 @@ tags: [chain, url, address, remove, broke, unconnect] --- <svg> - <path d="M10 14a3.5 3.5 0 005 0l4 -4a3.5 3.5 0 00-5 -5l-.5 .5" /> - <path d="M14 10a3.5 3.5 0 00-5 0l-4 4a3.5 3.5 0 005 5l.5 -.5" /> + <path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" /> + <path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" /> <line x1="16" y1="21" x2="16" y2="19" /> <line x1="19" y1="16" x2="21" y2="16" /> <line x1="3" y1="8" x2="5" y2="8" /> |