diff options
Diffstat (limited to 'src/components/icons/Plus.tsx')
-rw-r--r-- | src/components/icons/Plus.tsx | 5 |
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', +}) |