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

export const TimesLarge_Stroke2_Corner0_Rounded = createSinglePathSVG({
  path: 'M4.293 4.293a1 1 0 0 1 1.414 0L12 10.586l6.293-6.293a1 1 0 1 1 1.414 1.414L13.414 12l6.293 6.293a1 1 0 0 1-1.414 1.414L12 13.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L10.586 12 4.293 5.707a1 1 0 0 1 0-1.414Z',
})