UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.46 kB
// lib/icons/arrow-headed-diagonal-br-tl-stop.ts var IconArrowHeadedDiagonalBrTlStop = `<svg id="arrow-headed-diagonal-br-tl-stop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g><line x1="12.09" y1="12.09" x2="19.22" y2="19.22" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="52.78" y1="52.78" 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));"/><polygon points="46.41 46.41 46.41 59.14 59.14 46.41 46.41 46.41" style="fill: red;"/><polygon points="12.86 25.59 25.59 25.59 25.59 12.86 12.86 25.59" style="fill: red;"/><polygon points="46.41 46.41 46.41 59.14 59.14 46.41 46.41 46.41" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="12.86 25.59 25.59 25.59 25.59 12.86 12.86 25.59" 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_br_tl_stop_default = IconArrowHeadedDiagonalBrTlStop; export { IconArrowHeadedDiagonalBrTlStop, arrow_headed_diagonal_br_tl_stop_default as default };