1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 09:32:04 +02:00

crop icon fix

This commit is contained in:
codecalm
2020-03-26 19:29:03 +01:00
parent aab31b85b5
commit 517a2dfe93
2 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
---
<svg>
<circle cx="12" cy="12" r="9" />
<path d="M14.8 9a2 2 0 00-1.8 -1h-2a2 2 0 000 4h2a2 2 0 010 4h-2a2 2 0 01-1.8 -1"></path>
<path d="M12 6v2m0 8v2"></path>
<path d="M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 0 0 0 4h2a2 2 0 0 1 0 4h-2a2 2 0 0 1 -1.8 -1" />
<path d="M12 6v2m0 8v2" />
</svg>

View File

@@ -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>