@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
21 lines (20 loc) • 1.4 kB
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CalendarWeekIcon=({width:e=24,height:t=24,hidden:c=!1,title:r="Calendar Week"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 20 20"
aria-hidden=${c?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="m13.25,14.99805h-6.5c-.96484,0-1.75-.78516-1.75-1.75v-1.5c0-.96484.78516-1.75,1.75-1.75h6.5c.96484,0,1.75.78516,1.75,1.75v1.5c0,.96484-.78516,1.75-1.75,1.75Zm-6.5-3.5c-.1377,0-.25.1123-.25.25v1.5c0,.1377.1123.25.25.25h6.5c.1377,0,.25-.1123.25-.25v-1.5c0-.1377-.1123-.25-.25-.25h-6.5Z"
fill="currentColor"
/>
<path
d="m15.75,3h-2v-1c0-.41406-.33594-.75-.75-.75s-.75.33594-.75.75v1h-4.5v-1c0-.41406-.33594-.75-.75-.75s-.75.33594-.75.75v1h-2c-1.24023,0-2.25,1.00977-2.25,2.25v10.5c0,1.24023,1.00977,2.25,2.25,2.25h11.5c1.24023,0,2.25-1.00977,2.25-2.25V5.25c0-1.24023-1.00977-2.25-2.25-2.25Zm-11.5,1.5h2v.5c0,.41406.33594.75.75.75s.75-.33594.75-.75v-.5h4.5v.5c0,.41406.33594.75.75.75s.75-.33594.75-.75v-.5h2c.41309,0,.75.33691.75.75v1.74805H3.5v-1.74805c0-.41309.33691-.75.75-.75Zm11.5,12H4.25c-.41309,0-.75-.33691-.75-.75v-7.25195h13v7.25195c0,.41309-.33691.75-.75.75Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=CalendarWeek.js.map