@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
29 lines (28 loc) • 1.34 kB
JavaScript
;import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const StrokeDottedIcon=({width:t=24,height:r=24,hidden:e=!1,title:l="Stroke Dotted"}={})=>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="m3.25,9.17505h-1.5c-.45563,0-.82501.36938-.82501.82495,0,.45569.36938.82495.82501.82495h1.5c.45563,0,.82501-.36926.82501-.82495,0-.45557-.36938-.82495-.82501-.82495Z"
fill="currentColor"
/>
<path
d="m8.25,9.17505h-1.5c-.45563,0-.82501.36938-.82501.82495,0,.45569.36938.82495.82501.82495h1.5c.45563,0,.82501-.36926.82501-.82495,0-.45557-.36938-.82495-.82501-.82495Z"
fill="currentColor"
/>
<path
d="m13.25,9.17505h-1.5c-.45563,0-.82501.36938-.82501.82495,0,.45569.36938.82495.82501.82495h1.5c.45563,0,.82501-.36926.82501-.82495,0-.45557-.36938-.82495-.82501-.82495Z"
fill="currentColor"
/>
<path
d="m18.25,9.17505h-1.5c-.45563,0-.82501.36938-.82501.82495,0,.45569.36938.82495.82501.82495h1.5c.45563,0,.82501-.36926.82501-.82495,0-.45557-.36938-.82495-.82501-.82495Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=StrokeDotted.js.map