open-icon
Version:
Open Icon
4 lines (3 loc) • 919 B
TypeScript
declare const 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>";
export default IconArrowReloadLeftRight;
export { IconArrowReloadLeftRight };