@cds/core
Version:
Clarity Design System - common components, themes, and utilties
3 lines (2 loc) • 612 B
JavaScript
import{renderIcon as r}from"../icon.renderer.js";const a="circle-arrow",o=["circle-arrow",r({outline:'<path d="M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z"/><path d="M18.08,8.26l-7.61,7.61a1,1,0,1,0,1.41,1.41L17,12.18v15a1,1,0,0,0,2,0V12l5.28,5.28a1,1,0,1,0,1.41-1.41Z"/>',solid:'<path d="M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm8,15.57a1.43,1.43,0,0,1-2,0L19.4,13V27.14a1.4,1.4,0,0,1-2.8,0v-14l-4.43,4.43a1.4,1.4,0,0,1-2-2L18.08,7.7,26,15.59A1.4,1.4,0,0,1,26,17.57Z"/>'})];export{o as circleArrowIcon,a as circleArrowIconName};
//# sourceMappingURL=circle-arrow.js.map