@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 912 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PlugIcon=({width:l=24,height:a=24,hidden:t=!1,title:e="Plug"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${l}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<path
d="M3.355 25.983a6.119 6.119 0 0 1 0-8.653l5.288-5.288-.034-.034a2.719 2.719 0 0 1 0-3.846l1.923-1.923a2.719 2.719 0 0 1 3.846 0L16.3 8.162l6.523-6.523a1.02 1.02 0 0 1 1.442 0l1.442 1.442a1.02 1.02 0 0 1 0 1.442l-6.524 6.524 5.769 5.769 6.524-6.524a1.02 1.02 0 0 1 1.442 0l1.442 1.442a1.02 1.02 0 0 1 0 1.442L27.838 19.7l1.923 1.923a2.719 2.719 0 0 1 0 3.846l-1.923 1.923a2.719 2.719 0 0 1-3.846 0l-.059-.059-5.288 5.287a6.118 6.118 0 0 1-8.653 0Z"
/>
</svg>`;
//# sourceMappingURL=Plug.js.map