open-icon
Version:
Open Icon
8 lines (7 loc) • 1.42 kB
JavaScript
// lib/icons/arrow-headed-twoway-diagonal-rl.ts
var IconArrowHeadedTwowayDiagonalRl = `<svg id="arrow-headed-twoway-diagonal-rl" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="11.75 43.57 27.95 44.05 12.04 28.14 11.75 43.57" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><polygon points="60.25 28.43 44.05 27.95 59.96 43.86 60.25 28.43" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><line x1="43.57" y1="11.75" x2="19.61" y2="35.71" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="28.43" y1="60.25" x2="52.39" y2="36.29" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="11.75 43.57 27.95 44.05 12.04 28.14 11.75 43.57" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="60.25 28.43 44.05 27.95 59.96 43.86 60.25 28.43" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var arrow_headed_twoway_diagonal_rl_default = IconArrowHeadedTwowayDiagonalRl;
export {
IconArrowHeadedTwowayDiagonalRl,
arrow_headed_twoway_diagonal_rl_default as default
};