diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 22:07:11 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 22:07:11 +0200 |
commit | bab91a3f58f8a2bbb079fc653d04c907c0a1b67b (patch) | |
tree | 6dd799da9bdc42f0bc926e2afc07327f5694fa2b /src/_icons/layers-difference.svg | |
parent | `test` icon fix (diff) | |
download | tabler-icons-bab91a3f58f8a2bbb079fc653d04c907c0a1b67b.tar.xz |
`stroke-dasharray` bug fix #27
Diffstat (limited to 'src/_icons/layers-difference.svg')
-rw-r--r-- | src/_icons/layers-difference.svg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/_icons/layers-difference.svg b/src/_icons/layers-difference.svg index e1a952cc..fcf060a1 100644 --- a/src/_icons/layers-difference.svg +++ b/src/_icons/layers-difference.svg @@ -3,5 +3,8 @@ tags: [stack] --- <svg> <path d="M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2" /> - <polyline points="8 8 16 8 16 16 8 16 8 8" stroke-dasharray="4 4" stroke-dashoffset="2" /> + <polyline points="10 8 8 8 8 10" /> + <polyline points="8 14 8 16 10 16" /> + <polyline points="14 8 16 8 16 10" /> + <polyline points="16 14 16 16 14 16" /> </svg> |