@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 744 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const NewsIcon=({width:a=24,height:e=24,hidden:t=!1,title:h="News"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<path
d="M33 6H5a1 1 0 0 0-1 1v20a1 1 0 0 1-2 0V10.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V27a3 3 0 0 0 3 3h28a3 3 0 0 0 3-3V7a1 1 0 0 0-1-1Zm-2 22H6V8h26v19a1 1 0 0 1-1 1Z"
/>
<path
d="M20 12h10v2H20zM20 20h10v2H20zM8 24h10v2H8zM20 16h10v2H20zM20 24h10v2H20zM8 12h10v10H8z"
/>
</svg>`;
//# sourceMappingURL=News.js.map