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

export const ArrowTriangleBottom_Stroke2_Corner1_Rounded = createSinglePathSVG({
  path: 'M4.213 6.886c-.673-1.35.334-2.889 1.806-2.889H17.98c1.472 0 2.479 1.539 1.806 2.89l-5.982 11.997c-.74 1.484-2.87 1.484-3.61 0L4.213 6.886Z',
})