diff options
author | codecalm <codecalm@gmail.com> | 2020-09-26 19:30:31 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-26 19:30:31 +0200 |
commit | 16408f8a27ad09e77a7dd55b061536b696b9f52d (patch) | |
tree | 046f272a700ce48e4389555b0139ac8ed5b5193f | |
parent | 3 new icons: `aspect-ratio`, `rectangle-vertical`, `rectangle` (diff) | |
download | tabler-icons-16408f8a27ad09e77a7dd55b061536b696b9f52d.tar.xz |
Fixed icons: `box-seam`
-rw-r--r-- | src/_icons/box-seam.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/box-seam.svg b/src/_icons/box-seam.svg index 4c90c1d0..03fc4bfd 100644 --- a/src/_icons/box-seam.svg +++ b/src/_icons/box-seam.svg @@ -6,5 +6,5 @@ tags: [cube, app, application, package, container] <line x1="12" y1="12" x2="20" y2="7.5" /> <line x1="12" y1="12" x2="12" y2="21" /> <line x1="12" y1="12" x2="4" y2="7.5" /> - <path d="M16 5.25l-8 4.5" /> + <line x1="16" y1="5.25" x2="8" y2="9.75" /> </svg> |