UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 2.42 kB
const IconArrowHeadedIn = `<svg id="arrow-headed-in" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="18 45 27 36 18 27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="54 27 45 36 54 45" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="64.09" y1="36" x2="54.55" y2="36" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="18" y1="36" x2="7.91" y2="36" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="45 54 36 45 27 54" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="27 18 36 27 45 18" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="7.91" x2="36" y2="18" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="54" x2="36" y2="64.09" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="27 36 18 27 18 45 27 36" style="fill: red;"/><polygon points="54 45 54 27 45 36 54 45" style="fill: red;"/><polygon points="36 45 27 54 45 54 36 45" style="fill: red;"/><polygon points="36 27 45 18 27 18 36 27" style="fill: red;"/><polygon points="27 36 18 27 18 45 27 36" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="54 45 54 27 45 36 54 45" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="36 45 27 54 45 54 36 45" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="36 27 45 18 27 18 36 27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconArrowHeadedIn; export { IconArrowHeadedIn }