about summary refs log tree commit diff
path: root/src/components/icons/ArrowCornerDownRight.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/ArrowCornerDownRight.tsx')
-rw-r--r--src/components/icons/ArrowCornerDownRight.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/icons/ArrowCornerDownRight.tsx b/src/components/icons/ArrowCornerDownRight.tsx
new file mode 100644
index 000000000..86dde7015
--- /dev/null
+++ b/src/components/icons/ArrowCornerDownRight.tsx
@@ -0,0 +1,7 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const ArrowCornerDownRight_Stroke2_Corner2_Rounded = createSinglePathSVG(
+  {
+    path: 'M15.793 10.293a1 1 0 0 1 1.338-.068l.076.068 3.293 3.293a2 2 0 0 1 .138 2.677l-.138.151-3.293 3.293a1 1 0 1 1-1.414-1.414L18.086 16H8a5 5 0 0 1-5-5V5a1 1 0 0 1 2 0v6a3 3 0 0 0 3 3h10.086l-2.293-2.293-.068-.076a1 1 0 0 1 .068-1.338Z',
+  },
+)