UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 2.27 kB
// lib/icons/arrow-headed-in-center.ts var IconArrowHeadedInCenter = `<svg id="arrow-headed-in-center" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><circle cx="36" cy="36" r="4.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><line x1="58.5" y1="13.5" x2="51.75" 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="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));"/><line x1="13.5" y1="13.5" x2="20.64" 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="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));"/><circle cx="36" cy="36" r="4.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>`; var arrow_headed_in_center_default = IconArrowHeadedInCenter; export { IconArrowHeadedInCenter, arrow_headed_in_center_default as default };