about summary refs log tree commit diff
path: root/src/components/icons/PaperPlane.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/PaperPlane.tsx')
-rw-r--r--src/components/icons/PaperPlane.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/PaperPlane.tsx b/src/components/icons/PaperPlane.tsx
new file mode 100644
index 000000000..eef38638c
--- /dev/null
+++ b/src/components/icons/PaperPlane.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const PaperPlane_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M3.374 3.22a1 1 0 0 1 1.073-.114l16 8a1 1 0 0 1 0 1.788l-16 8a1 1 0 0 1-1.417-1.136L4.97 12 3.03 4.243a1 1 0 0 1 .344-1.023ZM6.781 13l-1.284 5.133L17.764 12 5.497 5.867 6.781 11H9a1 1 0 1 1 0 2H6.78Z',
+})