aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/crop.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-26 19:29:03 +0100
committercodecalm <codecalm@gmail.com>2020-03-26 19:29:03 +0100
commit517a2dfe93df5ad2a414840362c8aed89d8bb1cc (patch)
tree1ff464656a66d8c7388d0928c13f894034a38ba1 /src/_icons/crop.svg
parentcoin (diff)
downloadtabler-icons-517a2dfe93df5ad2a414840362c8aed89d8bb1cc.tar.xz
crop icon fix
Diffstat (limited to 'src/_icons/crop.svg')
-rw-r--r--src/_icons/crop.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/crop.svg b/src/_icons/crop.svg
index 0812710..a7c6c53 100644
--- a/src/_icons/crop.svg
+++ b/src/_icons/crop.svg
@@ -2,6 +2,6 @@
tags: [photo, image]
---
<svg>
- <polyline points="8 5 8 16 19 16" />
- <polyline points="16 19 16 8 5 8" />
+ <path d="M8 5v10a1 1 0 0 0 1 1h10" />
+ <path d="M5 8h10a1 1 0 0 1 1 1v10" />
</svg>