about summary refs log tree commit diff
path: root/src/components/icons/Group3.tsx
blob: 2bb16ba8704fdd10fc1c2b47d6bb1749fdbe84b3 (plain) (blame)
1
2
3
4
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',
})