about summary refs log tree commit diff
path: root/src/components/icons/EditBig.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/EditBig.tsx')
-rw-r--r--src/components/icons/EditBig.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/EditBig.tsx b/src/components/icons/EditBig.tsx
new file mode 100644
index 000000000..571f38b3e
--- /dev/null
+++ b/src/components/icons/EditBig.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const EditBig_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M17.293 2.293a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1 0 1.414l-9 9A1 1 0 0 1 12 16H9a1 1 0 0 1-1-1v-3a1 1 0 0 1 .293-.707l9-9ZM10 12.414V14h1.586l8-8L18 4.414l-8 8ZM3 4a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H5v14h14v-6a1 1 0 1 1 2 0v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Z',
+})