@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 763 B
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DateIcon=({width:a=24,height:t=24,hidden:e=!1,title:r="Date"}={})=>h`<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="${r}"
>
<path
d="M35 6h-5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3H12V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3H3a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1h32a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1Zm-1 26H4V8h4v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V8h14v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V8h4Z"
/>
<rect height="8" rx="1" ry="1" width="8" x="22" y="20" />
</svg>`;
//# sourceMappingURL=Date.js.map