diff options
Diffstat (limited to 'src/icons/crop.svg')
-rw-r--r-- | src/icons/crop.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/crop.svg b/src/icons/crop.svg new file mode 100644 index 00000000..f66a9cbf --- /dev/null +++ b/src/icons/crop.svg @@ -0,0 +1,10 @@ +--- +category: Design +tags: [photo, image] +version: "1.0" +unicode: "ea85" +--- +<svg> + <path d="M8 5v10a1 1 0 0 0 1 1h10" /> + <path d="M5 8h10a1 1 0 0 1 1 1v10" /> +</svg> |