open-icon
Version:
Open Icon
8 lines (7 loc) • 1.41 kB
JavaScript
// lib/icons/arrow-headed-diagonal-tr-bl.ts
var IconArrowHeadedDiagonalTrBl = `<svg id="arrow-headed-diagonal-tr-bl" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="13.5 45.77 13.5 58.5 26.23 58.5" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="58.5 26.23 58.5 13.5 45.77 13.5" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="19.48" y1="51.75" x2="52.14" y2="19.86" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="13.5 58.5 26.23 58.5 13.5 45.77 13.5 58.5" style="fill: red;"/><polygon points="45.77 13.5 58.5 26.23 58.5 13.5 45.77 13.5" style="fill: red;"/><polygon points="13.5 58.5 26.23 58.5 13.5 45.77 13.5 58.5" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="45.77 13.5 58.5 26.23 58.5 13.5 45.77 13.5" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var arrow_headed_diagonal_tr_bl_default = IconArrowHeadedDiagonalTrBl;
export {
IconArrowHeadedDiagonalTrBl,
arrow_headed_diagonal_tr_bl_default as default
};