@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 786 B
JavaScript
"use strict";import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SummarizeIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Summarize"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect height="4" rx="1" ry="1" width="24" x="6" y="2" />
<rect height="4" rx="1" ry="1" width="24" x="6" y="18" />
<rect height="4" rx="1" ry="1" width="32" x="2" y="10" />
<path
d="M19.5 34a.5.5 0 0 0 .5-.5V30h2.793a.5.5 0 0 0 .354-.854L18 24l-5.146 5.146a.5.5 0 0 0 .354.854H16v3.5a.5.5 0 0 0 .5.5Z"
/>
</svg>`;
//# sourceMappingURL=Summarize.js.map