open-icon
Version:
Open Icon
4 lines (3 loc) • 1.1 kB
text/typescript
const IconArrowDiagonalBrTlStop = `<svg id="arrow-diagonal-br-tl-stop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g><polyline points="59.14 46.41 46.41 46.41 46.41 59.14" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="12.86 25.59 25.59 25.59 25.59 12.86" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="12.09" y1="12.09" x2="25.59" y2="25.59" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="46.41" y1="46.41" x2="59.91" y2="59.91" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g><line x1="27" y1="45" x2="45" y2="27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconArrowDiagonalBrTlStop;
export { IconArrowDiagonalBrTlStop }