export const IconLeftArrow = ({ width = 24, height = 24, stroke = 1.3, fill = `var(--icon_color)`, ...props }) => { return ( ); };