diff options
author | codecalm <codecalm@gmail.com> | 2020-02-29 17:56:03 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-29 17:56:03 +0100 |
commit | e0eddc5e49c87bcf42df8f9e0a6bfedb61f7b204 (patch) | |
tree | 58ea88ef8ed6b4ed8ce998fa7fb691c2bfb02eb1 /_icons/border-none.svg | |
parent | more icons (diff) | |
download | tabler-icons-e0eddc5e49c87bcf42df8f9e0a6bfedb61f7b204.tar.xz |
arrows, border fixes
Diffstat (limited to '_icons/border-none.svg')
-rw-r--r-- | _icons/border-none.svg | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/_icons/border-none.svg b/_icons/border-none.svg index 9d1a9400..d0cc436f 100644 --- a/_icons/border-none.svg +++ b/_icons/border-none.svg @@ -1,12 +1,12 @@ --- --- <svg> - <g stroke-dasharray=".001 4.5"> - <line x1="3" y1="3" x2="21" y2="3"></line> - <line x1="21" y1="3" x2="21" y2="21"></line> - <line x1="21" y1="21" x2="3" y2="21"></line> - <line x1="3" y1="21" x2="3" y2="3"></line> - <line x1="3" y1="12" x2="21" y2="12"></line> - <line x1="12" y1="3" x2="12" y2="21"></line> + <g stroke-dasharray=".001 4"> + <line x1="4" y1="4" x2="20" y2="4"></line> + <line x1="20" y1="4" x2="20" y2="20"></line> + <line x1="20" y1="20" x2="4" y2="20"></line> + <line x1="4" y1="20" x2="4" y2="4"></line> + <line x1="4" y1="12" x2="20" y2="12"></line> + <line x1="12" y1="4" x2="12" y2="20"></line> </g> </svg> |