open-icon
Version:
Open Icon
4 lines (3 loc) • 591 B
text/typescript
const IconChevronDisconnect2 = `<svg id="chevron-disconnect_2" data-name="chevron-disconnect 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="9.23 40.27 27.11 58.16 45 40.27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="62.55 31.27 44.89 13.61 27.23 31.27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconChevronDisconnect2;
export { IconChevronDisconnect2 }