about summary refs log tree commit diff
path: root/src/components/icons/Crop.tsx
blob: 4b3fc560f90100e66f38ea62ae994eb9bd171d29 (plain) (blame)
1
2
3
4
5
import {createSinglePathSVG} from './TEMPLATE'

export const Crop_Stroke2_Corner0_Rounded = createSinglePathSVG({
  path: 'M6 2a1 1 0 0 1 1 1v2h11a1 1 0 0 1 1 1v11h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H6a1 1 0 0 1-1-1V7H3a1 1 0 0 1 0-2h2V3a1 1 0 0 1 1-1Zm1 5v10h10V7H7Z',
})