diff options
Diffstat (limited to 'src/components/icons/Group3.tsx')
-rw-r--r-- | src/components/icons/Group3.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/Group3.tsx b/src/components/icons/Group3.tsx new file mode 100644 index 000000000..2bb16ba87 --- /dev/null +++ b/src/components/icons/Group3.tsx @@ -0,0 +1,5 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const Group3_Stroke2_Corner0_Rounded = createSinglePathSVG({ + path: 'M17 16H21.1456C20.8246 11.4468 17.7199 9.48509 15.0001 10.1147M10 4C10 5.65685 8.65685 7 7 7C5.34315 7 4 5.65685 4 4C4 2.34315 5.34315 1 7 1C8.65685 1 10 2.34315 10 4ZM18.5 4.5C18.5 5.88071 17.3807 7 16 7C14.6193 7 13.5 5.88071 13.5 4.5C13.5 3.11929 14.6193 2 16 2C17.3807 2 18.5 3.11929 18.5 4.5ZM1 17H13C12.3421 7.66667 1.65792 7.66667 1 17Z', +}) |