UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 998 B
// lib/icons/arrow-reload-left-right.ts var IconArrowReloadLeftRight = `<svg id="arrow-reload-left-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M58.5,38c0-11.05-8.95-20-20-20H13.5" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M13.5,34c0,11.05,8.95,20,20,20h25" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="49.5 63 58.5 54 49.5 45" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="22.5 9 13.5 18 22.5 27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var arrow_reload_left_right_default = IconArrowReloadLeftRight; export { IconArrowReloadLeftRight, arrow_reload_left_right_default as default };