@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 710 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const LogOutIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Log Out"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect height="18" rx="1" ry="1" width="4" x="16" />
<path
d="m25.215 5.063-1.14 1.823a1.01 1.01 0 0 0 .337 1.384 11.738 11.738 0 1 1-12.82 0 1 1 0 0 0 .336-1.377l-1.144-1.831A1 1 0 0 0 9.4 4.731a15.9 15.9 0 1 0 17.191 0 1 1 0 0 0-1.376.332Z"
/>
</svg>`;
//# sourceMappingURL=LogOut.js.map