@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 671 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const EventIcon=({width:t=24,height:e=24,hidden:a=!1,title:l="Event"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M18.5 10.054a.494.494 0 0 0-.5.5v24.782a.494.494 0 0 0 .846.354L26.51 28h9c.445 0 .479-.726.225-.98L18.846 10.2a.489.489 0 0 0-.346-.146Z"
/>
<path d="M13.991 30H5.997V6H30v8l4 4V2H2v32h11.991v-4z" />
</svg>`;
//# sourceMappingURL=Event.js.map