diff options
Diffstat (limited to 'src/content/img/icon/crop/dark.svg')
-rw-r--r-- | src/content/img/icon/crop/dark.svg | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/content/img/icon/crop/dark.svg b/src/content/img/icon/crop/dark.svg new file mode 100644 index 0000000..4fe64fc --- /dev/null +++ b/src/content/img/icon/crop/dark.svg @@ -0,0 +1,49 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 20 16 + L 10 16 + C 8.89543 16 8 15.1046 8 14 + L 8 4 + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + fill-rule="evenodd" + clip-rule="evenodd" + d=" + M 17 13 + V 10 + C 17 8.34315 15.6569 7 14 7 + H 11 + V 9 + H 14 + C 14.5523 9 15 9.44772 15 10 + V 13 + H 17 + Z + M 9 9 + V 7 + H 4 + C 3.44772 7 3 7.44772 3 8 + C 3 8.55228 3.44772 9 4 9 + H 9 + Z + M 15 15 + H 17 + V 20 + C 17 20.5523 16.5523 21 16 21 + C 15.4477 21 15 20.5523 15 20 + V 15 + Z + " + fill="white" + /> +</svg> |