UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 843 B
// lib/icons/circle-arrow0deg.ts var IconCircleArrow0deg = `<svg id="circular-loader" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="26.45 13.73 36 4.18 45.55 13.73" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M51.91,20.09c8.79,8.79,8.79,23.03,0,31.82s-23.03,8.79-31.82,0c-8.79-8.79-8.79-23.03,0-31.82" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="4.18" x2="36" y2="36" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var circle_arrow0deg_default = IconCircleArrow0deg; export { IconCircleArrow0deg, circle_arrow0deg_default as default };