Arrow
Supports Offload
Plots an arrow with a fixed head-size from point 1 to point 2
Graphics[{
Arrow[{{0,0}, {1,1}}]
}]How to update
Fully supports. Use Offload keyword
Attach to other primitives
BezierCurve
Line
You can wrap it over the corresponding object to attach an arrow-marker to the end
Arrow[Line[...], 0.04]Options
Not available at the moment