open-icon
Version:
Open Icon
4 lines (3 loc) • 1.28 kB
text/typescript
const 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>`;
export default IconArrowHeadedTwowayDiagonalRl;
export { IconArrowHeadedTwowayDiagonalRl }