@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
33 lines (32 loc) • 1.37 kB
JavaScript
"use strict";import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SlowConnectionCircleIcon=({width:t=24,height:r=24,hidden:e=!1,title:l="Slow Connection Circle"}={})=>o`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${r}"
viewBox="0 0 20 20"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<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.75ZM10,2.75c-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"
stroke-width="0"
/>
<path
d="M9.75,13.5c-.41406,0-.75-.33594-.75-.75v-3.25c0-.41406.33594-.75.75-.75s.75.33594.75.75v3.25c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
stroke-width="0"
/>
<path
d="M6.75,13.5c-.41406,0-.75-.33594-.75-.75v-1c0-.41406.33594-.75.75-.75s.75.33594.75.75v1c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
stroke-width="0"
/>
<path
d="M12.75,13.5c-.41406,0-.75-.33594-.75-.75v-5.5c0-.41406.33594-.75.75-.75s.75.33594.75.75v5.5c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
stroke-width="0"
/>
</svg>`;
//# sourceMappingURL=SlowConnectionCircle.js.map