@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 992 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const MonitoringIcon=({width:a=24,height:t=24,hidden:e=!1,title:l="Monitoring"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M35 2H1a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h13v3a1 1 0 0 1-1 1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-2a1 1 0 0 1-1-1v-3h13a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1Zm-3 15.883h-7.778a1.378 1.378 0 0 1-1.237-.83l-2.3-5-4.249 8.072a1.368 1.368 0 0 1-1.2.757H15.2a1.383 1.383 0 0 1-1.2-.83l-1.845-4-1.065 1.317a1.337 1.337 0 0 1-1.041.514H4V14h5l2.428-3.609a1.346 1.346 0 0 1 1.217-.5 1.4 1.4 0 0 1 1.061.818l1.61 3.5 4.249-8.072a1.405 1.405 0 0 1 1.235-.761 1.378 1.378 0 0 1 1.2.829L25.5 14H32Z"
/>
</svg>`;
//# sourceMappingURL=Monitoring.js.map