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

export const SquareArrowTopRight_Stroke2_Corner0_Rounded = createSinglePathSVG({
  path: 'M14 5a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V6.414l-7.293 7.293a1 1 0 0 1-1.414-1.414L17.586 5H14ZM3 6a1 1 0 0 1 1-1h5a1 1 0 0 1 0 2H5v12h12v-4a1 1 0 1 1 2 0v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6Z',
})