open-icon
Version:
Open Icon
4 lines (3 loc) • 1.29 kB
text/typescript
const IconArrowHeadedTwowayHorizontal = `<svg id="arrow-headed-twoway-horizontal" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M22.5,14.78c-3.23,2.05-9,9.42-9,9.42l11.12,11.8V13.5s-.87.48-2.12,1.28Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><polygon points="47.38 36 47.38 58.5 58.5 47.8 47.38 36" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M22.5,14.78c-3.23,2.05-9,9.42-9,9.42l11.12,11.8V13.5s-.87.48-2.12,1.28Z" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="54" y1="24.2" x2="24.62" y2="24.2" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="47.38 36 47.38 58.5 58.5 47.8 47.38 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="47.8" x2="47.25" y2="47.8" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconArrowHeadedTwowayHorizontal;
export { IconArrowHeadedTwowayHorizontal }