about summary refs log tree commit diff
path: root/src/components/icons/Arrow.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/Arrow.tsx')
-rw-r--r--src/components/icons/Arrow.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/icons/Arrow.tsx b/src/components/icons/Arrow.tsx
new file mode 100644
index 000000000..eb753e549
--- /dev/null
+++ b/src/components/icons/Arrow.tsx
@@ -0,0 +1,9 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const ArrowTopRight_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M8 6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0V8.414l-9.793 9.793a1 1 0 0 1-1.414-1.414L15.586 7H9a1 1 0 0 1-1-1Z',
+})
+
+export const ArrowLeft_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M3 12a1 1 0 0 1 .293-.707l6-6a1 1 0 0 1 1.414 1.414L6.414 11H20a1 1 0 1 1 0 2H6.414l4.293 4.293a1 1 0 0 1-1.414 1.414l-6-6A1 1 0 0 1 3 12Z',
+})