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