UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.04 kB
// lib/icons/arrow-twoway-diagonal-rl.ts var IconArrowTwowayDiagonalRl = `<svg id="arrow-twoway-diagonal-rl" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><line x1="39.18" y1="13.73" x2="10.54" y2="42.36" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="10.54 29.64 10.54 42.36 23.27 42.36" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="32.82" y1="58.27" x2="61.46" y2="29.64" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="61.46 42.36 61.46 29.64 48.73 29.64" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var arrow_twoway_diagonal_rl_default = IconArrowTwowayDiagonalRl; export { IconArrowTwowayDiagonalRl, arrow_twoway_diagonal_rl_default as default };