UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.32 kB
// lib/icons/arrow-headed-reload-left-right.ts var IconArrowHeadedReloadLeftRight = `<svg id="arrow-headed-reload-left-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="22.5 9 22.5 27 13.5 18" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><polyline points="49.5 63 58.5 54 49.5 45" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><polygon points="22.5 27 13.5 18 22.5 9 22.5 27" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M22.5,18h16c11.05,0,20,8.95,20,20" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="49.5 63 58.5 54 49.5 45 49.5 63" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M49.5,54h-16c-11.05,0-20-8.95-20-20" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var arrow_headed_reload_left_right_default = IconArrowHeadedReloadLeftRight; export { IconArrowHeadedReloadLeftRight, arrow_headed_reload_left_right_default as default };