about summary refs log tree commit diff
path: root/src/components/icons/Plus.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/Plus.tsx')
-rw-r--r--src/components/icons/Plus.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/Plus.tsx b/src/components/icons/Plus.tsx
new file mode 100644
index 000000000..d0698f7f4
--- /dev/null
+++ b/src/components/icons/Plus.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const PlusLarge_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M12 3a1 1 0 0 1 1 1v7h7a1 1 0 1 1 0 2h-7v7a1 1 0 1 1-2 0v-7H4a1 1 0 1 1 0-2h7V4a1 1 0 0 1 1-1Z',
+})