UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 2.57 kB
const IconArrowHeadedInDiagonal = `<svg id="arrow-headed-in-diagonal" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="27 57.73 27 45 14.27 45" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="45 14.27 45 27 57.73 27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="58.5" y1="13.5" x2="51.36" y2="20.64" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="20.64" y1="51.36" x2="13.5" y2="58.5" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="57.73 45 45 45 45 57.73" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="14.27 27 27 27 27 14.27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="13.5" x2="20.25" y2="20.25" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="51.36" y1="51.36" x2="58.5" y2="58.5" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="14.27 45 27 57.73 27 45 14.27 45" style="fill: red;"/><polygon points="57.73 27 45 14.27 45 27 57.73 27" style="fill: red;"/><polygon points="45 45 45 57.73 57.73 45 45 45" style="fill: red;"/><polygon points="14.27 27 27 27 27 14.27 14.27 27" style="fill: red;"/><polygon points="14.27 45 27 57.73 27 45 14.27 45" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="57.73 27 45 14.27 45 27 57.73 27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="45 45 45 57.73 57.73 45 45 45" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="14.27 27 27 27 27 14.27 14.27 27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconArrowHeadedInDiagonal; export { IconArrowHeadedInDiagonal }