open-icon
Version:
Open Icon
4 lines (3 loc) • 970 B
TypeScript
declare const 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>";
export default IconArrowTwowayDiagonalRl;
export { IconArrowTwowayDiagonalRl };