@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
21 lines (20 loc) • 1.03 kB
JavaScript
;import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ClockIcon=({width:l=24,height:t=24,hidden:e=!1,title:r="Clock"}={})=>o`<svg
xmlns="http://www.w3.org/2000/svg"
width="${l}"
height="${t}"
viewBox="0 0 20 20"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="m10,18.75c-4.8252,0-8.75-3.9248-8.75-8.75S5.1748,1.25,10,1.25s8.75,3.9248,8.75,8.75-3.9248,8.75-8.75,8.75Zm0-16c-3.99805,0-7.25,3.25195-7.25,7.25s3.25195,7.25,7.25,7.25,7.25-3.25195,7.25-7.25-3.25195-7.25-7.25-7.25Z"
fill="currentColor"
/>
<path
d="m13.24902,12.64453c-.12891,0-.25977-.0332-.37891-.10352l-3.2207-1.89453c-.22949-.13477-.37012-.38086-.37012-.64648v-5c0-.41406.33594-.75.75-.75s.75.33594.75.75v4.57129l2.85059,1.67676c.35742.20996.47656.66992.2666,1.02637-.13965.23828-.39062.37012-.64746.37012Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=Clock.js.map