getLeftSvgArrow function

dynamic getLeftSvgArrow(
  1. dynamic color
)

Implementation

getLeftSvgArrow(color){
  return '<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 25.5c6.904 0 12.5-5.596 12.5-12.5S19.904.5 13 .5.5 6.096.5 13 6.096 25.5 13 25.5Z"  stroke="${color}"/><path d="m14.95 16.9-3.9-3.9 3.9-3.9"  stroke="${color}" stroke-linecap="round" stroke-linejoin="round"/></svg>';
}