@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 1 kB
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const UserActivityIcon=({width:t=24,height:a=24,hidden:e=!1,title:r="User Activity"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path d="M20 2h.086a1 1 0 0 1 .707.293l8.914 8.914a1 1 0 0 1 .293.707V12H20Z" />
<path
d="M19 14a1 1 0 0 1-1-1V2H7a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V14Zm6.986 18h-15.96c-.01-.121-.026-.6-.026-.727 0-1.105.7-3.908 5.173-4.265a.723.723 0 0 0 .668-.707v-1.016a.673.673 0 0 0-.2-.455 6.345 6.345 0 0 1-1.841-3.58 4.359 4.359 0 0 1 4.185-4.45 4.347 4.347 0 0 1 4.215 4.45 6.358 6.358 0 0 1-1.853 3.58.678.678 0 0 0-.2.455v1.021a.726.726 0 0 0 .666.706c4.393.409 5.183 3.2 5.183 4.261.004.127-.01.727-.01.727Z"
/>
</svg>`;
//# sourceMappingURL=UserActivity.js.map